namespace Core.LgMes.Client.lgJobMgt.弹出窗体
{
partial class frmMixInIronNo
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ulbtnCancel = new Infragistics.Win.Misc.UltraButton();
this.ulbtnOK = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// ultraGrid1
//
appearance1.BackColor = System.Drawing.Color.Snow;
this.ultraGrid1.DisplayLayout.Appearance = appearance1;
appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2;
appearance3.BackColor = System.Drawing.Color.GhostWhite;
this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance3;
appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4;
this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 22;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(430, 262);
this.ultraGrid1.TabIndex = 2;
//
// ultraGroupBox1
//
this.ultraGroupBox1.BackColor = System.Drawing.Color.Gainsboro;
this.ultraGroupBox1.Controls.Add(this.ulbtnCancel);
this.ultraGroupBox1.Controls.Add(this.ulbtnOK);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 262);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(430, 41);
this.ultraGroupBox1.SupportThemes = false;
this.ultraGroupBox1.TabIndex = 3;
//
// ulbtnCancel
//
this.ulbtnCancel.BackColor = System.Drawing.Color.Gainsboro;
this.ulbtnCancel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.PopupSoft;
this.ulbtnCancel.Location = new System.Drawing.Point(258, 9);
this.ulbtnCancel.Name = "ulbtnCancel";
this.ulbtnCancel.Size = new System.Drawing.Size(75, 23);
this.ulbtnCancel.TabIndex = 11;
this.ulbtnCancel.Text = "取消";
this.ulbtnCancel.Click += new System.EventHandler(this.ulbtnCancel_Click);
//
// ulbtnOK
//
this.ulbtnOK.BackColor = System.Drawing.Color.Gainsboro;
this.ulbtnOK.ButtonStyle = Infragistics.Win.UIElementButtonStyle.PopupSoft;
this.ulbtnOK.Location = new System.Drawing.Point(98, 9);
this.ulbtnOK.Name = "ulbtnOK";
this.ulbtnOK.Size = new System.Drawing.Size(75, 23);
this.ulbtnOK.TabIndex = 10;
this.ulbtnOK.Text = "确定";
this.ulbtnOK.Click += new System.EventHandler(this.ulbtnOK_Click);
//
// frmMixInIronNo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(430, 303);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.ultraGrid1);
this.Name = "frmMixInIronNo";
this.Text = "进站铁水信息";
this.Load += new System.EventHandler(this.frmMixInIronNo_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraButton ulbtnCancel;
private Infragistics.Win.Misc.UltraButton ulbtnOK;
}
}