|
|
@@ -30,37 +30,36 @@
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_LoadMake));
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
- this.searchTextBox1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.UpLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.DGV = new System.Windows.Forms.DataGridView();
|
|
|
+ this.mancount = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DownLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
+ this.UpLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ 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();
|
|
|
//
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.AllPower = "IFALL";
|
|
|
- this.ma_code.Caller = null;
|
|
|
- this.ma_code.Condition = null;
|
|
|
- this.ma_code.DBTitle = "";
|
|
|
- this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.ma_code.FormName = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(131, 15);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.ma_code.Name = "ma_code";
|
|
|
- this.ma_code.Power = "";
|
|
|
- this.ma_code.ReturnData = null;
|
|
|
- this.ma_code.SelectField = null;
|
|
|
- this.ma_code.SetValueField = null;
|
|
|
- this.ma_code.Size = new System.Drawing.Size(282, 46);
|
|
|
- this.ma_code.TabIndex = 213;
|
|
|
- this.ma_code.TableName = null;
|
|
|
- this.ma_code.Tag = "msl_makecode";
|
|
|
- this.ma_code.TextBoxEnable = true;
|
|
|
- //
|
|
|
// ms_makecode_label
|
|
|
//
|
|
|
this.ms_makecode_label.AutoSize = true;
|
|
|
@@ -72,27 +71,6 @@
|
|
|
this.ms_makecode_label.TabIndex = 212;
|
|
|
this.ms_makecode_label.Text = "工单号";
|
|
|
//
|
|
|
- // searchTextBox1
|
|
|
- //
|
|
|
- this.searchTextBox1.AllPower = "IFALL";
|
|
|
- this.searchTextBox1.Caller = null;
|
|
|
- this.searchTextBox1.Condition = null;
|
|
|
- this.searchTextBox1.DBTitle = "";
|
|
|
- this.searchTextBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.searchTextBox1.FormName = null;
|
|
|
- this.searchTextBox1.Location = new System.Drawing.Point(565, 15);
|
|
|
- this.searchTextBox1.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.searchTextBox1.Name = "searchTextBox1";
|
|
|
- this.searchTextBox1.Power = "";
|
|
|
- this.searchTextBox1.ReturnData = null;
|
|
|
- this.searchTextBox1.SelectField = null;
|
|
|
- this.searchTextBox1.SetValueField = null;
|
|
|
- this.searchTextBox1.Size = new System.Drawing.Size(282, 46);
|
|
|
- this.searchTextBox1.TabIndex = 215;
|
|
|
- this.searchTextBox1.TableName = null;
|
|
|
- this.searchTextBox1.Tag = "msl_makecode";
|
|
|
- this.searchTextBox1.TextBoxEnable = true;
|
|
|
- //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
@@ -104,24 +82,106 @@
|
|
|
this.label1.TabIndex = 214;
|
|
|
this.label1.Text = "线别";
|
|
|
//
|
|
|
- // UpLoadMake
|
|
|
+ // DGV
|
|
|
//
|
|
|
- this.UpLoadMake.AllPower = null;
|
|
|
- this.UpLoadMake.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.UpLoadMake.DownImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.DownImage")));
|
|
|
- this.UpLoadMake.Image = null;
|
|
|
- this.UpLoadMake.IsShowBorder = true;
|
|
|
- this.UpLoadMake.Location = new System.Drawing.Point(902, 11);
|
|
|
- this.UpLoadMake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.UpLoadMake.MoveImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.MoveImage")));
|
|
|
- this.UpLoadMake.Name = "UpLoadMake";
|
|
|
- this.UpLoadMake.NormalImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.NormalImage")));
|
|
|
- this.UpLoadMake.Power = null;
|
|
|
- this.UpLoadMake.Size = new System.Drawing.Size(112, 45);
|
|
|
- this.UpLoadMake.TabIndex = 216;
|
|
|
- this.UpLoadMake.Text = "上线";
|
|
|
- this.UpLoadMake.UseVisualStyleBackColor = false;
|
|
|
- this.UpLoadMake.Click += new System.EventHandler(this.UpLoadMake_Click);
|
|
|
+ this.DGV.AllowUserToAddRows = false;
|
|
|
+ this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.lm_id,
|
|
|
+ this.choose,
|
|
|
+ this.lm_makecode,
|
|
|
+ this.lm_linecode,
|
|
|
+ this.lm_uptime,
|
|
|
+ this.lm_downtime,
|
|
|
+ this.lm_inman,
|
|
|
+ this.lm_mannum});
|
|
|
+ this.DGV.Location = new System.Drawing.Point(26, 79);
|
|
|
+ this.DGV.Name = "DGV";
|
|
|
+ this.DGV.RowHeadersWidth = 82;
|
|
|
+ this.DGV.RowTemplate.Height = 37;
|
|
|
+ this.DGV.Size = new System.Drawing.Size(1922, 971);
|
|
|
+ this.DGV.TabIndex = 218;
|
|
|
+ //
|
|
|
+ // mancount
|
|
|
+ //
|
|
|
+ this.mancount.Location = new System.Drawing.Point(976, 19);
|
|
|
+ this.mancount.Name = "mancount";
|
|
|
+ this.mancount.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.mancount.TabIndex = 219;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(873, 15);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label2.TabIndex = 220;
|
|
|
+ this.label2.Text = "人数";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "ID";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 10;
|
|
|
+ //
|
|
|
+ // dataGridViewCheckBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
|
|
|
+ this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "线别";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
|
|
|
+ this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn7
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
|
|
|
+ this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
|
|
|
+ this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
+ this.dataGridViewTextBoxColumn7.Width = 200;
|
|
|
//
|
|
|
// DownLoadMake
|
|
|
//
|
|
|
@@ -130,7 +190,7 @@
|
|
|
this.DownLoadMake.DownImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.DownImage")));
|
|
|
this.DownLoadMake.Image = null;
|
|
|
this.DownLoadMake.IsShowBorder = true;
|
|
|
- this.DownLoadMake.Location = new System.Drawing.Point(1060, 11);
|
|
|
+ this.DownLoadMake.Location = new System.Drawing.Point(1331, 11);
|
|
|
this.DownLoadMake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.DownLoadMake.MoveImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.MoveImage")));
|
|
|
this.DownLoadMake.Name = "DownLoadMake";
|
|
|
@@ -142,25 +202,168 @@
|
|
|
this.DownLoadMake.UseVisualStyleBackColor = false;
|
|
|
this.DownLoadMake.Click += new System.EventHandler(this.DownLoadMake_Click);
|
|
|
//
|
|
|
- // dataGridView1
|
|
|
+ // UpLoadMake
|
|
|
+ //
|
|
|
+ this.UpLoadMake.AllPower = null;
|
|
|
+ this.UpLoadMake.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.UpLoadMake.DownImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.DownImage")));
|
|
|
+ this.UpLoadMake.Image = null;
|
|
|
+ this.UpLoadMake.IsShowBorder = true;
|
|
|
+ this.UpLoadMake.Location = new System.Drawing.Point(1173, 11);
|
|
|
+ this.UpLoadMake.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.UpLoadMake.MoveImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.MoveImage")));
|
|
|
+ this.UpLoadMake.Name = "UpLoadMake";
|
|
|
+ this.UpLoadMake.NormalImage = ((System.Drawing.Image)(resources.GetObject("UpLoadMake.NormalImage")));
|
|
|
+ this.UpLoadMake.Power = null;
|
|
|
+ this.UpLoadMake.Size = new System.Drawing.Size(112, 45);
|
|
|
+ this.UpLoadMake.TabIndex = 216;
|
|
|
+ this.UpLoadMake.Text = "上线";
|
|
|
+ this.UpLoadMake.UseVisualStyleBackColor = false;
|
|
|
+ this.UpLoadMake.Click += new System.EventHandler(this.UpLoadMake_Click);
|
|
|
+ //
|
|
|
+ // li_code
|
|
|
+ //
|
|
|
+ this.li_code.AllPower = "IFALL";
|
|
|
+ this.li_code.Caller = null;
|
|
|
+ this.li_code.Condition = null;
|
|
|
+ this.li_code.DBTitle = "";
|
|
|
+ this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.li_code.FormName = null;
|
|
|
+ this.li_code.Location = new System.Drawing.Point(565, 15);
|
|
|
+ this.li_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.li_code.Name = "li_code";
|
|
|
+ this.li_code.Power = "";
|
|
|
+ this.li_code.ReturnData = null;
|
|
|
+ this.li_code.SelectField = null;
|
|
|
+ this.li_code.SetValueField = null;
|
|
|
+ this.li_code.Size = new System.Drawing.Size(282, 46);
|
|
|
+ this.li_code.TabIndex = 215;
|
|
|
+ this.li_code.TableName = null;
|
|
|
+ this.li_code.Tag = "msl_makecode";
|
|
|
+ this.li_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = "IFALL";
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = "";
|
|
|
+ this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(131, 15);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = "";
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(282, 46);
|
|
|
+ this.ma_code.TabIndex = 213;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "msl_makecode";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // ChangeMan
|
|
|
+ //
|
|
|
+ this.ChangeMan.AllPower = null;
|
|
|
+ this.ChangeMan.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.ChangeMan.DownImage = ((System.Drawing.Image)(resources.GetObject("ChangeMan.DownImage")));
|
|
|
+ this.ChangeMan.Image = null;
|
|
|
+ this.ChangeMan.IsShowBorder = true;
|
|
|
+ this.ChangeMan.Location = new System.Drawing.Point(1492, 11);
|
|
|
+ this.ChangeMan.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.ChangeMan.MoveImage = ((System.Drawing.Image)(resources.GetObject("ChangeMan.MoveImage")));
|
|
|
+ this.ChangeMan.Name = "ChangeMan";
|
|
|
+ this.ChangeMan.NormalImage = ((System.Drawing.Image)(resources.GetObject("ChangeMan.NormalImage")));
|
|
|
+ this.ChangeMan.Power = null;
|
|
|
+ this.ChangeMan.Size = new System.Drawing.Size(112, 45);
|
|
|
+ this.ChangeMan.TabIndex = 221;
|
|
|
+ this.ChangeMan.Text = "修改人数";
|
|
|
+ this.ChangeMan.UseVisualStyleBackColor = false;
|
|
|
+ this.ChangeMan.Click += new System.EventHandler(this.ChangeMan_Click);
|
|
|
+ //
|
|
|
+ // lm_id
|
|
|
+ //
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // choose
|
|
|
+ //
|
|
|
+ this.choose.HeaderText = "勾选";
|
|
|
+ this.choose.MinimumWidth = 10;
|
|
|
+ this.choose.Name = "choose";
|
|
|
+ this.choose.Width = 80;
|
|
|
+ //
|
|
|
+ // lm_makecode
|
|
|
+ //
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // lm_linecode
|
|
|
+ //
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // lm_uptime
|
|
|
+ //
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // lm_downtime
|
|
|
+ //
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // lm_inman
|
|
|
+ //
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // lm_mannum
|
|
|
//
|
|
|
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- this.dataGridView1.Location = new System.Drawing.Point(26, 79);
|
|
|
- this.dataGridView1.Name = "dataGridView1";
|
|
|
- this.dataGridView1.RowHeadersWidth = 82;
|
|
|
- this.dataGridView1.RowTemplate.Height = 37;
|
|
|
- this.dataGridView1.Size = new System.Drawing.Size(1437, 971);
|
|
|
- this.dataGridView1.TabIndex = 218;
|
|
|
+ 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;
|
|
|
//
|
|
|
// Query_LoadMake
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1494, 1075);
|
|
|
- this.Controls.Add(this.dataGridView1);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1960, 1075);
|
|
|
+ this.Controls.Add(this.ChangeMan);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.mancount);
|
|
|
+ this.Controls.Add(this.DGV);
|
|
|
this.Controls.Add(this.DownLoadMake);
|
|
|
this.Controls.Add(this.UpLoadMake);
|
|
|
- this.Controls.Add(this.searchTextBox1);
|
|
|
+ this.Controls.Add(this.li_code);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
@@ -170,7 +373,8 @@
|
|
|
this.Tag = "Query!SpecialReport";
|
|
|
this.Text = "Query_SpecialReport";
|
|
|
this.Load += new System.EventHandler(this.Query_LoadMake_Load);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.mancount)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -180,10 +384,29 @@
|
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
|
|
|
private System.Windows.Forms.Label ms_makecode_label;
|
|
|
- private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox1;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private CustomControl.ButtonUtil.NormalButton UpLoadMake;
|
|
|
private CustomControl.ButtonUtil.NormalButton DownLoadMake;
|
|
|
- private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
+ private System.Windows.Forms.DataGridView DGV;
|
|
|
+ private System.Windows.Forms.NumericUpDown mancount;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton ChangeMan;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_makecode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_linecode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_uptime;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_downtime;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_inman;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_mannum;
|
|
|
}
|
|
|
}
|