namespace Core.StlMes.Client.LgCommon { partial class ucTemperature { /// /// 必需的设计器变量。 /// 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 appearance50 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("项目名"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("采样时间"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("实际值"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("设定范围"); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); 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(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); ((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(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).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(258, 130); 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(258, 130); 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(256, 125); 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(256, 125); this.MidContainer.TabIndex = 0; // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; appearance10.BackColor = System.Drawing.Color.Snow; this.ultraGrid1.DisplayLayout.Appearance = appearance10; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4}); ultraGridBand1.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None; appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222))))); this.ultraGrid1.DisplayLayout.CaptionAppearance = appearance15; appearance16.BackColor = System.Drawing.Color.LightBlue; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance16; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; appearance17.BackColor = System.Drawing.Color.MintCream; this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance17; appearance18.BackColor = System.Drawing.Color.LightBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance18; this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 20; 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.Single; 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(254, 123); this.ultraGrid1.TabIndex = 1; // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "项目名"; this.dataColumn1.ColumnName = "项目名"; // // dataColumn2 // this.dataColumn2.Caption = "采样时间"; this.dataColumn2.ColumnName = "采样时间"; // // dataColumn3 // this.dataColumn3.Caption = "实际值"; this.dataColumn3.ColumnName = "实际值"; // // dataColumn4 // this.dataColumn4.ColumnName = "设定范围"; // // ucTemperature // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.MainContainer); this.Name = "ucTemperature"; this.Size = new System.Drawing.Size(258, 130); ((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(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraExpandableGroupBox MainContainer; private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1; private Infragistics.Win.Misc.UltraPanel MidContainer; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; public Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; } }