namespace Core.StlMes.Client.Qcm
{
partial class PopupChoiceGroup
{
///
/// 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(PopupChoiceGroup));
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.btnOk = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
this.SuspendLayout();
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(12, 11);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
this.ultraLabel1.TabIndex = 0;
this.ultraLabel1.Text = "备料组号";
//
// ultraComboEditor1
//
this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.ultraComboEditor1.Location = new System.Drawing.Point(72, 8);
this.ultraComboEditor1.Name = "ultraComboEditor1";
this.ultraComboEditor1.Size = new System.Drawing.Size(144, 21);
this.ultraComboEditor1.TabIndex = 1;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(85, 44);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(78, 28);
this.btnOk.TabIndex = 2;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// PopupChoiceGroup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(249, 84);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.ultraComboEditor1);
this.Controls.Add(this.ultraLabel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PopupChoiceGroup";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择备料组号";
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
private Infragistics.Win.Misc.UltraButton btnOk;
}
}