namespace UAS_MES_NEW.Query { partial class Query_LoadMake { /// /// 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() { 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.DownLoadMake = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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; 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 = "工单号"; // // 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; 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 = "线别"; // // 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(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); // // 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(1060, 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); // // dataGridView1 // 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; // // 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.Controls.Add(this.DownLoadMake); this.Controls.Add(this.UpLoadMake); this.Controls.Add(this.searchTextBox1); 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.dataGridView1)).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 searchTextBox1; private System.Windows.Forms.Label label1; private CustomControl.ButtonUtil.NormalButton UpLoadMake; private CustomControl.ButtonUtil.NormalButton DownLoadMake; private System.Windows.Forms.DataGridView dataGridView1; } }