FrmChemPopup.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmChemPopup
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_FORMULA");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_TYPE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISLINK", 0);
  35. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  46. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChemPopup));
  47. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  48. this.dataSet1 = new System.Data.DataSet();
  49. this.dataTable1 = new System.Data.DataTable();
  50. this.dataColumn1 = new System.Data.DataColumn();
  51. this.dataColumn2 = new System.Data.DataColumn();
  52. this.dataColumn4 = new System.Data.DataColumn();
  53. this.dataColumn16 = new System.Data.DataColumn();
  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. // ultraGrid1
  60. //
  61. this.ultraGrid1.DataMember = "Table1";
  62. this.ultraGrid1.DataSource = this.dataSet1;
  63. appearance1.BackColor = System.Drawing.SystemColors.Window;
  64. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  65. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  66. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  67. ultraGridColumn1.Header.VisiblePosition = 0;
  68. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  69. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  70. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 0);
  71. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  72. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  73. ultraGridColumn2.Header.VisiblePosition = 1;
  74. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  75. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  76. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 0);
  77. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  78. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  79. ultraGridColumn3.Header.VisiblePosition = 2;
  80. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  81. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  82. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(122, 0);
  83. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  84. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  85. ultraGridColumn4.Header.VisiblePosition = 3;
  86. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  87. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  88. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
  89. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  90. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  91. ultraGridColumn5.DataType = typeof(bool);
  92. ultraGridColumn5.DefaultCellValue = false;
  93. ultraGridColumn5.Header.Caption = "是否维护";
  94. ultraGridColumn5.Header.VisiblePosition = 4;
  95. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  96. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  97. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
  98. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  99. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  100. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  101. ultraGridBand1.Columns.AddRange(new object[] {
  102. ultraGridColumn1,
  103. ultraGridColumn2,
  104. ultraGridColumn3,
  105. ultraGridColumn4,
  106. ultraGridColumn5});
  107. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  108. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  109. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  110. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  111. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  112. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  113. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  114. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  115. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  116. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  117. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  118. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  119. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  120. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  121. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  122. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  123. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  124. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  125. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  126. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  127. appearance5.BackColor = System.Drawing.SystemColors.Window;
  128. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  129. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  130. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  131. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  132. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  133. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  134. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  135. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  136. appearance7.BackColor = System.Drawing.SystemColors.Window;
  137. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  138. appearance8.BorderColor = System.Drawing.Color.Silver;
  139. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  140. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  141. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  142. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  143. appearance9.BackColor = System.Drawing.SystemColors.Control;
  144. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  145. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  146. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  147. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  148. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  149. appearance10.TextHAlignAsString = "Left";
  150. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  151. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  152. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  153. appearance11.BackColor = System.Drawing.SystemColors.Window;
  154. appearance11.BorderColor = System.Drawing.Color.Silver;
  155. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  156. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  157. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  158. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  159. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  160. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  161. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  162. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  165. this.ultraGrid1.Name = "ultraGrid1";
  166. this.ultraGrid1.Size = new System.Drawing.Size(480, 312);
  167. this.ultraGrid1.TabIndex = 0;
  168. this.ultraGrid1.Text = "ultraGrid1";
  169. //
  170. // dataSet1
  171. //
  172. this.dataSet1.DataSetName = "NewDataSet";
  173. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  174. this.dataTable1});
  175. //
  176. // dataTable1
  177. //
  178. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  179. this.dataColumn1,
  180. this.dataColumn2,
  181. this.dataColumn4,
  182. this.dataColumn16});
  183. this.dataTable1.TableName = "Table1";
  184. //
  185. // dataColumn1
  186. //
  187. this.dataColumn1.Caption = "化学元素代码";
  188. this.dataColumn1.ColumnName = "CHEM_CODE";
  189. //
  190. // dataColumn2
  191. //
  192. this.dataColumn2.Caption = "化学元素描述";
  193. this.dataColumn2.ColumnName = "CHEM_NAME";
  194. //
  195. // dataColumn4
  196. //
  197. this.dataColumn4.Caption = "复合元素计算公式";
  198. this.dataColumn4.ColumnName = "CHEM_FORMULA";
  199. //
  200. // dataColumn16
  201. //
  202. this.dataColumn16.Caption = "化学元素类型";
  203. this.dataColumn16.ColumnMapping = System.Data.MappingType.Hidden;
  204. this.dataColumn16.ColumnName = "CHEM_TYPE";
  205. //
  206. // FrmChemPopup
  207. //
  208. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  209. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  210. this.ClientSize = new System.Drawing.Size(480, 312);
  211. this.Controls.Add(this.ultraGrid1);
  212. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  213. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  214. this.MaximizeBox = false;
  215. this.Name = "FrmChemPopup";
  216. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  217. this.Text = "已维护的项目";
  218. this.Load += new System.EventHandler(this.FrmChemPopup_Load);
  219. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  222. this.ResumeLayout(false);
  223. }
  224. #endregion
  225. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  226. private System.Data.DataSet dataSet1;
  227. private System.Data.DataTable dataTable1;
  228. private System.Data.DataColumn dataColumn1;
  229. private System.Data.DataColumn dataColumn2;
  230. private System.Data.DataColumn dataColumn4;
  231. private System.Data.DataColumn dataColumn16;
  232. }
  233. }