namespace UAS_MES_NEW.Make
{
partial class Make_CancleSndown
{
///
/// 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_CancleSndown));
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.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.md_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.md_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.md_downdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MD_ID = 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 = "md_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 = "md_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 = "md_macode";
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.md_sncode,
this.md_macode,
this.md_prodcode,
this.md_linecode,
this.md_stepcode,
this.md_downdate,
this.MD_ID});
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.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);
//
// choose1
//
this.choose1.FillWeight = 50F;
this.choose1.HeaderText = "";
this.choose1.Name = "choose1";
this.choose1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.choose1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.choose1.Width = 50;
//
// md_sncode
//
this.md_sncode.DataPropertyName = "md_sncode";
this.md_sncode.HeaderText = "SN";
this.md_sncode.Name = "md_sncode";
//
// md_macode
//
this.md_macode.DataPropertyName = "md_macode";
this.md_macode.HeaderText = "工单号";
this.md_macode.Name = "md_macode";
this.md_macode.ReadOnly = true;
//
// md_prodcode
//
this.md_prodcode.DataPropertyName = "md_prodcode";
this.md_prodcode.HeaderText = "产品号";
this.md_prodcode.Name = "md_prodcode";
//
// md_linecode
//
this.md_linecode.DataPropertyName = "md_linecode";
this.md_linecode.FillWeight = 70F;
this.md_linecode.HeaderText = "线别";
this.md_linecode.Name = "md_linecode";
this.md_linecode.ReadOnly = true;
this.md_linecode.Width = 70;
//
// md_stepcode
//
this.md_stepcode.DataPropertyName = "md_stepcode";
this.md_stepcode.FillWeight = 70F;
this.md_stepcode.HeaderText = "工序";
this.md_stepcode.Name = "md_stepcode";
this.md_stepcode.ReadOnly = true;
this.md_stepcode.Width = 70;
//
// md_downdate
//
this.md_downdate.DataPropertyName = "md_downdate";
this.md_downdate.FillWeight = 200F;
this.md_downdate.HeaderText = "下放时间";
this.md_downdate.MinimumWidth = 200;
this.md_downdate.Name = "md_downdate";
this.md_downdate.ReadOnly = true;
this.md_downdate.Width = 200;
//
// MD_ID
//
this.MD_ID.DataPropertyName = "MD_ID";
this.MD_ID.HeaderText = "";
this.MD_ID.Name = "MD_ID";
this.MD_ID.Visible = false;
//
// Make_CancleSndown
//
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.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_CancleSndown";
this.Tag = "Make!CancleSndown";
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 System.Windows.Forms.DataGridViewCheckBoxColumn choose1;
private System.Windows.Forms.DataGridViewTextBoxColumn md_sncode;
private System.Windows.Forms.DataGridViewTextBoxColumn md_macode;
private System.Windows.Forms.DataGridViewTextBoxColumn md_prodcode;
private System.Windows.Forms.DataGridViewTextBoxColumn md_linecode;
private System.Windows.Forms.DataGridViewTextBoxColumn md_stepcode;
private System.Windows.Forms.DataGridViewTextBoxColumn md_downdate;
private System.Windows.Forms.DataGridViewTextBoxColumn MD_ID;
}
}