UIF0420101.Designer.cs 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254
  1. namespace Core.LZMes.Client.UIF
  2. {
  3. partial class UIF0420101
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TAB_ROLLPLAN", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_NO", -1, null, 22078432, 2, 0);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_NO", -1, null, 22078432, 3, 0);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_PROG_CD", -1, null, 22078432, 4, 0);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_LOAD_LOC", -1, null, 22078432, 5, 0);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD", -1, null, 22078433, 0, 0);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_THK", -1, null, 22078433, 1, 0);
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_WTH", -1, null, 22078433, 2, 0);
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_LEN", -1, null, 22078433, 3, 0);
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WGT", -1, null, 22078433, 4, 0);
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_SPEC_STL_GRD", -1, null, 22078434, 0, 0);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_THK", -1, null, 22078434, 1, 0);
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_WTH", -1, null, 22078434, 2, 0);
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_LEN", -1, null, 22078434, 3, 0);
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODNM_CD", -1, null, 22078434, 4, 0);
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_EXTSHAPE_REQ", -1, null, 22078434, 5, 0);
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PACK_METHOD", -1, null, 22078434, 6, 0);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_NO", -1, null, 22078435, 0, 0);
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_SEQ", -1, null, 22078435, 1, 0);
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEL_TO_DATE", -1, null, 22078435, 2, 0);
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDCUST_CD", -1, null, 22078435, 3, 0);
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEST_CD", -1, null, 22078435, 4, 0);
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COLDTIME", -1, null, 22078432, 6, 0);
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG", -1, null, 22078432, 0, 0);
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROD_LINE", -1, null, 22078432, 8, 0);
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDX_", -1, null, 22078432, 1, 0);
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_COIL_NO", -1, null, 22078432, 7, 0);
  55. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup(22078432);
  56. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("热卷信息", 22078433);
  57. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("冷轧成品信息", 22078434);
  58. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("顶信息", 22078435);
  59. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  66. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIF0420101));
  67. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TAB_ROLLINFO", -1);
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TYPE_");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROLLINFO");
  73. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TAB_HCOILINFO", -1);
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_NO", -1, null, 22078370, 1, 0);
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_NO", -1, null, 22078370, 2, 0);
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_PROG_CD", -1, null, 22078370, 3, 0);
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_LOAD_LOC", -1, null, 22078370, 4, 0);
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD", -1, null, 22078371, 0, 0);
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_THK", -1, null, 22078371, 1, 0);
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_WTH", -1, null, 22078371, 2, 0);
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_LEN", -1, null, 22078371, 3, 0);
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WGT", -1, null, 22078371, 4, 0);
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_SPEC_STL_GRD", -1, null, 22078372, 0, 0);
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_THK", -1, null, 22078372, 1, 0);
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_WTH", -1, null, 22078372, 2, 0);
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_LEN", -1, null, 22078372, 3, 0);
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODNM_CD", -1, null, 22078372, 5, 0);
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_EXTSHAPE_REQ", -1, null, 22078372, 6, 0);
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PACK_METHOD", -1, null, 22078372, 7, 0);
  96. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_NO", -1, null, 22078373, 0, 0);
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_SEQ", -1, null, 22078373, 1, 0);
  98. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEL_TO_DATE", -1, null, 22078373, 2, 0);
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDCUST_CD", -1, null, 22078373, 3, 0);
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEST_CD", -1, null, 22078373, 4, 0);
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COLDTIME", -1, null, 22078370, 5, 0);
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG", -1, null, 22078370, 0, 0, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROD_LINE", -1, null, 22078370, 6, 0);
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUG", -1, null, 22078371, 5, 0);
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EDGE_PROC_YN", -1, null, 22078372, 8, 0);
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_INDIA", -1, null, 22078372, 4, 0);
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT", -1, null, 22078372, 9, 0);
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MK_CONTENT", -1, null, 22078373, 5, 0);
  109. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup(22078370);
  110. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("热卷信息", 22078371);
  111. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup7 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("冷轧产品信息", 22078372);
  112. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup8 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("订单信息", 22078373);
  113. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  114. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  115. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  116. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  117. this.panel1 = new System.Windows.Forms.Panel();
  118. this.panel6 = new System.Windows.Forms.Panel();
  119. this.ugrd_RollPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
  120. this.dataSet1 = new System.Data.DataSet();
  121. this.dataTable1 = new System.Data.DataTable();
  122. this.dataColumn1 = new System.Data.DataColumn();
  123. this.dataColumn2 = new System.Data.DataColumn();
  124. this.dataTable2 = new System.Data.DataTable();
  125. this.dataColumn28 = new System.Data.DataColumn();
  126. this.dataColumn29 = new System.Data.DataColumn();
  127. this.dataColumn30 = new System.Data.DataColumn();
  128. this.dataColumn31 = new System.Data.DataColumn();
  129. this.dataColumn32 = new System.Data.DataColumn();
  130. this.dataColumn33 = new System.Data.DataColumn();
  131. this.dataColumn34 = new System.Data.DataColumn();
  132. this.dataColumn35 = new System.Data.DataColumn();
  133. this.dataColumn36 = new System.Data.DataColumn();
  134. this.dataColumn37 = new System.Data.DataColumn();
  135. this.dataColumn38 = new System.Data.DataColumn();
  136. this.dataColumn39 = new System.Data.DataColumn();
  137. this.dataColumn40 = new System.Data.DataColumn();
  138. this.dataColumn41 = new System.Data.DataColumn();
  139. this.dataColumn42 = new System.Data.DataColumn();
  140. this.dataColumn43 = new System.Data.DataColumn();
  141. this.dataColumn44 = new System.Data.DataColumn();
  142. this.dataColumn45 = new System.Data.DataColumn();
  143. this.dataColumn46 = new System.Data.DataColumn();
  144. this.dataColumn47 = new System.Data.DataColumn();
  145. this.dataColumn48 = new System.Data.DataColumn();
  146. this.dataColumn49 = new System.Data.DataColumn();
  147. this.dataColumn50 = new System.Data.DataColumn();
  148. this.dataColumn51 = new System.Data.DataColumn();
  149. this.dataColumn27 = new System.Data.DataColumn();
  150. this.dataColumn52 = new System.Data.DataColumn();
  151. this.dataTable3 = new System.Data.DataTable();
  152. this.dataColumn3 = new System.Data.DataColumn();
  153. this.dataColumn4 = new System.Data.DataColumn();
  154. this.dataColumn5 = new System.Data.DataColumn();
  155. this.dataColumn6 = new System.Data.DataColumn();
  156. this.dataColumn7 = new System.Data.DataColumn();
  157. this.dataColumn8 = new System.Data.DataColumn();
  158. this.dataColumn9 = new System.Data.DataColumn();
  159. this.dataColumn10 = new System.Data.DataColumn();
  160. this.dataColumn11 = new System.Data.DataColumn();
  161. this.dataColumn12 = new System.Data.DataColumn();
  162. this.dataColumn13 = new System.Data.DataColumn();
  163. this.dataColumn14 = new System.Data.DataColumn();
  164. this.dataColumn15 = new System.Data.DataColumn();
  165. this.dataColumn16 = new System.Data.DataColumn();
  166. this.dataColumn17 = new System.Data.DataColumn();
  167. this.dataColumn18 = new System.Data.DataColumn();
  168. this.dataColumn19 = new System.Data.DataColumn();
  169. this.dataColumn20 = new System.Data.DataColumn();
  170. this.dataColumn21 = new System.Data.DataColumn();
  171. this.dataColumn22 = new System.Data.DataColumn();
  172. this.dataColumn23 = new System.Data.DataColumn();
  173. this.dataColumn24 = new System.Data.DataColumn();
  174. this.dataColumn25 = new System.Data.DataColumn();
  175. this.dataColumn26 = new System.Data.DataColumn();
  176. this.dataColumn53 = new System.Data.DataColumn();
  177. this.dataColumn54 = new System.Data.DataColumn();
  178. this.dataColumn55 = new System.Data.DataColumn();
  179. this.dataColumn56 = new System.Data.DataColumn();
  180. this.dataColumn57 = new System.Data.DataColumn();
  181. this.pal_Lab_Roll = new System.Windows.Forms.Panel();
  182. this.CHK_PHY = new System.Windows.Forms.CheckBox();
  183. this.CHK_CHEM = new System.Windows.Forms.CheckBox();
  184. this.btn_Cancel = new Infragistics.Win.Misc.UltraButton();
  185. this.btn_Merge = new Infragistics.Win.Misc.UltraButton();
  186. this.btn_Down = new Infragistics.Win.Misc.UltraButton();
  187. this.btn_UP = new Infragistics.Win.Misc.UltraButton();
  188. this.label1 = new System.Windows.Forms.Label();
  189. this.panel4 = new System.Windows.Forms.Panel();
  190. this.panel11 = new System.Windows.Forms.Panel();
  191. this.ugrd_RollInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  192. this.panel10 = new System.Windows.Forms.Panel();
  193. this.panel9 = new System.Windows.Forms.Panel();
  194. this.uiF042010_CTL1 = new Core.LZMes.Client.UIF.UIF042010_CTL();
  195. this.panel2 = new System.Windows.Forms.Panel();
  196. this.btn_Del = new Infragistics.Win.Misc.UltraButton();
  197. this.btn_Add = new Infragistics.Win.Misc.UltraButton();
  198. this.panel3 = new System.Windows.Forms.Panel();
  199. this.panel8 = new System.Windows.Forms.Panel();
  200. this.ugrd_HCoilInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  201. this.pal_lab_HCoil = new System.Windows.Forms.Panel();
  202. this.label2 = new System.Windows.Forms.Label();
  203. this.panel1.SuspendLayout();
  204. this.panel6.SuspendLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollPlan)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  210. this.pal_Lab_Roll.SuspendLayout();
  211. this.panel4.SuspendLayout();
  212. this.panel11.SuspendLayout();
  213. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollInfo)).BeginInit();
  214. this.panel9.SuspendLayout();
  215. this.panel2.SuspendLayout();
  216. this.panel3.SuspendLayout();
  217. this.panel8.SuspendLayout();
  218. ((System.ComponentModel.ISupportInitialize)(this.ugrd_HCoilInfo)).BeginInit();
  219. this.pal_lab_HCoil.SuspendLayout();
  220. this.SuspendLayout();
  221. //
  222. // panel1
  223. //
  224. this.panel1.Controls.Add(this.panel6);
  225. this.panel1.Controls.Add(this.pal_Lab_Roll);
  226. this.panel1.Controls.Add(this.panel4);
  227. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  228. this.panel1.Location = new System.Drawing.Point(521, 0);
  229. this.panel1.Name = "panel1";
  230. this.panel1.Size = new System.Drawing.Size(491, 722);
  231. this.panel1.TabIndex = 0;
  232. //
  233. // panel6
  234. //
  235. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  236. this.panel6.Controls.Add(this.ugrd_RollPlan);
  237. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  238. this.panel6.Location = new System.Drawing.Point(0, 178);
  239. this.panel6.Name = "panel6";
  240. this.panel6.Size = new System.Drawing.Size(491, 544);
  241. this.panel6.TabIndex = 4;
  242. //
  243. // ugrd_RollPlan
  244. //
  245. this.ugrd_RollPlan.DataMember = "TAB_ROLLPLAN";
  246. this.ugrd_RollPlan.DataSource = this.dataSet1;
  247. this.ugrd_RollPlan.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  248. ultraGridColumn1.Width = 82;
  249. ultraGridColumn2.Hidden = true;
  250. ultraGridColumn2.Width = 116;
  251. ultraGridColumn3.Hidden = true;
  252. ultraGridColumn4.Width = 64;
  253. ultraGridColumn5.Header.Caption = "牌号";
  254. ultraGridColumn5.Width = 72;
  255. ultraGridColumn6.Header.Caption = "厚度";
  256. ultraGridColumn6.Width = 32;
  257. ultraGridColumn7.Header.Caption = "宽度";
  258. ultraGridColumn7.Width = 41;
  259. ultraGridColumn8.Header.Caption = "长度";
  260. ultraGridColumn8.Width = 58;
  261. ultraGridColumn9.Header.Caption = "重量";
  262. ultraGridColumn9.Width = 49;
  263. ultraGridColumn10.Header.Caption = "牌号";
  264. ultraGridColumn10.Width = 64;
  265. ultraGridColumn11.Header.Caption = "厚度";
  266. ultraGridColumn11.Width = 39;
  267. ultraGridColumn12.Header.Caption = "宽度";
  268. ultraGridColumn12.Width = 57;
  269. ultraGridColumn13.Header.Caption = "长度";
  270. ultraGridColumn13.Width = 50;
  271. ultraGridColumn14.Width = 57;
  272. ultraGridColumn15.Width = 60;
  273. ultraGridColumn16.Width = 49;
  274. ultraGridColumn17.Width = 67;
  275. ultraGridColumn18.Width = 79;
  276. ultraGridColumn19.Width = 74;
  277. ultraGridColumn20.Width = 94;
  278. ultraGridColumn22.Width = 57;
  279. ultraGridColumn23.Hidden = true;
  280. ultraGridColumn24.Width = 22;
  281. ultraGridColumn25.Width = 25;
  282. ultraGridColumn26.Width = 23;
  283. ultraGridBand1.Columns.AddRange(new object[] {
  284. ultraGridColumn1,
  285. ultraGridColumn2,
  286. ultraGridColumn3,
  287. ultraGridColumn4,
  288. ultraGridColumn5,
  289. ultraGridColumn6,
  290. ultraGridColumn7,
  291. ultraGridColumn8,
  292. ultraGridColumn9,
  293. ultraGridColumn10,
  294. ultraGridColumn11,
  295. ultraGridColumn12,
  296. ultraGridColumn13,
  297. ultraGridColumn14,
  298. ultraGridColumn15,
  299. ultraGridColumn16,
  300. ultraGridColumn17,
  301. ultraGridColumn18,
  302. ultraGridColumn19,
  303. ultraGridColumn20,
  304. ultraGridColumn21,
  305. ultraGridColumn22,
  306. ultraGridColumn23,
  307. ultraGridColumn24,
  308. ultraGridColumn25,
  309. ultraGridColumn26});
  310. ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
  311. ultraGridGroup2.Key = "热卷信息";
  312. ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
  313. ultraGridGroup3.Key = "冷轧成品信息";
  314. ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
  315. ultraGridGroup4.Header.Caption = "订单信息";
  316. ultraGridGroup4.Key = "顶信息";
  317. ultraGridGroup4.RowLayoutGroupInfo.LabelSpan = 1;
  318. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  319. ultraGridGroup1,
  320. ultraGridGroup2,
  321. ultraGridGroup3,
  322. ultraGridGroup4});
  323. this.ugrd_RollPlan.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  324. this.ugrd_RollPlan.DisplayLayout.MaxColScrollRegions = 1;
  325. this.ugrd_RollPlan.DisplayLayout.MaxRowScrollRegions = 1;
  326. appearance3.BackColor = System.Drawing.Color.LightSteelBlue;
  327. this.ugrd_RollPlan.DisplayLayout.Override.AddRowAppearance = appearance3;
  328. this.ugrd_RollPlan.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  329. appearance4.BackColor = System.Drawing.Color.GhostWhite;
  330. this.ugrd_RollPlan.DisplayLayout.Override.CellAppearance = appearance4;
  331. this.ugrd_RollPlan.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  332. this.ugrd_RollPlan.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  333. appearance9.BackColor = System.Drawing.Color.LightSteelBlue;
  334. this.ugrd_RollPlan.DisplayLayout.Override.HeaderAppearance = appearance9;
  335. this.ugrd_RollPlan.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  336. appearance10.BackColor = System.Drawing.Color.LightSteelBlue;
  337. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectorAppearance = appearance10;
  338. appearance21.BackColor = System.Drawing.Color.LightSteelBlue;
  339. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance21;
  340. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  341. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  342. appearance22.BackColor = System.Drawing.Color.LightSteelBlue;
  343. this.ugrd_RollPlan.DisplayLayout.Override.SelectedRowAppearance = appearance22;
  344. this.ugrd_RollPlan.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  345. this.ugrd_RollPlan.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  346. this.ugrd_RollPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  347. this.ugrd_RollPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.ugrd_RollPlan.Location = new System.Drawing.Point(0, 0);
  349. this.ugrd_RollPlan.Name = "ugrd_RollPlan";
  350. this.ugrd_RollPlan.Size = new System.Drawing.Size(489, 542);
  351. this.ugrd_RollPlan.TabIndex = 5;
  352. //
  353. // dataSet1
  354. //
  355. this.dataSet1.DataSetName = "NewDataSet";
  356. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  357. this.dataTable1,
  358. this.dataTable2,
  359. this.dataTable3});
  360. //
  361. // dataTable1
  362. //
  363. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  364. this.dataColumn1,
  365. this.dataColumn2});
  366. this.dataTable1.TableName = "TAB_ROLLINFO";
  367. //
  368. // dataColumn1
  369. //
  370. this.dataColumn1.Caption = "区分";
  371. this.dataColumn1.ColumnName = "TYPE_";
  372. //
  373. // dataColumn2
  374. //
  375. this.dataColumn2.Caption = "现况";
  376. this.dataColumn2.ColumnName = "ROLLINFO";
  377. //
  378. // dataTable2
  379. //
  380. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  381. this.dataColumn28,
  382. this.dataColumn29,
  383. this.dataColumn30,
  384. this.dataColumn31,
  385. this.dataColumn32,
  386. this.dataColumn33,
  387. this.dataColumn34,
  388. this.dataColumn35,
  389. this.dataColumn36,
  390. this.dataColumn37,
  391. this.dataColumn38,
  392. this.dataColumn39,
  393. this.dataColumn40,
  394. this.dataColumn41,
  395. this.dataColumn42,
  396. this.dataColumn43,
  397. this.dataColumn44,
  398. this.dataColumn45,
  399. this.dataColumn46,
  400. this.dataColumn47,
  401. this.dataColumn48,
  402. this.dataColumn49,
  403. this.dataColumn50,
  404. this.dataColumn51,
  405. this.dataColumn27,
  406. this.dataColumn52});
  407. this.dataTable2.TableName = "TAB_ROLLPLAN";
  408. //
  409. // dataColumn28
  410. //
  411. this.dataColumn28.Caption = "热卷号";
  412. this.dataColumn28.ColumnName = "COIL_NO";
  413. //
  414. // dataColumn29
  415. //
  416. this.dataColumn29.Caption = "钢坯号";
  417. this.dataColumn29.ColumnName = "SLAB_NO";
  418. //
  419. // dataColumn30
  420. //
  421. this.dataColumn30.Caption = "物料进程";
  422. this.dataColumn30.ColumnName = "CUR_PROG_CD";
  423. //
  424. // dataColumn31
  425. //
  426. this.dataColumn31.Caption = "堆放位置";
  427. this.dataColumn31.ColumnName = "CUR_LOAD_LOC";
  428. //
  429. // dataColumn32
  430. //
  431. this.dataColumn32.Caption = "热卷牌号";
  432. this.dataColumn32.ColumnName = "SPEC_STL_GRD";
  433. //
  434. // dataColumn33
  435. //
  436. this.dataColumn33.Caption = "热卷厚度";
  437. this.dataColumn33.ColumnName = "COIL_THK";
  438. this.dataColumn33.DataType = typeof(decimal);
  439. //
  440. // dataColumn34
  441. //
  442. this.dataColumn34.Caption = "热卷宽度";
  443. this.dataColumn34.ColumnName = "COIL_WTH";
  444. this.dataColumn34.DataType = typeof(decimal);
  445. //
  446. // dataColumn35
  447. //
  448. this.dataColumn35.Caption = "热卷长度";
  449. this.dataColumn35.ColumnName = "COIL_LEN";
  450. this.dataColumn35.DataType = typeof(decimal);
  451. //
  452. // dataColumn36
  453. //
  454. this.dataColumn36.Caption = "热卷重量";
  455. this.dataColumn36.ColumnName = "ACT_WGT";
  456. this.dataColumn36.DataType = typeof(decimal);
  457. //
  458. // dataColumn37
  459. //
  460. this.dataColumn37.Caption = "冷轧牌号";
  461. this.dataColumn37.ColumnName = "C_SPEC_STL_GRD";
  462. //
  463. // dataColumn38
  464. //
  465. this.dataColumn38.Caption = "冷卷厚度";
  466. this.dataColumn38.ColumnName = "C_ORD_THK";
  467. this.dataColumn38.DataType = typeof(decimal);
  468. //
  469. // dataColumn39
  470. //
  471. this.dataColumn39.Caption = "冷卷宽度";
  472. this.dataColumn39.ColumnName = "C_ORD_WTH";
  473. this.dataColumn39.DataType = typeof(decimal);
  474. //
  475. // dataColumn40
  476. //
  477. this.dataColumn40.Caption = "冷卷长度";
  478. this.dataColumn40.ColumnName = "C_ORD_LEN";
  479. this.dataColumn40.DataType = typeof(decimal);
  480. //
  481. // dataColumn41
  482. //
  483. this.dataColumn41.Caption = "交货状态";
  484. this.dataColumn41.ColumnName = "PRODNM_CD";
  485. //
  486. // dataColumn42
  487. //
  488. this.dataColumn42.Caption = "表面要求";
  489. this.dataColumn42.ColumnName = "C_EXTSHAPE_REQ";
  490. //
  491. // dataColumn43
  492. //
  493. this.dataColumn43.Caption = "包装";
  494. this.dataColumn43.ColumnName = "PACK_METHOD";
  495. //
  496. // dataColumn44
  497. //
  498. this.dataColumn44.Caption = "合同号";
  499. this.dataColumn44.ColumnName = "ORD_NO";
  500. //
  501. // dataColumn45
  502. //
  503. this.dataColumn45.Caption = "订单号";
  504. this.dataColumn45.ColumnName = "ORD_SEQ";
  505. //
  506. // dataColumn46
  507. //
  508. this.dataColumn46.Caption = "交货期";
  509. this.dataColumn46.ColumnName = "DEL_TO_DATE";
  510. //
  511. // dataColumn47
  512. //
  513. this.dataColumn47.Caption = "收货单位";
  514. this.dataColumn47.ColumnName = "ORDCUST_CD";
  515. //
  516. // dataColumn48
  517. //
  518. this.dataColumn48.Caption = "到站";
  519. this.dataColumn48.ColumnName = "DEST_CD";
  520. //
  521. // dataColumn49
  522. //
  523. this.dataColumn49.Caption = "冷却时长";
  524. this.dataColumn49.ColumnName = "COLDTIME";
  525. this.dataColumn49.DataType = typeof(decimal);
  526. //
  527. // dataColumn50
  528. //
  529. this.dataColumn50.Caption = "选择";
  530. this.dataColumn50.ColumnName = "FLAG";
  531. //
  532. // dataColumn51
  533. //
  534. this.dataColumn51.Caption = "去向";
  535. this.dataColumn51.ColumnName = "PROD_LINE";
  536. //
  537. // dataColumn27
  538. //
  539. this.dataColumn27.Caption = "顺序";
  540. this.dataColumn27.ColumnName = "INDX_";
  541. //
  542. // dataColumn52
  543. //
  544. this.dataColumn52.Caption = "并卷";
  545. this.dataColumn52.ColumnName = "C_COIL_NO";
  546. //
  547. // dataTable3
  548. //
  549. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  550. this.dataColumn3,
  551. this.dataColumn4,
  552. this.dataColumn5,
  553. this.dataColumn6,
  554. this.dataColumn7,
  555. this.dataColumn8,
  556. this.dataColumn9,
  557. this.dataColumn10,
  558. this.dataColumn11,
  559. this.dataColumn12,
  560. this.dataColumn13,
  561. this.dataColumn14,
  562. this.dataColumn15,
  563. this.dataColumn16,
  564. this.dataColumn17,
  565. this.dataColumn18,
  566. this.dataColumn19,
  567. this.dataColumn20,
  568. this.dataColumn21,
  569. this.dataColumn22,
  570. this.dataColumn23,
  571. this.dataColumn24,
  572. this.dataColumn25,
  573. this.dataColumn26,
  574. this.dataColumn53,
  575. this.dataColumn54,
  576. this.dataColumn55,
  577. this.dataColumn56,
  578. this.dataColumn57});
  579. this.dataTable3.TableName = "TAB_HCOILINFO";
  580. //
  581. // dataColumn3
  582. //
  583. this.dataColumn3.Caption = "热卷号";
  584. this.dataColumn3.ColumnName = "COIL_NO";
  585. //
  586. // dataColumn4
  587. //
  588. this.dataColumn4.Caption = "炉号";
  589. this.dataColumn4.ColumnName = "SLAB_NO";
  590. //
  591. // dataColumn5
  592. //
  593. this.dataColumn5.Caption = "物料进程";
  594. this.dataColumn5.ColumnName = "CUR_PROG_CD";
  595. //
  596. // dataColumn6
  597. //
  598. this.dataColumn6.Caption = "堆放位置";
  599. this.dataColumn6.ColumnName = "CUR_LOAD_LOC";
  600. //
  601. // dataColumn7
  602. //
  603. this.dataColumn7.Caption = "热卷牌号";
  604. this.dataColumn7.ColumnName = "SPEC_STL_GRD";
  605. //
  606. // dataColumn8
  607. //
  608. this.dataColumn8.Caption = "热卷厚度";
  609. this.dataColumn8.ColumnName = "COIL_THK";
  610. this.dataColumn8.DataType = typeof(decimal);
  611. //
  612. // dataColumn9
  613. //
  614. this.dataColumn9.Caption = "热卷宽度";
  615. this.dataColumn9.ColumnName = "COIL_WTH";
  616. this.dataColumn9.DataType = typeof(decimal);
  617. //
  618. // dataColumn10
  619. //
  620. this.dataColumn10.Caption = "热卷长度";
  621. this.dataColumn10.ColumnName = "COIL_LEN";
  622. this.dataColumn10.DataType = typeof(decimal);
  623. //
  624. // dataColumn11
  625. //
  626. this.dataColumn11.Caption = "热卷重量";
  627. this.dataColumn11.ColumnName = "ACT_WGT";
  628. this.dataColumn11.DataType = typeof(decimal);
  629. //
  630. // dataColumn12
  631. //
  632. this.dataColumn12.Caption = "冷卷牌号";
  633. this.dataColumn12.ColumnName = "C_SPEC_STL_GRD";
  634. //
  635. // dataColumn13
  636. //
  637. this.dataColumn13.Caption = "冷卷厚度";
  638. this.dataColumn13.ColumnName = "C_ORD_THK";
  639. this.dataColumn13.DataType = typeof(decimal);
  640. //
  641. // dataColumn14
  642. //
  643. this.dataColumn14.Caption = "冷卷宽度";
  644. this.dataColumn14.ColumnName = "C_ORD_WTH";
  645. this.dataColumn14.DataType = typeof(decimal);
  646. //
  647. // dataColumn15
  648. //
  649. this.dataColumn15.Caption = "冷卷长度";
  650. this.dataColumn15.ColumnName = "C_ORD_LEN";
  651. this.dataColumn15.DataType = typeof(decimal);
  652. //
  653. // dataColumn16
  654. //
  655. this.dataColumn16.Caption = "交货状态";
  656. this.dataColumn16.ColumnName = "PRODNM_CD";
  657. //
  658. // dataColumn17
  659. //
  660. this.dataColumn17.Caption = "表面等级";
  661. this.dataColumn17.ColumnName = "C_EXTSHAPE_REQ";
  662. //
  663. // dataColumn18
  664. //
  665. this.dataColumn18.Caption = "包装要求";
  666. this.dataColumn18.ColumnName = "PACK_METHOD";
  667. //
  668. // dataColumn19
  669. //
  670. this.dataColumn19.Caption = "合同号";
  671. this.dataColumn19.ColumnName = "ORD_NO";
  672. //
  673. // dataColumn20
  674. //
  675. this.dataColumn20.Caption = "订单号";
  676. this.dataColumn20.ColumnName = "ORD_SEQ";
  677. //
  678. // dataColumn21
  679. //
  680. this.dataColumn21.Caption = "交货期";
  681. this.dataColumn21.ColumnName = "DEL_TO_DATE";
  682. //
  683. // dataColumn22
  684. //
  685. this.dataColumn22.Caption = "收货单位";
  686. this.dataColumn22.ColumnName = "ORDCUST_CD";
  687. //
  688. // dataColumn23
  689. //
  690. this.dataColumn23.Caption = "到站";
  691. this.dataColumn23.ColumnName = "DEST_CD";
  692. //
  693. // dataColumn24
  694. //
  695. this.dataColumn24.Caption = "冷却时长";
  696. this.dataColumn24.ColumnName = "COLDTIME";
  697. this.dataColumn24.DataType = typeof(decimal);
  698. //
  699. // dataColumn25
  700. //
  701. this.dataColumn25.Caption = "选择";
  702. this.dataColumn25.ColumnName = "FLAG";
  703. //
  704. // dataColumn26
  705. //
  706. this.dataColumn26.Caption = "去向";
  707. this.dataColumn26.ColumnName = "PROD_LINE";
  708. //
  709. // dataColumn53
  710. //
  711. this.dataColumn53.Caption = "缺陷";
  712. this.dataColumn53.ColumnName = "BUG";
  713. //
  714. // dataColumn54
  715. //
  716. this.dataColumn54.Caption = "切边";
  717. this.dataColumn54.ColumnName = "EDGE_PROC_YN";
  718. //
  719. // dataColumn55
  720. //
  721. this.dataColumn55.Caption = "内径";
  722. this.dataColumn55.ColumnName = "C_ORD_INDIA";
  723. //
  724. // dataColumn56
  725. //
  726. this.dataColumn56.Caption = "分卷";
  727. this.dataColumn56.ColumnName = "CUT";
  728. //
  729. // dataColumn57
  730. //
  731. this.dataColumn57.Caption = "订单备注";
  732. this.dataColumn57.ColumnName = "MK_CONTENT";
  733. //
  734. // pal_Lab_Roll
  735. //
  736. this.pal_Lab_Roll.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  737. this.pal_Lab_Roll.Controls.Add(this.CHK_PHY);
  738. this.pal_Lab_Roll.Controls.Add(this.CHK_CHEM);
  739. this.pal_Lab_Roll.Controls.Add(this.btn_Cancel);
  740. this.pal_Lab_Roll.Controls.Add(this.btn_Merge);
  741. this.pal_Lab_Roll.Controls.Add(this.btn_Down);
  742. this.pal_Lab_Roll.Controls.Add(this.btn_UP);
  743. this.pal_Lab_Roll.Controls.Add(this.label1);
  744. this.pal_Lab_Roll.Dock = System.Windows.Forms.DockStyle.Top;
  745. this.pal_Lab_Roll.Location = new System.Drawing.Point(0, 153);
  746. this.pal_Lab_Roll.Name = "pal_Lab_Roll";
  747. this.pal_Lab_Roll.Size = new System.Drawing.Size(491, 25);
  748. this.pal_Lab_Roll.TabIndex = 3;
  749. //
  750. // CHK_PHY
  751. //
  752. this.CHK_PHY.AutoSize = true;
  753. this.CHK_PHY.BackColor = System.Drawing.Color.LightBlue;
  754. this.CHK_PHY.Checked = true;
  755. this.CHK_PHY.CheckState = System.Windows.Forms.CheckState.Checked;
  756. this.CHK_PHY.Location = new System.Drawing.Point(412, 3);
  757. this.CHK_PHY.Margin = new System.Windows.Forms.Padding(0);
  758. this.CHK_PHY.Name = "CHK_PHY";
  759. this.CHK_PHY.Size = new System.Drawing.Size(72, 16);
  760. this.CHK_PHY.TabIndex = 7;
  761. this.CHK_PHY.Text = "性能校验";
  762. this.CHK_PHY.UseVisualStyleBackColor = false;
  763. //
  764. // CHK_CHEM
  765. //
  766. this.CHK_CHEM.AutoSize = true;
  767. this.CHK_CHEM.BackColor = System.Drawing.Color.LightBlue;
  768. this.CHK_CHEM.Checked = true;
  769. this.CHK_CHEM.CheckState = System.Windows.Forms.CheckState.Checked;
  770. this.CHK_CHEM.Location = new System.Drawing.Point(339, 3);
  771. this.CHK_CHEM.Margin = new System.Windows.Forms.Padding(0);
  772. this.CHK_CHEM.Name = "CHK_CHEM";
  773. this.CHK_CHEM.Size = new System.Drawing.Size(72, 16);
  774. this.CHK_CHEM.TabIndex = 6;
  775. this.CHK_CHEM.Text = "成分校验";
  776. this.CHK_CHEM.UseVisualStyleBackColor = false;
  777. //
  778. // btn_Cancel
  779. //
  780. appearance6.BackColor = System.Drawing.Color.LightBlue;
  781. this.btn_Cancel.Appearance = appearance6;
  782. this.btn_Cancel.Dock = System.Windows.Forms.DockStyle.Left;
  783. this.btn_Cancel.Location = new System.Drawing.Point(66, 0);
  784. this.btn_Cancel.Name = "btn_Cancel";
  785. this.btn_Cancel.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.ShapeImage")));
  786. this.btn_Cancel.Size = new System.Drawing.Size(22, 23);
  787. this.btn_Cancel.TabIndex = 5;
  788. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  789. //
  790. // btn_Merge
  791. //
  792. appearance1.BackColor = System.Drawing.Color.LightBlue;
  793. this.btn_Merge.Appearance = appearance1;
  794. this.btn_Merge.Dock = System.Windows.Forms.DockStyle.Left;
  795. this.btn_Merge.Location = new System.Drawing.Point(44, 0);
  796. this.btn_Merge.Name = "btn_Merge";
  797. this.btn_Merge.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Merge.ShapeImage")));
  798. this.btn_Merge.Size = new System.Drawing.Size(22, 23);
  799. this.btn_Merge.TabIndex = 4;
  800. this.btn_Merge.Click += new System.EventHandler(this.btn_Merge_Click);
  801. //
  802. // btn_Down
  803. //
  804. appearance2.BackColor = System.Drawing.Color.LightBlue;
  805. this.btn_Down.Appearance = appearance2;
  806. this.btn_Down.Dock = System.Windows.Forms.DockStyle.Left;
  807. this.btn_Down.Location = new System.Drawing.Point(22, 0);
  808. this.btn_Down.Name = "btn_Down";
  809. this.btn_Down.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Down.ShapeImage")));
  810. this.btn_Down.Size = new System.Drawing.Size(22, 23);
  811. this.btn_Down.TabIndex = 3;
  812. this.btn_Down.Click += new System.EventHandler(this.btn_Down_Click);
  813. //
  814. // btn_UP
  815. //
  816. appearance5.BackColor = System.Drawing.Color.LightBlue;
  817. this.btn_UP.Appearance = appearance5;
  818. this.btn_UP.Dock = System.Windows.Forms.DockStyle.Left;
  819. this.btn_UP.Location = new System.Drawing.Point(0, 0);
  820. this.btn_UP.Name = "btn_UP";
  821. this.btn_UP.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_UP.ShapeImage")));
  822. this.btn_UP.Size = new System.Drawing.Size(22, 23);
  823. this.btn_UP.TabIndex = 2;
  824. this.btn_UP.Click += new System.EventHandler(this.btn_UP_Click);
  825. //
  826. // label1
  827. //
  828. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  829. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  830. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  831. this.label1.Location = new System.Drawing.Point(0, 0);
  832. this.label1.Name = "label1";
  833. this.label1.Size = new System.Drawing.Size(489, 23);
  834. this.label1.TabIndex = 0;
  835. this.label1.Text = "酸轧编制内容信息";
  836. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  837. //
  838. // panel4
  839. //
  840. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  841. this.panel4.Controls.Add(this.panel11);
  842. this.panel4.Controls.Add(this.panel10);
  843. this.panel4.Controls.Add(this.panel9);
  844. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  845. this.panel4.Location = new System.Drawing.Point(0, 0);
  846. this.panel4.Name = "panel4";
  847. this.panel4.Size = new System.Drawing.Size(491, 153);
  848. this.panel4.TabIndex = 0;
  849. //
  850. // panel11
  851. //
  852. this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  853. this.panel11.Controls.Add(this.ugrd_RollInfo);
  854. this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
  855. this.panel11.Location = new System.Drawing.Point(340, 0);
  856. this.panel11.Name = "panel11";
  857. this.panel11.Size = new System.Drawing.Size(149, 151);
  858. this.panel11.TabIndex = 2;
  859. //
  860. // ugrd_RollInfo
  861. //
  862. this.ugrd_RollInfo.DataMember = "TAB_ROLLINFO";
  863. this.ugrd_RollInfo.DataSource = this.dataSet1;
  864. this.ugrd_RollInfo.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  865. ultraGridColumn27.Header.VisiblePosition = 0;
  866. ultraGridColumn27.Width = 77;
  867. ultraGridColumn28.Header.VisiblePosition = 1;
  868. ultraGridColumn28.Width = 66;
  869. ultraGridBand2.Columns.AddRange(new object[] {
  870. ultraGridColumn27,
  871. ultraGridColumn28});
  872. this.ugrd_RollInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  873. this.ugrd_RollInfo.DisplayLayout.MaxColScrollRegions = 1;
  874. this.ugrd_RollInfo.DisplayLayout.MaxRowScrollRegions = 1;
  875. this.ugrd_RollInfo.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  876. appearance57.BackColor = System.Drawing.Color.GhostWhite;
  877. this.ugrd_RollInfo.DisplayLayout.Override.CellAppearance = appearance57;
  878. this.ugrd_RollInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  879. this.ugrd_RollInfo.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  880. appearance58.BackColor = System.Drawing.Color.LightSteelBlue;
  881. this.ugrd_RollInfo.DisplayLayout.Override.HeaderAppearance = appearance58;
  882. this.ugrd_RollInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  883. appearance59.BackColor = System.Drawing.Color.LightSteelBlue;
  884. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorAppearance = appearance59;
  885. appearance60.BackColor = System.Drawing.Color.LightSteelBlue;
  886. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance60;
  887. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  888. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  889. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  890. this.ugrd_RollInfo.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  891. this.ugrd_RollInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  892. this.ugrd_RollInfo.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  893. this.ugrd_RollInfo.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  894. this.ugrd_RollInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  895. this.ugrd_RollInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  896. this.ugrd_RollInfo.Location = new System.Drawing.Point(0, 0);
  897. this.ugrd_RollInfo.Name = "ugrd_RollInfo";
  898. this.ugrd_RollInfo.Size = new System.Drawing.Size(147, 149);
  899. this.ugrd_RollInfo.TabIndex = 4;
  900. //
  901. // panel10
  902. //
  903. this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
  904. this.panel10.Location = new System.Drawing.Point(330, 0);
  905. this.panel10.Name = "panel10";
  906. this.panel10.Size = new System.Drawing.Size(10, 151);
  907. this.panel10.TabIndex = 1;
  908. //
  909. // panel9
  910. //
  911. this.panel9.Controls.Add(this.uiF042010_CTL1);
  912. this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
  913. this.panel9.Location = new System.Drawing.Point(0, 0);
  914. this.panel9.Name = "panel9";
  915. this.panel9.Size = new System.Drawing.Size(330, 151);
  916. this.panel9.TabIndex = 0;
  917. //
  918. // uiF042010_CTL1
  919. //
  920. this.uiF042010_CTL1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  921. this.uiF042010_CTL1.Dock = System.Windows.Forms.DockStyle.Fill;
  922. this.uiF042010_CTL1.Location = new System.Drawing.Point(0, 0);
  923. this.uiF042010_CTL1.Name = "uiF042010_CTL1";
  924. this.uiF042010_CTL1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  925. this.uiF042010_CTL1.Size = new System.Drawing.Size(330, 151);
  926. this.uiF042010_CTL1.TabIndex = 0;
  927. //
  928. // panel2
  929. //
  930. this.panel2.Controls.Add(this.btn_Del);
  931. this.panel2.Controls.Add(this.btn_Add);
  932. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  933. this.panel2.Location = new System.Drawing.Point(466, 0);
  934. this.panel2.Name = "panel2";
  935. this.panel2.Size = new System.Drawing.Size(55, 722);
  936. this.panel2.TabIndex = 1;
  937. //
  938. // btn_Del
  939. //
  940. this.btn_Del.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  941. | System.Windows.Forms.AnchorStyles.Right)));
  942. appearance8.BackColor = System.Drawing.Color.LightBlue;
  943. this.btn_Del.Appearance = appearance8;
  944. this.btn_Del.Location = new System.Drawing.Point(6, 361);
  945. this.btn_Del.Name = "btn_Del";
  946. this.btn_Del.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Del.ShapeImage")));
  947. this.btn_Del.Size = new System.Drawing.Size(43, 46);
  948. this.btn_Del.TabIndex = 2;
  949. this.btn_Del.Text = "删除";
  950. this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
  951. //
  952. // btn_Add
  953. //
  954. this.btn_Add.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  955. | System.Windows.Forms.AnchorStyles.Right)));
  956. appearance7.BackColor = System.Drawing.Color.LightBlue;
  957. this.btn_Add.Appearance = appearance7;
  958. this.btn_Add.Location = new System.Drawing.Point(6, 304);
  959. this.btn_Add.Name = "btn_Add";
  960. this.btn_Add.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Add.ShapeImage")));
  961. this.btn_Add.Size = new System.Drawing.Size(43, 46);
  962. this.btn_Add.TabIndex = 1;
  963. this.btn_Add.Text = "选择";
  964. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  965. //
  966. // panel3
  967. //
  968. this.panel3.Controls.Add(this.panel8);
  969. this.panel3.Controls.Add(this.pal_lab_HCoil);
  970. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  971. this.panel3.Location = new System.Drawing.Point(0, 0);
  972. this.panel3.Name = "panel3";
  973. this.panel3.Size = new System.Drawing.Size(466, 722);
  974. this.panel3.TabIndex = 2;
  975. //
  976. // panel8
  977. //
  978. this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  979. this.panel8.Controls.Add(this.ugrd_HCoilInfo);
  980. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  981. this.panel8.Location = new System.Drawing.Point(0, 25);
  982. this.panel8.Name = "panel8";
  983. this.panel8.Size = new System.Drawing.Size(466, 697);
  984. this.panel8.TabIndex = 6;
  985. //
  986. // ugrd_HCoilInfo
  987. //
  988. this.ugrd_HCoilInfo.DataMember = "TAB_HCOILINFO";
  989. this.ugrd_HCoilInfo.DataSource = this.dataSet1;
  990. this.ugrd_HCoilInfo.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  991. ultraGridColumn29.Width = 89;
  992. ultraGridColumn30.Hidden = true;
  993. ultraGridColumn31.Hidden = true;
  994. ultraGridColumn32.Width = 66;
  995. ultraGridColumn33.Header.Caption = "牌号";
  996. ultraGridColumn33.Width = 70;
  997. ultraGridColumn34.Header.Caption = "厚度";
  998. ultraGridColumn34.Width = 46;
  999. ultraGridColumn35.Header.Caption = "宽度";
  1000. ultraGridColumn35.Width = 48;
  1001. ultraGridColumn36.Header.Caption = "长度";
  1002. ultraGridColumn36.Hidden = true;
  1003. ultraGridColumn37.Header.Caption = "重量";
  1004. ultraGridColumn37.Width = 49;
  1005. ultraGridColumn38.Header.Caption = "牌号";
  1006. ultraGridColumn38.Width = 70;
  1007. ultraGridColumn39.Header.Caption = "厚度";
  1008. ultraGridColumn39.Width = 47;
  1009. ultraGridColumn40.Header.Caption = "宽度";
  1010. ultraGridColumn40.Width = 49;
  1011. ultraGridColumn41.Header.Caption = "长度";
  1012. ultraGridColumn41.Hidden = true;
  1013. ultraGridColumn41.Width = 50;
  1014. ultraGridColumn42.Width = 70;
  1015. ultraGridColumn43.Width = 72;
  1016. ultraGridColumn44.Header.Caption = "包装";
  1017. ultraGridColumn44.Width = 52;
  1018. ultraGridColumn45.Width = 101;
  1019. ultraGridColumn46.Width = 57;
  1020. ultraGridColumn47.Width = 88;
  1021. ultraGridColumn48.Width = 146;
  1022. ultraGridColumn49.Width = 131;
  1023. ultraGridColumn50.Width = 35;
  1024. ultraGridColumn51.Width = 52;
  1025. ultraGridColumn52.Width = 31;
  1026. ultraGridColumn53.Width = 81;
  1027. ultraGridColumn54.Width = 49;
  1028. ultraGridColumn55.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1029. ultraGridColumn55.Width = 56;
  1030. ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1031. ultraGridColumn56.Width = 45;
  1032. ultraGridBand3.Columns.AddRange(new object[] {
  1033. ultraGridColumn29,
  1034. ultraGridColumn30,
  1035. ultraGridColumn31,
  1036. ultraGridColumn32,
  1037. ultraGridColumn33,
  1038. ultraGridColumn34,
  1039. ultraGridColumn35,
  1040. ultraGridColumn36,
  1041. ultraGridColumn37,
  1042. ultraGridColumn38,
  1043. ultraGridColumn39,
  1044. ultraGridColumn40,
  1045. ultraGridColumn41,
  1046. ultraGridColumn42,
  1047. ultraGridColumn43,
  1048. ultraGridColumn44,
  1049. ultraGridColumn45,
  1050. ultraGridColumn46,
  1051. ultraGridColumn47,
  1052. ultraGridColumn48,
  1053. ultraGridColumn49,
  1054. ultraGridColumn50,
  1055. ultraGridColumn51,
  1056. ultraGridColumn52,
  1057. ultraGridColumn53,
  1058. ultraGridColumn54,
  1059. ultraGridColumn55,
  1060. ultraGridColumn56,
  1061. ultraGridColumn57});
  1062. ultraGridGroup5.RowLayoutGroupInfo.LabelSpan = 1;
  1063. ultraGridGroup6.Key = "热卷信息";
  1064. ultraGridGroup6.RowLayoutGroupInfo.LabelSpan = 1;
  1065. ultraGridGroup7.Key = "冷轧产品信息";
  1066. ultraGridGroup7.RowLayoutGroupInfo.LabelSpan = 1;
  1067. ultraGridGroup8.Key = "订单信息";
  1068. ultraGridGroup8.RowLayoutGroupInfo.LabelSpan = 1;
  1069. ultraGridBand3.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  1070. ultraGridGroup5,
  1071. ultraGridGroup6,
  1072. ultraGridGroup7,
  1073. ultraGridGroup8});
  1074. this.ugrd_HCoilInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  1075. this.ugrd_HCoilInfo.DisplayLayout.MaxColScrollRegions = 1;
  1076. this.ugrd_HCoilInfo.DisplayLayout.MaxRowScrollRegions = 1;
  1077. this.ugrd_HCoilInfo.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  1078. appearance17.BackColor = System.Drawing.Color.GhostWhite;
  1079. this.ugrd_HCoilInfo.DisplayLayout.Override.CellAppearance = appearance17;
  1080. this.ugrd_HCoilInfo.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  1081. appearance18.BackColor = System.Drawing.Color.LightSteelBlue;
  1082. this.ugrd_HCoilInfo.DisplayLayout.Override.HeaderAppearance = appearance18;
  1083. this.ugrd_HCoilInfo.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1084. this.ugrd_HCoilInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  1085. appearance19.BackColor = System.Drawing.Color.LightSteelBlue;
  1086. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorAppearance = appearance19;
  1087. appearance20.BackColor = System.Drawing.Color.LightSteelBlue;
  1088. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance20;
  1089. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1090. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1091. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  1092. this.ugrd_HCoilInfo.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  1093. this.ugrd_HCoilInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  1094. this.ugrd_HCoilInfo.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1095. this.ugrd_HCoilInfo.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1096. this.ugrd_HCoilInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1097. this.ugrd_HCoilInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1098. this.ugrd_HCoilInfo.Location = new System.Drawing.Point(0, 0);
  1099. this.ugrd_HCoilInfo.Name = "ugrd_HCoilInfo";
  1100. this.ugrd_HCoilInfo.Size = new System.Drawing.Size(464, 695);
  1101. this.ugrd_HCoilInfo.TabIndex = 5;
  1102. this.ugrd_HCoilInfo.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ugrd_HCoilInfo_DoubleClickRow);
  1103. this.ugrd_HCoilInfo.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ugrd_HCoilInfo_ClickCell);
  1104. this.ugrd_HCoilInfo.AfterCellActivate += new System.EventHandler(this.ugrd_HCoilInfo_AfterCellActivate);
  1105. this.ugrd_HCoilInfo.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ugrd_HCoilInfo_CellChange);
  1106. //
  1107. // pal_lab_HCoil
  1108. //
  1109. this.pal_lab_HCoil.Controls.Add(this.label2);
  1110. this.pal_lab_HCoil.Dock = System.Windows.Forms.DockStyle.Top;
  1111. this.pal_lab_HCoil.Location = new System.Drawing.Point(0, 0);
  1112. this.pal_lab_HCoil.Name = "pal_lab_HCoil";
  1113. this.pal_lab_HCoil.Size = new System.Drawing.Size(466, 25);
  1114. this.pal_lab_HCoil.TabIndex = 4;
  1115. //
  1116. // label2
  1117. //
  1118. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1119. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  1120. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1121. this.label2.Location = new System.Drawing.Point(0, 0);
  1122. this.label2.Name = "label2";
  1123. this.label2.Size = new System.Drawing.Size(466, 25);
  1124. this.label2.TabIndex = 1;
  1125. this.label2.Text = "酸轧基料卷信息";
  1126. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1127. //
  1128. // UIF0420101
  1129. //
  1130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1132. this.ClientSize = new System.Drawing.Size(1012, 722);
  1133. this.Controls.Add(this.panel3);
  1134. this.Controls.Add(this.panel2);
  1135. this.Controls.Add(this.panel1);
  1136. this.Name = "UIF0420101";
  1137. this.ShowIcon = false;
  1138. this.Text = "酸轧作业对象选定";
  1139. this.Load += new System.EventHandler(this.UIF0420101_Load);
  1140. this.panel1.ResumeLayout(false);
  1141. this.panel6.ResumeLayout(false);
  1142. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollPlan)).EndInit();
  1143. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1144. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1145. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1146. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1147. this.pal_Lab_Roll.ResumeLayout(false);
  1148. this.pal_Lab_Roll.PerformLayout();
  1149. this.panel4.ResumeLayout(false);
  1150. this.panel11.ResumeLayout(false);
  1151. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollInfo)).EndInit();
  1152. this.panel9.ResumeLayout(false);
  1153. this.panel2.ResumeLayout(false);
  1154. this.panel3.ResumeLayout(false);
  1155. this.panel8.ResumeLayout(false);
  1156. ((System.ComponentModel.ISupportInitialize)(this.ugrd_HCoilInfo)).EndInit();
  1157. this.pal_lab_HCoil.ResumeLayout(false);
  1158. this.ResumeLayout(false);
  1159. }
  1160. #endregion
  1161. private System.Windows.Forms.Panel panel1;
  1162. private System.Windows.Forms.Panel panel4;
  1163. private System.Windows.Forms.Panel panel2;
  1164. private System.Windows.Forms.Panel panel3;
  1165. private System.Windows.Forms.Panel panel11;
  1166. private System.Windows.Forms.Panel panel10;
  1167. private System.Windows.Forms.Panel panel9;
  1168. private Infragistics.Win.Misc.UltraButton btn_Add;
  1169. private Infragistics.Win.Misc.UltraButton btn_Del;
  1170. private System.Data.DataSet dataSet1;
  1171. private System.Data.DataTable dataTable1;
  1172. private System.Data.DataColumn dataColumn1;
  1173. private System.Data.DataColumn dataColumn2;
  1174. private System.Windows.Forms.Panel panel6;
  1175. private System.Windows.Forms.Panel pal_Lab_Roll;
  1176. private System.Windows.Forms.Label label1;
  1177. private System.Windows.Forms.Panel pal_lab_HCoil;
  1178. private System.Windows.Forms.Label label2;
  1179. private UIF042010_CTL uiF042010_CTL1;
  1180. private System.Data.DataTable dataTable2;
  1181. private System.Data.DataTable dataTable3;
  1182. private System.Data.DataColumn dataColumn3;
  1183. private System.Data.DataColumn dataColumn4;
  1184. private System.Data.DataColumn dataColumn5;
  1185. private System.Data.DataColumn dataColumn6;
  1186. private System.Data.DataColumn dataColumn7;
  1187. private System.Data.DataColumn dataColumn8;
  1188. private System.Data.DataColumn dataColumn9;
  1189. private System.Data.DataColumn dataColumn10;
  1190. private System.Data.DataColumn dataColumn11;
  1191. private System.Data.DataColumn dataColumn12;
  1192. private System.Data.DataColumn dataColumn13;
  1193. private System.Data.DataColumn dataColumn14;
  1194. private System.Data.DataColumn dataColumn15;
  1195. private System.Data.DataColumn dataColumn16;
  1196. private System.Data.DataColumn dataColumn17;
  1197. private System.Data.DataColumn dataColumn18;
  1198. private System.Data.DataColumn dataColumn19;
  1199. private System.Data.DataColumn dataColumn20;
  1200. private System.Data.DataColumn dataColumn21;
  1201. private System.Data.DataColumn dataColumn22;
  1202. private System.Data.DataColumn dataColumn23;
  1203. private System.Data.DataColumn dataColumn24;
  1204. private System.Data.DataColumn dataColumn25;
  1205. private System.Data.DataColumn dataColumn26;
  1206. private System.Windows.Forms.Panel panel8;
  1207. private Infragistics.Win.UltraWinGrid.UltraGrid ugrd_HCoilInfo;
  1208. private Infragistics.Win.UltraWinGrid.UltraGrid ugrd_RollPlan;
  1209. private Infragistics.Win.UltraWinGrid.UltraGrid ugrd_RollInfo;
  1210. private Infragistics.Win.Misc.UltraButton btn_Down;
  1211. private Infragistics.Win.Misc.UltraButton btn_UP;
  1212. private System.Data.DataColumn dataColumn28;
  1213. private System.Data.DataColumn dataColumn29;
  1214. private System.Data.DataColumn dataColumn30;
  1215. private System.Data.DataColumn dataColumn31;
  1216. private System.Data.DataColumn dataColumn32;
  1217. private System.Data.DataColumn dataColumn33;
  1218. private System.Data.DataColumn dataColumn34;
  1219. private System.Data.DataColumn dataColumn35;
  1220. private System.Data.DataColumn dataColumn36;
  1221. private System.Data.DataColumn dataColumn37;
  1222. private System.Data.DataColumn dataColumn38;
  1223. private System.Data.DataColumn dataColumn39;
  1224. private System.Data.DataColumn dataColumn40;
  1225. private System.Data.DataColumn dataColumn41;
  1226. private System.Data.DataColumn dataColumn42;
  1227. private System.Data.DataColumn dataColumn43;
  1228. private System.Data.DataColumn dataColumn44;
  1229. private System.Data.DataColumn dataColumn45;
  1230. private System.Data.DataColumn dataColumn46;
  1231. private System.Data.DataColumn dataColumn47;
  1232. private System.Data.DataColumn dataColumn48;
  1233. private System.Data.DataColumn dataColumn49;
  1234. private System.Data.DataColumn dataColumn50;
  1235. private System.Data.DataColumn dataColumn51;
  1236. private System.Data.DataColumn dataColumn27;
  1237. private Infragistics.Win.Misc.UltraButton btn_Cancel;
  1238. private Infragistics.Win.Misc.UltraButton btn_Merge;
  1239. private System.Data.DataColumn dataColumn52;
  1240. private System.Data.DataColumn dataColumn53;
  1241. private System.Data.DataColumn dataColumn54;
  1242. private System.Windows.Forms.CheckBox CHK_PHY;
  1243. private System.Windows.Forms.CheckBox CHK_CHEM;
  1244. private System.Data.DataColumn dataColumn55;
  1245. private System.Data.DataColumn dataColumn56;
  1246. private System.Data.DataColumn dataColumn57;
  1247. }
  1248. }