FrmBaseChemStdSteelSelect.Designer.cs 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmBaseChemStdSteelSelect
  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 appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table4", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHEM_NAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SELECT_STEEL_NO");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SAMPLE_NO");
  33. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ELEMENTS");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STD_VALUE");
  48. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SAMPLE_NO");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEEL_NO");
  64. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table5", -1);
  77. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand5 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEEL_NO");
  91. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  103. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  104. Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  106. this.dataSet1 = new System.Data.DataSet();
  107. this.dataTable1 = new System.Data.DataTable();
  108. this.dataColumn1 = new System.Data.DataColumn();
  109. this.dataTable2 = new System.Data.DataTable();
  110. this.dataColumn3 = new System.Data.DataColumn();
  111. this.dataColumn4 = new System.Data.DataColumn();
  112. this.dataColumn2 = new System.Data.DataColumn();
  113. this.dataTable3 = new System.Data.DataTable();
  114. this.dataColumn5 = new System.Data.DataColumn();
  115. this.dataColumn6 = new System.Data.DataColumn();
  116. this.dataTable4 = new System.Data.DataTable();
  117. this.dataColumn7 = new System.Data.DataColumn();
  118. this.dataColumn8 = new System.Data.DataColumn();
  119. this.dataColumn13 = new System.Data.DataColumn();
  120. this.dataTable5 = new System.Data.DataTable();
  121. this.panel1 = new System.Windows.Forms.Panel();
  122. this.panel3 = new System.Windows.Forms.Panel();
  123. this.panel4 = new System.Windows.Forms.Panel();
  124. this.panel5 = new System.Windows.Forms.Panel();
  125. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  126. this.ultraGrid4 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  127. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  128. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  129. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  130. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  131. this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  132. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  133. this.panel2 = new System.Windows.Forms.Panel();
  134. this.ultraEquipment = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  135. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  136. this.txtSTEEL_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  137. this.labSTEEL_NO = new Infragistics.Win.Misc.UltraLabel();
  138. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
  144. this.panel1.SuspendLayout();
  145. this.panel3.SuspendLayout();
  146. this.panel4.SuspendLayout();
  147. this.panel5.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  149. this.ultraGroupBox1.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  152. this.ultraGroupBox2.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  156. this.ultraGroupBox5.SuspendLayout();
  157. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  159. this.panel2.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.ultraEquipment)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.txtSTEEL_NO)).BeginInit();
  162. this.SuspendLayout();
  163. //
  164. // dataSet1
  165. //
  166. this.dataSet1.DataSetName = "NewDataSet";
  167. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  168. this.dataTable1,
  169. this.dataTable2,
  170. this.dataTable3,
  171. this.dataTable4,
  172. this.dataTable5});
  173. //
  174. // dataTable1
  175. //
  176. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  177. this.dataColumn1});
  178. this.dataTable1.TableName = "Table1";
  179. //
  180. // dataColumn1
  181. //
  182. this.dataColumn1.Caption = "钢种";
  183. this.dataColumn1.ColumnName = "STEEL_NO";
  184. //
  185. // dataTable2
  186. //
  187. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  188. this.dataColumn3,
  189. this.dataColumn4,
  190. this.dataColumn2});
  191. this.dataTable2.TableName = "Table2";
  192. //
  193. // dataColumn3
  194. //
  195. this.dataColumn3.Caption = "选择";
  196. this.dataColumn3.ColumnName = "CHK";
  197. //
  198. // dataColumn4
  199. //
  200. this.dataColumn4.Caption = "标钢编号";
  201. this.dataColumn4.ColumnName = "SAMPLE_NO";
  202. //
  203. // dataColumn2
  204. //
  205. this.dataColumn2.Caption = "钢号";
  206. this.dataColumn2.ColumnName = "STEEL_NO";
  207. //
  208. // dataTable3
  209. //
  210. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  211. this.dataColumn5,
  212. this.dataColumn6});
  213. this.dataTable3.TableName = "Table3";
  214. //
  215. // dataColumn5
  216. //
  217. this.dataColumn5.Caption = "元素";
  218. this.dataColumn5.ColumnName = "ELEMENTS";
  219. //
  220. // dataColumn6
  221. //
  222. this.dataColumn6.Caption = "标准值";
  223. this.dataColumn6.ColumnName = "STD_VALUE";
  224. //
  225. // dataTable4
  226. //
  227. this.dataTable4.Columns.AddRange(new System.Data.DataColumn[] {
  228. this.dataColumn7,
  229. this.dataColumn8,
  230. this.dataColumn13});
  231. this.dataTable4.TableName = "Table4";
  232. //
  233. // dataColumn7
  234. //
  235. this.dataColumn7.Caption = "元素";
  236. this.dataColumn7.ColumnName = "CHEM_NAME";
  237. //
  238. // dataColumn8
  239. //
  240. this.dataColumn8.Caption = "钢号";
  241. this.dataColumn8.ColumnName = "SELECT_STEEL_NO";
  242. //
  243. // dataColumn13
  244. //
  245. this.dataColumn13.Caption = "标钢编号";
  246. this.dataColumn13.ColumnName = "SAMPLE_NO";
  247. //
  248. // dataTable5
  249. //
  250. this.dataTable5.TableName = "Table5";
  251. //
  252. // panel1
  253. //
  254. this.panel1.Controls.Add(this.panel3);
  255. this.panel1.Controls.Add(this.panel2);
  256. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.panel1.Location = new System.Drawing.Point(0, 0);
  258. this.panel1.Name = "panel1";
  259. this.panel1.Size = new System.Drawing.Size(1008, 666);
  260. this.panel1.TabIndex = 0;
  261. //
  262. // panel3
  263. //
  264. this.panel3.Controls.Add(this.panel4);
  265. this.panel3.Controls.Add(this.ultraGrid1);
  266. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.panel3.Location = new System.Drawing.Point(0, 40);
  268. this.panel3.Name = "panel3";
  269. this.panel3.Size = new System.Drawing.Size(1008, 626);
  270. this.panel3.TabIndex = 1;
  271. //
  272. // panel4
  273. //
  274. this.panel4.Controls.Add(this.panel5);
  275. this.panel4.Controls.Add(this.ultraGroupBox5);
  276. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  277. this.panel4.Location = new System.Drawing.Point(152, 0);
  278. this.panel4.Name = "panel4";
  279. this.panel4.Size = new System.Drawing.Size(856, 626);
  280. this.panel4.TabIndex = 24;
  281. //
  282. // panel5
  283. //
  284. this.panel5.Controls.Add(this.ultraGroupBox1);
  285. this.panel5.Controls.Add(this.ultraGroupBox2);
  286. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  287. this.panel5.Location = new System.Drawing.Point(0, 0);
  288. this.panel5.Name = "panel5";
  289. this.panel5.Size = new System.Drawing.Size(856, 437);
  290. this.panel5.TabIndex = 3;
  291. //
  292. // ultraGroupBox1
  293. //
  294. this.ultraGroupBox1.Controls.Add(this.ultraGrid4);
  295. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.ultraGroupBox1.Location = new System.Drawing.Point(433, 0);
  297. this.ultraGroupBox1.Name = "ultraGroupBox1";
  298. this.ultraGroupBox1.Size = new System.Drawing.Size(423, 437);
  299. this.ultraGroupBox1.TabIndex = 29;
  300. this.ultraGroupBox1.Text = "当前修约规则";
  301. //
  302. // ultraGrid4
  303. //
  304. this.ultraGrid4.DataMember = "Table4";
  305. this.ultraGrid4.DataSource = this.dataSet1;
  306. appearance13.BackColor = System.Drawing.SystemColors.Window;
  307. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  308. this.ultraGrid4.DisplayLayout.Appearance = appearance13;
  309. ultraGridColumn1.Header.VisiblePosition = 0;
  310. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  311. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  312. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  313. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  314. ultraGridColumn2.Header.VisiblePosition = 1;
  315. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  316. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  317. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  318. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  319. ultraGridColumn3.Header.VisiblePosition = 2;
  320. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  321. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  322. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  323. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  324. ultraGridBand1.Columns.AddRange(new object[] {
  325. ultraGridColumn1,
  326. ultraGridColumn2,
  327. ultraGridColumn3});
  328. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  329. this.ultraGrid4.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  330. this.ultraGrid4.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  331. this.ultraGrid4.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  332. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  333. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  334. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  335. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  336. this.ultraGrid4.DisplayLayout.GroupByBox.Appearance = appearance14;
  337. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  338. this.ultraGrid4.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  339. this.ultraGrid4.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  340. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  341. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  342. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  343. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  344. this.ultraGrid4.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  345. this.ultraGrid4.DisplayLayout.MaxColScrollRegions = 1;
  346. this.ultraGrid4.DisplayLayout.MaxRowScrollRegions = 1;
  347. appearance17.BackColor = System.Drawing.SystemColors.Window;
  348. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  349. this.ultraGrid4.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  350. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  351. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  352. this.ultraGrid4.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  353. this.ultraGrid4.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  354. this.ultraGrid4.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  355. this.ultraGrid4.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  356. this.ultraGrid4.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  357. appearance19.BackColor = System.Drawing.SystemColors.Window;
  358. this.ultraGrid4.DisplayLayout.Override.CardAreaAppearance = appearance19;
  359. appearance20.BorderColor = System.Drawing.Color.Silver;
  360. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  361. this.ultraGrid4.DisplayLayout.Override.CellAppearance = appearance20;
  362. this.ultraGrid4.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  363. this.ultraGrid4.DisplayLayout.Override.CellPadding = 0;
  364. this.ultraGrid4.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  365. appearance21.BackColor = System.Drawing.SystemColors.Control;
  366. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  367. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  368. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  369. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  370. this.ultraGrid4.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  371. appearance22.TextHAlignAsString = "Left";
  372. this.ultraGrid4.DisplayLayout.Override.HeaderAppearance = appearance22;
  373. this.ultraGrid4.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  374. this.ultraGrid4.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  375. appearance23.BackColor = System.Drawing.SystemColors.Window;
  376. appearance23.BorderColor = System.Drawing.Color.Silver;
  377. this.ultraGrid4.DisplayLayout.Override.RowAppearance = appearance23;
  378. this.ultraGrid4.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  379. this.ultraGrid4.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  380. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  381. this.ultraGrid4.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  382. this.ultraGrid4.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  383. this.ultraGrid4.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  384. this.ultraGrid4.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  385. this.ultraGrid4.Dock = System.Windows.Forms.DockStyle.Fill;
  386. this.ultraGrid4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.ultraGrid4.Location = new System.Drawing.Point(3, 18);
  388. this.ultraGrid4.Name = "ultraGrid4";
  389. this.ultraGrid4.Size = new System.Drawing.Size(417, 416);
  390. this.ultraGrid4.TabIndex = 27;
  391. this.ultraGrid4.Text = "ultraGrid4";
  392. //
  393. // ultraGroupBox2
  394. //
  395. this.ultraGroupBox2.Controls.Add(this.ultraGrid3);
  396. this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
  397. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  398. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  399. this.ultraGroupBox2.Name = "ultraGroupBox2";
  400. this.ultraGroupBox2.Size = new System.Drawing.Size(433, 437);
  401. this.ultraGroupBox2.TabIndex = 28;
  402. this.ultraGroupBox2.Text = "可用标钢信息";
  403. //
  404. // ultraGrid3
  405. //
  406. this.ultraGrid3.DataMember = "Table3";
  407. this.ultraGrid3.DataSource = this.dataSet1;
  408. appearance25.BackColor = System.Drawing.SystemColors.Window;
  409. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  410. this.ultraGrid3.DisplayLayout.Appearance = appearance25;
  411. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  412. ultraGridColumn4.Header.VisiblePosition = 0;
  413. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  414. ultraGridColumn5.Header.VisiblePosition = 1;
  415. ultraGridBand2.Columns.AddRange(new object[] {
  416. ultraGridColumn4,
  417. ultraGridColumn5});
  418. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  419. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  420. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  421. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  422. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  423. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  424. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  425. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  426. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance26;
  427. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  428. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  429. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  430. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  431. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  432. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  433. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  434. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  435. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  436. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  437. appearance29.BackColor = System.Drawing.SystemColors.Window;
  438. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  439. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  440. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  441. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  442. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  443. this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  444. this.ultraGrid3.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  445. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  446. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  447. appearance31.BackColor = System.Drawing.SystemColors.Window;
  448. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance31;
  449. appearance32.BorderColor = System.Drawing.Color.Silver;
  450. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  451. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance32;
  452. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  453. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  454. this.ultraGrid3.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  455. appearance33.BackColor = System.Drawing.SystemColors.Control;
  456. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  457. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  458. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  459. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  460. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  461. appearance34.TextHAlignAsString = "Left";
  462. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance34;
  463. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  464. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  465. appearance35.BackColor = System.Drawing.SystemColors.Window;
  466. appearance35.BorderColor = System.Drawing.Color.Silver;
  467. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance35;
  468. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  469. this.ultraGrid3.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  470. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  471. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  472. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  473. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  474. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  475. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  476. this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.ultraGrid3.Location = new System.Drawing.Point(240, 18);
  478. this.ultraGrid3.Name = "ultraGrid3";
  479. this.ultraGrid3.Size = new System.Drawing.Size(190, 416);
  480. this.ultraGrid3.TabIndex = 28;
  481. this.ultraGrid3.Text = "ultraGrid3";
  482. //
  483. // ultraGrid2
  484. //
  485. this.ultraGrid2.DataMember = "Table2";
  486. this.ultraGrid2.DataSource = this.dataSet1;
  487. appearance37.BackColor = System.Drawing.SystemColors.Window;
  488. appearance37.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  489. this.ultraGrid2.DisplayLayout.Appearance = appearance37;
  490. ultraGridColumn6.DefaultCellValue = "False";
  491. ultraGridColumn6.Header.VisiblePosition = 0;
  492. ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  493. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  494. ultraGridColumn7.Header.VisiblePosition = 1;
  495. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  496. ultraGridColumn8.Header.VisiblePosition = 2;
  497. ultraGridBand3.Columns.AddRange(new object[] {
  498. ultraGridColumn6,
  499. ultraGridColumn7,
  500. ultraGridColumn8});
  501. ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  502. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  503. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  504. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  505. appearance38.BackColor = System.Drawing.SystemColors.ActiveBorder;
  506. appearance38.BackColor2 = System.Drawing.SystemColors.ControlDark;
  507. appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  508. appearance38.BorderColor = System.Drawing.SystemColors.Window;
  509. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance38;
  510. appearance39.ForeColor = System.Drawing.SystemColors.GrayText;
  511. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance39;
  512. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  513. appearance40.BackColor = System.Drawing.SystemColors.ControlLightLight;
  514. appearance40.BackColor2 = System.Drawing.SystemColors.Control;
  515. appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  516. appearance40.ForeColor = System.Drawing.SystemColors.GrayText;
  517. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance40;
  518. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  519. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  520. appearance41.BackColor = System.Drawing.SystemColors.Window;
  521. appearance41.ForeColor = System.Drawing.SystemColors.ControlText;
  522. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance41;
  523. appearance42.BackColor = System.Drawing.SystemColors.Highlight;
  524. appearance42.ForeColor = System.Drawing.SystemColors.HighlightText;
  525. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance42;
  526. this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  527. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  528. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  529. appearance43.BackColor = System.Drawing.SystemColors.Window;
  530. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance43;
  531. appearance44.BorderColor = System.Drawing.Color.Silver;
  532. appearance44.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  533. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance44;
  534. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  535. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  536. this.ultraGrid2.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  537. appearance45.BackColor = System.Drawing.SystemColors.Control;
  538. appearance45.BackColor2 = System.Drawing.SystemColors.ControlDark;
  539. appearance45.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  540. appearance45.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  541. appearance45.BorderColor = System.Drawing.SystemColors.Window;
  542. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance45;
  543. appearance46.TextHAlignAsString = "Left";
  544. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance46;
  545. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  546. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  547. appearance47.BackColor = System.Drawing.SystemColors.Window;
  548. appearance47.BorderColor = System.Drawing.Color.Silver;
  549. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance47;
  550. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  551. this.ultraGrid2.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  552. appearance48.BackColor = System.Drawing.SystemColors.ControlLight;
  553. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance48;
  554. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  555. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  556. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  557. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Left;
  558. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.ultraGrid2.Location = new System.Drawing.Point(3, 18);
  560. this.ultraGrid2.Name = "ultraGrid2";
  561. this.ultraGrid2.Size = new System.Drawing.Size(237, 416);
  562. this.ultraGrid2.TabIndex = 27;
  563. this.ultraGrid2.Text = "ultraGrid2";
  564. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  565. this.ultraGrid2.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_CellChange);
  566. //
  567. // ultraGroupBox5
  568. //
  569. this.ultraGroupBox5.Controls.Add(this.ultraGrid5);
  570. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
  571. this.ultraGroupBox5.Location = new System.Drawing.Point(0, 437);
  572. this.ultraGroupBox5.Name = "ultraGroupBox5";
  573. this.ultraGroupBox5.Size = new System.Drawing.Size(856, 189);
  574. this.ultraGroupBox5.TabIndex = 2;
  575. this.ultraGroupBox5.Text = "标钢元素选择";
  576. //
  577. // ultraGrid5
  578. //
  579. this.ultraGrid5.DataMember = "Table5";
  580. this.ultraGrid5.DataSource = this.dataSet1;
  581. appearance55.BackColor = System.Drawing.SystemColors.Window;
  582. appearance55.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  583. this.ultraGrid5.DisplayLayout.Appearance = appearance55;
  584. ultraGridBand4.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  585. this.ultraGrid5.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
  586. this.ultraGrid5.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  587. this.ultraGrid5.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  588. appearance56.BackColor = System.Drawing.SystemColors.ActiveBorder;
  589. appearance56.BackColor2 = System.Drawing.SystemColors.ControlDark;
  590. appearance56.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  591. appearance56.BorderColor = System.Drawing.SystemColors.Window;
  592. this.ultraGrid5.DisplayLayout.GroupByBox.Appearance = appearance56;
  593. appearance57.ForeColor = System.Drawing.SystemColors.GrayText;
  594. this.ultraGrid5.DisplayLayout.GroupByBox.BandLabelAppearance = appearance57;
  595. this.ultraGrid5.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  596. appearance58.BackColor = System.Drawing.SystemColors.ControlLightLight;
  597. appearance58.BackColor2 = System.Drawing.SystemColors.Control;
  598. appearance58.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  599. appearance58.ForeColor = System.Drawing.SystemColors.GrayText;
  600. this.ultraGrid5.DisplayLayout.GroupByBox.PromptAppearance = appearance58;
  601. this.ultraGrid5.DisplayLayout.MaxColScrollRegions = 1;
  602. this.ultraGrid5.DisplayLayout.MaxRowScrollRegions = 1;
  603. appearance59.BackColor = System.Drawing.SystemColors.Window;
  604. appearance59.ForeColor = System.Drawing.SystemColors.ControlText;
  605. this.ultraGrid5.DisplayLayout.Override.ActiveCellAppearance = appearance59;
  606. appearance60.BackColor = System.Drawing.SystemColors.Highlight;
  607. appearance60.ForeColor = System.Drawing.SystemColors.HighlightText;
  608. this.ultraGrid5.DisplayLayout.Override.ActiveRowAppearance = appearance60;
  609. this.ultraGrid5.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  610. this.ultraGrid5.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  611. this.ultraGrid5.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  612. appearance61.BackColor = System.Drawing.SystemColors.Window;
  613. this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance61;
  614. appearance62.BorderColor = System.Drawing.Color.Silver;
  615. appearance62.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  616. this.ultraGrid5.DisplayLayout.Override.CellAppearance = appearance62;
  617. this.ultraGrid5.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  618. this.ultraGrid5.DisplayLayout.Override.CellPadding = 0;
  619. this.ultraGrid5.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  620. appearance63.BackColor = System.Drawing.SystemColors.Control;
  621. appearance63.BackColor2 = System.Drawing.SystemColors.ControlDark;
  622. appearance63.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  623. appearance63.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  624. appearance63.BorderColor = System.Drawing.SystemColors.Window;
  625. this.ultraGrid5.DisplayLayout.Override.GroupByRowAppearance = appearance63;
  626. appearance64.TextHAlignAsString = "Left";
  627. this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance64;
  628. this.ultraGrid5.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  629. this.ultraGrid5.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  630. appearance65.BackColor = System.Drawing.SystemColors.Window;
  631. appearance65.BorderColor = System.Drawing.Color.Silver;
  632. this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance65;
  633. this.ultraGrid5.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  634. this.ultraGrid5.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  635. appearance66.BackColor = System.Drawing.SystemColors.ControlLight;
  636. this.ultraGrid5.DisplayLayout.Override.TemplateAddRowAppearance = appearance66;
  637. this.ultraGrid5.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  638. this.ultraGrid5.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  639. this.ultraGrid5.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  640. this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
  641. this.ultraGrid5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.ultraGrid5.Location = new System.Drawing.Point(3, 18);
  643. this.ultraGrid5.Name = "ultraGrid5";
  644. this.ultraGrid5.Size = new System.Drawing.Size(850, 168);
  645. this.ultraGrid5.TabIndex = 23;
  646. this.ultraGrid5.Text = "ultraGrid5";
  647. this.ultraGrid5.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid5_ClickCell);
  648. //
  649. // ultraGrid1
  650. //
  651. this.ultraGrid1.DataMember = "Table1";
  652. this.ultraGrid1.DataSource = this.dataSet1;
  653. appearance1.BackColor = System.Drawing.SystemColors.Window;
  654. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  655. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  656. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  657. ultraGridColumn9.Header.VisiblePosition = 0;
  658. ultraGridBand5.Columns.AddRange(new object[] {
  659. ultraGridColumn9});
  660. ultraGridBand5.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  661. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand5);
  662. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  663. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  664. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  665. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  666. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  667. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  668. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  669. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  670. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  671. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  672. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  673. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  674. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  675. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  676. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  677. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  678. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  679. appearance5.BackColor = System.Drawing.SystemColors.Window;
  680. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  681. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  682. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  683. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  684. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  685. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  686. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  687. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  688. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  689. appearance7.BackColor = System.Drawing.SystemColors.Window;
  690. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  691. appearance8.BorderColor = System.Drawing.Color.Silver;
  692. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  693. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  694. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  695. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  696. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  697. appearance9.BackColor = System.Drawing.SystemColors.Control;
  698. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  699. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  700. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  701. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  702. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  703. appearance10.TextHAlignAsString = "Left";
  704. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  705. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  706. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  707. appearance11.BackColor = System.Drawing.SystemColors.Window;
  708. appearance11.BorderColor = System.Drawing.Color.Silver;
  709. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  710. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  711. this.ultraGrid1.DisplayLayout.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  712. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  713. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  714. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  715. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  716. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  717. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Left;
  718. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  719. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  720. this.ultraGrid1.Name = "ultraGrid1";
  721. this.ultraGrid1.Size = new System.Drawing.Size(152, 626);
  722. this.ultraGrid1.TabIndex = 23;
  723. this.ultraGrid1.Text = "ultraGrid1";
  724. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  725. //
  726. // panel2
  727. //
  728. this.panel2.Controls.Add(this.ultraEquipment);
  729. this.panel2.Controls.Add(this.ultraLabel1);
  730. this.panel2.Controls.Add(this.txtSTEEL_NO);
  731. this.panel2.Controls.Add(this.labSTEEL_NO);
  732. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  733. this.panel2.Location = new System.Drawing.Point(0, 0);
  734. this.panel2.Name = "panel2";
  735. this.panel2.Size = new System.Drawing.Size(1008, 40);
  736. this.panel2.TabIndex = 0;
  737. //
  738. // ultraEquipment
  739. //
  740. this.ultraEquipment.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  741. valueListItem10.DataValue = "002001007010";
  742. valueListItem10.DisplayText = "天管化学实验室";
  743. valueListItem1.DataValue = "002023003001";
  744. valueListItem1.DisplayText = "天淮化学实验室";
  745. this.ultraEquipment.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  746. valueListItem10,
  747. valueListItem1});
  748. this.ultraEquipment.Location = new System.Drawing.Point(273, 10);
  749. this.ultraEquipment.Name = "ultraEquipment";
  750. this.ultraEquipment.Size = new System.Drawing.Size(122, 21);
  751. this.ultraEquipment.TabIndex = 183;
  752. this.ultraEquipment.Text = "天管化学实验室";
  753. this.ultraEquipment.Visible = false;
  754. //
  755. // ultraLabel1
  756. //
  757. appearance96.TextHAlignAsString = "Right";
  758. appearance96.TextVAlignAsString = "Middle";
  759. this.ultraLabel1.Appearance = appearance96;
  760. this.ultraLabel1.AutoSize = true;
  761. this.ultraLabel1.Location = new System.Drawing.Point(238, 12);
  762. this.ultraLabel1.Name = "ultraLabel1";
  763. this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
  764. this.ultraLabel1.TabIndex = 182;
  765. this.ultraLabel1.Text = "科室";
  766. this.ultraLabel1.Visible = false;
  767. //
  768. // txtSTEEL_NO
  769. //
  770. this.txtSTEEL_NO.Location = new System.Drawing.Point(96, 11);
  771. this.txtSTEEL_NO.MaxLength = 100;
  772. this.txtSTEEL_NO.Name = "txtSTEEL_NO";
  773. this.txtSTEEL_NO.Size = new System.Drawing.Size(110, 21);
  774. this.txtSTEEL_NO.TabIndex = 180;
  775. //
  776. // labSTEEL_NO
  777. //
  778. appearance49.TextHAlignAsString = "Right";
  779. appearance49.TextVAlignAsString = "Middle";
  780. this.labSTEEL_NO.Appearance = appearance49;
  781. this.labSTEEL_NO.AutoSize = true;
  782. this.labSTEEL_NO.Location = new System.Drawing.Point(13, 14);
  783. this.labSTEEL_NO.Name = "labSTEEL_NO";
  784. this.labSTEEL_NO.Size = new System.Drawing.Size(79, 16);
  785. this.labSTEEL_NO.TabIndex = 181;
  786. this.labSTEEL_NO.Text = "当前编辑钢种";
  787. //
  788. // FrmBaseChemStdSteelSelect
  789. //
  790. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  791. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  792. this.ClientSize = new System.Drawing.Size(1008, 666);
  793. this.Controls.Add(this.panel1);
  794. this.Name = "FrmBaseChemStdSteelSelect";
  795. this.Text = "化学分析室标钢修约要求";
  796. this.Load += new System.EventHandler(this.FrmBaseChemStdSteelSelect_Load);
  797. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  798. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  799. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  800. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  801. ((System.ComponentModel.ISupportInitialize)(this.dataTable4)).EndInit();
  802. ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
  803. this.panel1.ResumeLayout(false);
  804. this.panel3.ResumeLayout(false);
  805. this.panel4.ResumeLayout(false);
  806. this.panel5.ResumeLayout(false);
  807. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  808. this.ultraGroupBox1.ResumeLayout(false);
  809. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid4)).EndInit();
  810. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  811. this.ultraGroupBox2.ResumeLayout(false);
  812. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  813. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  814. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  815. this.ultraGroupBox5.ResumeLayout(false);
  816. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
  817. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  818. this.panel2.ResumeLayout(false);
  819. this.panel2.PerformLayout();
  820. ((System.ComponentModel.ISupportInitialize)(this.ultraEquipment)).EndInit();
  821. ((System.ComponentModel.ISupportInitialize)(this.txtSTEEL_NO)).EndInit();
  822. this.ResumeLayout(false);
  823. }
  824. #endregion
  825. private System.Windows.Forms.Panel panel1;
  826. private System.Windows.Forms.Panel panel2;
  827. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSTEEL_NO;
  828. private Infragistics.Win.Misc.UltraLabel labSTEEL_NO;
  829. private System.Windows.Forms.Panel panel3;
  830. private System.Data.DataSet dataSet1;
  831. private System.Data.DataTable dataTable1;
  832. private System.Data.DataTable dataTable2;
  833. private System.Data.DataTable dataTable3;
  834. private System.Data.DataTable dataTable4;
  835. private System.Data.DataTable dataTable5;
  836. private System.Data.DataColumn dataColumn1;
  837. private System.Data.DataColumn dataColumn3;
  838. private System.Data.DataColumn dataColumn4;
  839. private System.Data.DataColumn dataColumn5;
  840. private System.Data.DataColumn dataColumn6;
  841. private System.Data.DataColumn dataColumn7;
  842. private System.Data.DataColumn dataColumn8;
  843. private System.Data.DataColumn dataColumn13;
  844. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  845. private System.Windows.Forms.Panel panel4;
  846. private System.Windows.Forms.Panel panel5;
  847. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  848. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid4;
  849. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  850. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  851. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  852. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  853. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid5;
  854. private System.Data.DataColumn dataColumn2;
  855. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  856. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraEquipment;
  857. }
  858. }