|
|
@@ -45,14 +45,13 @@
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.ma_qty_label = new System.Windows.Forms.Label();
|
|
|
this.ma_salecode_label = new System.Windows.Forms.Label();
|
|
|
- this.PriLabel = new System.Windows.Forms.RadioButton();
|
|
|
- this.SupPriLabel = new System.Windows.Forms.RadioButton();
|
|
|
this.PrintLabel = new System.Windows.Forms.ComboBox();
|
|
|
this.Printer_label = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.ComList = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
|
|
|
+ this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pd_barcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
@@ -64,18 +63,12 @@
|
|
|
this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.ComList = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
|
|
|
- this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
- this.Search_label = new System.Windows.Forms.Label();
|
|
|
- this.Search = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
- this.user = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.weight_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pa_weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pa_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewWithSerialNum1 = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.AutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
+ this.PrintNum = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
this.panel6.SuspendLayout();
|
|
|
this.panel4.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// ma_code_label
|
|
|
@@ -252,35 +245,11 @@
|
|
|
this.ma_salecode_label.TabIndex = 83;
|
|
|
this.ma_salecode_label.Text = "订单编号";
|
|
|
//
|
|
|
- // PriLabel
|
|
|
- //
|
|
|
- this.PriLabel.AutoSize = true;
|
|
|
- this.PriLabel.Checked = true;
|
|
|
- this.PriLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PriLabel.Location = new System.Drawing.Point(874, 170);
|
|
|
- this.PriLabel.Name = "PriLabel";
|
|
|
- this.PriLabel.Size = new System.Drawing.Size(92, 25);
|
|
|
- this.PriLabel.TabIndex = 154;
|
|
|
- this.PriLabel.TabStop = true;
|
|
|
- this.PriLabel.Text = "打印标签";
|
|
|
- this.PriLabel.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // SupPriLabel
|
|
|
- //
|
|
|
- this.SupPriLabel.AutoSize = true;
|
|
|
- this.SupPriLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SupPriLabel.Location = new System.Drawing.Point(972, 170);
|
|
|
- this.SupPriLabel.Name = "SupPriLabel";
|
|
|
- this.SupPriLabel.Size = new System.Drawing.Size(92, 25);
|
|
|
- this.SupPriLabel.TabIndex = 155;
|
|
|
- this.SupPriLabel.Text = "补打标签";
|
|
|
- this.SupPriLabel.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
// PrintLabel
|
|
|
//
|
|
|
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.PrintLabel.FormattingEnabled = true;
|
|
|
- this.PrintLabel.Location = new System.Drawing.Point(936, 133);
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(936, 145);
|
|
|
this.PrintLabel.Name = "PrintLabel";
|
|
|
this.PrintLabel.Size = new System.Drawing.Size(121, 20);
|
|
|
this.PrintLabel.TabIndex = 157;
|
|
|
@@ -289,7 +258,7 @@
|
|
|
//
|
|
|
this.Printer_label.AutoSize = true;
|
|
|
this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Printer_label.Location = new System.Drawing.Point(835, 99);
|
|
|
+ this.Printer_label.Location = new System.Drawing.Point(839, 111);
|
|
|
this.Printer_label.Name = "Printer_label";
|
|
|
this.Printer_label.Size = new System.Drawing.Size(84, 20);
|
|
|
this.Printer_label.TabIndex = 159;
|
|
|
@@ -299,19 +268,42 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(849, 131);
|
|
|
+ this.label1.Location = new System.Drawing.Point(839, 145);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(69, 20);
|
|
|
this.label1.TabIndex = 161;
|
|
|
this.label1.Text = "打印标签";
|
|
|
//
|
|
|
- // Printer
|
|
|
+ // BaudRate
|
|
|
//
|
|
|
- this.Printer.Location = new System.Drawing.Point(936, 99);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Printer.Name = "Printer";
|
|
|
- this.Printer.Size = new System.Drawing.Size(120, 22);
|
|
|
- this.Printer.TabIndex = 158;
|
|
|
+ this.BaudRate.AllPower = null;
|
|
|
+ this.BaudRate.BackColor = System.Drawing.Color.White;
|
|
|
+ this.BaudRate.ID = null;
|
|
|
+ this.BaudRate.Location = new System.Drawing.Point(937, 29);
|
|
|
+ this.BaudRate.Name = "BaudRate";
|
|
|
+ this.BaudRate.Negative = false;
|
|
|
+ this.BaudRate.Power = null;
|
|
|
+ this.BaudRate.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.BaudRate.Str = null;
|
|
|
+ this.BaudRate.Str1 = null;
|
|
|
+ this.BaudRate.Str2 = null;
|
|
|
+ this.BaudRate.TabIndex = 168;
|
|
|
+ //
|
|
|
+ // ComList
|
|
|
+ //
|
|
|
+ this.ComList.Location = new System.Drawing.Point(935, 4);
|
|
|
+ this.ComList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.ComList.Name = "ComList";
|
|
|
+ this.ComList.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.ComList.TabIndex = 162;
|
|
|
+ //
|
|
|
+ // PrinterList
|
|
|
+ //
|
|
|
+ this.PrinterList.Location = new System.Drawing.Point(936, 111);
|
|
|
+ this.PrinterList.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PrinterList.Name = "PrinterList";
|
|
|
+ this.PrinterList.Size = new System.Drawing.Size(120, 22);
|
|
|
+ this.PrinterList.TabIndex = 158;
|
|
|
//
|
|
|
// StartWeight
|
|
|
//
|
|
|
@@ -320,7 +312,7 @@
|
|
|
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(658, 29);
|
|
|
+ this.StartWeight.Location = new System.Drawing.Point(658, 26);
|
|
|
this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
|
|
|
this.StartWeight.Name = "StartWeight";
|
|
|
this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
|
|
|
@@ -331,24 +323,6 @@
|
|
|
this.StartWeight.UseVisualStyleBackColor = true;
|
|
|
this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
|
|
|
//
|
|
|
- // Cancel
|
|
|
- //
|
|
|
- this.Cancel.AllPower = null;
|
|
|
- this.Cancel.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
|
|
|
- this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
|
|
|
- this.Cancel.IsShowBorder = true;
|
|
|
- this.Cancel.Location = new System.Drawing.Point(982, 215);
|
|
|
- this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
|
|
|
- this.Cancel.Name = "Cancel";
|
|
|
- this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
|
|
|
- this.Cancel.Power = null;
|
|
|
- this.Cancel.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.Cancel.TabIndex = 153;
|
|
|
- this.Cancel.Text = "取消";
|
|
|
- this.Cancel.UseVisualStyleBackColor = true;
|
|
|
- this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
|
|
|
- //
|
|
|
// Confirm
|
|
|
//
|
|
|
this.Confirm.AllPower = null;
|
|
|
@@ -356,7 +330,7 @@
|
|
|
this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
this.Confirm.IsShowBorder = true;
|
|
|
- this.Confirm.Location = new System.Drawing.Point(874, 214);
|
|
|
+ this.Confirm.Location = new System.Drawing.Point(919, 210);
|
|
|
this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
this.Confirm.Name = "Confirm";
|
|
|
this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
|
|
|
@@ -386,7 +360,7 @@
|
|
|
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(753, 29);
|
|
|
+ this.StopWeight.Location = new System.Drawing.Point(753, 26);
|
|
|
this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
|
|
|
this.StopWeight.Name = "StopWeight";
|
|
|
this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
|
|
|
@@ -501,114 +475,56 @@
|
|
|
this.OperateResult.TabIndex = 87;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
- // ComList
|
|
|
- //
|
|
|
- this.ComList.Location = new System.Drawing.Point(936, 64);
|
|
|
- this.ComList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
- this.ComList.Name = "ComList";
|
|
|
- this.ComList.Size = new System.Drawing.Size(121, 20);
|
|
|
- this.ComList.TabIndex = 162;
|
|
|
- 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(937, 29);
|
|
|
- this.BaudRate.Name = "BaudRate";
|
|
|
- this.BaudRate.Negative = false;
|
|
|
- this.BaudRate.Power = null;
|
|
|
- this.BaudRate.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.BaudRate.Str = null;
|
|
|
- this.BaudRate.Str1 = null;
|
|
|
- this.BaudRate.Str2 = null;
|
|
|
- this.BaudRate.TabIndex = 168;
|
|
|
- this.BaudRate.Visible = false;
|
|
|
- //
|
|
|
- // Search_label
|
|
|
- //
|
|
|
- this.Search_label.AutoSize = true;
|
|
|
- this.Search_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Search_label.Location = new System.Drawing.Point(515, 217);
|
|
|
- this.Search_label.Name = "Search_label";
|
|
|
- this.Search_label.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.Search_label.TabIndex = 105;
|
|
|
- this.Search_label.Text = "查找历史";
|
|
|
- //
|
|
|
- // Search
|
|
|
- //
|
|
|
- this.Search.AllPower = null;
|
|
|
- this.Search.Caller = null;
|
|
|
- this.Search.Condition = null;
|
|
|
- this.Search.DBTitle = "查找历史";
|
|
|
- this.Search.FormName = null;
|
|
|
- this.Search.Location = new System.Drawing.Point(608, 217);
|
|
|
- this.Search.Name = "Search";
|
|
|
- this.Search.Power = null;
|
|
|
- this.Search.ReturnData = null;
|
|
|
- this.Search.SelectField = null;
|
|
|
- this.Search.SetValueField = null;
|
|
|
- this.Search.Size = new System.Drawing.Size(216, 21);
|
|
|
- this.Search.TabIndex = 104;
|
|
|
- this.Search.TableName = null;
|
|
|
- this.Search.TextBoxEnable = false;
|
|
|
- //
|
|
|
- // user
|
|
|
- //
|
|
|
- this.user.HeaderText = "操作员";
|
|
|
- this.user.Name = "user";
|
|
|
- //
|
|
|
- // weight_time
|
|
|
- //
|
|
|
- this.weight_time.HeaderText = "称量时间";
|
|
|
- this.weight_time.Name = "weight_time";
|
|
|
- //
|
|
|
- // pa_weight
|
|
|
- //
|
|
|
- this.pa_weight.HeaderText = "重量";
|
|
|
- this.pa_weight.Name = "pa_weight";
|
|
|
- //
|
|
|
- // pa_outboxcode
|
|
|
- //
|
|
|
- this.pa_outboxcode.HeaderText = "箱号";
|
|
|
- this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
- //
|
|
|
- // dataGridViewWithSerialNum1
|
|
|
- //
|
|
|
- this.dataGridViewWithSerialNum1.AllowUserToAddRows = false;
|
|
|
- this.dataGridViewWithSerialNum1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- this.dataGridViewWithSerialNum1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.pa_outboxcode,
|
|
|
- this.pa_weight,
|
|
|
- this.weight_time,
|
|
|
- this.user});
|
|
|
- this.dataGridViewWithSerialNum1.Location = new System.Drawing.Point(422, 253);
|
|
|
- this.dataGridViewWithSerialNum1.Name = "dataGridViewWithSerialNum1";
|
|
|
- this.dataGridViewWithSerialNum1.RowTemplate.Height = 23;
|
|
|
- this.dataGridViewWithSerialNum1.Size = new System.Drawing.Size(403, 266);
|
|
|
- this.dataGridViewWithSerialNum1.TabIndex = 103;
|
|
|
+ // AutoPrint
|
|
|
+ //
|
|
|
+ this.AutoPrint.AutoSize = true;
|
|
|
+ this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 10.8F);
|
|
|
+ this.AutoPrint.Location = new System.Drawing.Point(839, 46);
|
|
|
+ this.AutoPrint.Name = "AutoPrint";
|
|
|
+ this.AutoPrint.Size = new System.Drawing.Size(88, 24);
|
|
|
+ this.AutoPrint.TabIndex = 169;
|
|
|
+ this.AutoPrint.Text = "自动打印";
|
|
|
+ this.AutoPrint.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // PrintNum
|
|
|
+ //
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(937, 76);
|
|
|
+ this.PrintNum.Name = "PrintNum";
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.PrintNum.TabIndex = 170;
|
|
|
+ this.PrintNum.Value = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(839, 77);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(84, 20);
|
|
|
+ this.label2.TabIndex = 171;
|
|
|
+ this.label2.Text = "打印机列表";
|
|
|
//
|
|
|
// Make_CartonBoxWeigh
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1072, 608);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.PrintNum);
|
|
|
+ this.Controls.Add(this.AutoPrint);
|
|
|
this.Controls.Add(this.BaudRate);
|
|
|
this.Controls.Add(this.ComList);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.Printer_label);
|
|
|
- this.Controls.Add(this.Printer);
|
|
|
+ this.Controls.Add(this.PrinterList);
|
|
|
this.Controls.Add(this.PrintLabel);
|
|
|
this.Controls.Add(this.StartWeight);
|
|
|
- this.Controls.Add(this.SupPriLabel);
|
|
|
- this.Controls.Add(this.PriLabel);
|
|
|
- this.Controls.Add(this.Cancel);
|
|
|
this.Controls.Add(this.Confirm);
|
|
|
this.Controls.Add(this.pd_barcode);
|
|
|
- this.Controls.Add(this.Search_label);
|
|
|
- this.Controls.Add(this.Search);
|
|
|
- this.Controls.Add(this.dataGridViewWithSerialNum1);
|
|
|
this.Controls.Add(this.StopWeight);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.ma_qty);
|
|
|
@@ -634,12 +550,12 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.卡通箱称重_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.卡通箱称重_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.卡通箱称重_SizeChanged);
|
|
|
- this.panel6.ResumeLayout(true);
|
|
|
+ this.panel6.ResumeLayout(false);
|
|
|
this.panel6.PerformLayout();
|
|
|
- this.panel4.ResumeLayout(true);
|
|
|
+ this.panel4.ResumeLayout(false);
|
|
|
this.panel4.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -673,22 +589,15 @@
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private CustomControl.ValueLabel.ValueLabel pd_barcode;
|
|
|
private CustomControl.ButtonUtil.NormalButton Confirm;
|
|
|
- private System.Windows.Forms.RadioButton PriLabel;
|
|
|
- private System.Windows.Forms.RadioButton SupPriLabel;
|
|
|
private CustomControl.ButtonUtil.NormalButton StartWeight;
|
|
|
private System.Windows.Forms.ComboBox PrintLabel;
|
|
|
- private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
|
|
|
private System.Windows.Forms.Label Printer_label;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
- private CustomControl.ButtonUtil.NormalButton Cancel;
|
|
|
private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
|
|
|
private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
|
|
|
- private System.Windows.Forms.Label Search_label;
|
|
|
- private CustomControl.TextBoxWithIcon.SearchTextBox Search;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn user;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn weight_time;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pa_weight;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode;
|
|
|
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum dataGridViewWithSerialNum1;
|
|
|
+ private System.Windows.Forms.CheckBox AutoPrint;
|
|
|
+ private System.Windows.Forms.NumericUpDown PrintNum;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
}
|
|
|
}
|