BackLineOperate.Designer.cs 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  1. namespace Core.StlMes.Client.ZGMil.NodeResultQuery
  2. {
  3. partial class BackLineOperate
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STOVE_NO");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOT_NO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DIAMETER");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("THICKNESS");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LENGTH");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SEQ");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_PRO", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REAL_TIME_STATUS");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_NUM");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACKLINE_NUM");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GROUP_NUM");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FINAL_NUM");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_LOCATION");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HANDLE_METHOD");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZP_FLAG");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFF_LEVEL");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TYPE_FLAG");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_TIME");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_USER");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_SHIFT");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_GROUP");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_NUM1");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_NUM2");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFLINE_NUM3");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACKLINE_NUM1");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACKLINE_NUM2");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACKLINE_NUM3");
  62. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  86. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("query");
  87. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("backline");
  88. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BacklineBack");
  89. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  90. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("query");
  91. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  92. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackLineOperate));
  93. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("backline");
  94. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("backlineall");
  96. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  98. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BacklineBack");
  100. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  101. this.panel1 = new System.Windows.Forms.Panel();
  102. this.ultraRack = new Infragistics.Win.UltraWinGrid.UltraGrid();
  103. this.dataSet1 = new System.Data.DataSet();
  104. this.dtPlan = new System.Data.DataTable();
  105. this.dataColumn1 = new System.Data.DataColumn();
  106. this.dataColumn2 = new System.Data.DataColumn();
  107. this.dataColumn3 = new System.Data.DataColumn();
  108. this.dataColumn4 = new System.Data.DataColumn();
  109. this.dataColumn5 = new System.Data.DataColumn();
  110. this.dataColumn6 = new System.Data.DataColumn();
  111. this.dataColumn7 = new System.Data.DataColumn();
  112. this.dataColumn8 = new System.Data.DataColumn();
  113. this.dataColumn9 = new System.Data.DataColumn();
  114. this.dataColumn10 = new System.Data.DataColumn();
  115. this.dataColumn11 = new System.Data.DataColumn();
  116. this.dataColumn12 = new System.Data.DataColumn();
  117. this.dataColumn13 = new System.Data.DataColumn();
  118. this.dataColumn14 = new System.Data.DataColumn();
  119. this.dataColumn15 = new System.Data.DataColumn();
  120. this.dataColumn16 = new System.Data.DataColumn();
  121. this.dataColumn17 = new System.Data.DataColumn();
  122. this.dataColumn18 = new System.Data.DataColumn();
  123. this.dataColumn19 = new System.Data.DataColumn();
  124. this.dataColumn20 = new System.Data.DataColumn();
  125. this.dataColumn21 = new System.Data.DataColumn();
  126. this.dataColumn22 = new System.Data.DataColumn();
  127. this.dataColumn23 = new System.Data.DataColumn();
  128. this.dataColumn24 = new System.Data.DataColumn();
  129. this.dataColumn25 = new System.Data.DataColumn();
  130. this.dataColumn26 = new System.Data.DataColumn();
  131. this.dataColumn27 = new System.Data.DataColumn();
  132. this.dataColumn28 = new System.Data.DataColumn();
  133. this.dataColumn29 = new System.Data.DataColumn();
  134. this.dataColumn30 = new System.Data.DataColumn();
  135. this.dataColumn31 = new System.Data.DataColumn();
  136. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  137. this.TxtBacklinNumBack3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  138. this.TxtBacklinNumBack2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  139. this.TxtBacklinNumBack1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  140. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  141. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  142. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  143. this.TxtBacklinNumHas3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  144. this.TxtBacklinNumHas2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  145. this.TxtBacklinNumHas1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  146. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  147. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  148. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  149. this.TxtBacklinNum3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  150. this.TxtBacklinNum2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  151. this.TxtBacklinNum1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  152. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  153. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  154. this.TxtBackLineNumhas = new System.Windows.Forms.TextBox();
  155. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  156. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  157. this.TxtTotalNum = new System.Windows.Forms.TextBox();
  158. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  159. this.TxtHeatNo = new System.Windows.Forms.TextBox();
  160. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  161. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  162. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  163. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  164. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  165. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  166. this.panel1.SuspendLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.ultraRack)).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.dtPlan)).BeginInit();
  170. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  171. this.ultraGroupBox1.SuspendLayout();
  172. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumBack3)).BeginInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumBack2)).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumBack1)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumHas3)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumHas2)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumHas1)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNum3)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNum2)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNum1)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  182. this.SuspendLayout();
  183. //
  184. // panel1
  185. //
  186. this.panel1.Controls.Add(this.ultraRack);
  187. this.panel1.Controls.Add(this.ultraGroupBox1);
  188. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.panel1.Location = new System.Drawing.Point(0, 28);
  190. this.panel1.Name = "panel1";
  191. this.panel1.Size = new System.Drawing.Size(1213, 486);
  192. this.panel1.TabIndex = 0;
  193. //
  194. // ultraRack
  195. //
  196. this.ultraRack.DataSource = this.dataSet1;
  197. appearance1.BackColor = System.Drawing.SystemColors.Window;
  198. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  199. this.ultraRack.DisplayLayout.Appearance = appearance1;
  200. ultraGridColumn1.Header.VisiblePosition = 0;
  201. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  202. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  203. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  204. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  205. ultraGridColumn2.Header.VisiblePosition = 1;
  206. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 20;
  207. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  208. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  209. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  210. ultraGridColumn3.Header.VisiblePosition = 2;
  211. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 22;
  212. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  213. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  214. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  215. ultraGridColumn4.Header.VisiblePosition = 3;
  216. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 24;
  217. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  218. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  219. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  220. ultraGridColumn5.Header.VisiblePosition = 4;
  221. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 26;
  222. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  223. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  224. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  225. ultraGridColumn6.Header.VisiblePosition = 5;
  226. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 28;
  227. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  228. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  229. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  230. ultraGridColumn7.Header.VisiblePosition = 6;
  231. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 30;
  232. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  233. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  234. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  235. ultraGridColumn8.Header.VisiblePosition = 7;
  236. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 32;
  237. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  238. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  239. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  240. ultraGridColumn9.Header.VisiblePosition = 8;
  241. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
  242. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  243. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  244. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  245. ultraGridColumn10.Header.VisiblePosition = 9;
  246. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 34;
  247. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  248. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  249. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  250. ultraGridColumn11.Header.VisiblePosition = 10;
  251. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
  252. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  253. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  254. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  255. ultraGridColumn12.Header.VisiblePosition = 11;
  256. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 18;
  257. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  258. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  259. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  260. ultraGridColumn13.Header.VisiblePosition = 12;
  261. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 36;
  262. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  263. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  264. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  265. ultraGridColumn14.Header.VisiblePosition = 13;
  266. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 38;
  267. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  268. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  269. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  270. ultraGridColumn15.Header.VisiblePosition = 14;
  271. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 40;
  272. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  273. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  274. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  275. ultraGridColumn16.Header.VisiblePosition = 15;
  276. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 42;
  277. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  278. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  279. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  280. ultraGridColumn17.Header.VisiblePosition = 16;
  281. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 44;
  282. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  283. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  284. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  285. ultraGridColumn18.Header.VisiblePosition = 17;
  286. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 46;
  287. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  288. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  289. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  290. ultraGridColumn19.Header.VisiblePosition = 18;
  291. ultraGridColumn19.Hidden = true;
  292. ultraGridColumn20.Header.VisiblePosition = 19;
  293. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 48;
  294. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  295. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  296. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  297. ultraGridColumn21.Header.VisiblePosition = 20;
  298. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 50;
  299. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  300. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  301. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  302. ultraGridColumn22.Header.VisiblePosition = 21;
  303. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 52;
  304. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  305. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  306. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  307. ultraGridColumn23.Header.VisiblePosition = 22;
  308. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 54;
  309. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  310. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  311. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  312. ultraGridColumn24.Header.VisiblePosition = 23;
  313. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 56;
  314. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  315. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  316. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  317. ultraGridColumn25.Header.VisiblePosition = 24;
  318. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 58;
  319. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  320. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  321. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  322. ultraGridColumn26.Header.VisiblePosition = 25;
  323. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
  324. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  325. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  326. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  327. ultraGridColumn27.Header.VisiblePosition = 26;
  328. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 6;
  329. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  330. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  331. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  332. ultraGridColumn28.Header.VisiblePosition = 27;
  333. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 8;
  334. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  335. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  336. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  337. ultraGridColumn29.Header.VisiblePosition = 28;
  338. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 12;
  339. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  340. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  341. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  342. ultraGridColumn30.Header.VisiblePosition = 29;
  343. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 14;
  344. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  345. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  346. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  347. ultraGridColumn31.Header.VisiblePosition = 30;
  348. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 16;
  349. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  350. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  351. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  352. ultraGridBand1.Columns.AddRange(new object[] {
  353. ultraGridColumn1,
  354. ultraGridColumn2,
  355. ultraGridColumn3,
  356. ultraGridColumn4,
  357. ultraGridColumn5,
  358. ultraGridColumn6,
  359. ultraGridColumn7,
  360. ultraGridColumn8,
  361. ultraGridColumn9,
  362. ultraGridColumn10,
  363. ultraGridColumn11,
  364. ultraGridColumn12,
  365. ultraGridColumn13,
  366. ultraGridColumn14,
  367. ultraGridColumn15,
  368. ultraGridColumn16,
  369. ultraGridColumn17,
  370. ultraGridColumn18,
  371. ultraGridColumn19,
  372. ultraGridColumn20,
  373. ultraGridColumn21,
  374. ultraGridColumn22,
  375. ultraGridColumn23,
  376. ultraGridColumn24,
  377. ultraGridColumn25,
  378. ultraGridColumn26,
  379. ultraGridColumn27,
  380. ultraGridColumn28,
  381. ultraGridColumn29,
  382. ultraGridColumn30,
  383. ultraGridColumn31});
  384. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  385. this.ultraRack.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  386. this.ultraRack.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  387. this.ultraRack.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  388. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  389. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  390. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  391. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  392. this.ultraRack.DisplayLayout.GroupByBox.Appearance = appearance2;
  393. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  394. this.ultraRack.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  395. this.ultraRack.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  396. this.ultraRack.DisplayLayout.GroupByBox.Hidden = true;
  397. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  398. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  399. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  400. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  401. this.ultraRack.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  402. this.ultraRack.DisplayLayout.MaxColScrollRegions = 1;
  403. this.ultraRack.DisplayLayout.MaxRowScrollRegions = 1;
  404. appearance7.BackColor = System.Drawing.SystemColors.Window;
  405. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  406. this.ultraRack.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  407. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  408. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  409. this.ultraRack.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  410. this.ultraRack.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  411. this.ultraRack.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  412. appearance12.BackColor = System.Drawing.SystemColors.Window;
  413. this.ultraRack.DisplayLayout.Override.CardAreaAppearance = appearance12;
  414. appearance8.BorderColor = System.Drawing.Color.Silver;
  415. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  416. this.ultraRack.DisplayLayout.Override.CellAppearance = appearance8;
  417. this.ultraRack.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  418. this.ultraRack.DisplayLayout.Override.CellPadding = 0;
  419. appearance6.BackColor = System.Drawing.SystemColors.Control;
  420. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  421. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  422. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  423. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  424. this.ultraRack.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  425. appearance5.TextHAlignAsString = "Left";
  426. this.ultraRack.DisplayLayout.Override.HeaderAppearance = appearance5;
  427. this.ultraRack.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  428. this.ultraRack.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  429. appearance11.BackColor = System.Drawing.SystemColors.Window;
  430. appearance11.BorderColor = System.Drawing.Color.Silver;
  431. this.ultraRack.DisplayLayout.Override.RowAppearance = appearance11;
  432. this.ultraRack.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  433. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  434. this.ultraRack.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  435. this.ultraRack.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  436. this.ultraRack.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  437. this.ultraRack.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  438. this.ultraRack.Dock = System.Windows.Forms.DockStyle.Fill;
  439. this.ultraRack.Location = new System.Drawing.Point(0, 79);
  440. this.ultraRack.Name = "ultraRack";
  441. this.ultraRack.Size = new System.Drawing.Size(1213, 407);
  442. this.ultraRack.TabIndex = 2;
  443. this.ultraRack.Text = "ultraGrid1";
  444. this.ultraRack.AfterRowActivate += new System.EventHandler(this.ultraRack_AfterRowActivate);
  445. //
  446. // dataSet1
  447. //
  448. this.dataSet1.DataSetName = "NewDataSet";
  449. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  450. this.dtPlan});
  451. //
  452. // dtPlan
  453. //
  454. this.dtPlan.Columns.AddRange(new System.Data.DataColumn[] {
  455. this.dataColumn1,
  456. this.dataColumn2,
  457. this.dataColumn3,
  458. this.dataColumn4,
  459. this.dataColumn5,
  460. this.dataColumn6,
  461. this.dataColumn7,
  462. this.dataColumn8,
  463. this.dataColumn9,
  464. this.dataColumn10,
  465. this.dataColumn11,
  466. this.dataColumn12,
  467. this.dataColumn13,
  468. this.dataColumn14,
  469. this.dataColumn15,
  470. this.dataColumn16,
  471. this.dataColumn17,
  472. this.dataColumn18,
  473. this.dataColumn19,
  474. this.dataColumn20,
  475. this.dataColumn21,
  476. this.dataColumn22,
  477. this.dataColumn23,
  478. this.dataColumn24,
  479. this.dataColumn25,
  480. this.dataColumn26,
  481. this.dataColumn27,
  482. this.dataColumn28,
  483. this.dataColumn29,
  484. this.dataColumn30,
  485. this.dataColumn31});
  486. this.dtPlan.TableName = "Table1";
  487. //
  488. // dataColumn1
  489. //
  490. this.dataColumn1.Caption = "判定炉号";
  491. this.dataColumn1.ColumnName = "JUDGE_STOVE_NO";
  492. //
  493. // dataColumn2
  494. //
  495. this.dataColumn2.Caption = "熔炼炉号";
  496. this.dataColumn2.ColumnName = "STOVE_NO";
  497. //
  498. // dataColumn3
  499. //
  500. this.dataColumn3.Caption = "生产批号";
  501. this.dataColumn3.ColumnName = "LOT_NO";
  502. //
  503. // dataColumn4
  504. //
  505. this.dataColumn4.Caption = "外径(实际)";
  506. this.dataColumn4.ColumnName = "DIAMETER";
  507. //
  508. // dataColumn5
  509. //
  510. this.dataColumn5.Caption = "壁厚(实际)";
  511. this.dataColumn5.ColumnName = "THICKNESS";
  512. //
  513. // dataColumn6
  514. //
  515. this.dataColumn6.Caption = "长度(实际)";
  516. this.dataColumn6.ColumnName = "LENGTH";
  517. //
  518. // dataColumn7
  519. //
  520. this.dataColumn7.Caption = "厂线代码";
  521. this.dataColumn7.ColumnName = "PLINE_CODE";
  522. //
  523. // dataColumn8
  524. //
  525. this.dataColumn8.Caption = "顺序号";
  526. this.dataColumn8.ColumnName = "SEQ";
  527. //
  528. // dataColumn9
  529. //
  530. this.dataColumn9.Caption = "下线工序";
  531. this.dataColumn9.ColumnName = "OFFLINE_PRO";
  532. //
  533. // dataColumn10
  534. //
  535. this.dataColumn10.Caption = "实时返线状态";
  536. this.dataColumn10.ColumnName = "REAL_TIME_STATUS";
  537. //
  538. // dataColumn11
  539. //
  540. this.dataColumn11.Caption = "下线支数";
  541. this.dataColumn11.ColumnName = "OFFLINE_NUM";
  542. //
  543. // dataColumn12
  544. //
  545. this.dataColumn12.Caption = "返线支数";
  546. this.dataColumn12.ColumnName = "BACKLINE_NUM";
  547. //
  548. // dataColumn13
  549. //
  550. this.dataColumn13.Caption = "组炉支数";
  551. this.dataColumn13.ColumnName = "GROUP_NUM";
  552. //
  553. // dataColumn14
  554. //
  555. this.dataColumn14.Caption = "最终下线支数";
  556. this.dataColumn14.ColumnName = "FINAL_NUM";
  557. //
  558. // dataColumn15
  559. //
  560. this.dataColumn15.Caption = "料位";
  561. this.dataColumn15.ColumnName = "MAT_LOCATION";
  562. //
  563. // dataColumn16
  564. //
  565. this.dataColumn16.Caption = "处理方法";
  566. this.dataColumn16.ColumnName = "HANDLE_METHOD";
  567. //
  568. // dataColumn17
  569. //
  570. this.dataColumn17.Caption = "组批标识";
  571. this.dataColumn17.ColumnName = "ZP_FLAG";
  572. //
  573. // dataColumn18
  574. //
  575. this.dataColumn18.Caption = "下线管等级";
  576. this.dataColumn18.ColumnName = "OFF_LEVEL";
  577. //
  578. // dataColumn19
  579. //
  580. this.dataColumn19.Caption = "状态";
  581. this.dataColumn19.ColumnName = "STATUS";
  582. //
  583. // dataColumn20
  584. //
  585. this.dataColumn20.Caption = "下线方式";
  586. this.dataColumn20.ColumnName = "TYPE_FLAG";
  587. //
  588. // dataColumn21
  589. //
  590. this.dataColumn21.Caption = "下线时间";
  591. this.dataColumn21.ColumnName = "OFFLINE_TIME";
  592. //
  593. // dataColumn22
  594. //
  595. this.dataColumn22.Caption = "备注";
  596. this.dataColumn22.ColumnName = "REMARK";
  597. //
  598. // dataColumn23
  599. //
  600. this.dataColumn23.Caption = "操作人";
  601. this.dataColumn23.ColumnName = "COL_USER";
  602. //
  603. // dataColumn24
  604. //
  605. this.dataColumn24.Caption = "操作班次";
  606. this.dataColumn24.ColumnName = "COL_SHIFT";
  607. //
  608. // dataColumn25
  609. //
  610. this.dataColumn25.Caption = "操作班组";
  611. this.dataColumn25.ColumnName = "COL_GROUP";
  612. //
  613. // dataColumn26
  614. //
  615. this.dataColumn26.Caption = "1#台下线支数";
  616. this.dataColumn26.ColumnName = "OFFLINE_NUM1";
  617. //
  618. // dataColumn27
  619. //
  620. this.dataColumn27.Caption = "2#台下线支数";
  621. this.dataColumn27.ColumnName = "OFFLINE_NUM2";
  622. //
  623. // dataColumn28
  624. //
  625. this.dataColumn28.Caption = "3#台下线支数";
  626. this.dataColumn28.ColumnName = "OFFLINE_NUM3";
  627. //
  628. // dataColumn29
  629. //
  630. this.dataColumn29.Caption = "1#台返线支数";
  631. this.dataColumn29.ColumnName = "BACKLINE_NUM1";
  632. //
  633. // dataColumn30
  634. //
  635. this.dataColumn30.Caption = "2#台返线支数";
  636. this.dataColumn30.ColumnName = "BACKLINE_NUM2";
  637. //
  638. // dataColumn31
  639. //
  640. this.dataColumn31.Caption = "3#台返线支数";
  641. this.dataColumn31.ColumnName = "BACKLINE_NUM3";
  642. //
  643. // ultraGroupBox1
  644. //
  645. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNumBack3);
  646. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNumBack2);
  647. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNumBack1);
  648. this.ultraGroupBox1.Controls.Add(this.ultraLabel10);
  649. this.ultraGroupBox1.Controls.Add(this.ultraLabel11);
  650. this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
  651. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNumHas3);
  652. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNumHas2);
  653. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNumHas1);
  654. this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
  655. this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
  656. this.ultraGroupBox1.Controls.Add(this.ultraLabel9);
  657. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNum3);
  658. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNum2);
  659. this.ultraGroupBox1.Controls.Add(this.TxtBacklinNum1);
  660. this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
  661. this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
  662. this.ultraGroupBox1.Controls.Add(this.TxtBackLineNumhas);
  663. this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
  664. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  665. this.ultraGroupBox1.Controls.Add(this.TxtTotalNum);
  666. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  667. this.ultraGroupBox1.Controls.Add(this.TxtHeatNo);
  668. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  669. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  670. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  671. this.ultraGroupBox1.Name = "ultraGroupBox1";
  672. this.ultraGroupBox1.Size = new System.Drawing.Size(1213, 79);
  673. this.ultraGroupBox1.TabIndex = 1;
  674. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  675. //
  676. // TxtBacklinNumBack3
  677. //
  678. this.TxtBacklinNumBack3.Location = new System.Drawing.Point(1104, 48);
  679. this.TxtBacklinNumBack3.MaskInput = "nnnn";
  680. this.TxtBacklinNumBack3.MinValue = 0;
  681. this.TxtBacklinNumBack3.Name = "TxtBacklinNumBack3";
  682. this.TxtBacklinNumBack3.Nullable = true;
  683. this.TxtBacklinNumBack3.Size = new System.Drawing.Size(88, 21);
  684. this.TxtBacklinNumBack3.TabIndex = 29;
  685. //
  686. // TxtBacklinNumBack2
  687. //
  688. this.TxtBacklinNumBack2.Location = new System.Drawing.Point(915, 48);
  689. this.TxtBacklinNumBack2.MaskInput = "nnnn";
  690. this.TxtBacklinNumBack2.MinValue = 0;
  691. this.TxtBacklinNumBack2.Name = "TxtBacklinNumBack2";
  692. this.TxtBacklinNumBack2.Nullable = true;
  693. this.TxtBacklinNumBack2.Size = new System.Drawing.Size(88, 21);
  694. this.TxtBacklinNumBack2.TabIndex = 28;
  695. //
  696. // TxtBacklinNumBack1
  697. //
  698. this.TxtBacklinNumBack1.Location = new System.Drawing.Point(720, 48);
  699. this.TxtBacklinNumBack1.MaskInput = "nnnn";
  700. this.TxtBacklinNumBack1.MinValue = 0;
  701. this.TxtBacklinNumBack1.Name = "TxtBacklinNumBack1";
  702. this.TxtBacklinNumBack1.Nullable = true;
  703. this.TxtBacklinNumBack1.Size = new System.Drawing.Size(88, 21);
  704. this.TxtBacklinNumBack1.TabIndex = 27;
  705. //
  706. // ultraLabel10
  707. //
  708. appearance19.BackColor = System.Drawing.Color.Transparent;
  709. this.ultraLabel10.Appearance = appearance19;
  710. this.ultraLabel10.Location = new System.Drawing.Point(1019, 51);
  711. this.ultraLabel10.Name = "ultraLabel10";
  712. this.ultraLabel10.Size = new System.Drawing.Size(100, 19);
  713. this.ultraLabel10.TabIndex = 26;
  714. this.ultraLabel10.Text = "3#台回退支数:";
  715. //
  716. // ultraLabel11
  717. //
  718. appearance20.BackColor = System.Drawing.Color.Transparent;
  719. this.ultraLabel11.Appearance = appearance20;
  720. this.ultraLabel11.Location = new System.Drawing.Point(830, 51);
  721. this.ultraLabel11.Name = "ultraLabel11";
  722. this.ultraLabel11.Size = new System.Drawing.Size(100, 19);
  723. this.ultraLabel11.TabIndex = 25;
  724. this.ultraLabel11.Text = "2#台回退支数:";
  725. //
  726. // ultraLabel12
  727. //
  728. appearance21.BackColor = System.Drawing.Color.Transparent;
  729. this.ultraLabel12.Appearance = appearance21;
  730. this.ultraLabel12.Location = new System.Drawing.Point(632, 51);
  731. this.ultraLabel12.Name = "ultraLabel12";
  732. this.ultraLabel12.Size = new System.Drawing.Size(100, 19);
  733. this.ultraLabel12.TabIndex = 24;
  734. this.ultraLabel12.Text = "1#台回退支数:";
  735. //
  736. // TxtBacklinNumHas3
  737. //
  738. this.TxtBacklinNumHas3.Location = new System.Drawing.Point(500, 48);
  739. this.TxtBacklinNumHas3.MaskInput = "nnnn";
  740. this.TxtBacklinNumHas3.MinValue = 0;
  741. this.TxtBacklinNumHas3.Name = "TxtBacklinNumHas3";
  742. this.TxtBacklinNumHas3.Size = new System.Drawing.Size(88, 21);
  743. this.TxtBacklinNumHas3.TabIndex = 23;
  744. //
  745. // TxtBacklinNumHas2
  746. //
  747. this.TxtBacklinNumHas2.Location = new System.Drawing.Point(310, 48);
  748. this.TxtBacklinNumHas2.MaskInput = "nnnn";
  749. this.TxtBacklinNumHas2.MinValue = 0;
  750. this.TxtBacklinNumHas2.Name = "TxtBacklinNumHas2";
  751. this.TxtBacklinNumHas2.Size = new System.Drawing.Size(88, 21);
  752. this.TxtBacklinNumHas2.TabIndex = 22;
  753. //
  754. // TxtBacklinNumHas1
  755. //
  756. this.TxtBacklinNumHas1.Location = new System.Drawing.Point(114, 48);
  757. this.TxtBacklinNumHas1.MaskInput = "nnnn";
  758. this.TxtBacklinNumHas1.MinValue = 0;
  759. this.TxtBacklinNumHas1.Name = "TxtBacklinNumHas1";
  760. this.TxtBacklinNumHas1.Size = new System.Drawing.Size(88, 21);
  761. this.TxtBacklinNumHas1.TabIndex = 21;
  762. //
  763. // ultraLabel7
  764. //
  765. appearance16.BackColor = System.Drawing.Color.Transparent;
  766. this.ultraLabel7.Appearance = appearance16;
  767. this.ultraLabel7.Location = new System.Drawing.Point(403, 51);
  768. this.ultraLabel7.Name = "ultraLabel7";
  769. this.ultraLabel7.Size = new System.Drawing.Size(105, 19);
  770. this.ultraLabel7.TabIndex = 20;
  771. this.ultraLabel7.Text = "3#台已返线支数:";
  772. //
  773. // ultraLabel8
  774. //
  775. appearance18.BackColor = System.Drawing.Color.Transparent;
  776. this.ultraLabel8.Appearance = appearance18;
  777. this.ultraLabel8.Location = new System.Drawing.Point(212, 51);
  778. this.ultraLabel8.Name = "ultraLabel8";
  779. this.ultraLabel8.Size = new System.Drawing.Size(104, 19);
  780. this.ultraLabel8.TabIndex = 19;
  781. this.ultraLabel8.Text = "2#台已返线支数:";
  782. //
  783. // ultraLabel9
  784. //
  785. appearance17.BackColor = System.Drawing.Color.Transparent;
  786. this.ultraLabel9.Appearance = appearance17;
  787. this.ultraLabel9.Location = new System.Drawing.Point(14, 51);
  788. this.ultraLabel9.Name = "ultraLabel9";
  789. this.ultraLabel9.Size = new System.Drawing.Size(104, 19);
  790. this.ultraLabel9.TabIndex = 18;
  791. this.ultraLabel9.Text = "1#台已返线支数:";
  792. //
  793. // TxtBacklinNum3
  794. //
  795. this.TxtBacklinNum3.Location = new System.Drawing.Point(1104, 13);
  796. this.TxtBacklinNum3.MaskInput = "nnnn";
  797. this.TxtBacklinNum3.MinValue = 0;
  798. this.TxtBacklinNum3.Name = "TxtBacklinNum3";
  799. this.TxtBacklinNum3.Nullable = true;
  800. this.TxtBacklinNum3.Size = new System.Drawing.Size(88, 21);
  801. this.TxtBacklinNum3.TabIndex = 17;
  802. //
  803. // TxtBacklinNum2
  804. //
  805. this.TxtBacklinNum2.Location = new System.Drawing.Point(915, 13);
  806. this.TxtBacklinNum2.MaskInput = "nnnn";
  807. this.TxtBacklinNum2.MinValue = 0;
  808. this.TxtBacklinNum2.Name = "TxtBacklinNum2";
  809. this.TxtBacklinNum2.Nullable = true;
  810. this.TxtBacklinNum2.Size = new System.Drawing.Size(88, 21);
  811. this.TxtBacklinNum2.TabIndex = 16;
  812. //
  813. // TxtBacklinNum1
  814. //
  815. this.TxtBacklinNum1.Location = new System.Drawing.Point(720, 13);
  816. this.TxtBacklinNum1.MaskInput = "nnnn";
  817. this.TxtBacklinNum1.MinValue = 0;
  818. this.TxtBacklinNum1.Name = "TxtBacklinNum1";
  819. this.TxtBacklinNum1.Nullable = true;
  820. this.TxtBacklinNum1.Size = new System.Drawing.Size(88, 21);
  821. this.TxtBacklinNum1.TabIndex = 15;
  822. //
  823. // ultraLabel6
  824. //
  825. appearance22.BackColor = System.Drawing.Color.Transparent;
  826. this.ultraLabel6.Appearance = appearance22;
  827. this.ultraLabel6.Location = new System.Drawing.Point(1019, 16);
  828. this.ultraLabel6.Name = "ultraLabel6";
  829. this.ultraLabel6.Size = new System.Drawing.Size(100, 19);
  830. this.ultraLabel6.TabIndex = 13;
  831. this.ultraLabel6.Text = "3#台返线支数:";
  832. //
  833. // ultraLabel5
  834. //
  835. appearance23.BackColor = System.Drawing.Color.Transparent;
  836. this.ultraLabel5.Appearance = appearance23;
  837. this.ultraLabel5.Location = new System.Drawing.Point(830, 16);
  838. this.ultraLabel5.Name = "ultraLabel5";
  839. this.ultraLabel5.Size = new System.Drawing.Size(100, 19);
  840. this.ultraLabel5.TabIndex = 11;
  841. this.ultraLabel5.Text = "2#台返线支数:";
  842. //
  843. // TxtBackLineNumhas
  844. //
  845. this.TxtBackLineNumhas.Location = new System.Drawing.Point(310, 13);
  846. this.TxtBackLineNumhas.Name = "TxtBackLineNumhas";
  847. this.TxtBackLineNumhas.Size = new System.Drawing.Size(88, 21);
  848. this.TxtBackLineNumhas.TabIndex = 10;
  849. //
  850. // ultraLabel4
  851. //
  852. appearance14.BackColor = System.Drawing.Color.Transparent;
  853. this.ultraLabel4.Appearance = appearance14;
  854. this.ultraLabel4.Location = new System.Drawing.Point(231, 16);
  855. this.ultraLabel4.Name = "ultraLabel4";
  856. this.ultraLabel4.Size = new System.Drawing.Size(85, 19);
  857. this.ultraLabel4.TabIndex = 9;
  858. this.ultraLabel4.Text = "已返线支数:";
  859. //
  860. // ultraLabel3
  861. //
  862. appearance24.BackColor = System.Drawing.Color.Transparent;
  863. this.ultraLabel3.Appearance = appearance24;
  864. this.ultraLabel3.Location = new System.Drawing.Point(632, 16);
  865. this.ultraLabel3.Name = "ultraLabel3";
  866. this.ultraLabel3.Size = new System.Drawing.Size(100, 19);
  867. this.ultraLabel3.TabIndex = 6;
  868. this.ultraLabel3.Text = "1#台返线支数:";
  869. //
  870. // TxtTotalNum
  871. //
  872. this.TxtTotalNum.Location = new System.Drawing.Point(500, 13);
  873. this.TxtTotalNum.Name = "TxtTotalNum";
  874. this.TxtTotalNum.Size = new System.Drawing.Size(88, 21);
  875. this.TxtTotalNum.TabIndex = 5;
  876. //
  877. // ultraLabel2
  878. //
  879. appearance13.BackColor = System.Drawing.Color.Transparent;
  880. this.ultraLabel2.Appearance = appearance13;
  881. this.ultraLabel2.Location = new System.Drawing.Point(423, 16);
  882. this.ultraLabel2.Name = "ultraLabel2";
  883. this.ultraLabel2.Size = new System.Drawing.Size(85, 19);
  884. this.ultraLabel2.TabIndex = 4;
  885. this.ultraLabel2.Text = "可返线支数:";
  886. //
  887. // TxtHeatNo
  888. //
  889. this.TxtHeatNo.Location = new System.Drawing.Point(77, 13);
  890. this.TxtHeatNo.Name = "TxtHeatNo";
  891. this.TxtHeatNo.Size = new System.Drawing.Size(125, 21);
  892. this.TxtHeatNo.TabIndex = 3;
  893. //
  894. // ultraLabel1
  895. //
  896. appearance15.BackColor = System.Drawing.Color.Transparent;
  897. this.ultraLabel1.Appearance = appearance15;
  898. this.ultraLabel1.Location = new System.Drawing.Point(14, 16);
  899. this.ultraLabel1.Name = "ultraLabel1";
  900. this.ultraLabel1.Size = new System.Drawing.Size(73, 19);
  901. this.ultraLabel1.TabIndex = 2;
  902. this.ultraLabel1.Text = "返线炉号:";
  903. //
  904. // ultraToolbarsManager1
  905. //
  906. this.ultraToolbarsManager1.DesignerFlags = 1;
  907. this.ultraToolbarsManager1.DockWithinContainer = this;
  908. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  909. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  910. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  911. ultraToolbar1.DockedColumn = 0;
  912. ultraToolbar1.DockedRow = 0;
  913. buttonTool1.InstanceProps.IsFirstInGroup = true;
  914. buttonTool2.InstanceProps.IsFirstInGroup = true;
  915. buttonTool3.InstanceProps.IsFirstInGroup = true;
  916. buttonTool7.InstanceProps.IsFirstInGroup = true;
  917. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  918. buttonTool1,
  919. buttonTool2,
  920. buttonTool3,
  921. buttonTool7});
  922. ultraToolbar1.Text = "UltraToolbar1";
  923. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  924. ultraToolbar1});
  925. appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
  926. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
  927. buttonTool4.SharedPropsInternal.Caption = "查询";
  928. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  929. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  930. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  931. buttonTool5.SharedPropsInternal.Caption = "返线";
  932. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  933. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  934. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  935. buttonTool6.SharedPropsInternal.Caption = "整台返线";
  936. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  937. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  938. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  939. buttonTool8.SharedPropsInternal.Caption = "关闭";
  940. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  941. appearance39.Image = ((object)(resources.GetObject("appearance39.Image")));
  942. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance39;
  943. buttonTool9.SharedPropsInternal.Caption = "返线回退";
  944. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  945. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  946. buttonTool4,
  947. buttonTool5,
  948. buttonTool6,
  949. buttonTool8,
  950. buttonTool9});
  951. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  952. //
  953. // _FrmBase_Toolbars_Dock_Area_Left
  954. //
  955. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  956. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  957. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  958. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  959. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  960. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  961. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 486);
  962. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  963. //
  964. // _FrmBase_Toolbars_Dock_Area_Right
  965. //
  966. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  967. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  968. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  969. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  970. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1213, 28);
  971. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  972. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 486);
  973. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  974. //
  975. // _FrmBase_Toolbars_Dock_Area_Top
  976. //
  977. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  978. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  979. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  980. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  981. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  982. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  983. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1213, 28);
  984. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  985. //
  986. // _FrmBase_Toolbars_Dock_Area_Bottom
  987. //
  988. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  989. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  990. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  991. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  992. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 514);
  993. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  994. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1213, 0);
  995. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  996. //
  997. // BackLineOperate
  998. //
  999. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1000. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1001. this.ClientSize = new System.Drawing.Size(1213, 514);
  1002. this.Controls.Add(this.panel1);
  1003. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  1004. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  1005. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  1006. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  1007. this.Name = "BackLineOperate";
  1008. this.Text = "返线操作";
  1009. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.BackLineOperate_FormClosed);
  1010. this.panel1.ResumeLayout(false);
  1011. ((System.ComponentModel.ISupportInitialize)(this.ultraRack)).EndInit();
  1012. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1013. ((System.ComponentModel.ISupportInitialize)(this.dtPlan)).EndInit();
  1014. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1015. this.ultraGroupBox1.ResumeLayout(false);
  1016. this.ultraGroupBox1.PerformLayout();
  1017. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumBack3)).EndInit();
  1018. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumBack2)).EndInit();
  1019. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumBack1)).EndInit();
  1020. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumHas3)).EndInit();
  1021. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumHas2)).EndInit();
  1022. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNumHas1)).EndInit();
  1023. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNum3)).EndInit();
  1024. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNum2)).EndInit();
  1025. ((System.ComponentModel.ISupportInitialize)(this.TxtBacklinNum1)).EndInit();
  1026. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1027. this.ResumeLayout(false);
  1028. }
  1029. #endregion
  1030. private System.Windows.Forms.Panel panel1;
  1031. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1032. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1033. private System.Windows.Forms.TextBox TxtTotalNum;
  1034. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1035. private System.Windows.Forms.TextBox TxtHeatNo;
  1036. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1037. private Infragistics.Win.UltraWinGrid.UltraGrid ultraRack;
  1038. private System.Data.DataSet dataSet1;
  1039. private System.Data.DataTable dtPlan;
  1040. private System.Data.DataColumn dataColumn1;
  1041. private System.Data.DataColumn dataColumn2;
  1042. private System.Data.DataColumn dataColumn3;
  1043. private System.Data.DataColumn dataColumn4;
  1044. private System.Data.DataColumn dataColumn5;
  1045. private System.Data.DataColumn dataColumn6;
  1046. private System.Data.DataColumn dataColumn7;
  1047. private System.Data.DataColumn dataColumn8;
  1048. private System.Data.DataColumn dataColumn9;
  1049. private System.Data.DataColumn dataColumn10;
  1050. private System.Data.DataColumn dataColumn11;
  1051. private System.Data.DataColumn dataColumn12;
  1052. private System.Data.DataColumn dataColumn13;
  1053. private System.Data.DataColumn dataColumn14;
  1054. private System.Data.DataColumn dataColumn15;
  1055. private System.Data.DataColumn dataColumn16;
  1056. private System.Data.DataColumn dataColumn17;
  1057. private System.Data.DataColumn dataColumn18;
  1058. private System.Data.DataColumn dataColumn19;
  1059. private System.Data.DataColumn dataColumn20;
  1060. private System.Data.DataColumn dataColumn21;
  1061. private System.Data.DataColumn dataColumn22;
  1062. private System.Data.DataColumn dataColumn23;
  1063. private System.Data.DataColumn dataColumn24;
  1064. private System.Data.DataColumn dataColumn25;
  1065. private System.Windows.Forms.TextBox TxtBackLineNumhas;
  1066. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1067. private System.Data.DataColumn dataColumn26;
  1068. private System.Data.DataColumn dataColumn27;
  1069. private System.Data.DataColumn dataColumn28;
  1070. private System.Data.DataColumn dataColumn29;
  1071. private System.Data.DataColumn dataColumn30;
  1072. private System.Data.DataColumn dataColumn31;
  1073. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1074. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  1075. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  1076. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  1077. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  1078. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1079. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1080. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNum1;
  1081. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNum2;
  1082. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNum3;
  1083. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNumHas3;
  1084. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNumHas2;
  1085. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNumHas1;
  1086. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1087. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1088. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1089. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNumBack3;
  1090. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNumBack2;
  1091. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtBacklinNumBack1;
  1092. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1093. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1094. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1095. }
  1096. }