namespace UAS_MES_NEW.Query { partial class Query_Barcodeio { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_Barcodeio)); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.ms_makecode_label = new System.Windows.Forms.Label(); this.DGV = new System.Windows.Forms.DataGridView(); this.label2 = new System.Windows.Forms.Label(); this.label3 = 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.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components); this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox(); this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.de_code = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.de_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.de_spec = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.de_currentcentername = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.DP_NAME = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.DGV)).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(146, 41); this.ms_makecode_label.TabIndex = 212; this.ms_makecode_label.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.de_code, this.de_name, this.de_spec, this.de_currentcentername}); 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; // // 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(545, 15); this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(114, 41); this.label2.TabIndex = 224; this.label2.Text = "打印机"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(1130, 15); this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 41); this.label3.TabIndex = 223; this.label3.Text = "标签"; this.label3.Click += new System.EventHandler(this.label3_Click); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id"; this.dataGridViewTextBoxColumn1.HeaderText = "ID"; this.dataGridViewTextBoxColumn1.MinimumWidth = 10; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.Visible = false; 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.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 200; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode"; this.dataGridViewTextBoxColumn3.HeaderText = "线别"; this.dataGridViewTextBoxColumn3.MinimumWidth = 10; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 200; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime"; this.dataGridViewTextBoxColumn4.HeaderText = "上线时间"; this.dataGridViewTextBoxColumn4.MinimumWidth = 10; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 200; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime"; this.dataGridViewTextBoxColumn5.HeaderText = "下线时间"; this.dataGridViewTextBoxColumn5.MinimumWidth = 10; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 200; // // PrintLabel // this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.PrintLabel.FormattingEnabled = true; this.PrintLabel.Location = new System.Drawing.Point(1249, 18); this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.PrintLabel.Name = "PrintLabel"; this.PrintLabel.Size = new System.Drawing.Size(388, 32); this.PrintLabel.TabIndex = 225; this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged); // // PrinterList // this.PrinterList.Location = new System.Drawing.Point(698, 21); this.PrinterList.Margin = new System.Windows.Forms.Padding(8); this.PrinterList.Name = "PrinterList"; this.PrinterList.Size = new System.Drawing.Size(388, 50); this.PrinterList.TabIndex = 222; // // 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; // // de_code // this.de_code.DataPropertyName = "de_code"; this.de_code.HeaderText = "设备编号"; this.de_code.MinimumWidth = 10; this.de_code.Name = "de_code"; this.de_code.ReadOnly = true; this.de_code.Width = 150; // // de_name // this.de_name.DataPropertyName = "de_name"; this.de_name.HeaderText = "设备名称"; this.de_name.MinimumWidth = 10; this.de_name.Name = "de_name"; this.de_name.ReadOnly = true; this.de_name.Width = 200; // // de_spec // this.de_spec.DataPropertyName = "de_spec"; this.de_spec.HeaderText = "规格"; this.de_spec.MinimumWidth = 10; this.de_spec.Name = "de_spec"; this.de_spec.ReadOnly = true; this.de_spec.Width = 200; // // de_currentcentername // this.de_currentcentername.DataPropertyName = "de_currentcentername"; this.de_currentcentername.HeaderText = "使用部门"; this.de_currentcentername.MinimumWidth = 10; this.de_currentcentername.Name = "de_currentcentername"; this.de_currentcentername.ReadOnly = true; this.de_currentcentername.Width = 200; // // PrintBarCode // this.PrintBarCode.AllPower = null; this.PrintBarCode.BackColor = System.Drawing.Color.Transparent; this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage"))); this.PrintBarCode.Image = null; this.PrintBarCode.IsShowBorder = true; this.PrintBarCode.Location = new System.Drawing.Point(1678, 14); this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage"))); this.PrintBarCode.Name = "PrintBarCode"; this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage"))); this.PrintBarCode.Power = null; this.PrintBarCode.Size = new System.Drawing.Size(112, 45); this.PrintBarCode.TabIndex = 216; this.PrintBarCode.Text = "打印"; this.PrintBarCode.UseVisualStyleBackColor = false; this.PrintBarCode.Click += new System.EventHandler(this.Print_Click); // // DP_NAME // this.DP_NAME.AllPower = "IFALL"; this.DP_NAME.Caller = null; this.DP_NAME.Condition = null; this.DP_NAME.DBTitle = ""; this.DP_NAME.Font = new System.Drawing.Font("微软雅黑", 9F); this.DP_NAME.FormName = null; this.DP_NAME.Location = new System.Drawing.Point(186, 15); this.DP_NAME.Margin = new System.Windows.Forms.Padding(6); this.DP_NAME.Name = "DP_NAME"; this.DP_NAME.Power = ""; this.DP_NAME.ReturnData = null; this.DP_NAME.SelectField = null; this.DP_NAME.SetValueField = null; this.DP_NAME.Size = new System.Drawing.Size(307, 46); this.DP_NAME.TabIndex = 213; this.DP_NAME.TableName = null; this.DP_NAME.Tag = "msl_makecode"; this.DP_NAME.TextBoxEnable = true; this.DP_NAME.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged); // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman"; this.dataGridViewTextBoxColumn6.HeaderText = "录入人"; this.dataGridViewTextBoxColumn6.MinimumWidth = 10; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; 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; // // Query_Barcodeio // 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.PrintLabel); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.PrinterList); this.Controls.Add(this.DGV); this.Controls.Add(this.PrintBarCode); this.Controls.Add(this.DP_NAME); 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_Barcodeio"; this.Tag = "Query!SpecialReport"; this.Text = "Query_SpecialReport"; this.Load += new System.EventHandler(this.Query_LoadMake_Load); ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private CustomControl.TextBoxWithIcon.SearchTextBox DP_NAME; private System.Windows.Forms.Label ms_makecode_label; private CustomControl.ButtonUtil.NormalButton PrintBarCode; private System.Windows.Forms.DataGridView DGV; 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.ComBoxWithFocus.ComboxWithTip PrintLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList; private System.Windows.Forms.DataGridViewTextBoxColumn lm_id; private System.Windows.Forms.DataGridViewCheckBoxColumn choose; private System.Windows.Forms.DataGridViewTextBoxColumn de_code; private System.Windows.Forms.DataGridViewTextBoxColumn de_name; private System.Windows.Forms.DataGridViewTextBoxColumn de_spec; private System.Windows.Forms.DataGridViewTextBoxColumn de_currentcentername; } }