|
|
@@ -0,0 +1,519 @@
|
|
|
+namespace UAS_MES_NEW.Packing
|
|
|
+{
|
|
|
+ partial class Packing_ProdWeightSetMidBox
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_ProdWeightSetMidBox));
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.pr_code = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_spec = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.showResult = new System.Windows.Forms.ListView();
|
|
|
+ this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ this.panel4 = new System.Windows.Forms.Panel();
|
|
|
+ this.errorValue = new System.Windows.Forms.TextBox();
|
|
|
+ this.standardWeight = new System.Windows.Forms.TextBox();
|
|
|
+ this.confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.unit = new System.Windows.Forms.Label();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_cartonunit = new System.Windows.Forms.Label();
|
|
|
+ this.label22 = new System.Windows.Forms.Label();
|
|
|
+ this.weight = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.ComList = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.stopWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.startWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.panel4.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // ms_makecode_label
|
|
|
+ //
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(44, 24);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.ms_makecode_label.TabIndex = 212;
|
|
|
+ this.ms_makecode_label.Text = "工单号";
|
|
|
+ //
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.AutoSize = true;
|
|
|
+ this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(193, 99);
|
|
|
+ this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_code.TabIndex = 215;
|
|
|
+ this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label2.Location = new System.Drawing.Point(44, 99);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label2.TabIndex = 214;
|
|
|
+ this.label2.Text = "产品编号";
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(193, 171);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_detail.TabIndex = 217;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label3.Location = new System.Drawing.Point(44, 171);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label3.TabIndex = 216;
|
|
|
+ this.label3.Text = "产品名称";
|
|
|
+ //
|
|
|
+ // pr_spec
|
|
|
+ //
|
|
|
+ this.pr_spec.AutoSize = true;
|
|
|
+ this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(193, 243);
|
|
|
+ this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_spec.MaximumSize = new System.Drawing.Size(733, 80);
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_spec.TabIndex = 219;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label5.Location = new System.Drawing.Point(44, 243);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label5.TabIndex = 218;
|
|
|
+ this.label5.Text = "规格";
|
|
|
+ //
|
|
|
+ // showResult
|
|
|
+ //
|
|
|
+ this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
+ this.columnHeader1,
|
|
|
+ this.columnHeader2,
|
|
|
+ this.columnHeader3,
|
|
|
+ this.columnHeader4,
|
|
|
+ this.columnHeader5});
|
|
|
+ this.showResult.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.showResult.HideSelection = false;
|
|
|
+ this.showResult.Location = new System.Drawing.Point(571, 333);
|
|
|
+ this.showResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.showResult.Name = "showResult";
|
|
|
+ this.showResult.Size = new System.Drawing.Size(876, 408);
|
|
|
+ this.showResult.TabIndex = 220;
|
|
|
+ this.showResult.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.showResult.View = System.Windows.Forms.View.Details;
|
|
|
+ //
|
|
|
+ // columnHeader1
|
|
|
+ //
|
|
|
+ this.columnHeader1.Text = "";
|
|
|
+ this.columnHeader1.Width = 5;
|
|
|
+ //
|
|
|
+ // columnHeader2
|
|
|
+ //
|
|
|
+ this.columnHeader2.Text = "序号";
|
|
|
+ this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.columnHeader2.Width = 110;
|
|
|
+ //
|
|
|
+ // columnHeader3
|
|
|
+ //
|
|
|
+ this.columnHeader3.Text = "序列号";
|
|
|
+ this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.columnHeader3.Width = 200;
|
|
|
+ //
|
|
|
+ // columnHeader4
|
|
|
+ //
|
|
|
+ this.columnHeader4.Text = "重量(单位)";
|
|
|
+ this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.columnHeader4.Width = 160;
|
|
|
+ //
|
|
|
+ // columnHeader5
|
|
|
+ //
|
|
|
+ this.columnHeader5.Text = "时间";
|
|
|
+ this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.columnHeader5.Width = 170;
|
|
|
+ //
|
|
|
+ // panel4
|
|
|
+ //
|
|
|
+ this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel4.Controls.Add(this.errorValue);
|
|
|
+ this.panel4.Controls.Add(this.standardWeight);
|
|
|
+ this.panel4.Controls.Add(this.confirm);
|
|
|
+ this.panel4.Controls.Add(this.label7);
|
|
|
+ this.panel4.Controls.Add(this.unit);
|
|
|
+ this.panel4.Controls.Add(this.label6);
|
|
|
+ this.panel4.Controls.Add(this.pr_cartonunit);
|
|
|
+ this.panel4.Controls.Add(this.label22);
|
|
|
+ this.panel4.Controls.Add(this.weight);
|
|
|
+ this.panel4.Location = new System.Drawing.Point(760, 24);
|
|
|
+ this.panel4.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
|
|
|
+ this.panel4.Name = "panel4";
|
|
|
+ this.panel4.Size = new System.Drawing.Size(686, 207);
|
|
|
+ this.panel4.TabIndex = 221;
|
|
|
+ //
|
|
|
+ // errorValue
|
|
|
+ //
|
|
|
+ this.errorValue.Location = new System.Drawing.Point(327, 25);
|
|
|
+ this.errorValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.errorValue.Name = "errorValue";
|
|
|
+ this.errorValue.Size = new System.Drawing.Size(132, 35);
|
|
|
+ this.errorValue.TabIndex = 52;
|
|
|
+ this.errorValue.Enter += new System.EventHandler(this.standardWeight_Enter);
|
|
|
+ this.errorValue.Leave += new System.EventHandler(this.standardWeight_Leave);
|
|
|
+ //
|
|
|
+ // standardWeight
|
|
|
+ //
|
|
|
+ this.standardWeight.Location = new System.Drawing.Point(111, 25);
|
|
|
+ this.standardWeight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.standardWeight.Name = "standardWeight";
|
|
|
+ this.standardWeight.Size = new System.Drawing.Size(132, 35);
|
|
|
+ this.standardWeight.TabIndex = 51;
|
|
|
+ this.standardWeight.Enter += new System.EventHandler(this.standardWeight_Enter);
|
|
|
+ this.standardWeight.Leave += new System.EventHandler(this.standardWeight_Leave);
|
|
|
+ //
|
|
|
+ // confirm
|
|
|
+ //
|
|
|
+ this.confirm.AllPower = null;
|
|
|
+ this.confirm.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
|
|
|
+ this.confirm.Image = null;
|
|
|
+ this.confirm.IsShowBorder = true;
|
|
|
+ this.confirm.Location = new System.Drawing.Point(493, 115);
|
|
|
+ this.confirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
|
|
|
+ this.confirm.Name = "confirm";
|
|
|
+ this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
|
|
|
+ this.confirm.Power = null;
|
|
|
+ this.confirm.Size = new System.Drawing.Size(100, 37);
|
|
|
+ this.confirm.TabIndex = 227;
|
|
|
+ this.confirm.Text = "保存";
|
|
|
+ this.confirm.UseVisualStyleBackColor = false;
|
|
|
+ this.confirm.Click += new System.EventHandler(this.confirm_Click);
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label7.Location = new System.Drawing.Point(24, 29);
|
|
|
+ this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(69, 35);
|
|
|
+ this.label7.TabIndex = 50;
|
|
|
+ this.label7.Text = "标准";
|
|
|
+ //
|
|
|
+ // unit
|
|
|
+ //
|
|
|
+ this.unit.AutoSize = true;
|
|
|
+ this.unit.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.unit.Location = new System.Drawing.Point(495, 29);
|
|
|
+ this.unit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.unit.Name = "unit";
|
|
|
+ this.unit.Size = new System.Drawing.Size(47, 35);
|
|
|
+ this.unit.TabIndex = 47;
|
|
|
+ this.unit.Text = "kg";
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(269, 29);
|
|
|
+ this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(34, 24);
|
|
|
+ this.label6.TabIndex = 44;
|
|
|
+ this.label6.Text = "±";
|
|
|
+ //
|
|
|
+ // pr_cartonunit
|
|
|
+ //
|
|
|
+ this.pr_cartonunit.AutoSize = true;
|
|
|
+ this.pr_cartonunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
+ this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_cartonunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
+ this.pr_cartonunit.Location = new System.Drawing.Point(603, 115);
|
|
|
+ this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.pr_cartonunit.Name = "pr_cartonunit";
|
|
|
+ this.pr_cartonunit.Size = new System.Drawing.Size(60, 50);
|
|
|
+ this.pr_cartonunit.TabIndex = 42;
|
|
|
+ this.pr_cartonunit.Text = "克";
|
|
|
+ this.pr_cartonunit.Visible = false;
|
|
|
+ //
|
|
|
+ // label22
|
|
|
+ //
|
|
|
+ this.label22.AutoSize = true;
|
|
|
+ this.label22.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
+ this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
+ this.label22.Location = new System.Drawing.Point(19, 115);
|
|
|
+ this.label22.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.label22.Name = "label22";
|
|
|
+ this.label22.Size = new System.Drawing.Size(98, 50);
|
|
|
+ this.label22.TabIndex = 20;
|
|
|
+ this.label22.Text = "重量";
|
|
|
+ //
|
|
|
+ // weight
|
|
|
+ //
|
|
|
+ this.weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.weight.AutoSize = true;
|
|
|
+ this.weight.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
|
+ this.weight.Location = new System.Drawing.Point(197, 99);
|
|
|
+ this.weight.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.weight.Name = "weight";
|
|
|
+ this.weight.Size = new System.Drawing.Size(0, 78);
|
|
|
+ this.weight.TabIndex = 41;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(20, 701);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label1.TabIndex = 229;
|
|
|
+ this.label1.Text = "序列号";
|
|
|
+ //
|
|
|
+ // sncode
|
|
|
+ //
|
|
|
+ this.sncode.AllPower = null;
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.sncode.ID = null;
|
|
|
+ this.sncode.Location = new System.Drawing.Point(147, 701);
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(248, 39);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 228;
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(28, 331);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(441, 337);
|
|
|
+ this.OperateResult.TabIndex = 226;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // ComList
|
|
|
+ //
|
|
|
+ this.ComList.AutoSize = true;
|
|
|
+ this.ComList.CutLength = null;
|
|
|
+ this.ComList.Location = new System.Drawing.Point(1272, 304);
|
|
|
+ this.ComList.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ComList.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.ComList.Name = "ComList";
|
|
|
+ this.ComList.Size = new System.Drawing.Size(94, 24);
|
|
|
+ this.ComList.TabIndex = 225;
|
|
|
+ this.ComList.Text = "ComList";
|
|
|
+ this.ComList.Visible = false;
|
|
|
+ //
|
|
|
+ // BaudRate
|
|
|
+ //
|
|
|
+ this.BaudRate.AllPower = null;
|
|
|
+ this.BaudRate.BackColor = System.Drawing.Color.White;
|
|
|
+ this.BaudRate.ID = null;
|
|
|
+ this.BaudRate.Location = new System.Drawing.Point(1283, 259);
|
|
|
+ this.BaudRate.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
|
|
|
+ this.BaudRate.Name = "BaudRate";
|
|
|
+ this.BaudRate.Negative = false;
|
|
|
+ this.BaudRate.Power = null;
|
|
|
+ this.BaudRate.Size = new System.Drawing.Size(65, 35);
|
|
|
+ this.BaudRate.Str = null;
|
|
|
+ this.BaudRate.Str1 = null;
|
|
|
+ this.BaudRate.Str2 = null;
|
|
|
+ this.BaudRate.TabIndex = 224;
|
|
|
+ this.BaudRate.Text = "9600";
|
|
|
+ this.BaudRate.Visible = false;
|
|
|
+ //
|
|
|
+ // stopWeigh
|
|
|
+ //
|
|
|
+ this.stopWeigh.AllPower = null;
|
|
|
+ this.stopWeigh.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.stopWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.DownImage")));
|
|
|
+ this.stopWeigh.Image = null;
|
|
|
+ this.stopWeigh.IsShowBorder = true;
|
|
|
+ this.stopWeigh.Location = new System.Drawing.Point(1077, 251);
|
|
|
+ this.stopWeigh.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.stopWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.MoveImage")));
|
|
|
+ this.stopWeigh.Name = "stopWeigh";
|
|
|
+ this.stopWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("stopWeigh.NormalImage")));
|
|
|
+ this.stopWeigh.Power = null;
|
|
|
+ this.stopWeigh.Size = new System.Drawing.Size(144, 51);
|
|
|
+ this.stopWeigh.TabIndex = 223;
|
|
|
+ this.stopWeigh.Text = "停止称重";
|
|
|
+ this.stopWeigh.UseVisualStyleBackColor = false;
|
|
|
+ this.stopWeigh.Click += new System.EventHandler(this.stopWeigh_Click);
|
|
|
+ //
|
|
|
+ // startWeigh
|
|
|
+ //
|
|
|
+ this.startWeigh.AllPower = null;
|
|
|
+ this.startWeigh.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.startWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.DownImage")));
|
|
|
+ this.startWeigh.Image = null;
|
|
|
+ this.startWeigh.IsShowBorder = true;
|
|
|
+ this.startWeigh.Location = new System.Drawing.Point(872, 251);
|
|
|
+ this.startWeigh.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.startWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.MoveImage")));
|
|
|
+ this.startWeigh.Name = "startWeigh";
|
|
|
+ this.startWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("startWeigh.NormalImage")));
|
|
|
+ this.startWeigh.Power = null;
|
|
|
+ this.startWeigh.Size = new System.Drawing.Size(124, 51);
|
|
|
+ this.startWeigh.TabIndex = 222;
|
|
|
+ this.startWeigh.Text = "开始称重";
|
|
|
+ this.startWeigh.UseVisualStyleBackColor = false;
|
|
|
+ this.startWeigh.Click += new System.EventHandler(this.startWeigh_Click);
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = "IFALL";
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = "";
|
|
|
+ this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(201, 24);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = "";
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(283, 45);
|
|
|
+ this.ma_code.TabIndex = 213;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "makecode";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
|
|
|
+ //
|
|
|
+ // Packing_ProdWeightSetMidBox
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1493, 795);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.sncode);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.ComList);
|
|
|
+ this.Controls.Add(this.BaudRate);
|
|
|
+ this.Controls.Add(this.stopWeigh);
|
|
|
+ this.Controls.Add(this.startWeigh);
|
|
|
+ this.Controls.Add(this.panel4);
|
|
|
+ this.Controls.Add(this.showResult);
|
|
|
+ this.Controls.Add(this.pr_spec);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.pr_detail);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.pr_code);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Name = "Packing_ProdWeightSetMidBox";
|
|
|
+ this.Tag = "Packing!ProdWeightSet";
|
|
|
+ this.Text = "Packing_ProdWeightSet";
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Packing_ProdWeightSet_FormClosing);
|
|
|
+ this.Load += new System.EventHandler(this.Packing_ProdWeightSet_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Packing_ProdWeightSet_SizeChanged);
|
|
|
+ this.panel4.ResumeLayout(false);
|
|
|
+ this.panel4.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private System.Windows.Forms.Label pr_code;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label pr_detail;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label pr_spec;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.ListView showResult;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader5;
|
|
|
+ private System.Windows.Forms.Panel panel4;
|
|
|
+ private System.Windows.Forms.Label pr_cartonunit;
|
|
|
+ private System.Windows.Forms.Label label22;
|
|
|
+ private System.Windows.Forms.Label weight;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ComList;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton stopWeigh;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton startWeigh;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton confirm;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.Label unit;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.TextBox errorValue;
|
|
|
+ private System.Windows.Forms.TextBox standardWeight;
|
|
|
+ }
|
|
|
+}
|