FrmSizingRollingQuery.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. namespace Core.StlMes.Client.Tr.Tools
  2. {
  3. partial class FrmSizingRollingQuery
  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("Column1");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column4");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column5");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column6");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column7");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column8");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column9");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column10");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column11");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column13");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column14");
  43. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column4");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column5");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column6");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column7");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column8");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column9");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column10");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column11");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column13");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column14");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column12");
  70. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  82. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  83. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  84. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  85. this.dataSet1 = new System.Data.DataSet();
  86. this.dataTable1 = new System.Data.DataTable();
  87. this.dataColumn1 = new System.Data.DataColumn();
  88. this.dataColumn2 = new System.Data.DataColumn();
  89. this.dataColumn3 = new System.Data.DataColumn();
  90. this.dataColumn4 = new System.Data.DataColumn();
  91. this.dataColumn5 = new System.Data.DataColumn();
  92. this.dataColumn6 = new System.Data.DataColumn();
  93. this.dataColumn7 = new System.Data.DataColumn();
  94. this.dataColumn8 = new System.Data.DataColumn();
  95. this.dataColumn9 = new System.Data.DataColumn();
  96. this.dataColumn10 = new System.Data.DataColumn();
  97. this.dataColumn11 = new System.Data.DataColumn();
  98. this.dataColumn13 = new System.Data.DataColumn();
  99. this.dataColumn14 = new System.Data.DataColumn();
  100. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  101. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  102. this.dataSet2 = new System.Data.DataSet();
  103. this.dataTable2 = new System.Data.DataTable();
  104. this.dataColumn12 = new System.Data.DataColumn();
  105. this.dataColumn15 = new System.Data.DataColumn();
  106. this.dataColumn16 = new System.Data.DataColumn();
  107. this.dataColumn17 = new System.Data.DataColumn();
  108. this.dataColumn18 = new System.Data.DataColumn();
  109. this.dataColumn19 = new System.Data.DataColumn();
  110. this.dataColumn20 = new System.Data.DataColumn();
  111. this.dataColumn21 = new System.Data.DataColumn();
  112. this.dataColumn22 = new System.Data.DataColumn();
  113. this.dataColumn23 = new System.Data.DataColumn();
  114. this.dataColumn24 = new System.Data.DataColumn();
  115. this.dataColumn25 = new System.Data.DataColumn();
  116. this.dataColumn26 = new System.Data.DataColumn();
  117. this.dataColumn27 = new System.Data.DataColumn();
  118. this.panel1 = new System.Windows.Forms.Panel();
  119. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  120. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  121. this.panel2 = new System.Windows.Forms.Panel();
  122. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  123. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  124. this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  125. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  126. this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  127. this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  128. this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  129. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  131. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  132. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  133. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  134. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  135. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  136. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  137. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  138. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  139. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  140. this.ultraTabPageControl1.SuspendLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  144. this.ultraTabPageControl2.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  148. this.panel1.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  150. this.ultraTabControl1.SuspendLayout();
  151. this.panel2.SuspendLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  161. this.SuspendLayout();
  162. //
  163. // ultraTabPageControl1
  164. //
  165. this.ultraTabPageControl1.Controls.Add(this.ultraGrid1);
  166. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
  167. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  168. this.ultraTabPageControl1.Size = new System.Drawing.Size(1023, 381);
  169. //
  170. // ultraGrid1
  171. //
  172. this.ultraGrid1.DataSource = this.dataSet1;
  173. appearance1.BackColor = System.Drawing.SystemColors.Window;
  174. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  175. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  176. ultraGridColumn1.Header.VisiblePosition = 1;
  177. ultraGridColumn2.Header.VisiblePosition = 2;
  178. ultraGridColumn3.Header.VisiblePosition = 3;
  179. ultraGridColumn4.Header.VisiblePosition = 0;
  180. ultraGridColumn5.Header.VisiblePosition = 4;
  181. ultraGridColumn6.Header.VisiblePosition = 5;
  182. ultraGridColumn7.Header.VisiblePosition = 6;
  183. ultraGridColumn8.Header.VisiblePosition = 7;
  184. ultraGridColumn9.Header.VisiblePosition = 8;
  185. ultraGridColumn10.Header.VisiblePosition = 9;
  186. ultraGridColumn11.Header.VisiblePosition = 10;
  187. ultraGridColumn12.Header.VisiblePosition = 11;
  188. ultraGridColumn13.Header.VisiblePosition = 12;
  189. ultraGridBand1.Columns.AddRange(new object[] {
  190. ultraGridColumn1,
  191. ultraGridColumn2,
  192. ultraGridColumn3,
  193. ultraGridColumn4,
  194. ultraGridColumn5,
  195. ultraGridColumn6,
  196. ultraGridColumn7,
  197. ultraGridColumn8,
  198. ultraGridColumn9,
  199. ultraGridColumn10,
  200. ultraGridColumn11,
  201. ultraGridColumn12,
  202. ultraGridColumn13});
  203. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  204. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  205. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  206. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  207. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  208. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  209. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  210. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  211. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  212. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  213. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  214. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  215. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  216. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  217. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  218. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  219. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  220. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  221. appearance5.BackColor = System.Drawing.SystemColors.Window;
  222. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  223. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  224. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  225. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  226. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  227. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  228. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  229. appearance7.BackColor = System.Drawing.SystemColors.Window;
  230. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  231. appearance8.BorderColor = System.Drawing.Color.Silver;
  232. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  233. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  234. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  235. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  236. appearance9.BackColor = System.Drawing.SystemColors.Control;
  237. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  238. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  239. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  240. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  241. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  242. appearance10.TextHAlignAsString = "Left";
  243. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  244. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  245. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  246. appearance11.BackColor = System.Drawing.SystemColors.Window;
  247. appearance11.BorderColor = System.Drawing.Color.Silver;
  248. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  249. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  250. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  251. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  252. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  253. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  254. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  255. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  257. this.ultraGrid1.Name = "ultraGrid1";
  258. this.ultraGrid1.Size = new System.Drawing.Size(1023, 381);
  259. this.ultraGrid1.TabIndex = 0;
  260. this.ultraGrid1.Text = "ultraGrid1";
  261. //
  262. // dataSet1
  263. //
  264. this.dataSet1.DataSetName = "NewDataSet";
  265. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  266. this.dataTable1});
  267. //
  268. // dataTable1
  269. //
  270. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  271. this.dataColumn1,
  272. this.dataColumn2,
  273. this.dataColumn3,
  274. this.dataColumn4,
  275. this.dataColumn5,
  276. this.dataColumn6,
  277. this.dataColumn7,
  278. this.dataColumn8,
  279. this.dataColumn9,
  280. this.dataColumn10,
  281. this.dataColumn11,
  282. this.dataColumn13,
  283. this.dataColumn14});
  284. this.dataTable1.TableName = "Table1";
  285. //
  286. // dataColumn1
  287. //
  288. this.dataColumn1.Caption = "机架号";
  289. this.dataColumn1.ColumnName = "Column1";
  290. //
  291. // dataColumn2
  292. //
  293. this.dataColumn2.Caption = "装配规格";
  294. this.dataColumn2.ColumnName = "Column2";
  295. //
  296. // dataColumn3
  297. //
  298. this.dataColumn3.Caption = "孔型系列";
  299. this.dataColumn3.ColumnName = "Column3";
  300. //
  301. // dataColumn4
  302. //
  303. this.dataColumn4.Caption = "选择";
  304. this.dataColumn4.ColumnName = "Column4";
  305. this.dataColumn4.DataType = typeof(bool);
  306. //
  307. // dataColumn5
  308. //
  309. this.dataColumn5.Caption = "2B值";
  310. this.dataColumn5.ColumnName = "Column5";
  311. //
  312. // dataColumn6
  313. //
  314. this.dataColumn6.Caption = "轧制炉号";
  315. this.dataColumn6.ColumnName = "Column6";
  316. //
  317. // dataColumn7
  318. //
  319. this.dataColumn7.Caption = "轧制规格";
  320. this.dataColumn7.ColumnName = "Column7";
  321. //
  322. // dataColumn8
  323. //
  324. this.dataColumn8.Caption = "轧制支数";
  325. this.dataColumn8.ColumnName = "Column8";
  326. //
  327. // dataColumn9
  328. //
  329. this.dataColumn9.Caption = "备注";
  330. this.dataColumn9.ColumnName = "Column9";
  331. //
  332. // dataColumn10
  333. //
  334. this.dataColumn10.Caption = "班组";
  335. this.dataColumn10.ColumnName = "Column10";
  336. //
  337. // dataColumn11
  338. //
  339. this.dataColumn11.Caption = "班次";
  340. this.dataColumn11.ColumnName = "Column11";
  341. //
  342. // dataColumn13
  343. //
  344. this.dataColumn13.Caption = "操作人";
  345. this.dataColumn13.ColumnName = "Column13";
  346. //
  347. // dataColumn14
  348. //
  349. this.dataColumn14.Caption = "日期";
  350. this.dataColumn14.ColumnName = "Column14";
  351. //
  352. // ultraTabPageControl2
  353. //
  354. this.ultraTabPageControl2.Controls.Add(this.ultraGrid2);
  355. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  356. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  357. this.ultraTabPageControl2.Size = new System.Drawing.Size(1023, 381);
  358. //
  359. // ultraGrid2
  360. //
  361. this.ultraGrid2.DataSource = this.dataSet2;
  362. appearance13.BackColor = System.Drawing.SystemColors.Window;
  363. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  364. this.ultraGrid2.DisplayLayout.Appearance = appearance13;
  365. ultraGridColumn14.Header.VisiblePosition = 1;
  366. ultraGridColumn15.Header.VisiblePosition = 2;
  367. ultraGridColumn16.Header.VisiblePosition = 3;
  368. ultraGridColumn17.Header.VisiblePosition = 0;
  369. ultraGridColumn18.Header.VisiblePosition = 4;
  370. ultraGridColumn19.Header.VisiblePosition = 6;
  371. ultraGridColumn20.Header.VisiblePosition = 7;
  372. ultraGridColumn21.Header.VisiblePosition = 8;
  373. ultraGridColumn22.Header.VisiblePosition = 9;
  374. ultraGridColumn23.Header.VisiblePosition = 10;
  375. ultraGridColumn24.Header.VisiblePosition = 11;
  376. ultraGridColumn25.Header.VisiblePosition = 12;
  377. ultraGridColumn26.Header.VisiblePosition = 13;
  378. ultraGridColumn27.Header.VisiblePosition = 5;
  379. ultraGridBand2.Columns.AddRange(new object[] {
  380. ultraGridColumn14,
  381. ultraGridColumn15,
  382. ultraGridColumn16,
  383. ultraGridColumn17,
  384. ultraGridColumn18,
  385. ultraGridColumn19,
  386. ultraGridColumn20,
  387. ultraGridColumn21,
  388. ultraGridColumn22,
  389. ultraGridColumn23,
  390. ultraGridColumn24,
  391. ultraGridColumn25,
  392. ultraGridColumn26,
  393. ultraGridColumn27});
  394. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  395. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  396. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  397. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  398. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  399. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  400. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  401. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance14;
  402. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  403. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  404. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  405. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  406. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  407. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  408. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  409. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  410. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  411. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  412. appearance17.BackColor = System.Drawing.SystemColors.Window;
  413. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  414. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  415. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  416. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  417. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  418. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  419. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  420. appearance19.BackColor = System.Drawing.SystemColors.Window;
  421. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance19;
  422. appearance20.BorderColor = System.Drawing.Color.Silver;
  423. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  424. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance20;
  425. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  426. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  427. appearance21.BackColor = System.Drawing.SystemColors.Control;
  428. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  429. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  430. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  431. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  432. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  433. appearance22.TextHAlignAsString = "Left";
  434. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance22;
  435. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  436. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  437. appearance23.BackColor = System.Drawing.SystemColors.Window;
  438. appearance23.BorderColor = System.Drawing.Color.Silver;
  439. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance23;
  440. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  441. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  442. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  443. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  444. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  445. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  446. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  447. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  448. this.ultraGrid2.Name = "ultraGrid2";
  449. this.ultraGrid2.Size = new System.Drawing.Size(1023, 381);
  450. this.ultraGrid2.TabIndex = 0;
  451. this.ultraGrid2.Text = "ultraGrid2";
  452. //
  453. // dataSet2
  454. //
  455. this.dataSet2.DataSetName = "NewDataSet";
  456. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  457. this.dataTable2});
  458. //
  459. // dataTable2
  460. //
  461. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  462. this.dataColumn12,
  463. this.dataColumn15,
  464. this.dataColumn16,
  465. this.dataColumn17,
  466. this.dataColumn18,
  467. this.dataColumn19,
  468. this.dataColumn20,
  469. this.dataColumn21,
  470. this.dataColumn22,
  471. this.dataColumn23,
  472. this.dataColumn24,
  473. this.dataColumn25,
  474. this.dataColumn26,
  475. this.dataColumn27});
  476. this.dataTable2.TableName = "Table1";
  477. //
  478. // dataColumn12
  479. //
  480. this.dataColumn12.Caption = "机架号";
  481. this.dataColumn12.ColumnName = "Column1";
  482. //
  483. // dataColumn15
  484. //
  485. this.dataColumn15.Caption = "装配规格";
  486. this.dataColumn15.ColumnName = "Column2";
  487. //
  488. // dataColumn16
  489. //
  490. this.dataColumn16.Caption = "孔型系列";
  491. this.dataColumn16.ColumnName = "Column3";
  492. //
  493. // dataColumn17
  494. //
  495. this.dataColumn17.Caption = "选择";
  496. this.dataColumn17.ColumnName = "Column4";
  497. this.dataColumn17.DataType = typeof(bool);
  498. //
  499. // dataColumn18
  500. //
  501. this.dataColumn18.Caption = "2B值";
  502. this.dataColumn18.ColumnName = "Column5";
  503. //
  504. // dataColumn19
  505. //
  506. this.dataColumn19.Caption = "上线时间";
  507. this.dataColumn19.ColumnName = "Column6";
  508. //
  509. // dataColumn20
  510. //
  511. this.dataColumn20.Caption = "下线时间";
  512. this.dataColumn20.ColumnName = "Column7";
  513. //
  514. // dataColumn21
  515. //
  516. this.dataColumn21.Caption = "轧制支数";
  517. this.dataColumn21.ColumnName = "Column8";
  518. //
  519. // dataColumn22
  520. //
  521. this.dataColumn22.Caption = "备注";
  522. this.dataColumn22.ColumnName = "Column9";
  523. //
  524. // dataColumn23
  525. //
  526. this.dataColumn23.Caption = "班组";
  527. this.dataColumn23.ColumnName = "Column10";
  528. //
  529. // dataColumn24
  530. //
  531. this.dataColumn24.Caption = "班次";
  532. this.dataColumn24.ColumnName = "Column11";
  533. //
  534. // dataColumn25
  535. //
  536. this.dataColumn25.Caption = "操作人";
  537. this.dataColumn25.ColumnName = "Column13";
  538. //
  539. // dataColumn26
  540. //
  541. this.dataColumn26.Caption = "日期";
  542. this.dataColumn26.ColumnName = "Column14";
  543. //
  544. // dataColumn27
  545. //
  546. this.dataColumn27.Caption = "外径";
  547. this.dataColumn27.ColumnName = "Column12";
  548. //
  549. // panel1
  550. //
  551. this.panel1.Controls.Add(this.ultraTabControl1);
  552. this.panel1.Controls.Add(this.panel2);
  553. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  554. this.panel1.Location = new System.Drawing.Point(0, 0);
  555. this.panel1.Name = "panel1";
  556. this.panel1.Size = new System.Drawing.Size(1027, 478);
  557. this.panel1.TabIndex = 0;
  558. //
  559. // ultraTabControl1
  560. //
  561. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  562. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  563. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  564. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  565. this.ultraTabControl1.Location = new System.Drawing.Point(0, 71);
  566. this.ultraTabControl1.Name = "ultraTabControl1";
  567. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  568. this.ultraTabControl1.Size = new System.Drawing.Size(1027, 407);
  569. this.ultraTabControl1.TabIndex = 2;
  570. ultraTab1.TabPage = this.ultraTabPageControl1;
  571. ultraTab1.Text = "张减辊上下线履历查询";
  572. ultraTab2.TabPage = this.ultraTabPageControl2;
  573. ultraTab2.Text = "张减辊轧制炉履历查询";
  574. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  575. ultraTab1,
  576. ultraTab2});
  577. //
  578. // ultraTabSharedControlsPage1
  579. //
  580. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  581. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  582. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1023, 381);
  583. //
  584. // panel2
  585. //
  586. this.panel2.Controls.Add(this.ultraComboEditor2);
  587. this.panel2.Controls.Add(this.ultraComboEditor1);
  588. this.panel2.Controls.Add(this.ultraDateTimeEditor2);
  589. this.panel2.Controls.Add(this.ultraDateTimeEditor1);
  590. this.panel2.Controls.Add(this.ultraTextEditor5);
  591. this.panel2.Controls.Add(this.ultraTextEditor4);
  592. this.panel2.Controls.Add(this.ultraTextEditor3);
  593. this.panel2.Controls.Add(this.ultraTextEditor2);
  594. this.panel2.Controls.Add(this.ultraTextEditor1);
  595. this.panel2.Controls.Add(this.ultraLabel7);
  596. this.panel2.Controls.Add(this.ultraLabel3);
  597. this.panel2.Controls.Add(this.ultraLabel9);
  598. this.panel2.Controls.Add(this.ultraLabel8);
  599. this.panel2.Controls.Add(this.ultraLabel6);
  600. this.panel2.Controls.Add(this.ultraLabel5);
  601. this.panel2.Controls.Add(this.ultraLabel2);
  602. this.panel2.Controls.Add(this.ultraLabel4);
  603. this.panel2.Controls.Add(this.ultraLabel1);
  604. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  605. this.panel2.Location = new System.Drawing.Point(0, 0);
  606. this.panel2.Name = "panel2";
  607. this.panel2.Size = new System.Drawing.Size(1027, 71);
  608. this.panel2.TabIndex = 1;
  609. //
  610. // ultraComboEditor2
  611. //
  612. this.ultraComboEditor2.Location = new System.Drawing.Point(627, 35);
  613. this.ultraComboEditor2.Name = "ultraComboEditor2";
  614. this.ultraComboEditor2.Size = new System.Drawing.Size(100, 21);
  615. this.ultraComboEditor2.TabIndex = 6;
  616. this.ultraComboEditor2.Text = "ultraComboEditor1";
  617. //
  618. // ultraComboEditor1
  619. //
  620. this.ultraComboEditor1.Location = new System.Drawing.Point(627, 11);
  621. this.ultraComboEditor1.Name = "ultraComboEditor1";
  622. this.ultraComboEditor1.Size = new System.Drawing.Size(100, 21);
  623. this.ultraComboEditor1.TabIndex = 6;
  624. this.ultraComboEditor1.Text = "ultraComboEditor1";
  625. //
  626. // ultraDateTimeEditor2
  627. //
  628. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(442, 35);
  629. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  630. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(120, 21);
  631. this.ultraDateTimeEditor2.TabIndex = 5;
  632. //
  633. // ultraDateTimeEditor1
  634. //
  635. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(442, 11);
  636. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  637. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(120, 21);
  638. this.ultraDateTimeEditor1.TabIndex = 5;
  639. //
  640. // ultraTextEditor5
  641. //
  642. this.ultraTextEditor5.Location = new System.Drawing.Point(807, 11);
  643. this.ultraTextEditor5.Name = "ultraTextEditor5";
  644. this.ultraTextEditor5.Size = new System.Drawing.Size(100, 21);
  645. this.ultraTextEditor5.TabIndex = 4;
  646. this.ultraTextEditor5.Text = "ultraTextEditor1";
  647. //
  648. // ultraTextEditor4
  649. //
  650. this.ultraTextEditor4.Location = new System.Drawing.Point(252, 36);
  651. this.ultraTextEditor4.Name = "ultraTextEditor4";
  652. this.ultraTextEditor4.Size = new System.Drawing.Size(100, 21);
  653. this.ultraTextEditor4.TabIndex = 4;
  654. this.ultraTextEditor4.Text = "ultraTextEditor1";
  655. //
  656. // ultraTextEditor3
  657. //
  658. this.ultraTextEditor3.Location = new System.Drawing.Point(80, 37);
  659. this.ultraTextEditor3.Name = "ultraTextEditor3";
  660. this.ultraTextEditor3.Size = new System.Drawing.Size(100, 21);
  661. this.ultraTextEditor3.TabIndex = 4;
  662. this.ultraTextEditor3.Text = "ultraTextEditor1";
  663. //
  664. // ultraTextEditor2
  665. //
  666. this.ultraTextEditor2.Location = new System.Drawing.Point(252, 12);
  667. this.ultraTextEditor2.Name = "ultraTextEditor2";
  668. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  669. this.ultraTextEditor2.TabIndex = 4;
  670. this.ultraTextEditor2.Text = "ultraTextEditor1";
  671. //
  672. // ultraTextEditor1
  673. //
  674. this.ultraTextEditor1.Location = new System.Drawing.Point(80, 12);
  675. this.ultraTextEditor1.Name = "ultraTextEditor1";
  676. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  677. this.ultraTextEditor1.TabIndex = 4;
  678. this.ultraTextEditor1.Text = "ultraTextEditor1";
  679. //
  680. // ultraLabel7
  681. //
  682. this.ultraLabel7.Location = new System.Drawing.Point(737, 14);
  683. this.ultraLabel7.Name = "ultraLabel7";
  684. this.ultraLabel7.Size = new System.Drawing.Size(67, 23);
  685. this.ultraLabel7.TabIndex = 3;
  686. this.ultraLabel7.Text = "轧制炉号";
  687. //
  688. // ultraLabel3
  689. //
  690. this.ultraLabel3.Location = new System.Drawing.Point(372, 40);
  691. this.ultraLabel3.Name = "ultraLabel3";
  692. this.ultraLabel3.Size = new System.Drawing.Size(67, 23);
  693. this.ultraLabel3.TabIndex = 3;
  694. this.ultraLabel3.Text = "结束时间";
  695. //
  696. // ultraLabel9
  697. //
  698. this.ultraLabel9.Location = new System.Drawing.Point(580, 15);
  699. this.ultraLabel9.Name = "ultraLabel9";
  700. this.ultraLabel9.Size = new System.Drawing.Size(67, 23);
  701. this.ultraLabel9.TabIndex = 3;
  702. this.ultraLabel9.Text = "班次";
  703. //
  704. // ultraLabel8
  705. //
  706. this.ultraLabel8.Location = new System.Drawing.Point(580, 39);
  707. this.ultraLabel8.Name = "ultraLabel8";
  708. this.ultraLabel8.Size = new System.Drawing.Size(67, 23);
  709. this.ultraLabel8.TabIndex = 3;
  710. this.ultraLabel8.Text = "班组";
  711. //
  712. // ultraLabel6
  713. //
  714. this.ultraLabel6.Location = new System.Drawing.Point(200, 39);
  715. this.ultraLabel6.Name = "ultraLabel6";
  716. this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
  717. this.ultraLabel6.TabIndex = 3;
  718. this.ultraLabel6.Text = "2B值";
  719. //
  720. // ultraLabel5
  721. //
  722. this.ultraLabel5.Location = new System.Drawing.Point(20, 40);
  723. this.ultraLabel5.Name = "ultraLabel5";
  724. this.ultraLabel5.Size = new System.Drawing.Size(67, 23);
  725. this.ultraLabel5.TabIndex = 3;
  726. this.ultraLabel5.Text = "孔型系列";
  727. //
  728. // ultraLabel2
  729. //
  730. this.ultraLabel2.Location = new System.Drawing.Point(373, 14);
  731. this.ultraLabel2.Name = "ultraLabel2";
  732. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  733. this.ultraLabel2.TabIndex = 3;
  734. this.ultraLabel2.Text = "开始时间";
  735. //
  736. // ultraLabel4
  737. //
  738. this.ultraLabel4.Location = new System.Drawing.Point(200, 16);
  739. this.ultraLabel4.Name = "ultraLabel4";
  740. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  741. this.ultraLabel4.TabIndex = 3;
  742. this.ultraLabel4.Text = "装配规格";
  743. //
  744. // ultraLabel1
  745. //
  746. this.ultraLabel1.Location = new System.Drawing.Point(20, 16);
  747. this.ultraLabel1.Name = "ultraLabel1";
  748. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  749. this.ultraLabel1.TabIndex = 3;
  750. this.ultraLabel1.Text = "机架号";
  751. //
  752. // FrmSizingRollingQuery
  753. //
  754. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  755. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  756. this.ClientSize = new System.Drawing.Size(1027, 478);
  757. this.Controls.Add(this.panel1);
  758. this.Name = "FrmSizingRollingQuery";
  759. this.Text = "轧制履历查询";
  760. this.ultraTabPageControl1.ResumeLayout(false);
  761. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  762. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  763. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  764. this.ultraTabPageControl2.ResumeLayout(false);
  765. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  766. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  768. this.panel1.ResumeLayout(false);
  769. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  770. this.ultraTabControl1.ResumeLayout(false);
  771. this.panel2.ResumeLayout(false);
  772. this.panel2.PerformLayout();
  773. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  774. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  775. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  776. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).EndInit();
  778. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).EndInit();
  779. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
  780. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  781. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  782. this.ResumeLayout(false);
  783. }
  784. #endregion
  785. private System.Windows.Forms.Panel panel1;
  786. private System.Windows.Forms.Panel panel2;
  787. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  788. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  789. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  790. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  791. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  792. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  793. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  794. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  795. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  796. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  797. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  798. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  799. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  800. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  801. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor5;
  802. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
  803. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
  804. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  805. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  806. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  807. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  808. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  809. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  810. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  811. private System.Data.DataSet dataSet1;
  812. private System.Data.DataTable dataTable1;
  813. private System.Data.DataColumn dataColumn1;
  814. private System.Data.DataColumn dataColumn2;
  815. private System.Data.DataColumn dataColumn3;
  816. private System.Data.DataColumn dataColumn4;
  817. private System.Data.DataColumn dataColumn5;
  818. private System.Data.DataColumn dataColumn6;
  819. private System.Data.DataColumn dataColumn7;
  820. private System.Data.DataColumn dataColumn8;
  821. private System.Data.DataColumn dataColumn9;
  822. private System.Data.DataColumn dataColumn10;
  823. private System.Data.DataColumn dataColumn11;
  824. private System.Data.DataColumn dataColumn13;
  825. private System.Data.DataColumn dataColumn14;
  826. private System.Data.DataSet dataSet2;
  827. private System.Data.DataTable dataTable2;
  828. private System.Data.DataColumn dataColumn12;
  829. private System.Data.DataColumn dataColumn15;
  830. private System.Data.DataColumn dataColumn16;
  831. private System.Data.DataColumn dataColumn17;
  832. private System.Data.DataColumn dataColumn18;
  833. private System.Data.DataColumn dataColumn19;
  834. private System.Data.DataColumn dataColumn20;
  835. private System.Data.DataColumn dataColumn21;
  836. private System.Data.DataColumn dataColumn22;
  837. private System.Data.DataColumn dataColumn23;
  838. private System.Data.DataColumn dataColumn24;
  839. private System.Data.DataColumn dataColumn25;
  840. private System.Data.DataColumn dataColumn26;
  841. private System.Data.DataColumn dataColumn27;
  842. }
  843. }