FrmSizingRollerSupporting.Designer.cs 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275
  1. namespace Core.StlMes.Client.ZGDev.Tools
  2. {
  3. partial class FrmSizingRollerSupporting
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("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("RollerNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Vender");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InStorageDate");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column4");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column5");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column6");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column7");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column8");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column9");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column10");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column11");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column12");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column13");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column14");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column15");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column16");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column17");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column18");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column19");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column20");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column23");
  59. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  70. this.panel1 = new System.Windows.Forms.Panel();
  71. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  72. this.dataSet1 = new System.Data.DataSet();
  73. this.RollerTable = new System.Data.DataTable();
  74. this.Check = new System.Data.DataColumn();
  75. this.RollerNo = new System.Data.DataColumn();
  76. this.Vender = new System.Data.DataColumn();
  77. this.Status = new System.Data.DataColumn();
  78. this.InStorageDate = new System.Data.DataColumn();
  79. this.ScrapDate = new System.Data.DataColumn();
  80. this.RollingNum = new System.Data.DataColumn();
  81. this.OnLineTime = new System.Data.DataColumn();
  82. this.dataColumn1 = new System.Data.DataColumn();
  83. this.dataColumn2 = new System.Data.DataColumn();
  84. this.dataColumn3 = new System.Data.DataColumn();
  85. this.dataColumn4 = new System.Data.DataColumn();
  86. this.dataColumn5 = new System.Data.DataColumn();
  87. this.dataColumn6 = new System.Data.DataColumn();
  88. this.dataColumn7 = new System.Data.DataColumn();
  89. this.dataColumn8 = new System.Data.DataColumn();
  90. this.dataColumn9 = new System.Data.DataColumn();
  91. this.dataColumn10 = new System.Data.DataColumn();
  92. this.dataColumn11 = new System.Data.DataColumn();
  93. this.dataColumn12 = new System.Data.DataColumn();
  94. this.dataColumn13 = new System.Data.DataColumn();
  95. this.dataColumn14 = new System.Data.DataColumn();
  96. this.dataColumn15 = new System.Data.DataColumn();
  97. this.dataColumn16 = new System.Data.DataColumn();
  98. this.dataColumn17 = new System.Data.DataColumn();
  99. this.dataColumn18 = new System.Data.DataColumn();
  100. this.dataColumn19 = new System.Data.DataColumn();
  101. this.dataColumn20 = new System.Data.DataColumn();
  102. this.dataColumn23 = new System.Data.DataColumn();
  103. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  104. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  105. this.ultraComboEditor24 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  106. this.ultraComboEditor16 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  107. this.ultraComboEditor8 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  108. this.ultraComboEditor23 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  109. this.ultraComboEditor15 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  110. this.ultraComboEditor7 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  111. this.ultraComboEditor22 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  112. this.ultraComboEditor14 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  113. this.ultraComboEditor4 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  114. this.ultraComboEditor21 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  115. this.ultraComboEditor13 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  116. this.ultraComboEditor20 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  117. this.ultraComboEditor6 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  118. this.ultraComboEditor12 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  119. this.ultraComboEditor19 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  120. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  121. this.ultraComboEditor11 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  122. this.ultraComboEditor18 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  123. this.ultraComboEditor5 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  124. this.ultraComboEditor10 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  125. this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
  126. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  127. this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
  128. this.ultraComboEditor17 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  129. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  130. this.ultraComboEditor9 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  131. this.ultraLabel27 = new Infragistics.Win.Misc.UltraLabel();
  132. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  133. this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
  134. this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
  135. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  136. this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
  137. this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
  138. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  139. this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
  140. this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
  141. this.ultraTextEditor7 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  142. this.ultraTextEditor6 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  143. this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  144. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  145. this.ultraLabel23 = new Infragistics.Win.Misc.UltraLabel();
  146. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  147. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  148. this.ultraLabel22 = new Infragistics.Win.Misc.UltraLabel();
  149. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  150. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  151. this.ultraLabel21 = new Infragistics.Win.Misc.UltraLabel();
  152. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  153. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  154. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  155. this.ultraTextEditor5 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  156. this.ultraLabel31 = new Infragistics.Win.Misc.UltraLabel();
  157. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  158. this.ultraLabel30 = new Infragistics.Win.Misc.UltraLabel();
  159. this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  160. this.ultraLabel29 = new Infragistics.Win.Misc.UltraLabel();
  161. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  162. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  163. this.panel2 = new System.Windows.Forms.Panel();
  164. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  165. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  166. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  167. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  168. this.panel1.SuspendLayout();
  169. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  170. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  173. this.ultraExpandableGroupBox1.SuspendLayout();
  174. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  175. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor24)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor16)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor8)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor23)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor15)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor7)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor22)).BeginInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor14)).BeginInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).BeginInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor21)).BeginInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor13)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor20)).BeginInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).BeginInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor12)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor19)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor11)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor18)).BeginInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor10)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor17)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor9)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
  204. this.panel2.SuspendLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  207. this.SuspendLayout();
  208. //
  209. // panel1
  210. //
  211. this.panel1.Controls.Add(this.ultraGrid1);
  212. this.panel1.Controls.Add(this.ultraExpandableGroupBox1);
  213. this.panel1.Controls.Add(this.panel2);
  214. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  215. this.panel1.Location = new System.Drawing.Point(0, 0);
  216. this.panel1.Name = "panel1";
  217. this.panel1.Size = new System.Drawing.Size(1024, 644);
  218. this.panel1.TabIndex = 0;
  219. //
  220. // ultraGrid1
  221. //
  222. this.ultraGrid1.DataSource = this.dataSet1;
  223. appearance13.BackColor = System.Drawing.SystemColors.Window;
  224. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  225. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  226. ultraGridColumn1.Header.VisiblePosition = 0;
  227. ultraGridColumn2.Header.VisiblePosition = 1;
  228. ultraGridColumn2.Width = 102;
  229. ultraGridColumn3.Header.VisiblePosition = 2;
  230. ultraGridColumn3.Width = 97;
  231. ultraGridColumn4.Header.VisiblePosition = 3;
  232. ultraGridColumn4.Width = 98;
  233. ultraGridColumn5.Header.VisiblePosition = 4;
  234. ultraGridColumn6.Header.VisiblePosition = 5;
  235. ultraGridColumn7.Header.VisiblePosition = 6;
  236. ultraGridColumn8.Header.VisiblePosition = 7;
  237. ultraGridColumn9.Header.VisiblePosition = 8;
  238. ultraGridColumn10.Header.VisiblePosition = 9;
  239. ultraGridColumn11.Header.VisiblePosition = 10;
  240. ultraGridColumn12.Header.VisiblePosition = 11;
  241. ultraGridColumn13.Header.VisiblePosition = 12;
  242. ultraGridColumn14.Header.VisiblePosition = 13;
  243. ultraGridColumn15.Header.VisiblePosition = 14;
  244. ultraGridColumn16.Header.VisiblePosition = 15;
  245. ultraGridColumn17.Header.VisiblePosition = 16;
  246. ultraGridColumn18.Header.VisiblePosition = 17;
  247. ultraGridColumn19.Header.VisiblePosition = 18;
  248. ultraGridColumn20.Header.VisiblePosition = 19;
  249. ultraGridColumn21.Header.VisiblePosition = 20;
  250. ultraGridColumn22.Header.VisiblePosition = 21;
  251. ultraGridColumn23.Header.VisiblePosition = 22;
  252. ultraGridColumn24.Header.VisiblePosition = 23;
  253. ultraGridColumn25.Header.VisiblePosition = 24;
  254. ultraGridColumn26.Header.VisiblePosition = 25;
  255. ultraGridColumn27.Header.VisiblePosition = 26;
  256. ultraGridColumn28.Header.VisiblePosition = 27;
  257. ultraGridColumn29.Header.VisiblePosition = 28;
  258. ultraGridBand1.Columns.AddRange(new object[] {
  259. ultraGridColumn1,
  260. ultraGridColumn2,
  261. ultraGridColumn3,
  262. ultraGridColumn4,
  263. ultraGridColumn5,
  264. ultraGridColumn6,
  265. ultraGridColumn7,
  266. ultraGridColumn8,
  267. ultraGridColumn9,
  268. ultraGridColumn10,
  269. ultraGridColumn11,
  270. ultraGridColumn12,
  271. ultraGridColumn13,
  272. ultraGridColumn14,
  273. ultraGridColumn15,
  274. ultraGridColumn16,
  275. ultraGridColumn17,
  276. ultraGridColumn18,
  277. ultraGridColumn19,
  278. ultraGridColumn20,
  279. ultraGridColumn21,
  280. ultraGridColumn22,
  281. ultraGridColumn23,
  282. ultraGridColumn24,
  283. ultraGridColumn25,
  284. ultraGridColumn26,
  285. ultraGridColumn27,
  286. ultraGridColumn28,
  287. ultraGridColumn29});
  288. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  289. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  290. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  291. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  292. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  293. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  294. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  295. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  296. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  297. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  298. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  299. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  300. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  301. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  302. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  303. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  304. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  305. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  306. appearance17.BackColor = System.Drawing.SystemColors.Window;
  307. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  308. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  309. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  310. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  311. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  312. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  313. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  314. appearance19.BackColor = System.Drawing.SystemColors.Window;
  315. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  316. appearance20.BorderColor = System.Drawing.Color.Silver;
  317. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  318. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  319. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  320. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  321. appearance21.BackColor = System.Drawing.SystemColors.Control;
  322. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  323. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  324. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  325. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  326. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  327. appearance22.TextHAlignAsString = "Left";
  328. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  329. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  330. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  331. appearance23.BackColor = System.Drawing.SystemColors.Window;
  332. appearance23.BorderColor = System.Drawing.Color.Silver;
  333. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  334. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  335. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  336. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  337. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  338. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  339. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  340. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  341. this.ultraGrid1.Location = new System.Drawing.Point(0, 57);
  342. this.ultraGrid1.Name = "ultraGrid1";
  343. this.ultraGrid1.Size = new System.Drawing.Size(1024, 354);
  344. this.ultraGrid1.TabIndex = 3;
  345. this.ultraGrid1.Text = "ultraGrid1";
  346. //
  347. // dataSet1
  348. //
  349. this.dataSet1.DataSetName = "NewDataSet";
  350. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  351. this.RollerTable});
  352. //
  353. // RollerTable
  354. //
  355. this.RollerTable.Columns.AddRange(new System.Data.DataColumn[] {
  356. this.Check,
  357. this.RollerNo,
  358. this.Vender,
  359. this.Status,
  360. this.InStorageDate,
  361. this.ScrapDate,
  362. this.RollingNum,
  363. this.OnLineTime,
  364. this.dataColumn1,
  365. this.dataColumn2,
  366. this.dataColumn3,
  367. this.dataColumn4,
  368. this.dataColumn5,
  369. this.dataColumn6,
  370. this.dataColumn7,
  371. this.dataColumn8,
  372. this.dataColumn9,
  373. this.dataColumn10,
  374. this.dataColumn11,
  375. this.dataColumn12,
  376. this.dataColumn13,
  377. this.dataColumn14,
  378. this.dataColumn15,
  379. this.dataColumn16,
  380. this.dataColumn17,
  381. this.dataColumn18,
  382. this.dataColumn19,
  383. this.dataColumn20,
  384. this.dataColumn23});
  385. this.RollerTable.TableName = "RollerTable";
  386. //
  387. // Check
  388. //
  389. this.Check.Caption = "选择";
  390. this.Check.ColumnName = "Check";
  391. this.Check.DataType = typeof(bool);
  392. //
  393. // RollerNo
  394. //
  395. this.RollerNo.Caption = "外径";
  396. this.RollerNo.ColumnName = "RollerNo";
  397. //
  398. // Vender
  399. //
  400. this.Vender.Caption = "壁厚";
  401. this.Vender.ColumnName = "Vender";
  402. //
  403. // Status
  404. //
  405. this.Status.Caption = "1#";
  406. this.Status.ColumnName = "Status";
  407. //
  408. // InStorageDate
  409. //
  410. this.InStorageDate.Caption = "2#";
  411. this.InStorageDate.ColumnName = "InStorageDate";
  412. //
  413. // ScrapDate
  414. //
  415. this.ScrapDate.Caption = "3#";
  416. this.ScrapDate.ColumnName = "ScrapDate";
  417. //
  418. // RollingNum
  419. //
  420. this.RollingNum.Caption = "4#";
  421. this.RollingNum.ColumnName = "RollingNum";
  422. //
  423. // OnLineTime
  424. //
  425. this.OnLineTime.Caption = "5#";
  426. this.OnLineTime.ColumnName = "OnLineTime";
  427. //
  428. // dataColumn1
  429. //
  430. this.dataColumn1.Caption = "6#";
  431. this.dataColumn1.ColumnName = "Column1";
  432. //
  433. // dataColumn2
  434. //
  435. this.dataColumn2.Caption = "7#";
  436. this.dataColumn2.ColumnName = "Column2";
  437. //
  438. // dataColumn3
  439. //
  440. this.dataColumn3.Caption = "8#";
  441. this.dataColumn3.ColumnName = "Column3";
  442. //
  443. // dataColumn4
  444. //
  445. this.dataColumn4.Caption = "9#";
  446. this.dataColumn4.ColumnName = "Column4";
  447. //
  448. // dataColumn5
  449. //
  450. this.dataColumn5.Caption = "10#";
  451. this.dataColumn5.ColumnName = "Column5";
  452. //
  453. // dataColumn6
  454. //
  455. this.dataColumn6.Caption = "11#";
  456. this.dataColumn6.ColumnName = "Column6";
  457. //
  458. // dataColumn7
  459. //
  460. this.dataColumn7.Caption = "12#";
  461. this.dataColumn7.ColumnName = "Column7";
  462. //
  463. // dataColumn8
  464. //
  465. this.dataColumn8.Caption = "13#";
  466. this.dataColumn8.ColumnName = "Column8";
  467. //
  468. // dataColumn9
  469. //
  470. this.dataColumn9.Caption = "14#";
  471. this.dataColumn9.ColumnName = "Column9";
  472. //
  473. // dataColumn10
  474. //
  475. this.dataColumn10.Caption = "15#";
  476. this.dataColumn10.ColumnName = "Column10";
  477. //
  478. // dataColumn11
  479. //
  480. this.dataColumn11.Caption = "16#";
  481. this.dataColumn11.ColumnName = "Column11";
  482. //
  483. // dataColumn12
  484. //
  485. this.dataColumn12.Caption = "17";
  486. this.dataColumn12.ColumnName = "Column12";
  487. //
  488. // dataColumn13
  489. //
  490. this.dataColumn13.Caption = "18#";
  491. this.dataColumn13.ColumnName = "Column13";
  492. //
  493. // dataColumn14
  494. //
  495. this.dataColumn14.Caption = "19#";
  496. this.dataColumn14.ColumnName = "Column14";
  497. //
  498. // dataColumn15
  499. //
  500. this.dataColumn15.Caption = "20#";
  501. this.dataColumn15.ColumnName = "Column15";
  502. //
  503. // dataColumn16
  504. //
  505. this.dataColumn16.Caption = "21#";
  506. this.dataColumn16.ColumnName = "Column16";
  507. //
  508. // dataColumn17
  509. //
  510. this.dataColumn17.Caption = "22#";
  511. this.dataColumn17.ColumnName = "Column17";
  512. //
  513. // dataColumn18
  514. //
  515. this.dataColumn18.Caption = "23#";
  516. this.dataColumn18.ColumnName = "Column18";
  517. //
  518. // dataColumn19
  519. //
  520. this.dataColumn19.Caption = "24#";
  521. this.dataColumn19.ColumnName = "Column19";
  522. //
  523. // dataColumn20
  524. //
  525. this.dataColumn20.Caption = "备注";
  526. this.dataColumn20.ColumnName = "Column20";
  527. //
  528. // dataColumn23
  529. //
  530. this.dataColumn23.Caption = "操作人";
  531. this.dataColumn23.ColumnName = "Column23";
  532. //
  533. // ultraExpandableGroupBox1
  534. //
  535. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  536. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  537. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1024, 233);
  538. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 411);
  539. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  540. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1024, 233);
  541. this.ultraExpandableGroupBox1.TabIndex = 2;
  542. this.ultraExpandableGroupBox1.Text = "ultraExpandableGroupBox1";
  543. //
  544. // ultraExpandableGroupBoxPanel1
  545. //
  546. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor24);
  547. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor16);
  548. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor8);
  549. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor23);
  550. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor15);
  551. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor7);
  552. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor22);
  553. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor14);
  554. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor4);
  555. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor21);
  556. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor13);
  557. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor20);
  558. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor6);
  559. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor12);
  560. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor19);
  561. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor2);
  562. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor11);
  563. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor18);
  564. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor5);
  565. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor10);
  566. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel28);
  567. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor1);
  568. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel20);
  569. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor17);
  570. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
  571. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor9);
  572. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel27);
  573. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor3);
  574. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel19);
  575. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel26);
  576. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  577. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel18);
  578. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel25);
  579. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
  580. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel17);
  581. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel24);
  582. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor7);
  583. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor6);
  584. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor3);
  585. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
  586. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel23);
  587. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
  588. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel15);
  589. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel22);
  590. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  591. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel14);
  592. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel21);
  593. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  594. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  595. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  596. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor5);
  597. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel31);
  598. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  599. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel30);
  600. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor4);
  601. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel29);
  602. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  603. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  604. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  605. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  606. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  607. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1018, 211);
  608. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  609. //
  610. // ultraComboEditor24
  611. //
  612. this.ultraComboEditor24.Location = new System.Drawing.Point(877, 161);
  613. this.ultraComboEditor24.Name = "ultraComboEditor24";
  614. this.ultraComboEditor24.Size = new System.Drawing.Size(101, 21);
  615. this.ultraComboEditor24.TabIndex = 19;
  616. this.ultraComboEditor24.Text = "ultraComboEditor1";
  617. //
  618. // ultraComboEditor16
  619. //
  620. this.ultraComboEditor16.Location = new System.Drawing.Point(877, 112);
  621. this.ultraComboEditor16.Name = "ultraComboEditor16";
  622. this.ultraComboEditor16.Size = new System.Drawing.Size(101, 21);
  623. this.ultraComboEditor16.TabIndex = 19;
  624. this.ultraComboEditor16.Text = "ultraComboEditor1";
  625. //
  626. // ultraComboEditor8
  627. //
  628. this.ultraComboEditor8.Location = new System.Drawing.Point(877, 64);
  629. this.ultraComboEditor8.Name = "ultraComboEditor8";
  630. this.ultraComboEditor8.Size = new System.Drawing.Size(101, 21);
  631. this.ultraComboEditor8.TabIndex = 19;
  632. this.ultraComboEditor8.Text = "ultraComboEditor1";
  633. //
  634. // ultraComboEditor23
  635. //
  636. this.ultraComboEditor23.Location = new System.Drawing.Point(753, 161);
  637. this.ultraComboEditor23.Name = "ultraComboEditor23";
  638. this.ultraComboEditor23.Size = new System.Drawing.Size(101, 21);
  639. this.ultraComboEditor23.TabIndex = 19;
  640. this.ultraComboEditor23.Text = "ultraComboEditor1";
  641. //
  642. // ultraComboEditor15
  643. //
  644. this.ultraComboEditor15.Location = new System.Drawing.Point(753, 112);
  645. this.ultraComboEditor15.Name = "ultraComboEditor15";
  646. this.ultraComboEditor15.Size = new System.Drawing.Size(101, 21);
  647. this.ultraComboEditor15.TabIndex = 19;
  648. this.ultraComboEditor15.Text = "ultraComboEditor1";
  649. //
  650. // ultraComboEditor7
  651. //
  652. this.ultraComboEditor7.Location = new System.Drawing.Point(753, 64);
  653. this.ultraComboEditor7.Name = "ultraComboEditor7";
  654. this.ultraComboEditor7.Size = new System.Drawing.Size(101, 21);
  655. this.ultraComboEditor7.TabIndex = 19;
  656. this.ultraComboEditor7.Text = "ultraComboEditor1";
  657. //
  658. // ultraComboEditor22
  659. //
  660. this.ultraComboEditor22.Location = new System.Drawing.Point(381, 161);
  661. this.ultraComboEditor22.Name = "ultraComboEditor22";
  662. this.ultraComboEditor22.Size = new System.Drawing.Size(101, 21);
  663. this.ultraComboEditor22.TabIndex = 19;
  664. this.ultraComboEditor22.Text = "ultraComboEditor1";
  665. //
  666. // ultraComboEditor14
  667. //
  668. this.ultraComboEditor14.Location = new System.Drawing.Point(381, 112);
  669. this.ultraComboEditor14.Name = "ultraComboEditor14";
  670. this.ultraComboEditor14.Size = new System.Drawing.Size(101, 21);
  671. this.ultraComboEditor14.TabIndex = 19;
  672. this.ultraComboEditor14.Text = "ultraComboEditor1";
  673. //
  674. // ultraComboEditor4
  675. //
  676. this.ultraComboEditor4.Location = new System.Drawing.Point(381, 64);
  677. this.ultraComboEditor4.Name = "ultraComboEditor4";
  678. this.ultraComboEditor4.Size = new System.Drawing.Size(101, 21);
  679. this.ultraComboEditor4.TabIndex = 19;
  680. this.ultraComboEditor4.Text = "ultraComboEditor1";
  681. //
  682. // ultraComboEditor21
  683. //
  684. this.ultraComboEditor21.Location = new System.Drawing.Point(629, 161);
  685. this.ultraComboEditor21.Name = "ultraComboEditor21";
  686. this.ultraComboEditor21.Size = new System.Drawing.Size(101, 21);
  687. this.ultraComboEditor21.TabIndex = 19;
  688. this.ultraComboEditor21.Text = "ultraComboEditor1";
  689. //
  690. // ultraComboEditor13
  691. //
  692. this.ultraComboEditor13.Location = new System.Drawing.Point(629, 112);
  693. this.ultraComboEditor13.Name = "ultraComboEditor13";
  694. this.ultraComboEditor13.Size = new System.Drawing.Size(101, 21);
  695. this.ultraComboEditor13.TabIndex = 19;
  696. this.ultraComboEditor13.Text = "ultraComboEditor1";
  697. //
  698. // ultraComboEditor20
  699. //
  700. this.ultraComboEditor20.Location = new System.Drawing.Point(257, 161);
  701. this.ultraComboEditor20.Name = "ultraComboEditor20";
  702. this.ultraComboEditor20.Size = new System.Drawing.Size(101, 21);
  703. this.ultraComboEditor20.TabIndex = 19;
  704. this.ultraComboEditor20.Text = "ultraComboEditor1";
  705. //
  706. // ultraComboEditor6
  707. //
  708. this.ultraComboEditor6.Location = new System.Drawing.Point(629, 64);
  709. this.ultraComboEditor6.Name = "ultraComboEditor6";
  710. this.ultraComboEditor6.Size = new System.Drawing.Size(101, 21);
  711. this.ultraComboEditor6.TabIndex = 19;
  712. this.ultraComboEditor6.Text = "ultraComboEditor1";
  713. //
  714. // ultraComboEditor12
  715. //
  716. this.ultraComboEditor12.Location = new System.Drawing.Point(257, 112);
  717. this.ultraComboEditor12.Name = "ultraComboEditor12";
  718. this.ultraComboEditor12.Size = new System.Drawing.Size(101, 21);
  719. this.ultraComboEditor12.TabIndex = 19;
  720. this.ultraComboEditor12.Text = "ultraComboEditor1";
  721. //
  722. // ultraComboEditor19
  723. //
  724. this.ultraComboEditor19.Location = new System.Drawing.Point(505, 161);
  725. this.ultraComboEditor19.Name = "ultraComboEditor19";
  726. this.ultraComboEditor19.Size = new System.Drawing.Size(101, 21);
  727. this.ultraComboEditor19.TabIndex = 19;
  728. this.ultraComboEditor19.Text = "ultraComboEditor1";
  729. //
  730. // ultraComboEditor2
  731. //
  732. this.ultraComboEditor2.Location = new System.Drawing.Point(257, 64);
  733. this.ultraComboEditor2.Name = "ultraComboEditor2";
  734. this.ultraComboEditor2.Size = new System.Drawing.Size(101, 21);
  735. this.ultraComboEditor2.TabIndex = 19;
  736. this.ultraComboEditor2.Text = "ultraComboEditor1";
  737. //
  738. // ultraComboEditor11
  739. //
  740. this.ultraComboEditor11.Location = new System.Drawing.Point(505, 112);
  741. this.ultraComboEditor11.Name = "ultraComboEditor11";
  742. this.ultraComboEditor11.Size = new System.Drawing.Size(101, 21);
  743. this.ultraComboEditor11.TabIndex = 19;
  744. this.ultraComboEditor11.Text = "ultraComboEditor1";
  745. //
  746. // ultraComboEditor18
  747. //
  748. this.ultraComboEditor18.Location = new System.Drawing.Point(133, 161);
  749. this.ultraComboEditor18.Name = "ultraComboEditor18";
  750. this.ultraComboEditor18.Size = new System.Drawing.Size(101, 21);
  751. this.ultraComboEditor18.TabIndex = 19;
  752. this.ultraComboEditor18.Text = "ultraComboEditor1";
  753. //
  754. // ultraComboEditor5
  755. //
  756. this.ultraComboEditor5.Location = new System.Drawing.Point(505, 64);
  757. this.ultraComboEditor5.Name = "ultraComboEditor5";
  758. this.ultraComboEditor5.Size = new System.Drawing.Size(101, 21);
  759. this.ultraComboEditor5.TabIndex = 19;
  760. this.ultraComboEditor5.Text = "ultraComboEditor1";
  761. //
  762. // ultraComboEditor10
  763. //
  764. this.ultraComboEditor10.Location = new System.Drawing.Point(133, 112);
  765. this.ultraComboEditor10.Name = "ultraComboEditor10";
  766. this.ultraComboEditor10.Size = new System.Drawing.Size(101, 21);
  767. this.ultraComboEditor10.TabIndex = 19;
  768. this.ultraComboEditor10.Text = "ultraComboEditor1";
  769. //
  770. // ultraLabel28
  771. //
  772. this.ultraLabel28.Location = new System.Drawing.Point(877, 140);
  773. this.ultraLabel28.Name = "ultraLabel28";
  774. this.ultraLabel28.Size = new System.Drawing.Size(67, 17);
  775. this.ultraLabel28.TabIndex = 15;
  776. this.ultraLabel28.Text = "24#";
  777. //
  778. // ultraComboEditor1
  779. //
  780. this.ultraComboEditor1.Location = new System.Drawing.Point(133, 64);
  781. this.ultraComboEditor1.Name = "ultraComboEditor1";
  782. this.ultraComboEditor1.Size = new System.Drawing.Size(101, 21);
  783. this.ultraComboEditor1.TabIndex = 19;
  784. this.ultraComboEditor1.Text = "ultraComboEditor1";
  785. //
  786. // ultraLabel20
  787. //
  788. this.ultraLabel20.Location = new System.Drawing.Point(877, 91);
  789. this.ultraLabel20.Name = "ultraLabel20";
  790. this.ultraLabel20.Size = new System.Drawing.Size(67, 17);
  791. this.ultraLabel20.TabIndex = 15;
  792. this.ultraLabel20.Text = "16#";
  793. //
  794. // ultraComboEditor17
  795. //
  796. this.ultraComboEditor17.Location = new System.Drawing.Point(9, 161);
  797. this.ultraComboEditor17.Name = "ultraComboEditor17";
  798. this.ultraComboEditor17.Size = new System.Drawing.Size(101, 21);
  799. this.ultraComboEditor17.TabIndex = 19;
  800. this.ultraComboEditor17.Text = "ultraComboEditor1";
  801. //
  802. // ultraLabel12
  803. //
  804. this.ultraLabel12.Location = new System.Drawing.Point(877, 43);
  805. this.ultraLabel12.Name = "ultraLabel12";
  806. this.ultraLabel12.Size = new System.Drawing.Size(67, 17);
  807. this.ultraLabel12.TabIndex = 15;
  808. this.ultraLabel12.Text = "8#";
  809. //
  810. // ultraComboEditor9
  811. //
  812. this.ultraComboEditor9.Location = new System.Drawing.Point(9, 112);
  813. this.ultraComboEditor9.Name = "ultraComboEditor9";
  814. this.ultraComboEditor9.Size = new System.Drawing.Size(101, 21);
  815. this.ultraComboEditor9.TabIndex = 19;
  816. this.ultraComboEditor9.Text = "ultraComboEditor1";
  817. //
  818. // ultraLabel27
  819. //
  820. this.ultraLabel27.Location = new System.Drawing.Point(380, 140);
  821. this.ultraLabel27.Name = "ultraLabel27";
  822. this.ultraLabel27.Size = new System.Drawing.Size(67, 17);
  823. this.ultraLabel27.TabIndex = 15;
  824. this.ultraLabel27.Text = "20#";
  825. //
  826. // ultraComboEditor3
  827. //
  828. this.ultraComboEditor3.Location = new System.Drawing.Point(9, 64);
  829. this.ultraComboEditor3.Name = "ultraComboEditor3";
  830. this.ultraComboEditor3.Size = new System.Drawing.Size(101, 21);
  831. this.ultraComboEditor3.TabIndex = 19;
  832. this.ultraComboEditor3.Text = "ultraComboEditor1";
  833. //
  834. // ultraLabel19
  835. //
  836. this.ultraLabel19.Location = new System.Drawing.Point(380, 91);
  837. this.ultraLabel19.Name = "ultraLabel19";
  838. this.ultraLabel19.Size = new System.Drawing.Size(67, 17);
  839. this.ultraLabel19.TabIndex = 15;
  840. this.ultraLabel19.Text = "12#";
  841. //
  842. // ultraLabel26
  843. //
  844. this.ultraLabel26.Location = new System.Drawing.Point(753, 140);
  845. this.ultraLabel26.Name = "ultraLabel26";
  846. this.ultraLabel26.Size = new System.Drawing.Size(67, 17);
  847. this.ultraLabel26.TabIndex = 15;
  848. this.ultraLabel26.Text = "23#";
  849. //
  850. // ultraLabel8
  851. //
  852. this.ultraLabel8.Location = new System.Drawing.Point(380, 43);
  853. this.ultraLabel8.Name = "ultraLabel8";
  854. this.ultraLabel8.Size = new System.Drawing.Size(67, 17);
  855. this.ultraLabel8.TabIndex = 15;
  856. this.ultraLabel8.Text = "4#";
  857. //
  858. // ultraLabel18
  859. //
  860. this.ultraLabel18.Location = new System.Drawing.Point(753, 91);
  861. this.ultraLabel18.Name = "ultraLabel18";
  862. this.ultraLabel18.Size = new System.Drawing.Size(67, 17);
  863. this.ultraLabel18.TabIndex = 15;
  864. this.ultraLabel18.Text = "15#";
  865. //
  866. // ultraLabel25
  867. //
  868. this.ultraLabel25.Location = new System.Drawing.Point(629, 140);
  869. this.ultraLabel25.Name = "ultraLabel25";
  870. this.ultraLabel25.Size = new System.Drawing.Size(67, 17);
  871. this.ultraLabel25.TabIndex = 15;
  872. this.ultraLabel25.Text = "22#";
  873. //
  874. // ultraLabel11
  875. //
  876. this.ultraLabel11.Location = new System.Drawing.Point(753, 43);
  877. this.ultraLabel11.Name = "ultraLabel11";
  878. this.ultraLabel11.Size = new System.Drawing.Size(67, 17);
  879. this.ultraLabel11.TabIndex = 15;
  880. this.ultraLabel11.Text = "7#";
  881. //
  882. // ultraLabel17
  883. //
  884. this.ultraLabel17.Location = new System.Drawing.Point(629, 91);
  885. this.ultraLabel17.Name = "ultraLabel17";
  886. this.ultraLabel17.Size = new System.Drawing.Size(67, 17);
  887. this.ultraLabel17.TabIndex = 15;
  888. this.ultraLabel17.Text = "14#";
  889. //
  890. // ultraLabel24
  891. //
  892. this.ultraLabel24.Location = new System.Drawing.Point(257, 140);
  893. this.ultraLabel24.Name = "ultraLabel24";
  894. this.ultraLabel24.Size = new System.Drawing.Size(67, 17);
  895. this.ultraLabel24.TabIndex = 15;
  896. this.ultraLabel24.Text = "19#";
  897. //
  898. // ultraTextEditor7
  899. //
  900. this.ultraTextEditor7.Location = new System.Drawing.Point(66, 6);
  901. this.ultraTextEditor7.Name = "ultraTextEditor7";
  902. this.ultraTextEditor7.Size = new System.Drawing.Size(100, 21);
  903. this.ultraTextEditor7.TabIndex = 17;
  904. this.ultraTextEditor7.Text = "ultraTextEditor1";
  905. //
  906. // ultraTextEditor6
  907. //
  908. this.ultraTextEditor6.Location = new System.Drawing.Point(744, 6);
  909. this.ultraTextEditor6.Name = "ultraTextEditor6";
  910. this.ultraTextEditor6.Size = new System.Drawing.Size(100, 21);
  911. this.ultraTextEditor6.TabIndex = 17;
  912. this.ultraTextEditor6.Text = "ultraTextEditor1";
  913. //
  914. // ultraTextEditor3
  915. //
  916. this.ultraTextEditor3.Location = new System.Drawing.Point(389, 5);
  917. this.ultraTextEditor3.Name = "ultraTextEditor3";
  918. this.ultraTextEditor3.Size = new System.Drawing.Size(100, 21);
  919. this.ultraTextEditor3.TabIndex = 17;
  920. this.ultraTextEditor3.Text = "ultraTextEditor1";
  921. //
  922. // ultraLabel16
  923. //
  924. this.ultraLabel16.Location = new System.Drawing.Point(257, 91);
  925. this.ultraLabel16.Name = "ultraLabel16";
  926. this.ultraLabel16.Size = new System.Drawing.Size(67, 17);
  927. this.ultraLabel16.TabIndex = 15;
  928. this.ultraLabel16.Text = "11#";
  929. //
  930. // ultraLabel23
  931. //
  932. this.ultraLabel23.Location = new System.Drawing.Point(505, 140);
  933. this.ultraLabel23.Name = "ultraLabel23";
  934. this.ultraLabel23.Size = new System.Drawing.Size(67, 17);
  935. this.ultraLabel23.TabIndex = 15;
  936. this.ultraLabel23.Text = "21#";
  937. //
  938. // ultraLabel10
  939. //
  940. this.ultraLabel10.Location = new System.Drawing.Point(629, 43);
  941. this.ultraLabel10.Name = "ultraLabel10";
  942. this.ultraLabel10.Size = new System.Drawing.Size(67, 17);
  943. this.ultraLabel10.TabIndex = 15;
  944. this.ultraLabel10.Text = "6#";
  945. //
  946. // ultraLabel15
  947. //
  948. this.ultraLabel15.Location = new System.Drawing.Point(505, 91);
  949. this.ultraLabel15.Name = "ultraLabel15";
  950. this.ultraLabel15.Size = new System.Drawing.Size(67, 17);
  951. this.ultraLabel15.TabIndex = 15;
  952. this.ultraLabel15.Text = "13#";
  953. //
  954. // ultraLabel22
  955. //
  956. this.ultraLabel22.Location = new System.Drawing.Point(133, 140);
  957. this.ultraLabel22.Name = "ultraLabel22";
  958. this.ultraLabel22.Size = new System.Drawing.Size(67, 17);
  959. this.ultraLabel22.TabIndex = 15;
  960. this.ultraLabel22.Text = "18#";
  961. //
  962. // ultraLabel7
  963. //
  964. this.ultraLabel7.Location = new System.Drawing.Point(257, 43);
  965. this.ultraLabel7.Name = "ultraLabel7";
  966. this.ultraLabel7.Size = new System.Drawing.Size(67, 17);
  967. this.ultraLabel7.TabIndex = 15;
  968. this.ultraLabel7.Text = "3#";
  969. //
  970. // ultraLabel14
  971. //
  972. this.ultraLabel14.Location = new System.Drawing.Point(133, 91);
  973. this.ultraLabel14.Name = "ultraLabel14";
  974. this.ultraLabel14.Size = new System.Drawing.Size(67, 17);
  975. this.ultraLabel14.TabIndex = 15;
  976. this.ultraLabel14.Text = "10#";
  977. //
  978. // ultraLabel21
  979. //
  980. this.ultraLabel21.Location = new System.Drawing.Point(9, 140);
  981. this.ultraLabel21.Name = "ultraLabel21";
  982. this.ultraLabel21.Size = new System.Drawing.Size(67, 17);
  983. this.ultraLabel21.TabIndex = 15;
  984. this.ultraLabel21.Text = "17#";
  985. //
  986. // ultraLabel9
  987. //
  988. this.ultraLabel9.Location = new System.Drawing.Point(505, 43);
  989. this.ultraLabel9.Name = "ultraLabel9";
  990. this.ultraLabel9.Size = new System.Drawing.Size(67, 17);
  991. this.ultraLabel9.TabIndex = 15;
  992. this.ultraLabel9.Text = "5#";
  993. //
  994. // ultraLabel13
  995. //
  996. this.ultraLabel13.Location = new System.Drawing.Point(9, 91);
  997. this.ultraLabel13.Name = "ultraLabel13";
  998. this.ultraLabel13.Size = new System.Drawing.Size(67, 17);
  999. this.ultraLabel13.TabIndex = 15;
  1000. this.ultraLabel13.Text = "9#";
  1001. //
  1002. // ultraLabel6
  1003. //
  1004. this.ultraLabel6.Location = new System.Drawing.Point(133, 43);
  1005. this.ultraLabel6.Name = "ultraLabel6";
  1006. this.ultraLabel6.Size = new System.Drawing.Size(67, 17);
  1007. this.ultraLabel6.TabIndex = 15;
  1008. this.ultraLabel6.Text = "2#";
  1009. //
  1010. // ultraTextEditor5
  1011. //
  1012. this.ultraTextEditor5.Location = new System.Drawing.Point(565, 6);
  1013. this.ultraTextEditor5.Name = "ultraTextEditor5";
  1014. this.ultraTextEditor5.Size = new System.Drawing.Size(100, 21);
  1015. this.ultraTextEditor5.TabIndex = 18;
  1016. this.ultraTextEditor5.Text = "ultraTextEditor4";
  1017. //
  1018. // ultraLabel31
  1019. //
  1020. this.ultraLabel31.Location = new System.Drawing.Point(8, 10);
  1021. this.ultraLabel31.Name = "ultraLabel31";
  1022. this.ultraLabel31.Size = new System.Drawing.Size(67, 23);
  1023. this.ultraLabel31.TabIndex = 15;
  1024. this.ultraLabel31.Text = "轧批号";
  1025. //
  1026. // ultraLabel5
  1027. //
  1028. this.ultraLabel5.Location = new System.Drawing.Point(9, 43);
  1029. this.ultraLabel5.Name = "ultraLabel5";
  1030. this.ultraLabel5.Size = new System.Drawing.Size(67, 17);
  1031. this.ultraLabel5.TabIndex = 15;
  1032. this.ultraLabel5.Text = "1#";
  1033. //
  1034. // ultraLabel30
  1035. //
  1036. this.ultraLabel30.Location = new System.Drawing.Point(686, 10);
  1037. this.ultraLabel30.Name = "ultraLabel30";
  1038. this.ultraLabel30.Size = new System.Drawing.Size(67, 23);
  1039. this.ultraLabel30.TabIndex = 15;
  1040. this.ultraLabel30.Text = "目标壁厚";
  1041. //
  1042. // ultraTextEditor4
  1043. //
  1044. this.ultraTextEditor4.Location = new System.Drawing.Point(226, 5);
  1045. this.ultraTextEditor4.Name = "ultraTextEditor4";
  1046. this.ultraTextEditor4.Size = new System.Drawing.Size(100, 21);
  1047. this.ultraTextEditor4.TabIndex = 18;
  1048. this.ultraTextEditor4.Text = "ultraTextEditor4";
  1049. //
  1050. // ultraLabel29
  1051. //
  1052. this.ultraLabel29.Location = new System.Drawing.Point(512, 10);
  1053. this.ultraLabel29.Name = "ultraLabel29";
  1054. this.ultraLabel29.Size = new System.Drawing.Size(67, 23);
  1055. this.ultraLabel29.TabIndex = 16;
  1056. this.ultraLabel29.Text = "目标外径";
  1057. //
  1058. // ultraLabel3
  1059. //
  1060. this.ultraLabel3.Location = new System.Drawing.Point(347, 9);
  1061. this.ultraLabel3.Name = "ultraLabel3";
  1062. this.ultraLabel3.Size = new System.Drawing.Size(67, 23);
  1063. this.ultraLabel3.TabIndex = 15;
  1064. this.ultraLabel3.Text = "壁厚";
  1065. //
  1066. // ultraLabel4
  1067. //
  1068. this.ultraLabel4.Location = new System.Drawing.Point(184, 9);
  1069. this.ultraLabel4.Name = "ultraLabel4";
  1070. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  1071. this.ultraLabel4.TabIndex = 16;
  1072. this.ultraLabel4.Text = "外径";
  1073. //
  1074. // panel2
  1075. //
  1076. this.panel2.Controls.Add(this.ultraTextEditor2);
  1077. this.panel2.Controls.Add(this.ultraTextEditor1);
  1078. this.panel2.Controls.Add(this.ultraLabel2);
  1079. this.panel2.Controls.Add(this.ultraLabel1);
  1080. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  1081. this.panel2.Location = new System.Drawing.Point(0, 0);
  1082. this.panel2.Name = "panel2";
  1083. this.panel2.Size = new System.Drawing.Size(1024, 57);
  1084. this.panel2.TabIndex = 1;
  1085. //
  1086. // ultraTextEditor2
  1087. //
  1088. this.ultraTextEditor2.Location = new System.Drawing.Point(217, 18);
  1089. this.ultraTextEditor2.Name = "ultraTextEditor2";
  1090. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  1091. this.ultraTextEditor2.TabIndex = 14;
  1092. this.ultraTextEditor2.Text = "ultraTextEditor1";
  1093. //
  1094. // ultraTextEditor1
  1095. //
  1096. this.ultraTextEditor1.Location = new System.Drawing.Point(54, 18);
  1097. this.ultraTextEditor1.Name = "ultraTextEditor1";
  1098. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  1099. this.ultraTextEditor1.TabIndex = 14;
  1100. this.ultraTextEditor1.Text = "ultraTextEditor1";
  1101. //
  1102. // ultraLabel2
  1103. //
  1104. this.ultraLabel2.Location = new System.Drawing.Point(175, 22);
  1105. this.ultraLabel2.Name = "ultraLabel2";
  1106. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  1107. this.ultraLabel2.TabIndex = 13;
  1108. this.ultraLabel2.Text = "壁厚";
  1109. //
  1110. // ultraLabel1
  1111. //
  1112. this.ultraLabel1.Location = new System.Drawing.Point(12, 22);
  1113. this.ultraLabel1.Name = "ultraLabel1";
  1114. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  1115. this.ultraLabel1.TabIndex = 13;
  1116. this.ultraLabel1.Text = "外径";
  1117. //
  1118. // FrmSizingRollerSupporting
  1119. //
  1120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1122. this.ClientSize = new System.Drawing.Size(1024, 644);
  1123. this.Controls.Add(this.panel1);
  1124. this.Name = "FrmSizingRollerSupporting";
  1125. this.Text = "张减径规格维护表";
  1126. this.panel1.ResumeLayout(false);
  1127. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1128. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1129. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).EndInit();
  1130. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1131. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1132. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1133. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  1134. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor24)).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor16)).EndInit();
  1136. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor8)).EndInit();
  1137. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor23)).EndInit();
  1138. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor15)).EndInit();
  1139. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor7)).EndInit();
  1140. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor22)).EndInit();
  1141. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor14)).EndInit();
  1142. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).EndInit();
  1143. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor21)).EndInit();
  1144. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor13)).EndInit();
  1145. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor20)).EndInit();
  1146. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor6)).EndInit();
  1147. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor12)).EndInit();
  1148. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor19)).EndInit();
  1149. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  1150. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor11)).EndInit();
  1151. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor18)).EndInit();
  1152. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).EndInit();
  1153. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor10)).EndInit();
  1154. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  1155. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor17)).EndInit();
  1156. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor9)).EndInit();
  1157. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  1158. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor7)).EndInit();
  1159. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor6)).EndInit();
  1160. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
  1161. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor5)).EndInit();
  1162. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).EndInit();
  1163. this.panel2.ResumeLayout(false);
  1164. this.panel2.PerformLayout();
  1165. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  1166. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  1167. this.ResumeLayout(false);
  1168. }
  1169. #endregion
  1170. private System.Windows.Forms.Panel panel1;
  1171. private System.Windows.Forms.Panel panel2;
  1172. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1173. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1174. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  1175. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  1176. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1177. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1178. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1179. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
  1180. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1181. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
  1182. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1183. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1184. private System.Data.DataSet dataSet1;
  1185. private System.Data.DataTable RollerTable;
  1186. private System.Data.DataColumn Check;
  1187. private System.Data.DataColumn RollerNo;
  1188. private System.Data.DataColumn Vender;
  1189. private System.Data.DataColumn Status;
  1190. private System.Data.DataColumn InStorageDate;
  1191. private System.Data.DataColumn ScrapDate;
  1192. private System.Data.DataColumn RollingNum;
  1193. private System.Data.DataColumn OnLineTime;
  1194. private System.Data.DataColumn dataColumn1;
  1195. private System.Data.DataColumn dataColumn2;
  1196. private System.Data.DataColumn dataColumn3;
  1197. private System.Data.DataColumn dataColumn4;
  1198. private System.Data.DataColumn dataColumn5;
  1199. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor4;
  1200. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  1201. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  1202. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  1203. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1204. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1205. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1206. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor24;
  1207. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor16;
  1208. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor8;
  1209. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor23;
  1210. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor15;
  1211. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor7;
  1212. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor22;
  1213. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor14;
  1214. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor21;
  1215. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor13;
  1216. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor20;
  1217. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor6;
  1218. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor12;
  1219. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor19;
  1220. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor11;
  1221. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor18;
  1222. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor5;
  1223. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor10;
  1224. private Infragistics.Win.Misc.UltraLabel ultraLabel28;
  1225. private Infragistics.Win.Misc.UltraLabel ultraLabel20;
  1226. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor17;
  1227. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1228. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor9;
  1229. private Infragistics.Win.Misc.UltraLabel ultraLabel27;
  1230. private Infragistics.Win.Misc.UltraLabel ultraLabel19;
  1231. private Infragistics.Win.Misc.UltraLabel ultraLabel26;
  1232. private Infragistics.Win.Misc.UltraLabel ultraLabel18;
  1233. private Infragistics.Win.Misc.UltraLabel ultraLabel25;
  1234. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1235. private Infragistics.Win.Misc.UltraLabel ultraLabel17;
  1236. private Infragistics.Win.Misc.UltraLabel ultraLabel24;
  1237. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  1238. private Infragistics.Win.Misc.UltraLabel ultraLabel23;
  1239. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1240. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  1241. private Infragistics.Win.Misc.UltraLabel ultraLabel22;
  1242. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  1243. private Infragistics.Win.Misc.UltraLabel ultraLabel21;
  1244. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1245. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1246. private System.Data.DataColumn dataColumn6;
  1247. private System.Data.DataColumn dataColumn7;
  1248. private System.Data.DataColumn dataColumn8;
  1249. private System.Data.DataColumn dataColumn9;
  1250. private System.Data.DataColumn dataColumn10;
  1251. private System.Data.DataColumn dataColumn11;
  1252. private System.Data.DataColumn dataColumn12;
  1253. private System.Data.DataColumn dataColumn13;
  1254. private System.Data.DataColumn dataColumn14;
  1255. private System.Data.DataColumn dataColumn15;
  1256. private System.Data.DataColumn dataColumn16;
  1257. private System.Data.DataColumn dataColumn17;
  1258. private System.Data.DataColumn dataColumn18;
  1259. private System.Data.DataColumn dataColumn19;
  1260. private System.Data.DataColumn dataColumn20;
  1261. private System.Data.DataColumn dataColumn23;
  1262. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor7;
  1263. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor6;
  1264. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor5;
  1265. private Infragistics.Win.Misc.UltraLabel ultraLabel31;
  1266. private Infragistics.Win.Misc.UltraLabel ultraLabel30;
  1267. private Infragistics.Win.Misc.UltraLabel ultraLabel29;
  1268. }
  1269. }