namespace UAS_MES_NEW.SMT
{
partial class SMT_MakeShift
{
///
/// 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(SMT_MakeShift));
this.label1 = new System.Windows.Forms.Label();
this.ma_code_label = new System.Windows.Forms.Label();
this.ma_prodcode_label = new System.Windows.Forms.Label();
this.ma_id = new System.Windows.Forms.Label();
this.ma_qty = new System.Windows.Forms.Label();
this.ma_linecode = new System.Windows.Forms.Label();
this.ma_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
this.Cancel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
this.ma_smtcode = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.label1.Location = new System.Drawing.Point(7, 6);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 27);
this.label1.TabIndex = 4;
this.label1.Text = "工单切换";
//
// ma_code_label
//
this.ma_code_label.AutoSize = true;
this.ma_code_label.BackColor = System.Drawing.SystemColors.Control;
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_code_label.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ma_code_label.Location = new System.Drawing.Point(36, 97);
this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ma_code_label.Name = "ma_code_label";
this.ma_code_label.Size = new System.Drawing.Size(72, 27);
this.ma_code_label.TabIndex = 7;
this.ma_code_label.Text = "工单号";
//
// ma_prodcode_label
//
this.ma_prodcode_label.AutoSize = true;
this.ma_prodcode_label.BackColor = System.Drawing.SystemColors.Control;
this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_prodcode_label.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ma_prodcode_label.Location = new System.Drawing.Point(36, 156);
this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ma_prodcode_label.Name = "ma_prodcode_label";
this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
this.ma_prodcode_label.TabIndex = 8;
this.ma_prodcode_label.Text = "产品编号";
//
// ma_id
//
this.ma_id.AutoSize = true;
this.ma_id.BackColor = System.Drawing.SystemColors.Control;
this.ma_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_id.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ma_id.Location = new System.Drawing.Point(36, 58);
this.ma_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ma_id.Name = "ma_id";
this.ma_id.Size = new System.Drawing.Size(69, 27);
this.ma_id.TabIndex = 11;
this.ma_id.Text = "ma_id";
this.ma_id.Visible = false;
//
// ma_qty
//
this.ma_qty.AutoSize = true;
this.ma_qty.BackColor = System.Drawing.SystemColors.Control;
this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_qty.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ma_qty.Location = new System.Drawing.Point(131, 55);
this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ma_qty.Name = "ma_qty";
this.ma_qty.Size = new System.Drawing.Size(0, 27);
this.ma_qty.TabIndex = 12;
this.ma_qty.Visible = false;
//
// ma_linecode
//
this.ma_linecode.AutoSize = true;
this.ma_linecode.BackColor = System.Drawing.SystemColors.Control;
this.ma_linecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_linecode.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ma_linecode.Location = new System.Drawing.Point(225, 55);
this.ma_linecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ma_linecode.Name = "ma_linecode";
this.ma_linecode.Size = new System.Drawing.Size(0, 27);
this.ma_linecode.TabIndex = 14;
this.ma_linecode.Visible = false;
//
// ma_prodcode
//
this.ma_prodcode.Enabled = false;
this.ma_prodcode.ID = null;
this.ma_prodcode.Location = new System.Drawing.Point(136, 158);
this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4);
this.ma_prodcode.Name = "ma_prodcode";
this.ma_prodcode.Power = null;
this.ma_prodcode.Size = new System.Drawing.Size(239, 25);
this.ma_prodcode.Str = null;
this.ma_prodcode.Str1 = null;
this.ma_prodcode.Str2 = null;
this.ma_prodcode.TabIndex = 13;
//
// Cancel
//
this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
this.Cancel.Location = new System.Drawing.Point(240, 207);
this.Cancel.Margin = new System.Windows.Forms.Padding(4);
this.Cancel.Name = "Cancel";
this.Cancel.Power = null;
this.Cancel.Size = new System.Drawing.Size(80, 30);
this.Cancel.TabIndex = 10;
this.Cancel.Text = "取消";
this.Cancel.UseVisualStyleBackColor = true;
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
//
// Confirm
//
this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
this.Confirm.Location = new System.Drawing.Point(116, 207);
this.Confirm.Margin = new System.Windows.Forms.Padding(4);
this.Confirm.Name = "Confirm";
this.Confirm.Power = null;
this.Confirm.Size = new System.Drawing.Size(80, 30);
this.Confirm.TabIndex = 9;
this.Confirm.Text = "确认";
this.Confirm.UseVisualStyleBackColor = true;
this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
//
// ma_code
//
this.ma_code.Caller = null;
this.ma_code.Condition = null;
this.ma_code.DBTitle = "工单查询";
this.ma_code.FormName = null;
this.ma_code.Location = new System.Drawing.Point(136, 94);
this.ma_code.Margin = new System.Windows.Forms.Padding(4);
this.ma_code.Name = "ma_code";
this.ma_code.Power = "ifread";
this.ma_code.SelectField = null;
this.ma_code.SetValueField = null;
this.ma_code.Size = new System.Drawing.Size(240, 26);
this.ma_code.TabIndex = 5;
this.ma_code.TableName = null;
this.ma_code.TextBoxEnable = false;
//
// headBar1
//
this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
this.headBar1.Location = new System.Drawing.Point(0, 0);
this.headBar1.Margin = new System.Windows.Forms.Padding(5);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(437, 40);
this.headBar1.TabIndex = 0;
//
// ma_smtcode
//
this.ma_smtcode.AutoSize = true;
this.ma_smtcode.BackColor = System.Drawing.SystemColors.Control;
this.ma_smtcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_smtcode.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ma_smtcode.Location = new System.Drawing.Point(343, 58);
this.ma_smtcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ma_smtcode.Name = "ma_smtcode";
this.ma_smtcode.Size = new System.Drawing.Size(0, 27);
this.ma_smtcode.TabIndex = 15;
this.ma_smtcode.Visible = false;
//
// 工单切换
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(437, 265);
this.Controls.Add(this.ma_smtcode);
this.Controls.Add(this.ma_linecode);
this.Controls.Add(this.ma_prodcode);
this.Controls.Add(this.ma_qty);
this.Controls.Add(this.ma_id);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.Confirm);
this.Controls.Add(this.ma_prodcode_label);
this.Controls.Add(this.ma_code_label);
this.Controls.Add(this.ma_code);
this.Controls.Add(this.label1);
this.Controls.Add(this.headBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "工单切换";
this.Tag = "ShowDialogWindow";
this.Text = "工单切换";
this.Load += new System.EventHandler(this.工单切换_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CustomControl.HeadBar headBar1;
private System.Windows.Forms.Label label1;
private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
private System.Windows.Forms.Label ma_code_label;
private System.Windows.Forms.Label ma_prodcode_label;
private CustomControl.ButtonUtil.NormalButton Confirm;
private CustomControl.ButtonUtil.NormalButton Cancel;
private System.Windows.Forms.Label ma_id;
private System.Windows.Forms.Label ma_qty;
private CustomControl.TextBoxWithIcon.MaCodeTextBox ma_prodcode;
private System.Windows.Forms.Label ma_linecode;
private System.Windows.Forms.Label ma_smtcode;
}
}