FrmMilControlLog.Designer.cs 100 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721
  1. namespace Core.StlMes.Client.ZGMil.Report
  2. {
  3. partial class FrmMilControlLog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROC_DATE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE1");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO1");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOT_NO");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BC1");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BZ1");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CONTRACT_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VARIETIES");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PIPE_SIZE1");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUCKLE_TYPE");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PIPE_SECTION");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QUALIFIED_NUM");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QUALIFIED_WT");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP_NUM");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP_WT");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SJ");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XSJZ");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HR_CAPCTY");
  51. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "QUALIFIED_NUM", 14, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "QUALIFIED_NUM", 14, true);
  52. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "QUALIFIED_WT", 15, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "QUALIFIED_WT", 15, true);
  54. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "SCRAP_NUM", 16, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "SCRAP_NUM", 16, true);
  56. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings4 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "SCRAP_WT", 17, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "SCRAP_WT", 17, true);
  58. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings5 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "SJ", 18, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "SJ", 18, true);
  60. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings6 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "PROC_DATE", 0, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "PROC_DATE", 0, true);
  62. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  76. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  77. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  78. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  79. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  80. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  81. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  82. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  83. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  84. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROC_DATE");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE1");
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO1");
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOT_NO");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BC1");
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BZ1");
  96. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CONTRACT_NO");
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VARIETIES");
  98. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME");
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PIPE_SIZE1");
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUCKLE_TYPE");
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PIPE_SECTION");
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME");
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QUALIFIED_NUM");
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QUALIFIED_WT");
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP_NUM");
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCRAP_WT");
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SJ");
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XSJZ");
  109. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INWL_ID");
  110. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INWL_DESC");
  111. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OUTWL_ID");
  112. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OUTWL_DESC");
  113. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  114. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  115. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  116. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  117. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  118. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  119. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  120. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  121. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  122. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  123. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  126. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pline_name");
  127. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn47 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("proc_date");
  128. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn48 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DowntimeBT");
  129. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn49 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DowntimeST");
  130. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn50 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DowntimeReasons");
  131. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn51 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pro_bc");
  132. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn52 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("pro_bz");
  133. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn53 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("logs_beg");
  134. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn54 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("logs_end");
  135. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn55 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Downtime");
  136. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn56 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  137. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn57 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Dept");
  138. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings7 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "Downtime", 9, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "Downtime", 9, true);
  139. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  140. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  141. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  142. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  143. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  144. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  145. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  146. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  147. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  148. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  149. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  150. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  151. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  152. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  153. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  154. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  155. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  156. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  157. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  158. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  159. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  160. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  161. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  162. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  163. this.dataSet1 = new System.Data.DataSet();
  164. this.dataTable1 = new System.Data.DataTable();
  165. this.dataColumn1 = new System.Data.DataColumn();
  166. this.dataColumn2 = new System.Data.DataColumn();
  167. this.dataColumn3 = new System.Data.DataColumn();
  168. this.dataColumn4 = new System.Data.DataColumn();
  169. this.dataColumn5 = new System.Data.DataColumn();
  170. this.dataColumn6 = new System.Data.DataColumn();
  171. this.dataColumn7 = new System.Data.DataColumn();
  172. this.dataColumn8 = new System.Data.DataColumn();
  173. this.dataColumn9 = new System.Data.DataColumn();
  174. this.dataColumn10 = new System.Data.DataColumn();
  175. this.dataColumn11 = new System.Data.DataColumn();
  176. this.dataColumn12 = new System.Data.DataColumn();
  177. this.dataColumn13 = new System.Data.DataColumn();
  178. this.dataColumn14 = new System.Data.DataColumn();
  179. this.dataColumn15 = new System.Data.DataColumn();
  180. this.dataColumn16 = new System.Data.DataColumn();
  181. this.dataColumn17 = new System.Data.DataColumn();
  182. this.dataColumn18 = new System.Data.DataColumn();
  183. this.dataColumn19 = new System.Data.DataColumn();
  184. this.dataColumn20 = new System.Data.DataColumn();
  185. this.dataColumn21 = new System.Data.DataColumn();
  186. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  187. this.cmbEndDate = new System.Windows.Forms.DateTimePicker();
  188. this.label2 = new System.Windows.Forms.Label();
  189. this.cmbLH = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  190. this.chkLH = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  191. this.label1 = new System.Windows.Forms.Label();
  192. this.cmbBz = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  193. this.cmbBc = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  194. this.chkBz = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  195. this.chkBc = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  196. this.cmbDate = new System.Windows.Forms.DateTimePicker();
  197. this.chkDate = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  198. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  199. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  200. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  201. this.dataSet2 = new System.Data.DataSet();
  202. this.dataTable2 = new System.Data.DataTable();
  203. this.dataColumn25 = new System.Data.DataColumn();
  204. this.dataColumn26 = new System.Data.DataColumn();
  205. this.dataColumn27 = new System.Data.DataColumn();
  206. this.dataColumn28 = new System.Data.DataColumn();
  207. this.dataColumn29 = new System.Data.DataColumn();
  208. this.dataColumn30 = new System.Data.DataColumn();
  209. this.dataColumn31 = new System.Data.DataColumn();
  210. this.dataColumn32 = new System.Data.DataColumn();
  211. this.dataColumn33 = new System.Data.DataColumn();
  212. this.dataColumn34 = new System.Data.DataColumn();
  213. this.dataColumn35 = new System.Data.DataColumn();
  214. this.dataColumn36 = new System.Data.DataColumn();
  215. this.dataColumn37 = new System.Data.DataColumn();
  216. this.dataColumn38 = new System.Data.DataColumn();
  217. this.dataColumn39 = new System.Data.DataColumn();
  218. this.dataColumn40 = new System.Data.DataColumn();
  219. this.dataColumn41 = new System.Data.DataColumn();
  220. this.dataColumn42 = new System.Data.DataColumn();
  221. this.dataColumn43 = new System.Data.DataColumn();
  222. this.dataColumn44 = new System.Data.DataColumn();
  223. this.dataColumn45 = new System.Data.DataColumn();
  224. this.dataColumn46 = new System.Data.DataColumn();
  225. this.dataColumn47 = new System.Data.DataColumn();
  226. this.dataColumn48 = new System.Data.DataColumn();
  227. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  228. this.dateBAL_YEAR_MONTH = new System.Windows.Forms.DateTimePicker();
  229. this.ckBAL_YEAR_MONTH = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  230. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  231. this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
  232. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  233. this.dataSet3 = new System.Data.DataSet();
  234. this.dataTable3 = new System.Data.DataTable();
  235. this.dataColumn22 = new System.Data.DataColumn();
  236. this.dataColumn23 = new System.Data.DataColumn();
  237. this.dataColumn49 = new System.Data.DataColumn();
  238. this.dataColumn50 = new System.Data.DataColumn();
  239. this.dataColumn51 = new System.Data.DataColumn();
  240. this.dataColumn52 = new System.Data.DataColumn();
  241. this.dataColumn53 = new System.Data.DataColumn();
  242. this.dataColumn54 = new System.Data.DataColumn();
  243. this.dataColumn55 = new System.Data.DataColumn();
  244. this.dataColumn56 = new System.Data.DataColumn();
  245. this.dataColumn57 = new System.Data.DataColumn();
  246. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  247. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  248. this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  249. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  250. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  251. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  252. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  253. this.dataColumn24 = new System.Data.DataColumn();
  254. this.ultraTabPageControl1.SuspendLayout();
  255. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  256. this.ultraGroupBox2.SuspendLayout();
  257. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  261. this.ultraGroupBox1.SuspendLayout();
  262. ((System.ComponentModel.ISupportInitialize)(this.cmbLH)).BeginInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.chkLH)).BeginInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).BeginInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).BeginInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.chkBz)).BeginInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.chkBc)).BeginInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.chkDate)).BeginInit();
  269. this.ultraTabPageControl2.SuspendLayout();
  270. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  271. this.ultraGroupBox4.SuspendLayout();
  272. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  276. this.ultraGroupBox3.SuspendLayout();
  277. ((System.ComponentModel.ISupportInitialize)(this.ckBAL_YEAR_MONTH)).BeginInit();
  278. this.ultraTabPageControl3.SuspendLayout();
  279. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
  280. this.ultraGroupBox6.SuspendLayout();
  281. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).BeginInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  285. this.ultraGroupBox5.SuspendLayout();
  286. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  290. this.ultraTabControl1.SuspendLayout();
  291. this.SuspendLayout();
  292. //
  293. // ultraTabPageControl1
  294. //
  295. this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox2);
  296. this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox1);
  297. this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
  298. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  299. this.ultraTabPageControl1.Size = new System.Drawing.Size(992, 457);
  300. //
  301. // ultraGroupBox2
  302. //
  303. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  304. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  305. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 38);
  306. this.ultraGroupBox2.Name = "ultraGroupBox2";
  307. this.ultraGroupBox2.Size = new System.Drawing.Size(992, 419);
  308. this.ultraGroupBox2.TabIndex = 2;
  309. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  310. //
  311. // ultraGrid1
  312. //
  313. this.ultraGrid1.DataMember = "Table1";
  314. this.ultraGrid1.DataSource = this.dataSet1;
  315. appearance25.BackColor = System.Drawing.SystemColors.Window;
  316. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  317. this.ultraGrid1.DisplayLayout.Appearance = appearance25;
  318. ultraGridColumn1.Header.VisiblePosition = 0;
  319. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  320. ultraGridColumn2.Header.VisiblePosition = 1;
  321. ultraGridColumn2.Hidden = true;
  322. ultraGridColumn3.Header.VisiblePosition = 2;
  323. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  324. ultraGridColumn4.Header.VisiblePosition = 3;
  325. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
  326. ultraGridColumn5.Header.VisiblePosition = 4;
  327. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  328. ultraGridColumn6.Header.VisiblePosition = 5;
  329. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
  330. ultraGridColumn7.Header.VisiblePosition = 6;
  331. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(45, 0);
  332. ultraGridColumn8.Header.VisiblePosition = 7;
  333. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(127, 0);
  334. ultraGridColumn9.Header.VisiblePosition = 8;
  335. ultraGridColumn10.Header.VisiblePosition = 9;
  336. ultraGridColumn11.Header.VisiblePosition = 10;
  337. ultraGridColumn12.Header.VisiblePosition = 11;
  338. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  339. ultraGridColumn13.Header.VisiblePosition = 12;
  340. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(53, 0);
  341. ultraGridColumn14.Header.VisiblePosition = 13;
  342. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
  343. ultraGridColumn15.Header.VisiblePosition = 14;
  344. ultraGridColumn15.MaskInput = "nnnnnnnnn";
  345. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0);
  346. ultraGridColumn16.Header.VisiblePosition = 15;
  347. ultraGridColumn16.MaskInput = "{double:9.3}";
  348. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  349. ultraGridColumn17.Header.VisiblePosition = 16;
  350. ultraGridColumn17.Hidden = true;
  351. ultraGridColumn17.MaskInput = "nnnnnnnnn";
  352. ultraGridColumn18.Header.VisiblePosition = 17;
  353. ultraGridColumn18.Hidden = true;
  354. ultraGridColumn19.Header.VisiblePosition = 18;
  355. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
  356. ultraGridColumn20.Header.VisiblePosition = 19;
  357. ultraGridColumn21.Header.VisiblePosition = 20;
  358. ultraGridBand1.Columns.AddRange(new object[] {
  359. ultraGridColumn1,
  360. ultraGridColumn2,
  361. ultraGridColumn3,
  362. ultraGridColumn4,
  363. ultraGridColumn5,
  364. ultraGridColumn6,
  365. ultraGridColumn7,
  366. ultraGridColumn8,
  367. ultraGridColumn9,
  368. ultraGridColumn10,
  369. ultraGridColumn11,
  370. ultraGridColumn12,
  371. ultraGridColumn13,
  372. ultraGridColumn14,
  373. ultraGridColumn15,
  374. ultraGridColumn16,
  375. ultraGridColumn17,
  376. ultraGridColumn18,
  377. ultraGridColumn19,
  378. ultraGridColumn20,
  379. ultraGridColumn21});
  380. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  381. summarySettings1.DisplayFormat = "{0:N0}";
  382. summarySettings1.GroupBySummaryValueAppearance = appearance39;
  383. summarySettings1.Tag = 0;
  384. summarySettings2.DisplayFormat = "{0:N3}";
  385. summarySettings2.GroupBySummaryValueAppearance = appearance40;
  386. summarySettings2.Tag = 0D;
  387. summarySettings3.DisplayFormat = "{0:N0}";
  388. summarySettings3.GroupBySummaryValueAppearance = appearance41;
  389. summarySettings3.Tag = 0;
  390. summarySettings4.DisplayFormat = "{0:N3}";
  391. summarySettings4.GroupBySummaryValueAppearance = appearance42;
  392. summarySettings4.Tag = 0D;
  393. summarySettings5.DisplayFormat = "{0:N0}";
  394. summarySettings5.GroupBySummaryValueAppearance = appearance43;
  395. summarySettings5.Tag = 0;
  396. summarySettings6.DisplayFormat = "共{0}条";
  397. summarySettings6.GroupBySummaryValueAppearance = appearance44;
  398. ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  399. summarySettings1,
  400. summarySettings2,
  401. summarySettings3,
  402. summarySettings4,
  403. summarySettings5,
  404. summarySettings6});
  405. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  406. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  407. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  408. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  409. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  410. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  411. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  412. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  413. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  414. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  415. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  416. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  417. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  418. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  419. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  420. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  421. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  422. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  423. appearance29.BackColor = System.Drawing.SystemColors.Window;
  424. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  425. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  426. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  427. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  428. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  429. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  430. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  431. appearance31.BackColor = System.Drawing.SystemColors.Window;
  432. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  433. appearance32.BorderColor = System.Drawing.Color.Silver;
  434. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  435. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  436. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  437. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  438. appearance33.BackColor = System.Drawing.SystemColors.Control;
  439. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  440. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  441. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  442. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  443. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  444. appearance34.TextHAlignAsString = "Left";
  445. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  446. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  447. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  448. appearance35.BackColor = System.Drawing.SystemColors.Window;
  449. appearance35.BorderColor = System.Drawing.Color.Silver;
  450. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
  451. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  452. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  453. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  454. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  455. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  456. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  457. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  459. this.ultraGrid1.Name = "ultraGrid1";
  460. this.ultraGrid1.Size = new System.Drawing.Size(986, 416);
  461. this.ultraGrid1.TabIndex = 0;
  462. this.ultraGrid1.Text = "ultraGrid1";
  463. //
  464. // dataSet1
  465. //
  466. this.dataSet1.DataSetName = "NewDataSet";
  467. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  468. this.dataTable1});
  469. //
  470. // dataTable1
  471. //
  472. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  473. this.dataColumn1,
  474. this.dataColumn2,
  475. this.dataColumn3,
  476. this.dataColumn4,
  477. this.dataColumn5,
  478. this.dataColumn6,
  479. this.dataColumn7,
  480. this.dataColumn8,
  481. this.dataColumn9,
  482. this.dataColumn10,
  483. this.dataColumn11,
  484. this.dataColumn12,
  485. this.dataColumn13,
  486. this.dataColumn14,
  487. this.dataColumn15,
  488. this.dataColumn16,
  489. this.dataColumn17,
  490. this.dataColumn18,
  491. this.dataColumn19,
  492. this.dataColumn20,
  493. this.dataColumn21});
  494. this.dataTable1.TableName = "Table1";
  495. //
  496. // dataColumn1
  497. //
  498. this.dataColumn1.Caption = "生产日期";
  499. this.dataColumn1.ColumnName = "PROC_DATE";
  500. //
  501. // dataColumn2
  502. //
  503. this.dataColumn2.ColumnName = "PLINE_CODE";
  504. //
  505. // dataColumn3
  506. //
  507. this.dataColumn3.Caption = "产线";
  508. this.dataColumn3.ColumnName = "PLINE_CODE1";
  509. //
  510. // dataColumn4
  511. //
  512. this.dataColumn4.Caption = "炉号";
  513. this.dataColumn4.ColumnName = "JUDGE_STOVE_NO1";
  514. //
  515. // dataColumn5
  516. //
  517. this.dataColumn5.Caption = "生产批号";
  518. this.dataColumn5.ColumnName = "LOT_NO";
  519. //
  520. // dataColumn6
  521. //
  522. this.dataColumn6.Caption = "班次";
  523. this.dataColumn6.ColumnName = "PRO_BC1";
  524. //
  525. // dataColumn7
  526. //
  527. this.dataColumn7.Caption = "班组";
  528. this.dataColumn7.ColumnName = "PRO_BZ1";
  529. //
  530. // dataColumn8
  531. //
  532. this.dataColumn8.Caption = "合同号";
  533. this.dataColumn8.ColumnName = "CONTRACT_NO";
  534. //
  535. // dataColumn9
  536. //
  537. this.dataColumn9.Caption = "品种";
  538. this.dataColumn9.ColumnName = "VARIETIES";
  539. //
  540. // dataColumn10
  541. //
  542. this.dataColumn10.Caption = "钢级";
  543. this.dataColumn10.ColumnName = "STEELNAME";
  544. //
  545. // dataColumn11
  546. //
  547. this.dataColumn11.Caption = "规格";
  548. this.dataColumn11.ColumnName = "PIPE_SIZE1";
  549. //
  550. // dataColumn12
  551. //
  552. this.dataColumn12.Caption = "扣型";
  553. this.dataColumn12.ColumnName = "BUCKLE_TYPE";
  554. //
  555. // dataColumn13
  556. //
  557. this.dataColumn13.Caption = "断面";
  558. this.dataColumn13.ColumnName = "PIPE_SECTION";
  559. //
  560. // dataColumn14
  561. //
  562. this.dataColumn14.Caption = "钢种";
  563. this.dataColumn14.ColumnName = "GRADENAME";
  564. //
  565. // dataColumn15
  566. //
  567. this.dataColumn15.Caption = "轧制支数";
  568. this.dataColumn15.ColumnName = "QUALIFIED_NUM";
  569. this.dataColumn15.DataType = typeof(int);
  570. //
  571. // dataColumn16
  572. //
  573. this.dataColumn16.Caption = "轧制吨数";
  574. this.dataColumn16.ColumnName = "QUALIFIED_WT";
  575. this.dataColumn16.DataType = typeof(double);
  576. //
  577. // dataColumn17
  578. //
  579. this.dataColumn17.Caption = "轧废支数";
  580. this.dataColumn17.ColumnName = "SCRAP_NUM";
  581. this.dataColumn17.DataType = typeof(int);
  582. //
  583. // dataColumn18
  584. //
  585. this.dataColumn18.Caption = "轧废吨数";
  586. this.dataColumn18.ColumnName = "SCRAP_WT";
  587. this.dataColumn18.DataType = typeof(double);
  588. //
  589. // dataColumn19
  590. //
  591. this.dataColumn19.Caption = "生产耗时(mi)";
  592. this.dataColumn19.ColumnName = "SJ";
  593. this.dataColumn19.DataType = typeof(int);
  594. //
  595. // dataColumn20
  596. //
  597. this.dataColumn20.Caption = "小时节奏(支/小时)";
  598. this.dataColumn20.ColumnName = "XSJZ";
  599. this.dataColumn20.DataType = typeof(int);
  600. //
  601. // dataColumn21
  602. //
  603. this.dataColumn21.Caption = "小时能力(t/h)";
  604. this.dataColumn21.ColumnName = "HR_CAPCTY";
  605. //
  606. // ultraGroupBox1
  607. //
  608. this.ultraGroupBox1.Controls.Add(this.cmbEndDate);
  609. this.ultraGroupBox1.Controls.Add(this.label2);
  610. this.ultraGroupBox1.Controls.Add(this.cmbLH);
  611. this.ultraGroupBox1.Controls.Add(this.chkLH);
  612. this.ultraGroupBox1.Controls.Add(this.label1);
  613. this.ultraGroupBox1.Controls.Add(this.cmbBz);
  614. this.ultraGroupBox1.Controls.Add(this.cmbBc);
  615. this.ultraGroupBox1.Controls.Add(this.chkBz);
  616. this.ultraGroupBox1.Controls.Add(this.chkBc);
  617. this.ultraGroupBox1.Controls.Add(this.cmbDate);
  618. this.ultraGroupBox1.Controls.Add(this.chkDate);
  619. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  620. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  621. this.ultraGroupBox1.Name = "ultraGroupBox1";
  622. this.ultraGroupBox1.Size = new System.Drawing.Size(992, 38);
  623. this.ultraGroupBox1.TabIndex = 1;
  624. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  625. //
  626. // cmbEndDate
  627. //
  628. this.cmbEndDate.CustomFormat = "yyyy-MM-dd";
  629. this.cmbEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  630. this.cmbEndDate.Location = new System.Drawing.Point(252, 10);
  631. this.cmbEndDate.Name = "cmbEndDate";
  632. this.cmbEndDate.Size = new System.Drawing.Size(138, 21);
  633. this.cmbEndDate.TabIndex = 1063;
  634. //
  635. // label2
  636. //
  637. this.label2.AutoSize = true;
  638. this.label2.BackColor = System.Drawing.Color.Transparent;
  639. this.label2.Location = new System.Drawing.Point(229, 13);
  640. this.label2.Name = "label2";
  641. this.label2.Size = new System.Drawing.Size(17, 12);
  642. this.label2.TabIndex = 1062;
  643. this.label2.Text = "至";
  644. //
  645. // cmbLH
  646. //
  647. this.cmbLH.Enabled = false;
  648. this.cmbLH.Location = new System.Drawing.Point(459, 10);
  649. this.cmbLH.Name = "cmbLH";
  650. this.cmbLH.Size = new System.Drawing.Size(100, 21);
  651. this.cmbLH.TabIndex = 1047;
  652. //
  653. // chkLH
  654. //
  655. appearance7.BackColor = System.Drawing.Color.Transparent;
  656. this.chkLH.Appearance = appearance7;
  657. this.chkLH.AutoSize = true;
  658. this.chkLH.BackColor = System.Drawing.Color.Transparent;
  659. this.chkLH.BackColorInternal = System.Drawing.Color.Transparent;
  660. this.chkLH.Location = new System.Drawing.Point(407, 12);
  661. this.chkLH.Name = "chkLH";
  662. this.chkLH.Size = new System.Drawing.Size(46, 19);
  663. this.chkLH.TabIndex = 1046;
  664. this.chkLH.Text = "炉号";
  665. this.chkLH.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  666. //
  667. // label1
  668. //
  669. this.label1.AutoSize = true;
  670. this.label1.BackColor = System.Drawing.Color.Transparent;
  671. this.label1.Location = new System.Drawing.Point(229, 15);
  672. this.label1.Name = "label1";
  673. this.label1.Size = new System.Drawing.Size(0, 12);
  674. this.label1.TabIndex = 1045;
  675. //
  676. // cmbBz
  677. //
  678. this.cmbBz.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  679. this.cmbBz.Enabled = false;
  680. valueListItem11.DataValue = "";
  681. valueListItem11.DisplayText = " ";
  682. valueListItem5.DataValue = "1";
  683. valueListItem5.DisplayText = "甲";
  684. valueListItem6.DataValue = "2";
  685. valueListItem6.DisplayText = "乙";
  686. valueListItem7.DataValue = "3";
  687. valueListItem7.DisplayText = "丙";
  688. valueListItem8.DataValue = "4";
  689. valueListItem8.DisplayText = "丁";
  690. this.cmbBz.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  691. valueListItem11,
  692. valueListItem5,
  693. valueListItem6,
  694. valueListItem7,
  695. valueListItem8});
  696. this.cmbBz.Location = new System.Drawing.Point(779, 10);
  697. this.cmbBz.Name = "cmbBz";
  698. this.cmbBz.Size = new System.Drawing.Size(62, 21);
  699. this.cmbBz.TabIndex = 1043;
  700. //
  701. // cmbBc
  702. //
  703. this.cmbBc.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  704. this.cmbBc.Enabled = false;
  705. valueListItem10.DataValue = "";
  706. valueListItem10.DisplayText = " ";
  707. valueListItem2.DataValue = "1";
  708. valueListItem2.DisplayText = "早班";
  709. valueListItem3.DataValue = "2";
  710. valueListItem3.DisplayText = "中班";
  711. valueListItem4.DataValue = "3";
  712. valueListItem4.DisplayText = "夜班";
  713. this.cmbBc.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  714. valueListItem10,
  715. valueListItem2,
  716. valueListItem3,
  717. valueListItem4});
  718. this.cmbBc.Location = new System.Drawing.Point(639, 10);
  719. this.cmbBc.Name = "cmbBc";
  720. this.cmbBc.Size = new System.Drawing.Size(64, 21);
  721. this.cmbBc.TabIndex = 1042;
  722. //
  723. // chkBz
  724. //
  725. appearance45.TextHAlignAsString = "Left";
  726. this.chkBz.Appearance = appearance45;
  727. this.chkBz.AutoSize = true;
  728. this.chkBz.BackColor = System.Drawing.Color.Transparent;
  729. this.chkBz.BackColorInternal = System.Drawing.Color.Transparent;
  730. this.chkBz.Location = new System.Drawing.Point(727, 12);
  731. this.chkBz.Name = "chkBz";
  732. this.chkBz.Size = new System.Drawing.Size(46, 19);
  733. this.chkBz.TabIndex = 1041;
  734. this.chkBz.Text = "班组";
  735. this.chkBz.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  736. //
  737. // chkBc
  738. //
  739. appearance46.TextHAlignAsString = "Left";
  740. this.chkBc.Appearance = appearance46;
  741. this.chkBc.AutoSize = true;
  742. this.chkBc.BackColor = System.Drawing.Color.Transparent;
  743. this.chkBc.BackColorInternal = System.Drawing.Color.Transparent;
  744. this.chkBc.Location = new System.Drawing.Point(587, 12);
  745. this.chkBc.Name = "chkBc";
  746. this.chkBc.Size = new System.Drawing.Size(46, 19);
  747. this.chkBc.TabIndex = 1040;
  748. this.chkBc.Text = "班次";
  749. this.chkBc.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  750. //
  751. // cmbDate
  752. //
  753. this.cmbDate.CustomFormat = "yyyy-MM-dd ";
  754. this.cmbDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  755. this.cmbDate.Location = new System.Drawing.Point(85, 10);
  756. this.cmbDate.Name = "cmbDate";
  757. this.cmbDate.Size = new System.Drawing.Size(138, 21);
  758. this.cmbDate.TabIndex = 1039;
  759. //
  760. // chkDate
  761. //
  762. appearance47.TextHAlignAsString = "Left";
  763. this.chkDate.Appearance = appearance47;
  764. this.chkDate.AutoSize = true;
  765. this.chkDate.BackColor = System.Drawing.Color.Transparent;
  766. this.chkDate.BackColorInternal = System.Drawing.Color.Transparent;
  767. this.chkDate.Checked = true;
  768. this.chkDate.CheckState = System.Windows.Forms.CheckState.Checked;
  769. this.chkDate.Location = new System.Drawing.Point(6, 10);
  770. this.chkDate.Name = "chkDate";
  771. this.chkDate.Size = new System.Drawing.Size(71, 19);
  772. this.chkDate.TabIndex = 110;
  773. this.chkDate.Text = "生产日期";
  774. this.chkDate.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  775. //
  776. // ultraTabPageControl2
  777. //
  778. this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox4);
  779. this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox3);
  780. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  781. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  782. this.ultraTabPageControl2.Size = new System.Drawing.Size(992, 457);
  783. //
  784. // ultraGroupBox4
  785. //
  786. this.ultraGroupBox4.Controls.Add(this.ultraGrid2);
  787. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  788. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 38);
  789. this.ultraGroupBox4.Name = "ultraGroupBox4";
  790. this.ultraGroupBox4.Size = new System.Drawing.Size(992, 419);
  791. this.ultraGroupBox4.TabIndex = 1;
  792. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  793. //
  794. // ultraGrid2
  795. //
  796. this.ultraGrid2.DataSource = this.dataSet2;
  797. appearance8.BackColor = System.Drawing.SystemColors.Window;
  798. appearance8.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  799. this.ultraGrid2.DisplayLayout.Appearance = appearance8;
  800. ultraGridColumn22.Header.VisiblePosition = 0;
  801. ultraGridColumn22.Hidden = true;
  802. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
  803. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  804. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  805. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  806. ultraGridColumn23.Header.VisiblePosition = 1;
  807. ultraGridColumn23.Hidden = true;
  808. ultraGridColumn24.Header.VisiblePosition = 2;
  809. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 0;
  810. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  811. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  812. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  813. ultraGridColumn25.Header.VisiblePosition = 3;
  814. ultraGridColumn25.Hidden = true;
  815. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 2;
  816. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  817. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  818. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  819. ultraGridColumn26.Header.VisiblePosition = 4;
  820. ultraGridColumn26.Hidden = true;
  821. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
  822. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  823. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  824. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  825. ultraGridColumn27.Header.VisiblePosition = 5;
  826. ultraGridColumn27.Hidden = true;
  827. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 6;
  828. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  829. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  830. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  831. ultraGridColumn28.Header.VisiblePosition = 6;
  832. ultraGridColumn28.Hidden = true;
  833. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 8;
  834. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  835. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  836. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  837. ultraGridColumn29.Header.VisiblePosition = 7;
  838. ultraGridColumn29.Hidden = true;
  839. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 2;
  840. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  841. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  842. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  843. ultraGridColumn30.Header.VisiblePosition = 8;
  844. ultraGridColumn30.Hidden = true;
  845. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 12;
  846. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  847. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  848. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  849. ultraGridColumn31.Header.VisiblePosition = 9;
  850. ultraGridColumn31.Hidden = true;
  851. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 14;
  852. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  853. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  854. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  855. ultraGridColumn32.Header.VisiblePosition = 10;
  856. ultraGridColumn32.Hidden = true;
  857. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 16;
  858. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  859. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
  860. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
  861. ultraGridColumn33.Header.VisiblePosition = 11;
  862. ultraGridColumn33.Hidden = true;
  863. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 18;
  864. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  865. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  866. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  867. ultraGridColumn34.Header.VisiblePosition = 12;
  868. ultraGridColumn34.Hidden = true;
  869. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 20;
  870. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  871. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
  872. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  873. ultraGridColumn35.Header.VisiblePosition = 13;
  874. ultraGridColumn35.Hidden = true;
  875. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 22;
  876. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  877. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
  878. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
  879. ultraGridColumn36.Header.VisiblePosition = 14;
  880. ultraGridColumn36.RowLayoutColumnInfo.OriginX = 12;
  881. ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
  882. ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
  883. ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
  884. ultraGridColumn37.Header.VisiblePosition = 15;
  885. ultraGridColumn37.RowLayoutColumnInfo.OriginX = 14;
  886. ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
  887. ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
  888. ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
  889. ultraGridColumn38.Header.VisiblePosition = 16;
  890. ultraGridColumn38.Hidden = true;
  891. ultraGridColumn38.RowLayoutColumnInfo.OriginX = 30;
  892. ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
  893. ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
  894. ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
  895. ultraGridColumn39.Header.VisiblePosition = 17;
  896. ultraGridColumn39.Hidden = true;
  897. ultraGridColumn39.RowLayoutColumnInfo.OriginX = 30;
  898. ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
  899. ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
  900. ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
  901. ultraGridColumn40.Header.VisiblePosition = 18;
  902. ultraGridColumn40.RowLayoutColumnInfo.OriginX = 16;
  903. ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
  904. ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
  905. ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
  906. ultraGridColumn41.Header.VisiblePosition = 19;
  907. ultraGridColumn41.RowLayoutColumnInfo.OriginX = 18;
  908. ultraGridColumn41.RowLayoutColumnInfo.OriginY = 0;
  909. ultraGridColumn41.RowLayoutColumnInfo.SpanX = 2;
  910. ultraGridColumn41.RowLayoutColumnInfo.SpanY = 2;
  911. ultraGridColumn42.Header.VisiblePosition = 20;
  912. ultraGridColumn42.RowLayoutColumnInfo.OriginX = 4;
  913. ultraGridColumn42.RowLayoutColumnInfo.OriginY = 0;
  914. ultraGridColumn42.RowLayoutColumnInfo.SpanX = 2;
  915. ultraGridColumn42.RowLayoutColumnInfo.SpanY = 2;
  916. ultraGridColumn43.Header.VisiblePosition = 21;
  917. ultraGridColumn43.RowLayoutColumnInfo.OriginX = 6;
  918. ultraGridColumn43.RowLayoutColumnInfo.OriginY = 0;
  919. ultraGridColumn43.RowLayoutColumnInfo.SpanX = 2;
  920. ultraGridColumn43.RowLayoutColumnInfo.SpanY = 2;
  921. ultraGridColumn44.Header.VisiblePosition = 22;
  922. ultraGridColumn44.RowLayoutColumnInfo.OriginX = 8;
  923. ultraGridColumn44.RowLayoutColumnInfo.OriginY = 0;
  924. ultraGridColumn44.RowLayoutColumnInfo.SpanX = 2;
  925. ultraGridColumn44.RowLayoutColumnInfo.SpanY = 2;
  926. ultraGridColumn45.Header.VisiblePosition = 23;
  927. ultraGridColumn45.RowLayoutColumnInfo.OriginX = 10;
  928. ultraGridColumn45.RowLayoutColumnInfo.OriginY = 0;
  929. ultraGridColumn45.RowLayoutColumnInfo.SpanX = 2;
  930. ultraGridColumn45.RowLayoutColumnInfo.SpanY = 2;
  931. ultraGridBand2.Columns.AddRange(new object[] {
  932. ultraGridColumn22,
  933. ultraGridColumn23,
  934. ultraGridColumn24,
  935. ultraGridColumn25,
  936. ultraGridColumn26,
  937. ultraGridColumn27,
  938. ultraGridColumn28,
  939. ultraGridColumn29,
  940. ultraGridColumn30,
  941. ultraGridColumn31,
  942. ultraGridColumn32,
  943. ultraGridColumn33,
  944. ultraGridColumn34,
  945. ultraGridColumn35,
  946. ultraGridColumn36,
  947. ultraGridColumn37,
  948. ultraGridColumn38,
  949. ultraGridColumn39,
  950. ultraGridColumn40,
  951. ultraGridColumn41,
  952. ultraGridColumn42,
  953. ultraGridColumn43,
  954. ultraGridColumn44,
  955. ultraGridColumn45});
  956. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  957. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  958. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  959. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  960. appearance9.BackColor = System.Drawing.SystemColors.ActiveBorder;
  961. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  962. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  963. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  964. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance9;
  965. appearance11.ForeColor = System.Drawing.SystemColors.GrayText;
  966. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance11;
  967. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  968. appearance10.BackColor = System.Drawing.SystemColors.ControlLightLight;
  969. appearance10.BackColor2 = System.Drawing.SystemColors.Control;
  970. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  971. appearance10.ForeColor = System.Drawing.SystemColors.GrayText;
  972. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance10;
  973. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  974. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  975. appearance14.BackColor = System.Drawing.SystemColors.Window;
  976. appearance14.ForeColor = System.Drawing.SystemColors.ControlText;
  977. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance14;
  978. appearance17.BackColor = System.Drawing.SystemColors.Highlight;
  979. appearance17.ForeColor = System.Drawing.SystemColors.HighlightText;
  980. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance17;
  981. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  982. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  983. appearance19.BackColor = System.Drawing.SystemColors.Window;
  984. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance19;
  985. appearance15.BorderColor = System.Drawing.Color.Silver;
  986. appearance15.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  987. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance15;
  988. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  989. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  990. appearance13.BackColor = System.Drawing.SystemColors.Control;
  991. appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark;
  992. appearance13.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  993. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  994. appearance13.BorderColor = System.Drawing.SystemColors.Window;
  995. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance13;
  996. appearance12.TextHAlignAsString = "Left";
  997. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance12;
  998. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  999. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1000. appearance18.BackColor = System.Drawing.SystemColors.Window;
  1001. appearance18.BorderColor = System.Drawing.Color.Silver;
  1002. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance18;
  1003. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1004. appearance16.BackColor = System.Drawing.SystemColors.ControlLight;
  1005. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance16;
  1006. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1007. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1008. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1009. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  1010. this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
  1011. this.ultraGrid2.Name = "ultraGrid2";
  1012. this.ultraGrid2.Size = new System.Drawing.Size(986, 416);
  1013. this.ultraGrid2.TabIndex = 0;
  1014. this.ultraGrid2.Text = "ultraGrid2";
  1015. //
  1016. // dataSet2
  1017. //
  1018. this.dataSet2.DataSetName = "NewDataSet";
  1019. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  1020. this.dataTable2});
  1021. //
  1022. // dataTable2
  1023. //
  1024. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  1025. this.dataColumn25,
  1026. this.dataColumn26,
  1027. this.dataColumn27,
  1028. this.dataColumn28,
  1029. this.dataColumn29,
  1030. this.dataColumn30,
  1031. this.dataColumn31,
  1032. this.dataColumn32,
  1033. this.dataColumn33,
  1034. this.dataColumn34,
  1035. this.dataColumn35,
  1036. this.dataColumn36,
  1037. this.dataColumn37,
  1038. this.dataColumn38,
  1039. this.dataColumn39,
  1040. this.dataColumn40,
  1041. this.dataColumn41,
  1042. this.dataColumn42,
  1043. this.dataColumn43,
  1044. this.dataColumn44,
  1045. this.dataColumn45,
  1046. this.dataColumn46,
  1047. this.dataColumn47,
  1048. this.dataColumn48});
  1049. this.dataTable2.TableName = "Table1";
  1050. //
  1051. // dataColumn25
  1052. //
  1053. this.dataColumn25.Caption = "生产日期";
  1054. this.dataColumn25.ColumnName = "PROC_DATE";
  1055. //
  1056. // dataColumn26
  1057. //
  1058. this.dataColumn26.ColumnName = "PLINE_CODE";
  1059. //
  1060. // dataColumn27
  1061. //
  1062. this.dataColumn27.Caption = "产线";
  1063. this.dataColumn27.ColumnName = "PLINE_CODE1";
  1064. //
  1065. // dataColumn28
  1066. //
  1067. this.dataColumn28.Caption = "炉号";
  1068. this.dataColumn28.ColumnName = "JUDGE_STOVE_NO1";
  1069. //
  1070. // dataColumn29
  1071. //
  1072. this.dataColumn29.Caption = "生产批号";
  1073. this.dataColumn29.ColumnName = "LOT_NO";
  1074. //
  1075. // dataColumn30
  1076. //
  1077. this.dataColumn30.Caption = "班次";
  1078. this.dataColumn30.ColumnName = "PRO_BC1";
  1079. //
  1080. // dataColumn31
  1081. //
  1082. this.dataColumn31.Caption = "班组";
  1083. this.dataColumn31.ColumnName = "PRO_BZ1";
  1084. //
  1085. // dataColumn32
  1086. //
  1087. this.dataColumn32.Caption = "合同号";
  1088. this.dataColumn32.ColumnName = "CONTRACT_NO";
  1089. //
  1090. // dataColumn33
  1091. //
  1092. this.dataColumn33.Caption = "品种";
  1093. this.dataColumn33.ColumnName = "VARIETIES";
  1094. //
  1095. // dataColumn34
  1096. //
  1097. this.dataColumn34.Caption = "钢级";
  1098. this.dataColumn34.ColumnName = "STEELNAME";
  1099. //
  1100. // dataColumn35
  1101. //
  1102. this.dataColumn35.Caption = "规格";
  1103. this.dataColumn35.ColumnName = "PIPE_SIZE1";
  1104. //
  1105. // dataColumn36
  1106. //
  1107. this.dataColumn36.Caption = "扣型";
  1108. this.dataColumn36.ColumnName = "BUCKLE_TYPE";
  1109. //
  1110. // dataColumn37
  1111. //
  1112. this.dataColumn37.Caption = "断面";
  1113. this.dataColumn37.ColumnName = "PIPE_SECTION";
  1114. //
  1115. // dataColumn38
  1116. //
  1117. this.dataColumn38.Caption = "钢种";
  1118. this.dataColumn38.ColumnName = "GRADENAME";
  1119. //
  1120. // dataColumn39
  1121. //
  1122. this.dataColumn39.Caption = "轧制支数";
  1123. this.dataColumn39.ColumnName = "QUALIFIED_NUM";
  1124. this.dataColumn39.DataType = typeof(int);
  1125. //
  1126. // dataColumn40
  1127. //
  1128. this.dataColumn40.Caption = "轧制吨数";
  1129. this.dataColumn40.ColumnName = "QUALIFIED_WT";
  1130. this.dataColumn40.DataType = typeof(double);
  1131. //
  1132. // dataColumn41
  1133. //
  1134. this.dataColumn41.Caption = "轧废支数";
  1135. this.dataColumn41.ColumnName = "SCRAP_NUM";
  1136. this.dataColumn41.DataType = typeof(int);
  1137. //
  1138. // dataColumn42
  1139. //
  1140. this.dataColumn42.Caption = "轧废吨数";
  1141. this.dataColumn42.ColumnName = "SCRAP_WT";
  1142. this.dataColumn42.DataType = typeof(double);
  1143. //
  1144. // dataColumn43
  1145. //
  1146. this.dataColumn43.Caption = "生产耗时(mi)";
  1147. this.dataColumn43.ColumnName = "SJ";
  1148. this.dataColumn43.DataType = typeof(int);
  1149. //
  1150. // dataColumn44
  1151. //
  1152. this.dataColumn44.Caption = "小时节奏";
  1153. this.dataColumn44.ColumnName = "XSJZ";
  1154. //
  1155. // dataColumn45
  1156. //
  1157. this.dataColumn45.Caption = "投入物料编码";
  1158. this.dataColumn45.ColumnName = "INWL_ID";
  1159. //
  1160. // dataColumn46
  1161. //
  1162. this.dataColumn46.Caption = "投入物料描述";
  1163. this.dataColumn46.ColumnName = "INWL_DESC";
  1164. //
  1165. // dataColumn47
  1166. //
  1167. this.dataColumn47.Caption = "产出物料编码";
  1168. this.dataColumn47.ColumnName = "OUTWL_ID";
  1169. //
  1170. // dataColumn48
  1171. //
  1172. this.dataColumn48.Caption = "产出物料描述";
  1173. this.dataColumn48.ColumnName = "OUTWL_DESC";
  1174. //
  1175. // ultraGroupBox3
  1176. //
  1177. this.ultraGroupBox3.Controls.Add(this.dateBAL_YEAR_MONTH);
  1178. this.ultraGroupBox3.Controls.Add(this.ckBAL_YEAR_MONTH);
  1179. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  1180. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
  1181. this.ultraGroupBox3.Name = "ultraGroupBox3";
  1182. this.ultraGroupBox3.Size = new System.Drawing.Size(992, 38);
  1183. this.ultraGroupBox3.TabIndex = 0;
  1184. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1185. //
  1186. // dateBAL_YEAR_MONTH
  1187. //
  1188. this.dateBAL_YEAR_MONTH.CustomFormat = "yyyy年MM月";
  1189. this.dateBAL_YEAR_MONTH.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1190. this.dateBAL_YEAR_MONTH.Location = new System.Drawing.Point(90, 12);
  1191. this.dateBAL_YEAR_MONTH.Name = "dateBAL_YEAR_MONTH";
  1192. this.dateBAL_YEAR_MONTH.Size = new System.Drawing.Size(112, 21);
  1193. this.dateBAL_YEAR_MONTH.TabIndex = 1;
  1194. this.dateBAL_YEAR_MONTH.Value = new System.DateTime(2017, 1, 4, 11, 14, 40, 0);
  1195. //
  1196. // ckBAL_YEAR_MONTH
  1197. //
  1198. this.ckBAL_YEAR_MONTH.AutoSize = true;
  1199. this.ckBAL_YEAR_MONTH.BackColor = System.Drawing.Color.Transparent;
  1200. this.ckBAL_YEAR_MONTH.BackColorInternal = System.Drawing.Color.Transparent;
  1201. this.ckBAL_YEAR_MONTH.Checked = true;
  1202. this.ckBAL_YEAR_MONTH.CheckState = System.Windows.Forms.CheckState.Checked;
  1203. this.ckBAL_YEAR_MONTH.Location = new System.Drawing.Point(12, 12);
  1204. this.ckBAL_YEAR_MONTH.Name = "ckBAL_YEAR_MONTH";
  1205. this.ckBAL_YEAR_MONTH.Size = new System.Drawing.Size(71, 19);
  1206. this.ckBAL_YEAR_MONTH.TabIndex = 0;
  1207. this.ckBAL_YEAR_MONTH.Text = "生产年月";
  1208. this.ckBAL_YEAR_MONTH.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  1209. //
  1210. // ultraTabPageControl3
  1211. //
  1212. this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox6);
  1213. this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox5);
  1214. this.ultraTabPageControl3.Location = new System.Drawing.Point(1, 1);
  1215. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  1216. this.ultraTabPageControl3.Size = new System.Drawing.Size(992, 457);
  1217. //
  1218. // ultraGroupBox6
  1219. //
  1220. this.ultraGroupBox6.Controls.Add(this.ultraGrid3);
  1221. this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  1222. this.ultraGroupBox6.Location = new System.Drawing.Point(0, 38);
  1223. this.ultraGroupBox6.Name = "ultraGroupBox6";
  1224. this.ultraGroupBox6.Size = new System.Drawing.Size(992, 419);
  1225. this.ultraGroupBox6.TabIndex = 1;
  1226. this.ultraGroupBox6.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1227. //
  1228. // ultraGrid3
  1229. //
  1230. this.ultraGrid3.DataSource = this.dataSet3;
  1231. appearance1.BackColor = System.Drawing.SystemColors.Window;
  1232. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1233. this.ultraGrid3.DisplayLayout.Appearance = appearance1;
  1234. ultraGridColumn46.Header.VisiblePosition = 0;
  1235. ultraGridColumn46.RowLayoutColumnInfo.OriginX = 0;
  1236. ultraGridColumn46.RowLayoutColumnInfo.OriginY = 0;
  1237. ultraGridColumn46.RowLayoutColumnInfo.SpanX = 2;
  1238. ultraGridColumn46.RowLayoutColumnInfo.SpanY = 2;
  1239. ultraGridColumn47.Header.VisiblePosition = 1;
  1240. ultraGridColumn47.RowLayoutColumnInfo.OriginX = 2;
  1241. ultraGridColumn47.RowLayoutColumnInfo.OriginY = 0;
  1242. ultraGridColumn47.RowLayoutColumnInfo.SpanX = 2;
  1243. ultraGridColumn47.RowLayoutColumnInfo.SpanY = 2;
  1244. ultraGridColumn48.Header.VisiblePosition = 2;
  1245. ultraGridColumn48.RowLayoutColumnInfo.OriginX = 4;
  1246. ultraGridColumn48.RowLayoutColumnInfo.OriginY = 0;
  1247. ultraGridColumn48.RowLayoutColumnInfo.SpanX = 2;
  1248. ultraGridColumn48.RowLayoutColumnInfo.SpanY = 2;
  1249. ultraGridColumn49.Header.VisiblePosition = 3;
  1250. ultraGridColumn49.RowLayoutColumnInfo.OriginX = 6;
  1251. ultraGridColumn49.RowLayoutColumnInfo.OriginY = 0;
  1252. ultraGridColumn49.RowLayoutColumnInfo.SpanX = 2;
  1253. ultraGridColumn49.RowLayoutColumnInfo.SpanY = 2;
  1254. ultraGridColumn50.Header.VisiblePosition = 4;
  1255. ultraGridColumn50.RowLayoutColumnInfo.OriginX = 8;
  1256. ultraGridColumn50.RowLayoutColumnInfo.OriginY = 0;
  1257. ultraGridColumn50.RowLayoutColumnInfo.SpanX = 2;
  1258. ultraGridColumn50.RowLayoutColumnInfo.SpanY = 2;
  1259. ultraGridColumn51.Header.VisiblePosition = 5;
  1260. ultraGridColumn51.RowLayoutColumnInfo.OriginX = 12;
  1261. ultraGridColumn51.RowLayoutColumnInfo.OriginY = 0;
  1262. ultraGridColumn51.RowLayoutColumnInfo.SpanX = 2;
  1263. ultraGridColumn51.RowLayoutColumnInfo.SpanY = 2;
  1264. ultraGridColumn52.Header.VisiblePosition = 6;
  1265. ultraGridColumn52.RowLayoutColumnInfo.OriginX = 14;
  1266. ultraGridColumn52.RowLayoutColumnInfo.OriginY = 0;
  1267. ultraGridColumn52.RowLayoutColumnInfo.SpanX = 2;
  1268. ultraGridColumn52.RowLayoutColumnInfo.SpanY = 2;
  1269. ultraGridColumn53.Header.VisiblePosition = 7;
  1270. ultraGridColumn53.RowLayoutColumnInfo.OriginX = 16;
  1271. ultraGridColumn53.RowLayoutColumnInfo.OriginY = 0;
  1272. ultraGridColumn53.RowLayoutColumnInfo.SpanX = 2;
  1273. ultraGridColumn53.RowLayoutColumnInfo.SpanY = 2;
  1274. ultraGridColumn54.Header.VisiblePosition = 8;
  1275. ultraGridColumn54.RowLayoutColumnInfo.OriginX = 18;
  1276. ultraGridColumn54.RowLayoutColumnInfo.OriginY = 0;
  1277. ultraGridColumn54.RowLayoutColumnInfo.SpanX = 2;
  1278. ultraGridColumn54.RowLayoutColumnInfo.SpanY = 2;
  1279. ultraGridColumn55.Header.VisiblePosition = 9;
  1280. ultraGridColumn55.RowLayoutColumnInfo.OriginX = 20;
  1281. ultraGridColumn55.RowLayoutColumnInfo.OriginY = 0;
  1282. ultraGridColumn55.RowLayoutColumnInfo.SpanX = 2;
  1283. ultraGridColumn55.RowLayoutColumnInfo.SpanY = 2;
  1284. ultraGridColumn56.Header.VisiblePosition = 10;
  1285. ultraGridColumn56.RowLayoutColumnInfo.OriginX = 22;
  1286. ultraGridColumn56.RowLayoutColumnInfo.OriginY = 0;
  1287. ultraGridColumn56.RowLayoutColumnInfo.SpanX = 2;
  1288. ultraGridColumn56.RowLayoutColumnInfo.SpanY = 2;
  1289. ultraGridColumn57.Header.VisiblePosition = 11;
  1290. ultraGridColumn57.RowLayoutColumnInfo.OriginX = 10;
  1291. ultraGridColumn57.RowLayoutColumnInfo.OriginY = 0;
  1292. ultraGridColumn57.RowLayoutColumnInfo.SpanX = 2;
  1293. ultraGridColumn57.RowLayoutColumnInfo.SpanY = 2;
  1294. ultraGridBand3.Columns.AddRange(new object[] {
  1295. ultraGridColumn46,
  1296. ultraGridColumn47,
  1297. ultraGridColumn48,
  1298. ultraGridColumn49,
  1299. ultraGridColumn50,
  1300. ultraGridColumn51,
  1301. ultraGridColumn52,
  1302. ultraGridColumn53,
  1303. ultraGridColumn54,
  1304. ultraGridColumn55,
  1305. ultraGridColumn56,
  1306. ultraGridColumn57});
  1307. ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1308. summarySettings7.DisplayFormat = "{0:N0}";
  1309. summarySettings7.GroupBySummaryValueAppearance = appearance48;
  1310. summarySettings7.Tag = 0;
  1311. ultraGridBand3.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  1312. summarySettings7});
  1313. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  1314. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1315. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1316. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1317. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1318. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1319. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  1320. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance2;
  1321. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  1322. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  1323. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1324. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1325. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  1326. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1327. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  1328. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  1329. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  1330. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  1331. appearance20.BackColor = System.Drawing.SystemColors.Window;
  1332. appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
  1333. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance20;
  1334. appearance23.BackColor = System.Drawing.SystemColors.Highlight;
  1335. appearance23.ForeColor = System.Drawing.SystemColors.HighlightText;
  1336. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance23;
  1337. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1338. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1339. appearance37.BackColor = System.Drawing.SystemColors.Window;
  1340. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance37;
  1341. appearance21.BorderColor = System.Drawing.Color.Silver;
  1342. appearance21.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1343. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance21;
  1344. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1345. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  1346. appearance6.BackColor = System.Drawing.SystemColors.Control;
  1347. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1348. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1349. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1350. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  1351. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  1352. appearance5.TextHAlignAsString = "Left";
  1353. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance5;
  1354. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1355. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1356. appearance24.BackColor = System.Drawing.SystemColors.Window;
  1357. appearance24.BorderColor = System.Drawing.Color.Silver;
  1358. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance24;
  1359. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1360. appearance22.BackColor = System.Drawing.SystemColors.ControlLight;
  1361. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance22;
  1362. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1363. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1364. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1365. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  1366. this.ultraGrid3.Location = new System.Drawing.Point(3, 0);
  1367. this.ultraGrid3.Name = "ultraGrid3";
  1368. this.ultraGrid3.Size = new System.Drawing.Size(986, 416);
  1369. this.ultraGrid3.TabIndex = 0;
  1370. this.ultraGrid3.Text = "ultraGrid3";
  1371. //
  1372. // dataSet3
  1373. //
  1374. this.dataSet3.DataSetName = "NewDataSet";
  1375. this.dataSet3.Tables.AddRange(new System.Data.DataTable[] {
  1376. this.dataTable3});
  1377. //
  1378. // dataTable3
  1379. //
  1380. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  1381. this.dataColumn22,
  1382. this.dataColumn23,
  1383. this.dataColumn49,
  1384. this.dataColumn50,
  1385. this.dataColumn51,
  1386. this.dataColumn52,
  1387. this.dataColumn53,
  1388. this.dataColumn54,
  1389. this.dataColumn55,
  1390. this.dataColumn56,
  1391. this.dataColumn57,
  1392. this.dataColumn24});
  1393. this.dataTable3.TableName = "Table1";
  1394. //
  1395. // dataColumn22
  1396. //
  1397. this.dataColumn22.Caption = "机组";
  1398. this.dataColumn22.ColumnName = "pline_name";
  1399. //
  1400. // dataColumn23
  1401. //
  1402. this.dataColumn23.Caption = "生产日期";
  1403. this.dataColumn23.ColumnName = "proc_date";
  1404. //
  1405. // dataColumn49
  1406. //
  1407. this.dataColumn49.Caption = "停机大类";
  1408. this.dataColumn49.ColumnName = "DowntimeBT";
  1409. //
  1410. // dataColumn50
  1411. //
  1412. this.dataColumn50.Caption = "停机小类";
  1413. this.dataColumn50.ColumnName = "DowntimeST";
  1414. //
  1415. // dataColumn51
  1416. //
  1417. this.dataColumn51.Caption = "停机原因";
  1418. this.dataColumn51.ColumnName = "DowntimeReasons";
  1419. //
  1420. // dataColumn52
  1421. //
  1422. this.dataColumn52.Caption = "班次";
  1423. this.dataColumn52.ColumnName = "pro_bc";
  1424. //
  1425. // dataColumn53
  1426. //
  1427. this.dataColumn53.Caption = "班组";
  1428. this.dataColumn53.ColumnName = "pro_bz";
  1429. //
  1430. // dataColumn54
  1431. //
  1432. this.dataColumn54.Caption = "停机开始时间";
  1433. this.dataColumn54.ColumnName = "logs_beg";
  1434. //
  1435. // dataColumn55
  1436. //
  1437. this.dataColumn55.Caption = "停机结束时间";
  1438. this.dataColumn55.ColumnName = "logs_end";
  1439. //
  1440. // dataColumn56
  1441. //
  1442. this.dataColumn56.Caption = "停机时间(分钟)";
  1443. this.dataColumn56.ColumnName = "Downtime";
  1444. this.dataColumn56.DataType = typeof(int);
  1445. //
  1446. // dataColumn57
  1447. //
  1448. this.dataColumn57.Caption = "备注";
  1449. this.dataColumn57.ColumnName = "MEMO";
  1450. //
  1451. // ultraGroupBox5
  1452. //
  1453. this.ultraGroupBox5.Controls.Add(this.ultraComboEditor1);
  1454. this.ultraGroupBox5.Controls.Add(this.ultraCheckEditor2);
  1455. this.ultraGroupBox5.Controls.Add(this.dateTimePicker2);
  1456. this.ultraGroupBox5.Controls.Add(this.ultraCheckEditor1);
  1457. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Top;
  1458. this.ultraGroupBox5.Location = new System.Drawing.Point(0, 0);
  1459. this.ultraGroupBox5.Name = "ultraGroupBox5";
  1460. this.ultraGroupBox5.Size = new System.Drawing.Size(992, 38);
  1461. this.ultraGroupBox5.TabIndex = 0;
  1462. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1463. //
  1464. // ultraComboEditor1
  1465. //
  1466. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1467. this.ultraComboEditor1.Enabled = false;
  1468. valueListItem1.DataValue = "";
  1469. valueListItem1.DisplayText = "全部";
  1470. valueListItem9.DataValue = "C010";
  1471. valueListItem9.DisplayText = "168机组";
  1472. valueListItem12.DataValue = "C008";
  1473. valueListItem12.DisplayText = "250机组";
  1474. valueListItem13.DataValue = "C009";
  1475. valueListItem13.DisplayText = "258机组";
  1476. valueListItem14.DataValue = "C017";
  1477. valueListItem14.DisplayText = "460机组";
  1478. valueListItem15.DataValue = "C072";
  1479. valueListItem15.DisplayText = "天淮508机组";
  1480. this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1481. valueListItem1,
  1482. valueListItem9,
  1483. valueListItem12,
  1484. valueListItem13,
  1485. valueListItem14,
  1486. valueListItem15});
  1487. this.ultraComboEditor1.Location = new System.Drawing.Point(285, 10);
  1488. this.ultraComboEditor1.Name = "ultraComboEditor1";
  1489. this.ultraComboEditor1.Size = new System.Drawing.Size(144, 21);
  1490. this.ultraComboEditor1.TabIndex = 4;
  1491. //
  1492. // ultraCheckEditor2
  1493. //
  1494. this.ultraCheckEditor2.AutoSize = true;
  1495. this.ultraCheckEditor2.BackColor = System.Drawing.Color.Transparent;
  1496. this.ultraCheckEditor2.BackColorInternal = System.Drawing.Color.Transparent;
  1497. this.ultraCheckEditor2.Location = new System.Drawing.Point(232, 12);
  1498. this.ultraCheckEditor2.Name = "ultraCheckEditor2";
  1499. this.ultraCheckEditor2.Size = new System.Drawing.Size(46, 19);
  1500. this.ultraCheckEditor2.TabIndex = 3;
  1501. this.ultraCheckEditor2.Text = "机组";
  1502. this.ultraCheckEditor2.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  1503. //
  1504. // dateTimePicker2
  1505. //
  1506. this.dateTimePicker2.CustomFormat = "yyyy年MM月";
  1507. this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1508. this.dateTimePicker2.Location = new System.Drawing.Point(84, 10);
  1509. this.dateTimePicker2.Name = "dateTimePicker2";
  1510. this.dateTimePicker2.Size = new System.Drawing.Size(112, 21);
  1511. this.dateTimePicker2.TabIndex = 2;
  1512. this.dateTimePicker2.Value = new System.DateTime(2017, 1, 4, 11, 14, 40, 0);
  1513. //
  1514. // ultraCheckEditor1
  1515. //
  1516. this.ultraCheckEditor1.AutoSize = true;
  1517. this.ultraCheckEditor1.BackColor = System.Drawing.Color.Transparent;
  1518. this.ultraCheckEditor1.BackColorInternal = System.Drawing.Color.Transparent;
  1519. this.ultraCheckEditor1.Checked = true;
  1520. this.ultraCheckEditor1.CheckState = System.Windows.Forms.CheckState.Checked;
  1521. this.ultraCheckEditor1.Location = new System.Drawing.Point(7, 12);
  1522. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  1523. this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
  1524. this.ultraCheckEditor1.TabIndex = 0;
  1525. this.ultraCheckEditor1.Text = "生产年月";
  1526. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.chkDate_CheckedChanged);
  1527. //
  1528. // ultraTabControl1
  1529. //
  1530. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1531. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1532. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1533. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
  1534. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1535. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  1536. this.ultraTabControl1.Name = "ultraTabControl1";
  1537. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1538. this.ultraTabControl1.Size = new System.Drawing.Size(996, 483);
  1539. this.ultraTabControl1.TabIndex = 3;
  1540. this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
  1541. ultraTab1.Key = "0";
  1542. ultraTab1.TabPage = this.ultraTabPageControl1;
  1543. ultraTab1.Text = "轧管调度数据汇总";
  1544. ultraTab2.Key = "1";
  1545. ultraTab2.TabPage = this.ultraTabPageControl2;
  1546. ultraTab2.Text = "小时能力回报";
  1547. ultraTab3.Key = "2";
  1548. ultraTab3.TabPage = this.ultraTabPageControl3;
  1549. ultraTab3.Text = "停机汇总";
  1550. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1551. ultraTab1,
  1552. ultraTab2,
  1553. ultraTab3});
  1554. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  1555. //
  1556. // ultraTabSharedControlsPage1
  1557. //
  1558. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1559. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1560. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(992, 457);
  1561. //
  1562. // dataColumn24
  1563. //
  1564. this.dataColumn24.Caption = "责任部门";
  1565. this.dataColumn24.ColumnName = "Dept";
  1566. //
  1567. // FrmMilControlLog
  1568. //
  1569. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1570. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1571. this.ClientSize = new System.Drawing.Size(996, 483);
  1572. this.Controls.Add(this.ultraTabControl1);
  1573. this.Name = "FrmMilControlLog";
  1574. this.Text = "调度统计";
  1575. this.Load += new System.EventHandler(this.FrmMilControlLog_Load);
  1576. this.Shown += new System.EventHandler(this.FrmMilControlLog_Shown);
  1577. this.ultraTabPageControl1.ResumeLayout(false);
  1578. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1579. this.ultraGroupBox2.ResumeLayout(false);
  1580. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1581. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1582. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1583. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1584. this.ultraGroupBox1.ResumeLayout(false);
  1585. this.ultraGroupBox1.PerformLayout();
  1586. ((System.ComponentModel.ISupportInitialize)(this.cmbLH)).EndInit();
  1587. ((System.ComponentModel.ISupportInitialize)(this.chkLH)).EndInit();
  1588. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).EndInit();
  1589. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).EndInit();
  1590. ((System.ComponentModel.ISupportInitialize)(this.chkBz)).EndInit();
  1591. ((System.ComponentModel.ISupportInitialize)(this.chkBc)).EndInit();
  1592. ((System.ComponentModel.ISupportInitialize)(this.chkDate)).EndInit();
  1593. this.ultraTabPageControl2.ResumeLayout(false);
  1594. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1595. this.ultraGroupBox4.ResumeLayout(false);
  1596. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1597. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1598. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1599. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1600. this.ultraGroupBox3.ResumeLayout(false);
  1601. this.ultraGroupBox3.PerformLayout();
  1602. ((System.ComponentModel.ISupportInitialize)(this.ckBAL_YEAR_MONTH)).EndInit();
  1603. this.ultraTabPageControl3.ResumeLayout(false);
  1604. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
  1605. this.ultraGroupBox6.ResumeLayout(false);
  1606. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1607. ((System.ComponentModel.ISupportInitialize)(this.dataSet3)).EndInit();
  1608. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1609. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  1610. this.ultraGroupBox5.ResumeLayout(false);
  1611. this.ultraGroupBox5.PerformLayout();
  1612. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  1613. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
  1614. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  1615. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1616. this.ultraTabControl1.ResumeLayout(false);
  1617. this.ResumeLayout(false);
  1618. }
  1619. #endregion
  1620. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1621. private System.Windows.Forms.Label label1;
  1622. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBz;
  1623. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBc;
  1624. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkBz;
  1625. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkBc;
  1626. private System.Windows.Forms.DateTimePicker cmbDate;
  1627. internal Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDate;
  1628. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1629. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1630. private System.Data.DataSet dataSet1;
  1631. private System.Data.DataTable dataTable1;
  1632. private System.Data.DataColumn dataColumn1;
  1633. private System.Data.DataColumn dataColumn2;
  1634. private System.Data.DataColumn dataColumn3;
  1635. private System.Data.DataColumn dataColumn4;
  1636. private System.Data.DataColumn dataColumn5;
  1637. private System.Data.DataColumn dataColumn6;
  1638. private System.Data.DataColumn dataColumn7;
  1639. private System.Data.DataColumn dataColumn8;
  1640. private System.Data.DataColumn dataColumn9;
  1641. private System.Data.DataColumn dataColumn10;
  1642. private System.Data.DataColumn dataColumn11;
  1643. private System.Data.DataColumn dataColumn12;
  1644. private System.Data.DataColumn dataColumn13;
  1645. private System.Data.DataColumn dataColumn14;
  1646. private System.Data.DataColumn dataColumn15;
  1647. private System.Data.DataColumn dataColumn16;
  1648. private System.Data.DataColumn dataColumn17;
  1649. private System.Data.DataColumn dataColumn18;
  1650. private System.Data.DataColumn dataColumn19;
  1651. private Infragistics.Win.UltraWinEditors.UltraTextEditor cmbLH;
  1652. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkLH;
  1653. private System.Windows.Forms.Label label2;
  1654. private System.Windows.Forms.DateTimePicker cmbEndDate;
  1655. private System.Data.DataColumn dataColumn20;
  1656. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1657. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1658. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1659. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1660. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1661. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1662. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckBAL_YEAR_MONTH;
  1663. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1664. private System.Windows.Forms.DateTimePicker dateBAL_YEAR_MONTH;
  1665. private System.Data.DataSet dataSet2;
  1666. private System.Data.DataTable dataTable2;
  1667. private System.Data.DataColumn dataColumn25;
  1668. private System.Data.DataColumn dataColumn26;
  1669. private System.Data.DataColumn dataColumn27;
  1670. private System.Data.DataColumn dataColumn28;
  1671. private System.Data.DataColumn dataColumn29;
  1672. private System.Data.DataColumn dataColumn30;
  1673. private System.Data.DataColumn dataColumn31;
  1674. private System.Data.DataColumn dataColumn32;
  1675. private System.Data.DataColumn dataColumn33;
  1676. private System.Data.DataColumn dataColumn34;
  1677. private System.Data.DataColumn dataColumn35;
  1678. private System.Data.DataColumn dataColumn36;
  1679. private System.Data.DataColumn dataColumn37;
  1680. private System.Data.DataColumn dataColumn38;
  1681. private System.Data.DataColumn dataColumn39;
  1682. private System.Data.DataColumn dataColumn40;
  1683. private System.Data.DataColumn dataColumn41;
  1684. private System.Data.DataColumn dataColumn42;
  1685. private System.Data.DataColumn dataColumn43;
  1686. private System.Data.DataColumn dataColumn44;
  1687. private System.Data.DataColumn dataColumn45;
  1688. private System.Data.DataColumn dataColumn46;
  1689. private System.Data.DataColumn dataColumn47;
  1690. private System.Data.DataColumn dataColumn48;
  1691. private System.Data.DataColumn dataColumn21;
  1692. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  1693. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
  1694. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1695. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  1696. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  1697. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  1698. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  1699. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
  1700. private System.Data.DataSet dataSet3;
  1701. private System.Data.DataTable dataTable3;
  1702. private System.Data.DataColumn dataColumn22;
  1703. private System.Data.DataColumn dataColumn23;
  1704. private System.Data.DataColumn dataColumn49;
  1705. private System.Data.DataColumn dataColumn50;
  1706. private System.Data.DataColumn dataColumn51;
  1707. private System.Data.DataColumn dataColumn52;
  1708. private System.Data.DataColumn dataColumn53;
  1709. private System.Data.DataColumn dataColumn54;
  1710. private System.Data.DataColumn dataColumn55;
  1711. private System.Data.DataColumn dataColumn56;
  1712. private System.Data.DataColumn dataColumn57;
  1713. private System.Data.DataColumn dataColumn24;
  1714. }
  1715. }