namespace UAS_MES_NEW.Make { partial class Make_Sndown { /// /// 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(Make_Sndown)); this.ms_makecode_label = new System.Windows.Forms.Label(); this.ms_stepcode_label = new System.Windows.Forms.Label(); this.Count_label = new System.Windows.Forms.Label(); this.Count = new System.Windows.Forms.Label(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.EndDate = new System.Windows.Forms.DateTimePicker(); this.BeginDate = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.linecode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus(); this.ms_stepcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus(); this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.SnInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.em_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.label2 = new System.Windows.Forms.Label(); this.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.sp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sp_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sp_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.li_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.emname1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sp_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.SnInf)).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(-4, 23); this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(72, 27); this.ms_makecode_label.TabIndex = 198; this.ms_makecode_label.Text = "工单号"; // // ms_stepcode_label // this.ms_stepcode_label.AutoSize = true; this.ms_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_stepcode_label.Location = new System.Drawing.Point(627, 26); this.ms_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_stepcode_label.Name = "ms_stepcode_label"; this.ms_stepcode_label.Size = new System.Drawing.Size(52, 27); this.ms_stepcode_label.TabIndex = 207; this.ms_stepcode_label.Text = "工序"; // // Count_label // this.Count_label.AutoSize = true; this.Count_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Count_label.Location = new System.Drawing.Point(33, 663); this.Count_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Count_label.Name = "Count_label"; this.Count_label.Size = new System.Drawing.Size(52, 27); this.Count_label.TabIndex = 212; this.Count_label.Text = "总计"; // // Count // this.Count.AutoSize = true; this.Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Count.Location = new System.Drawing.Point(93, 663); this.Count.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Count.Name = "Count"; this.Count.Size = new System.Drawing.Size(0, 27); this.Count.TabIndex = 213; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(916, 70); this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(59, 19); this.checkBox1.TabIndex = 222; this.checkBox1.Text = "全选"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // 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(13, 62); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 27); this.label3.TabIndex = 254; this.label3.Text = "日期"; // // EndDate // this.EndDate.Checked = false; this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.EndDate.Location = new System.Drawing.Point(312, 62); this.EndDate.Margin = new System.Windows.Forms.Padding(2); this.EndDate.Name = "EndDate"; this.EndDate.Size = new System.Drawing.Size(237, 25); this.EndDate.TabIndex = 253; // // BeginDate // this.BeginDate.Checked = false; this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.BeginDate.Location = new System.Drawing.Point(71, 62); this.BeginDate.Margin = new System.Windows.Forms.Padding(2); this.BeginDate.Name = "BeginDate"; this.BeginDate.Size = new System.Drawing.Size(237, 25); this.BeginDate.TabIndex = 255; // // 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(308, 22); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 27); this.label1.TabIndex = 256; this.label1.Text = "线别"; // // linecode // this.linecode.FormattingEnabled = true; this.linecode.Location = new System.Drawing.Point(367, 23); this.linecode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.linecode.Name = "linecode"; this.linecode.Size = new System.Drawing.Size(182, 23); this.linecode.TabIndex = 257; this.linecode.Tag = "sp_linecode"; // // ms_stepcode // this.ms_stepcode.FormattingEnabled = true; this.ms_stepcode.Location = new System.Drawing.Point(686, 27); this.ms_stepcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ms_stepcode.Name = "ms_stepcode"; this.ms_stepcode.Size = new System.Drawing.Size(182, 23); this.ms_stepcode.TabIndex = 251; this.ms_stepcode.Tag = "sp_stepcode"; // // normalButton1 // this.normalButton1.AllPower = null; this.normalButton1.BackColor = System.Drawing.Color.Transparent; this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage"))); this.normalButton1.Image = null; this.normalButton1.IsShowBorder = true; this.normalButton1.Location = new System.Drawing.Point(1011, 27); this.normalButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage"))); this.normalButton1.Name = "normalButton1"; this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage"))); this.normalButton1.Power = null; this.normalButton1.Size = new System.Drawing.Size(82, 30); this.normalButton1.TabIndex = 216; this.normalButton1.Text = "锁定"; this.normalButton1.UseVisualStyleBackColor = false; this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click); // // 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(71, 23); this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 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(158, 28); this.ma_code.TabIndex = 211; this.ma_code.TableName = null; this.ma_code.Tag = "sp_makecode"; this.ma_code.TextBoxEnable = true; this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged); // // Query // this.Query.AllPower = null; this.Query.BackColor = System.Drawing.Color.Transparent; this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage"))); this.Query.Image = null; this.Query.IsShowBorder = true; this.Query.Location = new System.Drawing.Point(900, 27); this.Query.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage"))); this.Query.Name = "Query"; this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage"))); this.Query.Power = null; this.Query.Size = new System.Drawing.Size(75, 27); this.Query.TabIndex = 206; this.Query.Text = "查询"; this.Query.UseVisualStyleBackColor = false; this.Query.Click += new System.EventHandler(this.Query_Click); // // SnInf // this.SnInf.AllowUserToAddRows = false; this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.choose1, this.sp_sncode, this.sp_makecode, this.sp_prodcode, this.li_name, this.st_name, this.emname1, this.sp_date}); this.SnInf.EnableContentClick = true; this.SnInf.Location = new System.Drawing.Point(0, 105); this.SnInf.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.SnInf.Name = "SnInf"; this.SnInf.RowHeadersWidth = 51; this.SnInf.RowTemplate.Height = 23; this.SnInf.Size = new System.Drawing.Size(1102, 555); this.SnInf.TabIndex = 203; this.SnInf.CurrentCellDirtyStateChanged += new System.EventHandler(this.SnInf_CurrentCellDirtyStateChanged); // // em_name // this.em_name.AllPower = "IFALL"; this.em_name.Caller = null; this.em_name.Condition = null; this.em_name.DBTitle = ""; this.em_name.Font = new System.Drawing.Font("微软雅黑", 9F); this.em_name.FormName = null; this.em_name.Location = new System.Drawing.Point(686, 62); this.em_name.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.em_name.Name = "em_name"; this.em_name.Power = ""; this.em_name.ReturnData = null; this.em_name.SelectField = null; this.em_name.SetValueField = null; this.em_name.Size = new System.Drawing.Size(210, 28); this.em_name.TabIndex = 258; this.em_name.TableName = null; this.em_name.Tag = "em_name"; this.em_name.TextBoxEnable = true; // // 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(606, 63); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 27); this.label2.TabIndex = 259; this.label2.Text = "录入人"; // // choose1 // this.choose1.FillWeight = 50F; this.choose1.HeaderText = ""; this.choose1.MinimumWidth = 6; this.choose1.Name = "choose1"; this.choose1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.choose1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.choose1.Width = 50; // // sp_sncode // this.sp_sncode.DataPropertyName = "sp_sncode"; this.sp_sncode.HeaderText = "SN"; this.sp_sncode.MinimumWidth = 6; this.sp_sncode.Name = "sp_sncode"; this.sp_sncode.Width = 125; // // sp_makecode // this.sp_makecode.DataPropertyName = "sp_makecode"; this.sp_makecode.HeaderText = "工单号"; this.sp_makecode.MinimumWidth = 6; this.sp_makecode.Name = "sp_makecode"; this.sp_makecode.ReadOnly = true; this.sp_makecode.Width = 125; // // sp_prodcode // this.sp_prodcode.DataPropertyName = "sp_prodcode"; this.sp_prodcode.HeaderText = "产品号"; this.sp_prodcode.MinimumWidth = 6; this.sp_prodcode.Name = "sp_prodcode"; this.sp_prodcode.Width = 125; // // li_name // this.li_name.DataPropertyName = "li_name"; this.li_name.FillWeight = 70F; this.li_name.HeaderText = "线别"; this.li_name.MinimumWidth = 6; this.li_name.Name = "li_name"; this.li_name.ReadOnly = true; this.li_name.Width = 70; // // st_name // this.st_name.DataPropertyName = "st_name"; this.st_name.FillWeight = 70F; this.st_name.HeaderText = "工序"; this.st_name.MinimumWidth = 6; this.st_name.Name = "st_name"; this.st_name.ReadOnly = true; this.st_name.Width = 70; // // emname1 // this.emname1.DataPropertyName = "em_name"; this.emname1.FillWeight = 80F; this.emname1.HeaderText = "录入人"; this.emname1.MinimumWidth = 6; this.emname1.Name = "emname1"; this.emname1.ReadOnly = true; this.emname1.Width = 80; // // sp_date // this.sp_date.DataPropertyName = "sp_date"; this.sp_date.FillWeight = 200F; this.sp_date.HeaderText = "记录时间"; this.sp_date.MinimumWidth = 200; this.sp_date.Name = "sp_date"; this.sp_date.ReadOnly = true; this.sp_date.Width = 200; // // Make_Sndown // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1126, 693); this.Controls.Add(this.label2); this.Controls.Add(this.em_name); this.Controls.Add(this.linecode); this.Controls.Add(this.label1); this.Controls.Add(this.BeginDate); this.Controls.Add(this.label3); this.Controls.Add(this.EndDate); this.Controls.Add(this.ms_stepcode); this.Controls.Add(this.checkBox1); this.Controls.Add(this.normalButton1); this.Controls.Add(this.Count); this.Controls.Add(this.Count_label); this.Controls.Add(this.ma_code); this.Controls.Add(this.ms_stepcode_label); this.Controls.Add(this.Query); this.Controls.Add(this.SnInf); this.Controls.Add(this.ms_makecode_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "Make_Sndown"; this.Tag = "Make!Sndown"; this.Text = " "; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Query_OnlineTraceBack_FormClosing); this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load); this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label ms_makecode_label; private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf; private CustomControl.ButtonUtil.NormalButton Query; private System.Windows.Forms.Label ms_stepcode_label; private CustomControl.TextBoxWithIcon.SearchTextBox ma_code; private System.Windows.Forms.Label Count_label; private System.Windows.Forms.Label Count; private CustomControl.ButtonUtil.NormalButton normalButton1; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.CheckBox checkBox1; private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_stepcode; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker EndDate; private System.Windows.Forms.DateTimePicker BeginDate; private CustomControl.ComBoxWithFocus.ComBoxWithFocus linecode; private System.Windows.Forms.Label label1; private CustomControl.TextBoxWithIcon.SearchTextBox em_name; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridViewCheckBoxColumn choose1; private System.Windows.Forms.DataGridViewTextBoxColumn sp_sncode; private System.Windows.Forms.DataGridViewTextBoxColumn sp_makecode; private System.Windows.Forms.DataGridViewTextBoxColumn sp_prodcode; private System.Windows.Forms.DataGridViewTextBoxColumn li_name; private System.Windows.Forms.DataGridViewTextBoxColumn st_name; private System.Windows.Forms.DataGridViewTextBoxColumn emname1; private System.Windows.Forms.DataGridViewTextBoxColumn sp_date; } }