FrmSegMentManage.Designer.cs 95 KB

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