namespace UAS_MES_NEW.Query { partial class Query_LoadMan { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.linecode_label = new System.Windows.Forms.Label(); this.emcode_label = new System.Windows.Forms.Label(); this.DGV = new System.Windows.Forms.DataGridView(); this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lm_emcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sed_emname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lm_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lm_uptime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lm_inman = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpLoadMan = new System.Windows.Forms.RadioButton(); this.DownLoadMan = new System.Windows.Forms.RadioButton(); this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.em_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit(); this.SuspendLayout(); // // linecode_label // this.linecode_label.AutoSize = true; this.linecode_label.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.linecode_label.Location = new System.Drawing.Point(24, 34); this.linecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.linecode_label.Name = "linecode_label"; this.linecode_label.Size = new System.Drawing.Size(64, 31); this.linecode_label.TabIndex = 10; this.linecode_label.Text = "线别"; // // 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("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.li_code.FormName = null; this.li_code.Location = new System.Drawing.Point(96, 27); 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 = 1; this.li_code.TableName = null; this.li_code.TextBoxEnable = false; // // emcode_label // this.emcode_label.AutoSize = true; this.emcode_label.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.emcode_label.Location = new System.Drawing.Point(408, 34); this.emcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.emcode_label.Name = "emcode_label"; this.emcode_label.Size = new System.Drawing.Size(94, 31); this.emcode_label.TabIndex = 11; this.emcode_label.Text = "人员编号"; // // em_code // this.em_code.AllPower = null; this.em_code.BackColor = System.Drawing.Color.White; this.em_code.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.em_code.ID = null; this.em_code.Location = new System.Drawing.Point(532, 35); this.em_code.Margin = new System.Windows.Forms.Padding(4); this.em_code.Name = "em_code"; this.em_code.Power = null; this.em_code.Size = new System.Drawing.Size(220, 40); this.em_code.TabIndex = 2; this.em_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.em_code_KeyDown); // // UpLoadMan // this.UpLoadMan.AutoSize = true; this.UpLoadMan.Checked = true; this.UpLoadMan.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.UpLoadMan.Location = new System.Drawing.Point(800, 34); this.UpLoadMan.Margin = new System.Windows.Forms.Padding(4); this.UpLoadMan.Name = "UpLoadMan"; this.UpLoadMan.Size = new System.Drawing.Size(76, 32); this.UpLoadMan.TabIndex = 3; this.UpLoadMan.TabStop = true; this.UpLoadMan.Text = "上线"; this.UpLoadMan.UseVisualStyleBackColor = true; this.UpLoadMan.CheckedChanged += new System.EventHandler(this.UpLoadMan_CheckedChanged); // // DownLoadMan // this.DownLoadMan.AutoSize = true; this.DownLoadMan.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DownLoadMan.Location = new System.Drawing.Point(912, 34); this.DownLoadMan.Margin = new System.Windows.Forms.Padding(4); this.DownLoadMan.Name = "DownLoadMan"; this.DownLoadMan.Size = new System.Drawing.Size(76, 32); this.DownLoadMan.TabIndex = 4; this.DownLoadMan.TabStop = true; this.DownLoadMan.Text = "下线"; this.DownLoadMan.UseVisualStyleBackColor = true; this.DownLoadMan.CheckedChanged += new System.EventHandler(this.DownLoadMan_CheckedChanged); // // 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.lm_emcode, this.sed_emname, this.lm_linecode, this.lm_uptime, this.lm_inman}); this.DGV.Location = new System.Drawing.Point(24, 96); this.DGV.Name = "DGV"; this.DGV.RowHeadersWidth = 82; this.DGV.RowTemplate.Height = 37; this.DGV.Size = new System.Drawing.Size(1090, 640); this.DGV.TabIndex = 5; // // 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; // // lm_emcode // this.lm_emcode.DataPropertyName = "lm_emcode"; this.lm_emcode.HeaderText = "人员编号"; this.lm_emcode.MinimumWidth = 10; this.lm_emcode.Name = "lm_emcode"; this.lm_emcode.ReadOnly = true; this.lm_emcode.Width = 180; // // sed_emname // this.sed_emname.DataPropertyName = "sed_emname"; this.sed_emname.HeaderText = "人员名称"; this.sed_emname.MinimumWidth = 10; this.sed_emname.Name = "sed_emname"; this.sed_emname.ReadOnly = true; this.sed_emname.Width = 120; // // 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_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 = 120; // // OperateResult // this.OperateResult.Location = new System.Drawing.Point(1130, 96); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(410, 640); this.OperateResult.TabIndex = 6; // // Query_LoadMan // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1560, 760); this.Controls.Add(this.li_code); this.Controls.Add(this.linecode_label); this.Controls.Add(this.em_code); this.Controls.Add(this.emcode_label); this.Controls.Add(this.UpLoadMan); this.Controls.Add(this.DownLoadMan); this.Controls.Add(this.DGV); this.Controls.Add(this.OperateResult); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Query_LoadMan"; this.Tag = "Query!LoadMan"; this.Text = "人员上下线"; this.Load += new System.EventHandler(this.Query_LoadMan_Load); this.SizeChanged += new System.EventHandler(this.Query_LoadMan_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label linecode_label; private CustomControl.TextBoxWithIcon.SearchTextBox li_code; private System.Windows.Forms.Label emcode_label; private CustomControl.TextBoxWithIcon.SnCollectionBox em_code; private System.Windows.Forms.RadioButton UpLoadMan; private System.Windows.Forms.RadioButton DownLoadMan; private System.Windows.Forms.DataGridView DGV; private CustomControl.RichText.RichTextAutoBottom OperateResult; private System.Windows.Forms.DataGridViewTextBoxColumn lm_id; private System.Windows.Forms.DataGridViewTextBoxColumn lm_emcode; private System.Windows.Forms.DataGridViewTextBoxColumn sed_emname; private System.Windows.Forms.DataGridViewTextBoxColumn lm_linecode; private System.Windows.Forms.DataGridViewTextBoxColumn lm_uptime; private System.Windows.Forms.DataGridViewTextBoxColumn lm_inman; } }