namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmPotArrivall
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.cmbNoLadle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.label1 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// cmbNoLadle
//
appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance1.BorderColor = System.Drawing.Color.Black;
this.cmbNoLadle.Appearance = appearance1;
this.cmbNoLadle.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.cmbNoLadle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbNoLadle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbNoLadle.Location = new System.Drawing.Point(93, 15);
this.cmbNoLadle.Name = "cmbNoLadle";
this.cmbNoLadle.Size = new System.Drawing.Size(115, 19);
this.cmbNoLadle.TabIndex = 281;
this.cmbNoLadle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "在用钢包号";
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(137, 61);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(60, 24);
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.button4_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(55, 61);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(60, 24);
this.btnOK.TabIndex = 14;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.button5_Click);
//
// label2
//
this.label2.Location = new System.Drawing.Point(2, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(232, 12);
this.label2.TabIndex = 0;
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.cmbNoLadle);
this.ultraGroupBox1.Controls.Add(this.label2);
this.ultraGroupBox1.Controls.Add(this.btnCancel);
this.ultraGroupBox1.Controls.Add(this.label1);
this.ultraGroupBox1.Controls.Add(this.btnOK);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(240, 107);
this.ultraGroupBox1.TabIndex = 16;
//
// FrmPotArrivall
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(240, 107);
this.Controls.Add(this.ultraGroupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmPotArrivall";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "钢包到达";
this.Load += new System.EventHandler(this.FrmPotArrivall_Load);
((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNoLadle;
private System.Windows.Forms.Label label2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
}
}