|
@@ -34,12 +34,10 @@
|
|
|
this.SnInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
this.SnInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.ms_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ms_stepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ms_stepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ms_nextstepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ms_nextstepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.ms_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.ms_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_status = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
this.ms_status = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.Query = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
this.Query = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
@@ -81,12 +79,10 @@
|
|
|
this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.ms_sncode,
|
|
this.ms_sncode,
|
|
|
this.status,
|
|
this.status,
|
|
|
|
|
+ this.ms_linecode,
|
|
|
this.ms_stepcode1,
|
|
this.ms_stepcode1,
|
|
|
this.ms_nextstepcode1,
|
|
this.ms_nextstepcode1,
|
|
|
- this.Column5,
|
|
|
|
|
- this.Column6,
|
|
|
|
|
- this.Column7,
|
|
|
|
|
- this.mp_inman});
|
|
|
|
|
|
|
+ this.Column5});
|
|
|
this.SnInf.EnableContentClick = true;
|
|
this.SnInf.EnableContentClick = true;
|
|
|
this.SnInf.Location = new System.Drawing.Point(0, 70);
|
|
this.SnInf.Location = new System.Drawing.Point(0, 70);
|
|
|
this.SnInf.Margin = new System.Windows.Forms.Padding(4);
|
|
this.SnInf.Margin = new System.Windows.Forms.Padding(4);
|
|
@@ -108,6 +104,12 @@
|
|
|
this.status.Name = "status";
|
|
this.status.Name = "status";
|
|
|
this.status.ReadOnly = true;
|
|
this.status.ReadOnly = true;
|
|
|
//
|
|
//
|
|
|
|
|
+ // ms_linecode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ms_linecode.DataPropertyName = "ms_linecode";
|
|
|
|
|
+ this.ms_linecode.HeaderText = "线别";
|
|
|
|
|
+ this.ms_linecode.Name = "ms_linecode";
|
|
|
|
|
+ //
|
|
|
// ms_stepcode1
|
|
// ms_stepcode1
|
|
|
//
|
|
//
|
|
|
this.ms_stepcode1.DataPropertyName = "ms_stepcode";
|
|
this.ms_stepcode1.DataPropertyName = "ms_stepcode";
|
|
@@ -129,29 +131,6 @@
|
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.Name = "Column5";
|
|
|
this.Column5.ReadOnly = true;
|
|
this.Column5.ReadOnly = true;
|
|
|
//
|
|
//
|
|
|
- // Column6
|
|
|
|
|
- //
|
|
|
|
|
- this.Column6.DataPropertyName = "mp_indate";
|
|
|
|
|
- this.Column6.HeaderText = "最近采集时间";
|
|
|
|
|
- this.Column6.Name = "Column6";
|
|
|
|
|
- this.Column6.ReadOnly = true;
|
|
|
|
|
- this.Column6.Width = 150;
|
|
|
|
|
- //
|
|
|
|
|
- // Column7
|
|
|
|
|
- //
|
|
|
|
|
- this.Column7.DataPropertyName = "mp_sourcecode";
|
|
|
|
|
- this.Column7.HeaderText = "最近采集资源";
|
|
|
|
|
- this.Column7.Name = "Column7";
|
|
|
|
|
- this.Column7.ReadOnly = true;
|
|
|
|
|
- this.Column7.Width = 150;
|
|
|
|
|
- //
|
|
|
|
|
- // mp_inman
|
|
|
|
|
- //
|
|
|
|
|
- this.mp_inman.DataPropertyName = "mp_inman";
|
|
|
|
|
- this.mp_inman.HeaderText = "最近采集人员";
|
|
|
|
|
- this.mp_inman.Name = "mp_inman";
|
|
|
|
|
- this.mp_inman.Width = 150;
|
|
|
|
|
- //
|
|
|
|
|
// ms_makecode
|
|
// ms_makecode
|
|
|
//
|
|
//
|
|
|
this.ms_makecode.AllPower = null;
|
|
this.ms_makecode.AllPower = null;
|
|
@@ -165,7 +144,7 @@
|
|
|
this.ms_makecode.Str1 = null;
|
|
this.ms_makecode.Str1 = null;
|
|
|
this.ms_makecode.Str2 = null;
|
|
this.ms_makecode.Str2 = null;
|
|
|
this.ms_makecode.TabIndex = 204;
|
|
this.ms_makecode.TabIndex = 204;
|
|
|
- this.ms_makecode.Tag = "ms_makecode";
|
|
|
|
|
|
|
+ this.ms_makecode.Tag = "makecode";
|
|
|
this.ms_makecode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ma_code_KeyDown);
|
|
this.ms_makecode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ma_code_KeyDown);
|
|
|
//
|
|
//
|
|
|
// ms_status
|
|
// ms_status
|
|
@@ -289,11 +268,9 @@
|
|
|
private System.Windows.Forms.Label ms_nextstepcode_label;
|
|
private System.Windows.Forms.Label ms_nextstepcode_label;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn status;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn status;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ms_linecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_nextstepcode1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ms_nextstepcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman;
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|