FrmToolChange.Designer.cs 99 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679
  1. namespace Core.StlMes.Client.ZGMil.Popup
  2. {
  3. partial class txtQuery
  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 appearance27 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RESULT_NO");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLUG_CHANGE");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLUG_CHANGE_TIME");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BAR_CHANGE");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BAR_CHANGE_TIME");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_SHIFT");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_GROUP");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_USER");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREAT_TIME");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GUIDE_CHANGE");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GUIDE_CHANGE_TIME");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOOL_CHANGE");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOOL_CHANGE_TIME");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELBACK", 0);
  60. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RESULT_NO");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MANDREL_CHANGE");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MANDREL_CHANGE_TIME");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROLL_CHANGE");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROLL_CHANGE_TIME");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EXMIL_CHANGE");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EXMIL_CHANGE_TIME");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_SHIFT");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_GROUP");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_USER");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREAT_TIME");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELBACK", 0);
  80. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RESULT_NO");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOOL_CHANGE");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOOL_CHANGE_TIME");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_SHIFT");
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_GROUP");
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_USER");
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREAT_TIME");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELBACK", 0);
  96. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  103. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  104. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  105. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  106. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  107. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  108. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  109. this.ultraTabPageControl7 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  110. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  111. this.udtGuideTime = new System.Windows.Forms.DateTimePicker();
  112. this.udtBarTime = new System.Windows.Forms.DateTimePicker();
  113. this.udtPlugTime = new System.Windows.Forms.DateTimePicker();
  114. this.txtGuideChange = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  115. this.txtBarChange = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  116. this.txtPlugChange = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  117. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  118. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  119. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  120. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  121. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  122. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  123. this.ultraTabPageControl8 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  124. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  125. this.udtExMilTime = new System.Windows.Forms.DateTimePicker();
  126. this.udtRollTime = new System.Windows.Forms.DateTimePicker();
  127. this.udtMandrelTime = new System.Windows.Forms.DateTimePicker();
  128. this.txtExMilChange = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  129. this.txtRollChange = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.txtMandrelChange = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  131. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  132. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  133. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  134. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  135. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  136. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  137. this.ultraTabPageControl9 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  138. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  139. this.udtToolChange = new System.Windows.Forms.DateTimePicker();
  140. this.txtToolChange = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  141. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  142. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  143. this.ultraTabPageControl10 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  144. this.dtpToolChange168 = new System.Windows.Forms.DateTimePicker();
  145. this.txtToolChange168 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  146. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  147. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  148. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  149. this.ultraGrid0 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  150. this.dataSet1 = new System.Data.DataSet();
  151. this.dtPerTool = new System.Data.DataTable();
  152. this.dataColumn1 = new System.Data.DataColumn();
  153. this.dataColumn2 = new System.Data.DataColumn();
  154. this.dataColumn3 = new System.Data.DataColumn();
  155. this.dataColumn4 = new System.Data.DataColumn();
  156. this.dataColumn5 = new System.Data.DataColumn();
  157. this.dataColumn6 = new System.Data.DataColumn();
  158. this.dataColumn7 = new System.Data.DataColumn();
  159. this.dataColumn9 = new System.Data.DataColumn();
  160. this.dataColumn8 = new System.Data.DataColumn();
  161. this.dataColumn10 = new System.Data.DataColumn();
  162. this.dataColumn31 = new System.Data.DataColumn();
  163. this.dataColumn32 = new System.Data.DataColumn();
  164. this.dataColumn33 = new System.Data.DataColumn();
  165. this.dataColumn34 = new System.Data.DataColumn();
  166. this.dtRollTool = new System.Data.DataTable();
  167. this.dataColumn11 = new System.Data.DataColumn();
  168. this.dataColumn12 = new System.Data.DataColumn();
  169. this.dataColumn13 = new System.Data.DataColumn();
  170. this.dataColumn14 = new System.Data.DataColumn();
  171. this.dataColumn15 = new System.Data.DataColumn();
  172. this.dataColumn16 = new System.Data.DataColumn();
  173. this.dataColumn17 = new System.Data.DataColumn();
  174. this.dataColumn18 = new System.Data.DataColumn();
  175. this.dataColumn19 = new System.Data.DataColumn();
  176. this.dataColumn20 = new System.Data.DataColumn();
  177. this.dataColumn21 = new System.Data.DataColumn();
  178. this.dataColumn22 = new System.Data.DataColumn();
  179. this.dtSizingTool = new System.Data.DataTable();
  180. this.dataColumn23 = new System.Data.DataColumn();
  181. this.dataColumn24 = new System.Data.DataColumn();
  182. this.dataColumn25 = new System.Data.DataColumn();
  183. this.dataColumn26 = new System.Data.DataColumn();
  184. this.dataColumn27 = new System.Data.DataColumn();
  185. this.dataColumn28 = new System.Data.DataColumn();
  186. this.dataColumn29 = new System.Data.DataColumn();
  187. this.dataColumn30 = new System.Data.DataColumn();
  188. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  189. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  190. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  191. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  192. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  193. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  194. this.btnDelete = new Infragistics.Win.Misc.UltraButton();
  195. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  196. this.btnAdd = new Infragistics.Win.Misc.UltraButton();
  197. this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  198. this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  199. this.lblRollQATons = new Infragistics.Win.Misc.UltraGroupBox();
  200. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  201. this.txtGroup = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  202. this.txtDate = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  203. this.txtShift = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  204. this.label6 = new System.Windows.Forms.Label();
  205. this.label1 = new System.Windows.Forms.Label();
  206. this.label5 = new System.Windows.Forms.Label();
  207. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  208. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  209. this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  210. this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  211. this.ultraTabPageControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  212. this.ultraTabPageControl6 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  213. this.ultraTabPageControl7.SuspendLayout();
  214. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  215. this.ultraGroupBox3.SuspendLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.txtGuideChange)).BeginInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.txtBarChange)).BeginInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.txtPlugChange)).BeginInit();
  219. this.ultraTabPageControl8.SuspendLayout();
  220. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  221. this.ultraGroupBox1.SuspendLayout();
  222. ((System.ComponentModel.ISupportInitialize)(this.txtExMilChange)).BeginInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.txtRollChange)).BeginInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.txtMandrelChange)).BeginInit();
  225. this.ultraTabPageControl9.SuspendLayout();
  226. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  227. this.ultraGroupBox2.SuspendLayout();
  228. ((System.ComponentModel.ISupportInitialize)(this.txtToolChange)).BeginInit();
  229. this.ultraTabPageControl10.SuspendLayout();
  230. ((System.ComponentModel.ISupportInitialize)(this.txtToolChange168)).BeginInit();
  231. this.ultraTabPageControl1.SuspendLayout();
  232. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid0)).BeginInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.dtPerTool)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.dtRollTool)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.dtSizingTool)).BeginInit();
  237. this.ultraTabPageControl2.SuspendLayout();
  238. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  239. this.ultraTabPageControl3.SuspendLayout();
  240. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  241. this.tableLayoutPanel1.SuspendLayout();
  242. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  243. this.ultraGroupBox4.SuspendLayout();
  244. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
  245. this.ultraTabControl2.SuspendLayout();
  246. ((System.ComponentModel.ISupportInitialize)(this.lblRollQATons)).BeginInit();
  247. this.lblRollQATons.SuspendLayout();
  248. ((System.ComponentModel.ISupportInitialize)(this.txtGroup)).BeginInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.txtDate)).BeginInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.txtShift)).BeginInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  252. this.ultraTabControl1.SuspendLayout();
  253. this.SuspendLayout();
  254. //
  255. // ultraTabPageControl7
  256. //
  257. this.ultraTabPageControl7.Controls.Add(this.ultraGroupBox3);
  258. this.ultraTabPageControl7.Location = new System.Drawing.Point(1, 22);
  259. this.ultraTabPageControl7.Name = "ultraTabPageControl7";
  260. this.ultraTabPageControl7.Size = new System.Drawing.Size(955, 188);
  261. //
  262. // ultraGroupBox3
  263. //
  264. this.ultraGroupBox3.Controls.Add(this.udtGuideTime);
  265. this.ultraGroupBox3.Controls.Add(this.udtBarTime);
  266. this.ultraGroupBox3.Controls.Add(this.udtPlugTime);
  267. this.ultraGroupBox3.Controls.Add(this.txtGuideChange);
  268. this.ultraGroupBox3.Controls.Add(this.txtBarChange);
  269. this.ultraGroupBox3.Controls.Add(this.txtPlugChange);
  270. this.ultraGroupBox3.Controls.Add(this.ultraLabel3);
  271. this.ultraGroupBox3.Controls.Add(this.ultraLabel2);
  272. this.ultraGroupBox3.Controls.Add(this.ultraLabel6);
  273. this.ultraGroupBox3.Controls.Add(this.ultraLabel5);
  274. this.ultraGroupBox3.Controls.Add(this.ultraLabel4);
  275. this.ultraGroupBox3.Controls.Add(this.ultraLabel1);
  276. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  277. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
  278. this.ultraGroupBox3.Name = "ultraGroupBox3";
  279. this.ultraGroupBox3.Size = new System.Drawing.Size(955, 188);
  280. this.ultraGroupBox3.TabIndex = 3;
  281. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  282. //
  283. // udtGuideTime
  284. //
  285. this.udtGuideTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  286. this.udtGuideTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  287. this.udtGuideTime.Location = new System.Drawing.Point(825, 160);
  288. this.udtGuideTime.Name = "udtGuideTime";
  289. this.udtGuideTime.Size = new System.Drawing.Size(205, 21);
  290. this.udtGuideTime.TabIndex = 3;
  291. //
  292. // udtBarTime
  293. //
  294. this.udtBarTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  295. this.udtBarTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  296. this.udtBarTime.Location = new System.Drawing.Point(459, 160);
  297. this.udtBarTime.Name = "udtBarTime";
  298. this.udtBarTime.Size = new System.Drawing.Size(205, 21);
  299. this.udtBarTime.TabIndex = 3;
  300. //
  301. // udtPlugTime
  302. //
  303. this.udtPlugTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  304. this.udtPlugTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  305. this.udtPlugTime.Location = new System.Drawing.Point(107, 160);
  306. this.udtPlugTime.Name = "udtPlugTime";
  307. this.udtPlugTime.Size = new System.Drawing.Size(205, 21);
  308. this.udtPlugTime.TabIndex = 3;
  309. //
  310. // txtGuideChange
  311. //
  312. this.txtGuideChange.Location = new System.Drawing.Point(825, 19);
  313. this.txtGuideChange.Multiline = true;
  314. this.txtGuideChange.Name = "txtGuideChange";
  315. this.txtGuideChange.Size = new System.Drawing.Size(205, 134);
  316. this.txtGuideChange.TabIndex = 2;
  317. //
  318. // txtBarChange
  319. //
  320. this.txtBarChange.Location = new System.Drawing.Point(459, 19);
  321. this.txtBarChange.Multiline = true;
  322. this.txtBarChange.Name = "txtBarChange";
  323. this.txtBarChange.Size = new System.Drawing.Size(205, 134);
  324. this.txtBarChange.TabIndex = 2;
  325. //
  326. // txtPlugChange
  327. //
  328. this.txtPlugChange.Location = new System.Drawing.Point(107, 20);
  329. this.txtPlugChange.Multiline = true;
  330. this.txtPlugChange.Name = "txtPlugChange";
  331. this.txtPlugChange.Size = new System.Drawing.Size(205, 134);
  332. this.txtPlugChange.TabIndex = 2;
  333. //
  334. // ultraLabel3
  335. //
  336. appearance27.TextVAlignAsString = "Middle";
  337. this.ultraLabel3.Appearance = appearance27;
  338. this.ultraLabel3.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.ultraLabel3.Location = new System.Drawing.Point(728, 19);
  340. this.ultraLabel3.Name = "ultraLabel3";
  341. this.ultraLabel3.Size = new System.Drawing.Size(78, 23);
  342. this.ultraLabel3.TabIndex = 0;
  343. this.ultraLabel3.Text = "导板更换:";
  344. //
  345. // ultraLabel2
  346. //
  347. appearance28.TextVAlignAsString = "Middle";
  348. this.ultraLabel2.Appearance = appearance28;
  349. this.ultraLabel2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.ultraLabel2.Location = new System.Drawing.Point(363, 19);
  351. this.ultraLabel2.Name = "ultraLabel2";
  352. this.ultraLabel2.Size = new System.Drawing.Size(76, 23);
  353. this.ultraLabel2.TabIndex = 0;
  354. this.ultraLabel2.Text = "顶杆更换:";
  355. //
  356. // ultraLabel6
  357. //
  358. appearance29.ImageVAlign = Infragistics.Win.VAlign.Middle;
  359. appearance29.TextVAlignAsString = "Middle";
  360. this.ultraLabel6.Appearance = appearance29;
  361. this.ultraLabel6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.ultraLabel6.Location = new System.Drawing.Point(728, 158);
  363. this.ultraLabel6.Name = "ultraLabel6";
  364. this.ultraLabel6.Size = new System.Drawing.Size(80, 23);
  365. this.ultraLabel6.TabIndex = 0;
  366. this.ultraLabel6.Text = "更换时间:";
  367. //
  368. // ultraLabel5
  369. //
  370. appearance30.ImageVAlign = Infragistics.Win.VAlign.Middle;
  371. appearance30.TextVAlignAsString = "Middle";
  372. this.ultraLabel5.Appearance = appearance30;
  373. this.ultraLabel5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.ultraLabel5.Location = new System.Drawing.Point(363, 158);
  375. this.ultraLabel5.Name = "ultraLabel5";
  376. this.ultraLabel5.Size = new System.Drawing.Size(80, 23);
  377. this.ultraLabel5.TabIndex = 0;
  378. this.ultraLabel5.Text = "更换时间:";
  379. //
  380. // ultraLabel4
  381. //
  382. appearance31.ImageVAlign = Infragistics.Win.VAlign.Middle;
  383. appearance31.TextVAlignAsString = "Middle";
  384. this.ultraLabel4.Appearance = appearance31;
  385. this.ultraLabel4.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.ultraLabel4.Location = new System.Drawing.Point(12, 158);
  387. this.ultraLabel4.Name = "ultraLabel4";
  388. this.ultraLabel4.Size = new System.Drawing.Size(80, 23);
  389. this.ultraLabel4.TabIndex = 0;
  390. this.ultraLabel4.Text = "更换时间:";
  391. //
  392. // ultraLabel1
  393. //
  394. appearance32.ImageVAlign = Infragistics.Win.VAlign.Middle;
  395. appearance32.TextVAlignAsString = "Middle";
  396. this.ultraLabel1.Appearance = appearance32;
  397. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.ultraLabel1.Location = new System.Drawing.Point(12, 19);
  399. this.ultraLabel1.Name = "ultraLabel1";
  400. this.ultraLabel1.Size = new System.Drawing.Size(80, 23);
  401. this.ultraLabel1.TabIndex = 0;
  402. this.ultraLabel1.Text = "顶头更换:";
  403. //
  404. // ultraTabPageControl8
  405. //
  406. this.ultraTabPageControl8.Controls.Add(this.ultraGroupBox1);
  407. this.ultraTabPageControl8.Location = new System.Drawing.Point(-7500, -8000);
  408. this.ultraTabPageControl8.Name = "ultraTabPageControl8";
  409. this.ultraTabPageControl8.Size = new System.Drawing.Size(955, 188);
  410. //
  411. // ultraGroupBox1
  412. //
  413. this.ultraGroupBox1.Controls.Add(this.udtExMilTime);
  414. this.ultraGroupBox1.Controls.Add(this.udtRollTime);
  415. this.ultraGroupBox1.Controls.Add(this.udtMandrelTime);
  416. this.ultraGroupBox1.Controls.Add(this.txtExMilChange);
  417. this.ultraGroupBox1.Controls.Add(this.txtRollChange);
  418. this.ultraGroupBox1.Controls.Add(this.txtMandrelChange);
  419. this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
  420. this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
  421. this.ultraGroupBox1.Controls.Add(this.ultraLabel9);
  422. this.ultraGroupBox1.Controls.Add(this.ultraLabel10);
  423. this.ultraGroupBox1.Controls.Add(this.ultraLabel11);
  424. this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
  425. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  426. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  427. this.ultraGroupBox1.Name = "ultraGroupBox1";
  428. this.ultraGroupBox1.Size = new System.Drawing.Size(955, 188);
  429. this.ultraGroupBox1.TabIndex = 4;
  430. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  431. //
  432. // udtExMilTime
  433. //
  434. this.udtExMilTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  435. this.udtExMilTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  436. this.udtExMilTime.Location = new System.Drawing.Point(823, 157);
  437. this.udtExMilTime.Name = "udtExMilTime";
  438. this.udtExMilTime.Size = new System.Drawing.Size(202, 21);
  439. this.udtExMilTime.TabIndex = 15;
  440. //
  441. // udtRollTime
  442. //
  443. this.udtRollTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  444. this.udtRollTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  445. this.udtRollTime.Location = new System.Drawing.Point(463, 157);
  446. this.udtRollTime.Name = "udtRollTime";
  447. this.udtRollTime.Size = new System.Drawing.Size(202, 21);
  448. this.udtRollTime.TabIndex = 15;
  449. //
  450. // udtMandrelTime
  451. //
  452. this.udtMandrelTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  453. this.udtMandrelTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  454. this.udtMandrelTime.Location = new System.Drawing.Point(109, 158);
  455. this.udtMandrelTime.Name = "udtMandrelTime";
  456. this.udtMandrelTime.Size = new System.Drawing.Size(202, 21);
  457. this.udtMandrelTime.TabIndex = 15;
  458. //
  459. // txtExMilChange
  460. //
  461. this.txtExMilChange.Location = new System.Drawing.Point(823, 18);
  462. this.txtExMilChange.Multiline = true;
  463. this.txtExMilChange.Name = "txtExMilChange";
  464. this.txtExMilChange.Size = new System.Drawing.Size(201, 134);
  465. this.txtExMilChange.TabIndex = 12;
  466. //
  467. // txtRollChange
  468. //
  469. this.txtRollChange.Location = new System.Drawing.Point(463, 18);
  470. this.txtRollChange.Multiline = true;
  471. this.txtRollChange.Name = "txtRollChange";
  472. this.txtRollChange.Size = new System.Drawing.Size(201, 134);
  473. this.txtRollChange.TabIndex = 13;
  474. //
  475. // txtMandrelChange
  476. //
  477. this.txtMandrelChange.Location = new System.Drawing.Point(109, 19);
  478. this.txtMandrelChange.Multiline = true;
  479. this.txtMandrelChange.Name = "txtMandrelChange";
  480. this.txtMandrelChange.Size = new System.Drawing.Size(201, 134);
  481. this.txtMandrelChange.TabIndex = 14;
  482. //
  483. // ultraLabel7
  484. //
  485. appearance15.TextVAlignAsString = "Middle";
  486. this.ultraLabel7.Appearance = appearance15;
  487. this.ultraLabel7.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.ultraLabel7.Location = new System.Drawing.Point(715, 19);
  489. this.ultraLabel7.Name = "ultraLabel7";
  490. this.ultraLabel7.Size = new System.Drawing.Size(91, 23);
  491. this.ultraLabel7.TabIndex = 5;
  492. this.ultraLabel7.Text = "脱管机更换:";
  493. //
  494. // ultraLabel8
  495. //
  496. appearance14.TextVAlignAsString = "Middle";
  497. this.ultraLabel8.Appearance = appearance14;
  498. this.ultraLabel8.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.ultraLabel8.Location = new System.Drawing.Point(356, 19);
  500. this.ultraLabel8.Name = "ultraLabel8";
  501. this.ultraLabel8.Size = new System.Drawing.Size(90, 23);
  502. this.ultraLabel8.TabIndex = 4;
  503. this.ultraLabel8.Text = "连轧辊更换:";
  504. //
  505. // ultraLabel9
  506. //
  507. appearance13.ImageVAlign = Infragistics.Win.VAlign.Middle;
  508. appearance13.TextVAlignAsString = "Middle";
  509. this.ultraLabel9.Appearance = appearance13;
  510. this.ultraLabel9.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.ultraLabel9.Location = new System.Drawing.Point(726, 157);
  512. this.ultraLabel9.Name = "ultraLabel9";
  513. this.ultraLabel9.Size = new System.Drawing.Size(80, 23);
  514. this.ultraLabel9.TabIndex = 3;
  515. this.ultraLabel9.Text = "更换时间:";
  516. //
  517. // ultraLabel10
  518. //
  519. appearance17.ImageVAlign = Infragistics.Win.VAlign.Middle;
  520. appearance17.TextVAlignAsString = "Middle";
  521. this.ultraLabel10.Appearance = appearance17;
  522. this.ultraLabel10.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.ultraLabel10.Location = new System.Drawing.Point(367, 157);
  524. this.ultraLabel10.Name = "ultraLabel10";
  525. this.ultraLabel10.Size = new System.Drawing.Size(80, 23);
  526. this.ultraLabel10.TabIndex = 8;
  527. this.ultraLabel10.Text = "更换时间:";
  528. //
  529. // ultraLabel11
  530. //
  531. appearance25.ImageVAlign = Infragistics.Win.VAlign.Middle;
  532. appearance25.TextVAlignAsString = "Middle";
  533. this.ultraLabel11.Appearance = appearance25;
  534. this.ultraLabel11.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. this.ultraLabel11.Location = new System.Drawing.Point(14, 157);
  536. this.ultraLabel11.Name = "ultraLabel11";
  537. this.ultraLabel11.Size = new System.Drawing.Size(80, 23);
  538. this.ultraLabel11.TabIndex = 7;
  539. this.ultraLabel11.Text = "更换时间:";
  540. //
  541. // ultraLabel12
  542. //
  543. appearance26.ImageVAlign = Infragistics.Win.VAlign.Middle;
  544. appearance26.TextVAlignAsString = "Middle";
  545. this.ultraLabel12.Appearance = appearance26;
  546. this.ultraLabel12.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  547. this.ultraLabel12.Location = new System.Drawing.Point(14, 19);
  548. this.ultraLabel12.Name = "ultraLabel12";
  549. this.ultraLabel12.Size = new System.Drawing.Size(80, 23);
  550. this.ultraLabel12.TabIndex = 6;
  551. this.ultraLabel12.Text = "芯棒更换";
  552. //
  553. // ultraTabPageControl9
  554. //
  555. this.ultraTabPageControl9.Controls.Add(this.ultraGroupBox2);
  556. this.ultraTabPageControl9.Location = new System.Drawing.Point(-7500, -8000);
  557. this.ultraTabPageControl9.Name = "ultraTabPageControl9";
  558. this.ultraTabPageControl9.Size = new System.Drawing.Size(955, 188);
  559. //
  560. // ultraGroupBox2
  561. //
  562. this.ultraGroupBox2.Controls.Add(this.udtToolChange);
  563. this.ultraGroupBox2.Controls.Add(this.txtToolChange);
  564. this.ultraGroupBox2.Controls.Add(this.ultraLabel13);
  565. this.ultraGroupBox2.Controls.Add(this.ultraLabel14);
  566. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  567. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  568. this.ultraGroupBox2.Name = "ultraGroupBox2";
  569. this.ultraGroupBox2.Size = new System.Drawing.Size(955, 188);
  570. this.ultraGroupBox2.TabIndex = 4;
  571. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  572. //
  573. // udtToolChange
  574. //
  575. this.udtToolChange.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  576. this.udtToolChange.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  577. this.udtToolChange.Location = new System.Drawing.Point(127, 161);
  578. this.udtToolChange.Name = "udtToolChange";
  579. this.udtToolChange.Size = new System.Drawing.Size(199, 21);
  580. this.udtToolChange.TabIndex = 19;
  581. //
  582. // txtToolChange
  583. //
  584. this.txtToolChange.Location = new System.Drawing.Point(126, 21);
  585. this.txtToolChange.Multiline = true;
  586. this.txtToolChange.Name = "txtToolChange";
  587. this.txtToolChange.Size = new System.Drawing.Size(820, 134);
  588. this.txtToolChange.TabIndex = 18;
  589. //
  590. // ultraLabel13
  591. //
  592. appearance19.ImageVAlign = Infragistics.Win.VAlign.Middle;
  593. appearance19.TextVAlignAsString = "Middle";
  594. this.ultraLabel13.Appearance = appearance19;
  595. this.ultraLabel13.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. this.ultraLabel13.Location = new System.Drawing.Point(31, 159);
  597. this.ultraLabel13.Name = "ultraLabel13";
  598. this.ultraLabel13.Size = new System.Drawing.Size(89, 23);
  599. this.ultraLabel13.TabIndex = 16;
  600. this.ultraLabel13.Text = "更换时间:";
  601. //
  602. // ultraLabel14
  603. //
  604. appearance20.ImageVAlign = Infragistics.Win.VAlign.Middle;
  605. appearance20.TextVAlignAsString = "Middle";
  606. this.ultraLabel14.Appearance = appearance20;
  607. this.ultraLabel14.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.ultraLabel14.Location = new System.Drawing.Point(31, 20);
  609. this.ultraLabel14.Name = "ultraLabel14";
  610. this.ultraLabel14.Size = new System.Drawing.Size(89, 23);
  611. this.ultraLabel14.TabIndex = 15;
  612. this.ultraLabel14.Text = "工具更换:";
  613. //
  614. // ultraTabPageControl10
  615. //
  616. this.ultraTabPageControl10.Controls.Add(this.dtpToolChange168);
  617. this.ultraTabPageControl10.Controls.Add(this.txtToolChange168);
  618. this.ultraTabPageControl10.Controls.Add(this.ultraLabel15);
  619. this.ultraTabPageControl10.Controls.Add(this.ultraLabel16);
  620. this.ultraTabPageControl10.Location = new System.Drawing.Point(-7500, -8000);
  621. this.ultraTabPageControl10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  622. this.ultraTabPageControl10.Name = "ultraTabPageControl10";
  623. this.ultraTabPageControl10.Size = new System.Drawing.Size(955, 188);
  624. //
  625. // dtpToolChange168
  626. //
  627. this.dtpToolChange168.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  628. this.dtpToolChange168.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  629. this.dtpToolChange168.Location = new System.Drawing.Point(130, 154);
  630. this.dtpToolChange168.Name = "dtpToolChange168";
  631. this.dtpToolChange168.Size = new System.Drawing.Size(199, 21);
  632. this.dtpToolChange168.TabIndex = 23;
  633. //
  634. // txtToolChange168
  635. //
  636. this.txtToolChange168.Location = new System.Drawing.Point(130, 14);
  637. this.txtToolChange168.Multiline = true;
  638. this.txtToolChange168.Name = "txtToolChange168";
  639. this.txtToolChange168.Size = new System.Drawing.Size(820, 134);
  640. this.txtToolChange168.TabIndex = 22;
  641. //
  642. // ultraLabel15
  643. //
  644. appearance18.ImageVAlign = Infragistics.Win.VAlign.Middle;
  645. appearance18.TextVAlignAsString = "Middle";
  646. this.ultraLabel15.Appearance = appearance18;
  647. this.ultraLabel15.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.ultraLabel15.Location = new System.Drawing.Point(34, 153);
  649. this.ultraLabel15.Name = "ultraLabel15";
  650. this.ultraLabel15.Size = new System.Drawing.Size(89, 23);
  651. this.ultraLabel15.TabIndex = 21;
  652. this.ultraLabel15.Text = "更换时间:";
  653. //
  654. // ultraLabel16
  655. //
  656. appearance16.ImageVAlign = Infragistics.Win.VAlign.Middle;
  657. appearance16.TextVAlignAsString = "Middle";
  658. this.ultraLabel16.Appearance = appearance16;
  659. this.ultraLabel16.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  660. this.ultraLabel16.Location = new System.Drawing.Point(34, 17);
  661. this.ultraLabel16.Name = "ultraLabel16";
  662. this.ultraLabel16.Size = new System.Drawing.Size(89, 23);
  663. this.ultraLabel16.TabIndex = 20;
  664. this.ultraLabel16.Text = "工具更换:";
  665. //
  666. // ultraTabPageControl1
  667. //
  668. this.ultraTabPageControl1.Controls.Add(this.ultraGrid0);
  669. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
  670. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  671. this.ultraTabPageControl1.Size = new System.Drawing.Size(955, 222);
  672. //
  673. // ultraGrid0
  674. //
  675. this.ultraGrid0.DataMember = "Table1";
  676. this.ultraGrid0.DataSource = this.dataSet1;
  677. ultraGridColumn1.Header.VisiblePosition = 9;
  678. ultraGridColumn1.Hidden = true;
  679. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 26;
  680. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  681. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  682. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  683. ultraGridColumn2.Header.VisiblePosition = 0;
  684. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  685. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  686. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  687. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  688. ultraGridColumn3.Header.VisiblePosition = 1;
  689. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  690. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  691. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  692. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  693. ultraGridColumn4.Header.VisiblePosition = 2;
  694. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  695. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  696. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  697. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  698. ultraGridColumn5.Header.VisiblePosition = 3;
  699. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  700. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  701. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  702. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  703. ultraGridColumn6.Header.VisiblePosition = 4;
  704. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 16;
  705. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  706. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  707. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  708. ultraGridColumn7.Header.VisiblePosition = 5;
  709. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 18;
  710. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  711. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  712. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  713. ultraGridColumn8.Header.VisiblePosition = 6;
  714. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 20;
  715. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  716. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  717. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  718. ultraGridColumn9.Header.VisiblePosition = 7;
  719. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 22;
  720. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  721. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  722. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  723. ultraGridColumn10.Header.VisiblePosition = 8;
  724. ultraGridColumn10.Hidden = true;
  725. ultraGridColumn11.Header.VisiblePosition = 10;
  726. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 8;
  727. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  728. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  729. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  730. ultraGridColumn12.Header.VisiblePosition = 11;
  731. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 10;
  732. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  733. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  734. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  735. ultraGridColumn13.Header.VisiblePosition = 12;
  736. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 12;
  737. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  738. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(198, 0);
  739. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  740. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  741. ultraGridColumn14.Header.VisiblePosition = 13;
  742. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 14;
  743. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  744. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(172, 0);
  745. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  746. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  747. ultraGridColumn15.Header.Caption = "剔除回退";
  748. ultraGridColumn15.Header.VisiblePosition = 14;
  749. ultraGridColumn15.Hidden = true;
  750. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 4;
  751. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  752. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  753. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  754. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  755. ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  756. ultraGridBand1.Columns.AddRange(new object[] {
  757. ultraGridColumn1,
  758. ultraGridColumn2,
  759. ultraGridColumn3,
  760. ultraGridColumn4,
  761. ultraGridColumn5,
  762. ultraGridColumn6,
  763. ultraGridColumn7,
  764. ultraGridColumn8,
  765. ultraGridColumn9,
  766. ultraGridColumn10,
  767. ultraGridColumn11,
  768. ultraGridColumn12,
  769. ultraGridColumn13,
  770. ultraGridColumn14,
  771. ultraGridColumn15});
  772. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  773. this.ultraGrid0.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  774. this.ultraGrid0.DisplayLayout.InterBandSpacing = 8;
  775. appearance21.FontData.BoldAsString = "True";
  776. this.ultraGrid0.DisplayLayout.Override.ActiveRowAppearance = appearance21;
  777. this.ultraGrid0.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  778. this.ultraGrid0.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  779. this.ultraGrid0.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
  780. appearance22.BackColor = System.Drawing.Color.Transparent;
  781. this.ultraGrid0.DisplayLayout.Override.CardAreaAppearance = appearance22;
  782. appearance23.TextVAlignAsString = "Middle";
  783. this.ultraGrid0.DisplayLayout.Override.CellAppearance = appearance23;
  784. this.ultraGrid0.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  785. this.ultraGrid0.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  786. appearance24.BackColor = System.Drawing.Color.LightSteelBlue;
  787. appearance24.TextHAlignAsString = "Center";
  788. appearance24.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  789. this.ultraGrid0.DisplayLayout.Override.HeaderAppearance = appearance24;
  790. this.ultraGrid0.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  791. this.ultraGrid0.DisplayLayout.Override.MaxSelectedRows = 1;
  792. this.ultraGrid0.DisplayLayout.Override.MinRowHeight = 21;
  793. appearance33.BackColor = System.Drawing.Color.LightSteelBlue;
  794. this.ultraGrid0.DisplayLayout.Override.RowSelectorAppearance = appearance33;
  795. this.ultraGrid0.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  796. this.ultraGrid0.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  797. this.ultraGrid0.DisplayLayout.Override.RowSelectorWidth = 26;
  798. this.ultraGrid0.DisplayLayout.Override.RowSpacingBefore = 0;
  799. appearance34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  800. appearance34.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  801. appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  802. appearance34.ForeColor = System.Drawing.Color.Black;
  803. this.ultraGrid0.DisplayLayout.Override.SelectedRowAppearance = appearance34;
  804. this.ultraGrid0.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  805. this.ultraGrid0.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  806. this.ultraGrid0.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  807. this.ultraGrid0.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  808. this.ultraGrid0.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  809. this.ultraGrid0.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  810. this.ultraGrid0.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  811. this.ultraGrid0.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  812. this.ultraGrid0.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  813. this.ultraGrid0.Dock = System.Windows.Forms.DockStyle.Fill;
  814. this.ultraGrid0.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  815. this.ultraGrid0.Location = new System.Drawing.Point(0, 0);
  816. this.ultraGrid0.Name = "ultraGrid0";
  817. this.ultraGrid0.Size = new System.Drawing.Size(955, 222);
  818. this.ultraGrid0.TabIndex = 11;
  819. this.ultraGrid0.AfterRowActivate += new System.EventHandler(this.ultraGrid0_AfterRowActivate);
  820. //
  821. // dataSet1
  822. //
  823. this.dataSet1.DataSetName = "NewDataSet";
  824. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  825. this.dtPerTool,
  826. this.dtRollTool,
  827. this.dtSizingTool});
  828. //
  829. // dtPerTool
  830. //
  831. this.dtPerTool.Columns.AddRange(new System.Data.DataColumn[] {
  832. this.dataColumn1,
  833. this.dataColumn2,
  834. this.dataColumn3,
  835. this.dataColumn4,
  836. this.dataColumn5,
  837. this.dataColumn6,
  838. this.dataColumn7,
  839. this.dataColumn9,
  840. this.dataColumn8,
  841. this.dataColumn10,
  842. this.dataColumn31,
  843. this.dataColumn32,
  844. this.dataColumn33,
  845. this.dataColumn34});
  846. this.dtPerTool.TableName = "Table1";
  847. //
  848. // dataColumn1
  849. //
  850. this.dataColumn1.Caption = "实绩编号";
  851. this.dataColumn1.ColumnName = "RESULT_NO";
  852. //
  853. // dataColumn2
  854. //
  855. this.dataColumn2.Caption = "顶头直径更换";
  856. this.dataColumn2.ColumnName = "PLUG_CHANGE";
  857. //
  858. // dataColumn3
  859. //
  860. this.dataColumn3.Caption = "顶头更换时间";
  861. this.dataColumn3.ColumnName = "PLUG_CHANGE_TIME";
  862. //
  863. // dataColumn4
  864. //
  865. this.dataColumn4.Caption = "顶杆直径更换";
  866. this.dataColumn4.ColumnName = "BAR_CHANGE";
  867. //
  868. // dataColumn5
  869. //
  870. this.dataColumn5.Caption = "顶杆更换时间";
  871. this.dataColumn5.ColumnName = "BAR_CHANGE_TIME";
  872. //
  873. // dataColumn6
  874. //
  875. this.dataColumn6.Caption = "操作班次";
  876. this.dataColumn6.ColumnName = "COL_SHIFT";
  877. //
  878. // dataColumn7
  879. //
  880. this.dataColumn7.Caption = "操作班组";
  881. this.dataColumn7.ColumnName = "COL_GROUP";
  882. //
  883. // dataColumn9
  884. //
  885. this.dataColumn9.Caption = "操作人";
  886. this.dataColumn9.ColumnName = "COL_USER";
  887. //
  888. // dataColumn8
  889. //
  890. this.dataColumn8.Caption = "创建时间";
  891. this.dataColumn8.ColumnName = "CREAT_TIME";
  892. //
  893. // dataColumn10
  894. //
  895. this.dataColumn10.Caption = "产线代码";
  896. this.dataColumn10.ColumnName = "PLINE_CODE";
  897. //
  898. // dataColumn31
  899. //
  900. this.dataColumn31.Caption = "导板更换";
  901. this.dataColumn31.ColumnName = "GUIDE_CHANGE";
  902. //
  903. // dataColumn32
  904. //
  905. this.dataColumn32.Caption = "导板更换时间";
  906. this.dataColumn32.ColumnName = "GUIDE_CHANGE_TIME";
  907. //
  908. // dataColumn33
  909. //
  910. this.dataColumn33.Caption = "工器具更换";
  911. this.dataColumn33.ColumnName = "TOOL_CHANGE";
  912. //
  913. // dataColumn34
  914. //
  915. this.dataColumn34.Caption = "工器具更换时间";
  916. this.dataColumn34.ColumnName = "TOOL_CHANGE_TIME";
  917. //
  918. // dtRollTool
  919. //
  920. this.dtRollTool.Columns.AddRange(new System.Data.DataColumn[] {
  921. this.dataColumn11,
  922. this.dataColumn12,
  923. this.dataColumn13,
  924. this.dataColumn14,
  925. this.dataColumn15,
  926. this.dataColumn16,
  927. this.dataColumn17,
  928. this.dataColumn18,
  929. this.dataColumn19,
  930. this.dataColumn20,
  931. this.dataColumn21,
  932. this.dataColumn22});
  933. this.dtRollTool.TableName = "Table2";
  934. //
  935. // dataColumn11
  936. //
  937. this.dataColumn11.Caption = "实绩编号";
  938. this.dataColumn11.ColumnName = "RESULT_NO";
  939. //
  940. // dataColumn12
  941. //
  942. this.dataColumn12.Caption = "芯棒规格更换";
  943. this.dataColumn12.ColumnName = "MANDREL_CHANGE";
  944. //
  945. // dataColumn13
  946. //
  947. this.dataColumn13.Caption = "芯棒更换时间";
  948. this.dataColumn13.ColumnName = "MANDREL_CHANGE_TIME";
  949. //
  950. // dataColumn14
  951. //
  952. this.dataColumn14.Caption = "连轧辊更换";
  953. this.dataColumn14.ColumnName = "ROLL_CHANGE";
  954. //
  955. // dataColumn15
  956. //
  957. this.dataColumn15.Caption = "连轧辊更换时间";
  958. this.dataColumn15.ColumnName = "ROLL_CHANGE_TIME";
  959. //
  960. // dataColumn16
  961. //
  962. this.dataColumn16.Caption = "脱管机架更换";
  963. this.dataColumn16.ColumnName = "EXMIL_CHANGE";
  964. //
  965. // dataColumn17
  966. //
  967. this.dataColumn17.Caption = "脱管机架更换时间";
  968. this.dataColumn17.ColumnName = "EXMIL_CHANGE_TIME";
  969. //
  970. // dataColumn18
  971. //
  972. this.dataColumn18.Caption = "操作班次";
  973. this.dataColumn18.ColumnName = "COL_SHIFT";
  974. //
  975. // dataColumn19
  976. //
  977. this.dataColumn19.Caption = "操作班组";
  978. this.dataColumn19.ColumnName = "COL_GROUP";
  979. //
  980. // dataColumn20
  981. //
  982. this.dataColumn20.Caption = "操作人";
  983. this.dataColumn20.ColumnName = "COL_USER";
  984. //
  985. // dataColumn21
  986. //
  987. this.dataColumn21.Caption = "创建时间";
  988. this.dataColumn21.ColumnName = "CREAT_TIME";
  989. //
  990. // dataColumn22
  991. //
  992. this.dataColumn22.Caption = "产线代码";
  993. this.dataColumn22.ColumnName = "PLINE_CODE";
  994. //
  995. // dtSizingTool
  996. //
  997. this.dtSizingTool.Columns.AddRange(new System.Data.DataColumn[] {
  998. this.dataColumn23,
  999. this.dataColumn24,
  1000. this.dataColumn25,
  1001. this.dataColumn26,
  1002. this.dataColumn27,
  1003. this.dataColumn28,
  1004. this.dataColumn29,
  1005. this.dataColumn30});
  1006. this.dtSizingTool.TableName = "Table3";
  1007. //
  1008. // dataColumn23
  1009. //
  1010. this.dataColumn23.Caption = "实绩编号";
  1011. this.dataColumn23.ColumnName = "RESULT_NO";
  1012. //
  1013. // dataColumn24
  1014. //
  1015. this.dataColumn24.Caption = "工具更换";
  1016. this.dataColumn24.ColumnName = "TOOL_CHANGE";
  1017. //
  1018. // dataColumn25
  1019. //
  1020. this.dataColumn25.Caption = "工具更换时间";
  1021. this.dataColumn25.ColumnName = "TOOL_CHANGE_TIME";
  1022. //
  1023. // dataColumn26
  1024. //
  1025. this.dataColumn26.Caption = "操作班次";
  1026. this.dataColumn26.ColumnName = "COL_SHIFT";
  1027. //
  1028. // dataColumn27
  1029. //
  1030. this.dataColumn27.Caption = "操作班组";
  1031. this.dataColumn27.ColumnName = "COL_GROUP";
  1032. //
  1033. // dataColumn28
  1034. //
  1035. this.dataColumn28.Caption = "操作人";
  1036. this.dataColumn28.ColumnName = "COL_USER";
  1037. //
  1038. // dataColumn29
  1039. //
  1040. this.dataColumn29.Caption = "创建时间";
  1041. this.dataColumn29.ColumnName = "CREAT_TIME";
  1042. //
  1043. // dataColumn30
  1044. //
  1045. this.dataColumn30.Caption = "产线代码";
  1046. this.dataColumn30.ColumnName = "PLINE_CODE";
  1047. //
  1048. // ultraTabPageControl2
  1049. //
  1050. this.ultraTabPageControl2.Controls.Add(this.ultraGrid1);
  1051. this.ultraTabPageControl2.Location = new System.Drawing.Point(-7500, -8000);
  1052. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  1053. this.ultraTabPageControl2.Size = new System.Drawing.Size(955, 222);
  1054. //
  1055. // ultraGrid1
  1056. //
  1057. this.ultraGrid1.DataMember = "Table2";
  1058. this.ultraGrid1.DataSource = this.dataSet1;
  1059. ultraGridColumn16.Header.VisiblePosition = 11;
  1060. ultraGridColumn16.Hidden = true;
  1061. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 26;
  1062. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  1063. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  1064. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  1065. ultraGridColumn17.Header.VisiblePosition = 0;
  1066. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
  1067. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  1068. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  1069. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  1070. ultraGridColumn18.Header.VisiblePosition = 1;
  1071. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 2;
  1072. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  1073. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  1074. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  1075. ultraGridColumn19.Header.VisiblePosition = 2;
  1076. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 4;
  1077. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  1078. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  1079. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  1080. ultraGridColumn20.Header.VisiblePosition = 3;
  1081. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 6;
  1082. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  1083. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  1084. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  1085. ultraGridColumn21.Header.VisiblePosition = 5;
  1086. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 8;
  1087. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  1088. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  1089. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  1090. ultraGridColumn22.Header.VisiblePosition = 7;
  1091. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 10;
  1092. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  1093. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  1094. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  1095. ultraGridColumn23.Header.VisiblePosition = 4;
  1096. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 14;
  1097. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  1098. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  1099. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  1100. ultraGridColumn24.Header.VisiblePosition = 6;
  1101. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 12;
  1102. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  1103. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  1104. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  1105. ultraGridColumn25.Header.VisiblePosition = 8;
  1106. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 16;
  1107. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  1108. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  1109. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  1110. ultraGridColumn26.Header.VisiblePosition = 9;
  1111. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 18;
  1112. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  1113. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  1114. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  1115. ultraGridColumn27.Header.VisiblePosition = 10;
  1116. ultraGridColumn27.Hidden = true;
  1117. ultraGridColumn28.Header.Caption = "剔除回退";
  1118. ultraGridColumn28.Header.VisiblePosition = 12;
  1119. ultraGridColumn28.Hidden = true;
  1120. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 4;
  1121. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  1122. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  1123. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  1124. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  1125. ultraGridColumn28.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  1126. ultraGridBand2.Columns.AddRange(new object[] {
  1127. ultraGridColumn16,
  1128. ultraGridColumn17,
  1129. ultraGridColumn18,
  1130. ultraGridColumn19,
  1131. ultraGridColumn20,
  1132. ultraGridColumn21,
  1133. ultraGridColumn22,
  1134. ultraGridColumn23,
  1135. ultraGridColumn24,
  1136. ultraGridColumn25,
  1137. ultraGridColumn26,
  1138. ultraGridColumn27,
  1139. ultraGridColumn28});
  1140. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1141. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1142. this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
  1143. appearance7.FontData.BoldAsString = "True";
  1144. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  1145. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  1146. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  1147. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
  1148. appearance8.BackColor = System.Drawing.Color.Transparent;
  1149. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance8;
  1150. appearance9.TextVAlignAsString = "Middle";
  1151. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance9;
  1152. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1153. this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  1154. appearance10.BackColor = System.Drawing.Color.LightSteelBlue;
  1155. appearance10.TextHAlignAsString = "Center";
  1156. appearance10.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  1157. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  1158. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1159. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  1160. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  1161. appearance11.BackColor = System.Drawing.Color.LightSteelBlue;
  1162. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance11;
  1163. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1164. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  1165. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
  1166. this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
  1167. appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  1168. appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  1169. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1170. appearance12.ForeColor = System.Drawing.Color.Black;
  1171. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance12;
  1172. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  1173. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  1174. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  1175. this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1176. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  1177. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1178. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1179. this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  1180. this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  1181. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  1182. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1183. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  1184. this.ultraGrid1.Name = "ultraGrid1";
  1185. this.ultraGrid1.Size = new System.Drawing.Size(955, 222);
  1186. this.ultraGrid1.TabIndex = 11;
  1187. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  1188. //
  1189. // ultraTabPageControl3
  1190. //
  1191. this.ultraTabPageControl3.Controls.Add(this.ultraGrid2);
  1192. this.ultraTabPageControl3.Location = new System.Drawing.Point(-7500, -8000);
  1193. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  1194. this.ultraTabPageControl3.Size = new System.Drawing.Size(955, 222);
  1195. //
  1196. // ultraGrid2
  1197. //
  1198. this.ultraGrid2.DataMember = "Table3";
  1199. this.ultraGrid2.DataSource = this.dataSet1;
  1200. ultraGridColumn29.Header.VisiblePosition = 7;
  1201. ultraGridColumn29.Hidden = true;
  1202. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 26;
  1203. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  1204. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  1205. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  1206. ultraGridColumn30.Header.VisiblePosition = 0;
  1207. ultraGridColumn31.Header.VisiblePosition = 1;
  1208. ultraGridColumn32.Header.VisiblePosition = 2;
  1209. ultraGridColumn33.Header.VisiblePosition = 3;
  1210. ultraGridColumn34.Header.VisiblePosition = 4;
  1211. ultraGridColumn35.Header.VisiblePosition = 5;
  1212. ultraGridColumn36.Header.VisiblePosition = 6;
  1213. ultraGridColumn36.Hidden = true;
  1214. ultraGridColumn37.Header.Caption = "剔除回退";
  1215. ultraGridColumn37.Header.VisiblePosition = 8;
  1216. ultraGridColumn37.Hidden = true;
  1217. ultraGridColumn37.RowLayoutColumnInfo.OriginX = 4;
  1218. ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
  1219. ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  1220. ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
  1221. ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
  1222. ultraGridColumn37.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
  1223. ultraGridBand3.Columns.AddRange(new object[] {
  1224. ultraGridColumn29,
  1225. ultraGridColumn30,
  1226. ultraGridColumn31,
  1227. ultraGridColumn32,
  1228. ultraGridColumn33,
  1229. ultraGridColumn34,
  1230. ultraGridColumn35,
  1231. ultraGridColumn36,
  1232. ultraGridColumn37});
  1233. ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1234. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  1235. this.ultraGrid2.DisplayLayout.InterBandSpacing = 8;
  1236. appearance61.FontData.BoldAsString = "True";
  1237. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance61;
  1238. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  1239. this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  1240. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
  1241. appearance62.BackColor = System.Drawing.Color.Transparent;
  1242. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance62;
  1243. appearance63.TextVAlignAsString = "Middle";
  1244. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance63;
  1245. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1246. this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  1247. appearance64.BackColor = System.Drawing.Color.LightSteelBlue;
  1248. appearance64.TextHAlignAsString = "Center";
  1249. appearance64.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  1250. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance64;
  1251. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1252. this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
  1253. this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
  1254. appearance65.BackColor = System.Drawing.Color.LightSteelBlue;
  1255. this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance65;
  1256. this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1257. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  1258. this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 26;
  1259. this.ultraGrid2.DisplayLayout.Override.RowSpacingBefore = 0;
  1260. appearance66.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  1261. appearance66.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  1262. appearance66.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1263. appearance66.ForeColor = System.Drawing.Color.Black;
  1264. this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance66;
  1265. this.ultraGrid2.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  1266. this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  1267. this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  1268. this.ultraGrid2.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1269. this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  1270. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1271. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1272. this.ultraGrid2.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  1273. this.ultraGrid2.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  1274. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  1275. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1276. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  1277. this.ultraGrid2.Name = "ultraGrid2";
  1278. this.ultraGrid2.Size = new System.Drawing.Size(955, 222);
  1279. this.ultraGrid2.TabIndex = 11;
  1280. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  1281. //
  1282. // tableLayoutPanel1
  1283. //
  1284. this.tableLayoutPanel1.ColumnCount = 1;
  1285. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1286. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox4, 0, 3);
  1287. this.tableLayoutPanel1.Controls.Add(this.ultraTabControl2, 0, 2);
  1288. this.tableLayoutPanel1.Controls.Add(this.lblRollQATons, 0, 0);
  1289. this.tableLayoutPanel1.Controls.Add(this.ultraTabControl1, 0, 1);
  1290. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1291. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  1292. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  1293. this.tableLayoutPanel1.RowCount = 4;
  1294. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F));
  1295. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1296. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 217F));
  1297. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  1298. this.tableLayoutPanel1.Size = new System.Drawing.Size(963, 577);
  1299. this.tableLayoutPanel1.TabIndex = 0;
  1300. //
  1301. // ultraGroupBox4
  1302. //
  1303. this.ultraGroupBox4.Controls.Add(this.btnDelete);
  1304. this.ultraGroupBox4.Controls.Add(this.ultraButton2);
  1305. this.ultraGroupBox4.Controls.Add(this.btnAdd);
  1306. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  1307. this.ultraGroupBox4.Location = new System.Drawing.Point(3, 520);
  1308. this.ultraGroupBox4.Name = "ultraGroupBox4";
  1309. this.ultraGroupBox4.Size = new System.Drawing.Size(957, 54);
  1310. this.ultraGroupBox4.TabIndex = 4;
  1311. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1312. //
  1313. // btnDelete
  1314. //
  1315. this.btnDelete.Location = new System.Drawing.Point(324, 12);
  1316. this.btnDelete.Name = "btnDelete";
  1317. this.btnDelete.Size = new System.Drawing.Size(106, 33);
  1318. this.btnDelete.TabIndex = 0;
  1319. this.btnDelete.Text = "删除";
  1320. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  1321. //
  1322. // ultraButton2
  1323. //
  1324. this.ultraButton2.Location = new System.Drawing.Point(173, 12);
  1325. this.ultraButton2.Name = "ultraButton2";
  1326. this.ultraButton2.Size = new System.Drawing.Size(106, 33);
  1327. this.ultraButton2.TabIndex = 0;
  1328. this.ultraButton2.Text = "修改";
  1329. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  1330. //
  1331. // btnAdd
  1332. //
  1333. this.btnAdd.Location = new System.Drawing.Point(18, 12);
  1334. this.btnAdd.Name = "btnAdd";
  1335. this.btnAdd.Size = new System.Drawing.Size(106, 33);
  1336. this.btnAdd.TabIndex = 0;
  1337. this.btnAdd.Text = "新增";
  1338. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  1339. //
  1340. // ultraTabControl2
  1341. //
  1342. this.ultraTabControl2.Controls.Add(this.ultraTabSharedControlsPage3);
  1343. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl7);
  1344. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl8);
  1345. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl9);
  1346. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl10);
  1347. this.ultraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  1348. this.ultraTabControl2.Location = new System.Drawing.Point(3, 303);
  1349. this.ultraTabControl2.Name = "ultraTabControl2";
  1350. this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage3;
  1351. this.ultraTabControl2.Size = new System.Drawing.Size(957, 211);
  1352. this.ultraTabControl2.TabIndex = 3;
  1353. ultraTab1.TabPage = this.ultraTabPageControl7;
  1354. ultraTab1.Text = "编辑区";
  1355. ultraTab2.TabPage = this.ultraTabPageControl8;
  1356. ultraTab2.Text = "编辑区";
  1357. ultraTab3.TabPage = this.ultraTabPageControl9;
  1358. ultraTab3.Text = "编辑区";
  1359. ultraTab7.TabPage = this.ultraTabPageControl10;
  1360. ultraTab7.Text = "编辑区";
  1361. this.ultraTabControl2.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1362. ultraTab1,
  1363. ultraTab2,
  1364. ultraTab3,
  1365. ultraTab7});
  1366. this.ultraTabControl2.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  1367. //
  1368. // ultraTabSharedControlsPage3
  1369. //
  1370. this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(-10000, -10000);
  1371. this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
  1372. this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(955, 188);
  1373. //
  1374. // lblRollQATons
  1375. //
  1376. this.lblRollQATons.Controls.Add(this.ultraButton1);
  1377. this.lblRollQATons.Controls.Add(this.txtGroup);
  1378. this.lblRollQATons.Controls.Add(this.txtDate);
  1379. this.lblRollQATons.Controls.Add(this.txtShift);
  1380. this.lblRollQATons.Controls.Add(this.label6);
  1381. this.lblRollQATons.Controls.Add(this.label1);
  1382. this.lblRollQATons.Controls.Add(this.label5);
  1383. this.lblRollQATons.Dock = System.Windows.Forms.DockStyle.Fill;
  1384. this.lblRollQATons.Location = new System.Drawing.Point(3, 3);
  1385. this.lblRollQATons.Name = "lblRollQATons";
  1386. this.lblRollQATons.Size = new System.Drawing.Size(957, 43);
  1387. this.lblRollQATons.TabIndex = 1;
  1388. this.lblRollQATons.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  1389. //
  1390. // ultraButton1
  1391. //
  1392. this.ultraButton1.Location = new System.Drawing.Point(497, 8);
  1393. this.ultraButton1.Name = "ultraButton1";
  1394. this.ultraButton1.Size = new System.Drawing.Size(91, 29);
  1395. this.ultraButton1.TabIndex = 56;
  1396. this.ultraButton1.Text = "刷新";
  1397. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  1398. //
  1399. // txtGroup
  1400. //
  1401. this.txtGroup.Enabled = false;
  1402. this.txtGroup.Location = new System.Drawing.Point(357, 12);
  1403. this.txtGroup.MaxLength = 100;
  1404. this.txtGroup.Name = "txtGroup";
  1405. this.txtGroup.Size = new System.Drawing.Size(87, 21);
  1406. this.txtGroup.TabIndex = 54;
  1407. //
  1408. // txtDate
  1409. //
  1410. this.txtDate.Enabled = false;
  1411. this.txtDate.Location = new System.Drawing.Point(63, 13);
  1412. this.txtDate.MaxLength = 100;
  1413. this.txtDate.Name = "txtDate";
  1414. this.txtDate.Size = new System.Drawing.Size(100, 21);
  1415. this.txtDate.TabIndex = 55;
  1416. //
  1417. // txtShift
  1418. //
  1419. this.txtShift.Enabled = false;
  1420. this.txtShift.Location = new System.Drawing.Point(216, 13);
  1421. this.txtShift.MaxLength = 100;
  1422. this.txtShift.Name = "txtShift";
  1423. this.txtShift.Size = new System.Drawing.Size(87, 21);
  1424. this.txtShift.TabIndex = 55;
  1425. //
  1426. // label6
  1427. //
  1428. this.label6.AutoSize = true;
  1429. this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1430. this.label6.Location = new System.Drawing.Point(322, 17);
  1431. this.label6.Name = "label6";
  1432. this.label6.Size = new System.Drawing.Size(29, 12);
  1433. this.label6.TabIndex = 52;
  1434. this.label6.Text = "班组";
  1435. //
  1436. // label1
  1437. //
  1438. this.label1.AutoSize = true;
  1439. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1440. this.label1.Location = new System.Drawing.Point(21, 17);
  1441. this.label1.Name = "label1";
  1442. this.label1.Size = new System.Drawing.Size(29, 12);
  1443. this.label1.TabIndex = 53;
  1444. this.label1.Text = "日期";
  1445. //
  1446. // label5
  1447. //
  1448. this.label5.AutoSize = true;
  1449. this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1450. this.label5.Location = new System.Drawing.Point(181, 17);
  1451. this.label5.Name = "label5";
  1452. this.label5.Size = new System.Drawing.Size(29, 12);
  1453. this.label5.TabIndex = 53;
  1454. this.label5.Text = "班次";
  1455. //
  1456. // ultraTabControl1
  1457. //
  1458. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1459. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1460. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1461. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
  1462. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1463. this.ultraTabControl1.Location = new System.Drawing.Point(3, 52);
  1464. this.ultraTabControl1.Name = "ultraTabControl1";
  1465. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1466. this.ultraTabControl1.Size = new System.Drawing.Size(957, 245);
  1467. this.ultraTabControl1.TabIndex = 2;
  1468. ultraTab4.TabPage = this.ultraTabPageControl1;
  1469. ultraTab4.Text = "当班穿孔工具更换实绩";
  1470. ultraTab5.TabPage = this.ultraTabPageControl2;
  1471. ultraTab5.Text = "当班连轧工具更换实绩";
  1472. ultraTab6.TabPage = this.ultraTabPageControl3;
  1473. ultraTab6.Text = "当班定径工具更换实绩";
  1474. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1475. ultraTab4,
  1476. ultraTab5,
  1477. ultraTab6});
  1478. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  1479. //
  1480. // ultraTabSharedControlsPage1
  1481. //
  1482. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1483. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1484. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(955, 222);
  1485. //
  1486. // ultraTabSharedControlsPage2
  1487. //
  1488. this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(1, 23);
  1489. this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
  1490. this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(881, 293);
  1491. //
  1492. // ultraTabPageControl4
  1493. //
  1494. this.ultraTabPageControl4.Location = new System.Drawing.Point(1, 23);
  1495. this.ultraTabPageControl4.Name = "ultraTabPageControl4";
  1496. this.ultraTabPageControl4.Size = new System.Drawing.Size(881, 293);
  1497. //
  1498. // ultraTabPageControl5
  1499. //
  1500. this.ultraTabPageControl5.Location = new System.Drawing.Point(-10000, -10000);
  1501. this.ultraTabPageControl5.Name = "ultraTabPageControl5";
  1502. this.ultraTabPageControl5.Size = new System.Drawing.Size(881, 293);
  1503. //
  1504. // ultraTabPageControl6
  1505. //
  1506. this.ultraTabPageControl6.Location = new System.Drawing.Point(-10000, -10000);
  1507. this.ultraTabPageControl6.Name = "ultraTabPageControl6";
  1508. this.ultraTabPageControl6.Size = new System.Drawing.Size(881, 293);
  1509. //
  1510. // txtQuery
  1511. //
  1512. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1513. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1514. this.ClientSize = new System.Drawing.Size(963, 577);
  1515. this.Controls.Add(this.tableLayoutPanel1);
  1516. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1517. this.Name = "txtQuery";
  1518. this.Text = "工器具更换记录";
  1519. this.Load += new System.EventHandler(this.txtQuery_Load);
  1520. this.ultraTabPageControl7.ResumeLayout(false);
  1521. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1522. this.ultraGroupBox3.ResumeLayout(false);
  1523. this.ultraGroupBox3.PerformLayout();
  1524. ((System.ComponentModel.ISupportInitialize)(this.txtGuideChange)).EndInit();
  1525. ((System.ComponentModel.ISupportInitialize)(this.txtBarChange)).EndInit();
  1526. ((System.ComponentModel.ISupportInitialize)(this.txtPlugChange)).EndInit();
  1527. this.ultraTabPageControl8.ResumeLayout(false);
  1528. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1529. this.ultraGroupBox1.ResumeLayout(false);
  1530. this.ultraGroupBox1.PerformLayout();
  1531. ((System.ComponentModel.ISupportInitialize)(this.txtExMilChange)).EndInit();
  1532. ((System.ComponentModel.ISupportInitialize)(this.txtRollChange)).EndInit();
  1533. ((System.ComponentModel.ISupportInitialize)(this.txtMandrelChange)).EndInit();
  1534. this.ultraTabPageControl9.ResumeLayout(false);
  1535. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1536. this.ultraGroupBox2.ResumeLayout(false);
  1537. this.ultraGroupBox2.PerformLayout();
  1538. ((System.ComponentModel.ISupportInitialize)(this.txtToolChange)).EndInit();
  1539. this.ultraTabPageControl10.ResumeLayout(false);
  1540. this.ultraTabPageControl10.PerformLayout();
  1541. ((System.ComponentModel.ISupportInitialize)(this.txtToolChange168)).EndInit();
  1542. this.ultraTabPageControl1.ResumeLayout(false);
  1543. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid0)).EndInit();
  1544. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1545. ((System.ComponentModel.ISupportInitialize)(this.dtPerTool)).EndInit();
  1546. ((System.ComponentModel.ISupportInitialize)(this.dtRollTool)).EndInit();
  1547. ((System.ComponentModel.ISupportInitialize)(this.dtSizingTool)).EndInit();
  1548. this.ultraTabPageControl2.ResumeLayout(false);
  1549. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1550. this.ultraTabPageControl3.ResumeLayout(false);
  1551. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1552. this.tableLayoutPanel1.ResumeLayout(false);
  1553. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  1554. this.ultraGroupBox4.ResumeLayout(false);
  1555. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
  1556. this.ultraTabControl2.ResumeLayout(false);
  1557. ((System.ComponentModel.ISupportInitialize)(this.lblRollQATons)).EndInit();
  1558. this.lblRollQATons.ResumeLayout(false);
  1559. this.lblRollQATons.PerformLayout();
  1560. ((System.ComponentModel.ISupportInitialize)(this.txtGroup)).EndInit();
  1561. ((System.ComponentModel.ISupportInitialize)(this.txtDate)).EndInit();
  1562. ((System.ComponentModel.ISupportInitialize)(this.txtShift)).EndInit();
  1563. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1564. this.ultraTabControl1.ResumeLayout(false);
  1565. this.ResumeLayout(false);
  1566. }
  1567. #endregion
  1568. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1569. private Infragistics.Win.Misc.UltraGroupBox lblRollQATons;
  1570. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtGroup;
  1571. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtDate;
  1572. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtShift;
  1573. private System.Windows.Forms.Label label6;
  1574. private System.Windows.Forms.Label label1;
  1575. private System.Windows.Forms.Label label5;
  1576. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1577. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1578. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1579. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1580. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  1581. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl2;
  1582. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage3;
  1583. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl7;
  1584. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl8;
  1585. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl9;
  1586. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage2;
  1587. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl4;
  1588. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl5;
  1589. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl6;
  1590. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid0;
  1591. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1592. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1593. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1594. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1595. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1596. private System.Data.DataSet dataSet1;
  1597. private System.Data.DataTable dtPerTool;
  1598. private System.Data.DataTable dtRollTool;
  1599. private System.Data.DataTable dtSizingTool;
  1600. private System.Data.DataColumn dataColumn1;
  1601. private System.Data.DataColumn dataColumn2;
  1602. private System.Data.DataColumn dataColumn3;
  1603. private System.Data.DataColumn dataColumn4;
  1604. private System.Data.DataColumn dataColumn5;
  1605. private System.Data.DataColumn dataColumn6;
  1606. private System.Data.DataColumn dataColumn7;
  1607. private System.Data.DataColumn dataColumn9;
  1608. private System.Data.DataColumn dataColumn8;
  1609. private System.Data.DataColumn dataColumn10;
  1610. private System.Data.DataColumn dataColumn11;
  1611. private System.Data.DataColumn dataColumn12;
  1612. private System.Data.DataColumn dataColumn13;
  1613. private System.Data.DataColumn dataColumn14;
  1614. private System.Data.DataColumn dataColumn15;
  1615. private System.Data.DataColumn dataColumn16;
  1616. private System.Data.DataColumn dataColumn17;
  1617. private System.Data.DataColumn dataColumn18;
  1618. private System.Data.DataColumn dataColumn19;
  1619. private System.Data.DataColumn dataColumn20;
  1620. private System.Data.DataColumn dataColumn21;
  1621. private System.Data.DataColumn dataColumn22;
  1622. private System.Data.DataColumn dataColumn23;
  1623. private System.Data.DataColumn dataColumn24;
  1624. private System.Data.DataColumn dataColumn25;
  1625. private System.Data.DataColumn dataColumn26;
  1626. private System.Data.DataColumn dataColumn27;
  1627. private System.Data.DataColumn dataColumn28;
  1628. private System.Data.DataColumn dataColumn29;
  1629. private System.Data.DataColumn dataColumn30;
  1630. private System.Data.DataColumn dataColumn31;
  1631. private System.Data.DataColumn dataColumn32;
  1632. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1633. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1634. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1635. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1636. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1637. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1638. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtGuideChange;
  1639. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBarChange;
  1640. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPlugChange;
  1641. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtExMilChange;
  1642. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRollChange;
  1643. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMandrelChange;
  1644. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1645. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1646. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1647. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1648. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1649. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1650. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtToolChange;
  1651. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1652. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  1653. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  1654. private Infragistics.Win.Misc.UltraButton btnDelete;
  1655. private Infragistics.Win.Misc.UltraButton ultraButton2;
  1656. private Infragistics.Win.Misc.UltraButton btnAdd;
  1657. private System.Windows.Forms.DateTimePicker udtPlugTime;
  1658. private Infragistics.Win.Misc.UltraButton ultraButton1;
  1659. private System.Windows.Forms.DateTimePicker udtBarTime;
  1660. private System.Windows.Forms.DateTimePicker udtGuideTime;
  1661. private System.Windows.Forms.DateTimePicker udtMandrelTime;
  1662. private System.Windows.Forms.DateTimePicker udtRollTime;
  1663. private System.Windows.Forms.DateTimePicker udtExMilTime;
  1664. private System.Windows.Forms.DateTimePicker udtToolChange;
  1665. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl10;
  1666. private System.Windows.Forms.DateTimePicker dtpToolChange168;
  1667. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtToolChange168;
  1668. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  1669. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  1670. private System.Data.DataColumn dataColumn33;
  1671. private System.Data.DataColumn dataColumn34;
  1672. }
  1673. }