FrmChemistryElements.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmChemistryElements
  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", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEMTYPENAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_FORMULA");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_TYPE");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROUNDING_DIGITS");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_SEQ");
  46. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  59. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  60. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  65. this.dataSet2 = new System.Data.DataSet();
  66. this.dataTable1 = new System.Data.DataTable();
  67. this.dataColumn1 = new System.Data.DataColumn();
  68. this.dataColumn2 = new System.Data.DataColumn();
  69. this.dataColumn3 = new System.Data.DataColumn();
  70. this.dataColumn4 = new System.Data.DataColumn();
  71. this.dataColumn5 = new System.Data.DataColumn();
  72. this.dataColumn6 = new System.Data.DataColumn();
  73. this.dataColumn7 = new System.Data.DataColumn();
  74. this.dataColumn8 = new System.Data.DataColumn();
  75. this.dataColumn9 = new System.Data.DataColumn();
  76. this.dataColumn10 = new System.Data.DataColumn();
  77. this.dataColumn11 = new System.Data.DataColumn();
  78. this.dataColumn12 = new System.Data.DataColumn();
  79. this.dataColumn15 = new System.Data.DataColumn();
  80. this.dataColumn16 = new System.Data.DataColumn();
  81. this.dataColumn17 = new System.Data.DataColumn();
  82. this.dataColumn18 = new System.Data.DataColumn();
  83. this.dataTable2 = new System.Data.DataTable();
  84. this.dataColumn13 = new System.Data.DataColumn();
  85. this.dataColumn14 = new System.Data.DataColumn();
  86. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  87. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  88. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  89. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  90. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  91. this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  92. this.txtRoundCount = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  93. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  94. this.cmbStyle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  96. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  97. this.txtElementsGs = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  98. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  99. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  100. this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  101. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  102. this.panel2 = new System.Windows.Forms.Panel();
  103. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  104. this.txtTitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  105. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  106. this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  107. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  108. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  111. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  114. this.ultraExpandableGroupBox1.SuspendLayout();
  115. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.txtRoundCount)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.cmbStyle)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.txtElementsGs)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
  122. this.panel2.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).BeginInit();
  125. this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
  126. this.FrmBase_Fill_Panel.SuspendLayout();
  127. this.SuspendLayout();
  128. //
  129. // dataSet2
  130. //
  131. this.dataSet2.DataSetName = "NewDataSet";
  132. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  133. this.dataTable1,
  134. this.dataTable2});
  135. //
  136. // dataTable1
  137. //
  138. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  139. this.dataColumn1,
  140. this.dataColumn2,
  141. this.dataColumn3,
  142. this.dataColumn4,
  143. this.dataColumn5,
  144. this.dataColumn6,
  145. this.dataColumn7,
  146. this.dataColumn8,
  147. this.dataColumn9,
  148. this.dataColumn10,
  149. this.dataColumn11,
  150. this.dataColumn12,
  151. this.dataColumn15,
  152. this.dataColumn16,
  153. this.dataColumn17,
  154. this.dataColumn18});
  155. this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
  156. new System.Data.UniqueConstraint("Constraint1", new string[] {
  157. "CHEM_CODE"}, false)});
  158. this.dataTable1.TableName = "Table1";
  159. //
  160. // dataColumn1
  161. //
  162. this.dataColumn1.Caption = "化学元素代码";
  163. this.dataColumn1.ColumnName = "CHEM_CODE";
  164. //
  165. // dataColumn2
  166. //
  167. this.dataColumn2.Caption = "化学元素描述";
  168. this.dataColumn2.ColumnName = "CHEM_NAME";
  169. //
  170. // dataColumn3
  171. //
  172. this.dataColumn3.Caption = "化学元素类型";
  173. this.dataColumn3.ColumnName = "CHEMTYPENAME";
  174. //
  175. // dataColumn4
  176. //
  177. this.dataColumn4.Caption = "复合元素计算公式";
  178. this.dataColumn4.ColumnName = "CHEM_FORMULA";
  179. //
  180. // dataColumn5
  181. //
  182. this.dataColumn5.Caption = "创建人";
  183. this.dataColumn5.ColumnName = "CREATE_NAME";
  184. //
  185. // dataColumn6
  186. //
  187. this.dataColumn6.Caption = "创建时间";
  188. this.dataColumn6.ColumnName = "CREATE_TIME";
  189. //
  190. // dataColumn7
  191. //
  192. this.dataColumn7.Caption = "修改人";
  193. this.dataColumn7.ColumnName = "UPDATE_NAME";
  194. //
  195. // dataColumn8
  196. //
  197. this.dataColumn8.Caption = "修改时间";
  198. this.dataColumn8.ColumnName = "UPDATE_TIME";
  199. //
  200. // dataColumn9
  201. //
  202. this.dataColumn9.Caption = "删除人";
  203. this.dataColumn9.ColumnName = "DELETE_NAME";
  204. //
  205. // dataColumn10
  206. //
  207. this.dataColumn10.Caption = "删除时间";
  208. this.dataColumn10.ColumnName = "DELETE_TIME";
  209. //
  210. // dataColumn11
  211. //
  212. this.dataColumn11.Caption = "VALIDFLAG";
  213. this.dataColumn11.ColumnMapping = System.Data.MappingType.Hidden;
  214. this.dataColumn11.ColumnName = "VALIDFLAG";
  215. //
  216. // dataColumn12
  217. //
  218. this.dataColumn12.Caption = "有效标识";
  219. this.dataColumn12.ColumnName = "VALIDFLAGNAME";
  220. //
  221. // dataColumn15
  222. //
  223. this.dataColumn15.Caption = "备注";
  224. this.dataColumn15.ColumnName = "MEMO";
  225. //
  226. // dataColumn16
  227. //
  228. this.dataColumn16.Caption = "化学元素类型";
  229. this.dataColumn16.ColumnMapping = System.Data.MappingType.Hidden;
  230. this.dataColumn16.ColumnName = "CHEM_TYPE";
  231. //
  232. // dataColumn17
  233. //
  234. this.dataColumn17.Caption = "修约位数";
  235. this.dataColumn17.ColumnName = "ROUNDING_DIGITS";
  236. //
  237. // dataColumn18
  238. //
  239. this.dataColumn18.Caption = "显示顺序";
  240. this.dataColumn18.ColumnName = "CHEM_SEQ";
  241. //
  242. // dataTable2
  243. //
  244. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  245. this.dataColumn13,
  246. this.dataColumn14});
  247. this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
  248. new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
  249. "CHEM_CODE"}, new string[] {
  250. "ID"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
  251. this.dataTable2.TableName = "Table2";
  252. //
  253. // dataColumn13
  254. //
  255. this.dataColumn13.ColumnName = "ID";
  256. //
  257. // dataColumn14
  258. //
  259. this.dataColumn14.ColumnName = "NAME";
  260. //
  261. // FrmBase_Fill_Panel_Fill_Panel_Fill_Panel
  262. //
  263. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraGrid2);
  264. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  265. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.panel2);
  266. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  267. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  269. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  270. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel_Fill_Panel";
  271. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1816, 588);
  272. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.TabIndex = 0;
  273. //
  274. // ultraGrid2
  275. //
  276. this.ultraGrid2.DataMember = "Table1";
  277. this.ultraGrid2.DataSource = this.dataSet2;
  278. appearance1.BackColor = System.Drawing.SystemColors.Window;
  279. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  280. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  281. ultraGridColumn1.Header.VisiblePosition = 0;
  282. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  283. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  284. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(120, 0);
  285. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  286. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  287. ultraGridColumn2.Header.VisiblePosition = 1;
  288. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  289. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  290. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  291. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  292. ultraGridColumn3.Header.VisiblePosition = 2;
  293. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  294. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  295. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(110, 0);
  296. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  297. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  298. ultraGridColumn4.Header.VisiblePosition = 3;
  299. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  300. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  301. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(196, 0);
  302. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  303. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  304. ultraGridColumn5.Header.VisiblePosition = 6;
  305. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  306. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  307. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
  308. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  309. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  310. ultraGridColumn6.Header.VisiblePosition = 7;
  311. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 9;
  312. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  313. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(170, 0);
  314. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  315. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  316. ultraGridColumn7.Header.VisiblePosition = 8;
  317. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
  318. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  319. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(61, 0);
  320. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  321. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  322. ultraGridColumn8.Header.VisiblePosition = 9;
  323. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 11;
  324. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  325. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(175, 0);
  326. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  327. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  328. ultraGridColumn9.Header.VisiblePosition = 10;
  329. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 12;
  330. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  331. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  332. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  333. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  334. ultraGridColumn10.Header.VisiblePosition = 11;
  335. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 13;
  336. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  337. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(162, 0);
  338. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  339. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  340. ultraGridColumn11.Header.VisiblePosition = 12;
  341. ultraGridColumn11.Hidden = true;
  342. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  343. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  344. ultraGridColumn12.Header.VisiblePosition = 4;
  345. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
  346. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  347. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  348. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  349. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
  350. ultraGridColumn13.Header.VisiblePosition = 5;
  351. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 7;
  352. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  353. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  354. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  355. ultraGridColumn14.Header.VisiblePosition = 13;
  356. ultraGridColumn14.Hidden = true;
  357. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  358. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  359. ultraGridColumn15.Header.VisiblePosition = 14;
  360. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 5;
  361. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  362. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  363. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  364. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  365. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  366. ultraGridColumn16.Header.VisiblePosition = 15;
  367. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 4;
  368. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  369. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
  370. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  371. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  372. ultraGridBand1.Columns.AddRange(new object[] {
  373. ultraGridColumn1,
  374. ultraGridColumn2,
  375. ultraGridColumn3,
  376. ultraGridColumn4,
  377. ultraGridColumn5,
  378. ultraGridColumn6,
  379. ultraGridColumn7,
  380. ultraGridColumn8,
  381. ultraGridColumn9,
  382. ultraGridColumn10,
  383. ultraGridColumn11,
  384. ultraGridColumn12,
  385. ultraGridColumn13,
  386. ultraGridColumn14,
  387. ultraGridColumn15,
  388. ultraGridColumn16});
  389. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  390. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  391. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  392. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  393. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  394. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  395. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  396. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  397. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  398. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  399. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  400. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  401. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  402. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  403. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  404. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  405. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  406. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  407. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  408. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  409. appearance5.BackColor = System.Drawing.SystemColors.Window;
  410. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  411. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  412. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  413. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  414. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  415. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  416. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  417. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  418. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  419. appearance7.BackColor = System.Drawing.SystemColors.Window;
  420. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance7;
  421. appearance8.BorderColor = System.Drawing.Color.Silver;
  422. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  423. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  424. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  425. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  426. appearance9.BackColor = System.Drawing.SystemColors.Control;
  427. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  428. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  429. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  430. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  431. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  432. appearance10.TextHAlignAsString = "Left";
  433. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance10;
  434. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  435. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  436. appearance11.BackColor = System.Drawing.SystemColors.Window;
  437. appearance11.BorderColor = System.Drawing.Color.Silver;
  438. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance11;
  439. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  440. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  441. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  442. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  443. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  444. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  445. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  446. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.ultraGrid2.Location = new System.Drawing.Point(0, 54);
  448. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
  449. this.ultraGrid2.Name = "ultraGrid2";
  450. this.ultraGrid2.Size = new System.Drawing.Size(1816, 434);
  451. this.ultraGrid2.TabIndex = 20;
  452. this.ultraGrid2.Text = "ultraGrid1";
  453. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  454. //
  455. // ultraExpandableGroupBox1
  456. //
  457. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  458. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  459. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1816, 100);
  460. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 488);
  461. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  462. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  463. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1816, 100);
  464. this.ultraExpandableGroupBox1.TabIndex = 2;
  465. this.ultraExpandableGroupBox1.Text = "编辑区域";
  466. //
  467. // ultraExpandableGroupBoxPanel1
  468. //
  469. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  470. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor1);
  471. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtRoundCount);
  472. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  473. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbStyle);
  474. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
  475. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  476. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtElementsGs);
  477. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  478. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  479. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
  480. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  481. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  482. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  483. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
  484. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  485. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1810, 76);
  486. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  487. //
  488. // ultraLabel7
  489. //
  490. appearance43.TextHAlignAsString = "Center";
  491. appearance43.TextVAlignAsString = "Middle";
  492. this.ultraLabel7.Appearance = appearance43;
  493. this.ultraLabel7.AutoSize = true;
  494. this.ultraLabel7.Location = new System.Drawing.Point(509, 32);
  495. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(4);
  496. this.ultraLabel7.Name = "ultraLabel7";
  497. this.ultraLabel7.Size = new System.Drawing.Size(67, 19);
  498. this.ultraLabel7.TabIndex = 18;
  499. this.ultraLabel7.Text = "显示顺序";
  500. //
  501. // ultraNumericEditor1
  502. //
  503. this.ultraNumericEditor1.Location = new System.Drawing.Point(583, 27);
  504. this.ultraNumericEditor1.MaskInput = "nnn";
  505. this.ultraNumericEditor1.Name = "ultraNumericEditor1";
  506. this.ultraNumericEditor1.Nullable = true;
  507. this.ultraNumericEditor1.Size = new System.Drawing.Size(81, 24);
  508. this.ultraNumericEditor1.TabIndex = 17;
  509. //
  510. // txtRoundCount
  511. //
  512. this.txtRoundCount.Location = new System.Drawing.Point(583, 1);
  513. this.txtRoundCount.Margin = new System.Windows.Forms.Padding(4);
  514. this.txtRoundCount.MaskInput = "nnn";
  515. this.txtRoundCount.MinValue = 0;
  516. this.txtRoundCount.Name = "txtRoundCount";
  517. this.txtRoundCount.Nullable = true;
  518. this.txtRoundCount.Size = new System.Drawing.Size(81, 24);
  519. this.txtRoundCount.TabIndex = 16;
  520. //
  521. // ultraLabel3
  522. //
  523. this.ultraLabel3.AutoSize = true;
  524. this.ultraLabel3.Location = new System.Drawing.Point(508, 6);
  525. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4);
  526. this.ultraLabel3.Name = "ultraLabel3";
  527. this.ultraLabel3.Size = new System.Drawing.Size(67, 19);
  528. this.ultraLabel3.TabIndex = 15;
  529. this.ultraLabel3.Text = "修约位数";
  530. //
  531. // cmbStyle
  532. //
  533. this.cmbStyle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  534. valueListItem3.CheckState = System.Windows.Forms.CheckState.Checked;
  535. valueListItem3.DataValue = "A";
  536. valueListItem3.DisplayText = "单一元素";
  537. valueListItem4.DataValue = "B";
  538. valueListItem4.DisplayText = "复合元素";
  539. this.cmbStyle.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  540. valueListItem3,
  541. valueListItem4});
  542. this.cmbStyle.Location = new System.Drawing.Point(414, 2);
  543. this.cmbStyle.Margin = new System.Windows.Forms.Padding(4);
  544. this.cmbStyle.Name = "cmbStyle";
  545. this.cmbStyle.Size = new System.Drawing.Size(86, 24);
  546. this.cmbStyle.TabIndex = 4;
  547. this.cmbStyle.ValueChanged += new System.EventHandler(this.cmbStyle_ValueChanged);
  548. //
  549. // txtMemo
  550. //
  551. this.txtMemo.Location = new System.Drawing.Point(713, 1);
  552. this.txtMemo.Margin = new System.Windows.Forms.Padding(4);
  553. this.txtMemo.MaxLength = 100;
  554. this.txtMemo.Name = "txtMemo";
  555. this.txtMemo.Size = new System.Drawing.Size(317, 24);
  556. this.txtMemo.TabIndex = 6;
  557. //
  558. // ultraLabel6
  559. //
  560. appearance14.TextHAlignAsString = "Center";
  561. appearance14.TextVAlignAsString = "Middle";
  562. this.ultraLabel6.Appearance = appearance14;
  563. this.ultraLabel6.Location = new System.Drawing.Point(670, 7);
  564. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4);
  565. this.ultraLabel6.Name = "ultraLabel6";
  566. this.ultraLabel6.Size = new System.Drawing.Size(40, 18);
  567. this.ultraLabel6.TabIndex = 14;
  568. this.ultraLabel6.Text = "备注";
  569. //
  570. // txtElementsGs
  571. //
  572. this.txtElementsGs.Enabled = false;
  573. this.txtElementsGs.Location = new System.Drawing.Point(111, 28);
  574. this.txtElementsGs.Margin = new System.Windows.Forms.Padding(4);
  575. this.txtElementsGs.MaxLength = 100;
  576. this.txtElementsGs.Name = "txtElementsGs";
  577. this.txtElementsGs.Size = new System.Drawing.Size(389, 24);
  578. this.txtElementsGs.TabIndex = 5;
  579. //
  580. // ultraLabel2
  581. //
  582. appearance13.TextHAlignAsString = "Center";
  583. appearance13.TextVAlignAsString = "Middle";
  584. this.ultraLabel2.Appearance = appearance13;
  585. this.ultraLabel2.AutoSize = true;
  586. this.ultraLabel2.Location = new System.Drawing.Point(9, 33);
  587. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4);
  588. this.ultraLabel2.Name = "ultraLabel2";
  589. this.ultraLabel2.Size = new System.Drawing.Size(98, 19);
  590. this.ultraLabel2.TabIndex = 11;
  591. this.ultraLabel2.Text = "复合元素公式";
  592. //
  593. // ultraLabel5
  594. //
  595. appearance42.TextHAlignAsString = "Center";
  596. appearance42.TextVAlignAsString = "Middle";
  597. this.ultraLabel5.Appearance = appearance42;
  598. this.ultraLabel5.Location = new System.Drawing.Point(307, 4);
  599. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4);
  600. this.ultraLabel5.Name = "ultraLabel5";
  601. this.ultraLabel5.Size = new System.Drawing.Size(105, 22);
  602. this.ultraLabel5.TabIndex = 6;
  603. this.ultraLabel5.Text = "化学元素类型";
  604. //
  605. // txtName
  606. //
  607. this.txtName.Location = new System.Drawing.Point(111, 2);
  608. this.txtName.Margin = new System.Windows.Forms.Padding(4);
  609. this.txtName.MaxLength = 50;
  610. this.txtName.Name = "txtName";
  611. this.txtName.Size = new System.Drawing.Size(189, 24);
  612. this.txtName.TabIndex = 3;
  613. //
  614. // ultraLabel4
  615. //
  616. appearance15.TextHAlignAsString = "Center";
  617. appearance15.TextVAlignAsString = "Middle";
  618. this.ultraLabel4.Appearance = appearance15;
  619. this.ultraLabel4.AutoSize = true;
  620. this.ultraLabel4.Location = new System.Drawing.Point(9, 7);
  621. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
  622. this.ultraLabel4.Name = "ultraLabel4";
  623. this.ultraLabel4.Size = new System.Drawing.Size(98, 19);
  624. this.ultraLabel4.TabIndex = 4;
  625. this.ultraLabel4.Text = "化学元素描述";
  626. //
  627. // panel2
  628. //
  629. this.panel2.Controls.Add(this.chkValid);
  630. this.panel2.Controls.Add(this.txtTitleName);
  631. this.panel2.Controls.Add(this.ultraLabel1);
  632. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  633. this.panel2.Location = new System.Drawing.Point(0, 0);
  634. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  635. this.panel2.Name = "panel2";
  636. this.panel2.Size = new System.Drawing.Size(1816, 54);
  637. this.panel2.TabIndex = 15;
  638. //
  639. // chkValid
  640. //
  641. this.chkValid.Location = new System.Drawing.Point(311, 12);
  642. this.chkValid.Margin = new System.Windows.Forms.Padding(4);
  643. this.chkValid.Name = "chkValid";
  644. this.chkValid.Size = new System.Drawing.Size(95, 29);
  645. this.chkValid.TabIndex = 1;
  646. this.chkValid.Text = "包含无效";
  647. //
  648. // txtTitleName
  649. //
  650. this.txtTitleName.Location = new System.Drawing.Point(132, 14);
  651. this.txtTitleName.Margin = new System.Windows.Forms.Padding(4);
  652. this.txtTitleName.MaxLength = 100;
  653. this.txtTitleName.Name = "txtTitleName";
  654. this.txtTitleName.Size = new System.Drawing.Size(151, 24);
  655. this.txtTitleName.TabIndex = 0;
  656. //
  657. // ultraLabel1
  658. //
  659. appearance18.TextHAlignAsString = "Center";
  660. appearance18.TextVAlignAsString = "Middle";
  661. this.ultraLabel1.Appearance = appearance18;
  662. this.ultraLabel1.Location = new System.Drawing.Point(16, 15);
  663. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  664. this.ultraLabel1.Name = "ultraLabel1";
  665. this.ultraLabel1.Size = new System.Drawing.Size(117, 29);
  666. this.ultraLabel1.TabIndex = 0;
  667. this.ultraLabel1.Text = "化学元素描述";
  668. //
  669. // FrmBase_Fill_Panel_Fill_Panel
  670. //
  671. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel);
  672. this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  673. this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  674. this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  675. this.FrmBase_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  676. this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
  677. this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1816, 588);
  678. this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
  679. //
  680. // FrmBase_Fill_Panel
  681. //
  682. this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
  683. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  684. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  685. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  686. this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  687. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  688. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1816, 588);
  689. this.FrmBase_Fill_Panel.TabIndex = 3;
  690. //
  691. // FrmChemistryElements
  692. //
  693. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  694. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  695. this.ClientSize = new System.Drawing.Size(1816, 588);
  696. this.Controls.Add(this.FrmBase_Fill_Panel);
  697. this.Margin = new System.Windows.Forms.Padding(5);
  698. this.Name = "FrmChemistryElements";
  699. this.Text = "化学元素管理";
  700. this.Load += new System.EventHandler(this.FrmChemistryElements_Load);
  701. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  702. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  703. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  704. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.ResumeLayout(false);
  705. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  706. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  707. this.ultraExpandableGroupBox1.ResumeLayout(false);
  708. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  709. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  710. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
  711. ((System.ComponentModel.ISupportInitialize)(this.txtRoundCount)).EndInit();
  712. ((System.ComponentModel.ISupportInitialize)(this.cmbStyle)).EndInit();
  713. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  714. ((System.ComponentModel.ISupportInitialize)(this.txtElementsGs)).EndInit();
  715. ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
  716. this.panel2.ResumeLayout(false);
  717. this.panel2.PerformLayout();
  718. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  719. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).EndInit();
  720. this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
  721. this.FrmBase_Fill_Panel.ResumeLayout(false);
  722. this.ResumeLayout(false);
  723. }
  724. #endregion
  725. private System.Data.DataSet dataSet2;
  726. private System.Data.DataTable dataTable1;
  727. private System.Data.DataColumn dataColumn1;
  728. private System.Data.DataColumn dataColumn2;
  729. private System.Data.DataColumn dataColumn3;
  730. private System.Data.DataColumn dataColumn4;
  731. private System.Data.DataColumn dataColumn5;
  732. private System.Data.DataColumn dataColumn6;
  733. private System.Data.DataColumn dataColumn7;
  734. private System.Data.DataColumn dataColumn8;
  735. private System.Data.DataColumn dataColumn9;
  736. private System.Data.DataColumn dataColumn10;
  737. private System.Data.DataColumn dataColumn11;
  738. private System.Data.DataColumn dataColumn12;
  739. private System.Data.DataTable dataTable2;
  740. private System.Data.DataColumn dataColumn13;
  741. private System.Data.DataColumn dataColumn14;
  742. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel_Fill_Panel;
  743. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
  744. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  745. private System.Windows.Forms.Panel panel2;
  746. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  747. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTitleName;
  748. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  749. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  750. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  751. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  752. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtElementsGs;
  753. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  754. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  755. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
  756. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  757. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  758. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  759. private System.Data.DataColumn dataColumn15;
  760. private System.Data.DataColumn dataColumn16;
  761. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStyle;
  762. private System.Data.DataColumn dataColumn17;
  763. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtRoundCount;
  764. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  765. private System.Data.DataColumn dataColumn18;
  766. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  767. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
  768. }
  769. }