ucTemperature.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. namespace Core.StlMes.Client.LgCommon
  2. {
  3. partial class ucTemperature
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("项目名");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("采样时间");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("实际值");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("设定范围");
  35. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  39. this.MainContainer = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  40. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  41. this.MidContainer = new Infragistics.Win.Misc.UltraPanel();
  42. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  43. this.dataSet1 = new System.Data.DataSet();
  44. this.dataTable1 = new System.Data.DataTable();
  45. this.dataColumn1 = new System.Data.DataColumn();
  46. this.dataColumn2 = new System.Data.DataColumn();
  47. this.dataColumn3 = new System.Data.DataColumn();
  48. this.dataColumn4 = new System.Data.DataColumn();
  49. ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).BeginInit();
  50. this.MainContainer.SuspendLayout();
  51. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  52. this.MidContainer.ClientArea.SuspendLayout();
  53. this.MidContainer.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // MainContainer
  60. //
  61. this.MainContainer.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
  62. this.MainContainer.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  63. this.MainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.MainContainer.ExpandedSize = new System.Drawing.Size(258, 130);
  65. this.MainContainer.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.None;
  66. appearance50.BackColor = System.Drawing.Color.PapayaWhip;
  67. this.MainContainer.HeaderAppearance = appearance50;
  68. this.MainContainer.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
  69. this.MainContainer.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.None;
  70. this.MainContainer.Location = new System.Drawing.Point(0, 0);
  71. this.MainContainer.Name = "MainContainer";
  72. this.MainContainer.Size = new System.Drawing.Size(258, 130);
  73. this.MainContainer.TabIndex = 0;
  74. //
  75. // ultraExpandableGroupBoxPanel1
  76. //
  77. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.MidContainer);
  78. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(1, 4);
  80. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  81. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(256, 125);
  82. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  83. //
  84. // MidContainer
  85. //
  86. this.MidContainer.BorderStyle = Infragistics.Win.UIElementBorderStyle.InsetSoft;
  87. //
  88. // MidContainer.ClientArea
  89. //
  90. this.MidContainer.ClientArea.Controls.Add(this.ultraGrid1);
  91. this.MidContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.MidContainer.Location = new System.Drawing.Point(0, 0);
  93. this.MidContainer.Name = "MidContainer";
  94. this.MidContainer.Size = new System.Drawing.Size(256, 125);
  95. this.MidContainer.TabIndex = 0;
  96. //
  97. // ultraGrid1
  98. //
  99. this.ultraGrid1.DataSource = this.dataSet1;
  100. appearance10.BackColor = System.Drawing.Color.Snow;
  101. this.ultraGrid1.DisplayLayout.Appearance = appearance10;
  102. ultraGridColumn1.Header.VisiblePosition = 0;
  103. ultraGridColumn2.Header.VisiblePosition = 1;
  104. ultraGridColumn3.Header.VisiblePosition = 2;
  105. ultraGridColumn4.Header.VisiblePosition = 3;
  106. ultraGridBand1.Columns.AddRange(new object[] {
  107. ultraGridColumn1,
  108. ultraGridColumn2,
  109. ultraGridColumn3,
  110. ultraGridColumn4});
  111. ultraGridBand1.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  112. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  113. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  114. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  115. appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  116. this.ultraGrid1.DisplayLayout.CaptionAppearance = appearance15;
  117. appearance16.BackColor = System.Drawing.Color.LightBlue;
  118. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance16;
  119. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  120. appearance17.BackColor = System.Drawing.Color.MintCream;
  121. this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance17;
  122. appearance18.BackColor = System.Drawing.Color.LightBlue;
  123. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance18;
  124. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 20;
  125. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  126. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  127. this.ultraGrid1.DisplayLayout.Override.SelectTypeGroupByRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  128. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  129. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  132. this.ultraGrid1.Name = "ultraGrid1";
  133. this.ultraGrid1.Size = new System.Drawing.Size(254, 123);
  134. this.ultraGrid1.TabIndex = 1;
  135. //
  136. // dataSet1
  137. //
  138. this.dataSet1.DataSetName = "NewDataSet";
  139. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  140. this.dataTable1});
  141. //
  142. // dataTable1
  143. //
  144. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  145. this.dataColumn1,
  146. this.dataColumn2,
  147. this.dataColumn3,
  148. this.dataColumn4});
  149. this.dataTable1.TableName = "Table1";
  150. //
  151. // dataColumn1
  152. //
  153. this.dataColumn1.Caption = "项目名";
  154. this.dataColumn1.ColumnName = "项目名";
  155. //
  156. // dataColumn2
  157. //
  158. this.dataColumn2.Caption = "采样时间";
  159. this.dataColumn2.ColumnName = "采样时间";
  160. //
  161. // dataColumn3
  162. //
  163. this.dataColumn3.Caption = "实际值";
  164. this.dataColumn3.ColumnName = "实际值";
  165. //
  166. // dataColumn4
  167. //
  168. this.dataColumn4.ColumnName = "设定范围";
  169. //
  170. // ucTemperature
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.Controls.Add(this.MainContainer);
  175. this.Name = "ucTemperature";
  176. this.Size = new System.Drawing.Size(258, 130);
  177. ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).EndInit();
  178. this.MainContainer.ResumeLayout(false);
  179. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  180. this.MidContainer.ClientArea.ResumeLayout(false);
  181. this.MidContainer.ResumeLayout(false);
  182. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  185. this.ResumeLayout(false);
  186. }
  187. #endregion
  188. private Infragistics.Win.Misc.UltraExpandableGroupBox MainContainer;
  189. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  190. private Infragistics.Win.Misc.UltraPanel MidContainer;
  191. private System.Data.DataSet dataSet1;
  192. private System.Data.DataTable dataTable1;
  193. private System.Data.DataColumn dataColumn1;
  194. private System.Data.DataColumn dataColumn2;
  195. private System.Data.DataColumn dataColumn3;
  196. private System.Data.DataColumn dataColumn4;
  197. public Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  198. }
  199. }