|
|
@@ -66,17 +66,20 @@
|
|
|
this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lcd_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lcd_labeltype = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lcd_prefix = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lcd_length = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lcd_content = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.PrintLabel_label = new System.Windows.Forms.Label();
|
|
|
this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.lcd_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lcd_labeltype = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lcd_prefix = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lcd_suffix = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lcd_alllength = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lcd_length = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lcd_content = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lcd_sql = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -253,8 +256,11 @@
|
|
|
this.lcd_detno,
|
|
|
this.lcd_labeltype,
|
|
|
this.lcd_prefix,
|
|
|
+ this.lcd_suffix,
|
|
|
+ this.lcd_alllength,
|
|
|
this.lcd_length,
|
|
|
- this.lcd_content});
|
|
|
+ this.lcd_content,
|
|
|
+ this.lcd_sql});
|
|
|
this.LabelDataGridView.Location = new System.Drawing.Point(36, 216);
|
|
|
this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
@@ -550,51 +556,6 @@
|
|
|
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.dataGridViewTextBoxColumn6.Width = 200;
|
|
|
//
|
|
|
- // lcd_detno
|
|
|
- //
|
|
|
- this.lcd_detno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.lcd_detno.DataPropertyName = "lcd_detno";
|
|
|
- this.lcd_detno.HeaderText = "序号";
|
|
|
- this.lcd_detno.MinimumWidth = 30;
|
|
|
- this.lcd_detno.Name = "lcd_detno";
|
|
|
- this.lcd_detno.Width = 30;
|
|
|
- //
|
|
|
- // lcd_labeltype
|
|
|
- //
|
|
|
- this.lcd_labeltype.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
|
|
|
- this.lcd_labeltype.DataPropertyName = "lcd_labeltype";
|
|
|
- this.lcd_labeltype.HeaderText = "标签类型";
|
|
|
- this.lcd_labeltype.MinimumWidth = 100;
|
|
|
- this.lcd_labeltype.Name = "lcd_labeltype";
|
|
|
- this.lcd_labeltype.ReadOnly = true;
|
|
|
- //
|
|
|
- // lcd_prefix
|
|
|
- //
|
|
|
- this.lcd_prefix.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.lcd_prefix.DataPropertyName = "lcd_prefix";
|
|
|
- this.lcd_prefix.HeaderText = "前缀";
|
|
|
- this.lcd_prefix.MinimumWidth = 100;
|
|
|
- this.lcd_prefix.Name = "lcd_prefix";
|
|
|
- this.lcd_prefix.ReadOnly = true;
|
|
|
- this.lcd_prefix.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // lcd_length
|
|
|
- //
|
|
|
- this.lcd_length.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
- this.lcd_length.DataPropertyName = "lcd_length";
|
|
|
- this.lcd_length.HeaderText = "截取长度";
|
|
|
- this.lcd_length.MinimumWidth = 100;
|
|
|
- this.lcd_length.Name = "lcd_length";
|
|
|
- this.lcd_length.ReadOnly = true;
|
|
|
- //
|
|
|
- // lcd_content
|
|
|
- //
|
|
|
- this.lcd_content.DataPropertyName = "lcd_content";
|
|
|
- this.lcd_content.HeaderText = "核对内容";
|
|
|
- this.lcd_content.MinimumWidth = 10;
|
|
|
- this.lcd_content.Name = "lcd_content";
|
|
|
- this.lcd_content.Width = 200;
|
|
|
- //
|
|
|
// PrintNum
|
|
|
//
|
|
|
this.PrintNum.AllPower = null;
|
|
|
@@ -631,6 +592,7 @@
|
|
|
this.PrintLabel.Name = "PrintLabel";
|
|
|
this.PrintLabel.Size = new System.Drawing.Size(260, 32);
|
|
|
this.PrintLabel.TabIndex = 203;
|
|
|
+ this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
@@ -662,6 +624,74 @@
|
|
|
this.Printer.Size = new System.Drawing.Size(262, 50);
|
|
|
this.Printer.TabIndex = 200;
|
|
|
//
|
|
|
+ // lcd_detno
|
|
|
+ //
|
|
|
+ this.lcd_detno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.lcd_detno.DataPropertyName = "lcd_detno";
|
|
|
+ this.lcd_detno.HeaderText = "序号";
|
|
|
+ this.lcd_detno.MinimumWidth = 30;
|
|
|
+ this.lcd_detno.Name = "lcd_detno";
|
|
|
+ this.lcd_detno.Width = 30;
|
|
|
+ //
|
|
|
+ // lcd_labeltype
|
|
|
+ //
|
|
|
+ this.lcd_labeltype.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
|
|
|
+ this.lcd_labeltype.DataPropertyName = "lcd_labeltype";
|
|
|
+ this.lcd_labeltype.HeaderText = "标签类型";
|
|
|
+ this.lcd_labeltype.MinimumWidth = 100;
|
|
|
+ this.lcd_labeltype.Name = "lcd_labeltype";
|
|
|
+ this.lcd_labeltype.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // lcd_prefix
|
|
|
+ //
|
|
|
+ this.lcd_prefix.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.lcd_prefix.DataPropertyName = "lcd_prefix";
|
|
|
+ this.lcd_prefix.HeaderText = "前缀";
|
|
|
+ this.lcd_prefix.MinimumWidth = 100;
|
|
|
+ this.lcd_prefix.Name = "lcd_prefix";
|
|
|
+ this.lcd_prefix.ReadOnly = true;
|
|
|
+ this.lcd_prefix.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // lcd_suffix
|
|
|
+ //
|
|
|
+ this.lcd_suffix.DataPropertyName = "lcd_suffix";
|
|
|
+ this.lcd_suffix.HeaderText = "后缀";
|
|
|
+ this.lcd_suffix.MinimumWidth = 100;
|
|
|
+ this.lcd_suffix.Name = "lcd_suffix";
|
|
|
+ //
|
|
|
+ // lcd_alllength
|
|
|
+ //
|
|
|
+ this.lcd_alllength.DataPropertyName = "lcd_alllength";
|
|
|
+ this.lcd_alllength.HeaderText = "总长度";
|
|
|
+ this.lcd_alllength.MinimumWidth = 10;
|
|
|
+ this.lcd_alllength.Name = "lcd_alllength";
|
|
|
+ this.lcd_alllength.Width = 200;
|
|
|
+ //
|
|
|
+ // lcd_length
|
|
|
+ //
|
|
|
+ this.lcd_length.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
+ this.lcd_length.DataPropertyName = "lcd_length";
|
|
|
+ this.lcd_length.HeaderText = "截取长度";
|
|
|
+ this.lcd_length.MinimumWidth = 100;
|
|
|
+ this.lcd_length.Name = "lcd_length";
|
|
|
+ this.lcd_length.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // lcd_content
|
|
|
+ //
|
|
|
+ this.lcd_content.DataPropertyName = "lcd_content";
|
|
|
+ this.lcd_content.HeaderText = "核对内容";
|
|
|
+ this.lcd_content.MinimumWidth = 10;
|
|
|
+ this.lcd_content.Name = "lcd_content";
|
|
|
+ this.lcd_content.Width = 200;
|
|
|
+ //
|
|
|
+ // lcd_sql
|
|
|
+ //
|
|
|
+ this.lcd_sql.DataPropertyName = "lcd_sql";
|
|
|
+ this.lcd_sql.HeaderText = "SQL";
|
|
|
+ this.lcd_sql.MinimumWidth = 10;
|
|
|
+ this.lcd_sql.Name = "lcd_sql";
|
|
|
+ this.lcd_sql.Width = 200;
|
|
|
+ //
|
|
|
// Make_SNLabelCheck
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
@@ -754,16 +784,19 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
private System.Windows.Forms.CheckBox sir_remark_label;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn lcd_detno;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn lcd_labeltype;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn lcd_prefix;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn lcd_length;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn lcd_content;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label PrintLabel_label;
|
|
|
private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_detno;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_labeltype;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_prefix;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_suffix;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_alllength;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_length;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_content;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lcd_sql;
|
|
|
}
|
|
|
}
|