UIF0420101.Designer.cs 90 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TAB_ROLLPLAN", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_NO", -1, null, 1814324032, 2, 0);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_NO", -1, null, 1814324032, 3, 0);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_PROG_CD", -1, null, 1814324032, 4, 0);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_LOAD_LOC", -1, null, 1814324032, 13, 0);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD", -1, null, 1814324032, 6, 0);
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_THK", -1, null, 1814324032, 7, 0);
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_WTH", -1, null, 1814324032, 8, 0);
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_LEN", -1, null, 1814329891, 0, 0);
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WGT", -1, null, 1814329891, 1, 0);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_SPEC_STL_GRD", -1, null, 1814324032, 9, 0);
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_THK", -1, null, 1814324032, 10, 0);
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_WTH", -1, null, 1814324032, 11, 0);
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_LEN", -1, null, 1814330672, 0, 0);
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODNM_CD", -1, null, 1814330672, 1, 0);
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_EXTSHAPE_REQ", -1, null, 1814330672, 2, 0);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PACK_METHOD", -1, null, 1814330672, 3, 0);
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_NO", -1, null, 1814332141, 0, 0);
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_SEQ", -1, null, 1814332141, 1, 0);
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEL_TO_DATE", -1, null, 1814324032, 12, 0);
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDCUST_CD", -1, null, 1814332141, 2, 0);
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEST_CD", -1, null, 1814332141, 3, 0);
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COLDTIME", -1, null, 1814324032, 5, 0);
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG", -1, null, 1814324032, 0, 0);
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROD_LINE", -1, null, 1814324032, 15, 0);
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDX_", -1, null, 1814324032, 1, 0);
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_COIL_NO", -1, null, 1814324032, 14, 0);
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MILL_MEMO", -1, null, 1814324032, 16, 0);
  57. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup(1814324032);
  58. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("热卷信息", 1814329891);
  59. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("冷轧成品信息", 1814330672);
  60. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("顶信息", 1814332141);
  61. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  68. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIF0420101));
  69. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TAB_ROLLINFO", -1);
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TYPE_");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROLLINFO");
  75. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TAB_HCOILINFO", -1);
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_NO", -1, null, 1814322532, 1, 0);
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_NO", -1, null, 1814322532, 2, 0);
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_PROG_CD", -1, null, 1814322532, 3, 0);
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUR_LOAD_LOC", -1, null, 1814322532, 20, 0);
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD", -1, null, 1814322532, 5, 0);
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_THK", -1, null, 1814322532, 6, 0);
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_WTH", -1, null, 1814322532, 7, 0);
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_LEN", -1, null, 1814322563, 0, 0);
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WGT", -1, null, 1814322532, 8, 0);
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_SPEC_STL_GRD", -1, null, 1814322532, 9, 0);
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_THK", -1, null, 1814322532, 10, 0);
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_WTH", -1, null, 1814322532, 11, 0);
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_LEN", -1, null, 1814322564, 0, 0);
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODNM_CD", -1, null, 1814322532, 18, 0);
  96. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_EXTSHAPE_REQ", -1, null, 1814322564, 2, 0);
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PACK_METHOD", -1, null, 1814322564, 3, 0);
  98. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_NO", -1, null, 1814322532, 15, 0);
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_SEQ", -1, null, 1814322532, 16, 0);
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEL_TO_DATE", -1, null, 1814322532, 13, 0);
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDCUST_CD", -1, null, 1814322532, 19, 0);
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEST_CD", -1, null, 1814322565, 4, 0);
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COLDTIME", -1, null, 1814322532, 4, 0);
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG", -1, null, 1814322532, 0, 0, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROD_LINE", -1, null, 1814322532, 21, 0);
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUG", -1, null, 1814322563, 1, 0);
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EDGE_PROC_YN", -1, null, 1814322532, 12, 0);
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C_ORD_INDIA", -1, null, 1814322564, 1, 0);
  109. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUT", -1, null, 1814322532, 17, 0);
  110. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn58 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MK_CONTENT", -1, null, 1814322565, 5, 0);
  111. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn59 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CPLX", -1, null, 1814322565, 2, 0);
  112. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn60 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_UNIT_WGT_MAX", -1, null, 1814322565, 1, 0);
  113. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn61 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_UNIT_WGT_MIN", -1, null, 1814322565, 0, 0);
  114. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn62 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RZBZ", -1, null, 1814322565, 6, 0);
  115. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn63 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_WGT", -1, null, 1814322565, 3, 0);
  116. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn64 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_REM_WGT", -1, null, 1814322532, 14, 0);
  117. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn65 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BPBZ", -1, null, 1814322565, 7, 0);
  118. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn66 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LZREMARK");
  119. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn67 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CR_PLANT_TRS_CLF");
  120. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup(1814322532);
  121. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("热卷信息", 1814322563);
  122. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup7 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("冷轧产品信息", 1814322564);
  123. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup8 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("订单信息", 1814322565);
  124. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  127. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  128. this.panel1 = new System.Windows.Forms.Panel();
  129. this.panel6 = new System.Windows.Forms.Panel();
  130. this.ugrd_RollPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
  131. this.dataSet1 = new System.Data.DataSet();
  132. this.dataTable1 = new System.Data.DataTable();
  133. this.dataColumn1 = new System.Data.DataColumn();
  134. this.dataColumn2 = new System.Data.DataColumn();
  135. this.dataTable2 = new System.Data.DataTable();
  136. this.dataColumn28 = new System.Data.DataColumn();
  137. this.dataColumn29 = new System.Data.DataColumn();
  138. this.dataColumn30 = new System.Data.DataColumn();
  139. this.dataColumn31 = new System.Data.DataColumn();
  140. this.dataColumn32 = new System.Data.DataColumn();
  141. this.dataColumn33 = new System.Data.DataColumn();
  142. this.dataColumn34 = new System.Data.DataColumn();
  143. this.dataColumn35 = new System.Data.DataColumn();
  144. this.dataColumn36 = new System.Data.DataColumn();
  145. this.dataColumn37 = new System.Data.DataColumn();
  146. this.dataColumn38 = new System.Data.DataColumn();
  147. this.dataColumn39 = new System.Data.DataColumn();
  148. this.dataColumn40 = new System.Data.DataColumn();
  149. this.dataColumn41 = new System.Data.DataColumn();
  150. this.dataColumn42 = new System.Data.DataColumn();
  151. this.dataColumn43 = new System.Data.DataColumn();
  152. this.dataColumn44 = new System.Data.DataColumn();
  153. this.dataColumn45 = new System.Data.DataColumn();
  154. this.dataColumn46 = new System.Data.DataColumn();
  155. this.dataColumn47 = new System.Data.DataColumn();
  156. this.dataColumn48 = new System.Data.DataColumn();
  157. this.dataColumn49 = new System.Data.DataColumn();
  158. this.dataColumn50 = new System.Data.DataColumn();
  159. this.dataColumn51 = new System.Data.DataColumn();
  160. this.dataColumn27 = new System.Data.DataColumn();
  161. this.dataColumn52 = new System.Data.DataColumn();
  162. this.dataColumn66 = new System.Data.DataColumn();
  163. this.dataTable3 = new System.Data.DataTable();
  164. this.dataColumn3 = new System.Data.DataColumn();
  165. this.dataColumn4 = new System.Data.DataColumn();
  166. this.dataColumn5 = new System.Data.DataColumn();
  167. this.dataColumn6 = new System.Data.DataColumn();
  168. this.dataColumn7 = new System.Data.DataColumn();
  169. this.dataColumn8 = new System.Data.DataColumn();
  170. this.dataColumn9 = new System.Data.DataColumn();
  171. this.dataColumn10 = new System.Data.DataColumn();
  172. this.dataColumn11 = new System.Data.DataColumn();
  173. this.dataColumn12 = new System.Data.DataColumn();
  174. this.dataColumn13 = new System.Data.DataColumn();
  175. this.dataColumn14 = new System.Data.DataColumn();
  176. this.dataColumn15 = new System.Data.DataColumn();
  177. this.dataColumn16 = new System.Data.DataColumn();
  178. this.dataColumn17 = new System.Data.DataColumn();
  179. this.dataColumn18 = new System.Data.DataColumn();
  180. this.dataColumn19 = new System.Data.DataColumn();
  181. this.dataColumn20 = new System.Data.DataColumn();
  182. this.dataColumn21 = new System.Data.DataColumn();
  183. this.dataColumn22 = new System.Data.DataColumn();
  184. this.dataColumn23 = new System.Data.DataColumn();
  185. this.dataColumn24 = new System.Data.DataColumn();
  186. this.dataColumn25 = new System.Data.DataColumn();
  187. this.dataColumn26 = new System.Data.DataColumn();
  188. this.dataColumn53 = new System.Data.DataColumn();
  189. this.dataColumn54 = new System.Data.DataColumn();
  190. this.dataColumn55 = new System.Data.DataColumn();
  191. this.dataColumn56 = new System.Data.DataColumn();
  192. this.dataColumn57 = new System.Data.DataColumn();
  193. this.dataColumn58 = new System.Data.DataColumn();
  194. this.dataColumn61 = new System.Data.DataColumn();
  195. this.dataColumn62 = new System.Data.DataColumn();
  196. this.dataColumn59 = new System.Data.DataColumn();
  197. this.dataColumn60 = new System.Data.DataColumn();
  198. this.dataColumn63 = new System.Data.DataColumn();
  199. this.dataColumn64 = new System.Data.DataColumn();
  200. this.dataColumn65 = new System.Data.DataColumn();
  201. this.pal_Lab_Roll = new System.Windows.Forms.Panel();
  202. this.CHK_PHY = new System.Windows.Forms.CheckBox();
  203. this.CHK_CHEM = new System.Windows.Forms.CheckBox();
  204. this.btn_Cancel = new Infragistics.Win.Misc.UltraButton();
  205. this.btn_Merge = new Infragistics.Win.Misc.UltraButton();
  206. this.btn_Down = new Infragistics.Win.Misc.UltraButton();
  207. this.btn_UP = new Infragistics.Win.Misc.UltraButton();
  208. this.label1 = new System.Windows.Forms.Label();
  209. this.panel4 = new System.Windows.Forms.Panel();
  210. this.panel11 = new System.Windows.Forms.Panel();
  211. this.ugrd_RollInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  212. this.panel10 = new System.Windows.Forms.Panel();
  213. this.panel9 = new System.Windows.Forms.Panel();
  214. this.panel2 = new System.Windows.Forms.Panel();
  215. this.button1 = new System.Windows.Forms.Button();
  216. this.panel5 = new System.Windows.Forms.Panel();
  217. this.label10 = new System.Windows.Forms.Label();
  218. this.label6 = new System.Windows.Forms.Label();
  219. this.txt_CALMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  220. this.btn_Del = new Infragistics.Win.Misc.UltraButton();
  221. this.btn_Add = new Infragistics.Win.Misc.UltraButton();
  222. this.panel3 = new System.Windows.Forms.Panel();
  223. this.panel8 = new System.Windows.Forms.Panel();
  224. this.ugrd_HCoilInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  225. this.pal_lab_HCoil = new System.Windows.Forms.Panel();
  226. this.label2 = new System.Windows.Forms.Label();
  227. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  228. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  229. this.dataColumn67 = new System.Data.DataColumn();
  230. this.uiF042010_CTL1 = new Core.LZMes.Client.UIF.UIF042010_CTL();
  231. this.panel1.SuspendLayout();
  232. this.panel6.SuspendLayout();
  233. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollPlan)).BeginInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  238. this.pal_Lab_Roll.SuspendLayout();
  239. this.panel4.SuspendLayout();
  240. this.panel11.SuspendLayout();
  241. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollInfo)).BeginInit();
  242. this.panel9.SuspendLayout();
  243. this.panel2.SuspendLayout();
  244. this.panel5.SuspendLayout();
  245. ((System.ComponentModel.ISupportInitialize)(this.txt_CALMemo)).BeginInit();
  246. this.panel3.SuspendLayout();
  247. this.panel8.SuspendLayout();
  248. ((System.ComponentModel.ISupportInitialize)(this.ugrd_HCoilInfo)).BeginInit();
  249. this.pal_lab_HCoil.SuspendLayout();
  250. this.SuspendLayout();
  251. //
  252. // panel1
  253. //
  254. this.panel1.Controls.Add(this.panel6);
  255. this.panel1.Controls.Add(this.pal_Lab_Roll);
  256. this.panel1.Controls.Add(this.panel4);
  257. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  258. this.panel1.Location = new System.Drawing.Point(694, 0);
  259. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  260. this.panel1.Name = "panel1";
  261. this.panel1.Size = new System.Drawing.Size(655, 902);
  262. this.panel1.TabIndex = 0;
  263. //
  264. // panel6
  265. //
  266. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  267. this.panel6.Controls.Add(this.ugrd_RollPlan);
  268. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.panel6.Location = new System.Drawing.Point(0, 222);
  270. this.panel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  271. this.panel6.Name = "panel6";
  272. this.panel6.Size = new System.Drawing.Size(655, 680);
  273. this.panel6.TabIndex = 4;
  274. //
  275. // ugrd_RollPlan
  276. //
  277. this.ugrd_RollPlan.DataMember = "TAB_ROLLPLAN";
  278. this.ugrd_RollPlan.DataSource = this.dataSet1;
  279. this.ugrd_RollPlan.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  280. ultraGridColumn1.Width = 82;
  281. ultraGridColumn2.Hidden = true;
  282. ultraGridColumn2.Width = 116;
  283. ultraGridColumn3.Hidden = true;
  284. ultraGridColumn4.Width = 64;
  285. ultraGridColumn5.Header.Caption = "牌号";
  286. ultraGridColumn5.Width = 72;
  287. ultraGridColumn6.Header.Caption = "厚度";
  288. ultraGridColumn6.Width = 32;
  289. ultraGridColumn7.Header.Caption = "宽度";
  290. ultraGridColumn7.Width = 41;
  291. ultraGridColumn8.Header.Caption = "长度";
  292. ultraGridColumn8.Width = 58;
  293. ultraGridColumn9.Header.Caption = "重量";
  294. ultraGridColumn9.Width = 49;
  295. ultraGridColumn10.Header.Caption = "牌号";
  296. ultraGridColumn10.Width = 64;
  297. ultraGridColumn11.Header.Caption = "厚度";
  298. ultraGridColumn11.Width = 39;
  299. ultraGridColumn12.Header.Caption = "宽度";
  300. ultraGridColumn12.Width = 57;
  301. ultraGridColumn13.Header.Caption = "长度";
  302. ultraGridColumn13.Width = 50;
  303. ultraGridColumn14.Width = 57;
  304. ultraGridColumn15.Width = 60;
  305. ultraGridColumn16.Width = 49;
  306. ultraGridColumn17.Width = 67;
  307. ultraGridColumn18.Width = 79;
  308. ultraGridColumn19.Width = 74;
  309. ultraGridColumn20.Width = 94;
  310. ultraGridColumn22.Width = 57;
  311. ultraGridColumn23.Hidden = true;
  312. ultraGridColumn24.Width = 22;
  313. ultraGridColumn25.Width = 37;
  314. ultraGridColumn26.Width = 23;
  315. ultraGridColumn27.Header.Caption = "作业备注";
  316. ultraGridColumn27.Width = 97;
  317. ultraGridBand1.Columns.AddRange(new object[] {
  318. ultraGridColumn1,
  319. ultraGridColumn2,
  320. ultraGridColumn3,
  321. ultraGridColumn4,
  322. ultraGridColumn5,
  323. ultraGridColumn6,
  324. ultraGridColumn7,
  325. ultraGridColumn8,
  326. ultraGridColumn9,
  327. ultraGridColumn10,
  328. ultraGridColumn11,
  329. ultraGridColumn12,
  330. ultraGridColumn13,
  331. ultraGridColumn14,
  332. ultraGridColumn15,
  333. ultraGridColumn16,
  334. ultraGridColumn17,
  335. ultraGridColumn18,
  336. ultraGridColumn19,
  337. ultraGridColumn20,
  338. ultraGridColumn21,
  339. ultraGridColumn22,
  340. ultraGridColumn23,
  341. ultraGridColumn24,
  342. ultraGridColumn25,
  343. ultraGridColumn26,
  344. ultraGridColumn27});
  345. ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
  346. ultraGridGroup2.Key = "热卷信息";
  347. ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
  348. ultraGridGroup3.Key = "冷轧成品信息";
  349. ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
  350. ultraGridGroup4.Header.Caption = "订单信息";
  351. ultraGridGroup4.Key = "顶信息";
  352. ultraGridGroup4.RowLayoutGroupInfo.LabelSpan = 1;
  353. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  354. ultraGridGroup1,
  355. ultraGridGroup2,
  356. ultraGridGroup3,
  357. ultraGridGroup4});
  358. this.ugrd_RollPlan.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  359. this.ugrd_RollPlan.DisplayLayout.MaxColScrollRegions = 1;
  360. this.ugrd_RollPlan.DisplayLayout.MaxRowScrollRegions = 1;
  361. appearance3.BackColor = System.Drawing.Color.LightSteelBlue;
  362. this.ugrd_RollPlan.DisplayLayout.Override.AddRowAppearance = appearance3;
  363. this.ugrd_RollPlan.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  364. appearance4.BackColor = System.Drawing.Color.GhostWhite;
  365. this.ugrd_RollPlan.DisplayLayout.Override.CellAppearance = appearance4;
  366. this.ugrd_RollPlan.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  367. this.ugrd_RollPlan.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  368. appearance9.BackColor = System.Drawing.Color.LightSteelBlue;
  369. this.ugrd_RollPlan.DisplayLayout.Override.HeaderAppearance = appearance9;
  370. this.ugrd_RollPlan.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  371. appearance10.BackColor = System.Drawing.Color.LightSteelBlue;
  372. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectorAppearance = appearance10;
  373. appearance21.BackColor = System.Drawing.Color.LightSteelBlue;
  374. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance21;
  375. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  376. this.ugrd_RollPlan.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  377. appearance22.BackColor = System.Drawing.Color.LightSteelBlue;
  378. this.ugrd_RollPlan.DisplayLayout.Override.SelectedRowAppearance = appearance22;
  379. this.ugrd_RollPlan.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  380. this.ugrd_RollPlan.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  381. this.ugrd_RollPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  382. this.ugrd_RollPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.ugrd_RollPlan.Location = new System.Drawing.Point(0, 0);
  384. this.ugrd_RollPlan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  385. this.ugrd_RollPlan.Name = "ugrd_RollPlan";
  386. this.ugrd_RollPlan.Size = new System.Drawing.Size(653, 678);
  387. this.ugrd_RollPlan.TabIndex = 5;
  388. //
  389. // dataSet1
  390. //
  391. this.dataSet1.DataSetName = "NewDataSet";
  392. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  393. this.dataTable1,
  394. this.dataTable2,
  395. this.dataTable3});
  396. //
  397. // dataTable1
  398. //
  399. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  400. this.dataColumn1,
  401. this.dataColumn2});
  402. this.dataTable1.TableName = "TAB_ROLLINFO";
  403. //
  404. // dataColumn1
  405. //
  406. this.dataColumn1.Caption = "区分";
  407. this.dataColumn1.ColumnName = "TYPE_";
  408. //
  409. // dataColumn2
  410. //
  411. this.dataColumn2.Caption = "现况";
  412. this.dataColumn2.ColumnName = "ROLLINFO";
  413. //
  414. // dataTable2
  415. //
  416. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  417. this.dataColumn28,
  418. this.dataColumn29,
  419. this.dataColumn30,
  420. this.dataColumn31,
  421. this.dataColumn32,
  422. this.dataColumn33,
  423. this.dataColumn34,
  424. this.dataColumn35,
  425. this.dataColumn36,
  426. this.dataColumn37,
  427. this.dataColumn38,
  428. this.dataColumn39,
  429. this.dataColumn40,
  430. this.dataColumn41,
  431. this.dataColumn42,
  432. this.dataColumn43,
  433. this.dataColumn44,
  434. this.dataColumn45,
  435. this.dataColumn46,
  436. this.dataColumn47,
  437. this.dataColumn48,
  438. this.dataColumn49,
  439. this.dataColumn50,
  440. this.dataColumn51,
  441. this.dataColumn27,
  442. this.dataColumn52,
  443. this.dataColumn66});
  444. this.dataTable2.TableName = "TAB_ROLLPLAN";
  445. //
  446. // dataColumn28
  447. //
  448. this.dataColumn28.Caption = "热卷号";
  449. this.dataColumn28.ColumnName = "COIL_NO";
  450. //
  451. // dataColumn29
  452. //
  453. this.dataColumn29.Caption = "钢坯号";
  454. this.dataColumn29.ColumnName = "SLAB_NO";
  455. //
  456. // dataColumn30
  457. //
  458. this.dataColumn30.Caption = "物料进程";
  459. this.dataColumn30.ColumnName = "CUR_PROG_CD";
  460. //
  461. // dataColumn31
  462. //
  463. this.dataColumn31.Caption = "堆放位置";
  464. this.dataColumn31.ColumnName = "CUR_LOAD_LOC";
  465. //
  466. // dataColumn32
  467. //
  468. this.dataColumn32.Caption = "热卷牌号";
  469. this.dataColumn32.ColumnName = "SPEC_STL_GRD";
  470. //
  471. // dataColumn33
  472. //
  473. this.dataColumn33.Caption = "热卷厚度";
  474. this.dataColumn33.ColumnName = "COIL_THK";
  475. this.dataColumn33.DataType = typeof(decimal);
  476. //
  477. // dataColumn34
  478. //
  479. this.dataColumn34.Caption = "热卷宽度";
  480. this.dataColumn34.ColumnName = "COIL_WTH";
  481. this.dataColumn34.DataType = typeof(decimal);
  482. //
  483. // dataColumn35
  484. //
  485. this.dataColumn35.Caption = "热卷长度";
  486. this.dataColumn35.ColumnName = "COIL_LEN";
  487. this.dataColumn35.DataType = typeof(decimal);
  488. //
  489. // dataColumn36
  490. //
  491. this.dataColumn36.Caption = "热卷重量";
  492. this.dataColumn36.ColumnName = "ACT_WGT";
  493. this.dataColumn36.DataType = typeof(decimal);
  494. //
  495. // dataColumn37
  496. //
  497. this.dataColumn37.Caption = "冷轧牌号";
  498. this.dataColumn37.ColumnName = "C_SPEC_STL_GRD";
  499. //
  500. // dataColumn38
  501. //
  502. this.dataColumn38.Caption = "冷卷厚度";
  503. this.dataColumn38.ColumnName = "C_ORD_THK";
  504. this.dataColumn38.DataType = typeof(decimal);
  505. //
  506. // dataColumn39
  507. //
  508. this.dataColumn39.Caption = "冷卷宽度";
  509. this.dataColumn39.ColumnName = "C_ORD_WTH";
  510. this.dataColumn39.DataType = typeof(decimal);
  511. //
  512. // dataColumn40
  513. //
  514. this.dataColumn40.Caption = "冷卷长度";
  515. this.dataColumn40.ColumnName = "C_ORD_LEN";
  516. this.dataColumn40.DataType = typeof(decimal);
  517. //
  518. // dataColumn41
  519. //
  520. this.dataColumn41.Caption = "交货状态";
  521. this.dataColumn41.ColumnName = "PRODNM_CD";
  522. //
  523. // dataColumn42
  524. //
  525. this.dataColumn42.Caption = "表面要求";
  526. this.dataColumn42.ColumnName = "C_EXTSHAPE_REQ";
  527. //
  528. // dataColumn43
  529. //
  530. this.dataColumn43.Caption = "包装";
  531. this.dataColumn43.ColumnName = "PACK_METHOD";
  532. //
  533. // dataColumn44
  534. //
  535. this.dataColumn44.Caption = "合同号";
  536. this.dataColumn44.ColumnName = "ORD_NO";
  537. //
  538. // dataColumn45
  539. //
  540. this.dataColumn45.Caption = "订单号";
  541. this.dataColumn45.ColumnName = "ORD_SEQ";
  542. //
  543. // dataColumn46
  544. //
  545. this.dataColumn46.Caption = "交货期";
  546. this.dataColumn46.ColumnName = "DEL_TO_DATE";
  547. //
  548. // dataColumn47
  549. //
  550. this.dataColumn47.Caption = "收货单位";
  551. this.dataColumn47.ColumnName = "ORDCUST_CD";
  552. //
  553. // dataColumn48
  554. //
  555. this.dataColumn48.Caption = "到站";
  556. this.dataColumn48.ColumnName = "DEST_CD";
  557. //
  558. // dataColumn49
  559. //
  560. this.dataColumn49.Caption = "冷却时长";
  561. this.dataColumn49.ColumnName = "COLDTIME";
  562. this.dataColumn49.DataType = typeof(decimal);
  563. //
  564. // dataColumn50
  565. //
  566. this.dataColumn50.Caption = "选择";
  567. this.dataColumn50.ColumnName = "FLAG";
  568. //
  569. // dataColumn51
  570. //
  571. this.dataColumn51.Caption = "去向";
  572. this.dataColumn51.ColumnName = "PROD_LINE";
  573. //
  574. // dataColumn27
  575. //
  576. this.dataColumn27.Caption = "顺序";
  577. this.dataColumn27.ColumnName = "INDX_";
  578. //
  579. // dataColumn52
  580. //
  581. this.dataColumn52.Caption = "并卷";
  582. this.dataColumn52.ColumnName = "C_COIL_NO";
  583. //
  584. // dataColumn66
  585. //
  586. this.dataColumn66.ColumnName = "MILL_MEMO";
  587. //
  588. // dataTable3
  589. //
  590. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  591. this.dataColumn3,
  592. this.dataColumn4,
  593. this.dataColumn5,
  594. this.dataColumn6,
  595. this.dataColumn7,
  596. this.dataColumn8,
  597. this.dataColumn9,
  598. this.dataColumn10,
  599. this.dataColumn11,
  600. this.dataColumn12,
  601. this.dataColumn13,
  602. this.dataColumn14,
  603. this.dataColumn15,
  604. this.dataColumn16,
  605. this.dataColumn17,
  606. this.dataColumn18,
  607. this.dataColumn19,
  608. this.dataColumn20,
  609. this.dataColumn21,
  610. this.dataColumn22,
  611. this.dataColumn23,
  612. this.dataColumn24,
  613. this.dataColumn25,
  614. this.dataColumn26,
  615. this.dataColumn53,
  616. this.dataColumn54,
  617. this.dataColumn55,
  618. this.dataColumn56,
  619. this.dataColumn57,
  620. this.dataColumn58,
  621. this.dataColumn61,
  622. this.dataColumn62,
  623. this.dataColumn59,
  624. this.dataColumn60,
  625. this.dataColumn63,
  626. this.dataColumn64,
  627. this.dataColumn65,
  628. this.dataColumn67});
  629. this.dataTable3.TableName = "TAB_HCOILINFO";
  630. //
  631. // dataColumn3
  632. //
  633. this.dataColumn3.Caption = "热卷号";
  634. this.dataColumn3.ColumnName = "COIL_NO";
  635. //
  636. // dataColumn4
  637. //
  638. this.dataColumn4.Caption = "炉号";
  639. this.dataColumn4.ColumnName = "SLAB_NO";
  640. //
  641. // dataColumn5
  642. //
  643. this.dataColumn5.Caption = "物料进程";
  644. this.dataColumn5.ColumnName = "CUR_PROG_CD";
  645. //
  646. // dataColumn6
  647. //
  648. this.dataColumn6.Caption = "堆放位置";
  649. this.dataColumn6.ColumnName = "CUR_LOAD_LOC";
  650. //
  651. // dataColumn7
  652. //
  653. this.dataColumn7.Caption = "热卷牌号";
  654. this.dataColumn7.ColumnName = "SPEC_STL_GRD";
  655. //
  656. // dataColumn8
  657. //
  658. this.dataColumn8.Caption = "热卷厚度";
  659. this.dataColumn8.ColumnName = "COIL_THK";
  660. this.dataColumn8.DataType = typeof(decimal);
  661. //
  662. // dataColumn9
  663. //
  664. this.dataColumn9.Caption = "热卷宽度";
  665. this.dataColumn9.ColumnName = "COIL_WTH";
  666. this.dataColumn9.DataType = typeof(decimal);
  667. //
  668. // dataColumn10
  669. //
  670. this.dataColumn10.Caption = "热卷长度";
  671. this.dataColumn10.ColumnName = "COIL_LEN";
  672. this.dataColumn10.DataType = typeof(decimal);
  673. //
  674. // dataColumn11
  675. //
  676. this.dataColumn11.Caption = "热卷重量";
  677. this.dataColumn11.ColumnName = "ACT_WGT";
  678. this.dataColumn11.DataType = typeof(decimal);
  679. //
  680. // dataColumn12
  681. //
  682. this.dataColumn12.Caption = "冷卷牌号";
  683. this.dataColumn12.ColumnName = "C_SPEC_STL_GRD";
  684. //
  685. // dataColumn13
  686. //
  687. this.dataColumn13.Caption = "冷卷厚度";
  688. this.dataColumn13.ColumnName = "C_ORD_THK";
  689. this.dataColumn13.DataType = typeof(decimal);
  690. //
  691. // dataColumn14
  692. //
  693. this.dataColumn14.Caption = "冷卷宽度";
  694. this.dataColumn14.ColumnName = "C_ORD_WTH";
  695. this.dataColumn14.DataType = typeof(decimal);
  696. //
  697. // dataColumn15
  698. //
  699. this.dataColumn15.Caption = "冷卷长度";
  700. this.dataColumn15.ColumnName = "C_ORD_LEN";
  701. this.dataColumn15.DataType = typeof(decimal);
  702. //
  703. // dataColumn16
  704. //
  705. this.dataColumn16.Caption = "交货状态";
  706. this.dataColumn16.ColumnName = "PRODNM_CD";
  707. //
  708. // dataColumn17
  709. //
  710. this.dataColumn17.Caption = "表面等级";
  711. this.dataColumn17.ColumnName = "C_EXTSHAPE_REQ";
  712. //
  713. // dataColumn18
  714. //
  715. this.dataColumn18.Caption = "包装要求";
  716. this.dataColumn18.ColumnName = "PACK_METHOD";
  717. //
  718. // dataColumn19
  719. //
  720. this.dataColumn19.Caption = "合同号";
  721. this.dataColumn19.ColumnName = "ORD_NO";
  722. //
  723. // dataColumn20
  724. //
  725. this.dataColumn20.Caption = "订单号";
  726. this.dataColumn20.ColumnName = "ORD_SEQ";
  727. //
  728. // dataColumn21
  729. //
  730. this.dataColumn21.Caption = "交货期";
  731. this.dataColumn21.ColumnName = "DEL_TO_DATE";
  732. //
  733. // dataColumn22
  734. //
  735. this.dataColumn22.Caption = "收货单位";
  736. this.dataColumn22.ColumnName = "ORDCUST_CD";
  737. //
  738. // dataColumn23
  739. //
  740. this.dataColumn23.Caption = "到站";
  741. this.dataColumn23.ColumnName = "DEST_CD";
  742. //
  743. // dataColumn24
  744. //
  745. this.dataColumn24.Caption = "冷却时长";
  746. this.dataColumn24.ColumnName = "COLDTIME";
  747. this.dataColumn24.DataType = typeof(decimal);
  748. //
  749. // dataColumn25
  750. //
  751. this.dataColumn25.Caption = "选择";
  752. this.dataColumn25.ColumnName = "FLAG";
  753. //
  754. // dataColumn26
  755. //
  756. this.dataColumn26.Caption = "去向";
  757. this.dataColumn26.ColumnName = "PROD_LINE";
  758. //
  759. // dataColumn53
  760. //
  761. this.dataColumn53.Caption = "缺陷";
  762. this.dataColumn53.ColumnName = "BUG";
  763. //
  764. // dataColumn54
  765. //
  766. this.dataColumn54.Caption = "切边";
  767. this.dataColumn54.ColumnName = "EDGE_PROC_YN";
  768. //
  769. // dataColumn55
  770. //
  771. this.dataColumn55.Caption = "内径";
  772. this.dataColumn55.ColumnName = "C_ORD_INDIA";
  773. //
  774. // dataColumn56
  775. //
  776. this.dataColumn56.Caption = "分卷";
  777. this.dataColumn56.ColumnName = "CUT";
  778. //
  779. // dataColumn57
  780. //
  781. this.dataColumn57.Caption = "订单备注";
  782. this.dataColumn57.ColumnName = "MK_CONTENT";
  783. //
  784. // dataColumn58
  785. //
  786. this.dataColumn58.ColumnName = "CPLX";
  787. //
  788. // dataColumn61
  789. //
  790. this.dataColumn61.ColumnName = "ORD_UNIT_WGT_MAX";
  791. //
  792. // dataColumn62
  793. //
  794. this.dataColumn62.ColumnName = "ORD_UNIT_WGT_MIN";
  795. //
  796. // dataColumn59
  797. //
  798. this.dataColumn59.ColumnName = "RZBZ";
  799. //
  800. // dataColumn60
  801. //
  802. this.dataColumn60.ColumnName = "ORD_WGT";
  803. //
  804. // dataColumn63
  805. //
  806. this.dataColumn63.ColumnName = "ORD_REM_WGT";
  807. //
  808. // dataColumn64
  809. //
  810. this.dataColumn64.ColumnName = "BPBZ";
  811. //
  812. // dataColumn65
  813. //
  814. this.dataColumn65.ColumnName = "LZREMARK";
  815. //
  816. // pal_Lab_Roll
  817. //
  818. this.pal_Lab_Roll.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  819. this.pal_Lab_Roll.Controls.Add(this.CHK_PHY);
  820. this.pal_Lab_Roll.Controls.Add(this.CHK_CHEM);
  821. this.pal_Lab_Roll.Controls.Add(this.btn_Cancel);
  822. this.pal_Lab_Roll.Controls.Add(this.btn_Merge);
  823. this.pal_Lab_Roll.Controls.Add(this.btn_Down);
  824. this.pal_Lab_Roll.Controls.Add(this.btn_UP);
  825. this.pal_Lab_Roll.Controls.Add(this.label1);
  826. this.pal_Lab_Roll.Dock = System.Windows.Forms.DockStyle.Top;
  827. this.pal_Lab_Roll.Location = new System.Drawing.Point(0, 191);
  828. this.pal_Lab_Roll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  829. this.pal_Lab_Roll.Name = "pal_Lab_Roll";
  830. this.pal_Lab_Roll.Size = new System.Drawing.Size(655, 31);
  831. this.pal_Lab_Roll.TabIndex = 3;
  832. //
  833. // CHK_PHY
  834. //
  835. this.CHK_PHY.AutoSize = true;
  836. this.CHK_PHY.BackColor = System.Drawing.Color.LightBlue;
  837. this.CHK_PHY.Checked = true;
  838. this.CHK_PHY.CheckState = System.Windows.Forms.CheckState.Checked;
  839. this.CHK_PHY.Location = new System.Drawing.Point(549, 4);
  840. this.CHK_PHY.Margin = new System.Windows.Forms.Padding(0);
  841. this.CHK_PHY.Name = "CHK_PHY";
  842. this.CHK_PHY.Size = new System.Drawing.Size(89, 19);
  843. this.CHK_PHY.TabIndex = 7;
  844. this.CHK_PHY.Text = "性能校验";
  845. this.CHK_PHY.UseVisualStyleBackColor = false;
  846. //
  847. // CHK_CHEM
  848. //
  849. this.CHK_CHEM.AutoSize = true;
  850. this.CHK_CHEM.BackColor = System.Drawing.Color.LightBlue;
  851. this.CHK_CHEM.Checked = true;
  852. this.CHK_CHEM.CheckState = System.Windows.Forms.CheckState.Checked;
  853. this.CHK_CHEM.Location = new System.Drawing.Point(452, 4);
  854. this.CHK_CHEM.Margin = new System.Windows.Forms.Padding(0);
  855. this.CHK_CHEM.Name = "CHK_CHEM";
  856. this.CHK_CHEM.Size = new System.Drawing.Size(89, 19);
  857. this.CHK_CHEM.TabIndex = 6;
  858. this.CHK_CHEM.Text = "成分校验";
  859. this.CHK_CHEM.UseVisualStyleBackColor = false;
  860. //
  861. // btn_Cancel
  862. //
  863. appearance6.BackColor = System.Drawing.Color.LightBlue;
  864. this.btn_Cancel.Appearance = appearance6;
  865. this.btn_Cancel.Dock = System.Windows.Forms.DockStyle.Left;
  866. this.btn_Cancel.Location = new System.Drawing.Point(87, 0);
  867. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  868. this.btn_Cancel.Name = "btn_Cancel";
  869. this.btn_Cancel.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.ShapeImage")));
  870. this.btn_Cancel.Size = new System.Drawing.Size(29, 29);
  871. this.btn_Cancel.TabIndex = 5;
  872. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  873. //
  874. // btn_Merge
  875. //
  876. appearance1.BackColor = System.Drawing.Color.LightBlue;
  877. this.btn_Merge.Appearance = appearance1;
  878. this.btn_Merge.Dock = System.Windows.Forms.DockStyle.Left;
  879. this.btn_Merge.Location = new System.Drawing.Point(58, 0);
  880. this.btn_Merge.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  881. this.btn_Merge.Name = "btn_Merge";
  882. this.btn_Merge.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Merge.ShapeImage")));
  883. this.btn_Merge.Size = new System.Drawing.Size(29, 29);
  884. this.btn_Merge.TabIndex = 4;
  885. this.btn_Merge.Click += new System.EventHandler(this.btn_Merge_Click);
  886. //
  887. // btn_Down
  888. //
  889. appearance2.BackColor = System.Drawing.Color.LightBlue;
  890. this.btn_Down.Appearance = appearance2;
  891. this.btn_Down.Dock = System.Windows.Forms.DockStyle.Left;
  892. this.btn_Down.Location = new System.Drawing.Point(29, 0);
  893. this.btn_Down.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  894. this.btn_Down.Name = "btn_Down";
  895. this.btn_Down.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Down.ShapeImage")));
  896. this.btn_Down.Size = new System.Drawing.Size(29, 29);
  897. this.btn_Down.TabIndex = 3;
  898. this.btn_Down.Click += new System.EventHandler(this.btn_Down_Click);
  899. //
  900. // btn_UP
  901. //
  902. appearance5.BackColor = System.Drawing.Color.LightBlue;
  903. this.btn_UP.Appearance = appearance5;
  904. this.btn_UP.Dock = System.Windows.Forms.DockStyle.Left;
  905. this.btn_UP.Location = new System.Drawing.Point(0, 0);
  906. this.btn_UP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  907. this.btn_UP.Name = "btn_UP";
  908. this.btn_UP.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_UP.ShapeImage")));
  909. this.btn_UP.Size = new System.Drawing.Size(29, 29);
  910. this.btn_UP.TabIndex = 2;
  911. this.btn_UP.Click += new System.EventHandler(this.btn_UP_Click);
  912. //
  913. // label1
  914. //
  915. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  916. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  917. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  918. this.label1.Location = new System.Drawing.Point(0, 0);
  919. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  920. this.label1.Name = "label1";
  921. this.label1.Size = new System.Drawing.Size(653, 29);
  922. this.label1.TabIndex = 0;
  923. this.label1.Text = "酸轧编制内容信息";
  924. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  925. //
  926. // panel4
  927. //
  928. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  929. this.panel4.Controls.Add(this.panel11);
  930. this.panel4.Controls.Add(this.panel10);
  931. this.panel4.Controls.Add(this.panel9);
  932. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  933. this.panel4.Location = new System.Drawing.Point(0, 0);
  934. this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  935. this.panel4.Name = "panel4";
  936. this.panel4.Size = new System.Drawing.Size(655, 191);
  937. this.panel4.TabIndex = 0;
  938. //
  939. // panel11
  940. //
  941. this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  942. this.panel11.Controls.Add(this.ugrd_RollInfo);
  943. this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
  944. this.panel11.Location = new System.Drawing.Point(453, 0);
  945. this.panel11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  946. this.panel11.Name = "panel11";
  947. this.panel11.Size = new System.Drawing.Size(200, 189);
  948. this.panel11.TabIndex = 2;
  949. //
  950. // ugrd_RollInfo
  951. //
  952. this.ugrd_RollInfo.DataMember = "TAB_ROLLINFO";
  953. this.ugrd_RollInfo.DataSource = this.dataSet1;
  954. this.ugrd_RollInfo.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  955. ultraGridColumn28.Header.VisiblePosition = 0;
  956. ultraGridColumn28.Width = 77;
  957. ultraGridColumn29.Header.VisiblePosition = 1;
  958. ultraGridColumn29.Width = 66;
  959. ultraGridBand2.Columns.AddRange(new object[] {
  960. ultraGridColumn28,
  961. ultraGridColumn29});
  962. this.ugrd_RollInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  963. this.ugrd_RollInfo.DisplayLayout.MaxColScrollRegions = 1;
  964. this.ugrd_RollInfo.DisplayLayout.MaxRowScrollRegions = 1;
  965. this.ugrd_RollInfo.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  966. appearance57.BackColor = System.Drawing.Color.GhostWhite;
  967. this.ugrd_RollInfo.DisplayLayout.Override.CellAppearance = appearance57;
  968. this.ugrd_RollInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  969. this.ugrd_RollInfo.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  970. appearance58.BackColor = System.Drawing.Color.LightSteelBlue;
  971. this.ugrd_RollInfo.DisplayLayout.Override.HeaderAppearance = appearance58;
  972. this.ugrd_RollInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  973. appearance59.BackColor = System.Drawing.Color.LightSteelBlue;
  974. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorAppearance = appearance59;
  975. appearance60.BackColor = System.Drawing.Color.LightSteelBlue;
  976. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance60;
  977. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  978. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  979. this.ugrd_RollInfo.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  980. this.ugrd_RollInfo.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  981. this.ugrd_RollInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  982. this.ugrd_RollInfo.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  983. this.ugrd_RollInfo.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  984. this.ugrd_RollInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  985. this.ugrd_RollInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  986. this.ugrd_RollInfo.Location = new System.Drawing.Point(0, 0);
  987. this.ugrd_RollInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  988. this.ugrd_RollInfo.Name = "ugrd_RollInfo";
  989. this.ugrd_RollInfo.Size = new System.Drawing.Size(198, 187);
  990. this.ugrd_RollInfo.TabIndex = 4;
  991. //
  992. // panel10
  993. //
  994. this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
  995. this.panel10.Location = new System.Drawing.Point(440, 0);
  996. this.panel10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  997. this.panel10.Name = "panel10";
  998. this.panel10.Size = new System.Drawing.Size(13, 189);
  999. this.panel10.TabIndex = 1;
  1000. //
  1001. // panel9
  1002. //
  1003. this.panel9.Controls.Add(this.uiF042010_CTL1);
  1004. this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
  1005. this.panel9.Location = new System.Drawing.Point(0, 0);
  1006. this.panel9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1007. this.panel9.Name = "panel9";
  1008. this.panel9.Size = new System.Drawing.Size(440, 189);
  1009. this.panel9.TabIndex = 0;
  1010. //
  1011. // panel2
  1012. //
  1013. this.panel2.Controls.Add(this.button1);
  1014. this.panel2.Controls.Add(this.panel5);
  1015. this.panel2.Controls.Add(this.btn_Del);
  1016. this.panel2.Controls.Add(this.btn_Add);
  1017. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  1018. this.panel2.Location = new System.Drawing.Point(621, 0);
  1019. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1020. this.panel2.Name = "panel2";
  1021. this.panel2.Size = new System.Drawing.Size(73, 902);
  1022. this.panel2.TabIndex = 1;
  1023. //
  1024. // button1
  1025. //
  1026. this.button1.Location = new System.Drawing.Point(8, 155);
  1027. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1028. this.button1.Name = "button1";
  1029. this.button1.Size = new System.Drawing.Size(100, 29);
  1030. this.button1.TabIndex = 53;
  1031. this.button1.Text = "button1";
  1032. this.button1.UseVisualStyleBackColor = true;
  1033. this.button1.Click += new System.EventHandler(this.button1_Click);
  1034. //
  1035. // panel5
  1036. //
  1037. this.panel5.Controls.Add(this.label10);
  1038. this.panel5.Controls.Add(this.label6);
  1039. this.panel5.Controls.Add(this.txt_CALMemo);
  1040. this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  1041. this.panel5.Location = new System.Drawing.Point(0, 516);
  1042. this.panel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1043. this.panel5.Name = "panel5";
  1044. this.panel5.Size = new System.Drawing.Size(73, 386);
  1045. this.panel5.TabIndex = 52;
  1046. //
  1047. // label10
  1048. //
  1049. this.label10.BackColor = System.Drawing.Color.LightBlue;
  1050. this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1051. this.label10.Cursor = System.Windows.Forms.Cursors.Hand;
  1052. this.label10.Dock = System.Windows.Forms.DockStyle.Top;
  1053. this.label10.Location = new System.Drawing.Point(0, 61);
  1054. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1055. this.label10.Name = "label10";
  1056. this.label10.Size = new System.Drawing.Size(73, 26);
  1057. this.label10.TabIndex = 52;
  1058. this.label10.Text = "清空";
  1059. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1060. this.label10.Click += new System.EventHandler(this.label10_Click);
  1061. //
  1062. // label6
  1063. //
  1064. this.label6.BackColor = System.Drawing.Color.LightBlue;
  1065. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1066. this.label6.Dock = System.Windows.Forms.DockStyle.Top;
  1067. this.label6.Location = new System.Drawing.Point(0, 0);
  1068. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1069. this.label6.Name = "label6";
  1070. this.label6.Size = new System.Drawing.Size(73, 61);
  1071. this.label6.TabIndex = 51;
  1072. this.label6.Text = "作业说明";
  1073. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1074. //
  1075. // txt_CALMemo
  1076. //
  1077. this.txt_CALMemo.Dock = System.Windows.Forms.DockStyle.Bottom;
  1078. this.txt_CALMemo.Location = new System.Drawing.Point(0, 91);
  1079. this.txt_CALMemo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1080. this.txt_CALMemo.Multiline = true;
  1081. this.txt_CALMemo.Name = "txt_CALMemo";
  1082. this.txt_CALMemo.Size = new System.Drawing.Size(73, 295);
  1083. this.txt_CALMemo.TabIndex = 42;
  1084. //
  1085. // btn_Del
  1086. //
  1087. this.btn_Del.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1088. | System.Windows.Forms.AnchorStyles.Right)));
  1089. appearance11.BackColor = System.Drawing.Color.LightBlue;
  1090. this.btn_Del.Appearance = appearance11;
  1091. this.btn_Del.Location = new System.Drawing.Point(8, 400);
  1092. this.btn_Del.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1093. this.btn_Del.Name = "btn_Del";
  1094. this.btn_Del.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Del.ShapeImage")));
  1095. this.btn_Del.Size = new System.Drawing.Size(57, 58);
  1096. this.btn_Del.TabIndex = 2;
  1097. this.btn_Del.Text = "删除";
  1098. this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
  1099. //
  1100. // btn_Add
  1101. //
  1102. this.btn_Add.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1103. | System.Windows.Forms.AnchorStyles.Right)));
  1104. appearance7.BackColor = System.Drawing.Color.LightBlue;
  1105. this.btn_Add.Appearance = appearance7;
  1106. this.btn_Add.Location = new System.Drawing.Point(8, 329);
  1107. this.btn_Add.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1108. this.btn_Add.Name = "btn_Add";
  1109. this.btn_Add.ShapeImage = ((System.Drawing.Image)(resources.GetObject("btn_Add.ShapeImage")));
  1110. this.btn_Add.Size = new System.Drawing.Size(57, 58);
  1111. this.btn_Add.TabIndex = 1;
  1112. this.btn_Add.Text = "选择";
  1113. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  1114. //
  1115. // panel3
  1116. //
  1117. this.panel3.Controls.Add(this.panel8);
  1118. this.panel3.Controls.Add(this.pal_lab_HCoil);
  1119. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  1120. this.panel3.Location = new System.Drawing.Point(0, 0);
  1121. this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1122. this.panel3.Name = "panel3";
  1123. this.panel3.Size = new System.Drawing.Size(621, 902);
  1124. this.panel3.TabIndex = 2;
  1125. //
  1126. // panel8
  1127. //
  1128. this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1129. this.panel8.Controls.Add(this.ugrd_HCoilInfo);
  1130. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  1131. this.panel8.Location = new System.Drawing.Point(0, 31);
  1132. this.panel8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1133. this.panel8.Name = "panel8";
  1134. this.panel8.Size = new System.Drawing.Size(621, 871);
  1135. this.panel8.TabIndex = 6;
  1136. //
  1137. // ugrd_HCoilInfo
  1138. //
  1139. this.ugrd_HCoilInfo.DataMember = "TAB_HCOILINFO";
  1140. this.ugrd_HCoilInfo.DataSource = this.dataSet1;
  1141. this.ugrd_HCoilInfo.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  1142. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 12;
  1143. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  1144. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  1145. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  1146. ultraGridColumn30.Width = 89;
  1147. ultraGridColumn31.Hidden = true;
  1148. ultraGridColumn32.Hidden = true;
  1149. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 70;
  1150. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  1151. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  1152. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  1153. ultraGridColumn33.Width = 66;
  1154. ultraGridColumn34.Header.Caption = "牌号";
  1155. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 34;
  1156. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  1157. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
  1158. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  1159. ultraGridColumn34.Width = 70;
  1160. ultraGridColumn35.Header.Caption = "厚度";
  1161. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 38;
  1162. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  1163. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
  1164. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
  1165. ultraGridColumn35.Width = 46;
  1166. ultraGridColumn36.Header.Caption = "宽度";
  1167. ultraGridColumn36.RowLayoutColumnInfo.OriginX = 42;
  1168. ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
  1169. ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
  1170. ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
  1171. ultraGridColumn36.Width = 48;
  1172. ultraGridColumn37.Header.Caption = "长度";
  1173. ultraGridColumn37.Hidden = true;
  1174. ultraGridColumn38.Header.Caption = "重量";
  1175. ultraGridColumn38.RowLayoutColumnInfo.OriginX = 46;
  1176. ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
  1177. ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
  1178. ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
  1179. ultraGridColumn38.Width = 49;
  1180. ultraGridColumn39.Header.Caption = "牌号";
  1181. ultraGridColumn39.RowLayoutColumnInfo.OriginX = 48;
  1182. ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
  1183. ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
  1184. ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
  1185. ultraGridColumn39.Width = 70;
  1186. ultraGridColumn40.Header.Caption = "厚度";
  1187. ultraGridColumn40.RowLayoutColumnInfo.OriginX = 50;
  1188. ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
  1189. ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
  1190. ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
  1191. ultraGridColumn40.Width = 47;
  1192. ultraGridColumn41.Header.Caption = "宽度";
  1193. ultraGridColumn41.RowLayoutColumnInfo.OriginX = 52;
  1194. ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
  1195. ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
  1196. ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
  1197. ultraGridColumn41.Width = 49;
  1198. ultraGridColumn42.Header.Caption = "长度";
  1199. ultraGridColumn42.Hidden = true;
  1200. ultraGridColumn42.Width = 50;
  1201. ultraGridColumn43.RowLayoutColumnInfo.OriginX = 66;
  1202. ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
  1203. ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
  1204. ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
  1205. ultraGridColumn43.Width = 70;
  1206. ultraGridColumn44.RowLayoutColumnInfo.OriginX = 22;
  1207. ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
  1208. ultraGridColumn44.RowLayoutColumnInfo.SpanX = 2;
  1209. ultraGridColumn44.RowLayoutColumnInfo.SpanY = 2;
  1210. ultraGridColumn44.Width = 72;
  1211. ultraGridColumn45.Header.Caption = "包装";
  1212. ultraGridColumn45.RowLayoutColumnInfo.OriginX = 26;
  1213. ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
  1214. ultraGridColumn45.RowLayoutColumnInfo.SpanX = 2;
  1215. ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
  1216. ultraGridColumn45.Width = 52;
  1217. ultraGridColumn46.RowLayoutColumnInfo.OriginX = 60;
  1218. ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
  1219. ultraGridColumn46.RowLayoutColumnInfo.SpanX = 2;
  1220. ultraGridColumn46.RowLayoutColumnInfo.SpanY = 2;
  1221. ultraGridColumn46.Width = 101;
  1222. ultraGridColumn47.RowLayoutColumnInfo.OriginX = 62;
  1223. ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
  1224. ultraGridColumn47.RowLayoutColumnInfo.SpanX = 2;
  1225. ultraGridColumn47.RowLayoutColumnInfo.SpanY = 2;
  1226. ultraGridColumn47.Width = 57;
  1227. ultraGridColumn48.RowLayoutColumnInfo.OriginX = 56;
  1228. ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
  1229. ultraGridColumn48.RowLayoutColumnInfo.SpanX = 2;
  1230. ultraGridColumn48.RowLayoutColumnInfo.SpanY = 2;
  1231. ultraGridColumn48.Width = 88;
  1232. ultraGridColumn49.RowLayoutColumnInfo.OriginX = 68;
  1233. ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
  1234. ultraGridColumn49.RowLayoutColumnInfo.SpanX = 2;
  1235. ultraGridColumn49.RowLayoutColumnInfo.SpanY = 2;
  1236. ultraGridColumn49.Width = 146;
  1237. ultraGridColumn50.RowLayoutColumnInfo.OriginX = 30;
  1238. ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
  1239. ultraGridColumn50.RowLayoutColumnInfo.SpanX = 2;
  1240. ultraGridColumn50.RowLayoutColumnInfo.SpanY = 2;
  1241. ultraGridColumn50.Width = 131;
  1242. ultraGridColumn51.RowLayoutColumnInfo.OriginX = 32;
  1243. ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
  1244. ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
  1245. ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
  1246. ultraGridColumn51.Width = 73;
  1247. ultraGridColumn52.RowLayoutColumnInfo.OriginX = 8;
  1248. ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
  1249. ultraGridColumn52.RowLayoutColumnInfo.SpanX = 2;
  1250. ultraGridColumn52.RowLayoutColumnInfo.SpanY = 2;
  1251. ultraGridColumn52.Width = 55;
  1252. ultraGridColumn53.RowLayoutColumnInfo.OriginX = 72;
  1253. ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
  1254. ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
  1255. ultraGridColumn53.RowLayoutColumnInfo.SpanY = 2;
  1256. ultraGridColumn53.Width = 47;
  1257. ultraGridColumn54.RowLayoutColumnInfo.OriginX = 14;
  1258. ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
  1259. ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
  1260. ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
  1261. ultraGridColumn54.Width = 81;
  1262. ultraGridColumn55.RowLayoutColumnInfo.OriginX = 54;
  1263. ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
  1264. ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
  1265. ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
  1266. ultraGridColumn55.Width = 49;
  1267. ultraGridColumn56.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1268. ultraGridColumn56.RowLayoutColumnInfo.OriginX = 18;
  1269. ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
  1270. ultraGridColumn56.RowLayoutColumnInfo.SpanX = 2;
  1271. ultraGridColumn56.RowLayoutColumnInfo.SpanY = 2;
  1272. ultraGridColumn56.Width = 56;
  1273. ultraGridColumn57.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1274. ultraGridColumn57.RowLayoutColumnInfo.OriginX = 64;
  1275. ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
  1276. ultraGridColumn57.RowLayoutColumnInfo.SpanX = 2;
  1277. ultraGridColumn57.RowLayoutColumnInfo.SpanY = 2;
  1278. ultraGridColumn57.Width = 45;
  1279. ultraGridColumn58.RowLayoutColumnInfo.OriginX = 36;
  1280. ultraGridColumn58.RowLayoutColumnInfo.OriginY = 0;
  1281. ultraGridColumn58.RowLayoutColumnInfo.SpanX = 2;
  1282. ultraGridColumn58.RowLayoutColumnInfo.SpanY = 2;
  1283. ultraGridColumn59.Header.Caption = "产品类型";
  1284. ultraGridColumn59.RowLayoutColumnInfo.OriginX = 24;
  1285. ultraGridColumn59.RowLayoutColumnInfo.OriginY = 0;
  1286. ultraGridColumn59.RowLayoutColumnInfo.SpanX = 2;
  1287. ultraGridColumn59.RowLayoutColumnInfo.SpanY = 2;
  1288. ultraGridColumn60.Header.Caption = "单重上限";
  1289. ultraGridColumn60.RowLayoutColumnInfo.OriginX = 20;
  1290. ultraGridColumn60.RowLayoutColumnInfo.OriginY = 0;
  1291. ultraGridColumn60.RowLayoutColumnInfo.SpanX = 2;
  1292. ultraGridColumn60.RowLayoutColumnInfo.SpanY = 2;
  1293. ultraGridColumn60.Width = 75;
  1294. ultraGridColumn61.Header.Caption = "单重下限";
  1295. ultraGridColumn61.RowLayoutColumnInfo.OriginX = 10;
  1296. ultraGridColumn61.RowLayoutColumnInfo.OriginY = 0;
  1297. ultraGridColumn61.RowLayoutColumnInfo.SpanX = 2;
  1298. ultraGridColumn61.RowLayoutColumnInfo.SpanY = 2;
  1299. ultraGridColumn61.Width = 83;
  1300. ultraGridColumn62.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1301. ultraGridColumn62.Header.Caption = "热轧备注";
  1302. ultraGridColumn62.RowLayoutColumnInfo.OriginX = 40;
  1303. ultraGridColumn62.RowLayoutColumnInfo.OriginY = 0;
  1304. ultraGridColumn62.RowLayoutColumnInfo.SpanX = 2;
  1305. ultraGridColumn62.RowLayoutColumnInfo.SpanY = 2;
  1306. ultraGridColumn63.Header.Caption = "订单重量";
  1307. ultraGridColumn63.RowLayoutColumnInfo.OriginX = 28;
  1308. ultraGridColumn63.RowLayoutColumnInfo.OriginY = 0;
  1309. ultraGridColumn63.RowLayoutColumnInfo.SpanX = 2;
  1310. ultraGridColumn63.RowLayoutColumnInfo.SpanY = 2;
  1311. ultraGridColumn64.Header.Caption = "订单未生产量";
  1312. ultraGridColumn64.RowLayoutColumnInfo.OriginX = 58;
  1313. ultraGridColumn64.RowLayoutColumnInfo.OriginY = 0;
  1314. ultraGridColumn64.RowLayoutColumnInfo.SpanX = 2;
  1315. ultraGridColumn64.RowLayoutColumnInfo.SpanY = 2;
  1316. ultraGridColumn65.Header.Caption = "板坯备注";
  1317. ultraGridColumn65.RowLayoutColumnInfo.OriginX = 44;
  1318. ultraGridColumn65.RowLayoutColumnInfo.OriginY = 0;
  1319. ultraGridColumn65.RowLayoutColumnInfo.SpanX = 2;
  1320. ultraGridColumn65.RowLayoutColumnInfo.SpanY = 2;
  1321. ultraGridColumn66.Header.Caption = "热轧备注";
  1322. ultraGridColumn66.Header.VisiblePosition = 36;
  1323. ultraGridColumn66.RowLayoutColumnInfo.OriginX = 74;
  1324. ultraGridColumn66.RowLayoutColumnInfo.OriginY = 0;
  1325. ultraGridColumn66.RowLayoutColumnInfo.SpanX = 2;
  1326. ultraGridColumn66.RowLayoutColumnInfo.SpanY = 2;
  1327. ultraGridColumn67.Header.VisiblePosition = 37;
  1328. ultraGridColumn67.RowLayoutColumnInfo.OriginX = 16;
  1329. ultraGridColumn67.RowLayoutColumnInfo.OriginY = 0;
  1330. ultraGridColumn67.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
  1331. ultraGridColumn67.RowLayoutColumnInfo.SpanX = 2;
  1332. ultraGridColumn67.RowLayoutColumnInfo.SpanY = 2;
  1333. ultraGridBand3.Columns.AddRange(new object[] {
  1334. ultraGridColumn30,
  1335. ultraGridColumn31,
  1336. ultraGridColumn32,
  1337. ultraGridColumn33,
  1338. ultraGridColumn34,
  1339. ultraGridColumn35,
  1340. ultraGridColumn36,
  1341. ultraGridColumn37,
  1342. ultraGridColumn38,
  1343. ultraGridColumn39,
  1344. ultraGridColumn40,
  1345. ultraGridColumn41,
  1346. ultraGridColumn42,
  1347. ultraGridColumn43,
  1348. ultraGridColumn44,
  1349. ultraGridColumn45,
  1350. ultraGridColumn46,
  1351. ultraGridColumn47,
  1352. ultraGridColumn48,
  1353. ultraGridColumn49,
  1354. ultraGridColumn50,
  1355. ultraGridColumn51,
  1356. ultraGridColumn52,
  1357. ultraGridColumn53,
  1358. ultraGridColumn54,
  1359. ultraGridColumn55,
  1360. ultraGridColumn56,
  1361. ultraGridColumn57,
  1362. ultraGridColumn58,
  1363. ultraGridColumn59,
  1364. ultraGridColumn60,
  1365. ultraGridColumn61,
  1366. ultraGridColumn62,
  1367. ultraGridColumn63,
  1368. ultraGridColumn64,
  1369. ultraGridColumn65,
  1370. ultraGridColumn66,
  1371. ultraGridColumn67});
  1372. ultraGridGroup5.RowLayoutGroupInfo.LabelSpan = 1;
  1373. ultraGridGroup5.RowLayoutGroupInfo.OriginX = 0;
  1374. ultraGridGroup5.RowLayoutGroupInfo.OriginY = 0;
  1375. ultraGridGroup5.RowLayoutGroupInfo.SpanX = 2;
  1376. ultraGridGroup5.RowLayoutGroupInfo.SpanY = 1;
  1377. ultraGridGroup6.Hidden = true;
  1378. ultraGridGroup6.Key = "热卷信息";
  1379. ultraGridGroup6.RowLayoutGroupInfo.LabelSpan = 1;
  1380. ultraGridGroup6.RowLayoutGroupInfo.OriginX = 2;
  1381. ultraGridGroup6.RowLayoutGroupInfo.OriginY = 0;
  1382. ultraGridGroup6.RowLayoutGroupInfo.SpanX = 2;
  1383. ultraGridGroup6.RowLayoutGroupInfo.SpanY = 1;
  1384. ultraGridGroup7.Hidden = true;
  1385. ultraGridGroup7.Key = "冷轧产品信息";
  1386. ultraGridGroup7.RowLayoutGroupInfo.LabelSpan = 1;
  1387. ultraGridGroup7.RowLayoutGroupInfo.OriginX = 4;
  1388. ultraGridGroup7.RowLayoutGroupInfo.OriginY = 0;
  1389. ultraGridGroup7.RowLayoutGroupInfo.SpanX = 2;
  1390. ultraGridGroup7.RowLayoutGroupInfo.SpanY = 1;
  1391. ultraGridGroup8.Hidden = true;
  1392. ultraGridGroup8.Key = "订单信息";
  1393. ultraGridGroup8.RowLayoutGroupInfo.LabelSpan = 1;
  1394. ultraGridGroup8.RowLayoutGroupInfo.OriginX = 6;
  1395. ultraGridGroup8.RowLayoutGroupInfo.OriginY = 0;
  1396. ultraGridGroup8.RowLayoutGroupInfo.SpanX = 2;
  1397. ultraGridGroup8.RowLayoutGroupInfo.SpanY = 1;
  1398. ultraGridBand3.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  1399. ultraGridGroup5,
  1400. ultraGridGroup6,
  1401. ultraGridGroup7,
  1402. ultraGridGroup8});
  1403. ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1404. this.ugrd_HCoilInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  1405. this.ugrd_HCoilInfo.DisplayLayout.MaxColScrollRegions = 1;
  1406. this.ugrd_HCoilInfo.DisplayLayout.MaxRowScrollRegions = 1;
  1407. this.ugrd_HCoilInfo.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  1408. appearance17.BackColor = System.Drawing.Color.GhostWhite;
  1409. this.ugrd_HCoilInfo.DisplayLayout.Override.CellAppearance = appearance17;
  1410. this.ugrd_HCoilInfo.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  1411. appearance18.BackColor = System.Drawing.Color.LightSteelBlue;
  1412. this.ugrd_HCoilInfo.DisplayLayout.Override.HeaderAppearance = appearance18;
  1413. this.ugrd_HCoilInfo.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1414. this.ugrd_HCoilInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  1415. appearance19.BackColor = System.Drawing.Color.LightSteelBlue;
  1416. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorAppearance = appearance19;
  1417. appearance20.BackColor = System.Drawing.Color.LightSteelBlue;
  1418. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance20;
  1419. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1420. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1421. this.ugrd_HCoilInfo.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  1422. this.ugrd_HCoilInfo.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  1423. this.ugrd_HCoilInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  1424. this.ugrd_HCoilInfo.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1425. this.ugrd_HCoilInfo.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1426. this.ugrd_HCoilInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1427. this.ugrd_HCoilInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1428. this.ugrd_HCoilInfo.Location = new System.Drawing.Point(0, 0);
  1429. this.ugrd_HCoilInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1430. this.ugrd_HCoilInfo.Name = "ugrd_HCoilInfo";
  1431. this.ugrd_HCoilInfo.Size = new System.Drawing.Size(619, 869);
  1432. this.ugrd_HCoilInfo.TabIndex = 5;
  1433. this.ugrd_HCoilInfo.AfterCellActivate += new System.EventHandler(this.ugrd_HCoilInfo_AfterCellActivate);
  1434. this.ugrd_HCoilInfo.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ugrd_HCoilInfo_CellChange);
  1435. this.ugrd_HCoilInfo.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ugrd_HCoilInfo_ClickCell);
  1436. this.ugrd_HCoilInfo.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ugrd_HCoilInfo_DoubleClickRow);
  1437. //
  1438. // pal_lab_HCoil
  1439. //
  1440. this.pal_lab_HCoil.Controls.Add(this.label2);
  1441. this.pal_lab_HCoil.Dock = System.Windows.Forms.DockStyle.Top;
  1442. this.pal_lab_HCoil.Location = new System.Drawing.Point(0, 0);
  1443. this.pal_lab_HCoil.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1444. this.pal_lab_HCoil.Name = "pal_lab_HCoil";
  1445. this.pal_lab_HCoil.Size = new System.Drawing.Size(621, 31);
  1446. this.pal_lab_HCoil.TabIndex = 4;
  1447. //
  1448. // label2
  1449. //
  1450. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1451. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  1452. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1453. this.label2.Location = new System.Drawing.Point(0, 0);
  1454. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1455. this.label2.Name = "label2";
  1456. this.label2.Size = new System.Drawing.Size(621, 31);
  1457. this.label2.TabIndex = 1;
  1458. this.label2.Text = "酸轧基料卷信息";
  1459. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1460. //
  1461. // saveFileDialog1
  1462. //
  1463. this.saveFileDialog1.Filter = "表格(*.xls)|*.xls";
  1464. //
  1465. // dataColumn67
  1466. //
  1467. this.dataColumn67.Caption = "移送区分";
  1468. this.dataColumn67.ColumnName = "CR_PLANT_TRS_CLF";
  1469. //
  1470. // uiF042010_CTL1
  1471. //
  1472. this.uiF042010_CTL1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1473. this.uiF042010_CTL1.Dock = System.Windows.Forms.DockStyle.Fill;
  1474. this.uiF042010_CTL1.Location = new System.Drawing.Point(0, 0);
  1475. this.uiF042010_CTL1.Margin = new System.Windows.Forms.Padding(5);
  1476. this.uiF042010_CTL1.Name = "uiF042010_CTL1";
  1477. this.uiF042010_CTL1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  1478. this.uiF042010_CTL1.Size = new System.Drawing.Size(440, 189);
  1479. this.uiF042010_CTL1.TabIndex = 0;
  1480. //
  1481. // UIF0420101
  1482. //
  1483. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1484. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1485. this.ClientSize = new System.Drawing.Size(1349, 902);
  1486. this.Controls.Add(this.panel3);
  1487. this.Controls.Add(this.panel2);
  1488. this.Controls.Add(this.panel1);
  1489. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  1490. this.Name = "UIF0420101";
  1491. this.ShowIcon = false;
  1492. this.Text = "酸轧作业对象选定";
  1493. this.Load += new System.EventHandler(this.UIF0420101_Load);
  1494. this.panel1.ResumeLayout(false);
  1495. this.panel6.ResumeLayout(false);
  1496. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollPlan)).EndInit();
  1497. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1498. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1499. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1500. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1501. this.pal_Lab_Roll.ResumeLayout(false);
  1502. this.pal_Lab_Roll.PerformLayout();
  1503. this.panel4.ResumeLayout(false);
  1504. this.panel11.ResumeLayout(false);
  1505. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollInfo)).EndInit();
  1506. this.panel9.ResumeLayout(false);
  1507. this.panel2.ResumeLayout(false);
  1508. this.panel5.ResumeLayout(false);
  1509. this.panel5.PerformLayout();
  1510. ((System.ComponentModel.ISupportInitialize)(this.txt_CALMemo)).EndInit();
  1511. this.panel3.ResumeLayout(false);
  1512. this.panel8.ResumeLayout(false);
  1513. ((System.ComponentModel.ISupportInitialize)(this.ugrd_HCoilInfo)).EndInit();
  1514. this.pal_lab_HCoil.ResumeLayout(false);
  1515. this.ResumeLayout(false);
  1516. }
  1517. #endregion
  1518. private System.Windows.Forms.Panel panel1;
  1519. private System.Windows.Forms.Panel panel4;
  1520. private System.Windows.Forms.Panel panel2;
  1521. private System.Windows.Forms.Panel panel3;
  1522. private System.Windows.Forms.Panel panel11;
  1523. private System.Windows.Forms.Panel panel10;
  1524. private System.Windows.Forms.Panel panel9;
  1525. private Infragistics.Win.Misc.UltraButton btn_Add;
  1526. private Infragistics.Win.Misc.UltraButton btn_Del;
  1527. private System.Data.DataSet dataSet1;
  1528. private System.Data.DataTable dataTable1;
  1529. private System.Data.DataColumn dataColumn1;
  1530. private System.Data.DataColumn dataColumn2;
  1531. private System.Windows.Forms.Panel panel6;
  1532. private System.Windows.Forms.Panel pal_Lab_Roll;
  1533. private System.Windows.Forms.Label label1;
  1534. private System.Windows.Forms.Panel pal_lab_HCoil;
  1535. private System.Windows.Forms.Label label2;
  1536. private UIF042010_CTL uiF042010_CTL1;
  1537. private System.Data.DataTable dataTable2;
  1538. private System.Data.DataTable dataTable3;
  1539. private System.Data.DataColumn dataColumn3;
  1540. private System.Data.DataColumn dataColumn4;
  1541. private System.Data.DataColumn dataColumn5;
  1542. private System.Data.DataColumn dataColumn6;
  1543. private System.Data.DataColumn dataColumn7;
  1544. private System.Data.DataColumn dataColumn8;
  1545. private System.Data.DataColumn dataColumn9;
  1546. private System.Data.DataColumn dataColumn10;
  1547. private System.Data.DataColumn dataColumn11;
  1548. private System.Data.DataColumn dataColumn12;
  1549. private System.Data.DataColumn dataColumn13;
  1550. private System.Data.DataColumn dataColumn14;
  1551. private System.Data.DataColumn dataColumn15;
  1552. private System.Data.DataColumn dataColumn16;
  1553. private System.Data.DataColumn dataColumn17;
  1554. private System.Data.DataColumn dataColumn18;
  1555. private System.Data.DataColumn dataColumn19;
  1556. private System.Data.DataColumn dataColumn20;
  1557. private System.Data.DataColumn dataColumn21;
  1558. private System.Data.DataColumn dataColumn22;
  1559. private System.Data.DataColumn dataColumn23;
  1560. private System.Data.DataColumn dataColumn24;
  1561. private System.Data.DataColumn dataColumn25;
  1562. private System.Data.DataColumn dataColumn26;
  1563. private System.Windows.Forms.Panel panel8;
  1564. private Infragistics.Win.UltraWinGrid.UltraGrid ugrd_HCoilInfo;
  1565. private Infragistics.Win.UltraWinGrid.UltraGrid ugrd_RollPlan;
  1566. private Infragistics.Win.UltraWinGrid.UltraGrid ugrd_RollInfo;
  1567. private Infragistics.Win.Misc.UltraButton btn_Down;
  1568. private Infragistics.Win.Misc.UltraButton btn_UP;
  1569. private System.Data.DataColumn dataColumn28;
  1570. private System.Data.DataColumn dataColumn29;
  1571. private System.Data.DataColumn dataColumn30;
  1572. private System.Data.DataColumn dataColumn31;
  1573. private System.Data.DataColumn dataColumn32;
  1574. private System.Data.DataColumn dataColumn33;
  1575. private System.Data.DataColumn dataColumn34;
  1576. private System.Data.DataColumn dataColumn35;
  1577. private System.Data.DataColumn dataColumn36;
  1578. private System.Data.DataColumn dataColumn37;
  1579. private System.Data.DataColumn dataColumn38;
  1580. private System.Data.DataColumn dataColumn39;
  1581. private System.Data.DataColumn dataColumn40;
  1582. private System.Data.DataColumn dataColumn41;
  1583. private System.Data.DataColumn dataColumn42;
  1584. private System.Data.DataColumn dataColumn43;
  1585. private System.Data.DataColumn dataColumn44;
  1586. private System.Data.DataColumn dataColumn45;
  1587. private System.Data.DataColumn dataColumn46;
  1588. private System.Data.DataColumn dataColumn47;
  1589. private System.Data.DataColumn dataColumn48;
  1590. private System.Data.DataColumn dataColumn49;
  1591. private System.Data.DataColumn dataColumn50;
  1592. private System.Data.DataColumn dataColumn51;
  1593. private System.Data.DataColumn dataColumn27;
  1594. private Infragistics.Win.Misc.UltraButton btn_Cancel;
  1595. private Infragistics.Win.Misc.UltraButton btn_Merge;
  1596. private System.Data.DataColumn dataColumn52;
  1597. private System.Data.DataColumn dataColumn53;
  1598. private System.Data.DataColumn dataColumn54;
  1599. private System.Windows.Forms.CheckBox CHK_PHY;
  1600. private System.Windows.Forms.CheckBox CHK_CHEM;
  1601. private System.Data.DataColumn dataColumn55;
  1602. private System.Data.DataColumn dataColumn56;
  1603. private System.Data.DataColumn dataColumn57;
  1604. private System.Data.DataColumn dataColumn58;
  1605. private System.Data.DataColumn dataColumn61;
  1606. private System.Data.DataColumn dataColumn62;
  1607. private System.Data.DataColumn dataColumn59;
  1608. private System.Data.DataColumn dataColumn60;
  1609. private System.Data.DataColumn dataColumn63;
  1610. private System.Data.DataColumn dataColumn64;
  1611. private System.Data.DataColumn dataColumn65;
  1612. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CALMemo;
  1613. private System.Windows.Forms.Label label6;
  1614. private System.Data.DataColumn dataColumn66;
  1615. private System.Windows.Forms.Panel panel5;
  1616. private System.Windows.Forms.Label label10;
  1617. private System.Windows.Forms.Button button1;
  1618. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  1619. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  1620. private System.Data.DataColumn dataColumn67;
  1621. }
  1622. }