FrmSizingRollMatching.Designer.cs 89 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604
  1. namespace Core.StlMes.Client.Tr.Tools
  2. {
  3. partial class FrmSizingRollMatching
  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 appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RollerTable", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Vender");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InStorageDate");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  38. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("RollerTable", -1);
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Vender");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("InStorageDate");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrapDate");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  59. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("FitingTable", -1);
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackNo");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackStatus");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo1");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo2");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollerNo3", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RackStandard");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Space1");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Space2");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Space3");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AxialSize1");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AxialSize2");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AxialSize3");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CenterSize");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column4");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("I轴承是否更换");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column6");
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column5");
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column7");
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column8");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column9");
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RollingNum");
  96. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OnLineTime");
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  98. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column10");
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column11");
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column12");
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn46 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column13");
  102. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  113. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  114. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  115. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  116. this.dataSet1 = new System.Data.DataSet();
  117. this.RollerTable = new System.Data.DataTable();
  118. this.Check = new System.Data.DataColumn();
  119. this.RollerNo = new System.Data.DataColumn();
  120. this.Vender = new System.Data.DataColumn();
  121. this.Status = new System.Data.DataColumn();
  122. this.InStorageDate = new System.Data.DataColumn();
  123. this.ScrapDate = new System.Data.DataColumn();
  124. this.RollingNum = new System.Data.DataColumn();
  125. this.OnLineTime = new System.Data.DataColumn();
  126. this.FitingTable = new System.Data.DataTable();
  127. this.RackNo = new System.Data.DataColumn();
  128. this.RackStatus = new System.Data.DataColumn();
  129. this.RollerNo1 = new System.Data.DataColumn();
  130. this.RollerNo2 = new System.Data.DataColumn();
  131. this.RollerNo3 = new System.Data.DataColumn();
  132. this.RackStandard = new System.Data.DataColumn();
  133. this.Space1 = new System.Data.DataColumn();
  134. this.Space2 = new System.Data.DataColumn();
  135. this.Space3 = new System.Data.DataColumn();
  136. this.AxialSize1 = new System.Data.DataColumn();
  137. this.AxialSize2 = new System.Data.DataColumn();
  138. this.AxialSize3 = new System.Data.DataColumn();
  139. this.CenterSize = new System.Data.DataColumn();
  140. this.dataColumn1 = new System.Data.DataColumn();
  141. this.dataColumn2 = new System.Data.DataColumn();
  142. this.dataColumn3 = new System.Data.DataColumn();
  143. this.dataColumn4 = new System.Data.DataColumn();
  144. this.dataColumn5 = new System.Data.DataColumn();
  145. this.dataColumn6 = new System.Data.DataColumn();
  146. this.dataColumn7 = new System.Data.DataColumn();
  147. this.dataColumn8 = new System.Data.DataColumn();
  148. this.dataColumn9 = new System.Data.DataColumn();
  149. this.dataColumn10 = new System.Data.DataColumn();
  150. this.dataColumn11 = new System.Data.DataColumn();
  151. this.dataColumn12 = new System.Data.DataColumn();
  152. this.dataColumn13 = new System.Data.DataColumn();
  153. this.dataColumn14 = new System.Data.DataColumn();
  154. this.dataColumn15 = new System.Data.DataColumn();
  155. this.dataColumn16 = new System.Data.DataColumn();
  156. this.dataColumn17 = new System.Data.DataColumn();
  157. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  158. this.panel1 = new System.Windows.Forms.Panel();
  159. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  160. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  161. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  162. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  163. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  164. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  165. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  166. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  167. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  168. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  169. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  170. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  171. this.ultraCheckEditor5 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  172. this.ultraCheckEditor4 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  173. this.ultraCheckEditor3 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  174. this.ultraCheckEditor2 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  175. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  176. this.ultraNumericEditor11 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  177. this.ultraNumericEditor9 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  178. this.ultraNumericEditor10 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  179. this.ultraNumericEditor7 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  180. this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
  181. this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
  182. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  183. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  184. this.ultraNumericEditor8 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  185. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  186. this.ultraNumericEditor4 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  187. this.ultraNumericEditor5 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  188. this.ultraNumericEditor6 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  189. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  190. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  191. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  192. this.ultraNumericEditor3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  193. this.ultraNumericEditor2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  194. this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  195. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  196. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  197. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  198. this.ultraComboEditor5 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  199. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  200. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  201. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  202. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  203. this.dataSet2 = new System.Data.DataSet();
  204. this.dataTable2 = new System.Data.DataTable();
  205. this.dataColumn26 = new System.Data.DataColumn();
  206. this.dataColumn27 = new System.Data.DataColumn();
  207. this.dataColumn28 = new System.Data.DataColumn();
  208. this.dataColumn29 = new System.Data.DataColumn();
  209. this.dataColumn30 = new System.Data.DataColumn();
  210. this.dataColumn31 = new System.Data.DataColumn();
  211. this.dataColumn32 = new System.Data.DataColumn();
  212. this.dataColumn33 = new System.Data.DataColumn();
  213. this.dataColumn34 = new System.Data.DataColumn();
  214. this.dataColumn35 = new System.Data.DataColumn();
  215. this.dataColumn36 = new System.Data.DataColumn();
  216. this.dataColumn37 = new System.Data.DataColumn();
  217. this.dataColumn38 = new System.Data.DataColumn();
  218. this.dataColumn39 = new System.Data.DataColumn();
  219. this.dataColumn40 = new System.Data.DataColumn();
  220. this.dataColumn41 = new System.Data.DataColumn();
  221. this.dataColumn42 = new System.Data.DataColumn();
  222. this.dataColumn43 = new System.Data.DataColumn();
  223. this.dataColumn44 = new System.Data.DataColumn();
  224. this.dataColumn45 = new System.Data.DataColumn();
  225. this.dataColumn46 = new System.Data.DataColumn();
  226. this.dataColumn47 = new System.Data.DataColumn();
  227. this.dataColumn48 = new System.Data.DataColumn();
  228. this.dataColumn49 = new System.Data.DataColumn();
  229. this.dataColumn50 = new System.Data.DataColumn();
  230. this.dataColumn51 = new System.Data.DataColumn();
  231. this.dataColumn52 = new System.Data.DataColumn();
  232. this.dataColumn53 = new System.Data.DataColumn();
  233. this.dataColumn54 = new System.Data.DataColumn();
  234. this.dataColumn55 = new System.Data.DataColumn();
  235. this.splitContainer1.Panel1.SuspendLayout();
  236. this.splitContainer1.Panel2.SuspendLayout();
  237. this.splitContainer1.SuspendLayout();
  238. this.tableLayoutPanel1.SuspendLayout();
  239. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).BeginInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.FitingTable)).BeginInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  244. this.panel1.SuspendLayout();
  245. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  250. this.ultraExpandableGroupBox1.SuspendLayout();
  251. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  252. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).BeginInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).BeginInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).BeginInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).BeginInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor11)).BeginInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor9)).BeginInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor10)).BeginInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor7)).BeginInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor8)).BeginInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor4)).BeginInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor5)).BeginInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor6)).BeginInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor3)).BeginInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).BeginInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).BeginInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  273. this.SuspendLayout();
  274. //
  275. // splitContainer1
  276. //
  277. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  279. this.splitContainer1.Name = "splitContainer1";
  280. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  281. //
  282. // splitContainer1.Panel1
  283. //
  284. this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
  285. this.splitContainer1.Panel1.Controls.Add(this.panel1);
  286. //
  287. // splitContainer1.Panel2
  288. //
  289. this.splitContainer1.Panel2.Controls.Add(this.ultraExpandableGroupBox1);
  290. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid3);
  291. this.splitContainer1.Size = new System.Drawing.Size(1024, 708);
  292. this.splitContainer1.SplitterDistance = 354;
  293. this.splitContainer1.TabIndex = 0;
  294. //
  295. // tableLayoutPanel1
  296. //
  297. this.tableLayoutPanel1.ColumnCount = 2;
  298. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  299. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  300. this.tableLayoutPanel1.Controls.Add(this.ultraGrid2, 0, 0);
  301. this.tableLayoutPanel1.Controls.Add(this.ultraGrid1, 0, 0);
  302. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  303. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 64);
  304. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  305. this.tableLayoutPanel1.RowCount = 1;
  306. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  307. this.tableLayoutPanel1.Size = new System.Drawing.Size(1024, 290);
  308. this.tableLayoutPanel1.TabIndex = 1;
  309. //
  310. // ultraGrid2
  311. //
  312. this.ultraGrid2.DataSource = this.dataSet1;
  313. appearance1.BackColor = System.Drawing.SystemColors.Window;
  314. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  315. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  316. ultraGridColumn1.Header.VisiblePosition = 0;
  317. ultraGridColumn2.Header.VisiblePosition = 1;
  318. ultraGridColumn3.Header.VisiblePosition = 2;
  319. ultraGridColumn4.Header.VisiblePosition = 3;
  320. ultraGridColumn5.Header.VisiblePosition = 4;
  321. ultraGridColumn6.Header.VisiblePosition = 5;
  322. ultraGridColumn7.Header.VisiblePosition = 6;
  323. ultraGridColumn8.Header.VisiblePosition = 7;
  324. ultraGridBand1.Columns.AddRange(new object[] {
  325. ultraGridColumn1,
  326. ultraGridColumn2,
  327. ultraGridColumn3,
  328. ultraGridColumn4,
  329. ultraGridColumn5,
  330. ultraGridColumn6,
  331. ultraGridColumn7,
  332. ultraGridColumn8});
  333. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  334. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  335. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  336. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  337. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  338. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  339. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  340. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  341. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  342. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  343. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  344. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  345. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  346. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  347. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  348. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  349. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  350. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  351. appearance5.BackColor = System.Drawing.SystemColors.Window;
  352. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  353. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  354. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  355. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  356. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  357. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  358. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  359. appearance7.BackColor = System.Drawing.SystemColors.Window;
  360. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance7;
  361. appearance8.BorderColor = System.Drawing.Color.Silver;
  362. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  363. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  364. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  365. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  366. appearance9.BackColor = System.Drawing.SystemColors.Control;
  367. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  368. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  369. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  370. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  371. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  372. appearance10.TextHAlignAsString = "Left";
  373. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance10;
  374. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  375. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  376. appearance11.BackColor = System.Drawing.SystemColors.Window;
  377. appearance11.BorderColor = System.Drawing.Color.Silver;
  378. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance11;
  379. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  380. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  381. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  382. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  383. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  384. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  385. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  386. this.ultraGrid2.Location = new System.Drawing.Point(515, 3);
  387. this.ultraGrid2.Name = "ultraGrid2";
  388. this.ultraGrid2.Size = new System.Drawing.Size(506, 284);
  389. this.ultraGrid2.TabIndex = 4;
  390. this.ultraGrid2.Text = "ultraGrid2";
  391. //
  392. // dataSet1
  393. //
  394. this.dataSet1.DataSetName = "NewDataSet";
  395. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  396. this.RollerTable,
  397. this.FitingTable});
  398. //
  399. // RollerTable
  400. //
  401. this.RollerTable.Columns.AddRange(new System.Data.DataColumn[] {
  402. this.Check,
  403. this.RollerNo,
  404. this.Vender,
  405. this.Status,
  406. this.InStorageDate,
  407. this.ScrapDate,
  408. this.RollingNum,
  409. this.OnLineTime});
  410. this.RollerTable.TableName = "RollerTable";
  411. //
  412. // Check
  413. //
  414. this.Check.Caption = "选择";
  415. this.Check.ColumnName = "Check";
  416. this.Check.DataType = typeof(bool);
  417. //
  418. // RollerNo
  419. //
  420. this.RollerNo.Caption = "辊号";
  421. this.RollerNo.ColumnName = "RollerNo";
  422. //
  423. // Vender
  424. //
  425. this.Vender.Caption = "出厂厂家";
  426. this.Vender.ColumnName = "Vender";
  427. //
  428. // Status
  429. //
  430. this.Status.Caption = "状态";
  431. this.Status.ColumnName = "Status";
  432. //
  433. // InStorageDate
  434. //
  435. this.InStorageDate.Caption = "入库日期";
  436. this.InStorageDate.ColumnName = "InStorageDate";
  437. this.InStorageDate.DataType = typeof(System.DateTime);
  438. //
  439. // ScrapDate
  440. //
  441. this.ScrapDate.Caption = "报废日期";
  442. this.ScrapDate.ColumnName = "ScrapDate";
  443. this.ScrapDate.DataType = typeof(System.DateTime);
  444. //
  445. // RollingNum
  446. //
  447. this.RollingNum.Caption = "轧制总支数";
  448. this.RollingNum.ColumnName = "RollingNum";
  449. //
  450. // OnLineTime
  451. //
  452. this.OnLineTime.Caption = "在线总时长";
  453. this.OnLineTime.ColumnName = "OnLineTime";
  454. //
  455. // FitingTable
  456. //
  457. this.FitingTable.Columns.AddRange(new System.Data.DataColumn[] {
  458. this.RackNo,
  459. this.RackStatus,
  460. this.RollerNo1,
  461. this.RollerNo2,
  462. this.RollerNo3,
  463. this.RackStandard,
  464. this.Space1,
  465. this.Space2,
  466. this.Space3,
  467. this.AxialSize1,
  468. this.AxialSize2,
  469. this.AxialSize3,
  470. this.CenterSize,
  471. this.dataColumn1,
  472. this.dataColumn2,
  473. this.dataColumn3,
  474. this.dataColumn4,
  475. this.dataColumn5,
  476. this.dataColumn6,
  477. this.dataColumn7,
  478. this.dataColumn8,
  479. this.dataColumn9,
  480. this.dataColumn10,
  481. this.dataColumn11,
  482. this.dataColumn12,
  483. this.dataColumn13,
  484. this.dataColumn14,
  485. this.dataColumn15,
  486. this.dataColumn16,
  487. this.dataColumn17});
  488. this.FitingTable.TableName = "FitingTable";
  489. //
  490. // RackNo
  491. //
  492. this.RackNo.Caption = "机架号";
  493. this.RackNo.ColumnName = "RackNo";
  494. //
  495. // RackStatus
  496. //
  497. this.RackStatus.Caption = "机架状态";
  498. this.RackStatus.ColumnName = "RackStatus";
  499. //
  500. // RollerNo1
  501. //
  502. this.RollerNo1.Caption = "轧辊号1";
  503. this.RollerNo1.ColumnName = "RollerNo1";
  504. //
  505. // RollerNo2
  506. //
  507. this.RollerNo2.Caption = "轧辊号2";
  508. this.RollerNo2.ColumnName = "RollerNo2";
  509. //
  510. // RollerNo3
  511. //
  512. this.RollerNo3.Caption = "轧辊号3";
  513. this.RollerNo3.ColumnName = "RollerNo3";
  514. //
  515. // RackStandard
  516. //
  517. this.RackStandard.Caption = "机架装配规格";
  518. this.RackStandard.ColumnName = "RackStandard";
  519. //
  520. // Space1
  521. //
  522. this.Space1.Caption = "I、II轴间隙";
  523. this.Space1.ColumnName = "Space1";
  524. //
  525. // Space2
  526. //
  527. this.Space2.Caption = "I、III轴间隙";
  528. this.Space2.ColumnName = "Space2";
  529. //
  530. // Space3
  531. //
  532. this.Space3.Caption = "II、III轴间隙";
  533. this.Space3.ColumnName = "Space3";
  534. //
  535. // AxialSize1
  536. //
  537. this.AxialSize1.Caption = "I轴窜尺寸";
  538. this.AxialSize1.ColumnName = "AxialSize1";
  539. //
  540. // AxialSize2
  541. //
  542. this.AxialSize2.Caption = "II轴窜尺寸";
  543. this.AxialSize2.ColumnName = "AxialSize2";
  544. //
  545. // AxialSize3
  546. //
  547. this.AxialSize3.Caption = "III轴窜尺寸";
  548. this.AxialSize3.ColumnName = "AxialSize3";
  549. //
  550. // CenterSize
  551. //
  552. this.CenterSize.Caption = "中心距尺寸";
  553. this.CenterSize.ColumnName = "CenterSize";
  554. //
  555. // dataColumn1
  556. //
  557. this.dataColumn1.Caption = "铜滑板尺寸上";
  558. this.dataColumn1.ColumnName = "Column1";
  559. //
  560. // dataColumn2
  561. //
  562. this.dataColumn2.Caption = "铜滑板尺寸下";
  563. this.dataColumn2.ColumnName = "Column2";
  564. //
  565. // dataColumn3
  566. //
  567. this.dataColumn3.Caption = "铜滑板尺寸左";
  568. this.dataColumn3.ColumnName = "Column3";
  569. //
  570. // dataColumn4
  571. //
  572. this.dataColumn4.Caption = "铜滑板尺寸右";
  573. this.dataColumn4.ColumnName = "Column4";
  574. //
  575. // dataColumn5
  576. //
  577. this.dataColumn5.ColumnName = "I轴承是否更换";
  578. //
  579. // dataColumn6
  580. //
  581. this.dataColumn6.Caption = "II轴承是否更换";
  582. this.dataColumn6.ColumnName = "Column6";
  583. //
  584. // dataColumn7
  585. //
  586. this.dataColumn7.Caption = "III轴承是否更换";
  587. this.dataColumn7.ColumnName = "Column5";
  588. //
  589. // dataColumn8
  590. //
  591. this.dataColumn8.ColumnName = "Column7";
  592. //
  593. // dataColumn9
  594. //
  595. this.dataColumn9.Caption = "分配器是否更换";
  596. this.dataColumn9.ColumnName = "Column8";
  597. //
  598. // dataColumn10
  599. //
  600. this.dataColumn10.Caption = "油路是否更换";
  601. this.dataColumn10.ColumnName = "Column9";
  602. //
  603. // dataColumn11
  604. //
  605. this.dataColumn11.Caption = "轧制总支数";
  606. this.dataColumn11.ColumnName = "RollingNum";
  607. //
  608. // dataColumn12
  609. //
  610. this.dataColumn12.Caption = "上线总时间";
  611. this.dataColumn12.ColumnName = "OnLineTime";
  612. //
  613. // dataColumn13
  614. //
  615. this.dataColumn13.ColumnName = "Remark";
  616. //
  617. // dataColumn14
  618. //
  619. this.dataColumn14.Caption = "班次";
  620. this.dataColumn14.ColumnName = "Column10";
  621. //
  622. // dataColumn15
  623. //
  624. this.dataColumn15.Caption = "班组";
  625. this.dataColumn15.ColumnName = "Column11";
  626. //
  627. // dataColumn16
  628. //
  629. this.dataColumn16.Caption = "操作人";
  630. this.dataColumn16.ColumnName = "Column12";
  631. //
  632. // dataColumn17
  633. //
  634. this.dataColumn17.Caption = "操作日期";
  635. this.dataColumn17.ColumnName = "Column13";
  636. //
  637. // ultraGrid1
  638. //
  639. this.ultraGrid1.DataSource = this.dataSet1;
  640. appearance37.BackColor = System.Drawing.SystemColors.Window;
  641. appearance37.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  642. this.ultraGrid1.DisplayLayout.Appearance = appearance37;
  643. ultraGridColumn9.Header.VisiblePosition = 0;
  644. ultraGridColumn10.Header.VisiblePosition = 1;
  645. ultraGridColumn10.Width = 90;
  646. ultraGridColumn11.Header.VisiblePosition = 2;
  647. ultraGridColumn11.Width = 97;
  648. ultraGridColumn12.Header.VisiblePosition = 3;
  649. ultraGridColumn12.Width = 63;
  650. ultraGridColumn13.Header.VisiblePosition = 6;
  651. ultraGridColumn14.Header.VisiblePosition = 7;
  652. ultraGridColumn15.Header.VisiblePosition = 4;
  653. ultraGridColumn16.Header.VisiblePosition = 5;
  654. ultraGridBand2.Columns.AddRange(new object[] {
  655. ultraGridColumn9,
  656. ultraGridColumn10,
  657. ultraGridColumn11,
  658. ultraGridColumn12,
  659. ultraGridColumn13,
  660. ultraGridColumn14,
  661. ultraGridColumn15,
  662. ultraGridColumn16});
  663. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  664. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  665. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  666. appearance38.BackColor = System.Drawing.SystemColors.ActiveBorder;
  667. appearance38.BackColor2 = System.Drawing.SystemColors.ControlDark;
  668. appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  669. appearance38.BorderColor = System.Drawing.SystemColors.Window;
  670. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance38;
  671. appearance39.ForeColor = System.Drawing.SystemColors.GrayText;
  672. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance39;
  673. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  674. appearance40.BackColor = System.Drawing.SystemColors.ControlLightLight;
  675. appearance40.BackColor2 = System.Drawing.SystemColors.Control;
  676. appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  677. appearance40.ForeColor = System.Drawing.SystemColors.GrayText;
  678. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance40;
  679. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  680. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  681. appearance41.BackColor = System.Drawing.SystemColors.Window;
  682. appearance41.ForeColor = System.Drawing.SystemColors.ControlText;
  683. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance41;
  684. appearance42.BackColor = System.Drawing.SystemColors.Highlight;
  685. appearance42.ForeColor = System.Drawing.SystemColors.HighlightText;
  686. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance42;
  687. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  688. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  689. appearance43.BackColor = System.Drawing.SystemColors.Window;
  690. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance43;
  691. appearance44.BorderColor = System.Drawing.Color.Silver;
  692. appearance44.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  693. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance44;
  694. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  695. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  696. appearance45.BackColor = System.Drawing.SystemColors.Control;
  697. appearance45.BackColor2 = System.Drawing.SystemColors.ControlDark;
  698. appearance45.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  699. appearance45.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  700. appearance45.BorderColor = System.Drawing.SystemColors.Window;
  701. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance45;
  702. appearance46.TextHAlignAsString = "Left";
  703. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance46;
  704. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  705. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  706. appearance47.BackColor = System.Drawing.SystemColors.Window;
  707. appearance47.BorderColor = System.Drawing.Color.Silver;
  708. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance47;
  709. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  710. appearance48.BackColor = System.Drawing.SystemColors.ControlLight;
  711. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance48;
  712. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  713. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  714. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  715. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  716. this.ultraGrid1.Location = new System.Drawing.Point(3, 3);
  717. this.ultraGrid1.Name = "ultraGrid1";
  718. this.ultraGrid1.Size = new System.Drawing.Size(506, 284);
  719. this.ultraGrid1.TabIndex = 3;
  720. this.ultraGrid1.Text = "ultraGrid1";
  721. //
  722. // panel1
  723. //
  724. this.panel1.Controls.Add(this.ultraComboEditor3);
  725. this.panel1.Controls.Add(this.ultraComboEditor2);
  726. this.panel1.Controls.Add(this.ultraLabel4);
  727. this.panel1.Controls.Add(this.ultraComboEditor1);
  728. this.panel1.Controls.Add(this.ultraLabel3);
  729. this.panel1.Controls.Add(this.ultraTextEditor1);
  730. this.panel1.Controls.Add(this.ultraLabel2);
  731. this.panel1.Controls.Add(this.ultraLabel1);
  732. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  733. this.panel1.Location = new System.Drawing.Point(0, 0);
  734. this.panel1.Name = "panel1";
  735. this.panel1.Size = new System.Drawing.Size(1024, 64);
  736. this.panel1.TabIndex = 0;
  737. //
  738. // ultraComboEditor3
  739. //
  740. this.ultraComboEditor3.Location = new System.Drawing.Point(583, 20);
  741. this.ultraComboEditor3.Name = "ultraComboEditor3";
  742. this.ultraComboEditor3.Size = new System.Drawing.Size(101, 21);
  743. this.ultraComboEditor3.TabIndex = 13;
  744. this.ultraComboEditor3.Text = "ultraComboEditor1";
  745. //
  746. // ultraComboEditor2
  747. //
  748. this.ultraComboEditor2.Location = new System.Drawing.Point(416, 20);
  749. this.ultraComboEditor2.Name = "ultraComboEditor2";
  750. this.ultraComboEditor2.Size = new System.Drawing.Size(101, 21);
  751. this.ultraComboEditor2.TabIndex = 14;
  752. this.ultraComboEditor2.Text = "ultraComboEditor1";
  753. //
  754. // ultraLabel4
  755. //
  756. this.ultraLabel4.Location = new System.Drawing.Point(540, 24);
  757. this.ultraLabel4.Name = "ultraLabel4";
  758. this.ultraLabel4.Size = new System.Drawing.Size(67, 23);
  759. this.ultraLabel4.TabIndex = 10;
  760. this.ultraLabel4.Text = "规格";
  761. //
  762. // ultraComboEditor1
  763. //
  764. this.ultraComboEditor1.Location = new System.Drawing.Point(246, 20);
  765. this.ultraComboEditor1.Name = "ultraComboEditor1";
  766. this.ultraComboEditor1.Size = new System.Drawing.Size(101, 21);
  767. this.ultraComboEditor1.TabIndex = 15;
  768. this.ultraComboEditor1.Text = "ultraComboEditor1";
  769. //
  770. // ultraLabel3
  771. //
  772. this.ultraLabel3.Location = new System.Drawing.Point(373, 24);
  773. this.ultraLabel3.Name = "ultraLabel3";
  774. this.ultraLabel3.Size = new System.Drawing.Size(67, 23);
  775. this.ultraLabel3.TabIndex = 9;
  776. this.ultraLabel3.Text = "状态";
  777. //
  778. // ultraTextEditor1
  779. //
  780. this.ultraTextEditor1.Location = new System.Drawing.Point(68, 20);
  781. this.ultraTextEditor1.Name = "ultraTextEditor1";
  782. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  783. this.ultraTextEditor1.TabIndex = 12;
  784. this.ultraTextEditor1.Text = "ultraTextEditor1";
  785. //
  786. // ultraLabel2
  787. //
  788. this.ultraLabel2.Location = new System.Drawing.Point(185, 24);
  789. this.ultraLabel2.Name = "ultraLabel2";
  790. this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
  791. this.ultraLabel2.TabIndex = 8;
  792. this.ultraLabel2.Text = "厂家编号";
  793. //
  794. // ultraLabel1
  795. //
  796. this.ultraLabel1.Location = new System.Drawing.Point(12, 24);
  797. this.ultraLabel1.Name = "ultraLabel1";
  798. this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
  799. this.ultraLabel1.TabIndex = 11;
  800. this.ultraLabel1.Text = "轧辊号";
  801. //
  802. // ultraExpandableGroupBox1
  803. //
  804. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  805. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  806. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1024, 156);
  807. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 194);
  808. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  809. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1024, 156);
  810. this.ultraExpandableGroupBox1.TabIndex = 3;
  811. this.ultraExpandableGroupBox1.Text = "ultraExpandableGroupBox1";
  812. //
  813. // ultraExpandableGroupBoxPanel1
  814. //
  815. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton2);
  816. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraButton1);
  817. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraCheckEditor5);
  818. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraCheckEditor4);
  819. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraCheckEditor3);
  820. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraCheckEditor2);
  821. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraCheckEditor1);
  822. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor11);
  823. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor9);
  824. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor10);
  825. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor7);
  826. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel19);
  827. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel18);
  828. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
  829. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel14);
  830. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor8);
  831. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel15);
  832. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor4);
  833. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor5);
  834. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor6);
  835. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  836. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  837. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  838. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor3);
  839. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor2);
  840. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraNumericEditor1);
  841. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
  842. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
  843. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
  844. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor5);
  845. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor2);
  846. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  847. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  848. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  849. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  850. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  851. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1018, 134);
  852. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  853. //
  854. // ultraButton2
  855. //
  856. this.ultraButton2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  857. this.ultraButton2.Location = new System.Drawing.Point(907, 100);
  858. this.ultraButton2.Name = "ultraButton2";
  859. this.ultraButton2.Size = new System.Drawing.Size(96, 34);
  860. this.ultraButton2.TabIndex = 37;
  861. this.ultraButton2.Text = "取消";
  862. //
  863. // ultraButton1
  864. //
  865. this.ultraButton1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  866. this.ultraButton1.Location = new System.Drawing.Point(784, 101);
  867. this.ultraButton1.Name = "ultraButton1";
  868. this.ultraButton1.Size = new System.Drawing.Size(96, 34);
  869. this.ultraButton1.TabIndex = 37;
  870. this.ultraButton1.Text = "装配";
  871. //
  872. // ultraCheckEditor5
  873. //
  874. this.ultraCheckEditor5.Location = new System.Drawing.Point(417, 100);
  875. this.ultraCheckEditor5.Name = "ultraCheckEditor5";
  876. this.ultraCheckEditor5.Size = new System.Drawing.Size(120, 20);
  877. this.ultraCheckEditor5.TabIndex = 36;
  878. this.ultraCheckEditor5.Text = "分配器是否更换";
  879. //
  880. // ultraCheckEditor4
  881. //
  882. this.ultraCheckEditor4.Location = new System.Drawing.Point(285, 100);
  883. this.ultraCheckEditor4.Name = "ultraCheckEditor4";
  884. this.ultraCheckEditor4.Size = new System.Drawing.Size(120, 20);
  885. this.ultraCheckEditor4.TabIndex = 36;
  886. this.ultraCheckEditor4.Text = "III轴承是否更换";
  887. //
  888. // ultraCheckEditor3
  889. //
  890. this.ultraCheckEditor3.Location = new System.Drawing.Point(543, 100);
  891. this.ultraCheckEditor3.Name = "ultraCheckEditor3";
  892. this.ultraCheckEditor3.Size = new System.Drawing.Size(120, 20);
  893. this.ultraCheckEditor3.TabIndex = 36;
  894. this.ultraCheckEditor3.Text = "油路是否更换";
  895. //
  896. // ultraCheckEditor2
  897. //
  898. this.ultraCheckEditor2.Location = new System.Drawing.Point(145, 100);
  899. this.ultraCheckEditor2.Name = "ultraCheckEditor2";
  900. this.ultraCheckEditor2.Size = new System.Drawing.Size(120, 20);
  901. this.ultraCheckEditor2.TabIndex = 36;
  902. this.ultraCheckEditor2.Text = "II轴承是否更换";
  903. //
  904. // ultraCheckEditor1
  905. //
  906. this.ultraCheckEditor1.Location = new System.Drawing.Point(19, 100);
  907. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  908. this.ultraCheckEditor1.Size = new System.Drawing.Size(120, 20);
  909. this.ultraCheckEditor1.TabIndex = 36;
  910. this.ultraCheckEditor1.Text = "I轴承是否更换";
  911. //
  912. // ultraNumericEditor11
  913. //
  914. this.ultraNumericEditor11.Location = new System.Drawing.Point(709, 13);
  915. this.ultraNumericEditor11.Name = "ultraNumericEditor11";
  916. this.ultraNumericEditor11.Size = new System.Drawing.Size(100, 21);
  917. this.ultraNumericEditor11.TabIndex = 35;
  918. //
  919. // ultraNumericEditor9
  920. //
  921. this.ultraNumericEditor9.Location = new System.Drawing.Point(709, 40);
  922. this.ultraNumericEditor9.Name = "ultraNumericEditor9";
  923. this.ultraNumericEditor9.Size = new System.Drawing.Size(100, 21);
  924. this.ultraNumericEditor9.TabIndex = 35;
  925. //
  926. // ultraNumericEditor10
  927. //
  928. this.ultraNumericEditor10.Location = new System.Drawing.Point(903, 13);
  929. this.ultraNumericEditor10.Name = "ultraNumericEditor10";
  930. this.ultraNumericEditor10.Size = new System.Drawing.Size(100, 21);
  931. this.ultraNumericEditor10.TabIndex = 35;
  932. //
  933. // ultraNumericEditor7
  934. //
  935. this.ultraNumericEditor7.Location = new System.Drawing.Point(709, 67);
  936. this.ultraNumericEditor7.Name = "ultraNumericEditor7";
  937. this.ultraNumericEditor7.Size = new System.Drawing.Size(100, 21);
  938. this.ultraNumericEditor7.TabIndex = 35;
  939. //
  940. // ultraLabel19
  941. //
  942. this.ultraLabel19.Location = new System.Drawing.Point(623, 17);
  943. this.ultraLabel19.Name = "ultraLabel19";
  944. this.ultraLabel19.Size = new System.Drawing.Size(88, 23);
  945. this.ultraLabel19.TabIndex = 34;
  946. this.ultraLabel19.Text = "铜滑板尺寸左";
  947. //
  948. // ultraLabel18
  949. //
  950. this.ultraLabel18.Location = new System.Drawing.Point(817, 17);
  951. this.ultraLabel18.Name = "ultraLabel18";
  952. this.ultraLabel18.Size = new System.Drawing.Size(88, 23);
  953. this.ultraLabel18.TabIndex = 34;
  954. this.ultraLabel18.Text = "铜滑板尺寸右";
  955. //
  956. // ultraLabel16
  957. //
  958. this.ultraLabel16.Location = new System.Drawing.Point(623, 44);
  959. this.ultraLabel16.Name = "ultraLabel16";
  960. this.ultraLabel16.Size = new System.Drawing.Size(88, 23);
  961. this.ultraLabel16.TabIndex = 34;
  962. this.ultraLabel16.Text = "铜滑板尺寸上";
  963. //
  964. // ultraLabel14
  965. //
  966. this.ultraLabel14.Location = new System.Drawing.Point(623, 71);
  967. this.ultraLabel14.Name = "ultraLabel14";
  968. this.ultraLabel14.Size = new System.Drawing.Size(88, 23);
  969. this.ultraLabel14.TabIndex = 34;
  970. this.ultraLabel14.Text = "铜滑板尺寸下";
  971. //
  972. // ultraNumericEditor8
  973. //
  974. this.ultraNumericEditor8.Location = new System.Drawing.Point(504, 13);
  975. this.ultraNumericEditor8.Name = "ultraNumericEditor8";
  976. this.ultraNumericEditor8.Size = new System.Drawing.Size(100, 21);
  977. this.ultraNumericEditor8.TabIndex = 33;
  978. //
  979. // ultraLabel15
  980. //
  981. this.ultraLabel15.Location = new System.Drawing.Point(418, 16);
  982. this.ultraLabel15.Name = "ultraLabel15";
  983. this.ultraLabel15.Size = new System.Drawing.Size(88, 23);
  984. this.ultraLabel15.TabIndex = 32;
  985. this.ultraLabel15.Text = "中心距尺寸";
  986. //
  987. // ultraNumericEditor4
  988. //
  989. this.ultraNumericEditor4.Location = new System.Drawing.Point(503, 67);
  990. this.ultraNumericEditor4.Name = "ultraNumericEditor4";
  991. this.ultraNumericEditor4.Size = new System.Drawing.Size(100, 21);
  992. this.ultraNumericEditor4.TabIndex = 29;
  993. //
  994. // ultraNumericEditor5
  995. //
  996. this.ultraNumericEditor5.Location = new System.Drawing.Point(305, 67);
  997. this.ultraNumericEditor5.Name = "ultraNumericEditor5";
  998. this.ultraNumericEditor5.Size = new System.Drawing.Size(100, 21);
  999. this.ultraNumericEditor5.TabIndex = 30;
  1000. //
  1001. // ultraNumericEditor6
  1002. //
  1003. this.ultraNumericEditor6.Location = new System.Drawing.Point(101, 67);
  1004. this.ultraNumericEditor6.Name = "ultraNumericEditor6";
  1005. this.ultraNumericEditor6.Size = new System.Drawing.Size(100, 21);
  1006. this.ultraNumericEditor6.TabIndex = 31;
  1007. //
  1008. // ultraLabel8
  1009. //
  1010. this.ultraLabel8.Location = new System.Drawing.Point(417, 71);
  1011. this.ultraLabel8.Name = "ultraLabel8";
  1012. this.ultraLabel8.Size = new System.Drawing.Size(88, 23);
  1013. this.ultraLabel8.TabIndex = 27;
  1014. this.ultraLabel8.Text = "III轴窜尺寸";
  1015. //
  1016. // ultraLabel9
  1017. //
  1018. this.ultraLabel9.Location = new System.Drawing.Point(218, 71);
  1019. this.ultraLabel9.Name = "ultraLabel9";
  1020. this.ultraLabel9.Size = new System.Drawing.Size(82, 23);
  1021. this.ultraLabel9.TabIndex = 26;
  1022. this.ultraLabel9.Text = "II轴窜尺寸";
  1023. //
  1024. // ultraLabel13
  1025. //
  1026. this.ultraLabel13.Location = new System.Drawing.Point(19, 71);
  1027. this.ultraLabel13.Name = "ultraLabel13";
  1028. this.ultraLabel13.Size = new System.Drawing.Size(82, 23);
  1029. this.ultraLabel13.TabIndex = 28;
  1030. this.ultraLabel13.Text = "I轴窜尺寸";
  1031. //
  1032. // ultraNumericEditor3
  1033. //
  1034. this.ultraNumericEditor3.Location = new System.Drawing.Point(503, 39);
  1035. this.ultraNumericEditor3.Name = "ultraNumericEditor3";
  1036. this.ultraNumericEditor3.Size = new System.Drawing.Size(100, 21);
  1037. this.ultraNumericEditor3.TabIndex = 23;
  1038. //
  1039. // ultraNumericEditor2
  1040. //
  1041. this.ultraNumericEditor2.Location = new System.Drawing.Point(305, 39);
  1042. this.ultraNumericEditor2.Name = "ultraNumericEditor2";
  1043. this.ultraNumericEditor2.Size = new System.Drawing.Size(100, 21);
  1044. this.ultraNumericEditor2.TabIndex = 24;
  1045. //
  1046. // ultraNumericEditor1
  1047. //
  1048. this.ultraNumericEditor1.Location = new System.Drawing.Point(101, 39);
  1049. this.ultraNumericEditor1.Name = "ultraNumericEditor1";
  1050. this.ultraNumericEditor1.Size = new System.Drawing.Size(100, 21);
  1051. this.ultraNumericEditor1.TabIndex = 25;
  1052. //
  1053. // ultraLabel12
  1054. //
  1055. this.ultraLabel12.Location = new System.Drawing.Point(417, 43);
  1056. this.ultraLabel12.Name = "ultraLabel12";
  1057. this.ultraLabel12.Size = new System.Drawing.Size(88, 23);
  1058. this.ultraLabel12.TabIndex = 21;
  1059. this.ultraLabel12.Text = "II、III轴间隙";
  1060. //
  1061. // ultraLabel11
  1062. //
  1063. this.ultraLabel11.Location = new System.Drawing.Point(218, 43);
  1064. this.ultraLabel11.Name = "ultraLabel11";
  1065. this.ultraLabel11.Size = new System.Drawing.Size(82, 23);
  1066. this.ultraLabel11.TabIndex = 20;
  1067. this.ultraLabel11.Text = "I、III轴间隙";
  1068. //
  1069. // ultraLabel10
  1070. //
  1071. this.ultraLabel10.Location = new System.Drawing.Point(19, 43);
  1072. this.ultraLabel10.Name = "ultraLabel10";
  1073. this.ultraLabel10.Size = new System.Drawing.Size(82, 23);
  1074. this.ultraLabel10.TabIndex = 22;
  1075. this.ultraLabel10.Text = "I、II轴间隙";
  1076. //
  1077. // ultraComboEditor5
  1078. //
  1079. this.ultraComboEditor5.Location = new System.Drawing.Point(304, 13);
  1080. this.ultraComboEditor5.Name = "ultraComboEditor5";
  1081. this.ultraComboEditor5.Size = new System.Drawing.Size(101, 21);
  1082. this.ultraComboEditor5.TabIndex = 19;
  1083. this.ultraComboEditor5.Text = "ultraComboEditor4";
  1084. //
  1085. // ultraTextEditor2
  1086. //
  1087. this.ultraTextEditor2.Location = new System.Drawing.Point(101, 12);
  1088. this.ultraTextEditor2.Name = "ultraTextEditor2";
  1089. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  1090. this.ultraTextEditor2.TabIndex = 18;
  1091. this.ultraTextEditor2.Text = " ";
  1092. //
  1093. // ultraLabel7
  1094. //
  1095. this.ultraLabel7.Location = new System.Drawing.Point(218, 17);
  1096. this.ultraLabel7.Name = "ultraLabel7";
  1097. this.ultraLabel7.Size = new System.Drawing.Size(67, 23);
  1098. this.ultraLabel7.TabIndex = 17;
  1099. this.ultraLabel7.Text = "装配规格";
  1100. //
  1101. // ultraLabel6
  1102. //
  1103. this.ultraLabel6.Location = new System.Drawing.Point(19, 16);
  1104. this.ultraLabel6.Name = "ultraLabel6";
  1105. this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
  1106. this.ultraLabel6.TabIndex = 17;
  1107. this.ultraLabel6.Text = "机架号";
  1108. //
  1109. // ultraGrid3
  1110. //
  1111. this.ultraGrid3.DataSource = this.dataSet2;
  1112. appearance49.BackColor = System.Drawing.SystemColors.Window;
  1113. appearance49.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1114. this.ultraGrid3.DisplayLayout.Appearance = appearance49;
  1115. ultraGridColumn17.Header.VisiblePosition = 0;
  1116. ultraGridColumn18.Header.VisiblePosition = 1;
  1117. ultraGridColumn19.Header.VisiblePosition = 2;
  1118. ultraGridColumn20.Header.VisiblePosition = 3;
  1119. ultraGridColumn21.Header.VisiblePosition = 4;
  1120. ultraGridColumn22.Header.VisiblePosition = 5;
  1121. ultraGridColumn23.Header.VisiblePosition = 6;
  1122. ultraGridColumn24.Header.VisiblePosition = 8;
  1123. ultraGridColumn25.Header.VisiblePosition = 10;
  1124. ultraGridColumn26.Header.VisiblePosition = 11;
  1125. ultraGridColumn27.Header.VisiblePosition = 12;
  1126. ultraGridColumn28.Header.VisiblePosition = 13;
  1127. ultraGridColumn29.Header.VisiblePosition = 14;
  1128. ultraGridColumn30.Header.VisiblePosition = 15;
  1129. ultraGridColumn31.Header.VisiblePosition = 16;
  1130. ultraGridColumn32.Header.VisiblePosition = 17;
  1131. ultraGridColumn33.Header.VisiblePosition = 18;
  1132. ultraGridColumn34.Header.VisiblePosition = 19;
  1133. ultraGridColumn35.Header.VisiblePosition = 20;
  1134. ultraGridColumn36.Header.VisiblePosition = 21;
  1135. ultraGridColumn37.Header.VisiblePosition = 22;
  1136. ultraGridColumn38.Header.VisiblePosition = 23;
  1137. ultraGridColumn39.Header.VisiblePosition = 24;
  1138. ultraGridColumn40.Header.VisiblePosition = 7;
  1139. ultraGridColumn41.Header.VisiblePosition = 9;
  1140. ultraGridColumn42.Header.VisiblePosition = 25;
  1141. ultraGridColumn43.Header.VisiblePosition = 26;
  1142. ultraGridColumn44.Header.VisiblePosition = 27;
  1143. ultraGridColumn45.Header.VisiblePosition = 28;
  1144. ultraGridColumn46.Header.VisiblePosition = 29;
  1145. ultraGridBand3.Columns.AddRange(new object[] {
  1146. ultraGridColumn17,
  1147. ultraGridColumn18,
  1148. ultraGridColumn19,
  1149. ultraGridColumn20,
  1150. ultraGridColumn21,
  1151. ultraGridColumn22,
  1152. ultraGridColumn23,
  1153. ultraGridColumn24,
  1154. ultraGridColumn25,
  1155. ultraGridColumn26,
  1156. ultraGridColumn27,
  1157. ultraGridColumn28,
  1158. ultraGridColumn29,
  1159. ultraGridColumn30,
  1160. ultraGridColumn31,
  1161. ultraGridColumn32,
  1162. ultraGridColumn33,
  1163. ultraGridColumn34,
  1164. ultraGridColumn35,
  1165. ultraGridColumn36,
  1166. ultraGridColumn37,
  1167. ultraGridColumn38,
  1168. ultraGridColumn39,
  1169. ultraGridColumn40,
  1170. ultraGridColumn41,
  1171. ultraGridColumn42,
  1172. ultraGridColumn43,
  1173. ultraGridColumn44,
  1174. ultraGridColumn45,
  1175. ultraGridColumn46});
  1176. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  1177. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1178. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1179. appearance50.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1180. appearance50.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1181. appearance50.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1182. appearance50.BorderColor = System.Drawing.SystemColors.Window;
  1183. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance50;
  1184. appearance51.ForeColor = System.Drawing.SystemColors.GrayText;
  1185. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance51;
  1186. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1187. appearance52.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1188. appearance52.BackColor2 = System.Drawing.SystemColors.Control;
  1189. appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1190. appearance52.ForeColor = System.Drawing.SystemColors.GrayText;
  1191. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance52;
  1192. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  1193. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  1194. appearance53.BackColor = System.Drawing.SystemColors.Window;
  1195. appearance53.ForeColor = System.Drawing.SystemColors.ControlText;
  1196. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance53;
  1197. appearance54.BackColor = System.Drawing.SystemColors.Highlight;
  1198. appearance54.ForeColor = System.Drawing.SystemColors.HighlightText;
  1199. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance54;
  1200. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1201. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1202. appearance55.BackColor = System.Drawing.SystemColors.Window;
  1203. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance55;
  1204. appearance56.BorderColor = System.Drawing.Color.Silver;
  1205. appearance56.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1206. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance56;
  1207. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1208. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  1209. appearance57.BackColor = System.Drawing.SystemColors.Control;
  1210. appearance57.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1211. appearance57.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1212. appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1213. appearance57.BorderColor = System.Drawing.SystemColors.Window;
  1214. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance57;
  1215. appearance58.TextHAlignAsString = "Left";
  1216. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance58;
  1217. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1218. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1219. appearance59.BackColor = System.Drawing.SystemColors.Window;
  1220. appearance59.BorderColor = System.Drawing.Color.Silver;
  1221. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance59;
  1222. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1223. appearance60.BackColor = System.Drawing.SystemColors.ControlLight;
  1224. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance60;
  1225. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1226. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1227. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1228. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  1229. this.ultraGrid3.Location = new System.Drawing.Point(0, 0);
  1230. this.ultraGrid3.Name = "ultraGrid3";
  1231. this.ultraGrid3.Size = new System.Drawing.Size(1024, 350);
  1232. this.ultraGrid3.TabIndex = 2;
  1233. this.ultraGrid3.Text = "ultraGrid3";
  1234. //
  1235. // dataSet2
  1236. //
  1237. this.dataSet2.DataSetName = "NewDataSet";
  1238. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  1239. this.dataTable2});
  1240. //
  1241. // dataTable2
  1242. //
  1243. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  1244. this.dataColumn26,
  1245. this.dataColumn27,
  1246. this.dataColumn28,
  1247. this.dataColumn29,
  1248. this.dataColumn30,
  1249. this.dataColumn31,
  1250. this.dataColumn32,
  1251. this.dataColumn33,
  1252. this.dataColumn34,
  1253. this.dataColumn35,
  1254. this.dataColumn36,
  1255. this.dataColumn37,
  1256. this.dataColumn38,
  1257. this.dataColumn39,
  1258. this.dataColumn40,
  1259. this.dataColumn41,
  1260. this.dataColumn42,
  1261. this.dataColumn43,
  1262. this.dataColumn44,
  1263. this.dataColumn45,
  1264. this.dataColumn46,
  1265. this.dataColumn47,
  1266. this.dataColumn48,
  1267. this.dataColumn49,
  1268. this.dataColumn50,
  1269. this.dataColumn51,
  1270. this.dataColumn52,
  1271. this.dataColumn53,
  1272. this.dataColumn54,
  1273. this.dataColumn55});
  1274. this.dataTable2.TableName = "FitingTable";
  1275. //
  1276. // dataColumn26
  1277. //
  1278. this.dataColumn26.Caption = "机架号";
  1279. this.dataColumn26.ColumnName = "RackNo";
  1280. //
  1281. // dataColumn27
  1282. //
  1283. this.dataColumn27.Caption = "机架状态";
  1284. this.dataColumn27.ColumnName = "RackStatus";
  1285. //
  1286. // dataColumn28
  1287. //
  1288. this.dataColumn28.Caption = "轧辊号1";
  1289. this.dataColumn28.ColumnName = "RollerNo1";
  1290. //
  1291. // dataColumn29
  1292. //
  1293. this.dataColumn29.Caption = "轧辊号2";
  1294. this.dataColumn29.ColumnName = "RollerNo2";
  1295. //
  1296. // dataColumn30
  1297. //
  1298. this.dataColumn30.Caption = "轧辊号3";
  1299. this.dataColumn30.ColumnName = "RollerNo3";
  1300. //
  1301. // dataColumn31
  1302. //
  1303. this.dataColumn31.Caption = "机架装配规格";
  1304. this.dataColumn31.ColumnName = "RackStandard";
  1305. //
  1306. // dataColumn32
  1307. //
  1308. this.dataColumn32.Caption = "I、II轴间隙";
  1309. this.dataColumn32.ColumnName = "Space1";
  1310. //
  1311. // dataColumn33
  1312. //
  1313. this.dataColumn33.Caption = "I、III轴间隙";
  1314. this.dataColumn33.ColumnName = "Space2";
  1315. //
  1316. // dataColumn34
  1317. //
  1318. this.dataColumn34.Caption = "II、III轴间隙";
  1319. this.dataColumn34.ColumnName = "Space3";
  1320. //
  1321. // dataColumn35
  1322. //
  1323. this.dataColumn35.Caption = "I轴窜尺寸";
  1324. this.dataColumn35.ColumnName = "AxialSize1";
  1325. //
  1326. // dataColumn36
  1327. //
  1328. this.dataColumn36.Caption = "II轴窜尺寸";
  1329. this.dataColumn36.ColumnName = "AxialSize2";
  1330. //
  1331. // dataColumn37
  1332. //
  1333. this.dataColumn37.Caption = "III轴窜尺寸";
  1334. this.dataColumn37.ColumnName = "AxialSize3";
  1335. //
  1336. // dataColumn38
  1337. //
  1338. this.dataColumn38.Caption = "中心距尺寸";
  1339. this.dataColumn38.ColumnName = "CenterSize";
  1340. //
  1341. // dataColumn39
  1342. //
  1343. this.dataColumn39.Caption = "铜滑板尺寸上";
  1344. this.dataColumn39.ColumnName = "Column1";
  1345. //
  1346. // dataColumn40
  1347. //
  1348. this.dataColumn40.Caption = "铜滑板尺寸下";
  1349. this.dataColumn40.ColumnName = "Column2";
  1350. //
  1351. // dataColumn41
  1352. //
  1353. this.dataColumn41.Caption = "铜滑板尺寸左";
  1354. this.dataColumn41.ColumnName = "Column3";
  1355. //
  1356. // dataColumn42
  1357. //
  1358. this.dataColumn42.Caption = "铜滑板尺寸右";
  1359. this.dataColumn42.ColumnName = "Column4";
  1360. //
  1361. // dataColumn43
  1362. //
  1363. this.dataColumn43.ColumnName = "I轴承是否更换";
  1364. //
  1365. // dataColumn44
  1366. //
  1367. this.dataColumn44.Caption = "II轴承是否更换";
  1368. this.dataColumn44.ColumnName = "Column6";
  1369. //
  1370. // dataColumn45
  1371. //
  1372. this.dataColumn45.Caption = "III轴承是否更换";
  1373. this.dataColumn45.ColumnName = "Column5";
  1374. //
  1375. // dataColumn46
  1376. //
  1377. this.dataColumn46.ColumnName = "Column7";
  1378. //
  1379. // dataColumn47
  1380. //
  1381. this.dataColumn47.Caption = "分配器是否更换";
  1382. this.dataColumn47.ColumnName = "Column8";
  1383. //
  1384. // dataColumn48
  1385. //
  1386. this.dataColumn48.Caption = "油路是否更换";
  1387. this.dataColumn48.ColumnName = "Column9";
  1388. //
  1389. // dataColumn49
  1390. //
  1391. this.dataColumn49.Caption = "轧制总支数";
  1392. this.dataColumn49.ColumnName = "RollingNum";
  1393. //
  1394. // dataColumn50
  1395. //
  1396. this.dataColumn50.Caption = "上线总时间";
  1397. this.dataColumn50.ColumnName = "OnLineTime";
  1398. //
  1399. // dataColumn51
  1400. //
  1401. this.dataColumn51.ColumnName = "Remark";
  1402. //
  1403. // dataColumn52
  1404. //
  1405. this.dataColumn52.Caption = "班次";
  1406. this.dataColumn52.ColumnName = "Column10";
  1407. //
  1408. // dataColumn53
  1409. //
  1410. this.dataColumn53.Caption = "班组";
  1411. this.dataColumn53.ColumnName = "Column11";
  1412. //
  1413. // dataColumn54
  1414. //
  1415. this.dataColumn54.Caption = "操作人";
  1416. this.dataColumn54.ColumnName = "Column12";
  1417. //
  1418. // dataColumn55
  1419. //
  1420. this.dataColumn55.Caption = "操作日期";
  1421. this.dataColumn55.ColumnName = "Column13";
  1422. //
  1423. // FrmSizingRollMatching
  1424. //
  1425. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1426. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1427. this.ClientSize = new System.Drawing.Size(1024, 708);
  1428. this.Controls.Add(this.splitContainer1);
  1429. this.Name = "FrmSizingRollMatching";
  1430. this.Text = "配辊管理";
  1431. this.splitContainer1.Panel1.ResumeLayout(false);
  1432. this.splitContainer1.Panel2.ResumeLayout(false);
  1433. this.splitContainer1.ResumeLayout(false);
  1434. this.tableLayoutPanel1.ResumeLayout(false);
  1435. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1436. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1437. ((System.ComponentModel.ISupportInitialize)(this.RollerTable)).EndInit();
  1438. ((System.ComponentModel.ISupportInitialize)(this.FitingTable)).EndInit();
  1439. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1440. this.panel1.ResumeLayout(false);
  1441. this.panel1.PerformLayout();
  1442. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  1443. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  1444. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  1445. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1447. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1448. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1449. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  1450. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor5)).EndInit();
  1451. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor4)).EndInit();
  1452. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).EndInit();
  1453. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor2)).EndInit();
  1454. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  1455. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor11)).EndInit();
  1456. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor9)).EndInit();
  1457. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor10)).EndInit();
  1458. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor7)).EndInit();
  1459. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor8)).EndInit();
  1460. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor4)).EndInit();
  1461. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor5)).EndInit();
  1462. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor6)).EndInit();
  1463. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor3)).EndInit();
  1464. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor2)).EndInit();
  1465. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
  1466. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor5)).EndInit();
  1467. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  1468. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1469. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1470. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1471. this.ResumeLayout(false);
  1472. }
  1473. #endregion
  1474. private System.Windows.Forms.SplitContainer splitContainer1;
  1475. private System.Windows.Forms.Panel panel1;
  1476. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1477. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1478. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1479. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  1480. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  1481. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1482. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  1483. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1484. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  1485. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1486. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1487. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  1488. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1489. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor5;
  1490. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1491. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor3;
  1492. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor2;
  1493. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
  1494. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1495. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1496. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1497. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor9;
  1498. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor7;
  1499. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  1500. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  1501. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor8;
  1502. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  1503. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor4;
  1504. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor5;
  1505. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor6;
  1506. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1507. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1508. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1509. private Infragistics.Win.Misc.UltraButton ultraButton2;
  1510. private Infragistics.Win.Misc.UltraButton ultraButton1;
  1511. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor5;
  1512. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor4;
  1513. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor3;
  1514. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor2;
  1515. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  1516. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor11;
  1517. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor10;
  1518. private Infragistics.Win.Misc.UltraLabel ultraLabel19;
  1519. private Infragistics.Win.Misc.UltraLabel ultraLabel18;
  1520. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1521. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1522. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1523. private System.Data.DataSet dataSet1;
  1524. private System.Data.DataTable RollerTable;
  1525. private System.Data.DataColumn Check;
  1526. private System.Data.DataColumn RollerNo;
  1527. private System.Data.DataColumn Vender;
  1528. private System.Data.DataColumn Status;
  1529. private System.Data.DataColumn InStorageDate;
  1530. private System.Data.DataColumn ScrapDate;
  1531. private System.Data.DataColumn RollingNum;
  1532. private System.Data.DataColumn OnLineTime;
  1533. private System.Data.DataTable FitingTable;
  1534. private System.Data.DataColumn RackNo;
  1535. private System.Data.DataColumn RackStatus;
  1536. private System.Data.DataColumn RollerNo1;
  1537. private System.Data.DataColumn RollerNo2;
  1538. private System.Data.DataColumn RollerNo3;
  1539. private System.Data.DataColumn RackStandard;
  1540. private System.Data.DataColumn Space1;
  1541. private System.Data.DataColumn Space2;
  1542. private System.Data.DataColumn Space3;
  1543. private System.Data.DataColumn AxialSize1;
  1544. private System.Data.DataColumn AxialSize2;
  1545. private System.Data.DataColumn AxialSize3;
  1546. private System.Data.DataColumn CenterSize;
  1547. private System.Data.DataColumn dataColumn1;
  1548. private System.Data.DataColumn dataColumn2;
  1549. private System.Data.DataColumn dataColumn3;
  1550. private System.Data.DataColumn dataColumn4;
  1551. private System.Data.DataColumn dataColumn5;
  1552. private System.Data.DataColumn dataColumn6;
  1553. private System.Data.DataColumn dataColumn7;
  1554. private System.Data.DataColumn dataColumn8;
  1555. private System.Data.DataColumn dataColumn9;
  1556. private System.Data.DataColumn dataColumn10;
  1557. private System.Data.DataColumn dataColumn11;
  1558. private System.Data.DataColumn dataColumn12;
  1559. private System.Data.DataColumn dataColumn13;
  1560. private System.Data.DataColumn dataColumn14;
  1561. private System.Data.DataColumn dataColumn15;
  1562. private System.Data.DataColumn dataColumn16;
  1563. private System.Data.DataColumn dataColumn17;
  1564. private System.Data.DataSet dataSet2;
  1565. private System.Data.DataTable dataTable2;
  1566. private System.Data.DataColumn dataColumn26;
  1567. private System.Data.DataColumn dataColumn27;
  1568. private System.Data.DataColumn dataColumn28;
  1569. private System.Data.DataColumn dataColumn29;
  1570. private System.Data.DataColumn dataColumn30;
  1571. private System.Data.DataColumn dataColumn31;
  1572. private System.Data.DataColumn dataColumn32;
  1573. private System.Data.DataColumn dataColumn33;
  1574. private System.Data.DataColumn dataColumn34;
  1575. private System.Data.DataColumn dataColumn35;
  1576. private System.Data.DataColumn dataColumn36;
  1577. private System.Data.DataColumn dataColumn37;
  1578. private System.Data.DataColumn dataColumn38;
  1579. private System.Data.DataColumn dataColumn39;
  1580. private System.Data.DataColumn dataColumn40;
  1581. private System.Data.DataColumn dataColumn41;
  1582. private System.Data.DataColumn dataColumn42;
  1583. private System.Data.DataColumn dataColumn43;
  1584. private System.Data.DataColumn dataColumn44;
  1585. private System.Data.DataColumn dataColumn45;
  1586. private System.Data.DataColumn dataColumn46;
  1587. private System.Data.DataColumn dataColumn47;
  1588. private System.Data.DataColumn dataColumn48;
  1589. private System.Data.DataColumn dataColumn49;
  1590. private System.Data.DataColumn dataColumn50;
  1591. private System.Data.DataColumn dataColumn51;
  1592. private System.Data.DataColumn dataColumn52;
  1593. private System.Data.DataColumn dataColumn53;
  1594. private System.Data.DataColumn dataColumn54;
  1595. private System.Data.DataColumn dataColumn55;
  1596. }
  1597. }