|
@@ -33,6 +33,14 @@
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.DGV = new System.Windows.Forms.DataGridView();
|
|
|
+ this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.lm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lm_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lm_uptime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lm_downtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lm_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lm_mannum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mancount = new System.Windows.Forms.NumericUpDown();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -48,14 +56,6 @@
|
|
|
this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.ChangeMan = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.lm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lm_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lm_uptime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lm_downtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lm_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lm_mannum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mancount)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -102,6 +102,76 @@
|
|
|
this.DGV.Size = new System.Drawing.Size(1922, 971);
|
|
|
this.DGV.TabIndex = 218;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.lm_id.DataPropertyName = "lm_id";
|
|
|
+ this.lm_id.HeaderText = "ID";
|
|
|
+ this.lm_id.MinimumWidth = 10;
|
|
|
+ this.lm_id.Name = "lm_id";
|
|
|
+ this.lm_id.Visible = false;
|
|
|
+ this.lm_id.Width = 10;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.choose.HeaderText = "勾选";
|
|
|
+ this.choose.MinimumWidth = 10;
|
|
|
+ this.choose.Name = "choose";
|
|
|
+ this.choose.Width = 80;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lm_makecode.DataPropertyName = "lm_makecode";
|
|
|
+ this.lm_makecode.HeaderText = "工单号";
|
|
|
+ this.lm_makecode.MinimumWidth = 10;
|
|
|
+ this.lm_makecode.Name = "lm_makecode";
|
|
|
+ this.lm_makecode.ReadOnly = true;
|
|
|
+ this.lm_makecode.Width = 150;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lm_linecode.DataPropertyName = "lm_linecode";
|
|
|
+ this.lm_linecode.HeaderText = "线别";
|
|
|
+ this.lm_linecode.MinimumWidth = 10;
|
|
|
+ this.lm_linecode.Name = "lm_linecode";
|
|
|
+ this.lm_linecode.ReadOnly = true;
|
|
|
+ this.lm_linecode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lm_uptime.DataPropertyName = "lm_uptime";
|
|
|
+ this.lm_uptime.HeaderText = "上线时间";
|
|
|
+ this.lm_uptime.MinimumWidth = 10;
|
|
|
+ this.lm_uptime.Name = "lm_uptime";
|
|
|
+ this.lm_uptime.ReadOnly = true;
|
|
|
+ this.lm_uptime.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lm_downtime.DataPropertyName = "lm_downtime";
|
|
|
+ this.lm_downtime.HeaderText = "下线时间";
|
|
|
+ this.lm_downtime.MinimumWidth = 10;
|
|
|
+ this.lm_downtime.Name = "lm_downtime";
|
|
|
+ this.lm_downtime.ReadOnly = true;
|
|
|
+ this.lm_downtime.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lm_inman.DataPropertyName = "lm_inman";
|
|
|
+ this.lm_inman.HeaderText = "录入人";
|
|
|
+ this.lm_inman.MinimumWidth = 10;
|
|
|
+ this.lm_inman.Name = "lm_inman";
|
|
|
+ this.lm_inman.ReadOnly = true;
|
|
|
+ this.lm_inman.Width = 80;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lm_mannum.DataPropertyName = "lm_mannum";
|
|
|
+ this.lm_mannum.HeaderText = "拉线人数";
|
|
|
+ this.lm_mannum.MinimumWidth = 10;
|
|
|
+ this.lm_mannum.Name = "lm_mannum";
|
|
|
+ this.lm_mannum.Width = 80;
|
|
|
+
|
|
|
|
|
|
|
|
|
this.mancount.Location = new System.Drawing.Point(976, 19);
|
|
@@ -240,7 +310,7 @@
|
|
|
this.li_code.TabIndex = 215;
|
|
|
this.li_code.TableName = null;
|
|
|
this.li_code.Tag = "msl_makecode";
|
|
|
- this.li_code.TextBoxEnable = true;
|
|
|
+ this.li_code.TextBoxEnable = false;
|
|
|
|
|
|
|
|
|
|
|
@@ -261,7 +331,7 @@
|
|
|
this.ma_code.TabIndex = 213;
|
|
|
this.ma_code.TableName = null;
|
|
|
this.ma_code.Tag = "msl_makecode";
|
|
|
- this.ma_code.TextBoxEnable = true;
|
|
|
+ this.ma_code.TextBoxEnable = false;
|
|
|
|
|
|
|
|
|
|
|
@@ -282,76 +352,6 @@
|
|
|
this.ChangeMan.UseVisualStyleBackColor = false;
|
|
|
this.ChangeMan.Click += new System.EventHandler(this.ChangeMan_Click);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.lm_id.DataPropertyName = "lm_id";
|
|
|
- this.lm_id.HeaderText = "ID";
|
|
|
- this.lm_id.MinimumWidth = 10;
|
|
|
- this.lm_id.Name = "lm_id";
|
|
|
- this.lm_id.Visible = false;
|
|
|
- this.lm_id.Width = 10;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.choose.HeaderText = "勾选";
|
|
|
- this.choose.MinimumWidth = 10;
|
|
|
- this.choose.Name = "choose";
|
|
|
- this.choose.Width = 80;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.lm_makecode.DataPropertyName = "lm_makecode";
|
|
|
- this.lm_makecode.HeaderText = "工单号";
|
|
|
- this.lm_makecode.MinimumWidth = 10;
|
|
|
- this.lm_makecode.Name = "lm_makecode";
|
|
|
- this.lm_makecode.ReadOnly = true;
|
|
|
- this.lm_makecode.Width = 150;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.lm_linecode.DataPropertyName = "lm_linecode";
|
|
|
- this.lm_linecode.HeaderText = "线别";
|
|
|
- this.lm_linecode.MinimumWidth = 10;
|
|
|
- this.lm_linecode.Name = "lm_linecode";
|
|
|
- this.lm_linecode.ReadOnly = true;
|
|
|
- this.lm_linecode.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.lm_uptime.DataPropertyName = "lm_uptime";
|
|
|
- this.lm_uptime.HeaderText = "上线时间";
|
|
|
- this.lm_uptime.MinimumWidth = 10;
|
|
|
- this.lm_uptime.Name = "lm_uptime";
|
|
|
- this.lm_uptime.ReadOnly = true;
|
|
|
- this.lm_uptime.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.lm_downtime.DataPropertyName = "lm_downtime";
|
|
|
- this.lm_downtime.HeaderText = "下线时间";
|
|
|
- this.lm_downtime.MinimumWidth = 10;
|
|
|
- this.lm_downtime.Name = "lm_downtime";
|
|
|
- this.lm_downtime.ReadOnly = true;
|
|
|
- this.lm_downtime.Width = 200;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.lm_inman.DataPropertyName = "lm_inman";
|
|
|
- this.lm_inman.HeaderText = "录入人";
|
|
|
- this.lm_inman.MinimumWidth = 10;
|
|
|
- this.lm_inman.Name = "lm_inman";
|
|
|
- this.lm_inman.ReadOnly = true;
|
|
|
- this.lm_inman.Width = 80;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.lm_mannum.DataPropertyName = "lm_mannum";
|
|
|
- this.lm_mannum.HeaderText = "拉线人数";
|
|
|
- this.lm_mannum.MinimumWidth = 10;
|
|
|
- this.lm_mannum.Name = "lm_mannum";
|
|
|
- this.lm_mannum.Width = 80;
|
|
|
-
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|