FrmSizingMatchAndProcessQuery.Designer.cs 50 KB

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