namespace GeBoShi.UI.Product
{
partial class MesSelectPdt
{
///
/// 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.components = new System.ComponentModel.Container();
this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
this.label1 = new System.Windows.Forms.Label();
this.tbMFID = new System.Windows.Forms.TextBox();
this.cbDefectCode = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.skinButton1 = new CCWin.SkinControl.SkinButton();
this.SuspendLayout();
//
// uiTitel1
//
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
this.uiTitel1.FatherForm = null;
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
this.uiTitel1.Name = "uiTitel1";
this.uiTitel1.Size = new System.Drawing.Size(584, 46);
this.uiTitel1.TabIndex = 30;
//
// 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(39, 86);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(140, 21);
this.label1.TabIndex = 31;
this.label1.Text = "当前成品ID-MFID";
//
// tbMFID
//
this.tbMFID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbMFID.Location = new System.Drawing.Point(200, 83);
this.tbMFID.Name = "tbMFID";
this.tbMFID.ReadOnly = true;
this.tbMFID.Size = new System.Drawing.Size(277, 29);
this.tbMFID.TabIndex = 32;
//
// cbDefectCode
//
this.cbDefectCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbDefectCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbDefectCode.FormattingEnabled = true;
this.cbDefectCode.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5"});
this.cbDefectCode.Location = new System.Drawing.Point(200, 140);
this.cbDefectCode.Name = "cbDefectCode";
this.cbDefectCode.Size = new System.Drawing.Size(277, 28);
this.cbDefectCode.TabIndex = 34;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
this.label8.Location = new System.Drawing.Point(39, 143);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(90, 21);
this.label8.TabIndex = 33;
this.label8.Text = "检测标准:";
//
// skinButton1
//
this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.skinButton1.BackColor = System.Drawing.Color.White;
this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
this.skinButton1.DownBack = null;
this.skinButton1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
this.skinButton1.Location = new System.Drawing.Point(200, 203);
this.skinButton1.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
this.skinButton1.MouseBack = null;
this.skinButton1.Name = "skinButton1";
this.skinButton1.NormlBack = null;
this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
this.skinButton1.Size = new System.Drawing.Size(126, 41);
this.skinButton1.TabIndex = 102;
this.skinButton1.Text = "绑定";
this.skinButton1.UseVisualStyleBackColor = false;
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
//
// MesSelectPdt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(584, 261);
this.Controls.Add(this.skinButton1);
this.Controls.Add(this.cbDefectCode);
this.Controls.Add(this.label8);
this.Controls.Add(this.tbMFID);
this.Controls.Add(this.label1);
this.Controls.Add(this.uiTitel1);
this.Name = "MesSelectPdt";
this.Text = "Mes-对应成品ID选择检测标准";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private UIKits.MaiMuMenu.UITitel_LT uiTitel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbMFID;
private System.Windows.Forms.ComboBox cbDefectCode;
private System.Windows.Forms.Label label8;
private CCWin.SkinControl.SkinButton skinButton1;
}
}