123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_LoadMake
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_LoadMake));
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- 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();
- 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.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();
- ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.mancount)).BeginInit();
- this.SuspendLayout();
- //
- // ms_makecode_label
- //
- this.ms_makecode_label.AutoSize = true;
- this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_makecode_label.Location = new System.Drawing.Point(19, 15);
- this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ms_makecode_label.Name = "ms_makecode_label";
- this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
- this.ms_makecode_label.TabIndex = 212;
- this.ms_makecode_label.Text = "工单号";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(453, 15);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 41);
- this.label1.TabIndex = 214;
- this.label1.Text = "线别";
- //
- // DGV
- //
- 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;
- //
- // 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.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;
- //
- // 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
- //
- this.DownLoadMake.AllPower = null;
- this.DownLoadMake.BackColor = System.Drawing.Color.Transparent;
- 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(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";
- this.DownLoadMake.NormalImage = ((System.Drawing.Image)(resources.GetObject("DownLoadMake.NormalImage")));
- this.DownLoadMake.Power = null;
- this.DownLoadMake.Size = new System.Drawing.Size(112, 45);
- this.DownLoadMake.TabIndex = 217;
- this.DownLoadMake.Text = "下线";
- this.DownLoadMake.UseVisualStyleBackColor = false;
- this.DownLoadMake.Click += new System.EventHandler(this.DownLoadMake_Click);
- //
- // 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 = false;
- //
- // 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 = false;
- //
- // 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);
- //
- // Query_LoadMake
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- 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.li_code);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ms_makecode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "Query_LoadMake";
- this.Tag = "Query!SpecialReport";
- this.Text = "Query_SpecialReport";
- this.Load += new System.EventHandler(this.Query_LoadMake_Load);
- ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.mancount)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
- private System.Windows.Forms.Label ms_makecode_label;
- 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 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;
- }
- }
|