namespace Core.LgMes.Client.LgJobMgt { partial class frmIronNo { /// /// 必需的设计器变量。 /// 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(); 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(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.SuspendLayout(); // // ultraGrid1 // appearance1.BackColor = System.Drawing.Color.Snow; this.ultraGrid1.DisplayLayout.Appearance = appearance1; appearance2.BackColor = System.Drawing.Color.LightBlue; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; appearance3.BackColor = System.Drawing.Color.GhostWhite; this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance3; appearance4.BackColor = System.Drawing.Color.LightBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4; 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(383, 171); this.ultraGrid1.TabIndex = 1; this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick); // // frmIronNo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(383, 171); this.Controls.Add(this.ultraGrid1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmIronNo"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "选择铁包号"; this.Load += new System.EventHandler(this.frmIronNo_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; } }