namespace Core.StlMes.Client.YdmPipeManage
{
partial class FrmPlineCode
{
///
/// 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(FrmPlineCode));
this.panel2 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.ultraComboEditor2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(1);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(271, 31);
this.panel2.TabIndex = 13;
//
// button1
//
this.button1.Location = new System.Drawing.Point(193, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(62, 23);
this.button1.TabIndex = 947;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(17, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 946;
this.label2.Text = "产线";
//
// ultraComboEditor2
//
this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.ultraComboEditor2.Location = new System.Drawing.Point(50, 5);
this.ultraComboEditor2.Name = "ultraComboEditor2";
this.ultraComboEditor2.Size = new System.Drawing.Size(131, 21);
this.ultraComboEditor2.TabIndex = 945;
//
// FrmPlineCode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(271, 30);
this.Controls.Add(this.panel2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmPlineCode";
this.Text = "产线指定";
this.Load += new System.EventHandler(this.FrmPlineCode_Load);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label2;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
private System.Windows.Forms.Button button1;
}
}