namespace UAS_MES.Query
{
partial class Query_ExeProgress
{
///
/// 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.ma_code_label = new System.Windows.Forms.Label();
this.sn_code_label = new System.Windows.Forms.Label();
this.SerialPanel = new System.Windows.Forms.Panel();
this.CraftInfDgv = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
this.ms_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ms_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ma_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
this.groupBoxWithBorder1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// ma_code_label
//
this.ma_code_label.AutoSize = true;
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_code_label.Location = new System.Drawing.Point(10, 19);
this.ma_code_label.Name = "ma_code_label";
this.ma_code_label.Size = new System.Drawing.Size(58, 21);
this.ma_code_label.TabIndex = 181;
this.ma_code_label.Text = "工单号";
//
// sn_code_label
//
this.sn_code_label.AutoSize = true;
this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.sn_code_label.Location = new System.Drawing.Point(286, 19);
this.sn_code_label.Name = "sn_code_label";
this.sn_code_label.Size = new System.Drawing.Size(58, 21);
this.sn_code_label.TabIndex = 183;
this.sn_code_label.Text = "序列号";
//
// SerialPanel
//
this.SerialPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.SerialPanel.Location = new System.Drawing.Point(14, 109);
this.SerialPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.SerialPanel.Name = "SerialPanel";
this.SerialPanel.Size = new System.Drawing.Size(950, 262);
this.SerialPanel.TabIndex = 194;
this.SerialPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.SerialPanel_Paint);
//
// CraftInfDgv
//
this.CraftInfDgv.AllowUserToAddRows = false;
this.CraftInfDgv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.CraftInfDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.CraftInfDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ms_prodcode,
this.ms_sncode,
this.ms_makecode,
this.mc_code,
this.ma_linecode});
this.CraftInfDgv.Location = new System.Drawing.Point(0, 388);
this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.CraftInfDgv.Name = "CraftInfDgv";
this.CraftInfDgv.RowTemplate.Height = 27;
this.CraftInfDgv.Size = new System.Drawing.Size(975, 190);
this.CraftInfDgv.TabIndex = 193;
//
// ms_prodcode
//
this.ms_prodcode.DataPropertyName = "ms_prodcode";
this.ms_prodcode.HeaderText = "产品代码";
this.ms_prodcode.Name = "ms_prodcode";
//
// ms_sncode
//
this.ms_sncode.DataPropertyName = "ms_sncode";
this.ms_sncode.HeaderText = "序列号";
this.ms_sncode.Name = "ms_sncode";
//
// ms_makecode
//
this.ms_makecode.DataPropertyName = "ms_makecode";
this.ms_makecode.HeaderText = "工单代码";
this.ms_makecode.Name = "ms_makecode";
//
// mc_code
//
this.mc_code.DataPropertyName = "mc_code";
this.mc_code.HeaderText = "途程代码";
this.mc_code.Name = "mc_code";
//
// ma_linecode
//
this.ma_linecode.DataPropertyName = "ma_linecode";
this.ma_linecode.HeaderText = "产线";
this.ma_linecode.Name = "ma_linecode";
//
// groupBoxWithBorder1
//
this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Maroon;
this.groupBoxWithBorder1.Controls.Add(this.pictureBox2);
this.groupBoxWithBorder1.Controls.Add(this.label4);
this.groupBoxWithBorder1.Controls.Add(this.pictureBox1);
this.groupBoxWithBorder1.Controls.Add(this.pictureBox3);
this.groupBoxWithBorder1.Controls.Add(this.label2);
this.groupBoxWithBorder1.Controls.Add(this.label3);
this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 52);
this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
this.groupBoxWithBorder1.Size = new System.Drawing.Size(953, 40);
this.groupBoxWithBorder1.TabIndex = 192;
this.groupBoxWithBorder1.TabStop = false;
this.groupBoxWithBorder1.Text = "颜色说明";
this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.Green;
this.pictureBox2.Location = new System.Drawing.Point(99, 12);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(60, 20);
this.pictureBox2.TabIndex = 187;
this.pictureBox2.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(648, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(74, 21);
this.label4.TabIndex = 191;
this.label4.Text = "尚未执行";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Red;
this.pictureBox1.Location = new System.Drawing.Point(338, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(60, 20);
this.pictureBox1.TabIndex = 186;
this.pictureBox1.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.BackColor = System.Drawing.Color.White;
this.pictureBox3.Location = new System.Drawing.Point(581, 12);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(60, 20);
this.pictureBox3.TabIndex = 190;
this.pictureBox3.TabStop = false;
//
// 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(166, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(122, 21);
this.label2.TabIndex = 188;
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(405, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(138, 21);
this.label3.TabIndex = 189;
this.label3.Text = "已执行且为不良品";
//
// sn_code
//
this.sn_code.AllPower = null;
this.sn_code.BackColor = System.Drawing.Color.White;
this.sn_code.ID = null;
this.sn_code.Location = new System.Drawing.Point(367, 21);
this.sn_code.Name = "sn_code";
this.sn_code.Power = null;
this.sn_code.Size = new System.Drawing.Size(145, 21);
this.sn_code.Str = null;
this.sn_code.Str1 = null;
this.sn_code.Str2 = null;
this.sn_code.TabIndex = 184;
this.sn_code.Tag = "NoAuto";
this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
//
// ma_code
//
this.ma_code.AllPower = null;
this.ma_code.BackColor = System.Drawing.Color.White;
this.ma_code.ID = null;
this.ma_code.Location = new System.Drawing.Point(86, 19);
this.ma_code.Name = "ma_code";
this.ma_code.Power = null;
this.ma_code.Size = new System.Drawing.Size(145, 21);
this.ma_code.Str = null;
this.ma_code.Str1 = null;
this.ma_code.Str2 = null;
this.ma_code.TabIndex = 182;
this.ma_code.Tag = "NoAuto";
this.ma_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ma_code_KeyDown);
//
// Query_ExeProgress
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(975, 578);
this.Controls.Add(this.SerialPanel);
this.Controls.Add(this.CraftInfDgv);
this.Controls.Add(this.groupBoxWithBorder1);
this.Controls.Add(this.sn_code);
this.Controls.Add(this.sn_code_label);
this.Controls.Add(this.ma_code);
this.Controls.Add(this.ma_code_label);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Query_ExeProgress";
this.Tag = "Query!ExeProgress";
this.Text = "工单执行进度";
this.Load += new System.EventHandler(this.工单执行进度_Load);
this.SizeChanged += new System.EventHandler(this.工单执行进度_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
this.groupBoxWithBorder1.ResumeLayout(false);
this.groupBoxWithBorder1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label ma_code_label;
private CustomControl.TextBoxWithIcon.EnterTextBox ma_code;
private System.Windows.Forms.Label sn_code_label;
private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox3;
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
private CustomControl.DataGrid_View.DataGridViewWithSerialNum CraftInfDgv;
private System.Windows.Forms.Panel SerialPanel;
private System.Windows.Forms.DataGridViewTextBoxColumn ms_prodcode;
private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
private System.Windows.Forms.DataGridViewTextBoxColumn ms_makecode;
private System.Windows.Forms.DataGridViewTextBoxColumn mc_code;
private System.Windows.Forms.DataGridViewTextBoxColumn ma_linecode;
}
}