namespace Core.StlMes.Client.LgCommon { partial class ucAdditive { /// /// 必需的设计器变量。 /// 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() { this.components = new System.ComponentModel.Container(); Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance(); this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components); this.MainContainer = new Infragistics.Win.Misc.UltraExpandableGroupBox(); this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel(); this.MidContainer = new Infragistics.Win.Misc.UltraPanel(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).BeginInit(); this.MainContainer.SuspendLayout(); this.ultraExpandableGroupBoxPanel1.SuspendLayout(); this.MidContainer.ClientArea.SuspendLayout(); this.MidContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.SuspendLayout(); // // MainContainer // this.MainContainer.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None; this.MainContainer.Controls.Add(this.ultraExpandableGroupBoxPanel1); this.MainContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.MainContainer.ExpandedSize = new System.Drawing.Size(333, 188); this.MainContainer.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.None; appearance50.BackColor = System.Drawing.Color.PapayaWhip; this.MainContainer.HeaderAppearance = appearance50; this.MainContainer.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Etched; this.MainContainer.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.None; this.MainContainer.Location = new System.Drawing.Point(0, 0); this.MainContainer.Name = "MainContainer"; this.MainContainer.Size = new System.Drawing.Size(333, 188); this.MainContainer.TabIndex = 0; // // ultraExpandableGroupBoxPanel1 // this.ultraExpandableGroupBoxPanel1.Controls.Add(this.MidContainer); this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(1, 4); this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1"; this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(331, 183); this.ultraExpandableGroupBoxPanel1.TabIndex = 0; // // MidContainer // this.MidContainer.BorderStyle = Infragistics.Win.UIElementBorderStyle.InsetSoft; // // MidContainer.ClientArea // this.MidContainer.ClientArea.Controls.Add(this.ultraGrid1); this.MidContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.MidContainer.Location = new System.Drawing.Point(0, 0); this.MidContainer.Name = "MidContainer"; this.MidContainer.Size = new System.Drawing.Size(331, 183); this.MidContainer.TabIndex = 0; // // ultraGrid1 // this.ultraGrid1.DataMember = "Band 0"; this.ultraGrid1.DataSource = this.ultraDataSource1; ultraGridBand1.CardSettings.CardScrollbars = Infragistics.Win.UltraWinGrid.CardScrollbars.None; ultraGridBand1.CardSettings.ShowCaption = false; ultraGridBand1.CardSettings.Style = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels; ultraGridBand1.CardView = true; ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None; this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None; this.ultraGrid1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None; this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched; this.ultraGrid1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None; this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None; appearance98.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229))))); this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance98; appearance99.FontData.BoldAsString = "True"; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance99; appearance100.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229))))); this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance100; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; appearance101.BackColor = System.Drawing.Color.LightBlue; this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance101; this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed; this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.Override.SelectTypeGroupByRow = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGrid1.Location = new System.Drawing.Point(0, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(329, 181); this.ultraGrid1.TabIndex = 0; // // ucAdditive // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.MainContainer); this.Name = "ucAdditive"; this.Size = new System.Drawing.Size(333, 188); ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).EndInit(); this.MainContainer.ResumeLayout(false); this.ultraExpandableGroupBoxPanel1.ResumeLayout(false); this.MidContainer.ClientArea.ResumeLayout(false); this.MidContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1; private Infragistics.Win.Misc.UltraExpandableGroupBox MainContainer; private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1; private Infragistics.Win.Misc.UltraPanel MidContainer; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; } }