FrmTubeResumeQuery.Designer.cs 46 KB

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