| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- namespace Core.LgMes.Client.LgJobMgt
- {
- partial class ucChemelEment
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- this.ulgridElement.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgridElement_DoubleClickRow);
- //
- // ucChemelEment
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.ulgridElement);
- this.Name = "ucChemelEment";
- 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;
- }
- }
|