namespace Core.LgMes.Client.LgResMgt
{
partial class frmO2Times
{
///
/// 必需的设计器变量。
///
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.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
this.SuspendLayout();
//
// ultraGrid1
//
appearance1.BackColor = System.Drawing.Color.Snow;
this.ultraGrid1.DisplayLayout.Appearance = appearance1;
this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 20;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(377, 163);
this.ultraGrid1.TabIndex = 0;
//
// frmO2Times
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(377, 163);
this.Controls.Add(this.ultraGrid1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmO2Times";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "吹氧信息";
this.WindowState = System.Windows.Forms.FormWindowState.Normal;
this.Load += new System.EventHandler(this.frmOggHistory_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
}
}