FrmVacuumTankManage.Designer.cs.svn-base 109 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmVacuumTankManage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("ultlbar1");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BaseInfo");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("PLUGIN");
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ZKCHK");
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HotDetail");
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modfiy");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("HotDetail");
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("BaseInfo");
  53. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ZKCHK");
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Modfiy");
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("PLUGIN");
  58. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  62. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dtBaseInfo", -1);
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽车编号");
  64. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RH炉号");
  66. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("状态");
  68. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("累计使用炉数");
  70. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("本次使用炉数");
  72. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("累计真空处理时间");
  74. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OB率");
  76. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("上线时间");
  78. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("下线时间");
  80. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("上部槽");
  82. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID1");
  84. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CS1");
  86. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("中部槽");
  88. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID2");
  90. Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CS2");
  92. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("下部槽");
  94. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID3");
  96. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CS3");
  98. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  100. Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("周期编号");
  102. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  104. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POSITIONID");
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATNO");
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRUDE");
  108. Infragistics.Win.Appearance appearance250 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance251 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽车编号");
  111. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RH炉号");
  112. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("状态");
  113. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("累计使用炉数");
  114. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("本次使用炉数");
  115. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("累计真空处理时间");
  116. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("OB率");
  117. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("上线时间");
  118. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("下线时间");
  119. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("上部槽");
  120. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID1");
  121. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CS1");
  122. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("中部槽");
  123. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID2");
  124. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CS2");
  125. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn16 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("下部槽");
  126. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn17 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID3");
  127. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn18 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CS3");
  128. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn19 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  129. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn20 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("周期编号");
  130. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn21 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
  131. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn22 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("POSITIONID");
  132. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn23 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("HEATNO");
  133. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn24 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("GRUDE");
  134. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn25 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("槽车编号");
  135. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn26 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("状态");
  136. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn27 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RH炉号");
  137. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn28 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用次数");
  138. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn29 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("上部槽");
  139. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn30 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("中部槽");
  140. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn31 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("下部槽");
  141. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn32 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("生产日期");
  142. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn33 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("购买日期");
  143. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn34 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  144. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn35 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
  145. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn36 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("POSITIONID");
  146. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  147. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dtBaseInfo", -1);
  148. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("槽车编号");
  149. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  150. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("状态");
  151. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  152. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RH炉号");
  153. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  154. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用次数");
  155. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  156. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("上部槽");
  157. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  158. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("中部槽");
  159. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  160. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("下部槽");
  161. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  162. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("生产日期");
  163. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  164. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("购买日期");
  165. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  166. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  167. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  168. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  169. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  170. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POSITIONID");
  171. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  172. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  173. this.ulexpgrpModel = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  174. this.ulgrpRepairDetailEdit = new Infragistics.Win.Misc.UltraGroupBox();
  175. this.txtPeriod1 = new System.Windows.Forms.TextBox();
  176. this.txtEnd1 = new System.Windows.Forms.TextBox();
  177. this.txtBegin1 = new System.Windows.Forms.TextBox();
  178. this.label22 = new System.Windows.Forms.Label();
  179. this.txtID1 = new System.Windows.Forms.TextBox();
  180. this.lblRepairTime = new System.Windows.Forms.Label();
  181. this.lblSendTime = new System.Windows.Forms.Label();
  182. this.lblRepairTundishID = new System.Windows.Forms.Label();
  183. this.lblReason = new System.Windows.Forms.Label();
  184. this.txtMemo1 = new System.Windows.Forms.TextBox();
  185. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  186. this.ucmeStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  187. this.ucmeCCM = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  188. this.txtMemo = new System.Windows.Forms.TextBox();
  189. this.label4 = new System.Windows.Forms.Label();
  190. this.label8 = new System.Windows.Forms.Label();
  191. this.label26 = new System.Windows.Forms.Label();
  192. this.label7 = new System.Windows.Forms.Label();
  193. this.label12 = new System.Windows.Forms.Label();
  194. this.label2 = new System.Windows.Forms.Label();
  195. this.label24 = new System.Windows.Forms.Label();
  196. this.txtCS3 = new System.Windows.Forms.TextBox();
  197. this.txtCS2 = new System.Windows.Forms.TextBox();
  198. this.txtCS1 = new System.Windows.Forms.TextBox();
  199. this.txtNO3 = new System.Windows.Forms.TextBox();
  200. this.txtNO2 = new System.Windows.Forms.TextBox();
  201. this.txtNO1 = new System.Windows.Forms.TextBox();
  202. this.udteOnTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  203. this.udteNextTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  204. this.txtID = new System.Windows.Forms.TextBox();
  205. this.label10 = new System.Windows.Forms.Label();
  206. this.label1 = new System.Windows.Forms.Label();
  207. this.txtOBCS = new System.Windows.Forms.TextBox();
  208. this.txtDQCS = new System.Windows.Forms.TextBox();
  209. this.label13 = new System.Windows.Forms.Label();
  210. this.label3 = new System.Windows.Forms.Label();
  211. this.label5 = new System.Windows.Forms.Label();
  212. this.label6 = new System.Windows.Forms.Label();
  213. this.txtLJCS = new System.Windows.Forms.TextBox();
  214. this.label9 = new System.Windows.Forms.Label();
  215. this.label15 = new System.Windows.Forms.Label();
  216. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  217. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  218. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  219. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  220. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  221. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  222. this.chkID = new System.Windows.Forms.CheckBox();
  223. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  224. this.ucmeID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  225. this.ucmeRHS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  226. this.label23 = new System.Windows.Forms.Label();
  227. this.udteTo = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  228. this.udteFrom = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  229. this.chkDate = new System.Windows.Forms.CheckBox();
  230. this.chkRHS = new System.Windows.Forms.CheckBox();
  231. this.ugrdUseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  232. this.udsrUseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  233. this.udsrBaseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  234. this.panel1 = new System.Windows.Forms.Panel();
  235. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  236. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  237. this.ugrdBaseInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  238. this.ulexpgrpModel.SuspendLayout();
  239. ((System.ComponentModel.ISupportInitialize)(this.ulgrpRepairDetailEdit)).BeginInit();
  240. this.ulgrpRepairDetailEdit.SuspendLayout();
  241. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  242. this.ultraGroupBox1.SuspendLayout();
  243. ((System.ComponentModel.ISupportInitialize)(this.ucmeStatus)).BeginInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.ucmeCCM)).BeginInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.udteOnTime)).BeginInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.udteNextTime)).BeginInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  248. this.ultraExpandableGroupBox1.SuspendLayout();
  249. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  251. this.ulgrpModel.SuspendLayout();
  252. ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).BeginInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.ucmeRHS)).BeginInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.udteTo)).BeginInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.udteFrom)).BeginInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.ugrdUseInfo)).BeginInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.udsrUseInfo)).BeginInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.udsrBaseInfo)).BeginInit();
  259. this.panel1.SuspendLayout();
  260. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  261. this.ultraExpandableGroupBox2.SuspendLayout();
  262. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  263. ((System.ComponentModel.ISupportInitialize)(this.ugrdBaseInfo)).BeginInit();
  264. this.SuspendLayout();
  265. //
  266. // ulexpgrpModel
  267. //
  268. this.ulexpgrpModel.Controls.Add(this.ulgrpRepairDetailEdit);
  269. this.ulexpgrpModel.Controls.Add(this.ultraGroupBox1);
  270. this.ulexpgrpModel.Dock = System.Windows.Forms.DockStyle.Fill;
  271. this.ulexpgrpModel.Location = new System.Drawing.Point(2, 20);
  272. this.ulexpgrpModel.Name = "ulexpgrpModel";
  273. this.ulexpgrpModel.Size = new System.Drawing.Size(1007, 179);
  274. this.ulexpgrpModel.TabIndex = 0;
  275. //
  276. // ulgrpRepairDetailEdit
  277. //
  278. appearance1.FontData.Name = "宋体";
  279. appearance1.FontData.SizeInPoints = 9F;
  280. this.ulgrpRepairDetailEdit.Appearance = appearance1;
  281. this.ulgrpRepairDetailEdit.BackColorInternal = System.Drawing.Color.Gainsboro;
  282. this.ulgrpRepairDetailEdit.Controls.Add(this.txtPeriod1);
  283. this.ulgrpRepairDetailEdit.Controls.Add(this.txtEnd1);
  284. this.ulgrpRepairDetailEdit.Controls.Add(this.txtBegin1);
  285. this.ulgrpRepairDetailEdit.Controls.Add(this.label22);
  286. this.ulgrpRepairDetailEdit.Controls.Add(this.txtID1);
  287. this.ulgrpRepairDetailEdit.Controls.Add(this.lblRepairTime);
  288. this.ulgrpRepairDetailEdit.Controls.Add(this.lblSendTime);
  289. this.ulgrpRepairDetailEdit.Controls.Add(this.lblRepairTundishID);
  290. this.ulgrpRepairDetailEdit.Controls.Add(this.lblReason);
  291. this.ulgrpRepairDetailEdit.Controls.Add(this.txtMemo1);
  292. this.ulgrpRepairDetailEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.ulgrpRepairDetailEdit.Location = new System.Drawing.Point(639, 0);
  294. this.ulgrpRepairDetailEdit.Name = "ulgrpRepairDetailEdit";
  295. this.ulgrpRepairDetailEdit.Size = new System.Drawing.Size(368, 179);
  296. this.ulgrpRepairDetailEdit.TabIndex = 0;
  297. this.ulgrpRepairDetailEdit.Text = "烘烤记录";
  298. //
  299. // txtPeriod1
  300. //
  301. this.txtPeriod1.Enabled = false;
  302. this.txtPeriod1.Location = new System.Drawing.Point(106, 100);
  303. this.txtPeriod1.Name = "txtPeriod1";
  304. this.txtPeriod1.ReadOnly = true;
  305. this.txtPeriod1.Size = new System.Drawing.Size(192, 21);
  306. this.txtPeriod1.TabIndex = 0;
  307. //
  308. // txtEnd1
  309. //
  310. this.txtEnd1.Enabled = false;
  311. this.txtEnd1.Location = new System.Drawing.Point(106, 74);
  312. this.txtEnd1.Name = "txtEnd1";
  313. this.txtEnd1.ReadOnly = true;
  314. this.txtEnd1.Size = new System.Drawing.Size(192, 21);
  315. this.txtEnd1.TabIndex = 0;
  316. //
  317. // txtBegin1
  318. //
  319. this.txtBegin1.Enabled = false;
  320. this.txtBegin1.Location = new System.Drawing.Point(106, 49);
  321. this.txtBegin1.Name = "txtBegin1";
  322. this.txtBegin1.ReadOnly = true;
  323. this.txtBegin1.Size = new System.Drawing.Size(192, 21);
  324. this.txtBegin1.TabIndex = 0;
  325. //
  326. // label22
  327. //
  328. this.label22.AutoSize = true;
  329. this.label22.BackColor = System.Drawing.Color.Transparent;
  330. this.label22.Location = new System.Drawing.Point(47, 104);
  331. this.label22.Name = "label22";
  332. this.label22.Size = new System.Drawing.Size(53, 12);
  333. this.label22.TabIndex = 0;
  334. this.label22.Text = "烘烤时间";
  335. //
  336. // txtID1
  337. //
  338. this.txtID1.Enabled = false;
  339. this.txtID1.Location = new System.Drawing.Point(106, 24);
  340. this.txtID1.Name = "txtID1";
  341. this.txtID1.ReadOnly = true;
  342. this.txtID1.Size = new System.Drawing.Size(192, 21);
  343. this.txtID1.TabIndex = 0;
  344. //
  345. // lblRepairTime
  346. //
  347. this.lblRepairTime.AutoSize = true;
  348. this.lblRepairTime.BackColor = System.Drawing.Color.Transparent;
  349. this.lblRepairTime.Location = new System.Drawing.Point(23, 78);
  350. this.lblRepairTime.Name = "lblRepairTime";
  351. this.lblRepairTime.Size = new System.Drawing.Size(77, 12);
  352. this.lblRepairTime.TabIndex = 0;
  353. this.lblRepairTime.Text = "烘烤结束时刻";
  354. //
  355. // lblSendTime
  356. //
  357. this.lblSendTime.AutoSize = true;
  358. this.lblSendTime.BackColor = System.Drawing.Color.Transparent;
  359. this.lblSendTime.Location = new System.Drawing.Point(23, 53);
  360. this.lblSendTime.Name = "lblSendTime";
  361. this.lblSendTime.Size = new System.Drawing.Size(77, 12);
  362. this.lblSendTime.TabIndex = 0;
  363. this.lblSendTime.Text = "烘烤开始时刻";
  364. //
  365. // lblRepairTundishID
  366. //
  367. this.lblRepairTundishID.AutoSize = true;
  368. this.lblRepairTundishID.BackColor = System.Drawing.Color.Transparent;
  369. this.lblRepairTundishID.Location = new System.Drawing.Point(47, 28);
  370. this.lblRepairTundishID.Name = "lblRepairTundishID";
  371. this.lblRepairTundishID.Size = new System.Drawing.Size(53, 12);
  372. this.lblRepairTundishID.TabIndex = 0;
  373. this.lblRepairTundishID.Text = "槽车编号";
  374. //
  375. // lblReason
  376. //
  377. this.lblReason.AutoSize = true;
  378. this.lblReason.BackColor = System.Drawing.Color.Transparent;
  379. this.lblReason.Location = new System.Drawing.Point(71, 131);
  380. this.lblReason.Name = "lblReason";
  381. this.lblReason.Size = new System.Drawing.Size(29, 12);
  382. this.lblReason.TabIndex = 0;
  383. this.lblReason.Text = "备注";
  384. //
  385. // txtMemo1
  386. //
  387. this.txtMemo1.Enabled = false;
  388. this.txtMemo1.Location = new System.Drawing.Point(106, 126);
  389. this.txtMemo1.Multiline = true;
  390. this.txtMemo1.Name = "txtMemo1";
  391. this.txtMemo1.ReadOnly = true;
  392. this.txtMemo1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  393. this.txtMemo1.Size = new System.Drawing.Size(192, 39);
  394. this.txtMemo1.TabIndex = 0;
  395. //
  396. // ultraGroupBox1
  397. //
  398. appearance2.FontData.Name = "宋体";
  399. appearance2.FontData.SizeInPoints = 9F;
  400. this.ultraGroupBox1.Appearance = appearance2;
  401. this.ultraGroupBox1.Controls.Add(this.ucmeStatus);
  402. this.ultraGroupBox1.Controls.Add(this.ucmeCCM);
  403. this.ultraGroupBox1.Controls.Add(this.txtMemo);
  404. this.ultraGroupBox1.Controls.Add(this.label4);
  405. this.ultraGroupBox1.Controls.Add(this.label8);
  406. this.ultraGroupBox1.Controls.Add(this.label26);
  407. this.ultraGroupBox1.Controls.Add(this.label7);
  408. this.ultraGroupBox1.Controls.Add(this.label12);
  409. this.ultraGroupBox1.Controls.Add(this.label2);
  410. this.ultraGroupBox1.Controls.Add(this.label24);
  411. this.ultraGroupBox1.Controls.Add(this.txtCS3);
  412. this.ultraGroupBox1.Controls.Add(this.txtCS2);
  413. this.ultraGroupBox1.Controls.Add(this.txtCS1);
  414. this.ultraGroupBox1.Controls.Add(this.txtNO3);
  415. this.ultraGroupBox1.Controls.Add(this.txtNO2);
  416. this.ultraGroupBox1.Controls.Add(this.txtNO1);
  417. this.ultraGroupBox1.Controls.Add(this.udteOnTime);
  418. this.ultraGroupBox1.Controls.Add(this.udteNextTime);
  419. this.ultraGroupBox1.Controls.Add(this.txtID);
  420. this.ultraGroupBox1.Controls.Add(this.label10);
  421. this.ultraGroupBox1.Controls.Add(this.label1);
  422. this.ultraGroupBox1.Controls.Add(this.txtOBCS);
  423. this.ultraGroupBox1.Controls.Add(this.txtDQCS);
  424. this.ultraGroupBox1.Controls.Add(this.label13);
  425. this.ultraGroupBox1.Controls.Add(this.label3);
  426. this.ultraGroupBox1.Controls.Add(this.label5);
  427. this.ultraGroupBox1.Controls.Add(this.label6);
  428. this.ultraGroupBox1.Controls.Add(this.txtLJCS);
  429. this.ultraGroupBox1.Controls.Add(this.label9);
  430. this.ultraGroupBox1.Controls.Add(this.label15);
  431. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  432. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  433. this.ultraGroupBox1.Name = "ultraGroupBox1";
  434. this.ultraGroupBox1.Size = new System.Drawing.Size(639, 179);
  435. this.ultraGroupBox1.TabIndex = 0;
  436. this.ultraGroupBox1.Text = "使用记录";
  437. //
  438. // ucmeStatus
  439. //
  440. appearance78.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  441. appearance78.BorderColor = System.Drawing.Color.Black;
  442. this.ucmeStatus.Appearance = appearance78;
  443. this.ucmeStatus.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  444. this.ucmeStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. valueListItem1.DataValue = "ValueListItem0";
  446. valueListItem1.DisplayText = "备用";
  447. valueListItem2.DataValue = "ValueListItem1";
  448. valueListItem2.DisplayText = "上线";
  449. valueListItem3.DataValue = "ValueListItem2";
  450. valueListItem3.DisplayText = "下线";
  451. valueListItem4.DataValue = "ValueListItem3";
  452. valueListItem4.DisplayText = "烘烤";
  453. this.ucmeStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  454. valueListItem1,
  455. valueListItem2,
  456. valueListItem3,
  457. valueListItem4});
  458. this.ucmeStatus.Location = new System.Drawing.Point(495, 27);
  459. this.ucmeStatus.Name = "ucmeStatus";
  460. this.ucmeStatus.Size = new System.Drawing.Size(96, 19);
  461. this.ucmeStatus.TabIndex = 297;
  462. this.ucmeStatus.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  463. //
  464. // ucmeCCM
  465. //
  466. appearance79.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  467. appearance79.BorderColor = System.Drawing.Color.Black;
  468. this.ucmeCCM.Appearance = appearance79;
  469. this.ucmeCCM.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  470. this.ucmeCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.ucmeCCM.Location = new System.Drawing.Point(295, 27);
  472. this.ucmeCCM.Name = "ucmeCCM";
  473. this.ucmeCCM.Size = new System.Drawing.Size(96, 19);
  474. this.ucmeCCM.TabIndex = 296;
  475. this.ucmeCCM.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  476. //
  477. // txtMemo
  478. //
  479. this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.txtMemo.Location = new System.Drawing.Point(295, 117);
  481. this.txtMemo.MaxLength = 300;
  482. this.txtMemo.Multiline = true;
  483. this.txtMemo.Name = "txtMemo";
  484. this.txtMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  485. this.txtMemo.Size = new System.Drawing.Size(296, 49);
  486. this.txtMemo.TabIndex = 0;
  487. //
  488. // label4
  489. //
  490. this.label4.AutoSize = true;
  491. this.label4.BackColor = System.Drawing.Color.Transparent;
  492. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  493. this.label4.Location = new System.Drawing.Point(261, 121);
  494. this.label4.Name = "label4";
  495. this.label4.Size = new System.Drawing.Size(29, 12);
  496. this.label4.TabIndex = 0;
  497. this.label4.Text = "备注";
  498. //
  499. // label8
  500. //
  501. this.label8.AutoSize = true;
  502. this.label8.BackColor = System.Drawing.Color.Transparent;
  503. this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.label8.Location = new System.Drawing.Point(235, 242);
  505. this.label8.Name = "label8";
  506. this.label8.Size = new System.Drawing.Size(65, 12);
  507. this.label8.TabIndex = 0;
  508. this.label8.Text = "下部槽槽龄";
  509. //
  510. // label26
  511. //
  512. this.label26.AutoSize = true;
  513. this.label26.BackColor = System.Drawing.Color.Transparent;
  514. this.label26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.label26.Location = new System.Drawing.Point(235, 214);
  516. this.label26.Name = "label26";
  517. this.label26.Size = new System.Drawing.Size(65, 12);
  518. this.label26.TabIndex = 0;
  519. this.label26.Text = "下部槽槽号";
  520. //
  521. // label7
  522. //
  523. this.label7.AutoSize = true;
  524. this.label7.BackColor = System.Drawing.Color.Transparent;
  525. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.label7.Location = new System.Drawing.Point(36, 242);
  527. this.label7.Name = "label7";
  528. this.label7.Size = new System.Drawing.Size(65, 12);
  529. this.label7.TabIndex = 0;
  530. this.label7.Text = "中部槽槽龄";
  531. //
  532. // label12
  533. //
  534. this.label12.AutoSize = true;
  535. this.label12.BackColor = System.Drawing.Color.Transparent;
  536. this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.label12.Location = new System.Drawing.Point(36, 214);
  538. this.label12.Name = "label12";
  539. this.label12.Size = new System.Drawing.Size(65, 12);
  540. this.label12.TabIndex = 0;
  541. this.label12.Text = "中部槽槽号";
  542. //
  543. // label2
  544. //
  545. this.label2.AutoSize = true;
  546. this.label2.BackColor = System.Drawing.Color.Transparent;
  547. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.label2.Location = new System.Drawing.Point(255, 89);
  549. this.label2.Name = "label2";
  550. this.label2.Size = new System.Drawing.Size(29, 12);
  551. this.label2.TabIndex = 0;
  552. this.label2.Text = "槽龄";
  553. //
  554. // label24
  555. //
  556. this.label24.AutoSize = true;
  557. this.label24.BackColor = System.Drawing.Color.Transparent;
  558. this.label24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.label24.Location = new System.Drawing.Point(60, 89);
  560. this.label24.Name = "label24";
  561. this.label24.Size = new System.Drawing.Size(29, 12);
  562. this.label24.TabIndex = 0;
  563. this.label24.Text = "槽号";
  564. //
  565. // txtCS3
  566. //
  567. this.txtCS3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.txtCS3.Location = new System.Drawing.Point(306, 238);
  569. this.txtCS3.MaxLength = 8;
  570. this.txtCS3.Name = "txtCS3";
  571. this.txtCS3.ShortcutsEnabled = false;
  572. this.txtCS3.Size = new System.Drawing.Size(96, 21);
  573. this.txtCS3.TabIndex = 0;
  574. this.txtCS3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  575. //
  576. // txtCS2
  577. //
  578. this.txtCS2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.txtCS2.Location = new System.Drawing.Point(106, 223);
  580. this.txtCS2.MaxLength = 8;
  581. this.txtCS2.Name = "txtCS2";
  582. this.txtCS2.ShortcutsEnabled = false;
  583. this.txtCS2.Size = new System.Drawing.Size(96, 21);
  584. this.txtCS2.TabIndex = 0;
  585. this.txtCS2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  586. //
  587. // txtCS1
  588. //
  589. this.txtCS1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.txtCS1.Location = new System.Drawing.Point(296, 85);
  591. this.txtCS1.MaxLength = 8;
  592. this.txtCS1.Name = "txtCS1";
  593. this.txtCS1.ShortcutsEnabled = false;
  594. this.txtCS1.Size = new System.Drawing.Size(96, 21);
  595. this.txtCS1.TabIndex = 0;
  596. this.txtCS1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  597. //
  598. // txtNO3
  599. //
  600. this.txtNO3.Enabled = false;
  601. this.txtNO3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.txtNO3.Location = new System.Drawing.Point(306, 210);
  603. this.txtNO3.Name = "txtNO3";
  604. this.txtNO3.ReadOnly = true;
  605. this.txtNO3.Size = new System.Drawing.Size(96, 21);
  606. this.txtNO3.TabIndex = 0;
  607. //
  608. // txtNO2
  609. //
  610. this.txtNO2.Enabled = false;
  611. this.txtNO2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.txtNO2.Location = new System.Drawing.Point(106, 210);
  613. this.txtNO2.Name = "txtNO2";
  614. this.txtNO2.ReadOnly = true;
  615. this.txtNO2.Size = new System.Drawing.Size(96, 21);
  616. this.txtNO2.TabIndex = 0;
  617. //
  618. // txtNO1
  619. //
  620. this.txtNO1.Enabled = false;
  621. this.txtNO1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.txtNO1.Location = new System.Drawing.Point(95, 86);
  623. this.txtNO1.Name = "txtNO1";
  624. this.txtNO1.ReadOnly = true;
  625. this.txtNO1.Size = new System.Drawing.Size(96, 21);
  626. this.txtNO1.TabIndex = 0;
  627. //
  628. // udteOnTime
  629. //
  630. appearance7.BackColor = System.Drawing.Color.White;
  631. this.udteOnTime.Appearance = appearance7;
  632. this.udteOnTime.BackColor = System.Drawing.Color.White;
  633. this.udteOnTime.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  634. this.udteOnTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.udteOnTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  636. this.udteOnTime.FormatString = "yyyy-MM-dd HH:mm:ss";
  637. this.udteOnTime.Location = new System.Drawing.Point(95, 117);
  638. this.udteOnTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  639. this.udteOnTime.Name = "udteOnTime";
  640. this.udteOnTime.Size = new System.Drawing.Size(142, 21);
  641. this.udteOnTime.TabIndex = 0;
  642. this.udteOnTime.Value = null;
  643. //
  644. // udteNextTime
  645. //
  646. appearance4.BackColor = System.Drawing.Color.White;
  647. this.udteNextTime.Appearance = appearance4;
  648. this.udteNextTime.BackColor = System.Drawing.Color.White;
  649. this.udteNextTime.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  650. this.udteNextTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.udteNextTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  652. this.udteNextTime.FormatString = "yyyy-MM-dd HH:mm:ss";
  653. this.udteNextTime.Location = new System.Drawing.Point(95, 145);
  654. this.udteNextTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  655. this.udteNextTime.Name = "udteNextTime";
  656. this.udteNextTime.Size = new System.Drawing.Size(142, 21);
  657. this.udteNextTime.TabIndex = 0;
  658. this.udteNextTime.Value = null;
  659. //
  660. // txtID
  661. //
  662. this.txtID.BackColor = System.Drawing.Color.White;
  663. this.txtID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. this.txtID.Location = new System.Drawing.Point(95, 26);
  665. this.txtID.Name = "txtID";
  666. this.txtID.ReadOnly = true;
  667. this.txtID.Size = new System.Drawing.Size(96, 21);
  668. this.txtID.TabIndex = 0;
  669. //
  670. // label10
  671. //
  672. this.label10.AutoSize = true;
  673. this.label10.BackColor = System.Drawing.Color.Transparent;
  674. this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. this.label10.Location = new System.Drawing.Point(418, 59);
  676. this.label10.Name = "label10";
  677. this.label10.Size = new System.Drawing.Size(77, 12);
  678. this.label10.TabIndex = 0;
  679. this.label10.Text = "累计真空时间";
  680. //
  681. // label1
  682. //
  683. this.label1.AutoSize = true;
  684. this.label1.BackColor = System.Drawing.Color.Transparent;
  685. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  686. this.label1.Location = new System.Drawing.Point(213, 59);
  687. this.label1.Name = "label1";
  688. this.label1.Size = new System.Drawing.Size(77, 12);
  689. this.label1.TabIndex = 0;
  690. this.label1.Text = "本次使用炉数";
  691. //
  692. // txtOBCS
  693. //
  694. this.txtOBCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  695. this.txtOBCS.Location = new System.Drawing.Point(495, 55);
  696. this.txtOBCS.MaxLength = 8;
  697. this.txtOBCS.Name = "txtOBCS";
  698. this.txtOBCS.ShortcutsEnabled = false;
  699. this.txtOBCS.Size = new System.Drawing.Size(96, 21);
  700. this.txtOBCS.TabIndex = 0;
  701. this.txtOBCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  702. //
  703. // txtDQCS
  704. //
  705. this.txtDQCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  706. this.txtDQCS.Location = new System.Drawing.Point(295, 55);
  707. this.txtDQCS.MaxLength = 8;
  708. this.txtDQCS.Name = "txtDQCS";
  709. this.txtDQCS.ShortcutsEnabled = false;
  710. this.txtDQCS.Size = new System.Drawing.Size(96, 21);
  711. this.txtDQCS.TabIndex = 0;
  712. this.txtDQCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  713. //
  714. // label13
  715. //
  716. this.label13.AutoSize = true;
  717. this.label13.BackColor = System.Drawing.Color.Transparent;
  718. this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  719. this.label13.Location = new System.Drawing.Point(412, 30);
  720. this.label13.Name = "label13";
  721. this.label13.Size = new System.Drawing.Size(77, 12);
  722. this.label13.TabIndex = 0;
  723. this.label13.Text = "槽车当前状态";
  724. //
  725. // label3
  726. //
  727. this.label3.AutoSize = true;
  728. this.label3.BackColor = System.Drawing.Color.Transparent;
  729. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.label3.Location = new System.Drawing.Point(36, 30);
  731. this.label3.Name = "label3";
  732. this.label3.Size = new System.Drawing.Size(53, 12);
  733. this.label3.TabIndex = 0;
  734. this.label3.Text = "槽车编号";
  735. //
  736. // label5
  737. //
  738. this.label5.AutoSize = true;
  739. this.label5.BackColor = System.Drawing.Color.Transparent;
  740. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.label5.Location = new System.Drawing.Point(36, 149);
  742. this.label5.Name = "label5";
  743. this.label5.Size = new System.Drawing.Size(53, 12);
  744. this.label5.TabIndex = 0;
  745. this.label5.Text = "换下时间";
  746. //
  747. // label6
  748. //
  749. this.label6.AutoSize = true;
  750. this.label6.BackColor = System.Drawing.Color.Transparent;
  751. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.label6.Location = new System.Drawing.Point(36, 121);
  753. this.label6.Name = "label6";
  754. this.label6.Size = new System.Drawing.Size(53, 12);
  755. this.label6.TabIndex = 0;
  756. this.label6.Text = "换上时间";
  757. //
  758. // txtLJCS
  759. //
  760. this.txtLJCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  761. this.txtLJCS.Location = new System.Drawing.Point(95, 55);
  762. this.txtLJCS.MaxLength = 8;
  763. this.txtLJCS.Name = "txtLJCS";
  764. this.txtLJCS.ShortcutsEnabled = false;
  765. this.txtLJCS.Size = new System.Drawing.Size(96, 21);
  766. this.txtLJCS.TabIndex = 0;
  767. this.txtLJCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  768. //
  769. // label9
  770. //
  771. this.label9.AutoSize = true;
  772. this.label9.BackColor = System.Drawing.Color.Transparent;
  773. this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  774. this.label9.Location = new System.Drawing.Point(12, 59);
  775. this.label9.Name = "label9";
  776. this.label9.Size = new System.Drawing.Size(77, 12);
  777. this.label9.TabIndex = 0;
  778. this.label9.Text = "累计使用炉数";
  779. //
  780. // label15
  781. //
  782. this.label15.AutoSize = true;
  783. this.label15.BackColor = System.Drawing.Color.Transparent;
  784. this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  785. this.label15.Location = new System.Drawing.Point(249, 30);
  786. this.label15.Name = "label15";
  787. this.label15.Size = new System.Drawing.Size(41, 12);
  788. this.label15.TabIndex = 0;
  789. this.label15.Text = "RH炉号";
  790. //
  791. // ultraExpandableGroupBox1
  792. //
  793. appearance5.BackColor = System.Drawing.Color.Gainsboro;
  794. this.ultraExpandableGroupBox1.Appearance = appearance5;
  795. this.ultraExpandableGroupBox1.Controls.Add(this.ulexpgrpModel);
  796. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  797. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1011, 201);
  798. this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 9F);
  799. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 334);
  800. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  801. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1011, 201);
  802. this.ultraExpandableGroupBox1.TabIndex = 0;
  803. this.ultraExpandableGroupBox1.Text = "详细信息";
  804. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  805. //
  806. // ultraToolbarsManager1
  807. //
  808. appearance6.FontData.Name = "宋体";
  809. appearance6.FontData.SizeInPoints = 9F;
  810. this.ultraToolbarsManager1.Appearance = appearance6;
  811. this.ultraToolbarsManager1.DesignerFlags = 1;
  812. this.ultraToolbarsManager1.DockWithinContainer = this;
  813. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Core.Mes.Client.Common.frmStyleBase);
  814. this.ultraToolbarsManager1.LockToolbars = true;
  815. this.ultraToolbarsManager1.MdiMergeable = false;
  816. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  817. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  818. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  819. ultraToolbar1.DockedColumn = 0;
  820. ultraToolbar1.DockedRow = 0;
  821. buttonTool1.InstanceProps.IsFirstInGroup = true;
  822. buttonTool2.InstanceProps.IsFirstInGroup = true;
  823. buttonTool3.InstanceProps.IsFirstInGroup = true;
  824. buttonTool4.InstanceProps.IsFirstInGroup = true;
  825. buttonTool5.InstanceProps.IsFirstInGroup = true;
  826. buttonTool6.InstanceProps.IsFirstInGroup = true;
  827. buttonTool7.InstanceProps.IsFirstInGroup = true;
  828. buttonTool8.InstanceProps.IsFirstInGroup = true;
  829. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  830. buttonTool1,
  831. buttonTool2,
  832. buttonTool3,
  833. buttonTool4,
  834. buttonTool5,
  835. buttonTool6,
  836. buttonTool7,
  837. buttonTool8});
  838. ultraToolbar1.Text = "ultlbar1";
  839. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  840. ultraToolbar1});
  841. buttonTool9.SharedPropsInternal.Caption = "关闭";
  842. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  843. buttonTool10.SharedPropsInternal.Caption = "烘烤记录查询";
  844. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  845. buttonTool11.SharedPropsInternal.Caption = "槽车基本信息";
  846. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  847. buttonTool12.SharedPropsInternal.Caption = "真空槽烘烤";
  848. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  849. buttonTool13.SharedPropsInternal.Caption = "查询";
  850. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  851. buttonTool14.SharedPropsInternal.Caption = "修改";
  852. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  853. buttonTool15.SharedPropsInternal.Caption = "删除";
  854. buttonTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  855. buttonTool16.SharedPropsInternal.Caption = "真空槽槽号";
  856. buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  857. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  858. buttonTool9,
  859. buttonTool10,
  860. buttonTool11,
  861. buttonTool12,
  862. buttonTool13,
  863. buttonTool14,
  864. buttonTool15,
  865. buttonTool16});
  866. this.ultraToolbarsManager1.Visible = false;
  867. //
  868. // _FrmBase_Toolbars_Dock_Area_Top
  869. //
  870. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  871. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  872. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  873. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  874. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  875. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  876. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1011, 26);
  877. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  878. //
  879. // _FrmBase_Toolbars_Dock_Area_Bottom
  880. //
  881. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  882. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  883. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  884. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  885. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 535);
  886. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  887. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1011, 0);
  888. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  889. //
  890. // _FrmBase_Toolbars_Dock_Area_Left
  891. //
  892. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  893. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  894. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  895. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  896. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
  897. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  898. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 509);
  899. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  900. //
  901. // _FrmBase_Toolbars_Dock_Area_Right
  902. //
  903. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  904. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  905. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  906. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  907. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1011, 26);
  908. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  909. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 509);
  910. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  911. //
  912. // chkID
  913. //
  914. this.chkID.AutoSize = true;
  915. this.chkID.BackColor = System.Drawing.Color.Transparent;
  916. this.chkID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  917. this.chkID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  918. this.chkID.Location = new System.Drawing.Point(217, 10);
  919. this.chkID.Name = "chkID";
  920. this.chkID.Size = new System.Drawing.Size(69, 16);
  921. this.chkID.TabIndex = 0;
  922. this.chkID.Text = "槽车编号";
  923. this.chkID.UseVisualStyleBackColor = false;
  924. this.chkID.CheckedChanged += new System.EventHandler(this.chkID_CheckedChanged);
  925. //
  926. // ulgrpModel
  927. //
  928. appearance44.FontData.Name = "宋体";
  929. appearance44.FontData.SizeInPoints = 9F;
  930. this.ulgrpModel.Appearance = appearance44;
  931. this.ulgrpModel.Controls.Add(this.ucmeID);
  932. this.ulgrpModel.Controls.Add(this.ucmeRHS);
  933. this.ulgrpModel.Controls.Add(this.label23);
  934. this.ulgrpModel.Controls.Add(this.udteTo);
  935. this.ulgrpModel.Controls.Add(this.udteFrom);
  936. this.ulgrpModel.Controls.Add(this.chkDate);
  937. this.ulgrpModel.Controls.Add(this.chkRHS);
  938. this.ulgrpModel.Controls.Add(this.chkID);
  939. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  940. this.ulgrpModel.Location = new System.Drawing.Point(0, 26);
  941. this.ulgrpModel.Name = "ulgrpModel";
  942. this.ulgrpModel.Size = new System.Drawing.Size(1011, 40);
  943. this.ulgrpModel.TabIndex = 0;
  944. //
  945. // ucmeID
  946. //
  947. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  948. appearance3.BorderColor = System.Drawing.Color.Black;
  949. this.ucmeID.Appearance = appearance3;
  950. this.ucmeID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  951. this.ucmeID.Enabled = false;
  952. this.ucmeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  953. this.ucmeID.Location = new System.Drawing.Point(287, 11);
  954. this.ucmeID.Name = "ucmeID";
  955. this.ucmeID.Size = new System.Drawing.Size(104, 19);
  956. this.ucmeID.TabIndex = 296;
  957. this.ucmeID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  958. //
  959. // ucmeRHS
  960. //
  961. appearance80.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  962. appearance80.BorderColor = System.Drawing.Color.Black;
  963. this.ucmeRHS.Appearance = appearance80;
  964. this.ucmeRHS.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  965. this.ucmeRHS.Enabled = false;
  966. this.ucmeRHS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  967. valueListItem5.DataValue = "ValueListItem0";
  968. valueListItem5.DisplayText = "1#RH炉";
  969. this.ucmeRHS.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  970. valueListItem5});
  971. this.ucmeRHS.Location = new System.Drawing.Point(79, 11);
  972. this.ucmeRHS.Name = "ucmeRHS";
  973. this.ucmeRHS.Size = new System.Drawing.Size(104, 19);
  974. this.ucmeRHS.TabIndex = 295;
  975. this.ucmeRHS.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  976. //
  977. // label23
  978. //
  979. this.label23.AutoSize = true;
  980. this.label23.BackColor = System.Drawing.Color.Transparent;
  981. this.label23.Location = new System.Drawing.Point(637, 14);
  982. this.label23.Name = "label23";
  983. this.label23.Size = new System.Drawing.Size(17, 12);
  984. this.label23.TabIndex = 0;
  985. this.label23.Text = "到";
  986. //
  987. // udteTo
  988. //
  989. this.udteTo.Enabled = false;
  990. this.udteTo.Location = new System.Drawing.Point(659, 10);
  991. this.udteTo.MaskInput = "{date}";
  992. this.udteTo.Name = "udteTo";
  993. this.udteTo.Nullable = false;
  994. this.udteTo.Size = new System.Drawing.Size(102, 21);
  995. this.udteTo.TabIndex = 0;
  996. //
  997. // udteFrom
  998. //
  999. this.udteFrom.Enabled = false;
  1000. this.udteFrom.Location = new System.Drawing.Point(530, 10);
  1001. this.udteFrom.MaskInput = "{date}";
  1002. this.udteFrom.Name = "udteFrom";
  1003. this.udteFrom.Nullable = false;
  1004. this.udteFrom.Size = new System.Drawing.Size(102, 21);
  1005. this.udteFrom.TabIndex = 0;
  1006. //
  1007. // chkDate
  1008. //
  1009. this.chkDate.AutoSize = true;
  1010. this.chkDate.BackColor = System.Drawing.Color.Transparent;
  1011. this.chkDate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1012. this.chkDate.Location = new System.Drawing.Point(424, 10);
  1013. this.chkDate.Name = "chkDate";
  1014. this.chkDate.Size = new System.Drawing.Size(105, 16);
  1015. this.chkDate.TabIndex = 0;
  1016. this.chkDate.Text = "上线时间 从:";
  1017. this.chkDate.UseVisualStyleBackColor = false;
  1018. this.chkDate.CheckedChanged += new System.EventHandler(this.cbDate_CheckedChanged);
  1019. //
  1020. // chkRHS
  1021. //
  1022. this.chkRHS.AutoSize = true;
  1023. this.chkRHS.BackColor = System.Drawing.Color.Transparent;
  1024. this.chkRHS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1025. this.chkRHS.Font = new System.Drawing.Font("宋体", 9F);
  1026. this.chkRHS.Location = new System.Drawing.Point(22, 10);
  1027. this.chkRHS.Name = "chkRHS";
  1028. this.chkRHS.Size = new System.Drawing.Size(57, 16);
  1029. this.chkRHS.TabIndex = 0;
  1030. this.chkRHS.Text = "RH炉号";
  1031. this.chkRHS.UseVisualStyleBackColor = false;
  1032. this.chkRHS.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
  1033. //
  1034. // ugrdUseInfo
  1035. //
  1036. this.ugrdUseInfo.DataSource = this.udsrUseInfo;
  1037. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1038. appearance55.TextVAlignAsString = "Middle";
  1039. ultraGridColumn1.CellAppearance = appearance55;
  1040. ultraGridColumn1.Header.VisiblePosition = 0;
  1041. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  1042. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  1043. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
  1044. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1045. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  1046. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  1047. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1048. appearance56.TextVAlignAsString = "Middle";
  1049. ultraGridColumn2.CellAppearance = appearance56;
  1050. ultraGridColumn2.Header.VisiblePosition = 20;
  1051. ultraGridColumn2.Hidden = true;
  1052. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  1053. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  1054. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  1055. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
  1056. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  1057. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  1058. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1059. appearance57.TextVAlignAsString = "Middle";
  1060. ultraGridColumn3.CellAppearance = appearance57;
  1061. ultraGridColumn3.Header.VisiblePosition = 1;
  1062. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  1063. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  1064. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  1065. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1066. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  1067. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  1068. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1069. appearance58.TextVAlignAsString = "Middle";
  1070. ultraGridColumn4.CellAppearance = appearance58;
  1071. ultraGridColumn4.Header.Caption = "使用次数";
  1072. ultraGridColumn4.Header.VisiblePosition = 2;
  1073. ultraGridColumn4.Hidden = true;
  1074. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 7;
  1075. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  1076. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  1077. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
  1078. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  1079. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  1080. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1081. appearance59.TextVAlignAsString = "Middle";
  1082. ultraGridColumn5.CellAppearance = appearance59;
  1083. ultraGridColumn5.Header.VisiblePosition = 3;
  1084. ultraGridColumn5.Hidden = true;
  1085. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  1086. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  1087. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  1088. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
  1089. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  1090. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  1091. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1092. appearance60.TextVAlignAsString = "Middle";
  1093. ultraGridColumn6.CellAppearance = appearance60;
  1094. ultraGridColumn6.Header.VisiblePosition = 4;
  1095. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 9;
  1096. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  1097. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(109, 0);
  1098. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1099. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  1100. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  1101. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1102. appearance61.TextVAlignAsString = "Middle";
  1103. ultraGridColumn7.CellAppearance = appearance61;
  1104. ultraGridColumn7.Header.Caption = "OB率(%)";
  1105. ultraGridColumn7.Header.VisiblePosition = 5;
  1106. ultraGridColumn7.Hidden = true;
  1107. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 7;
  1108. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  1109. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  1110. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
  1111. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  1112. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  1113. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1114. appearance62.TextVAlignAsString = "Middle";
  1115. ultraGridColumn8.CellAppearance = appearance62;
  1116. ultraGridColumn8.Header.VisiblePosition = 6;
  1117. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
  1118. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  1119. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  1120. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1121. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  1122. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  1123. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1124. appearance63.TextVAlignAsString = "Middle";
  1125. ultraGridColumn9.CellAppearance = appearance63;
  1126. ultraGridColumn9.Header.VisiblePosition = 7;
  1127. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 11;
  1128. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  1129. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  1130. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1131. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  1132. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  1133. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1134. appearance64.TextVAlignAsString = "Middle";
  1135. ultraGridColumn10.CellAppearance = appearance64;
  1136. ultraGridColumn10.Header.VisiblePosition = 8;
  1137. ultraGridColumn10.Hidden = true;
  1138. ultraGridColumn10.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1139. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 10;
  1140. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  1141. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  1142. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  1143. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  1144. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1145. appearance65.TextVAlignAsString = "Middle";
  1146. ultraGridColumn11.CellAppearance = appearance65;
  1147. ultraGridColumn11.Header.Caption = "槽号";
  1148. ultraGridColumn11.Header.VisiblePosition = 9;
  1149. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 3;
  1150. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  1151. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1152. ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1153. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  1154. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  1155. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1156. appearance66.TextVAlignAsString = "Middle";
  1157. ultraGridColumn12.CellAppearance = appearance66;
  1158. ultraGridColumn12.Header.Caption = "槽龄";
  1159. ultraGridColumn12.Header.VisiblePosition = 10;
  1160. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
  1161. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  1162. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1163. ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1164. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  1165. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  1166. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1167. appearance67.TextVAlignAsString = "Middle";
  1168. ultraGridColumn13.CellAppearance = appearance67;
  1169. ultraGridColumn13.Header.VisiblePosition = 11;
  1170. ultraGridColumn13.Hidden = true;
  1171. ultraGridColumn13.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1172. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 11;
  1173. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  1174. ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  1175. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  1176. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  1177. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1178. appearance68.TextVAlignAsString = "Middle";
  1179. ultraGridColumn14.CellAppearance = appearance68;
  1180. ultraGridColumn14.Header.Caption = "槽号";
  1181. ultraGridColumn14.Header.VisiblePosition = 12;
  1182. ultraGridColumn14.Hidden = true;
  1183. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 11;
  1184. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
  1185. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1186. ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  1187. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  1188. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  1189. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1190. appearance69.TextVAlignAsString = "Middle";
  1191. ultraGridColumn15.CellAppearance = appearance69;
  1192. ultraGridColumn15.Header.Caption = "槽龄";
  1193. ultraGridColumn15.Header.VisiblePosition = 13;
  1194. ultraGridColumn15.Hidden = true;
  1195. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 12;
  1196. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
  1197. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1198. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  1199. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  1200. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  1201. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1202. appearance70.TextVAlignAsString = "Middle";
  1203. ultraGridColumn16.CellAppearance = appearance70;
  1204. ultraGridColumn16.Header.VisiblePosition = 14;
  1205. ultraGridColumn16.Hidden = true;
  1206. ultraGridColumn16.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1207. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 13;
  1208. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  1209. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  1210. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  1211. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  1212. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1213. appearance71.TextVAlignAsString = "Middle";
  1214. ultraGridColumn17.CellAppearance = appearance71;
  1215. ultraGridColumn17.Header.Caption = "槽号";
  1216. ultraGridColumn17.Header.VisiblePosition = 15;
  1217. ultraGridColumn17.Hidden = true;
  1218. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 13;
  1219. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 1;
  1220. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1221. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  1222. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  1223. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  1224. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1225. appearance72.TextVAlignAsString = "Middle";
  1226. ultraGridColumn18.CellAppearance = appearance72;
  1227. ultraGridColumn18.Header.Caption = "槽龄";
  1228. ultraGridColumn18.Header.VisiblePosition = 16;
  1229. ultraGridColumn18.Hidden = true;
  1230. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 14;
  1231. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 1;
  1232. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1233. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 20);
  1234. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  1235. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 1;
  1236. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1237. appearance73.TextVAlignAsString = "Middle";
  1238. ultraGridColumn19.CellAppearance = appearance73;
  1239. ultraGridColumn19.Header.VisiblePosition = 17;
  1240. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 12;
  1241. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  1242. ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 29);
  1243. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
  1244. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  1245. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1246. appearance74.TextVAlignAsString = "Middle";
  1247. ultraGridColumn20.CellAppearance = appearance74;
  1248. ultraGridColumn20.Header.VisiblePosition = 18;
  1249. ultraGridColumn20.Hidden = true;
  1250. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 36;
  1251. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  1252. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
  1253. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
  1254. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  1255. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1256. appearance75.TextVAlignAsString = "Middle";
  1257. ultraGridColumn21.CellAppearance = appearance75;
  1258. ultraGridColumn21.Header.VisiblePosition = 19;
  1259. ultraGridColumn21.Hidden = true;
  1260. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 38;
  1261. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  1262. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 40);
  1263. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
  1264. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  1265. ultraGridColumn22.Header.Caption = "工位";
  1266. ultraGridColumn22.Header.VisiblePosition = 21;
  1267. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 1;
  1268. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  1269. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  1270. ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1271. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
  1272. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  1273. ultraGridColumn23.Header.Caption = "炉号";
  1274. ultraGridColumn23.Header.VisiblePosition = 22;
  1275. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 5;
  1276. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  1277. ultraGridColumn23.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  1278. ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1279. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
  1280. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  1281. ultraGridColumn24.Header.Caption = "钢种";
  1282. ultraGridColumn24.Header.VisiblePosition = 23;
  1283. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 6;
  1284. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  1285. ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
  1286. ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1287. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
  1288. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  1289. ultraGridBand1.Columns.AddRange(new object[] {
  1290. ultraGridColumn1,
  1291. ultraGridColumn2,
  1292. ultraGridColumn3,
  1293. ultraGridColumn4,
  1294. ultraGridColumn5,
  1295. ultraGridColumn6,
  1296. ultraGridColumn7,
  1297. ultraGridColumn8,
  1298. ultraGridColumn9,
  1299. ultraGridColumn10,
  1300. ultraGridColumn11,
  1301. ultraGridColumn12,
  1302. ultraGridColumn13,
  1303. ultraGridColumn14,
  1304. ultraGridColumn15,
  1305. ultraGridColumn16,
  1306. ultraGridColumn17,
  1307. ultraGridColumn18,
  1308. ultraGridColumn19,
  1309. ultraGridColumn20,
  1310. ultraGridColumn21,
  1311. ultraGridColumn22,
  1312. ultraGridColumn23,
  1313. ultraGridColumn24});
  1314. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  1315. this.ugrdUseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  1316. appearance250.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  1317. appearance250.FontData.SizeInPoints = 9F;
  1318. appearance250.TextHAlignAsString = "Left";
  1319. this.ugrdUseInfo.DisplayLayout.CaptionAppearance = appearance250;
  1320. this.ugrdUseInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  1321. appearance251.BackColor = System.Drawing.Color.LightSteelBlue;
  1322. this.ugrdUseInfo.DisplayLayout.Override.HeaderAppearance = appearance251;
  1323. this.ugrdUseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  1324. this.ugrdUseInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1325. this.ugrdUseInfo.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  1326. this.ugrdUseInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  1327. this.ugrdUseInfo.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  1328. this.ugrdUseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1329. this.ugrdUseInfo.Font = new System.Drawing.Font("宋体", 9F);
  1330. this.ugrdUseInfo.Location = new System.Drawing.Point(376, 0);
  1331. this.ugrdUseInfo.Name = "ugrdUseInfo";
  1332. this.ugrdUseInfo.Size = new System.Drawing.Size(635, 268);
  1333. this.ugrdUseInfo.TabIndex = 0;
  1334. this.ugrdUseInfo.AfterRowActivate += new System.EventHandler(this.ulgridUseInfo_AfterRowActivate);
  1335. //
  1336. // udsrUseInfo
  1337. //
  1338. this.udsrUseInfo.Band.Columns.AddRange(new object[] {
  1339. ultraDataColumn1,
  1340. ultraDataColumn2,
  1341. ultraDataColumn3,
  1342. ultraDataColumn4,
  1343. ultraDataColumn5,
  1344. ultraDataColumn6,
  1345. ultraDataColumn7,
  1346. ultraDataColumn8,
  1347. ultraDataColumn9,
  1348. ultraDataColumn10,
  1349. ultraDataColumn11,
  1350. ultraDataColumn12,
  1351. ultraDataColumn13,
  1352. ultraDataColumn14,
  1353. ultraDataColumn15,
  1354. ultraDataColumn16,
  1355. ultraDataColumn17,
  1356. ultraDataColumn18,
  1357. ultraDataColumn19,
  1358. ultraDataColumn20,
  1359. ultraDataColumn21,
  1360. ultraDataColumn22,
  1361. ultraDataColumn23,
  1362. ultraDataColumn24});
  1363. this.udsrUseInfo.Band.Key = "dtBaseInfo";
  1364. //
  1365. // udsrBaseInfo
  1366. //
  1367. this.udsrBaseInfo.Band.Columns.AddRange(new object[] {
  1368. ultraDataColumn25,
  1369. ultraDataColumn26,
  1370. ultraDataColumn27,
  1371. ultraDataColumn28,
  1372. ultraDataColumn29,
  1373. ultraDataColumn30,
  1374. ultraDataColumn31,
  1375. ultraDataColumn32,
  1376. ultraDataColumn33,
  1377. ultraDataColumn34,
  1378. ultraDataColumn35,
  1379. ultraDataColumn36});
  1380. this.udsrBaseInfo.Band.Key = "dtBaseInfo";
  1381. //
  1382. // panel1
  1383. //
  1384. this.panel1.Controls.Add(this.ugrdUseInfo);
  1385. this.panel1.Controls.Add(this.ultraExpandableGroupBox2);
  1386. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1387. this.panel1.Location = new System.Drawing.Point(0, 66);
  1388. this.panel1.Name = "panel1";
  1389. this.panel1.Size = new System.Drawing.Size(1011, 268);
  1390. this.panel1.TabIndex = 0;
  1391. //
  1392. // ultraExpandableGroupBox2
  1393. //
  1394. appearance30.BackColor = System.Drawing.Color.Gainsboro;
  1395. this.ultraExpandableGroupBox2.Appearance = appearance30;
  1396. this.ultraExpandableGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  1397. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  1398. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  1399. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(376, 268);
  1400. this.ultraExpandableGroupBox2.Font = new System.Drawing.Font("宋体", 9F);
  1401. this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
  1402. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  1403. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  1404. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(376, 268);
  1405. this.ultraExpandableGroupBox2.TabIndex = 0;
  1406. this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  1407. //
  1408. // ultraExpandableGroupBoxPanel1
  1409. //
  1410. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ugrdBaseInfo);
  1411. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1412. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(13, 2);
  1413. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  1414. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(361, 264);
  1415. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  1416. //
  1417. // ugrdBaseInfo
  1418. //
  1419. this.ugrdBaseInfo.DataSource = this.udsrBaseInfo;
  1420. ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1421. appearance41.TextVAlignAsString = "Middle";
  1422. ultraGridColumn25.CellAppearance = appearance41;
  1423. ultraGridColumn25.Header.VisiblePosition = 0;
  1424. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 0;
  1425. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  1426. ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(55, 0);
  1427. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
  1428. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
  1429. ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1430. appearance45.TextVAlignAsString = "Middle";
  1431. ultraGridColumn26.CellAppearance = appearance45;
  1432. ultraGridColumn26.Header.VisiblePosition = 1;
  1433. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 1;
  1434. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  1435. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  1436. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
  1437. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
  1438. ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1439. appearance46.TextVAlignAsString = "Middle";
  1440. ultraGridColumn27.CellAppearance = appearance46;
  1441. ultraGridColumn27.Header.VisiblePosition = 2;
  1442. ultraGridColumn27.Hidden = true;
  1443. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 2;
  1444. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  1445. ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1446. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
  1447. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
  1448. ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1449. appearance47.TextVAlignAsString = "Middle";
  1450. ultraGridColumn28.CellAppearance = appearance47;
  1451. ultraGridColumn28.Header.VisiblePosition = 3;
  1452. ultraGridColumn28.Hidden = true;
  1453. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 4;
  1454. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  1455. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
  1456. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
  1457. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
  1458. ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1459. appearance48.TextVAlignAsString = "Middle";
  1460. ultraGridColumn29.CellAppearance = appearance48;
  1461. ultraGridColumn29.Header.Caption = "槽号";
  1462. ultraGridColumn29.Header.VisiblePosition = 4;
  1463. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 5;
  1464. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  1465. ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1466. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
  1467. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
  1468. ultraGridColumn30.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1469. appearance49.TextVAlignAsString = "Middle";
  1470. ultraGridColumn30.CellAppearance = appearance49;
  1471. ultraGridColumn30.Header.VisiblePosition = 5;
  1472. ultraGridColumn30.Hidden = true;
  1473. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 9;
  1474. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  1475. ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1476. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 1;
  1477. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 1;
  1478. ultraGridColumn31.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1479. appearance50.TextVAlignAsString = "Middle";
  1480. ultraGridColumn31.CellAppearance = appearance50;
  1481. ultraGridColumn31.Header.VisiblePosition = 6;
  1482. ultraGridColumn31.Hidden = true;
  1483. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 11;
  1484. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  1485. ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  1486. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 1;
  1487. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 1;
  1488. ultraGridColumn32.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1489. appearance51.TextVAlignAsString = "Middle";
  1490. ultraGridColumn32.CellAppearance = appearance51;
  1491. ultraGridColumn32.Header.VisiblePosition = 7;
  1492. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 6;
  1493. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  1494. ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  1495. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 1;
  1496. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 1;
  1497. ultraGridColumn33.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1498. appearance52.TextVAlignAsString = "Middle";
  1499. ultraGridColumn33.CellAppearance = appearance52;
  1500. ultraGridColumn33.Header.VisiblePosition = 8;
  1501. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 7;
  1502. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  1503. ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  1504. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 1;
  1505. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 1;
  1506. ultraGridColumn34.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1507. appearance53.TextVAlignAsString = "Middle";
  1508. ultraGridColumn34.CellAppearance = appearance53;
  1509. ultraGridColumn34.Header.VisiblePosition = 9;
  1510. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 8;
  1511. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  1512. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
  1513. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 1;
  1514. ultraGridColumn35.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  1515. appearance54.TextVAlignAsString = "Middle";
  1516. ultraGridColumn35.CellAppearance = appearance54;
  1517. ultraGridColumn35.Header.VisiblePosition = 10;
  1518. ultraGridColumn35.Hidden = true;
  1519. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 19;
  1520. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  1521. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 1;
  1522. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 1;
  1523. ultraGridColumn36.Header.VisiblePosition = 11;
  1524. ultraGridColumn36.Hidden = true;
  1525. ultraGridBand2.Columns.AddRange(new object[] {
  1526. ultraGridColumn25,
  1527. ultraGridColumn26,
  1528. ultraGridColumn27,
  1529. ultraGridColumn28,
  1530. ultraGridColumn29,
  1531. ultraGridColumn30,
  1532. ultraGridColumn31,
  1533. ultraGridColumn32,
  1534. ultraGridColumn33,
  1535. ultraGridColumn34,
  1536. ultraGridColumn35,
  1537. ultraGridColumn36});
  1538. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  1539. this.ugrdBaseInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1540. appearance42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  1541. appearance42.FontData.SizeInPoints = 9F;
  1542. appearance42.TextHAlignAsString = "Left";
  1543. this.ugrdBaseInfo.DisplayLayout.CaptionAppearance = appearance42;
  1544. this.ugrdBaseInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  1545. appearance43.BackColor = System.Drawing.Color.LightSteelBlue;
  1546. this.ugrdBaseInfo.DisplayLayout.Override.HeaderAppearance = appearance43;
  1547. this.ugrdBaseInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  1548. this.ugrdBaseInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1549. this.ugrdBaseInfo.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  1550. this.ugrdBaseInfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  1551. this.ugrdBaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1552. this.ugrdBaseInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1553. this.ugrdBaseInfo.Location = new System.Drawing.Point(0, 0);
  1554. this.ugrdBaseInfo.Name = "ugrdBaseInfo";
  1555. this.ugrdBaseInfo.Size = new System.Drawing.Size(361, 264);
  1556. this.ugrdBaseInfo.TabIndex = 0;
  1557. this.ugrdBaseInfo.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ulgridBaseInfo_DoubleClickRow);
  1558. this.ugrdBaseInfo.AfterRowActivate += new System.EventHandler(this.ulgridBaseInfo_AfterRowActivate);
  1559. //
  1560. // FrmVacuumTankManage
  1561. //
  1562. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1563. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1564. this.ClientSize = new System.Drawing.Size(1011, 535);
  1565. this.Controls.Add(this.panel1);
  1566. this.Controls.Add(this.ultraExpandableGroupBox1);
  1567. this.Controls.Add(this.ulgrpModel);
  1568. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  1569. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  1570. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  1571. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  1572. this.Name = "FrmVacuumTankManage";
  1573. this.Text = "真空槽信息管理";
  1574. this.Load += new System.EventHandler(this.FrmVacuumTankManage_Load);
  1575. this.ulexpgrpModel.ResumeLayout(false);
  1576. ((System.ComponentModel.ISupportInitialize)(this.ulgrpRepairDetailEdit)).EndInit();
  1577. this.ulgrpRepairDetailEdit.ResumeLayout(false);
  1578. this.ulgrpRepairDetailEdit.PerformLayout();
  1579. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1580. this.ultraGroupBox1.ResumeLayout(false);
  1581. this.ultraGroupBox1.PerformLayout();
  1582. ((System.ComponentModel.ISupportInitialize)(this.ucmeStatus)).EndInit();
  1583. ((System.ComponentModel.ISupportInitialize)(this.ucmeCCM)).EndInit();
  1584. ((System.ComponentModel.ISupportInitialize)(this.udteOnTime)).EndInit();
  1585. ((System.ComponentModel.ISupportInitialize)(this.udteNextTime)).EndInit();
  1586. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1587. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1588. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1589. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  1590. this.ulgrpModel.ResumeLayout(false);
  1591. this.ulgrpModel.PerformLayout();
  1592. ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).EndInit();
  1593. ((System.ComponentModel.ISupportInitialize)(this.ucmeRHS)).EndInit();
  1594. ((System.ComponentModel.ISupportInitialize)(this.udteTo)).EndInit();
  1595. ((System.ComponentModel.ISupportInitialize)(this.udteFrom)).EndInit();
  1596. ((System.ComponentModel.ISupportInitialize)(this.ugrdUseInfo)).EndInit();
  1597. ((System.ComponentModel.ISupportInitialize)(this.udsrUseInfo)).EndInit();
  1598. ((System.ComponentModel.ISupportInitialize)(this.udsrBaseInfo)).EndInit();
  1599. this.panel1.ResumeLayout(false);
  1600. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1601. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1602. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1603. ((System.ComponentModel.ISupportInitialize)(this.ugrdBaseInfo)).EndInit();
  1604. this.ResumeLayout(false);
  1605. }
  1606. #endregion
  1607. public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulexpgrpModel;
  1608. public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1609. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1610. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  1611. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  1612. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  1613. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  1614. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  1615. private System.Windows.Forms.CheckBox chkID;
  1616. public Infragistics.Win.UltraWinGrid.UltraGrid ugrdUseInfo;
  1617. private Infragistics.Win.UltraWinDataSource.UltraDataSource udsrBaseInfo;
  1618. public Infragistics.Win.Misc.UltraGroupBox ulgrpRepairDetailEdit;
  1619. private System.Windows.Forms.Label lblRepairTime;
  1620. private System.Windows.Forms.Label lblSendTime;
  1621. private System.Windows.Forms.Label lblRepairTundishID;
  1622. private System.Windows.Forms.Label lblReason;
  1623. private System.Windows.Forms.TextBox txtMemo1;
  1624. private System.Windows.Forms.TextBox txtID1;
  1625. private System.Windows.Forms.Panel panel1;
  1626. public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1627. public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1628. public Infragistics.Win.UltraWinGrid.UltraGrid ugrdBaseInfo;
  1629. public Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1630. private System.Windows.Forms.Label label13;
  1631. private System.Windows.Forms.Label label3;
  1632. private System.Windows.Forms.Label label5;
  1633. private System.Windows.Forms.Label label6;
  1634. private System.Windows.Forms.TextBox txtLJCS;
  1635. private System.Windows.Forms.Label label9;
  1636. private System.Windows.Forms.Label label15;
  1637. private System.Windows.Forms.Label label1;
  1638. private System.Windows.Forms.TextBox txtDQCS;
  1639. private Infragistics.Win.UltraWinDataSource.UltraDataSource udsrUseInfo;
  1640. private System.Windows.Forms.TextBox txtID;
  1641. private System.Windows.Forms.TextBox txtEnd1;
  1642. private System.Windows.Forms.TextBox txtBegin1;
  1643. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteOnTime;
  1644. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteNextTime;
  1645. private System.Windows.Forms.TextBox txtPeriod1;
  1646. private System.Windows.Forms.Label label22;
  1647. private System.Windows.Forms.CheckBox chkRHS;
  1648. private System.Windows.Forms.Label label23;
  1649. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteTo;
  1650. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteFrom;
  1651. private System.Windows.Forms.CheckBox chkDate;
  1652. private System.Windows.Forms.Label label26;
  1653. private System.Windows.Forms.Label label12;
  1654. private System.Windows.Forms.Label label24;
  1655. private System.Windows.Forms.TextBox txtCS3;
  1656. private System.Windows.Forms.TextBox txtCS2;
  1657. private System.Windows.Forms.TextBox txtCS1;
  1658. private System.Windows.Forms.TextBox txtNO3;
  1659. private System.Windows.Forms.TextBox txtNO2;
  1660. private System.Windows.Forms.TextBox txtNO1;
  1661. private System.Windows.Forms.TextBox txtMemo;
  1662. private System.Windows.Forms.Label label4;
  1663. private System.Windows.Forms.Label label8;
  1664. private System.Windows.Forms.Label label7;
  1665. private System.Windows.Forms.Label label2;
  1666. private System.Windows.Forms.Label label10;
  1667. private System.Windows.Forms.TextBox txtOBCS;
  1668. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeRHS;
  1669. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeStatus;
  1670. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeCCM;
  1671. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeID;
  1672. }
  1673. }