|
|
@@ -48,6 +48,25 @@
|
|
|
this.pd_makecode = new System.Windows.Forms.Label();
|
|
|
this.pd_prodcode = new System.Windows.Forms.Label();
|
|
|
this.pd_salecode = new System.Windows.Forms.Label();
|
|
|
+ this.OutBoxLength_label = new System.Windows.Forms.Label();
|
|
|
+ this.PalletPreFix_label = new System.Windows.Forms.Label();
|
|
|
+ this.panel4 = new System.Windows.Forms.Panel();
|
|
|
+ this.pr_colorboxunit = new System.Windows.Forms.Label();
|
|
|
+ this.weight_label = new System.Windows.Forms.Label();
|
|
|
+ this.weight = new System.Windows.Forms.Label();
|
|
|
+ this.ComList = new System.Windows.Forms.Label();
|
|
|
+ this.BaudRate = new System.Windows.Forms.Label();
|
|
|
+ this.pr_colorboxgw_label = new System.Windows.Forms.Label();
|
|
|
+ this.RefreshWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ma_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_cartongw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.PalletPreFix = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
+ this.OutBoxLength = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
this.pa_standardqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
@@ -69,27 +88,8 @@
|
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pa_totalqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
- this.OutBoxLength_label = new System.Windows.Forms.Label();
|
|
|
- this.OutBoxLength = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
- this.PalletPreFix_label = new System.Windows.Forms.Label();
|
|
|
- this.PalletPreFix = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.panel4 = new System.Windows.Forms.Panel();
|
|
|
- this.pr_colorboxunit = new System.Windows.Forms.Label();
|
|
|
- this.weight_label = new System.Windows.Forms.Label();
|
|
|
- this.weight = new System.Windows.Forms.Label();
|
|
|
- this.ComList = new System.Windows.Forms.Label();
|
|
|
- this.BaudRate = new System.Windows.Forms.Label();
|
|
|
- this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.pr_cartongw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.pr_colorboxgw_label = new System.Windows.Forms.Label();
|
|
|
- this.ma_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.RefreshWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
|
|
|
this.panel4.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pa_outboxcode_label
|
|
|
@@ -280,6 +280,249 @@
|
|
|
this.pd_salecode.TabIndex = 190;
|
|
|
this.pd_salecode.Visible = false;
|
|
|
//
|
|
|
+ // OutBoxLength_label
|
|
|
+ //
|
|
|
+ this.OutBoxLength_label.AutoSize = true;
|
|
|
+ this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OutBoxLength_label.Location = new System.Drawing.Point(92, 17);
|
|
|
+ this.OutBoxLength_label.Name = "OutBoxLength_label";
|
|
|
+ this.OutBoxLength_label.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.OutBoxLength_label.TabIndex = 193;
|
|
|
+ this.OutBoxLength_label.Text = "长度";
|
|
|
+ //
|
|
|
+ // PalletPreFix_label
|
|
|
+ //
|
|
|
+ this.PalletPreFix_label.AutoSize = true;
|
|
|
+ this.PalletPreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.PalletPreFix_label.Location = new System.Drawing.Point(182, 17);
|
|
|
+ this.PalletPreFix_label.Name = "PalletPreFix_label";
|
|
|
+ this.PalletPreFix_label.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.PalletPreFix_label.TabIndex = 196;
|
|
|
+ this.PalletPreFix_label.Text = "前缀";
|
|
|
+ //
|
|
|
+ // panel4
|
|
|
+ //
|
|
|
+ this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.panel4.Controls.Add(this.pr_colorboxunit);
|
|
|
+ this.panel4.Controls.Add(this.weight_label);
|
|
|
+ this.panel4.Controls.Add(this.weight);
|
|
|
+ this.panel4.Location = new System.Drawing.Point(592, 164);
|
|
|
+ this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.panel4.Name = "panel4";
|
|
|
+ this.panel4.Size = new System.Drawing.Size(296, 125);
|
|
|
+ this.panel4.TabIndex = 197;
|
|
|
+ //
|
|
|
+ // pr_colorboxunit
|
|
|
+ //
|
|
|
+ this.pr_colorboxunit.AutoSize = true;
|
|
|
+ this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
+ this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
+ this.pr_colorboxunit.Location = new System.Drawing.Point(16, 98);
|
|
|
+ this.pr_colorboxunit.Name = "pr_colorboxunit";
|
|
|
+ this.pr_colorboxunit.Size = new System.Drawing.Size(31, 25);
|
|
|
+ this.pr_colorboxunit.TabIndex = 42;
|
|
|
+ this.pr_colorboxunit.Text = "克";
|
|
|
+ this.pr_colorboxunit.Visible = false;
|
|
|
+ //
|
|
|
+ // weight_label
|
|
|
+ //
|
|
|
+ this.weight_label.AutoSize = true;
|
|
|
+ this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
+ this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
+ this.weight_label.Location = new System.Drawing.Point(16, 49);
|
|
|
+ this.weight_label.Name = "weight_label";
|
|
|
+ this.weight_label.Size = new System.Drawing.Size(50, 25);
|
|
|
+ this.weight_label.TabIndex = 20;
|
|
|
+ this.weight_label.Text = "重量";
|
|
|
+ //
|
|
|
+ // weight
|
|
|
+ //
|
|
|
+ this.weight.AutoSize = true;
|
|
|
+ this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
|
|
|
+ this.weight.ForeColor = System.Drawing.Color.Green;
|
|
|
+ this.weight.Location = new System.Drawing.Point(86, 30);
|
|
|
+ this.weight.Name = "weight";
|
|
|
+ this.weight.Size = new System.Drawing.Size(0, 60);
|
|
|
+ this.weight.TabIndex = 41;
|
|
|
+ //
|
|
|
+ // ComList
|
|
|
+ //
|
|
|
+ this.ComList.AutoSize = true;
|
|
|
+ this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ComList.Location = new System.Drawing.Point(439, 16);
|
|
|
+ this.ComList.Name = "ComList";
|
|
|
+ this.ComList.Size = new System.Drawing.Size(68, 20);
|
|
|
+ this.ComList.TabIndex = 198;
|
|
|
+ this.ComList.Text = "ComList";
|
|
|
+ this.ComList.Visible = false;
|
|
|
+ //
|
|
|
+ // BaudRate
|
|
|
+ //
|
|
|
+ this.BaudRate.AutoSize = true;
|
|
|
+ this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.BaudRate.Location = new System.Drawing.Point(524, 16);
|
|
|
+ this.BaudRate.Name = "BaudRate";
|
|
|
+ this.BaudRate.Size = new System.Drawing.Size(78, 20);
|
|
|
+ this.BaudRate.TabIndex = 199;
|
|
|
+ this.BaudRate.Text = "BaudRate";
|
|
|
+ this.BaudRate.Visible = false;
|
|
|
+ //
|
|
|
+ // pr_colorboxgw_label
|
|
|
+ //
|
|
|
+ this.pr_colorboxgw_label.AutoSize = true;
|
|
|
+ this.pr_colorboxgw_label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_colorboxgw_label.Location = new System.Drawing.Point(584, 129);
|
|
|
+ this.pr_colorboxgw_label.Name = "pr_colorboxgw_label";
|
|
|
+ this.pr_colorboxgw_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.pr_colorboxgw_label.TabIndex = 202;
|
|
|
+ this.pr_colorboxgw_label.Text = "标准重量";
|
|
|
+ //
|
|
|
+ // RefreshWeigh
|
|
|
+ //
|
|
|
+ this.RefreshWeigh.AllPower = null;
|
|
|
+ this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
|
|
|
+ this.RefreshWeigh.Image = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.Image")));
|
|
|
+ this.RefreshWeigh.IsShowBorder = true;
|
|
|
+ this.RefreshWeigh.Location = new System.Drawing.Point(911, 266);
|
|
|
+ this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
|
|
|
+ this.RefreshWeigh.Name = "RefreshWeigh";
|
|
|
+ this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
|
|
|
+ this.RefreshWeigh.Power = null;
|
|
|
+ this.RefreshWeigh.Size = new System.Drawing.Size(53, 29);
|
|
|
+ this.RefreshWeigh.TabIndex = 206;
|
|
|
+ this.RefreshWeigh.Text = "刷新重量";
|
|
|
+ this.RefreshWeigh.UseVisualStyleBackColor = true;
|
|
|
+ this.RefreshWeigh.Click += new System.EventHandler(this.RefreshWeigh_Click);
|
|
|
+ //
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.AutoSize = true;
|
|
|
+ this.pr_code.CutLength = null;
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(612, 11);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.pr_code.TabIndex = 205;
|
|
|
+ this.pr_code.Visible = false;
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AutoSize = true;
|
|
|
+ this.ma_code.CutLength = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(757, 11);
|
|
|
+ this.ma_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.ma_code.TabIndex = 204;
|
|
|
+ this.ma_code.Visible = false;
|
|
|
+ //
|
|
|
+ // pr_cartongw
|
|
|
+ //
|
|
|
+ this.pr_cartongw.AutoSize = true;
|
|
|
+ this.pr_cartongw.CutLength = null;
|
|
|
+ this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_cartongw.Location = new System.Drawing.Point(668, 129);
|
|
|
+ this.pr_cartongw.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pr_cartongw.Name = "pr_cartongw";
|
|
|
+ this.pr_cartongw.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.pr_cartongw.TabIndex = 203;
|
|
|
+ this.pr_cartongw.Tag = "1";
|
|
|
+ //
|
|
|
+ // StopWeight
|
|
|
+ //
|
|
|
+ this.StopWeight.AllPower = null;
|
|
|
+ this.StopWeight.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
|
|
|
+ this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
|
|
|
+ this.StopWeight.IsShowBorder = true;
|
|
|
+ this.StopWeight.Location = new System.Drawing.Point(911, 237);
|
|
|
+ this.StopWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
|
|
|
+ this.StopWeight.Name = "StopWeight";
|
|
|
+ this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
|
|
|
+ this.StopWeight.Power = null;
|
|
|
+ this.StopWeight.Size = new System.Drawing.Size(54, 24);
|
|
|
+ this.StopWeight.TabIndex = 201;
|
|
|
+ this.StopWeight.Text = "停止称量";
|
|
|
+ this.StopWeight.UseVisualStyleBackColor = true;
|
|
|
+ this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
|
|
|
+ //
|
|
|
+ // StartWeight
|
|
|
+ //
|
|
|
+ this.StartWeight.AllPower = null;
|
|
|
+ this.StartWeight.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
|
|
|
+ this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
|
|
|
+ this.StartWeight.IsShowBorder = true;
|
|
|
+ this.StartWeight.Location = new System.Drawing.Point(911, 196);
|
|
|
+ this.StartWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
|
|
|
+ this.StartWeight.Name = "StartWeight";
|
|
|
+ this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
|
|
|
+ this.StartWeight.Power = null;
|
|
|
+ this.StartWeight.Size = new System.Drawing.Size(54, 24);
|
|
|
+ this.StartWeight.TabIndex = 200;
|
|
|
+ this.StartWeight.Text = "开始称量";
|
|
|
+ this.StartWeight.UseVisualStyleBackColor = true;
|
|
|
+ this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
|
|
|
+ //
|
|
|
+ // PalletPreFix
|
|
|
+ //
|
|
|
+ this.PalletPreFix.AllPower = null;
|
|
|
+ this.PalletPreFix.BackColor = System.Drawing.Color.White;
|
|
|
+ this.PalletPreFix.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.PalletPreFix.ID = null;
|
|
|
+ this.PalletPreFix.Location = new System.Drawing.Point(220, 16);
|
|
|
+ this.PalletPreFix.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
+ this.PalletPreFix.Name = "PalletPreFix";
|
|
|
+ this.PalletPreFix.Power = null;
|
|
|
+ this.PalletPreFix.Size = new System.Drawing.Size(38, 23);
|
|
|
+ this.PalletPreFix.Str = null;
|
|
|
+ this.PalletPreFix.Str1 = null;
|
|
|
+ this.PalletPreFix.Str2 = null;
|
|
|
+ this.PalletPreFix.TabIndex = 195;
|
|
|
+ this.PalletPreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PalletPreFix_KeyDown);
|
|
|
+ //
|
|
|
+ // StepCount
|
|
|
+ //
|
|
|
+ this.StepCount.LineCode = null;
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(482, 11);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.StepCount.Name = "StepCount";
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(88, 22);
|
|
|
+ this.StepCount.Source = null;
|
|
|
+ this.StepCount.StepCode = null;
|
|
|
+ this.StepCount.TabIndex = 194;
|
|
|
+ //
|
|
|
+ // OutBoxLength
|
|
|
+ //
|
|
|
+ this.OutBoxLength.AllPower = null;
|
|
|
+ this.OutBoxLength.BackColor = System.Drawing.Color.White;
|
|
|
+ this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.OutBoxLength.ID = null;
|
|
|
+ this.OutBoxLength.Location = new System.Drawing.Point(134, 16);
|
|
|
+ this.OutBoxLength.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
+ this.OutBoxLength.Name = "OutBoxLength";
|
|
|
+ this.OutBoxLength.Power = null;
|
|
|
+ this.OutBoxLength.Size = new System.Drawing.Size(38, 23);
|
|
|
+ this.OutBoxLength.Str = null;
|
|
|
+ this.OutBoxLength.Str1 = null;
|
|
|
+ this.OutBoxLength.Str2 = null;
|
|
|
+ this.OutBoxLength.TabIndex = 192;
|
|
|
+ this.OutBoxLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OutBoxLength_KeyDown);
|
|
|
+ //
|
|
|
+ // AutoPrint
|
|
|
+ //
|
|
|
+ this.AutoPrint.Checked = false;
|
|
|
+ this.AutoPrint.Location = new System.Drawing.Point(896, 164);
|
|
|
+ this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
+ this.AutoPrint.Name = "AutoPrint";
|
|
|
+ this.AutoPrint.Size = new System.Drawing.Size(84, 22);
|
|
|
+ this.AutoPrint.TabIndex = 191;
|
|
|
+ //
|
|
|
// pa_standardqty
|
|
|
//
|
|
|
this.pa_standardqty.AllPower = null;
|
|
|
@@ -562,249 +805,6 @@
|
|
|
this.pa_totalqty.TabIndex = 105;
|
|
|
this.pa_totalqty.Tag = "1";
|
|
|
//
|
|
|
- // AutoPrint
|
|
|
- //
|
|
|
- this.AutoPrint.Checked = false;
|
|
|
- this.AutoPrint.Location = new System.Drawing.Point(896, 164);
|
|
|
- this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.AutoPrint.Name = "AutoPrint";
|
|
|
- this.AutoPrint.Size = new System.Drawing.Size(84, 22);
|
|
|
- this.AutoPrint.TabIndex = 191;
|
|
|
- //
|
|
|
- // OutBoxLength_label
|
|
|
- //
|
|
|
- this.OutBoxLength_label.AutoSize = true;
|
|
|
- this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLength_label.Location = new System.Drawing.Point(92, 17);
|
|
|
- this.OutBoxLength_label.Name = "OutBoxLength_label";
|
|
|
- this.OutBoxLength_label.Size = new System.Drawing.Size(37, 20);
|
|
|
- this.OutBoxLength_label.TabIndex = 193;
|
|
|
- this.OutBoxLength_label.Text = "长度";
|
|
|
- //
|
|
|
- // OutBoxLength
|
|
|
- //
|
|
|
- this.OutBoxLength.AllPower = null;
|
|
|
- this.OutBoxLength.BackColor = System.Drawing.Color.White;
|
|
|
- this.OutBoxLength.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.OutBoxLength.ID = null;
|
|
|
- this.OutBoxLength.Location = new System.Drawing.Point(134, 16);
|
|
|
- this.OutBoxLength.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
- this.OutBoxLength.Name = "OutBoxLength";
|
|
|
- this.OutBoxLength.Power = null;
|
|
|
- this.OutBoxLength.Size = new System.Drawing.Size(38, 23);
|
|
|
- this.OutBoxLength.Str = null;
|
|
|
- this.OutBoxLength.Str1 = null;
|
|
|
- this.OutBoxLength.Str2 = null;
|
|
|
- this.OutBoxLength.TabIndex = 192;
|
|
|
- this.OutBoxLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OutBoxLength_KeyDown);
|
|
|
- //
|
|
|
- // StepCount
|
|
|
- //
|
|
|
- this.StepCount.LineCode = null;
|
|
|
- this.StepCount.Location = new System.Drawing.Point(482, 11);
|
|
|
- this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
- this.StepCount.Name = "StepCount";
|
|
|
- this.StepCount.Size = new System.Drawing.Size(88, 22);
|
|
|
- this.StepCount.Source = null;
|
|
|
- this.StepCount.StepCode = null;
|
|
|
- this.StepCount.TabIndex = 194;
|
|
|
- //
|
|
|
- // PalletPreFix_label
|
|
|
- //
|
|
|
- this.PalletPreFix_label.AutoSize = true;
|
|
|
- this.PalletPreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PalletPreFix_label.Location = new System.Drawing.Point(182, 17);
|
|
|
- this.PalletPreFix_label.Name = "PalletPreFix_label";
|
|
|
- this.PalletPreFix_label.Size = new System.Drawing.Size(37, 20);
|
|
|
- this.PalletPreFix_label.TabIndex = 196;
|
|
|
- this.PalletPreFix_label.Text = "前缀";
|
|
|
- //
|
|
|
- // PalletPreFix
|
|
|
- //
|
|
|
- this.PalletPreFix.AllPower = null;
|
|
|
- this.PalletPreFix.BackColor = System.Drawing.Color.White;
|
|
|
- this.PalletPreFix.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.PalletPreFix.ID = null;
|
|
|
- this.PalletPreFix.Location = new System.Drawing.Point(220, 16);
|
|
|
- this.PalletPreFix.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
|
- this.PalletPreFix.Name = "PalletPreFix";
|
|
|
- this.PalletPreFix.Power = null;
|
|
|
- this.PalletPreFix.Size = new System.Drawing.Size(38, 23);
|
|
|
- this.PalletPreFix.Str = null;
|
|
|
- this.PalletPreFix.Str1 = null;
|
|
|
- this.PalletPreFix.Str2 = null;
|
|
|
- this.PalletPreFix.TabIndex = 195;
|
|
|
- this.PalletPreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PalletPreFix_KeyDown);
|
|
|
- //
|
|
|
- // panel4
|
|
|
- //
|
|
|
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.panel4.Controls.Add(this.pr_colorboxunit);
|
|
|
- this.panel4.Controls.Add(this.weight_label);
|
|
|
- this.panel4.Controls.Add(this.weight);
|
|
|
- this.panel4.Location = new System.Drawing.Point(592, 164);
|
|
|
- this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.panel4.Name = "panel4";
|
|
|
- this.panel4.Size = new System.Drawing.Size(296, 125);
|
|
|
- this.panel4.TabIndex = 197;
|
|
|
- //
|
|
|
- // pr_colorboxunit
|
|
|
- //
|
|
|
- this.pr_colorboxunit.AutoSize = true;
|
|
|
- this.pr_colorboxunit.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
- this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
- this.pr_colorboxunit.Location = new System.Drawing.Point(16, 98);
|
|
|
- this.pr_colorboxunit.Name = "pr_colorboxunit";
|
|
|
- this.pr_colorboxunit.Size = new System.Drawing.Size(31, 25);
|
|
|
- this.pr_colorboxunit.TabIndex = 42;
|
|
|
- this.pr_colorboxunit.Text = "克";
|
|
|
- this.pr_colorboxunit.Visible = false;
|
|
|
- //
|
|
|
- // weight_label
|
|
|
- //
|
|
|
- this.weight_label.AutoSize = true;
|
|
|
- this.weight_label.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
- this.weight_label.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.weight_label.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
- this.weight_label.Location = new System.Drawing.Point(16, 49);
|
|
|
- this.weight_label.Name = "weight_label";
|
|
|
- this.weight_label.Size = new System.Drawing.Size(50, 25);
|
|
|
- this.weight_label.TabIndex = 20;
|
|
|
- this.weight_label.Text = "重量";
|
|
|
- //
|
|
|
- // weight
|
|
|
- //
|
|
|
- this.weight.AutoSize = true;
|
|
|
- this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
|
|
|
- this.weight.ForeColor = System.Drawing.Color.Green;
|
|
|
- this.weight.Location = new System.Drawing.Point(86, 30);
|
|
|
- this.weight.Name = "weight";
|
|
|
- this.weight.Size = new System.Drawing.Size(0, 60);
|
|
|
- this.weight.TabIndex = 41;
|
|
|
- //
|
|
|
- // ComList
|
|
|
- //
|
|
|
- this.ComList.AutoSize = true;
|
|
|
- this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ComList.Location = new System.Drawing.Point(439, 16);
|
|
|
- this.ComList.Name = "ComList";
|
|
|
- this.ComList.Size = new System.Drawing.Size(68, 20);
|
|
|
- this.ComList.TabIndex = 198;
|
|
|
- this.ComList.Text = "ComList";
|
|
|
- this.ComList.Visible = false;
|
|
|
- //
|
|
|
- // BaudRate
|
|
|
- //
|
|
|
- this.BaudRate.AutoSize = true;
|
|
|
- this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.BaudRate.Location = new System.Drawing.Point(524, 16);
|
|
|
- this.BaudRate.Name = "BaudRate";
|
|
|
- this.BaudRate.Size = new System.Drawing.Size(78, 20);
|
|
|
- this.BaudRate.TabIndex = 199;
|
|
|
- this.BaudRate.Text = "BaudRate";
|
|
|
- this.BaudRate.Visible = false;
|
|
|
- //
|
|
|
- // StopWeight
|
|
|
- //
|
|
|
- this.StopWeight.AllPower = null;
|
|
|
- this.StopWeight.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
|
|
|
- this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
|
|
|
- this.StopWeight.IsShowBorder = true;
|
|
|
- this.StopWeight.Location = new System.Drawing.Point(911, 237);
|
|
|
- this.StopWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
|
|
|
- this.StopWeight.Name = "StopWeight";
|
|
|
- this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
|
|
|
- this.StopWeight.Power = null;
|
|
|
- this.StopWeight.Size = new System.Drawing.Size(54, 24);
|
|
|
- this.StopWeight.TabIndex = 201;
|
|
|
- this.StopWeight.Text = "停止称量";
|
|
|
- this.StopWeight.UseVisualStyleBackColor = true;
|
|
|
- this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
|
|
|
- //
|
|
|
- // StartWeight
|
|
|
- //
|
|
|
- this.StartWeight.AllPower = null;
|
|
|
- this.StartWeight.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
|
|
|
- this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
|
|
|
- this.StartWeight.IsShowBorder = true;
|
|
|
- this.StartWeight.Location = new System.Drawing.Point(911, 196);
|
|
|
- this.StartWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
|
|
|
- this.StartWeight.Name = "StartWeight";
|
|
|
- this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
|
|
|
- this.StartWeight.Power = null;
|
|
|
- this.StartWeight.Size = new System.Drawing.Size(54, 24);
|
|
|
- this.StartWeight.TabIndex = 200;
|
|
|
- this.StartWeight.Text = "开始称量";
|
|
|
- this.StartWeight.UseVisualStyleBackColor = true;
|
|
|
- this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
|
|
|
- //
|
|
|
- // pr_cartongw
|
|
|
- //
|
|
|
- this.pr_cartongw.AutoSize = true;
|
|
|
- this.pr_cartongw.CutLength = null;
|
|
|
- this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.pr_cartongw.Location = new System.Drawing.Point(668, 129);
|
|
|
- this.pr_cartongw.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.pr_cartongw.Name = "pr_cartongw";
|
|
|
- this.pr_cartongw.Size = new System.Drawing.Size(0, 21);
|
|
|
- this.pr_cartongw.TabIndex = 203;
|
|
|
- this.pr_cartongw.Tag = "1";
|
|
|
- //
|
|
|
- // pr_colorboxgw_label
|
|
|
- //
|
|
|
- this.pr_colorboxgw_label.AutoSize = true;
|
|
|
- this.pr_colorboxgw_label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.pr_colorboxgw_label.Location = new System.Drawing.Point(584, 129);
|
|
|
- this.pr_colorboxgw_label.Name = "pr_colorboxgw_label";
|
|
|
- this.pr_colorboxgw_label.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.pr_colorboxgw_label.TabIndex = 202;
|
|
|
- this.pr_colorboxgw_label.Text = "标准重量";
|
|
|
- //
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.AutoSize = true;
|
|
|
- this.ma_code.CutLength = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(757, 11);
|
|
|
- this.ma_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.ma_code.Name = "ma_code";
|
|
|
- this.ma_code.Size = new System.Drawing.Size(0, 12);
|
|
|
- this.ma_code.TabIndex = 204;
|
|
|
- this.ma_code.Visible = false;
|
|
|
- //
|
|
|
- // pr_code
|
|
|
- //
|
|
|
- this.pr_code.AutoSize = true;
|
|
|
- this.pr_code.CutLength = null;
|
|
|
- this.pr_code.Location = new System.Drawing.Point(612, 11);
|
|
|
- this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
- this.pr_code.Name = "pr_code";
|
|
|
- this.pr_code.Size = new System.Drawing.Size(0, 12);
|
|
|
- this.pr_code.TabIndex = 205;
|
|
|
- this.pr_code.Visible = false;
|
|
|
- //
|
|
|
- // RefreshWeigh
|
|
|
- //
|
|
|
- this.RefreshWeigh.AllPower = null;
|
|
|
- this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
|
|
|
- this.RefreshWeigh.Image = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.Image")));
|
|
|
- this.RefreshWeigh.IsShowBorder = true;
|
|
|
- this.RefreshWeigh.Location = new System.Drawing.Point(911, 266);
|
|
|
- this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
|
|
|
- this.RefreshWeigh.Name = "RefreshWeigh";
|
|
|
- this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
|
|
|
- this.RefreshWeigh.Power = null;
|
|
|
- this.RefreshWeigh.Size = new System.Drawing.Size(53, 29);
|
|
|
- this.RefreshWeigh.TabIndex = 206;
|
|
|
- this.RefreshWeigh.Text = "刷新重量";
|
|
|
- this.RefreshWeigh.UseVisualStyleBackColor = true;
|
|
|
- this.RefreshWeigh.Click += new System.EventHandler(this.RefreshWeigh_Click);
|
|
|
- //
|
|
|
// Make_PalletWightCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -868,9 +868,9 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PalletCollection_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_PalletCollection_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_PalletCollection_SizeChanged);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
|
|
|
this.panel4.ResumeLayout(true);
|
|
|
this.panel4.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
|
|
|
this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|