QCM0104.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. namespace Core.LZMes.Client.QCM
  2. {
  3. partial class QCM0104
  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("DETECTION_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DETECTION_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OS1_DETECTION_CODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OS1_DETECTION_NAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OS2_DETECTION_CODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OS2_DETECTION_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("VALIDFLAG");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_ID");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_ID");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  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.Appearance appearance13 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  62. this.panel2 = new System.Windows.Forms.Panel();
  63. this.label1 = new System.Windows.Forms.Label();
  64. this.textBox1 = new System.Windows.Forms.TextBox();
  65. this.dataSet1 = 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.dataColumn13 = new System.Data.DataColumn();
  80. this.dataColumn14 = new System.Data.DataColumn();
  81. this.dataColumn15 = new System.Data.DataColumn();
  82. this.dataColumn16 = new System.Data.DataColumn();
  83. this.dataColumn17 = new System.Data.DataColumn();
  84. this.dataColumn18 = new System.Data.DataColumn();
  85. this.dataColumn19 = new System.Data.DataColumn();
  86. this.groupBox1 = new System.Windows.Forms.GroupBox();
  87. this.textBox5 = new System.Windows.Forms.TextBox();
  88. this.textBox4 = new System.Windows.Forms.TextBox();
  89. this.textBox3 = new System.Windows.Forms.TextBox();
  90. this.textBox2 = new System.Windows.Forms.TextBox();
  91. this.label5 = new System.Windows.Forms.Label();
  92. this.label4 = new System.Windows.Forms.Label();
  93. this.label3 = new System.Windows.Forms.Label();
  94. this.label2 = new System.Windows.Forms.Label();
  95. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  96. this.panel2.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  99. this.groupBox1.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // panel2
  104. //
  105. this.panel2.Controls.Add(this.label1);
  106. this.panel2.Controls.Add(this.textBox1);
  107. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  108. this.panel2.Location = new System.Drawing.Point(0, 0);
  109. this.panel2.Name = "panel2";
  110. this.panel2.Size = new System.Drawing.Size(1008, 41);
  111. this.panel2.TabIndex = 11;
  112. //
  113. // label1
  114. //
  115. this.label1.BackColor = System.Drawing.Color.LightBlue;
  116. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.label1.Location = new System.Drawing.Point(6, 9);
  118. this.label1.Name = "label1";
  119. this.label1.Size = new System.Drawing.Size(84, 21);
  120. this.label1.TabIndex = 14;
  121. this.label1.Text = "探伤项目描述";
  122. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  123. //
  124. // textBox1
  125. //
  126. this.textBox1.Location = new System.Drawing.Point(96, 9);
  127. this.textBox1.Name = "textBox1";
  128. this.textBox1.Size = new System.Drawing.Size(100, 21);
  129. this.textBox1.TabIndex = 0;
  130. //
  131. // dataSet1
  132. //
  133. this.dataSet1.DataSetName = "NewDataSet";
  134. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  135. this.dataTable1});
  136. //
  137. // dataTable1
  138. //
  139. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  140. this.dataColumn1,
  141. this.dataColumn2,
  142. this.dataColumn3,
  143. this.dataColumn4,
  144. this.dataColumn5,
  145. this.dataColumn6,
  146. this.dataColumn7,
  147. this.dataColumn8,
  148. this.dataColumn9,
  149. this.dataColumn10,
  150. this.dataColumn11,
  151. this.dataColumn12,
  152. this.dataColumn13,
  153. this.dataColumn14,
  154. this.dataColumn15,
  155. this.dataColumn16,
  156. this.dataColumn17,
  157. this.dataColumn18,
  158. this.dataColumn19});
  159. this.dataTable1.TableName = "Table1";
  160. //
  161. // dataColumn1
  162. //
  163. this.dataColumn1.ColumnName = "DETECTION_CODE";
  164. //
  165. // dataColumn2
  166. //
  167. this.dataColumn2.ColumnName = "DETECTION_NAME";
  168. //
  169. // dataColumn3
  170. //
  171. this.dataColumn3.ColumnName = "OS1_DETECTION_CODE";
  172. //
  173. // dataColumn4
  174. //
  175. this.dataColumn4.ColumnName = "OS1_DETECTION_NAME";
  176. //
  177. // dataColumn5
  178. //
  179. this.dataColumn5.ColumnName = "OS2_DETECTION_CODE";
  180. //
  181. // dataColumn6
  182. //
  183. this.dataColumn6.ColumnName = "OS2_DETECTION_NAME";
  184. //
  185. // dataColumn7
  186. //
  187. this.dataColumn7.ColumnName = "DEFECT_TYPE_CODE";
  188. //
  189. // dataColumn8
  190. //
  191. this.dataColumn8.ColumnName = "DEFECT_TYPE_DESC";
  192. //
  193. // dataColumn9
  194. //
  195. this.dataColumn9.ColumnName = "VALIDFLAG";
  196. //
  197. // dataColumn10
  198. //
  199. this.dataColumn10.ColumnName = "MEMO";
  200. //
  201. // dataColumn11
  202. //
  203. this.dataColumn11.ColumnName = "CREATE_ID";
  204. //
  205. // dataColumn12
  206. //
  207. this.dataColumn12.ColumnName = "CREATE_NAME";
  208. //
  209. // dataColumn13
  210. //
  211. this.dataColumn13.ColumnName = "CREATE_TIME";
  212. //
  213. // dataColumn14
  214. //
  215. this.dataColumn14.ColumnName = "UPDATE_ID";
  216. //
  217. // dataColumn15
  218. //
  219. this.dataColumn15.ColumnName = "UPDATE_NAME";
  220. //
  221. // dataColumn16
  222. //
  223. this.dataColumn16.ColumnName = "UPDATE_TIME";
  224. //
  225. // dataColumn17
  226. //
  227. this.dataColumn17.ColumnName = "DELETE_ID";
  228. //
  229. // dataColumn18
  230. //
  231. this.dataColumn18.ColumnName = "DELETE_NAME";
  232. //
  233. // dataColumn19
  234. //
  235. this.dataColumn19.ColumnName = "DELETE_TIME";
  236. //
  237. // groupBox1
  238. //
  239. this.groupBox1.Controls.Add(this.textBox5);
  240. this.groupBox1.Controls.Add(this.textBox4);
  241. this.groupBox1.Controls.Add(this.textBox3);
  242. this.groupBox1.Controls.Add(this.textBox2);
  243. this.groupBox1.Controls.Add(this.label5);
  244. this.groupBox1.Controls.Add(this.label4);
  245. this.groupBox1.Controls.Add(this.label3);
  246. this.groupBox1.Controls.Add(this.label2);
  247. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  248. this.groupBox1.Location = new System.Drawing.Point(0, 611);
  249. this.groupBox1.Name = "groupBox1";
  250. this.groupBox1.Size = new System.Drawing.Size(1008, 119);
  251. this.groupBox1.TabIndex = 12;
  252. this.groupBox1.TabStop = false;
  253. this.groupBox1.Text = "编辑区域";
  254. //
  255. // textBox5
  256. //
  257. this.textBox5.Location = new System.Drawing.Point(304, 42);
  258. this.textBox5.Name = "textBox5";
  259. this.textBox5.Size = new System.Drawing.Size(100, 21);
  260. this.textBox5.TabIndex = 16;
  261. //
  262. // textBox4
  263. //
  264. this.textBox4.Location = new System.Drawing.Point(102, 43);
  265. this.textBox4.Name = "textBox4";
  266. this.textBox4.Size = new System.Drawing.Size(100, 21);
  267. this.textBox4.TabIndex = 15;
  268. //
  269. // textBox3
  270. //
  271. this.textBox3.Location = new System.Drawing.Point(304, 17);
  272. this.textBox3.Name = "textBox3";
  273. this.textBox3.Size = new System.Drawing.Size(100, 21);
  274. this.textBox3.TabIndex = 14;
  275. //
  276. // textBox2
  277. //
  278. this.textBox2.Location = new System.Drawing.Point(102, 17);
  279. this.textBox2.Name = "textBox2";
  280. this.textBox2.Size = new System.Drawing.Size(100, 21);
  281. this.textBox2.TabIndex = 13;
  282. //
  283. // label5
  284. //
  285. this.label5.BackColor = System.Drawing.Color.LightBlue;
  286. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  287. this.label5.Location = new System.Drawing.Point(214, 42);
  288. this.label5.Name = "label5";
  289. this.label5.Size = new System.Drawing.Size(84, 21);
  290. this.label5.TabIndex = 5;
  291. this.label5.Text = "备注";
  292. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  293. //
  294. // label4
  295. //
  296. this.label4.BackColor = System.Drawing.Color.LightBlue;
  297. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  298. this.label4.Location = new System.Drawing.Point(12, 43);
  299. this.label4.Name = "label4";
  300. this.label4.Size = new System.Drawing.Size(84, 21);
  301. this.label4.TabIndex = 4;
  302. this.label4.Text = "缺陷分类描述";
  303. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  304. //
  305. // label3
  306. //
  307. this.label3.BackColor = System.Drawing.Color.LightBlue;
  308. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  309. this.label3.Location = new System.Drawing.Point(214, 17);
  310. this.label3.Name = "label3";
  311. this.label3.Size = new System.Drawing.Size(84, 21);
  312. this.label3.TabIndex = 3;
  313. this.label3.Text = "探伤项目描述";
  314. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  315. //
  316. // label2
  317. //
  318. this.label2.BackColor = System.Drawing.Color.LightBlue;
  319. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  320. this.label2.Location = new System.Drawing.Point(12, 17);
  321. this.label2.Name = "label2";
  322. this.label2.Size = new System.Drawing.Size(84, 21);
  323. this.label2.TabIndex = 2;
  324. this.label2.Text = "探伤项目代码";
  325. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  326. //
  327. // ultraGrid1
  328. //
  329. this.ultraGrid1.DataSource = this.dataSet1;
  330. appearance1.BackColor = System.Drawing.SystemColors.Window;
  331. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  332. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  333. ultraGridColumn1.Header.Caption = "探伤项目代码";
  334. ultraGridColumn1.Header.VisiblePosition = 0;
  335. ultraGridColumn2.Header.Caption = "探伤项目描述";
  336. ultraGridColumn2.Header.VisiblePosition = 1;
  337. ultraGridColumn3.Header.Caption = "探伤项目代码";
  338. ultraGridColumn3.Header.VisiblePosition = 2;
  339. ultraGridColumn3.Hidden = true;
  340. ultraGridColumn4.Header.Caption = "探伤项目描述";
  341. ultraGridColumn4.Header.VisiblePosition = 3;
  342. ultraGridColumn4.Hidden = true;
  343. ultraGridColumn5.Header.Caption = "探伤项目代码";
  344. ultraGridColumn5.Header.VisiblePosition = 4;
  345. ultraGridColumn5.Hidden = true;
  346. ultraGridColumn6.Header.Caption = "探伤项目描述";
  347. ultraGridColumn6.Header.VisiblePosition = 5;
  348. ultraGridColumn6.Hidden = true;
  349. ultraGridColumn7.Header.Caption = "缺陷分类代码";
  350. ultraGridColumn7.Header.VisiblePosition = 6;
  351. ultraGridColumn7.Hidden = true;
  352. ultraGridColumn8.Header.Caption = "缺陷分类描述";
  353. ultraGridColumn8.Header.VisiblePosition = 7;
  354. ultraGridColumn9.Header.Caption = "有效标志";
  355. ultraGridColumn9.Header.VisiblePosition = 8;
  356. ultraGridColumn9.Hidden = true;
  357. ultraGridColumn10.Header.Caption = "备注";
  358. ultraGridColumn10.Header.VisiblePosition = 9;
  359. ultraGridColumn11.Header.Caption = "创建人ID";
  360. ultraGridColumn11.Header.VisiblePosition = 10;
  361. ultraGridColumn11.Hidden = true;
  362. ultraGridColumn12.Header.Caption = "创建人";
  363. ultraGridColumn12.Header.VisiblePosition = 11;
  364. ultraGridColumn12.Width = 76;
  365. ultraGridColumn13.Header.Caption = "创建时间";
  366. ultraGridColumn13.Header.VisiblePosition = 12;
  367. ultraGridColumn13.Width = 138;
  368. ultraGridColumn14.Header.Caption = "修改人ID";
  369. ultraGridColumn14.Header.VisiblePosition = 13;
  370. ultraGridColumn14.Hidden = true;
  371. ultraGridColumn15.Header.Caption = "修改人";
  372. ultraGridColumn15.Header.VisiblePosition = 14;
  373. ultraGridColumn15.Width = 86;
  374. ultraGridColumn16.Header.Caption = "修改时间";
  375. ultraGridColumn16.Header.VisiblePosition = 15;
  376. ultraGridColumn16.Width = 150;
  377. ultraGridColumn17.Header.Caption = "删除人ID";
  378. ultraGridColumn17.Header.VisiblePosition = 16;
  379. ultraGridColumn17.Hidden = true;
  380. ultraGridColumn18.Header.Caption = "删除人";
  381. ultraGridColumn18.Header.VisiblePosition = 17;
  382. ultraGridColumn18.Hidden = true;
  383. ultraGridColumn19.Header.Caption = "删除时间";
  384. ultraGridColumn19.Header.VisiblePosition = 18;
  385. ultraGridColumn19.Hidden = true;
  386. ultraGridBand1.Columns.AddRange(new object[] {
  387. ultraGridColumn1,
  388. ultraGridColumn2,
  389. ultraGridColumn3,
  390. ultraGridColumn4,
  391. ultraGridColumn5,
  392. ultraGridColumn6,
  393. ultraGridColumn7,
  394. ultraGridColumn8,
  395. ultraGridColumn9,
  396. ultraGridColumn10,
  397. ultraGridColumn11,
  398. ultraGridColumn12,
  399. ultraGridColumn13,
  400. ultraGridColumn14,
  401. ultraGridColumn15,
  402. ultraGridColumn16,
  403. ultraGridColumn17,
  404. ultraGridColumn18,
  405. ultraGridColumn19});
  406. appearance13.BackColor = System.Drawing.Color.LightBlue;
  407. appearance13.BackColor2 = System.Drawing.Color.LightBlue;
  408. ultraGridBand1.Header.Appearance = appearance13;
  409. appearance14.BackColor = System.Drawing.Color.LightBlue;
  410. appearance14.BackColor2 = System.Drawing.Color.LightBlue;
  411. ultraGridBand1.Override.HeaderAppearance = appearance14;
  412. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  413. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  414. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  415. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  416. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  417. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  418. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  419. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  420. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  421. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  422. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  423. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  424. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  425. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  426. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  427. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  428. appearance5.BackColor = System.Drawing.SystemColors.Window;
  429. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  430. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  431. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  432. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  433. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  434. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  435. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  436. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  437. appearance7.BackColor = System.Drawing.SystemColors.Window;
  438. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  439. appearance8.BorderColor = System.Drawing.Color.Silver;
  440. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  441. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  442. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  443. appearance9.BackColor = System.Drawing.SystemColors.Control;
  444. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  445. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  446. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  447. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  448. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  449. appearance10.TextHAlignAsString = "Left";
  450. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  451. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  452. appearance11.BackColor = System.Drawing.SystemColors.Window;
  453. appearance11.BorderColor = System.Drawing.Color.Silver;
  454. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  455. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
  456. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  457. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 30;
  458. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  459. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  460. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  461. this.ultraGrid1.Location = new System.Drawing.Point(0, 41);
  462. this.ultraGrid1.Name = "ultraGrid1";
  463. this.ultraGrid1.Size = new System.Drawing.Size(1008, 570);
  464. this.ultraGrid1.TabIndex = 13;
  465. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  466. //
  467. // QCM0104
  468. //
  469. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  470. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  471. this.ClientSize = new System.Drawing.Size(1008, 730);
  472. this.Controls.Add(this.ultraGrid1);
  473. this.Controls.Add(this.groupBox1);
  474. this.Controls.Add(this.panel2);
  475. this.Name = "QCM0104";
  476. this.Text = "探伤项目管理";
  477. this.panel2.ResumeLayout(false);
  478. this.panel2.PerformLayout();
  479. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  481. this.groupBox1.ResumeLayout(false);
  482. this.groupBox1.PerformLayout();
  483. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  484. this.ResumeLayout(false);
  485. }
  486. #endregion
  487. private System.Windows.Forms.Panel panel2;
  488. private System.Windows.Forms.Label label1;
  489. private System.Windows.Forms.TextBox textBox1;
  490. private System.Data.DataSet dataSet1;
  491. private System.Windows.Forms.GroupBox groupBox1;
  492. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  493. private System.Data.DataTable dataTable1;
  494. private System.Data.DataColumn dataColumn1;
  495. private System.Data.DataColumn dataColumn2;
  496. private System.Data.DataColumn dataColumn3;
  497. private System.Data.DataColumn dataColumn4;
  498. private System.Data.DataColumn dataColumn5;
  499. private System.Data.DataColumn dataColumn6;
  500. private System.Data.DataColumn dataColumn7;
  501. private System.Data.DataColumn dataColumn8;
  502. private System.Data.DataColumn dataColumn9;
  503. private System.Data.DataColumn dataColumn10;
  504. private System.Data.DataColumn dataColumn11;
  505. private System.Data.DataColumn dataColumn12;
  506. private System.Data.DataColumn dataColumn13;
  507. private System.Data.DataColumn dataColumn14;
  508. private System.Data.DataColumn dataColumn15;
  509. private System.Data.DataColumn dataColumn16;
  510. private System.Data.DataColumn dataColumn17;
  511. private System.Data.DataColumn dataColumn18;
  512. private System.Data.DataColumn dataColumn19;
  513. private System.Windows.Forms.Label label5;
  514. private System.Windows.Forms.Label label4;
  515. private System.Windows.Forms.Label label3;
  516. private System.Windows.Forms.Label label2;
  517. private System.Windows.Forms.TextBox textBox5;
  518. private System.Windows.Forms.TextBox textBox4;
  519. private System.Windows.Forms.TextBox textBox3;
  520. private System.Windows.Forms.TextBox textBox2;
  521. }
  522. }