FrmRollingMatchingResumeQuery.Designer.cs 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092
  1. namespace Core.StlMes.Client.Tr.Tools
  2. {
  3. partial class FrmRollingMatchingResumeQuery
  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 appearance25 = 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("ShellNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MatchingDate");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackNo");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo1");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo2");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo3");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("拆前1、2辊缝值");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("拆前1、3辊缝值");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("拆前2、3辊缝值");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("1、2辊缝值");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("2、3辊缝值");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("1、3辊缝值");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班组");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班次");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("操作人");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("日期");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  52. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  76. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  77. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  78. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RollerTable", -1);
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Vender");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InStorageDate");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("1");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3");
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column4");
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column5");
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column6");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column7");
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column8");
  96. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column10");
  98. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column11");
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column12");
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column13");
  101. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  112. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  113. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  114. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  115. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  116. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  117. this.panel1 = new System.Windows.Forms.Panel();
  118. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  119. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  120. this.panel2 = new System.Windows.Forms.Panel();
  121. this.ultraTextEditor6 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  122. this.ultraTextEditor7 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  123. this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
  124. this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
  125. this.ultraComboEditor5 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  126. this.ultraComboEditor6 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  127. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  128. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  129. this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  130. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  131. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  132. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  133. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  134. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  135. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  136. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  137. this.dataSet4 = new System.Data.DataSet();
  138. this.dataTable3 = new System.Data.DataTable();
  139. this.dataColumn27 = new System.Data.DataColumn();
  140. this.dataColumn34 = new System.Data.DataColumn();
  141. this.dataColumn35 = new System.Data.DataColumn();
  142. this.dataColumn36 = new System.Data.DataColumn();
  143. this.dataColumn37 = new System.Data.DataColumn();
  144. this.dataColumn38 = new System.Data.DataColumn();
  145. this.dataColumn39 = new System.Data.DataColumn();
  146. this.dataColumn40 = new System.Data.DataColumn();
  147. this.dataColumn41 = new System.Data.DataColumn();
  148. this.dataColumn42 = new System.Data.DataColumn();
  149. this.dataColumn43 = new System.Data.DataColumn();
  150. this.dataColumn44 = new System.Data.DataColumn();
  151. this.dataColumn45 = new System.Data.DataColumn();
  152. this.dataColumn46 = new System.Data.DataColumn();
  153. this.dataColumn47 = new System.Data.DataColumn();
  154. this.dataColumn48 = new System.Data.DataColumn();
  155. this.dataColumn49 = new System.Data.DataColumn();
  156. this.dataColumn50 = new System.Data.DataColumn();
  157. this.dataColumn51 = new System.Data.DataColumn();
  158. this.dataColumn52 = new System.Data.DataColumn();
  159. this.dataColumn53 = new System.Data.DataColumn();
  160. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  161. this.dataSet3 = new System.Data.DataSet();
  162. this.dataTable1 = new System.Data.DataTable();
  163. this.dataColumn26 = new System.Data.DataColumn();
  164. this.dataColumn1 = new System.Data.DataColumn();
  165. this.dataColumn29 = new System.Data.DataColumn();
  166. this.dataColumn30 = new System.Data.DataColumn();
  167. this.dataColumn31 = new System.Data.DataColumn();
  168. this.dataColumn32 = new System.Data.DataColumn();
  169. this.dataColumn33 = new System.Data.DataColumn();
  170. this.dataColumn2 = new System.Data.DataColumn();
  171. this.dataColumn3 = new System.Data.DataColumn();
  172. this.dataColumn4 = new System.Data.DataColumn();
  173. this.dataColumn5 = new System.Data.DataColumn();
  174. this.dataColumn28 = new System.Data.DataColumn();
  175. this.dataColumn6 = new System.Data.DataColumn();
  176. this.dataColumn7 = new System.Data.DataColumn();
  177. this.dataColumn8 = new System.Data.DataColumn();
  178. this.dataColumn9 = new System.Data.DataColumn();
  179. this.dataColumn10 = new System.Data.DataColumn();
  180. this.dataColumn11 = new System.Data.DataColumn();
  181. this.dataColumn12 = new System.Data.DataColumn();
  182. this.dataColumn13 = new System.Data.DataColumn();
  183. this.dataColumn14 = new System.Data.DataColumn();
  184. this.dataColumn15 = new System.Data.DataColumn();
  185. this.ultraTabPageControl1.SuspendLayout();
  186. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  187. this.ultraTabPageControl3.SuspendLayout();
  188. this.ultraTabPageControl2.SuspendLayout();
  189. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  190. this.panel1.SuspendLayout();
  191. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  192. this.ultraTabControl1.SuspendLayout();
  193. this.panel2.SuspendLayout();
  194. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.dataSet4)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  207. this.SuspendLayout();
  208. //
  209. // ultraTabPageControl1
  210. //
  211. this.ultraTabPageControl1.Controls.Add(this.ultraGrid1);
  212. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
  213. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  214. this.ultraTabPageControl1.Size = new System.Drawing.Size(1023, 382);
  215. //
  216. // ultraGrid1
  217. //
  218. this.ultraGrid1.DataSource = this.dataSet3;
  219. appearance25.BackColor = System.Drawing.SystemColors.Window;
  220. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  221. this.ultraGrid1.DisplayLayout.Appearance = appearance25;
  222. ultraGridColumn1.Header.VisiblePosition = 0;
  223. ultraGridColumn2.Header.VisiblePosition = 1;
  224. ultraGridColumn3.Header.VisiblePosition = 2;
  225. ultraGridColumn4.Header.VisiblePosition = 15;
  226. ultraGridColumn5.Header.VisiblePosition = 16;
  227. ultraGridColumn6.Header.VisiblePosition = 3;
  228. ultraGridColumn7.Header.VisiblePosition = 4;
  229. ultraGridColumn8.Header.VisiblePosition = 5;
  230. ultraGridColumn9.Header.VisiblePosition = 6;
  231. ultraGridColumn10.Header.VisiblePosition = 7;
  232. ultraGridColumn11.Header.VisiblePosition = 8;
  233. ultraGridColumn12.Header.VisiblePosition = 9;
  234. ultraGridColumn13.Header.VisiblePosition = 10;
  235. ultraGridColumn14.Header.VisiblePosition = 11;
  236. ultraGridColumn15.Header.VisiblePosition = 12;
  237. ultraGridColumn16.Header.VisiblePosition = 13;
  238. ultraGridColumn17.Header.VisiblePosition = 14;
  239. ultraGridColumn18.Header.VisiblePosition = 17;
  240. ultraGridColumn19.Header.VisiblePosition = 18;
  241. ultraGridColumn20.Header.VisiblePosition = 19;
  242. ultraGridColumn21.Header.VisiblePosition = 20;
  243. ultraGridColumn22.Header.VisiblePosition = 21;
  244. ultraGridBand1.Columns.AddRange(new object[] {
  245. ultraGridColumn1,
  246. ultraGridColumn2,
  247. ultraGridColumn3,
  248. ultraGridColumn4,
  249. ultraGridColumn5,
  250. ultraGridColumn6,
  251. ultraGridColumn7,
  252. ultraGridColumn8,
  253. ultraGridColumn9,
  254. ultraGridColumn10,
  255. ultraGridColumn11,
  256. ultraGridColumn12,
  257. ultraGridColumn13,
  258. ultraGridColumn14,
  259. ultraGridColumn15,
  260. ultraGridColumn16,
  261. ultraGridColumn17,
  262. ultraGridColumn18,
  263. ultraGridColumn19,
  264. ultraGridColumn20,
  265. ultraGridColumn21,
  266. ultraGridColumn22});
  267. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  268. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  269. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  270. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  271. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  272. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  273. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  274. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  275. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  276. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  277. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  278. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  279. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  280. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  281. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  282. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  283. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  284. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  285. appearance29.BackColor = System.Drawing.SystemColors.Window;
  286. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  287. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  288. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  289. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  290. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  291. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  292. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  293. appearance31.BackColor = System.Drawing.SystemColors.Window;
  294. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  295. appearance32.BorderColor = System.Drawing.Color.Silver;
  296. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  297. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  298. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  299. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  300. appearance33.BackColor = System.Drawing.SystemColors.Control;
  301. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  302. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  303. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  304. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  305. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  306. appearance34.TextHAlignAsString = "Left";
  307. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  308. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  309. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  310. appearance35.BackColor = System.Drawing.SystemColors.Window;
  311. appearance35.BorderColor = System.Drawing.Color.Silver;
  312. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
  313. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  314. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  315. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  316. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  317. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  318. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  319. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  320. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  321. this.ultraGrid1.Name = "ultraGrid1";
  322. this.ultraGrid1.Size = new System.Drawing.Size(1023, 382);
  323. this.ultraGrid1.TabIndex = 0;
  324. this.ultraGrid1.Text = "ultraGrid1";
  325. //
  326. // ultraTabPageControl3
  327. //
  328. this.ultraTabPageControl3.Controls.Add(this.ultraGrid3);
  329. this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
  330. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  331. this.ultraTabPageControl3.Size = new System.Drawing.Size(1023, 382);
  332. //
  333. // ultraTabPageControl2
  334. //
  335. this.ultraTabPageControl2.Controls.Add(this.ultraGrid2);
  336. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  337. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  338. this.ultraTabPageControl2.Size = new System.Drawing.Size(1023, 382);
  339. //
  340. // ultraGrid2
  341. //
  342. appearance13.BackColor = System.Drawing.SystemColors.Window;
  343. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  344. this.ultraGrid2.DisplayLayout.Appearance = appearance13;
  345. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  346. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  347. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  348. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  349. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  350. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  351. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance14;
  352. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  353. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  354. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  355. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  356. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  357. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  358. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  359. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  360. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  361. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  362. appearance17.BackColor = System.Drawing.SystemColors.Window;
  363. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  364. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  365. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  366. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  367. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  368. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  369. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  370. appearance19.BackColor = System.Drawing.SystemColors.Window;
  371. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance19;
  372. appearance20.BorderColor = System.Drawing.Color.Silver;
  373. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  374. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance20;
  375. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  376. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  377. appearance21.BackColor = System.Drawing.SystemColors.Control;
  378. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  379. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  380. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  381. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  382. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  383. appearance22.TextHAlignAsString = "Left";
  384. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance22;
  385. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  386. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  387. appearance23.BackColor = System.Drawing.SystemColors.Window;
  388. appearance23.BorderColor = System.Drawing.Color.Silver;
  389. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance23;
  390. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  391. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  392. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  393. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  394. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  395. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  396. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  398. this.ultraGrid2.Name = "ultraGrid2";
  399. this.ultraGrid2.Size = new System.Drawing.Size(1023, 382);
  400. this.ultraGrid2.TabIndex = 0;
  401. this.ultraGrid2.Text = "ultraGrid2";
  402. //
  403. // panel1
  404. //
  405. this.panel1.Controls.Add(this.ultraTabControl1);
  406. this.panel1.Controls.Add(this.panel2);
  407. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  408. this.panel1.Location = new System.Drawing.Point(0, 0);
  409. this.panel1.Name = "panel1";
  410. this.panel1.Size = new System.Drawing.Size(1027, 478);
  411. this.panel1.TabIndex = 0;
  412. //
  413. // ultraTabControl1
  414. //
  415. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  416. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  417. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  418. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
  419. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  420. this.ultraTabControl1.Location = new System.Drawing.Point(0, 70);
  421. this.ultraTabControl1.Name = "ultraTabControl1";
  422. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  423. this.ultraTabControl1.Size = new System.Drawing.Size(1027, 408);
  424. this.ultraTabControl1.TabIndex = 2;
  425. ultraTab1.TabPage = this.ultraTabPageControl1;
  426. ultraTab1.Text = "连轧机架装配履历查询";
  427. ultraTab3.TabPage = this.ultraTabPageControl3;
  428. ultraTab3.Text = "连轧辊配辊履历";
  429. ultraTab2.TabPage = this.ultraTabPageControl2;
  430. ultraTab2.Text = "连轧壳体修复履历查询";
  431. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  432. ultraTab1,
  433. ultraTab3,
  434. ultraTab2});
  435. //
  436. // ultraTabSharedControlsPage1
  437. //
  438. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  439. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  440. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1023, 382);
  441. //
  442. // panel2
  443. //
  444. this.panel2.Controls.Add(this.ultraTextEditor2);
  445. this.panel2.Controls.Add(this.ultraTextEditor6);
  446. this.panel2.Controls.Add(this.ultraTextEditor1);
  447. this.panel2.Controls.Add(this.ultraTextEditor7);
  448. this.panel2.Controls.Add(this.ultraLabel2);
  449. this.panel2.Controls.Add(this.ultraLabel1);
  450. this.panel2.Controls.Add(this.ultraLabel26);
  451. this.panel2.Controls.Add(this.ultraLabel28);
  452. this.panel2.Controls.Add(this.ultraComboEditor5);
  453. this.panel2.Controls.Add(this.ultraComboEditor6);
  454. this.panel2.Controls.Add(this.ultraLabel9);
  455. this.panel2.Controls.Add(this.ultraLabel8);
  456. this.panel2.Controls.Add(this.ultraDateTimeEditor2);
  457. this.panel2.Controls.Add(this.ultraDateTimeEditor1);
  458. this.panel2.Controls.Add(this.ultraLabel6);
  459. this.panel2.Controls.Add(this.ultraLabel7);
  460. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  461. this.panel2.Location = new System.Drawing.Point(0, 0);
  462. this.panel2.Name = "panel2";
  463. this.panel2.Size = new System.Drawing.Size(1027, 70);
  464. this.panel2.TabIndex = 1;
  465. //
  466. // ultraTextEditor6
  467. //
  468. this.ultraTextEditor6.Location = new System.Drawing.Point(73, 35);
  469. this.ultraTextEditor6.Name = "ultraTextEditor6";
  470. this.ultraTextEditor6.Size = new System.Drawing.Size(100, 21);
  471. this.ultraTextEditor6.TabIndex = 38;
  472. this.ultraTextEditor6.Text = "ultraTextEditor1";
  473. //
  474. // ultraTextEditor7
  475. //
  476. this.ultraTextEditor7.Location = new System.Drawing.Point(73, 11);
  477. this.ultraTextEditor7.Name = "ultraTextEditor7";
  478. this.ultraTextEditor7.Size = new System.Drawing.Size(100, 21);
  479. this.ultraTextEditor7.TabIndex = 39;
  480. this.ultraTextEditor7.Text = "ultraTextEditor7";
  481. //
  482. // ultraLabel26
  483. //
  484. this.ultraLabel26.Location = new System.Drawing.Point(20, 40);
  485. this.ultraLabel26.Name = "ultraLabel26";
  486. this.ultraLabel26.Size = new System.Drawing.Size(67, 23);
  487. this.ultraLabel26.TabIndex = 36;
  488. this.ultraLabel26.Text = "壳体号";
  489. //
  490. // ultraLabel28
  491. //
  492. this.ultraLabel28.Location = new System.Drawing.Point(20, 16);
  493. this.ultraLabel28.Name = "ultraLabel28";
  494. this.ultraLabel28.Size = new System.Drawing.Size(67, 23);
  495. this.ultraLabel28.TabIndex = 37;
  496. this.ultraLabel28.Text = "机架号";
  497. //
  498. // ultraComboEditor5
  499. //
  500. this.ultraComboEditor5.Location = new System.Drawing.Point(407, 35);
  501. this.ultraComboEditor5.Name = "ultraComboEditor5";
  502. this.ultraComboEditor5.Size = new System.Drawing.Size(100, 21);
  503. this.ultraComboEditor5.TabIndex = 34;
  504. this.ultraComboEditor5.Text = "ultraComboEditor1";
  505. //
  506. // ultraComboEditor6
  507. //
  508. this.ultraComboEditor6.Location = new System.Drawing.Point(407, 11);
  509. this.ultraComboEditor6.Name = "ultraComboEditor6";
  510. this.ultraComboEditor6.Size = new System.Drawing.Size(100, 21);
  511. this.ultraComboEditor6.TabIndex = 35;
  512. this.ultraComboEditor6.Text = "ultraComboEditor6";
  513. //
  514. // ultraLabel9
  515. //
  516. this.ultraLabel9.Location = new System.Drawing.Point(360, 16);
  517. this.ultraLabel9.Name = "ultraLabel9";
  518. this.ultraLabel9.Size = new System.Drawing.Size(67, 23);
  519. this.ultraLabel9.TabIndex = 32;
  520. this.ultraLabel9.Text = "班次";
  521. //
  522. // ultraLabel8
  523. //
  524. this.ultraLabel8.Location = new System.Drawing.Point(360, 40);
  525. this.ultraLabel8.Name = "ultraLabel8";
  526. this.ultraLabel8.Size = new System.Drawing.Size(67, 23);
  527. this.ultraLabel8.TabIndex = 33;
  528. this.ultraLabel8.Text = "班组";
  529. //
  530. // ultraDateTimeEditor2
  531. //
  532. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(594, 35);
  533. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  534. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(120, 21);
  535. this.ultraDateTimeEditor2.TabIndex = 30;
  536. //
  537. // ultraDateTimeEditor1
  538. //
  539. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(594, 11);
  540. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  541. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(120, 21);
  542. this.ultraDateTimeEditor1.TabIndex = 31;
  543. //
  544. // ultraLabel6
  545. //
  546. this.ultraLabel6.Location = new System.Drawing.Point(524, 40);
  547. this.ultraLabel6.Name = "ultraLabel6";
  548. this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
  549. this.ultraLabel6.TabIndex = 28;
  550. this.ultraLabel6.Text = "结束时间";
  551. //
  552. // ultraLabel7
  553. //
  554. this.ultraLabel7.Location = new System.Drawing.Point(525, 16);
  555. this.ultraLabel7.Name = "ultraLabel7";
  556. this.ultraLabel7.Size = new System.Drawing.Size(67, 23);
  557. this.ultraLabel7.TabIndex = 29;
  558. this.ultraLabel7.Text = "开始时间";
  559. //
  560. // ultraLabel1
  561. //
  562. this.ultraLabel1.Location = new System.Drawing.Point(190, 16);
  563. this.ultraLabel1.Name = "ultraLabel1";
  564. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  565. this.ultraLabel1.TabIndex = 37;
  566. this.ultraLabel1.Text = "辊号";
  567. //
  568. // ultraTextEditor1
  569. //
  570. this.ultraTextEditor1.Location = new System.Drawing.Point(244, 11);
  571. this.ultraTextEditor1.Name = "ultraTextEditor1";
  572. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  573. this.ultraTextEditor1.TabIndex = 39;
  574. this.ultraTextEditor1.Text = "ultraTextEditor7";
  575. //
  576. // ultraLabel2
  577. //
  578. this.ultraLabel2.Location = new System.Drawing.Point(190, 40);
  579. this.ultraLabel2.Name = "ultraLabel2";
  580. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  581. this.ultraLabel2.TabIndex = 36;
  582. this.ultraLabel2.Text = "厂家编号";
  583. //
  584. // ultraTextEditor2
  585. //
  586. this.ultraTextEditor2.Location = new System.Drawing.Point(244, 35);
  587. this.ultraTextEditor2.Name = "ultraTextEditor2";
  588. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  589. this.ultraTextEditor2.TabIndex = 38;
  590. this.ultraTextEditor2.Text = "ultraTextEditor1";
  591. //
  592. // dataSet4
  593. //
  594. this.dataSet4.DataSetName = "NewDataSet";
  595. this.dataSet4.Tables.AddRange(new System.Data.DataTable[] {
  596. this.dataTable3});
  597. //
  598. // dataTable3
  599. //
  600. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  601. this.dataColumn27,
  602. this.dataColumn34,
  603. this.dataColumn35,
  604. this.dataColumn36,
  605. this.dataColumn37,
  606. this.dataColumn38,
  607. this.dataColumn39,
  608. this.dataColumn40,
  609. this.dataColumn41,
  610. this.dataColumn42,
  611. this.dataColumn43,
  612. this.dataColumn44,
  613. this.dataColumn45,
  614. this.dataColumn46,
  615. this.dataColumn47,
  616. this.dataColumn48,
  617. this.dataColumn49,
  618. this.dataColumn50,
  619. this.dataColumn51,
  620. this.dataColumn52,
  621. this.dataColumn53});
  622. this.dataTable3.TableName = "RollerTable";
  623. //
  624. // dataColumn27
  625. //
  626. this.dataColumn27.Caption = "选择";
  627. this.dataColumn27.ColumnName = "Check";
  628. this.dataColumn27.DataType = typeof(bool);
  629. //
  630. // dataColumn34
  631. //
  632. this.dataColumn34.Caption = "辊号";
  633. this.dataColumn34.ColumnName = "RollerNo";
  634. //
  635. // dataColumn35
  636. //
  637. this.dataColumn35.Caption = "出厂厂家";
  638. this.dataColumn35.ColumnName = "Vender";
  639. //
  640. // dataColumn36
  641. //
  642. this.dataColumn36.Caption = "状态";
  643. this.dataColumn36.ColumnName = "Status";
  644. //
  645. // dataColumn37
  646. //
  647. this.dataColumn37.Caption = "入库日期";
  648. this.dataColumn37.ColumnName = "InStorageDate";
  649. this.dataColumn37.DataType = typeof(System.DateTime);
  650. //
  651. // dataColumn38
  652. //
  653. this.dataColumn38.Caption = "报废日期";
  654. this.dataColumn38.ColumnName = "ScrapDate";
  655. this.dataColumn38.DataType = typeof(System.DateTime);
  656. //
  657. // dataColumn39
  658. //
  659. this.dataColumn39.Caption = "轧制总支数";
  660. this.dataColumn39.ColumnName = "RollingNum";
  661. //
  662. // dataColumn40
  663. //
  664. this.dataColumn40.Caption = "在线总时长";
  665. this.dataColumn40.ColumnName = "OnLineTime";
  666. //
  667. // dataColumn41
  668. //
  669. this.dataColumn41.Caption = "MAX辊沿";
  670. this.dataColumn41.ColumnName = "Column1";
  671. //
  672. // dataColumn42
  673. //
  674. this.dataColumn42.Caption = "辊沿直径";
  675. this.dataColumn42.ColumnName = "1";
  676. //
  677. // dataColumn43
  678. //
  679. this.dataColumn43.Caption = "拆前偏置";
  680. this.dataColumn43.ColumnName = "Column3";
  681. //
  682. // dataColumn44
  683. //
  684. this.dataColumn44.Caption = "偏置";
  685. this.dataColumn44.ColumnName = "Column4";
  686. //
  687. // dataColumn45
  688. //
  689. this.dataColumn45.Caption = "拆前CBG值";
  690. this.dataColumn45.ColumnName = "Column5";
  691. //
  692. // dataColumn46
  693. //
  694. this.dataColumn46.Caption = "CBG值";
  695. this.dataColumn46.ColumnName = "Column6";
  696. //
  697. // dataColumn47
  698. //
  699. this.dataColumn47.Caption = "名义辊径";
  700. this.dataColumn47.ColumnName = "Column7";
  701. //
  702. // dataColumn48
  703. //
  704. this.dataColumn48.Caption = "轴承箱号";
  705. this.dataColumn48.ColumnName = "Column8";
  706. //
  707. // dataColumn49
  708. //
  709. this.dataColumn49.Caption = "装配日期";
  710. this.dataColumn49.ColumnName = "Column2";
  711. this.dataColumn49.DataType = typeof(System.DateTime);
  712. //
  713. // dataColumn50
  714. //
  715. this.dataColumn50.Caption = "备注";
  716. this.dataColumn50.ColumnName = "Column10";
  717. //
  718. // dataColumn51
  719. //
  720. this.dataColumn51.Caption = "操作人";
  721. this.dataColumn51.ColumnName = "Column11";
  722. //
  723. // dataColumn52
  724. //
  725. this.dataColumn52.Caption = "操作班次";
  726. this.dataColumn52.ColumnName = "Column12";
  727. //
  728. // dataColumn53
  729. //
  730. this.dataColumn53.Caption = "操作班组";
  731. this.dataColumn53.ColumnName = "Column13";
  732. //
  733. // ultraGrid3
  734. //
  735. this.ultraGrid3.DataSource = this.dataSet4;
  736. appearance1.BackColor = System.Drawing.SystemColors.Window;
  737. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  738. this.ultraGrid3.DisplayLayout.Appearance = appearance1;
  739. ultraGridColumn23.Header.VisiblePosition = 0;
  740. ultraGridColumn24.Header.VisiblePosition = 1;
  741. ultraGridColumn25.Header.VisiblePosition = 2;
  742. ultraGridColumn26.Header.VisiblePosition = 3;
  743. ultraGridColumn27.Header.VisiblePosition = 15;
  744. ultraGridColumn28.Header.VisiblePosition = 16;
  745. ultraGridColumn29.Header.VisiblePosition = 9;
  746. ultraGridColumn30.Header.VisiblePosition = 11;
  747. ultraGridColumn31.Header.VisiblePosition = 4;
  748. ultraGridColumn32.Header.VisiblePosition = 13;
  749. ultraGridColumn33.Header.VisiblePosition = 6;
  750. ultraGridColumn34.Header.VisiblePosition = 5;
  751. ultraGridColumn35.Header.VisiblePosition = 7;
  752. ultraGridColumn36.Header.VisiblePosition = 8;
  753. ultraGridColumn37.Header.VisiblePosition = 10;
  754. ultraGridColumn38.Header.VisiblePosition = 12;
  755. ultraGridColumn39.Header.VisiblePosition = 14;
  756. ultraGridColumn40.Header.VisiblePosition = 17;
  757. ultraGridColumn41.Header.VisiblePosition = 18;
  758. ultraGridColumn42.Header.VisiblePosition = 20;
  759. ultraGridColumn43.Header.VisiblePosition = 19;
  760. ultraGridBand2.Columns.AddRange(new object[] {
  761. ultraGridColumn23,
  762. ultraGridColumn24,
  763. ultraGridColumn25,
  764. ultraGridColumn26,
  765. ultraGridColumn27,
  766. ultraGridColumn28,
  767. ultraGridColumn29,
  768. ultraGridColumn30,
  769. ultraGridColumn31,
  770. ultraGridColumn32,
  771. ultraGridColumn33,
  772. ultraGridColumn34,
  773. ultraGridColumn35,
  774. ultraGridColumn36,
  775. ultraGridColumn37,
  776. ultraGridColumn38,
  777. ultraGridColumn39,
  778. ultraGridColumn40,
  779. ultraGridColumn41,
  780. ultraGridColumn42,
  781. ultraGridColumn43});
  782. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  783. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  784. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  785. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  786. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  787. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  788. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  789. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance2;
  790. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  791. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  792. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  793. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  794. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  795. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  796. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  797. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  798. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  799. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  800. appearance5.BackColor = System.Drawing.SystemColors.Window;
  801. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  802. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  803. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  804. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  805. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  806. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  807. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  808. appearance7.BackColor = System.Drawing.SystemColors.Window;
  809. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance7;
  810. appearance8.BorderColor = System.Drawing.Color.Silver;
  811. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  812. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance8;
  813. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  814. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  815. appearance9.BackColor = System.Drawing.SystemColors.Control;
  816. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  817. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  818. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  819. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  820. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  821. appearance10.TextHAlignAsString = "Left";
  822. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance10;
  823. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  824. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  825. appearance11.BackColor = System.Drawing.SystemColors.Window;
  826. appearance11.BorderColor = System.Drawing.Color.Silver;
  827. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance11;
  828. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  829. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  830. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  831. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  832. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  833. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  834. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  835. this.ultraGrid3.Location = new System.Drawing.Point(0, 0);
  836. this.ultraGrid3.Name = "ultraGrid3";
  837. this.ultraGrid3.Size = new System.Drawing.Size(1023, 382);
  838. this.ultraGrid3.TabIndex = 1;
  839. this.ultraGrid3.Text = "ultraGrid3";
  840. this.ultraGrid3.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid3_InitializeLayout);
  841. //
  842. // dataSet3
  843. //
  844. this.dataSet3.DataSetName = "NewDataSet";
  845. this.dataSet3.Tables.AddRange(new System.Data.DataTable[] {
  846. this.dataTable1});
  847. //
  848. // dataTable1
  849. //
  850. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  851. this.dataColumn26,
  852. this.dataColumn1,
  853. this.dataColumn29,
  854. this.dataColumn30,
  855. this.dataColumn31,
  856. this.dataColumn32,
  857. this.dataColumn33,
  858. this.dataColumn2,
  859. this.dataColumn3,
  860. this.dataColumn4,
  861. this.dataColumn5,
  862. this.dataColumn28,
  863. this.dataColumn6,
  864. this.dataColumn7,
  865. this.dataColumn8,
  866. this.dataColumn9,
  867. this.dataColumn10,
  868. this.dataColumn11,
  869. this.dataColumn12,
  870. this.dataColumn13,
  871. this.dataColumn14,
  872. this.dataColumn15});
  873. this.dataTable1.TableName = "RollerTable";
  874. //
  875. // dataColumn26
  876. //
  877. this.dataColumn26.Caption = "选择";
  878. this.dataColumn26.ColumnName = "Check";
  879. this.dataColumn26.DataType = typeof(bool);
  880. //
  881. // dataColumn1
  882. //
  883. this.dataColumn1.Caption = "壳体号";
  884. this.dataColumn1.ColumnName = "ShellNo";
  885. //
  886. // dataColumn29
  887. //
  888. this.dataColumn29.Caption = "状态";
  889. this.dataColumn29.ColumnName = "Status";
  890. //
  891. // dataColumn30
  892. //
  893. this.dataColumn30.Caption = "装配日期";
  894. this.dataColumn30.ColumnName = "MatchingDate";
  895. this.dataColumn30.DataType = typeof(System.DateTime);
  896. //
  897. // dataColumn31
  898. //
  899. this.dataColumn31.Caption = "报废日期";
  900. this.dataColumn31.ColumnName = "ScrapDate";
  901. this.dataColumn31.DataType = typeof(System.DateTime);
  902. //
  903. // dataColumn32
  904. //
  905. this.dataColumn32.Caption = "轧制总支数";
  906. this.dataColumn32.ColumnName = "RollingNum";
  907. //
  908. // dataColumn33
  909. //
  910. this.dataColumn33.Caption = "在线总时长";
  911. this.dataColumn33.ColumnName = "OnLineTime";
  912. //
  913. // dataColumn2
  914. //
  915. this.dataColumn2.Caption = "机架号";
  916. this.dataColumn2.ColumnName = "RackNo";
  917. //
  918. // dataColumn3
  919. //
  920. this.dataColumn3.Caption = "轧辊号1";
  921. this.dataColumn3.ColumnName = "RollerNo1";
  922. //
  923. // dataColumn4
  924. //
  925. this.dataColumn4.Caption = "轧辊号2";
  926. this.dataColumn4.ColumnName = "RollerNo2";
  927. //
  928. // dataColumn5
  929. //
  930. this.dataColumn5.Caption = "轧辊号3";
  931. this.dataColumn5.ColumnName = "RollerNo3";
  932. //
  933. // dataColumn28
  934. //
  935. this.dataColumn28.ColumnName = "拆前1、2辊缝值";
  936. //
  937. // dataColumn6
  938. //
  939. this.dataColumn6.Caption = "拆前1、3辊缝值";
  940. this.dataColumn6.ColumnName = "拆前1、3辊缝值";
  941. //
  942. // dataColumn7
  943. //
  944. this.dataColumn7.ColumnName = "拆前2、3辊缝值";
  945. //
  946. // dataColumn8
  947. //
  948. this.dataColumn8.ColumnName = "1、2辊缝值";
  949. //
  950. // dataColumn9
  951. //
  952. this.dataColumn9.ColumnName = "2、3辊缝值";
  953. //
  954. // dataColumn10
  955. //
  956. this.dataColumn10.ColumnName = "1、3辊缝值";
  957. //
  958. // dataColumn11
  959. //
  960. this.dataColumn11.ColumnName = "班组";
  961. //
  962. // dataColumn12
  963. //
  964. this.dataColumn12.ColumnName = "班次";
  965. //
  966. // dataColumn13
  967. //
  968. this.dataColumn13.ColumnName = "操作人";
  969. //
  970. // dataColumn14
  971. //
  972. this.dataColumn14.ColumnName = "日期";
  973. //
  974. // dataColumn15
  975. //
  976. this.dataColumn15.ColumnName = "备注";
  977. //
  978. // FrmRollingMatchingResumeQuery
  979. //
  980. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  981. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  982. this.ClientSize = new System.Drawing.Size(1027, 478);
  983. this.Controls.Add(this.panel1);
  984. this.Name = "FrmRollingMatchingResumeQuery";
  985. this.Text = "连轧配辊修复履历查询";
  986. this.ultraTabPageControl1.ResumeLayout(false);
  987. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  988. this.ultraTabPageControl3.ResumeLayout(false);
  989. this.ultraTabPageControl2.ResumeLayout(false);
  990. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  991. this.panel1.ResumeLayout(false);
  992. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  993. this.ultraTabControl1.ResumeLayout(false);
  994. this.panel2.ResumeLayout(false);
  995. this.panel2.PerformLayout();
  996. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).EndInit();
  997. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).EndInit();
  998. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).EndInit();
  999. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).EndInit();
  1000. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  1001. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  1002. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  1003. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  1004. ((System.ComponentModel.ISupportInitialize)(this.dataSet4)).EndInit();
  1005. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1006. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1007. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).EndInit();
  1008. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1009. this.ResumeLayout(false);
  1010. }
  1011. #endregion
  1012. private System.Windows.Forms.Panel panel1;
  1013. private System.Windows.Forms.Panel panel2;
  1014. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1015. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1016. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1017. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1018. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1019. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  1020. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  1021. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1022. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1023. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor5;
  1024. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor6;
  1025. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1026. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1027. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor6;
  1028. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor7;
  1029. private Infragistics.Win.Misc.UltraLabel ultraLabel26;
  1030. private Infragistics.Win.Misc.UltraLabel ultraLabel28;
  1031. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  1032. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1033. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  1034. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  1035. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1036. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1037. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1038. private System.Data.DataSet dataSet4;
  1039. private System.Data.DataTable dataTable3;
  1040. private System.Data.DataColumn dataColumn27;
  1041. private System.Data.DataColumn dataColumn34;
  1042. private System.Data.DataColumn dataColumn35;
  1043. private System.Data.DataColumn dataColumn36;
  1044. private System.Data.DataColumn dataColumn37;
  1045. private System.Data.DataColumn dataColumn38;
  1046. private System.Data.DataColumn dataColumn39;
  1047. private System.Data.DataColumn dataColumn40;
  1048. private System.Data.DataColumn dataColumn41;
  1049. private System.Data.DataColumn dataColumn42;
  1050. private System.Data.DataColumn dataColumn43;
  1051. private System.Data.DataColumn dataColumn44;
  1052. private System.Data.DataColumn dataColumn45;
  1053. private System.Data.DataColumn dataColumn46;
  1054. private System.Data.DataColumn dataColumn47;
  1055. private System.Data.DataColumn dataColumn48;
  1056. private System.Data.DataColumn dataColumn49;
  1057. private System.Data.DataColumn dataColumn50;
  1058. private System.Data.DataColumn dataColumn51;
  1059. private System.Data.DataColumn dataColumn52;
  1060. private System.Data.DataColumn dataColumn53;
  1061. private System.Data.DataSet dataSet3;
  1062. private System.Data.DataTable dataTable1;
  1063. private System.Data.DataColumn dataColumn26;
  1064. private System.Data.DataColumn dataColumn1;
  1065. private System.Data.DataColumn dataColumn29;
  1066. private System.Data.DataColumn dataColumn30;
  1067. private System.Data.DataColumn dataColumn31;
  1068. private System.Data.DataColumn dataColumn32;
  1069. private System.Data.DataColumn dataColumn33;
  1070. private System.Data.DataColumn dataColumn2;
  1071. private System.Data.DataColumn dataColumn3;
  1072. private System.Data.DataColumn dataColumn4;
  1073. private System.Data.DataColumn dataColumn5;
  1074. private System.Data.DataColumn dataColumn28;
  1075. private System.Data.DataColumn dataColumn6;
  1076. private System.Data.DataColumn dataColumn7;
  1077. private System.Data.DataColumn dataColumn8;
  1078. private System.Data.DataColumn dataColumn9;
  1079. private System.Data.DataColumn dataColumn10;
  1080. private System.Data.DataColumn dataColumn11;
  1081. private System.Data.DataColumn dataColumn12;
  1082. private System.Data.DataColumn dataColumn13;
  1083. private System.Data.DataColumn dataColumn14;
  1084. private System.Data.DataColumn dataColumn15;
  1085. }
  1086. }