QCM0101.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. namespace Core.LZMes.Client.QCM
  2. {
  3. partial class QCM0101
  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 appearance38 = 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_TYPE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_FORMULA");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_CODE_1LG", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_TYPE_CODE");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_TYPE_DESC");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROUND_OFF_RULES_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROUND_OFF_RULES_CODE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROUND_OFF_DIGITS");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_ID");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_ID");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_ID");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_CODE_2LG");
  52. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  64. this.panel1 = new System.Windows.Forms.Panel();
  65. this.panel2 = new System.Windows.Forms.Panel();
  66. this.label1 = new System.Windows.Forms.Label();
  67. this.textBox1 = new System.Windows.Forms.TextBox();
  68. this.label4 = new System.Windows.Forms.Label();
  69. this.label17 = new System.Windows.Forms.Label();
  70. this.dataSet1 = new System.Data.DataSet();
  71. this.dataTable1 = new System.Data.DataTable();
  72. this.dataColumn1 = new System.Data.DataColumn();
  73. this.dataColumn2 = new System.Data.DataColumn();
  74. this.dataColumn3 = new System.Data.DataColumn();
  75. this.dataColumn4 = new System.Data.DataColumn();
  76. this.dataColumn5 = new System.Data.DataColumn();
  77. this.dataColumn7 = new System.Data.DataColumn();
  78. this.dataColumn9 = new System.Data.DataColumn();
  79. this.dataColumn10 = new System.Data.DataColumn();
  80. this.dataColumn11 = new System.Data.DataColumn();
  81. this.dataColumn12 = new System.Data.DataColumn();
  82. this.dataColumn13 = new System.Data.DataColumn();
  83. this.dataColumn14 = new System.Data.DataColumn();
  84. this.dataColumn15 = new System.Data.DataColumn();
  85. this.dataColumn16 = new System.Data.DataColumn();
  86. this.dataColumn17 = new System.Data.DataColumn();
  87. this.dataColumn19 = new System.Data.DataColumn();
  88. this.dataColumn20 = new System.Data.DataColumn();
  89. this.dataColumn21 = new System.Data.DataColumn();
  90. this.dataColumn22 = new System.Data.DataColumn();
  91. this.dataColumn8 = new System.Data.DataColumn();
  92. this.dataColumn18 = new System.Data.DataColumn();
  93. this.dataColumn6 = new System.Data.DataColumn();
  94. this.groupBox1 = new System.Windows.Forms.GroupBox();
  95. this.textBox7 = new System.Windows.Forms.TextBox();
  96. this.label8 = new System.Windows.Forms.Label();
  97. this.textBox2 = new System.Windows.Forms.TextBox();
  98. this.label2 = new System.Windows.Forms.Label();
  99. this.textBox6 = new System.Windows.Forms.TextBox();
  100. this.textBox5 = new System.Windows.Forms.TextBox();
  101. this.label7 = new System.Windows.Forms.Label();
  102. this.label6 = new System.Windows.Forms.Label();
  103. this.textBox4 = new System.Windows.Forms.TextBox();
  104. this.label5 = new System.Windows.Forms.Label();
  105. this.textBox3 = new System.Windows.Forms.TextBox();
  106. this.label3 = new System.Windows.Forms.Label();
  107. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  108. this.panel1.SuspendLayout();
  109. this.panel2.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  112. this.groupBox1.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  114. this.SuspendLayout();
  115. //
  116. // panel1
  117. //
  118. this.panel1.Controls.Add(this.panel2);
  119. this.panel1.Controls.Add(this.label4);
  120. this.panel1.Controls.Add(this.label17);
  121. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  122. this.panel1.Location = new System.Drawing.Point(0, 0);
  123. this.panel1.Name = "panel1";
  124. this.panel1.Size = new System.Drawing.Size(1008, 41);
  125. this.panel1.TabIndex = 2;
  126. //
  127. // panel2
  128. //
  129. this.panel2.Controls.Add(this.label1);
  130. this.panel2.Controls.Add(this.textBox1);
  131. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  132. this.panel2.Location = new System.Drawing.Point(0, 0);
  133. this.panel2.Name = "panel2";
  134. this.panel2.Size = new System.Drawing.Size(1008, 41);
  135. this.panel2.TabIndex = 8;
  136. //
  137. // label1
  138. //
  139. this.label1.BackColor = System.Drawing.Color.LightBlue;
  140. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  141. this.label1.Location = new System.Drawing.Point(6, 9);
  142. this.label1.Name = "label1";
  143. this.label1.Size = new System.Drawing.Size(81, 21);
  144. this.label1.TabIndex = 14;
  145. this.label1.Text = "化学成分描述";
  146. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  147. //
  148. // textBox1
  149. //
  150. this.textBox1.Location = new System.Drawing.Point(93, 9);
  151. this.textBox1.Name = "textBox1";
  152. this.textBox1.Size = new System.Drawing.Size(100, 21);
  153. this.textBox1.TabIndex = 0;
  154. //
  155. // label4
  156. //
  157. this.label4.BackColor = System.Drawing.Color.LightBlue;
  158. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  159. this.label4.Location = new System.Drawing.Point(481, 10);
  160. this.label4.Name = "label4";
  161. this.label4.Size = new System.Drawing.Size(87, 21);
  162. this.label4.TabIndex = 7;
  163. this.label4.Text = "班组";
  164. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  165. //
  166. // label17
  167. //
  168. this.label17.BackColor = System.Drawing.Color.LightBlue;
  169. this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  170. this.label17.Location = new System.Drawing.Point(220, 9);
  171. this.label17.Name = "label17";
  172. this.label17.Size = new System.Drawing.Size(87, 21);
  173. this.label17.TabIndex = 7;
  174. this.label17.Text = "统计时间";
  175. this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  176. //
  177. // dataSet1
  178. //
  179. this.dataSet1.DataSetName = "NewDataSet";
  180. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  181. this.dataTable1});
  182. //
  183. // dataTable1
  184. //
  185. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  186. this.dataColumn1,
  187. this.dataColumn2,
  188. this.dataColumn3,
  189. this.dataColumn4,
  190. this.dataColumn5,
  191. this.dataColumn7,
  192. this.dataColumn9,
  193. this.dataColumn10,
  194. this.dataColumn11,
  195. this.dataColumn12,
  196. this.dataColumn13,
  197. this.dataColumn14,
  198. this.dataColumn15,
  199. this.dataColumn16,
  200. this.dataColumn17,
  201. this.dataColumn19,
  202. this.dataColumn20,
  203. this.dataColumn21,
  204. this.dataColumn22,
  205. this.dataColumn8,
  206. this.dataColumn18,
  207. this.dataColumn6});
  208. this.dataTable1.TableName = "Table1";
  209. //
  210. // dataColumn1
  211. //
  212. this.dataColumn1.ColumnName = "CHEM_CODE";
  213. //
  214. // dataColumn2
  215. //
  216. this.dataColumn2.ColumnName = "CHEM_NAME";
  217. //
  218. // dataColumn3
  219. //
  220. this.dataColumn3.ColumnName = "CHEM_TYPE";
  221. //
  222. // dataColumn4
  223. //
  224. this.dataColumn4.ColumnName = "CHEM_FORMULA";
  225. //
  226. // dataColumn5
  227. //
  228. this.dataColumn5.ColumnName = "CHEM_CODE_1LG";
  229. //
  230. // dataColumn7
  231. //
  232. this.dataColumn7.ColumnName = "UPDATE_NAME";
  233. //
  234. // dataColumn9
  235. //
  236. this.dataColumn9.ColumnName = "DEFECT_TYPE_CODE";
  237. //
  238. // dataColumn10
  239. //
  240. this.dataColumn10.ColumnName = "DEFECT_TYPE_DESC";
  241. //
  242. // dataColumn11
  243. //
  244. this.dataColumn11.ColumnName = "ROUND_OFF_RULES_NAME";
  245. //
  246. // dataColumn12
  247. //
  248. this.dataColumn12.ColumnName = "ROUND_OFF_RULES_CODE";
  249. //
  250. // dataColumn13
  251. //
  252. this.dataColumn13.ColumnName = "ROUND_OFF_DIGITS";
  253. //
  254. // dataColumn14
  255. //
  256. this.dataColumn14.ColumnName = "VALIDFLAG";
  257. //
  258. // dataColumn15
  259. //
  260. this.dataColumn15.ColumnName = "MEMO";
  261. //
  262. // dataColumn16
  263. //
  264. this.dataColumn16.ColumnName = "CREATE_ID";
  265. //
  266. // dataColumn17
  267. //
  268. this.dataColumn17.ColumnName = "CREATE_NAME";
  269. //
  270. // dataColumn19
  271. //
  272. this.dataColumn19.ColumnName = "UPDATE_ID";
  273. //
  274. // dataColumn20
  275. //
  276. this.dataColumn20.ColumnName = "DELETE_ID";
  277. //
  278. // dataColumn21
  279. //
  280. this.dataColumn21.ColumnName = "DELETE_NAME";
  281. //
  282. // dataColumn22
  283. //
  284. this.dataColumn22.ColumnName = "DELETE_TIME";
  285. //
  286. // dataColumn8
  287. //
  288. this.dataColumn8.ColumnName = "UPDATE_TIME";
  289. //
  290. // dataColumn18
  291. //
  292. this.dataColumn18.ColumnName = "CREATE_TIME";
  293. //
  294. // dataColumn6
  295. //
  296. this.dataColumn6.ColumnName = "CHEM_CODE_2LG";
  297. //
  298. // groupBox1
  299. //
  300. this.groupBox1.Controls.Add(this.textBox7);
  301. this.groupBox1.Controls.Add(this.label8);
  302. this.groupBox1.Controls.Add(this.textBox2);
  303. this.groupBox1.Controls.Add(this.label2);
  304. this.groupBox1.Controls.Add(this.textBox6);
  305. this.groupBox1.Controls.Add(this.textBox5);
  306. this.groupBox1.Controls.Add(this.label7);
  307. this.groupBox1.Controls.Add(this.label6);
  308. this.groupBox1.Controls.Add(this.textBox4);
  309. this.groupBox1.Controls.Add(this.label5);
  310. this.groupBox1.Controls.Add(this.textBox3);
  311. this.groupBox1.Controls.Add(this.label3);
  312. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  313. this.groupBox1.Location = new System.Drawing.Point(0, 611);
  314. this.groupBox1.Name = "groupBox1";
  315. this.groupBox1.Size = new System.Drawing.Size(1008, 119);
  316. this.groupBox1.TabIndex = 5;
  317. this.groupBox1.TabStop = false;
  318. this.groupBox1.Text = "编辑区域";
  319. //
  320. // textBox7
  321. //
  322. this.textBox7.Location = new System.Drawing.Point(330, 44);
  323. this.textBox7.Name = "textBox7";
  324. this.textBox7.Size = new System.Drawing.Size(100, 21);
  325. this.textBox7.TabIndex = 15;
  326. //
  327. // label8
  328. //
  329. this.label8.BackColor = System.Drawing.Color.LightBlue;
  330. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  331. this.label8.Location = new System.Drawing.Point(240, 44);
  332. this.label8.Name = "label8";
  333. this.label8.Size = new System.Drawing.Size(84, 21);
  334. this.label8.TabIndex = 14;
  335. this.label8.Text = "缺陷类型";
  336. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  337. //
  338. // textBox2
  339. //
  340. this.textBox2.Location = new System.Drawing.Point(124, 17);
  341. this.textBox2.Name = "textBox2";
  342. this.textBox2.Size = new System.Drawing.Size(100, 21);
  343. this.textBox2.TabIndex = 13;
  344. //
  345. // label2
  346. //
  347. this.label2.BackColor = System.Drawing.Color.LightBlue;
  348. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  349. this.label2.Location = new System.Drawing.Point(8, 17);
  350. this.label2.Name = "label2";
  351. this.label2.Size = new System.Drawing.Size(110, 21);
  352. this.label2.TabIndex = 12;
  353. this.label2.Text = "化学元素代码";
  354. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  355. //
  356. // textBox6
  357. //
  358. this.textBox6.Location = new System.Drawing.Point(540, 44);
  359. this.textBox6.Name = "textBox6";
  360. this.textBox6.Size = new System.Drawing.Size(100, 21);
  361. this.textBox6.TabIndex = 11;
  362. //
  363. // textBox5
  364. //
  365. this.textBox5.Location = new System.Drawing.Point(124, 44);
  366. this.textBox5.Name = "textBox5";
  367. this.textBox5.Size = new System.Drawing.Size(100, 21);
  368. this.textBox5.TabIndex = 10;
  369. //
  370. // label7
  371. //
  372. this.label7.BackColor = System.Drawing.Color.LightBlue;
  373. this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  374. this.label7.Location = new System.Drawing.Point(450, 44);
  375. this.label7.Name = "label7";
  376. this.label7.Size = new System.Drawing.Size(84, 21);
  377. this.label7.TabIndex = 8;
  378. this.label7.Text = "备注";
  379. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  380. //
  381. // label6
  382. //
  383. this.label6.BackColor = System.Drawing.Color.LightBlue;
  384. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  385. this.label6.Location = new System.Drawing.Point(8, 44);
  386. this.label6.Name = "label6";
  387. this.label6.Size = new System.Drawing.Size(110, 21);
  388. this.label6.TabIndex = 7;
  389. this.label6.Text = "复合元素计算公式";
  390. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  391. //
  392. // textBox4
  393. //
  394. this.textBox4.Location = new System.Drawing.Point(540, 17);
  395. this.textBox4.Name = "textBox4";
  396. this.textBox4.Size = new System.Drawing.Size(100, 21);
  397. this.textBox4.TabIndex = 6;
  398. //
  399. // label5
  400. //
  401. this.label5.BackColor = System.Drawing.Color.LightBlue;
  402. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  403. this.label5.Location = new System.Drawing.Point(450, 17);
  404. this.label5.Name = "label5";
  405. this.label5.Size = new System.Drawing.Size(84, 21);
  406. this.label5.TabIndex = 5;
  407. this.label5.Text = "化学元素类型";
  408. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  409. //
  410. // textBox3
  411. //
  412. this.textBox3.Location = new System.Drawing.Point(330, 17);
  413. this.textBox3.Name = "textBox3";
  414. this.textBox3.Size = new System.Drawing.Size(100, 21);
  415. this.textBox3.TabIndex = 3;
  416. //
  417. // label3
  418. //
  419. this.label3.BackColor = System.Drawing.Color.LightBlue;
  420. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  421. this.label3.Location = new System.Drawing.Point(240, 17);
  422. this.label3.Name = "label3";
  423. this.label3.Size = new System.Drawing.Size(84, 21);
  424. this.label3.TabIndex = 2;
  425. this.label3.Text = "化学元素名称";
  426. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  427. //
  428. // ultraGrid1
  429. //
  430. this.ultraGrid1.DataSource = this.dataSet1;
  431. appearance38.BackColor = System.Drawing.SystemColors.Window;
  432. appearance38.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  433. this.ultraGrid1.DisplayLayout.Appearance = appearance38;
  434. ultraGridColumn1.Header.Caption = "化学元素代码";
  435. ultraGridColumn1.Header.VisiblePosition = 0;
  436. ultraGridColumn1.Width = 75;
  437. ultraGridColumn2.Header.Caption = "化学元素名称";
  438. ultraGridColumn2.Header.VisiblePosition = 1;
  439. ultraGridColumn3.Header.Caption = "化学元素类型";
  440. ultraGridColumn3.Header.VisiblePosition = 2;
  441. ultraGridColumn4.Header.Caption = "复合元素计算公式";
  442. ultraGridColumn4.Header.VisiblePosition = 3;
  443. ultraGridColumn5.Header.Caption = "化学元素代码1LG";
  444. ultraGridColumn5.Header.VisiblePosition = 8;
  445. ultraGridColumn5.Hidden = true;
  446. ultraGridColumn6.Header.Caption = "修改人";
  447. ultraGridColumn6.Header.VisiblePosition = 9;
  448. ultraGridColumn6.Width = 86;
  449. ultraGridColumn7.Header.VisiblePosition = 12;
  450. ultraGridColumn7.Hidden = true;
  451. ultraGridColumn8.Header.Caption = "缺陷类型";
  452. ultraGridColumn8.Header.VisiblePosition = 4;
  453. ultraGridColumn9.Header.VisiblePosition = 13;
  454. ultraGridColumn9.Hidden = true;
  455. ultraGridColumn10.Header.VisiblePosition = 14;
  456. ultraGridColumn10.Hidden = true;
  457. ultraGridColumn11.Header.VisiblePosition = 15;
  458. ultraGridColumn11.Hidden = true;
  459. ultraGridColumn12.Header.VisiblePosition = 16;
  460. ultraGridColumn12.Hidden = true;
  461. ultraGridColumn13.Header.Caption = "备注";
  462. ultraGridColumn13.Header.VisiblePosition = 5;
  463. ultraGridColumn14.Header.Caption = "创建人ID";
  464. ultraGridColumn14.Header.VisiblePosition = 17;
  465. ultraGridColumn14.Hidden = true;
  466. ultraGridColumn15.Header.Caption = "创建人";
  467. ultraGridColumn15.Header.VisiblePosition = 6;
  468. ultraGridColumn15.Width = 84;
  469. ultraGridColumn16.Header.VisiblePosition = 18;
  470. ultraGridColumn16.Hidden = true;
  471. ultraGridColumn17.Header.VisiblePosition = 19;
  472. ultraGridColumn17.Hidden = true;
  473. ultraGridColumn18.Header.VisiblePosition = 20;
  474. ultraGridColumn18.Hidden = true;
  475. ultraGridColumn19.Header.Caption = "删除时间";
  476. ultraGridColumn19.Header.VisiblePosition = 11;
  477. ultraGridColumn19.Hidden = true;
  478. ultraGridColumn20.Header.Caption = "修改时间";
  479. ultraGridColumn20.Header.VisiblePosition = 10;
  480. ultraGridColumn20.Width = 145;
  481. ultraGridColumn21.Header.Caption = "创建时间";
  482. ultraGridColumn21.Header.VisiblePosition = 7;
  483. ultraGridColumn21.Width = 145;
  484. ultraGridColumn22.Header.VisiblePosition = 21;
  485. ultraGridColumn22.Hidden = true;
  486. ultraGridBand1.Columns.AddRange(new object[] {
  487. ultraGridColumn1,
  488. ultraGridColumn2,
  489. ultraGridColumn3,
  490. ultraGridColumn4,
  491. ultraGridColumn5,
  492. ultraGridColumn6,
  493. ultraGridColumn7,
  494. ultraGridColumn8,
  495. ultraGridColumn9,
  496. ultraGridColumn10,
  497. ultraGridColumn11,
  498. ultraGridColumn12,
  499. ultraGridColumn13,
  500. ultraGridColumn14,
  501. ultraGridColumn15,
  502. ultraGridColumn16,
  503. ultraGridColumn17,
  504. ultraGridColumn18,
  505. ultraGridColumn19,
  506. ultraGridColumn20,
  507. ultraGridColumn21,
  508. ultraGridColumn22});
  509. appearance5.BackColor = System.Drawing.Color.LightBlue;
  510. appearance5.BackColor2 = System.Drawing.Color.LightBlue;
  511. ultraGridBand1.Override.HeaderAppearance = appearance5;
  512. ultraGridBand1.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
  513. ultraGridBand1.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  514. ultraGridBand1.Override.RowSelectorWidth = 30;
  515. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  516. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  517. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  518. appearance39.BackColor = System.Drawing.SystemColors.ActiveBorder;
  519. appearance39.BackColor2 = System.Drawing.SystemColors.ControlDark;
  520. appearance39.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  521. appearance39.BorderColor = System.Drawing.SystemColors.Window;
  522. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance39;
  523. appearance40.ForeColor = System.Drawing.SystemColors.GrayText;
  524. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance40;
  525. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  526. appearance41.BackColor = System.Drawing.SystemColors.ControlLightLight;
  527. appearance41.BackColor2 = System.Drawing.SystemColors.Control;
  528. appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  529. appearance41.ForeColor = System.Drawing.SystemColors.GrayText;
  530. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance41;
  531. appearance42.BackColor = System.Drawing.SystemColors.Window;
  532. appearance42.ForeColor = System.Drawing.SystemColors.ControlText;
  533. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance42;
  534. appearance43.BackColor = System.Drawing.SystemColors.Highlight;
  535. appearance43.ForeColor = System.Drawing.SystemColors.HighlightText;
  536. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance43;
  537. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  538. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  539. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  540. appearance44.BackColor = System.Drawing.SystemColors.Window;
  541. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance44;
  542. appearance45.BorderColor = System.Drawing.Color.Silver;
  543. appearance45.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  544. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance45;
  545. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  546. appearance46.BackColor = System.Drawing.SystemColors.Control;
  547. appearance46.BackColor2 = System.Drawing.SystemColors.ControlDark;
  548. appearance46.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  549. appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  550. appearance46.BorderColor = System.Drawing.SystemColors.Window;
  551. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance46;
  552. appearance47.TextHAlignAsString = "Left";
  553. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance47;
  554. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  555. appearance48.BackColor = System.Drawing.SystemColors.Window;
  556. appearance48.BorderColor = System.Drawing.Color.Silver;
  557. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance48;
  558. appearance49.BackColor = System.Drawing.SystemColors.ControlLight;
  559. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance49;
  560. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  561. this.ultraGrid1.Location = new System.Drawing.Point(0, 41);
  562. this.ultraGrid1.Name = "ultraGrid1";
  563. this.ultraGrid1.Size = new System.Drawing.Size(1008, 570);
  564. this.ultraGrid1.TabIndex = 6;
  565. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  566. //
  567. // QCM0101
  568. //
  569. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  570. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  571. this.ClientSize = new System.Drawing.Size(1008, 730);
  572. this.Controls.Add(this.ultraGrid1);
  573. this.Controls.Add(this.groupBox1);
  574. this.Controls.Add(this.panel1);
  575. this.Name = "QCM0101";
  576. this.Text = "成分项目管理";
  577. this.panel1.ResumeLayout(false);
  578. this.panel2.ResumeLayout(false);
  579. this.panel2.PerformLayout();
  580. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  581. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  582. this.groupBox1.ResumeLayout(false);
  583. this.groupBox1.PerformLayout();
  584. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  585. this.ResumeLayout(false);
  586. }
  587. #endregion
  588. private System.Windows.Forms.Panel panel1;
  589. private System.Windows.Forms.Label label4;
  590. private System.Windows.Forms.Label label17;
  591. private System.Windows.Forms.Panel panel2;
  592. private System.Windows.Forms.Label label1;
  593. private System.Windows.Forms.TextBox textBox1;
  594. private System.Data.DataSet dataSet1;
  595. private System.Data.DataTable dataTable1;
  596. private System.Data.DataColumn dataColumn1;
  597. private System.Data.DataColumn dataColumn2;
  598. private System.Data.DataColumn dataColumn3;
  599. private System.Data.DataColumn dataColumn4;
  600. private System.Data.DataColumn dataColumn5;
  601. private System.Data.DataColumn dataColumn7;
  602. private System.Windows.Forms.GroupBox groupBox1;
  603. private System.Windows.Forms.Label label3;
  604. private System.Windows.Forms.TextBox textBox3;
  605. private System.Windows.Forms.Label label5;
  606. private System.Windows.Forms.TextBox textBox6;
  607. private System.Windows.Forms.TextBox textBox5;
  608. private System.Windows.Forms.Label label7;
  609. private System.Windows.Forms.Label label6;
  610. private System.Windows.Forms.TextBox textBox4;
  611. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  612. private System.Data.DataColumn dataColumn9;
  613. private System.Data.DataColumn dataColumn10;
  614. private System.Data.DataColumn dataColumn11;
  615. private System.Data.DataColumn dataColumn12;
  616. private System.Data.DataColumn dataColumn13;
  617. private System.Data.DataColumn dataColumn14;
  618. private System.Data.DataColumn dataColumn15;
  619. private System.Data.DataColumn dataColumn16;
  620. private System.Data.DataColumn dataColumn17;
  621. private System.Data.DataColumn dataColumn19;
  622. private System.Data.DataColumn dataColumn20;
  623. private System.Data.DataColumn dataColumn21;
  624. private System.Windows.Forms.TextBox textBox2;
  625. private System.Windows.Forms.Label label2;
  626. private System.Data.DataColumn dataColumn22;
  627. private System.Data.DataColumn dataColumn8;
  628. private System.Data.DataColumn dataColumn18;
  629. private System.Windows.Forms.TextBox textBox7;
  630. private System.Windows.Forms.Label label8;
  631. private System.Data.DataColumn dataColumn6;
  632. }
  633. }