namespace Core.LgMes.Client.LgResMgt
{
partial class ucResChemelEment
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
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();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
this.ulgridElement = new Infragistics.Win.UltraWinGrid.UltraGrid();
((System.ComponentModel.ISupportInitialize)(this.ulgridElement)).BeginInit();
this.SuspendLayout();
//
// ulgridElement
//
appearance1.BackColor = System.Drawing.Color.Snow;
this.ulgridElement.DisplayLayout.Appearance = appearance1;
this.ulgridElement.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
this.ulgridElement.DisplayLayout.CaptionAppearance = appearance2;
appearance3.BackColor = System.Drawing.Color.LightBlue;
this.ulgridElement.DisplayLayout.Override.HeaderAppearance = appearance3;
this.ulgridElement.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
appearance4.BackColor = System.Drawing.Color.MintCream;
this.ulgridElement.DisplayLayout.Override.RowAlternateAppearance = appearance4;
appearance5.BackColor = System.Drawing.Color.LightBlue;
this.ulgridElement.DisplayLayout.Override.RowSelectorAppearance = appearance5;
this.ulgridElement.DisplayLayout.Override.RowSelectorWidth = 20;
this.ulgridElement.Dock = System.Windows.Forms.DockStyle.Fill;
this.ulgridElement.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ulgridElement.Location = new System.Drawing.Point(0, 0);
this.ulgridElement.Name = "ulgridElement";
this.ulgridElement.Size = new System.Drawing.Size(873, 150);
this.ulgridElement.TabIndex = 13;
//
// ucResChemelEment
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ulgridElement);
this.Name = "ucResChemelEment";
this.Size = new System.Drawing.Size(873, 150);
this.Load += new System.EventHandler(this.ucChemelEment_Load);
((System.ComponentModel.ISupportInitialize)(this.ulgridElement)).EndInit();
this.ResumeLayout(false);
}
#endregion
public Infragistics.Win.UltraWinGrid.UltraGrid ulgridElement;
}
}