FrmSteelBagManage.Designer.cs 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmSteelBagManage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("HEATNO");
  38. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LADLEID");
  39. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CLASS");
  40. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NOWSTATUS");
  41. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LVL");
  42. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("AGE");
  43. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TAPPINGSTARTTIME");
  44. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TAPPINGENDTIME");
  45. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SLEEKTIMES");
  46. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CURBRICKUSETIMES");
  47. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CURBREATHEBRICKUSETIMES");
  48. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CURBRICKCOREUSETIMES");
  49. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CURUPNOZZLEUSETIMES");
  50. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CURNOZZLEOUTFITUSETIMES");
  51. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("BLOCKFACTORY");
  52. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn16 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REFRACTORIESFACTORY");
  53. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn17 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("DREGSUSETIMES");
  54. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn18 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SKATEFACTORY");
  55. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn19 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("BRICKFACTORY");
  56. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn20 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LCFACTORY");
  57. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn21 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ZZFACTORY");
  58. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn22 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OPTDATE");
  59. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn23 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MEMO");
  60. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn24 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRPART");
  61. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn25 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REASON");
  62. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn26 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRTYPE");
  63. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn27 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIRTIME");
  64. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn28 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REPAIREDTIME");
  65. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn29 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("EXITDATA");
  66. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn30 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MATERIALREPLACING");
  67. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EAFSHELLID");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATNO");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EAFSHELLLVL");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EAFSHELLAGE");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EAFSHELLSTATUS");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELACCOUNT");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USETIMES");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BRICKFACTORY");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLANID");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYDATE");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPNOZZLEUSETIMES");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NOZZLEOUTFITUSETIMES");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ONFUACEVIEWS");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  82. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn31 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("EAFSHELLID");
  85. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn32 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("HEATNO");
  86. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn33 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("EAFSHELLLVL");
  87. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn34 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("EAFSHELLAGE");
  88. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn35 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("EAFSHELLSTATUS");
  89. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn36 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("STEELACCOUNT");
  90. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn37 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("USETIMES");
  91. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn38 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("BRICKFACTORY");
  92. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn39 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("PLANID");
  93. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn40 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("BUYDATE");
  94. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn41 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("UPNOZZLEUSETIMES");
  95. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn42 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NOZZLEOUTFITUSETIMES");
  96. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn43 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ONFUACEVIEWS");
  97. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn44 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MEMO");
  98. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATNO");
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LADLEID");
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLASS");
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NOWSTATUS");
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LVL");
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AGE");
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TAPPINGSTARTTIME");
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TAPPINGENDTIME");
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TAPPINGTIME");
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLEEKTIMES");
  109. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CURBRICKCOREUSETIMES");
  110. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CURUPNOZZLEUSETIMES");
  111. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BLOCKFACTORY");
  112. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REFRACTORIESFACTORY");
  113. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DREGSUSETIMES");
  114. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SKATEFACTORY");
  115. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BRICKFACTORY");
  116. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LCFACTORY");
  117. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZZFACTORY");
  118. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPTDATE");
  119. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  120. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  121. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  122. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn45 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("HEATNO");
  123. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn46 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LADLEID");
  124. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn47 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CLASS");
  125. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn48 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("NOWSTATUS");
  126. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn49 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LVL");
  127. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn50 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("AGE");
  128. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn51 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TAPPINGSTARTTIME");
  129. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn52 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TAPPINGENDTIME");
  130. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn53 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("TAPPINGTIME");
  131. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn54 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SLEEKTIMES");
  132. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn55 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CURBRICKCOREUSETIMES");
  133. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn56 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CURUPNOZZLEUSETIMES");
  134. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn57 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("BLOCKFACTORY");
  135. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn58 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("REFRACTORIESFACTORY");
  136. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn59 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("DREGSUSETIMES");
  137. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn60 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SKATEFACTORY");
  138. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn61 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("BRICKFACTORY");
  139. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn62 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("LCFACTORY");
  140. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn63 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ZZFACTORY");
  141. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn64 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OPTDATE");
  142. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn65 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MEMO");
  143. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  144. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  145. this.ultraPanel7 = new Infragistics.Win.Misc.UltraPanel();
  146. this.panel2 = new System.Windows.Forms.Panel();
  147. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  148. this.tBxLADLEID = new System.Windows.Forms.TextBox();
  149. this.uCErCLSS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  150. this.label1 = new System.Windows.Forms.Label();
  151. this.cBxZT = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  152. this.label2 = new System.Windows.Forms.Label();
  153. this.dTPkCGJS = new System.Windows.Forms.DateTimePicker();
  154. this.label3 = new System.Windows.Forms.Label();
  155. this.dTPkCGKS = new System.Windows.Forms.DateTimePicker();
  156. this.label4 = new System.Windows.Forms.Label();
  157. this.dTPkCZSJ = new System.Windows.Forms.DateTimePicker();
  158. this.label9 = new System.Windows.Forms.Label();
  159. this.label7 = new System.Windows.Forms.Label();
  160. this.label10 = new System.Windows.Forms.Label();
  161. this.label6 = new System.Windows.Forms.Label();
  162. this.label8 = new System.Windows.Forms.Label();
  163. this.label5 = new System.Windows.Forms.Label();
  164. this.tBxEHEATNO = new System.Windows.Forms.TextBox();
  165. this.tBxmemo = new System.Windows.Forms.TextBox();
  166. this.tBxLl = new System.Windows.Forms.TextBox();
  167. this.tBxBJ = new System.Windows.Forms.TextBox();
  168. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  169. this.tBxWZ = new System.Windows.Forms.TextBox();
  170. this.dTPrKSSJ = new System.Windows.Forms.DateTimePicker();
  171. this.label15 = new System.Windows.Forms.Label();
  172. this.label11 = new System.Windows.Forms.Label();
  173. this.label14 = new System.Windows.Forms.Label();
  174. this.dTPrJSSJ = new System.Windows.Forms.DateTimePicker();
  175. this.tBxSJ = new System.Windows.Forms.TextBox();
  176. this.label12 = new System.Windows.Forms.Label();
  177. this.tBxLB = new System.Windows.Forms.TextBox();
  178. this.label13 = new System.Windows.Forms.Label();
  179. this.tBxYY = new System.Windows.Forms.TextBox();
  180. this.label16 = new System.Windows.Forms.Label();
  181. this.uDSrEAFinfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  182. this.ultraDataSource4 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  183. this.uGrdBasicinfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  184. this.uDSrBasicinfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  185. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  186. this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
  187. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  188. this.groupBox1 = new System.Windows.Forms.GroupBox();
  189. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  190. this.ulGdEafUseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  191. this.uDSrUseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  192. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  193. this.chkDATE = new System.Windows.Forms.CheckBox();
  194. this.chkECYCID = new System.Windows.Forms.CheckBox();
  195. this.chkHEATNO = new System.Windows.Forms.CheckBox();
  196. this.txtECYCID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  197. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  198. this.txtEHEATNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  199. this.dTPStart = new System.Windows.Forms.DateTimePicker();
  200. this.dTPEnd = new System.Windows.Forms.DateTimePicker();
  201. this.panel4 = new System.Windows.Forms.Panel();
  202. this.panel5 = new System.Windows.Forms.Panel();
  203. this.panel6 = new System.Windows.Forms.Panel();
  204. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  205. this.ultraExpandableGroupBox1.SuspendLayout();
  206. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  207. this.ultraPanel7.ClientArea.SuspendLayout();
  208. this.ultraPanel7.SuspendLayout();
  209. this.panel2.SuspendLayout();
  210. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  211. this.ultraGroupBox4.SuspendLayout();
  212. ((System.ComponentModel.ISupportInitialize)(this.uCErCLSS)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.cBxZT)).BeginInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  215. this.ultraGroupBox3.SuspendLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.uDSrEAFinfo)).BeginInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource4)).BeginInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.uGrdBasicinfo)).BeginInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.uDSrBasicinfo)).BeginInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  221. this.ultraGroupBox1.SuspendLayout();
  222. this.ultraPanel4.ClientArea.SuspendLayout();
  223. this.ultraPanel4.SuspendLayout();
  224. this.splitContainer1.Panel1.SuspendLayout();
  225. this.splitContainer1.Panel2.SuspendLayout();
  226. this.splitContainer1.SuspendLayout();
  227. this.groupBox1.SuspendLayout();
  228. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  229. this.ultraGroupBox2.SuspendLayout();
  230. ((System.ComponentModel.ISupportInitialize)(this.ulGdEafUseInfo)).BeginInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.uDSrUseInfo)).BeginInit();
  232. this.ultraPanel3.ClientArea.SuspendLayout();
  233. this.ultraPanel3.SuspendLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.txtECYCID)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.txtEHEATNO)).BeginInit();
  236. this.panel4.SuspendLayout();
  237. this.panel5.SuspendLayout();
  238. this.panel6.SuspendLayout();
  239. this.SuspendLayout();
  240. //
  241. // ultraExpandableGroupBox1
  242. //
  243. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  244. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  245. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1012, 145);
  246. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 581);
  247. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  248. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1012, 145);
  249. this.ultraExpandableGroupBox1.TabIndex = 0;
  250. this.ultraExpandableGroupBox1.Text = "电炉炉壳信息";
  251. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2003;
  252. //
  253. // ultraExpandableGroupBoxPanel1
  254. //
  255. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPanel7);
  256. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 22);
  258. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  259. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1008, 121);
  260. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  261. //
  262. // ultraPanel7
  263. //
  264. //
  265. // ultraPanel7.ClientArea
  266. //
  267. this.ultraPanel7.ClientArea.Controls.Add(this.panel2);
  268. this.ultraPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.ultraPanel7.Location = new System.Drawing.Point(0, 0);
  270. this.ultraPanel7.Name = "ultraPanel7";
  271. this.ultraPanel7.Size = new System.Drawing.Size(1008, 121);
  272. this.ultraPanel7.TabIndex = 2;
  273. //
  274. // panel2
  275. //
  276. this.panel2.Controls.Add(this.ultraGroupBox4);
  277. this.panel2.Controls.Add(this.ultraGroupBox3);
  278. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.panel2.Location = new System.Drawing.Point(0, 0);
  280. this.panel2.Name = "panel2";
  281. this.panel2.Size = new System.Drawing.Size(1008, 121);
  282. this.panel2.TabIndex = 2;
  283. //
  284. // ultraGroupBox4
  285. //
  286. this.ultraGroupBox4.Controls.Add(this.tBxLADLEID);
  287. this.ultraGroupBox4.Controls.Add(this.uCErCLSS);
  288. this.ultraGroupBox4.Controls.Add(this.label1);
  289. this.ultraGroupBox4.Controls.Add(this.cBxZT);
  290. this.ultraGroupBox4.Controls.Add(this.label2);
  291. this.ultraGroupBox4.Controls.Add(this.dTPkCGJS);
  292. this.ultraGroupBox4.Controls.Add(this.label3);
  293. this.ultraGroupBox4.Controls.Add(this.dTPkCGKS);
  294. this.ultraGroupBox4.Controls.Add(this.label4);
  295. this.ultraGroupBox4.Controls.Add(this.dTPkCZSJ);
  296. this.ultraGroupBox4.Controls.Add(this.label9);
  297. this.ultraGroupBox4.Controls.Add(this.label7);
  298. this.ultraGroupBox4.Controls.Add(this.label10);
  299. this.ultraGroupBox4.Controls.Add(this.label6);
  300. this.ultraGroupBox4.Controls.Add(this.label8);
  301. this.ultraGroupBox4.Controls.Add(this.label5);
  302. this.ultraGroupBox4.Controls.Add(this.tBxEHEATNO);
  303. this.ultraGroupBox4.Controls.Add(this.tBxmemo);
  304. this.ultraGroupBox4.Controls.Add(this.tBxLl);
  305. this.ultraGroupBox4.Controls.Add(this.tBxBJ);
  306. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 0);
  308. this.ultraGroupBox4.Name = "ultraGroupBox4";
  309. this.ultraGroupBox4.Size = new System.Drawing.Size(707, 121);
  310. this.ultraGroupBox4.TabIndex = 2;
  311. this.ultraGroupBox4.Text = "炉壳信息";
  312. //
  313. // tBxLADLEID
  314. //
  315. this.tBxLADLEID.Location = new System.Drawing.Point(60, 21);
  316. this.tBxLADLEID.Name = "tBxLADLEID";
  317. this.tBxLADLEID.Size = new System.Drawing.Size(64, 21);
  318. this.tBxLADLEID.TabIndex = 2;
  319. //
  320. // uCErCLSS
  321. //
  322. appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  323. appearance1.BorderColor = System.Drawing.Color.Black;
  324. this.uCErCLSS.Appearance = appearance1;
  325. this.uCErCLSS.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  326. this.uCErCLSS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. valueListItem1.DataValue = "ValueListItem0";
  328. valueListItem1.DisplayText = "甲班";
  329. valueListItem2.DataValue = "ValueListItem1";
  330. valueListItem2.DisplayText = "乙班";
  331. valueListItem5.DataValue = "ValueListItem2";
  332. valueListItem5.DisplayText = "丙班";
  333. valueListItem6.DataValue = "ValueListItem3";
  334. valueListItem6.DisplayText = "丁班";
  335. this.uCErCLSS.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  336. valueListItem1,
  337. valueListItem2,
  338. valueListItem5,
  339. valueListItem6});
  340. this.uCErCLSS.Location = new System.Drawing.Point(626, 56);
  341. this.uCErCLSS.Name = "uCErCLSS";
  342. this.uCErCLSS.Size = new System.Drawing.Size(64, 19);
  343. this.uCErCLSS.TabIndex = 285;
  344. this.uCErCLSS.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  345. //
  346. // label1
  347. //
  348. this.label1.AutoSize = true;
  349. this.label1.Location = new System.Drawing.Point(5, 24);
  350. this.label1.Name = "label1";
  351. this.label1.Size = new System.Drawing.Size(53, 12);
  352. this.label1.TabIndex = 1;
  353. this.label1.Text = "炉壳编号";
  354. //
  355. // cBxZT
  356. //
  357. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  358. appearance2.BorderColor = System.Drawing.Color.Black;
  359. this.cBxZT.Appearance = appearance2;
  360. this.cBxZT.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  361. this.cBxZT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. valueListItem3.DataValue = "ValueListItem0";
  363. valueListItem3.DisplayText = "使用";
  364. valueListItem4.DataValue = "ValueListItem1";
  365. valueListItem4.DisplayText = "备用";
  366. this.cBxZT.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  367. valueListItem3,
  368. valueListItem4});
  369. this.cBxZT.Location = new System.Drawing.Point(626, 19);
  370. this.cBxZT.Name = "cBxZT";
  371. this.cBxZT.Size = new System.Drawing.Size(64, 19);
  372. this.cBxZT.TabIndex = 285;
  373. this.cBxZT.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  374. //
  375. // label2
  376. //
  377. this.label2.AutoSize = true;
  378. this.label2.Location = new System.Drawing.Point(134, 25);
  379. this.label2.Name = "label2";
  380. this.label2.Size = new System.Drawing.Size(41, 12);
  381. this.label2.TabIndex = 1;
  382. this.label2.Text = "熔炼号";
  383. //
  384. // dTPkCGJS
  385. //
  386. this.dTPkCGJS.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  387. this.dTPkCGJS.Location = new System.Drawing.Point(460, 55);
  388. this.dTPkCGJS.Name = "dTPkCGJS";
  389. this.dTPkCGJS.Size = new System.Drawing.Size(110, 21);
  390. this.dTPkCGJS.TabIndex = 4;
  391. //
  392. // label3
  393. //
  394. this.label3.AutoSize = true;
  395. this.label3.Location = new System.Drawing.Point(252, 25);
  396. this.label3.Name = "label3";
  397. this.label3.Size = new System.Drawing.Size(53, 12);
  398. this.label3.TabIndex = 1;
  399. this.label3.Text = "炉壳炉龄";
  400. //
  401. // dTPkCGKS
  402. //
  403. this.dTPkCGKS.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  404. this.dTPkCGKS.Location = new System.Drawing.Point(258, 55);
  405. this.dTPkCGKS.Name = "dTPkCGKS";
  406. this.dTPkCGKS.Size = new System.Drawing.Size(110, 21);
  407. this.dTPkCGKS.TabIndex = 4;
  408. //
  409. // label4
  410. //
  411. this.label4.AutoSize = true;
  412. this.label4.Location = new System.Drawing.Point(401, 24);
  413. this.label4.Name = "label4";
  414. this.label4.Size = new System.Drawing.Size(53, 12);
  415. this.label4.TabIndex = 1;
  416. this.label4.Text = "炉壳级别";
  417. //
  418. // dTPkCZSJ
  419. //
  420. this.dTPkCZSJ.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  421. this.dTPkCZSJ.Location = new System.Drawing.Point(60, 55);
  422. this.dTPkCZSJ.Name = "dTPkCZSJ";
  423. this.dTPkCZSJ.Size = new System.Drawing.Size(110, 21);
  424. this.dTPkCZSJ.TabIndex = 4;
  425. //
  426. // label9
  427. //
  428. this.label9.AutoSize = true;
  429. this.label9.Location = new System.Drawing.Point(591, 59);
  430. this.label9.Name = "label9";
  431. this.label9.Size = new System.Drawing.Size(29, 12);
  432. this.label9.TabIndex = 1;
  433. this.label9.Text = "班别";
  434. //
  435. // label7
  436. //
  437. this.label7.AutoSize = true;
  438. this.label7.Location = new System.Drawing.Point(378, 59);
  439. this.label7.Name = "label7";
  440. this.label7.Size = new System.Drawing.Size(77, 12);
  441. this.label7.TabIndex = 3;
  442. this.label7.Text = "出钢结束时刻";
  443. //
  444. // label10
  445. //
  446. this.label10.AutoSize = true;
  447. this.label10.Location = new System.Drawing.Point(21, 92);
  448. this.label10.Name = "label10";
  449. this.label10.Size = new System.Drawing.Size(29, 12);
  450. this.label10.TabIndex = 1;
  451. this.label10.Text = "备注";
  452. //
  453. // label6
  454. //
  455. this.label6.AutoSize = true;
  456. this.label6.Location = new System.Drawing.Point(177, 59);
  457. this.label6.Name = "label6";
  458. this.label6.Size = new System.Drawing.Size(77, 12);
  459. this.label6.TabIndex = 3;
  460. this.label6.Text = "出钢开始时刻";
  461. //
  462. // label8
  463. //
  464. this.label8.AutoSize = true;
  465. this.label8.Location = new System.Drawing.Point(546, 24);
  466. this.label8.Name = "label8";
  467. this.label8.Size = new System.Drawing.Size(77, 12);
  468. this.label8.TabIndex = 1;
  469. this.label8.Text = "当次使用状态";
  470. //
  471. // label5
  472. //
  473. this.label5.AutoSize = true;
  474. this.label5.Location = new System.Drawing.Point(5, 59);
  475. this.label5.Name = "label5";
  476. this.label5.Size = new System.Drawing.Size(53, 12);
  477. this.label5.TabIndex = 3;
  478. this.label5.Text = "操作时间";
  479. //
  480. // tBxEHEATNO
  481. //
  482. this.tBxEHEATNO.Location = new System.Drawing.Point(179, 22);
  483. this.tBxEHEATNO.Name = "tBxEHEATNO";
  484. this.tBxEHEATNO.Size = new System.Drawing.Size(64, 21);
  485. this.tBxEHEATNO.TabIndex = 2;
  486. //
  487. // tBxmemo
  488. //
  489. this.tBxmemo.Location = new System.Drawing.Point(60, 89);
  490. this.tBxmemo.Name = "tBxmemo";
  491. this.tBxmemo.Size = new System.Drawing.Size(511, 21);
  492. this.tBxmemo.TabIndex = 2;
  493. //
  494. // tBxLl
  495. //
  496. this.tBxLl.Location = new System.Drawing.Point(310, 21);
  497. this.tBxLl.Name = "tBxLl";
  498. this.tBxLl.Size = new System.Drawing.Size(64, 21);
  499. this.tBxLl.TabIndex = 2;
  500. //
  501. // tBxBJ
  502. //
  503. this.tBxBJ.Location = new System.Drawing.Point(461, 21);
  504. this.tBxBJ.Name = "tBxBJ";
  505. this.tBxBJ.Size = new System.Drawing.Size(64, 21);
  506. this.tBxBJ.TabIndex = 2;
  507. //
  508. // ultraGroupBox3
  509. //
  510. this.ultraGroupBox3.Controls.Add(this.tBxWZ);
  511. this.ultraGroupBox3.Controls.Add(this.dTPrKSSJ);
  512. this.ultraGroupBox3.Controls.Add(this.label15);
  513. this.ultraGroupBox3.Controls.Add(this.label11);
  514. this.ultraGroupBox3.Controls.Add(this.label14);
  515. this.ultraGroupBox3.Controls.Add(this.dTPrJSSJ);
  516. this.ultraGroupBox3.Controls.Add(this.tBxSJ);
  517. this.ultraGroupBox3.Controls.Add(this.label12);
  518. this.ultraGroupBox3.Controls.Add(this.tBxLB);
  519. this.ultraGroupBox3.Controls.Add(this.label13);
  520. this.ultraGroupBox3.Controls.Add(this.tBxYY);
  521. this.ultraGroupBox3.Controls.Add(this.label16);
  522. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Right;
  523. this.ultraGroupBox3.Location = new System.Drawing.Point(707, 0);
  524. this.ultraGroupBox3.Name = "ultraGroupBox3";
  525. this.ultraGroupBox3.Size = new System.Drawing.Size(301, 121);
  526. this.ultraGroupBox3.TabIndex = 2;
  527. this.ultraGroupBox3.Text = "炉壳维修信息";
  528. //
  529. // tBxWZ
  530. //
  531. this.tBxWZ.Enabled = false;
  532. this.tBxWZ.Location = new System.Drawing.Point(69, 19);
  533. this.tBxWZ.Name = "tBxWZ";
  534. this.tBxWZ.Size = new System.Drawing.Size(64, 21);
  535. this.tBxWZ.TabIndex = 6;
  536. //
  537. // dTPrKSSJ
  538. //
  539. this.dTPrKSSJ.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  540. this.dTPrKSSJ.Enabled = false;
  541. this.dTPrKSSJ.Location = new System.Drawing.Point(194, 20);
  542. this.dTPrKSSJ.Name = "dTPrKSSJ";
  543. this.dTPrKSSJ.Size = new System.Drawing.Size(109, 21);
  544. this.dTPrKSSJ.TabIndex = 4;
  545. //
  546. // label15
  547. //
  548. this.label15.AutoSize = true;
  549. this.label15.Location = new System.Drawing.Point(140, 61);
  550. this.label15.Name = "label15";
  551. this.label15.Size = new System.Drawing.Size(53, 12);
  552. this.label15.TabIndex = 7;
  553. this.label15.Text = "结束时间";
  554. //
  555. // label11
  556. //
  557. this.label11.AutoSize = true;
  558. this.label11.Location = new System.Drawing.Point(15, 25);
  559. this.label11.Name = "label11";
  560. this.label11.Size = new System.Drawing.Size(53, 12);
  561. this.label11.TabIndex = 5;
  562. this.label11.Text = "维修位置";
  563. //
  564. // label14
  565. //
  566. this.label14.AutoSize = true;
  567. this.label14.Location = new System.Drawing.Point(140, 27);
  568. this.label14.Name = "label14";
  569. this.label14.Size = new System.Drawing.Size(53, 12);
  570. this.label14.TabIndex = 7;
  571. this.label14.Text = "开始时间";
  572. //
  573. // dTPrJSSJ
  574. //
  575. this.dTPrJSSJ.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  576. this.dTPrJSSJ.Enabled = false;
  577. this.dTPrJSSJ.Location = new System.Drawing.Point(194, 54);
  578. this.dTPrJSSJ.Name = "dTPrJSSJ";
  579. this.dTPrJSSJ.Size = new System.Drawing.Size(109, 21);
  580. this.dTPrJSSJ.TabIndex = 4;
  581. //
  582. // tBxSJ
  583. //
  584. this.tBxSJ.Enabled = false;
  585. this.tBxSJ.Location = new System.Drawing.Point(195, 86);
  586. this.tBxSJ.Name = "tBxSJ";
  587. this.tBxSJ.Size = new System.Drawing.Size(64, 21);
  588. this.tBxSJ.TabIndex = 6;
  589. //
  590. // label12
  591. //
  592. this.label12.AutoSize = true;
  593. this.label12.Location = new System.Drawing.Point(15, 60);
  594. this.label12.Name = "label12";
  595. this.label12.Size = new System.Drawing.Size(53, 12);
  596. this.label12.TabIndex = 5;
  597. this.label12.Text = "维修原因";
  598. //
  599. // tBxLB
  600. //
  601. this.tBxLB.Enabled = false;
  602. this.tBxLB.Location = new System.Drawing.Point(69, 85);
  603. this.tBxLB.Name = "tBxLB";
  604. this.tBxLB.Size = new System.Drawing.Size(64, 21);
  605. this.tBxLB.TabIndex = 6;
  606. //
  607. // label13
  608. //
  609. this.label13.AutoSize = true;
  610. this.label13.Location = new System.Drawing.Point(15, 91);
  611. this.label13.Name = "label13";
  612. this.label13.Size = new System.Drawing.Size(53, 12);
  613. this.label13.TabIndex = 5;
  614. this.label13.Text = "维修类别";
  615. //
  616. // tBxYY
  617. //
  618. this.tBxYY.Enabled = false;
  619. this.tBxYY.Location = new System.Drawing.Point(69, 54);
  620. this.tBxYY.Name = "tBxYY";
  621. this.tBxYY.Size = new System.Drawing.Size(64, 21);
  622. this.tBxYY.TabIndex = 6;
  623. //
  624. // label16
  625. //
  626. this.label16.AutoSize = true;
  627. this.label16.Location = new System.Drawing.Point(140, 93);
  628. this.label16.Name = "label16";
  629. this.label16.Size = new System.Drawing.Size(53, 12);
  630. this.label16.TabIndex = 5;
  631. this.label16.Text = "维修时间";
  632. //
  633. // uDSrEAFinfo
  634. //
  635. ultraDataColumn8.DataType = typeof(System.DateTime);
  636. this.uDSrEAFinfo.Band.Columns.AddRange(new object[] {
  637. ultraDataColumn1,
  638. ultraDataColumn2,
  639. ultraDataColumn3,
  640. ultraDataColumn4,
  641. ultraDataColumn5,
  642. ultraDataColumn6,
  643. ultraDataColumn7,
  644. ultraDataColumn8,
  645. ultraDataColumn9,
  646. ultraDataColumn10,
  647. ultraDataColumn11,
  648. ultraDataColumn12,
  649. ultraDataColumn13,
  650. ultraDataColumn14,
  651. ultraDataColumn15,
  652. ultraDataColumn16,
  653. ultraDataColumn17,
  654. ultraDataColumn18,
  655. ultraDataColumn19,
  656. ultraDataColumn20,
  657. ultraDataColumn21,
  658. ultraDataColumn22,
  659. ultraDataColumn23});
  660. //
  661. // ultraDataSource4
  662. //
  663. this.ultraDataSource4.Band.Columns.AddRange(new object[] {
  664. ultraDataColumn24,
  665. ultraDataColumn25,
  666. ultraDataColumn26,
  667. ultraDataColumn27,
  668. ultraDataColumn28,
  669. ultraDataColumn29,
  670. ultraDataColumn30});
  671. //
  672. // uGrdBasicinfo
  673. //
  674. this.uGrdBasicinfo.DataSource = this.uDSrBasicinfo;
  675. ultraGridColumn1.Header.Caption = "炉壳编号";
  676. ultraGridColumn1.Header.VisiblePosition = 0;
  677. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  678. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  679. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 20);
  680. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  681. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  682. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  683. ultraGridColumn2.Header.Caption = "对应炉号";
  684. ultraGridColumn2.Header.VisiblePosition = 1;
  685. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  686. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  687. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 20);
  688. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  689. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  690. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  691. ultraGridColumn3.Header.Caption = "炉壳级别";
  692. ultraGridColumn3.Header.VisiblePosition = 2;
  693. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  694. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  695. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 20);
  696. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  697. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  698. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  699. ultraGridColumn4.Header.Caption = "炉壳炉龄";
  700. ultraGridColumn4.Header.VisiblePosition = 3;
  701. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  702. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  703. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 20);
  704. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  705. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  706. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  707. ultraGridColumn5.Header.Caption = "炉壳状况";
  708. ultraGridColumn5.Header.VisiblePosition = 4;
  709. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  710. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  711. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(58, 20);
  712. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  713. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  714. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  715. ultraGridColumn6.Header.Caption = "盛钢量累计";
  716. ultraGridColumn6.Header.VisiblePosition = 5;
  717. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
  718. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  719. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 20);
  720. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  721. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  722. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  723. ultraGridColumn7.Header.Caption = "使用次数";
  724. ultraGridColumn7.Header.VisiblePosition = 6;
  725. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 14;
  726. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  727. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 20);
  728. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  729. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  730. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  731. ultraGridColumn8.Header.Caption = "透气蕊厂家";
  732. ultraGridColumn8.Header.VisiblePosition = 7;
  733. ultraGridColumn8.Hidden = true;
  734. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 26;
  735. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  736. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(103, 20);
  737. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  738. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  739. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  740. ultraGridColumn9.Header.Caption = "计划编号";
  741. ultraGridColumn9.Header.VisiblePosition = 8;
  742. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
  743. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  744. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 20);
  745. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  746. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  747. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  748. ultraGridColumn10.Format = "yyyy-MM-dd HH:mm:ss";
  749. ultraGridColumn10.Header.Caption = "购买日期";
  750. ultraGridColumn10.Header.VisiblePosition = 9;
  751. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 18;
  752. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  753. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(144, 20);
  754. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  755. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  756. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  757. ultraGridColumn11.Header.Caption = "上水口使用次数";
  758. ultraGridColumn11.Header.VisiblePosition = 10;
  759. ultraGridColumn11.Hidden = true;
  760. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 22;
  761. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  762. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  763. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  764. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  765. ultraGridColumn12.Header.Caption = "水口使用次数";
  766. ultraGridColumn12.Header.VisiblePosition = 11;
  767. ultraGridColumn12.Hidden = true;
  768. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 24;
  769. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  770. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 20);
  771. ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 24);
  772. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  773. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  774. ultraGridColumn13.Header.Caption = "上炉壳使用次数";
  775. ultraGridColumn13.Header.VisiblePosition = 12;
  776. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 12;
  777. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  778. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
  779. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  780. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  781. ultraGridColumn14.Header.Caption = "备注";
  782. ultraGridColumn14.Header.VisiblePosition = 13;
  783. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 20;
  784. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  785. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  786. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  787. ultraGridBand1.Columns.AddRange(new object[] {
  788. ultraGridColumn1,
  789. ultraGridColumn2,
  790. ultraGridColumn3,
  791. ultraGridColumn4,
  792. ultraGridColumn5,
  793. ultraGridColumn6,
  794. ultraGridColumn7,
  795. ultraGridColumn8,
  796. ultraGridColumn9,
  797. ultraGridColumn10,
  798. ultraGridColumn11,
  799. ultraGridColumn12,
  800. ultraGridColumn13,
  801. ultraGridColumn14});
  802. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  803. this.uGrdBasicinfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  804. this.uGrdBasicinfo.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
  805. appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  806. appearance7.BackColor2 = System.Drawing.SystemColors.Info;
  807. this.uGrdBasicinfo.DisplayLayout.Override.CellAppearance = appearance7;
  808. this.uGrdBasicinfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  809. appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(221)))), ((int)(((byte)(239)))));
  810. this.uGrdBasicinfo.DisplayLayout.Override.HeaderAppearance = appearance8;
  811. this.uGrdBasicinfo.Dock = System.Windows.Forms.DockStyle.Fill;
  812. this.uGrdBasicinfo.ExitEditModeOnLeave = false;
  813. this.uGrdBasicinfo.Location = new System.Drawing.Point(3, 17);
  814. this.uGrdBasicinfo.Name = "uGrdBasicinfo";
  815. this.uGrdBasicinfo.Size = new System.Drawing.Size(262, 528);
  816. this.uGrdBasicinfo.TabIndex = 1;
  817. this.uGrdBasicinfo.Click += new System.EventHandler(this.ultraGrid1_Click);
  818. //
  819. // uDSrBasicinfo
  820. //
  821. this.uDSrBasicinfo.Band.Columns.AddRange(new object[] {
  822. ultraDataColumn31,
  823. ultraDataColumn32,
  824. ultraDataColumn33,
  825. ultraDataColumn34,
  826. ultraDataColumn35,
  827. ultraDataColumn36,
  828. ultraDataColumn37,
  829. ultraDataColumn38,
  830. ultraDataColumn39,
  831. ultraDataColumn40,
  832. ultraDataColumn41,
  833. ultraDataColumn42,
  834. ultraDataColumn43,
  835. ultraDataColumn44});
  836. //
  837. // ultraGroupBox1
  838. //
  839. this.ultraGroupBox1.Controls.Add(this.ultraPanel4);
  840. this.ultraGroupBox1.Controls.Add(this.ultraPanel3);
  841. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  842. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  843. this.ultraGroupBox1.Name = "ultraGroupBox1";
  844. this.ultraGroupBox1.Size = new System.Drawing.Size(1012, 581);
  845. this.ultraGroupBox1.TabIndex = 2;
  846. //
  847. // ultraPanel4
  848. //
  849. //
  850. // ultraPanel4.ClientArea
  851. //
  852. this.ultraPanel4.ClientArea.Controls.Add(this.splitContainer1);
  853. this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  854. this.ultraPanel4.Location = new System.Drawing.Point(3, 30);
  855. this.ultraPanel4.Name = "ultraPanel4";
  856. this.ultraPanel4.Size = new System.Drawing.Size(1006, 548);
  857. this.ultraPanel4.TabIndex = 3;
  858. //
  859. // splitContainer1
  860. //
  861. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  862. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  863. this.splitContainer1.Name = "splitContainer1";
  864. //
  865. // splitContainer1.Panel1
  866. //
  867. this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
  868. //
  869. // splitContainer1.Panel2
  870. //
  871. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
  872. this.splitContainer1.Size = new System.Drawing.Size(1006, 548);
  873. this.splitContainer1.SplitterDistance = 268;
  874. this.splitContainer1.TabIndex = 4;
  875. //
  876. // groupBox1
  877. //
  878. this.groupBox1.Controls.Add(this.uGrdBasicinfo);
  879. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  880. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  881. this.groupBox1.Name = "groupBox1";
  882. this.groupBox1.Size = new System.Drawing.Size(268, 548);
  883. this.groupBox1.TabIndex = 3;
  884. this.groupBox1.TabStop = false;
  885. this.groupBox1.Text = "炉壳信息查询";
  886. //
  887. // ultraGroupBox2
  888. //
  889. this.ultraGroupBox2.Controls.Add(this.ulGdEafUseInfo);
  890. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  891. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  892. this.ultraGroupBox2.Name = "ultraGroupBox2";
  893. this.ultraGroupBox2.Size = new System.Drawing.Size(734, 548);
  894. this.ultraGroupBox2.TabIndex = 2;
  895. this.ultraGroupBox2.Text = "炉壳使用信息";
  896. //
  897. // ulGdEafUseInfo
  898. //
  899. this.ulGdEafUseInfo.DataSource = this.uDSrUseInfo;
  900. ultraGridColumn15.Header.Caption = "熔炼号";
  901. ultraGridColumn15.Header.VisiblePosition = 0;
  902. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 0;
  903. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  904. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 20);
  905. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  906. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  907. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  908. ultraGridColumn16.Header.Caption = "炉壳编号";
  909. ultraGridColumn16.Header.VisiblePosition = 1;
  910. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 2;
  911. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  912. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 20);
  913. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  914. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  915. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  916. ultraGridColumn17.Header.Caption = "班别";
  917. ultraGridColumn17.Header.VisiblePosition = 2;
  918. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 4;
  919. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  920. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 20);
  921. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  922. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  923. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  924. ultraGridColumn18.Header.Caption = "当次使用状态";
  925. ultraGridColumn18.Header.VisiblePosition = 3;
  926. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 6;
  927. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  928. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 20);
  929. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  930. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  931. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  932. ultraGridColumn19.Header.Caption = "炉壳包级";
  933. ultraGridColumn19.Header.VisiblePosition = 4;
  934. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 8;
  935. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  936. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 20);
  937. ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  938. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  939. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  940. ultraGridColumn20.Header.Caption = "炉壳炉龄";
  941. ultraGridColumn20.Header.VisiblePosition = 5;
  942. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 10;
  943. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  944. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 20);
  945. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  946. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  947. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  948. ultraGridColumn21.Format = "yyyy-MM-dd hh:mm:ss";
  949. ultraGridColumn21.Header.Caption = "出钢开始时刻";
  950. ultraGridColumn21.Header.VisiblePosition = 6;
  951. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 12;
  952. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  953. ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 20);
  954. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  955. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  956. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  957. ultraGridColumn22.Format = "yyyy-MM-dd hh:mm:ss";
  958. ultraGridColumn22.Header.Caption = "出钢结束时刻";
  959. ultraGridColumn22.Header.VisiblePosition = 7;
  960. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 14;
  961. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  962. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 20);
  963. ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  964. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  965. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  966. ultraGridColumn23.Header.Caption = "出钢时间";
  967. ultraGridColumn23.Header.VisiblePosition = 8;
  968. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 16;
  969. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  970. ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 20);
  971. ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  972. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  973. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  974. ultraGridColumn24.Header.Caption = "连滑次数";
  975. ultraGridColumn24.Header.VisiblePosition = 9;
  976. ultraGridColumn24.Hidden = true;
  977. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 18;
  978. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  979. ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 20);
  980. ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  981. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  982. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  983. ultraGridColumn25.Header.Caption = "当次砖芯使用次数";
  984. ultraGridColumn25.Header.VisiblePosition = 10;
  985. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 20;
  986. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  987. ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(113, 20);
  988. ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  989. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  990. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  991. ultraGridColumn26.Header.Caption = "当次上水口使用次数";
  992. ultraGridColumn26.Header.VisiblePosition = 11;
  993. ultraGridColumn26.Hidden = true;
  994. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 22;
  995. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  996. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(119, 20);
  997. ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  998. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  999. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  1000. ultraGridColumn27.Header.Caption = "塞棒厂家";
  1001. ultraGridColumn27.Header.VisiblePosition = 12;
  1002. ultraGridColumn27.Hidden = true;
  1003. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 26;
  1004. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  1005. ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 20);
  1006. ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1007. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  1008. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  1009. ultraGridColumn28.Header.Caption = "耐火材料厂家";
  1010. ultraGridColumn28.Header.VisiblePosition = 13;
  1011. ultraGridColumn28.Hidden = true;
  1012. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 28;
  1013. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  1014. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 20);
  1015. ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1016. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  1017. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  1018. ultraGridColumn29.Header.Caption = "渣线使用次数";
  1019. ultraGridColumn29.Header.VisiblePosition = 14;
  1020. ultraGridColumn29.Hidden = true;
  1021. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 24;
  1022. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  1023. ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 20);
  1024. ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1025. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  1026. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  1027. ultraGridColumn30.Header.Caption = "滑板制造厂";
  1028. ultraGridColumn30.Header.VisiblePosition = 15;
  1029. ultraGridColumn30.Hidden = true;
  1030. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 30;
  1031. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  1032. ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 20);
  1033. ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1034. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  1035. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  1036. ultraGridColumn31.Header.Caption = "透气砖制造厂";
  1037. ultraGridColumn31.Header.VisiblePosition = 16;
  1038. ultraGridColumn31.Hidden = true;
  1039. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 32;
  1040. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  1041. ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(104, 20);
  1042. ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1043. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  1044. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  1045. ultraGridColumn32.Header.Caption = "耐材厂家";
  1046. ultraGridColumn32.Header.VisiblePosition = 17;
  1047. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 34;
  1048. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  1049. ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 20);
  1050. ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1051. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
  1052. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
  1053. ultraGridColumn33.Header.Caption = "座砖厂家";
  1054. ultraGridColumn33.Header.VisiblePosition = 18;
  1055. ultraGridColumn33.Hidden = true;
  1056. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 36;
  1057. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  1058. ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(103, 20);
  1059. ultraGridColumn33.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1060. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  1061. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  1062. ultraGridColumn34.Format = "yyyy-mm-dd hh:mm:ss";
  1063. ultraGridColumn34.Header.Caption = "操作时间";
  1064. ultraGridColumn34.Header.VisiblePosition = 19;
  1065. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 38;
  1066. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  1067. ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(132, 20);
  1068. ultraGridColumn34.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1069. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
  1070. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  1071. ultraGridColumn35.Header.Caption = "备注";
  1072. ultraGridColumn35.Header.VisiblePosition = 20;
  1073. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 40;
  1074. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  1075. ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 20);
  1076. ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 23);
  1077. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
  1078. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
  1079. ultraGridBand2.Columns.AddRange(new object[] {
  1080. ultraGridColumn15,
  1081. ultraGridColumn16,
  1082. ultraGridColumn17,
  1083. ultraGridColumn18,
  1084. ultraGridColumn19,
  1085. ultraGridColumn20,
  1086. ultraGridColumn21,
  1087. ultraGridColumn22,
  1088. ultraGridColumn23,
  1089. ultraGridColumn24,
  1090. ultraGridColumn25,
  1091. ultraGridColumn26,
  1092. ultraGridColumn27,
  1093. ultraGridColumn28,
  1094. ultraGridColumn29,
  1095. ultraGridColumn30,
  1096. ultraGridColumn31,
  1097. ultraGridColumn32,
  1098. ultraGridColumn33,
  1099. ultraGridColumn34,
  1100. ultraGridColumn35});
  1101. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1102. this.ulGdEafUseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1103. this.ulGdEafUseInfo.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
  1104. appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  1105. appearance5.BackColor2 = System.Drawing.SystemColors.Info;
  1106. this.ulGdEafUseInfo.DisplayLayout.Override.CellAppearance = appearance5;
  1107. this.ulGdEafUseInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  1108. appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(221)))), ((int)(((byte)(239)))));
  1109. this.ulGdEafUseInfo.DisplayLayout.Override.HeaderAppearance = appearance6;
  1110. this.ulGdEafUseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1111. this.ulGdEafUseInfo.Location = new System.Drawing.Point(3, 18);
  1112. this.ulGdEafUseInfo.Name = "ulGdEafUseInfo";
  1113. this.ulGdEafUseInfo.Size = new System.Drawing.Size(728, 527);
  1114. this.ulGdEafUseInfo.TabIndex = 1;
  1115. this.ulGdEafUseInfo.AfterRowActivate += new System.EventHandler(this.ulGdEafUseInfo_AfterRowActivate);
  1116. //
  1117. // uDSrUseInfo
  1118. //
  1119. this.uDSrUseInfo.Band.Columns.AddRange(new object[] {
  1120. ultraDataColumn45,
  1121. ultraDataColumn46,
  1122. ultraDataColumn47,
  1123. ultraDataColumn48,
  1124. ultraDataColumn49,
  1125. ultraDataColumn50,
  1126. ultraDataColumn51,
  1127. ultraDataColumn52,
  1128. ultraDataColumn53,
  1129. ultraDataColumn54,
  1130. ultraDataColumn55,
  1131. ultraDataColumn56,
  1132. ultraDataColumn57,
  1133. ultraDataColumn58,
  1134. ultraDataColumn59,
  1135. ultraDataColumn60,
  1136. ultraDataColumn61,
  1137. ultraDataColumn62,
  1138. ultraDataColumn63,
  1139. ultraDataColumn64,
  1140. ultraDataColumn65});
  1141. //
  1142. // ultraPanel3
  1143. //
  1144. //
  1145. // ultraPanel3.ClientArea
  1146. //
  1147. this.ultraPanel3.ClientArea.Controls.Add(this.chkDATE);
  1148. this.ultraPanel3.ClientArea.Controls.Add(this.chkECYCID);
  1149. this.ultraPanel3.ClientArea.Controls.Add(this.chkHEATNO);
  1150. this.ultraPanel3.ClientArea.Controls.Add(this.txtECYCID);
  1151. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel2);
  1152. this.ultraPanel3.ClientArea.Controls.Add(this.txtEHEATNO);
  1153. this.ultraPanel3.ClientArea.Controls.Add(this.dTPStart);
  1154. this.ultraPanel3.ClientArea.Controls.Add(this.dTPEnd);
  1155. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  1156. this.ultraPanel3.Location = new System.Drawing.Point(3, 0);
  1157. this.ultraPanel3.Name = "ultraPanel3";
  1158. this.ultraPanel3.Size = new System.Drawing.Size(1006, 30);
  1159. this.ultraPanel3.TabIndex = 2;
  1160. //
  1161. // chkDATE
  1162. //
  1163. this.chkDATE.AutoSize = true;
  1164. this.chkDATE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1165. this.chkDATE.Location = new System.Drawing.Point(322, 8);
  1166. this.chkDATE.Name = "chkDATE";
  1167. this.chkDATE.Size = new System.Drawing.Size(81, 16);
  1168. this.chkDATE.TabIndex = 3;
  1169. this.chkDATE.Text = "购买日期从";
  1170. this.chkDATE.UseVisualStyleBackColor = true;
  1171. this.chkDATE.CheckedChanged += new System.EventHandler(this.chBxDATE_CheckedChanged);
  1172. //
  1173. // chkECYCID
  1174. //
  1175. this.chkECYCID.AutoSize = true;
  1176. this.chkECYCID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1177. this.chkECYCID.Location = new System.Drawing.Point(144, 8);
  1178. this.chkECYCID.Name = "chkECYCID";
  1179. this.chkECYCID.Size = new System.Drawing.Size(69, 16);
  1180. this.chkECYCID.TabIndex = 3;
  1181. this.chkECYCID.Text = "炉壳编号";
  1182. this.chkECYCID.UseVisualStyleBackColor = true;
  1183. this.chkECYCID.CheckedChanged += new System.EventHandler(this.chBxECYCID_CheckedChanged);
  1184. //
  1185. // chkHEATNO
  1186. //
  1187. this.chkHEATNO.AutoSize = true;
  1188. this.chkHEATNO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1189. this.chkHEATNO.Location = new System.Drawing.Point(15, 8);
  1190. this.chkHEATNO.Name = "chkHEATNO";
  1191. this.chkHEATNO.Size = new System.Drawing.Size(45, 16);
  1192. this.chkHEATNO.TabIndex = 3;
  1193. this.chkHEATNO.Text = "炉号";
  1194. this.chkHEATNO.UseVisualStyleBackColor = true;
  1195. this.chkHEATNO.CheckedChanged += new System.EventHandler(this.chBxHEATNO_CheckedChanged);
  1196. //
  1197. // txtECYCID
  1198. //
  1199. this.txtECYCID.AcceptsReturn = true;
  1200. this.txtECYCID.Enabled = false;
  1201. this.txtECYCID.Location = new System.Drawing.Point(218, 5);
  1202. this.txtECYCID.Name = "txtECYCID";
  1203. this.txtECYCID.Size = new System.Drawing.Size(98, 21);
  1204. this.txtECYCID.TabIndex = 1;
  1205. //
  1206. // ultraLabel2
  1207. //
  1208. this.ultraLabel2.Location = new System.Drawing.Point(524, 9);
  1209. this.ultraLabel2.Name = "ultraLabel2";
  1210. this.ultraLabel2.Size = new System.Drawing.Size(24, 14);
  1211. this.ultraLabel2.TabIndex = 2;
  1212. this.ultraLabel2.Text = "至";
  1213. //
  1214. // txtEHEATNO
  1215. //
  1216. this.txtEHEATNO.Enabled = false;
  1217. this.txtEHEATNO.Location = new System.Drawing.Point(68, 5);
  1218. this.txtEHEATNO.Name = "txtEHEATNO";
  1219. this.txtEHEATNO.Size = new System.Drawing.Size(63, 21);
  1220. this.txtEHEATNO.TabIndex = 1;
  1221. //
  1222. // dTPStart
  1223. //
  1224. this.dTPStart.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  1225. this.dTPStart.Enabled = false;
  1226. this.dTPStart.Location = new System.Drawing.Point(408, 5);
  1227. this.dTPStart.Name = "dTPStart";
  1228. this.dTPStart.Size = new System.Drawing.Size(110, 21);
  1229. this.dTPStart.TabIndex = 0;
  1230. //
  1231. // dTPEnd
  1232. //
  1233. this.dTPEnd.Enabled = false;
  1234. this.dTPEnd.Location = new System.Drawing.Point(552, 4);
  1235. this.dTPEnd.Name = "dTPEnd";
  1236. this.dTPEnd.Size = new System.Drawing.Size(109, 21);
  1237. this.dTPEnd.TabIndex = 0;
  1238. //
  1239. // panel4
  1240. //
  1241. this.panel4.Controls.Add(this.panel5);
  1242. this.panel4.Controls.Add(this.ultraExpandableGroupBox1);
  1243. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  1244. this.panel4.Location = new System.Drawing.Point(0, 0);
  1245. this.panel4.Name = "panel4";
  1246. this.panel4.Size = new System.Drawing.Size(1012, 726);
  1247. this.panel4.TabIndex = 3;
  1248. //
  1249. // panel5
  1250. //
  1251. this.panel5.Controls.Add(this.panel6);
  1252. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  1253. this.panel5.Location = new System.Drawing.Point(0, 0);
  1254. this.panel5.Name = "panel5";
  1255. this.panel5.Size = new System.Drawing.Size(1012, 581);
  1256. this.panel5.TabIndex = 3;
  1257. //
  1258. // panel6
  1259. //
  1260. this.panel6.Controls.Add(this.ultraGroupBox1);
  1261. this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  1262. this.panel6.Location = new System.Drawing.Point(0, 0);
  1263. this.panel6.Name = "panel6";
  1264. this.panel6.Size = new System.Drawing.Size(1012, 581);
  1265. this.panel6.TabIndex = 4;
  1266. //
  1267. // FrmSteelBagManage
  1268. //
  1269. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1270. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1271. this.ClientSize = new System.Drawing.Size(1012, 726);
  1272. this.Controls.Add(this.panel4);
  1273. this.Name = "FrmSteelBagManage";
  1274. this.Text = "电炉炉壳管理";
  1275. this.Load += new System.EventHandler(this.FrmSteelBagManage_Load);
  1276. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1277. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1278. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1279. this.ultraPanel7.ClientArea.ResumeLayout(false);
  1280. this.ultraPanel7.ResumeLayout(false);
  1281. this.panel2.ResumeLayout(false);
  1282. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1283. this.ultraGroupBox4.ResumeLayout(false);
  1284. this.ultraGroupBox4.PerformLayout();
  1285. ((System.ComponentModel.ISupportInitialize)(this.uCErCLSS)).EndInit();
  1286. ((System.ComponentModel.ISupportInitialize)(this.cBxZT)).EndInit();
  1287. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1288. this.ultraGroupBox3.ResumeLayout(false);
  1289. this.ultraGroupBox3.PerformLayout();
  1290. ((System.ComponentModel.ISupportInitialize)(this.uDSrEAFinfo)).EndInit();
  1291. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource4)).EndInit();
  1292. ((System.ComponentModel.ISupportInitialize)(this.uGrdBasicinfo)).EndInit();
  1293. ((System.ComponentModel.ISupportInitialize)(this.uDSrBasicinfo)).EndInit();
  1294. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1295. this.ultraGroupBox1.ResumeLayout(false);
  1296. this.ultraPanel4.ClientArea.ResumeLayout(false);
  1297. this.ultraPanel4.ResumeLayout(false);
  1298. this.splitContainer1.Panel1.ResumeLayout(false);
  1299. this.splitContainer1.Panel2.ResumeLayout(false);
  1300. this.splitContainer1.ResumeLayout(false);
  1301. this.groupBox1.ResumeLayout(false);
  1302. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1303. this.ultraGroupBox2.ResumeLayout(false);
  1304. ((System.ComponentModel.ISupportInitialize)(this.ulGdEafUseInfo)).EndInit();
  1305. ((System.ComponentModel.ISupportInitialize)(this.uDSrUseInfo)).EndInit();
  1306. this.ultraPanel3.ClientArea.ResumeLayout(false);
  1307. this.ultraPanel3.ClientArea.PerformLayout();
  1308. this.ultraPanel3.ResumeLayout(false);
  1309. ((System.ComponentModel.ISupportInitialize)(this.txtECYCID)).EndInit();
  1310. ((System.ComponentModel.ISupportInitialize)(this.txtEHEATNO)).EndInit();
  1311. this.panel4.ResumeLayout(false);
  1312. this.panel5.ResumeLayout(false);
  1313. this.panel6.ResumeLayout(false);
  1314. this.ResumeLayout(false);
  1315. }
  1316. #endregion
  1317. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1318. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1319. private Infragistics.Win.UltraWinGrid.UltraGrid uGrdBasicinfo;
  1320. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1321. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1322. private Infragistics.Win.UltraWinGrid.UltraGrid ulGdEafUseInfo;
  1323. private Infragistics.Win.UltraWinDataSource.UltraDataSource uDSrBasicinfo;
  1324. private Infragistics.Win.Misc.UltraPanel ultraPanel4;
  1325. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1326. private System.Windows.Forms.DateTimePicker dTPEnd;
  1327. private System.Windows.Forms.DateTimePicker dTPStart;
  1328. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1329. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtEHEATNO;
  1330. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtECYCID;
  1331. private Infragistics.Win.UltraWinDataSource.UltraDataSource uDSrUseInfo;
  1332. private Infragistics.Win.UltraWinDataSource.UltraDataSource uDSrEAFinfo;
  1333. private Infragistics.Win.Misc.UltraPanel ultraPanel7;
  1334. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource4;
  1335. private System.Windows.Forms.Panel panel4;
  1336. private System.Windows.Forms.Panel panel5;
  1337. private System.Windows.Forms.Panel panel6;
  1338. private System.Windows.Forms.Panel panel2;
  1339. private System.Windows.Forms.GroupBox groupBox1;
  1340. private System.Windows.Forms.SplitContainer splitContainer1;
  1341. private System.Windows.Forms.CheckBox chkHEATNO;
  1342. private System.Windows.Forms.CheckBox chkDATE;
  1343. private System.Windows.Forms.CheckBox chkECYCID;
  1344. private System.Windows.Forms.Label label1;
  1345. private System.Windows.Forms.TextBox tBxEHEATNO;
  1346. private System.Windows.Forms.TextBox tBxLADLEID;
  1347. private System.Windows.Forms.Label label2;
  1348. private System.Windows.Forms.Label label5;
  1349. private System.Windows.Forms.TextBox tBxBJ;
  1350. private System.Windows.Forms.TextBox tBxLl;
  1351. private System.Windows.Forms.Label label4;
  1352. private System.Windows.Forms.Label label3;
  1353. private System.Windows.Forms.DateTimePicker dTPkCGKS;
  1354. private System.Windows.Forms.DateTimePicker dTPkCZSJ;
  1355. private System.Windows.Forms.Label label6;
  1356. private System.Windows.Forms.DateTimePicker dTPkCGJS;
  1357. private System.Windows.Forms.Label label7;
  1358. private System.Windows.Forms.TextBox tBxmemo;
  1359. private System.Windows.Forms.Label label8;
  1360. private System.Windows.Forms.Label label10;
  1361. private System.Windows.Forms.Label label9;
  1362. private System.Windows.Forms.Label label15;
  1363. private System.Windows.Forms.Label label14;
  1364. private System.Windows.Forms.TextBox tBxSJ;
  1365. private System.Windows.Forms.TextBox tBxLB;
  1366. private System.Windows.Forms.TextBox tBxYY;
  1367. private System.Windows.Forms.TextBox tBxWZ;
  1368. private System.Windows.Forms.Label label16;
  1369. private System.Windows.Forms.Label label13;
  1370. private System.Windows.Forms.Label label12;
  1371. private System.Windows.Forms.DateTimePicker dTPrJSSJ;
  1372. private System.Windows.Forms.Label label11;
  1373. private System.Windows.Forms.DateTimePicker dTPrKSSJ;
  1374. private Infragistics.Win.UltraWinEditors.UltraComboEditor cBxZT;
  1375. private Infragistics.Win.UltraWinEditors.UltraComboEditor uCErCLSS;
  1376. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1377. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1378. }
  1379. }