FrmTappingHole.Designer.cs 76 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmTappingHole
  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. _bIfGetData = false;
  16. try
  17. {
  18. if (_getDataThread != null)
  19. _getDataThread.Abort();
  20. }
  21. catch { }
  22. _bIfSetData = false;
  23. try
  24. {
  25. if (_setDataThread != null)
  26. _setDataThread.Abort();
  27. }
  28. catch { }
  29. if (disposing && (components != null))
  30. {
  31. components.Dispose();
  32. }
  33. base.Dispose(disposing);
  34. }
  35. #region Windows 窗体设计器生成的代码
  36. /// <summary>
  37. /// 设计器支持所需的方法 - 不要
  38. /// 使用代码编辑器修改此方法的内容。
  39. /// </summary>
  40. private void InitializeComponent()
  41. {
  42. this.components = new System.ComponentModel.Container();
  43. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  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 appearance5 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用次数");
  55. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("头炉炉号");
  57. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("尾炉炉号");
  59. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("换上");
  61. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("时间");
  63. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班组");
  65. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("操作人员");
  67. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("出钢时间");
  69. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("头炉");
  71. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("尾炉");
  73. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("换下");
  75. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("时间2");
  77. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班组2");
  79. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("操作人员2");
  81. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("当前状态");
  83. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("炉座");
  85. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
  87. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("周期编号");
  89. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("出钢口编号");
  96. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用次数");
  97. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("头炉炉号");
  98. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("尾炉炉号");
  99. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("换上");
  100. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("时间");
  101. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("班组");
  102. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn8 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("操作人员");
  103. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn9 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("出钢时间");
  104. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn10 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("头炉");
  105. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn11 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("尾炉");
  106. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn12 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("换下");
  107. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn13 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("时间2");
  108. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn14 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("班组2");
  109. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn15 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("操作人员2");
  110. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn16 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("当前状态");
  111. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn17 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("炉座");
  112. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn18 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
  113. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn19 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("周期编号");
  114. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn20 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("炉座号");
  115. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn21 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("出钢口编号");
  116. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn22 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用次数");
  117. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn23 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("换上");
  118. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn24 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("时间");
  119. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn25 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("班组");
  120. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn26 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("操作人员");
  121. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn27 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("出钢时间");
  122. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn28 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("头炉");
  123. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn29 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("尾炉");
  124. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dtBaseInfo", -1);
  126. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("炉座号");
  127. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("出钢口编号");
  129. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用次数");
  131. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("换上");
  133. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  134. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("时间");
  135. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  136. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("班组");
  137. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  138. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("操作人员");
  139. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  140. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("出钢时间");
  141. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  142. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("头炉");
  143. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  144. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("尾炉");
  145. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  146. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  147. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  148. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  149. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  150. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  151. this.ulexpgrpModel = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  152. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  153. this.dateTimePicker2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  154. this.dateTimePicker1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  155. this.nudWLCGSJ = new System.Windows.Forms.NumericUpDown();
  156. this.nudTLCGSJ = new System.Windows.Forms.NumericUpDown();
  157. this.nudLGCS = new System.Windows.Forms.NumericUpDown();
  158. this.tbxMemo = new System.Windows.Forms.TextBox();
  159. this.tbxWLLH = new System.Windows.Forms.TextBox();
  160. this.tbxTLLH = new System.Windows.Forms.TextBox();
  161. this.label11 = new System.Windows.Forms.Label();
  162. this.tbxLZH = new System.Windows.Forms.TextBox();
  163. this.label5 = new System.Windows.Forms.Label();
  164. this.label10 = new System.Windows.Forms.Label();
  165. this.label3 = new System.Windows.Forms.Label();
  166. this.tbxDQZT = new System.Windows.Forms.TextBox();
  167. this.label9 = new System.Windows.Forms.Label();
  168. this.label7 = new System.Windows.Forms.Label();
  169. this.label2 = new System.Windows.Forms.Label();
  170. this.tbxCGKBH = new System.Windows.Forms.TextBox();
  171. this.label8 = new System.Windows.Forms.Label();
  172. this.label6 = new System.Windows.Forms.Label();
  173. this.label4 = new System.Windows.Forms.Label();
  174. this.label1 = new System.Windows.Forms.Label();
  175. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  176. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  177. this.cbbLZ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  178. this.label23 = new System.Windows.Forms.Label();
  179. this.ultDTTo = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  180. this.ultDTFrom = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  181. this.cbxSJ = new System.Windows.Forms.CheckBox();
  182. this.cbxGL = new System.Windows.Forms.CheckBox();
  183. this.cbxLZ = new System.Windows.Forms.CheckBox();
  184. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  185. this.ultdsUseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  186. this.ultdsBaseInfo = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  187. this.panel1 = new System.Windows.Forms.Panel();
  188. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  189. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  190. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  191. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  192. this.ulexpgrpModel.SuspendLayout();
  193. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  194. this.ultraGroupBox1.SuspendLayout();
  195. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.nudWLCGSJ)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.nudTLCGSJ)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.nudLGCS)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  201. this.ultraExpandableGroupBox1.SuspendLayout();
  202. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  203. this.ulgrpModel.SuspendLayout();
  204. ((System.ComponentModel.ISupportInitialize)(this.cbbLZ)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.ultDTTo)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.ultDTFrom)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultdsUseInfo)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.ultdsBaseInfo)).BeginInit();
  210. this.panel1.SuspendLayout();
  211. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  212. this.ultraExpandableGroupBox2.SuspendLayout();
  213. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  214. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  215. this.SuspendLayout();
  216. //
  217. // ulexpgrpModel
  218. //
  219. this.ulexpgrpModel.Controls.Add(this.ultraGroupBox1);
  220. this.ulexpgrpModel.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.ulexpgrpModel.Location = new System.Drawing.Point(2, 20);
  222. this.ulexpgrpModel.Name = "ulexpgrpModel";
  223. this.ulexpgrpModel.Size = new System.Drawing.Size(1008, 139);
  224. this.ulexpgrpModel.TabIndex = 0;
  225. //
  226. // ultraGroupBox1
  227. //
  228. appearance1.BackColor = System.Drawing.Color.Gainsboro;
  229. appearance1.FontData.Name = "宋体";
  230. appearance1.FontData.SizeInPoints = 9F;
  231. this.ultraGroupBox1.Appearance = appearance1;
  232. this.ultraGroupBox1.Controls.Add(this.dateTimePicker2);
  233. this.ultraGroupBox1.Controls.Add(this.dateTimePicker1);
  234. this.ultraGroupBox1.Controls.Add(this.nudWLCGSJ);
  235. this.ultraGroupBox1.Controls.Add(this.nudTLCGSJ);
  236. this.ultraGroupBox1.Controls.Add(this.nudLGCS);
  237. this.ultraGroupBox1.Controls.Add(this.tbxMemo);
  238. this.ultraGroupBox1.Controls.Add(this.tbxWLLH);
  239. this.ultraGroupBox1.Controls.Add(this.tbxTLLH);
  240. this.ultraGroupBox1.Controls.Add(this.label11);
  241. this.ultraGroupBox1.Controls.Add(this.tbxLZH);
  242. this.ultraGroupBox1.Controls.Add(this.label5);
  243. this.ultraGroupBox1.Controls.Add(this.label10);
  244. this.ultraGroupBox1.Controls.Add(this.label3);
  245. this.ultraGroupBox1.Controls.Add(this.tbxDQZT);
  246. this.ultraGroupBox1.Controls.Add(this.label9);
  247. this.ultraGroupBox1.Controls.Add(this.label7);
  248. this.ultraGroupBox1.Controls.Add(this.label2);
  249. this.ultraGroupBox1.Controls.Add(this.tbxCGKBH);
  250. this.ultraGroupBox1.Controls.Add(this.label8);
  251. this.ultraGroupBox1.Controls.Add(this.label6);
  252. this.ultraGroupBox1.Controls.Add(this.label4);
  253. this.ultraGroupBox1.Controls.Add(this.label1);
  254. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  256. this.ultraGroupBox1.Name = "ultraGroupBox1";
  257. this.ultraGroupBox1.Size = new System.Drawing.Size(1008, 139);
  258. this.ultraGroupBox1.TabIndex = 0;
  259. //
  260. // dateTimePicker2
  261. //
  262. appearance2.BackColor = System.Drawing.Color.LightCyan;
  263. this.dateTimePicker2.Appearance = appearance2;
  264. this.dateTimePicker2.BackColor = System.Drawing.Color.LightCyan;
  265. this.dateTimePicker2.FormatString = "yyyy-MM-dd HH:mm:ss";
  266. this.dateTimePicker2.Location = new System.Drawing.Point(756, 42);
  267. this.dateTimePicker2.MaskInput = "yyyy-mm-dd hh:mm:ss";
  268. this.dateTimePicker2.Name = "dateTimePicker2";
  269. this.dateTimePicker2.ReadOnly = true;
  270. this.dateTimePicker2.Size = new System.Drawing.Size(146, 21);
  271. this.dateTimePicker2.TabIndex = 13;
  272. //
  273. // dateTimePicker1
  274. //
  275. this.dateTimePicker1.FormatString = "yyyy-MM-dd HH:mm:ss";
  276. this.dateTimePicker1.Location = new System.Drawing.Point(756, 13);
  277. this.dateTimePicker1.MaskInput = "yyyy-mm-dd hh:mm:ss";
  278. this.dateTimePicker1.Name = "dateTimePicker1";
  279. this.dateTimePicker1.Size = new System.Drawing.Size(146, 21);
  280. this.dateTimePicker1.TabIndex = 12;
  281. //
  282. // nudWLCGSJ
  283. //
  284. this.nudWLCGSJ.BackColor = System.Drawing.Color.LightCyan;
  285. this.nudWLCGSJ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  286. this.nudWLCGSJ.Location = new System.Drawing.Point(564, 42);
  287. this.nudWLCGSJ.Maximum = new decimal(new int[] {
  288. 999,
  289. 0,
  290. 0,
  291. 0});
  292. this.nudWLCGSJ.Name = "nudWLCGSJ";
  293. this.nudWLCGSJ.Size = new System.Drawing.Size(83, 21);
  294. this.nudWLCGSJ.TabIndex = 8;
  295. this.toolTip1.SetToolTip(this.nudWLCGSJ, "允许最大值999、最小值0");
  296. //
  297. // nudTLCGSJ
  298. //
  299. this.nudTLCGSJ.BackColor = System.Drawing.Color.LightCyan;
  300. this.nudTLCGSJ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  301. this.nudTLCGSJ.Location = new System.Drawing.Point(564, 13);
  302. this.nudTLCGSJ.Maximum = new decimal(new int[] {
  303. 999,
  304. 0,
  305. 0,
  306. 0});
  307. this.nudTLCGSJ.Name = "nudTLCGSJ";
  308. this.nudTLCGSJ.Size = new System.Drawing.Size(83, 21);
  309. this.nudTLCGSJ.TabIndex = 7;
  310. this.toolTip1.SetToolTip(this.nudTLCGSJ, "允许最大值999、最小值0");
  311. //
  312. // nudLGCS
  313. //
  314. this.nudLGCS.BackColor = System.Drawing.Color.LightCyan;
  315. this.nudLGCS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  316. this.nudLGCS.Location = new System.Drawing.Point(319, 71);
  317. this.nudLGCS.Maximum = new decimal(new int[] {
  318. 999,
  319. 0,
  320. 0,
  321. 0});
  322. this.nudLGCS.Name = "nudLGCS";
  323. this.nudLGCS.Size = new System.Drawing.Size(100, 21);
  324. this.nudLGCS.TabIndex = 6;
  325. this.toolTip1.SetToolTip(this.nudLGCS, "允许最大值999、最小值0");
  326. //
  327. // tbxMemo
  328. //
  329. this.tbxMemo.Location = new System.Drawing.Point(564, 71);
  330. this.tbxMemo.MaxLength = 250;
  331. this.tbxMemo.Name = "tbxMemo";
  332. this.tbxMemo.Size = new System.Drawing.Size(338, 21);
  333. this.tbxMemo.TabIndex = 11;
  334. this.toolTip1.SetToolTip(this.tbxMemo, "最多允许输入250个字符");
  335. //
  336. // tbxWLLH
  337. //
  338. this.tbxWLLH.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  339. this.tbxWLLH.Location = new System.Drawing.Point(319, 42);
  340. this.tbxWLLH.MaxLength = 10;
  341. this.tbxWLLH.Name = "tbxWLLH";
  342. this.tbxWLLH.Size = new System.Drawing.Size(100, 21);
  343. this.tbxWLLH.TabIndex = 5;
  344. this.toolTip1.SetToolTip(this.tbxWLLH, "最后一炉炉号");
  345. //
  346. // tbxTLLH
  347. //
  348. this.tbxTLLH.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  349. this.tbxTLLH.Location = new System.Drawing.Point(319, 13);
  350. this.tbxTLLH.MaxLength = 10;
  351. this.tbxTLLH.Name = "tbxTLLH";
  352. this.tbxTLLH.Size = new System.Drawing.Size(100, 21);
  353. this.tbxTLLH.TabIndex = 4;
  354. this.toolTip1.SetToolTip(this.tbxTLLH, "第一炉炉号");
  355. //
  356. // label11
  357. //
  358. this.label11.AutoSize = true;
  359. this.label11.BackColor = System.Drawing.Color.Transparent;
  360. this.label11.Location = new System.Drawing.Point(256, 46);
  361. this.label11.Name = "label11";
  362. this.label11.Size = new System.Drawing.Size(53, 12);
  363. this.label11.TabIndex = 0;
  364. this.label11.Text = "尾炉炉号";
  365. //
  366. // tbxLZH
  367. //
  368. this.tbxLZH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  369. this.tbxLZH.Location = new System.Drawing.Point(116, 71);
  370. this.tbxLZH.Name = "tbxLZH";
  371. this.tbxLZH.ReadOnly = true;
  372. this.tbxLZH.Size = new System.Drawing.Size(100, 21);
  373. this.tbxLZH.TabIndex = 3;
  374. //
  375. // label5
  376. //
  377. this.label5.AutoSize = true;
  378. this.label5.BackColor = System.Drawing.Color.Transparent;
  379. this.label5.Location = new System.Drawing.Point(256, 17);
  380. this.label5.Name = "label5";
  381. this.label5.Size = new System.Drawing.Size(53, 12);
  382. this.label5.TabIndex = 0;
  383. this.label5.Text = "头炉炉号";
  384. //
  385. // label10
  386. //
  387. this.label10.AutoSize = true;
  388. this.label10.BackColor = System.Drawing.Color.Transparent;
  389. this.label10.Location = new System.Drawing.Point(526, 75);
  390. this.label10.Name = "label10";
  391. this.label10.Size = new System.Drawing.Size(29, 12);
  392. this.label10.TabIndex = 0;
  393. this.label10.Text = "备注";
  394. //
  395. // label3
  396. //
  397. this.label3.AutoSize = true;
  398. this.label3.BackColor = System.Drawing.Color.Transparent;
  399. this.label3.Location = new System.Drawing.Point(65, 75);
  400. this.label3.Name = "label3";
  401. this.label3.Size = new System.Drawing.Size(41, 12);
  402. this.label3.TabIndex = 0;
  403. this.label3.Text = "炉座号";
  404. //
  405. // tbxDQZT
  406. //
  407. this.tbxDQZT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  408. this.tbxDQZT.Location = new System.Drawing.Point(116, 42);
  409. this.tbxDQZT.Name = "tbxDQZT";
  410. this.tbxDQZT.ReadOnly = true;
  411. this.tbxDQZT.Size = new System.Drawing.Size(100, 21);
  412. this.tbxDQZT.TabIndex = 2;
  413. //
  414. // label9
  415. //
  416. this.label9.AutoSize = true;
  417. this.label9.BackColor = System.Drawing.Color.Transparent;
  418. this.label9.Location = new System.Drawing.Point(460, 46);
  419. this.label9.Name = "label9";
  420. this.label9.Size = new System.Drawing.Size(95, 12);
  421. this.label9.TabIndex = 0;
  422. this.label9.Text = "尾炉出钢时间(s)";
  423. //
  424. // label7
  425. //
  426. this.label7.AutoSize = true;
  427. this.label7.BackColor = System.Drawing.Color.Transparent;
  428. this.label7.Location = new System.Drawing.Point(694, 46);
  429. this.label7.Name = "label7";
  430. this.label7.Size = new System.Drawing.Size(53, 12);
  431. this.label7.TabIndex = 0;
  432. this.label7.Text = "换下时间";
  433. //
  434. // label2
  435. //
  436. this.label2.AutoSize = true;
  437. this.label2.BackColor = System.Drawing.Color.Transparent;
  438. this.label2.Location = new System.Drawing.Point(53, 46);
  439. this.label2.Name = "label2";
  440. this.label2.Size = new System.Drawing.Size(53, 12);
  441. this.label2.TabIndex = 0;
  442. this.label2.Text = "当前状态";
  443. //
  444. // tbxCGKBH
  445. //
  446. this.tbxCGKBH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  447. this.tbxCGKBH.Location = new System.Drawing.Point(116, 13);
  448. this.tbxCGKBH.Name = "tbxCGKBH";
  449. this.tbxCGKBH.ReadOnly = true;
  450. this.tbxCGKBH.Size = new System.Drawing.Size(100, 21);
  451. this.tbxCGKBH.TabIndex = 1;
  452. //
  453. // label8
  454. //
  455. this.label8.AutoSize = true;
  456. this.label8.BackColor = System.Drawing.Color.Transparent;
  457. this.label8.Location = new System.Drawing.Point(460, 17);
  458. this.label8.Name = "label8";
  459. this.label8.Size = new System.Drawing.Size(95, 12);
  460. this.label8.TabIndex = 0;
  461. this.label8.Text = "头炉出钢时间(s)";
  462. //
  463. // label6
  464. //
  465. this.label6.AutoSize = true;
  466. this.label6.BackColor = System.Drawing.Color.Transparent;
  467. this.label6.Location = new System.Drawing.Point(694, 17);
  468. this.label6.Name = "label6";
  469. this.label6.Size = new System.Drawing.Size(53, 12);
  470. this.label6.TabIndex = 0;
  471. this.label6.Text = "换上时间";
  472. //
  473. // label4
  474. //
  475. this.label4.AutoSize = true;
  476. this.label4.BackColor = System.Drawing.Color.Transparent;
  477. this.label4.Location = new System.Drawing.Point(256, 75);
  478. this.label4.Name = "label4";
  479. this.label4.Size = new System.Drawing.Size(53, 12);
  480. this.label4.TabIndex = 0;
  481. this.label4.Text = "使用次数";
  482. //
  483. // label1
  484. //
  485. this.label1.AutoSize = true;
  486. this.label1.BackColor = System.Drawing.Color.Transparent;
  487. this.label1.Location = new System.Drawing.Point(41, 17);
  488. this.label1.Name = "label1";
  489. this.label1.Size = new System.Drawing.Size(65, 12);
  490. this.label1.TabIndex = 0;
  491. this.label1.Text = "出钢口编号";
  492. //
  493. // ultraExpandableGroupBox1
  494. //
  495. appearance3.BackColor = System.Drawing.Color.Gainsboro;
  496. this.ultraExpandableGroupBox1.Appearance = appearance3;
  497. this.ultraExpandableGroupBox1.Controls.Add(this.ulexpgrpModel);
  498. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  499. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1012, 161);
  500. this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 9F);
  501. this.ultraExpandableGroupBox1.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.ToggleExpansion;
  502. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 565);
  503. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  504. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1012, 161);
  505. this.ultraExpandableGroupBox1.TabIndex = 0;
  506. this.ultraExpandableGroupBox1.Text = "编辑区域";
  507. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  508. //
  509. // ulgrpModel
  510. //
  511. appearance45.BackColor = System.Drawing.Color.Gainsboro;
  512. appearance45.FontData.Name = "宋体";
  513. appearance45.FontData.SizeInPoints = 9F;
  514. this.ulgrpModel.Appearance = appearance45;
  515. this.ulgrpModel.Controls.Add(this.cbbLZ);
  516. this.ulgrpModel.Controls.Add(this.label23);
  517. this.ulgrpModel.Controls.Add(this.ultDTTo);
  518. this.ulgrpModel.Controls.Add(this.ultDTFrom);
  519. this.ulgrpModel.Controls.Add(this.cbxSJ);
  520. this.ulgrpModel.Controls.Add(this.cbxGL);
  521. this.ulgrpModel.Controls.Add(this.cbxLZ);
  522. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  523. this.ulgrpModel.Location = new System.Drawing.Point(0, 0);
  524. this.ulgrpModel.Name = "ulgrpModel";
  525. this.ulgrpModel.Size = new System.Drawing.Size(1012, 40);
  526. this.ulgrpModel.TabIndex = 0;
  527. //
  528. // cbbLZ
  529. //
  530. appearance46.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  531. appearance46.BorderColor = System.Drawing.Color.Black;
  532. this.cbbLZ.Appearance = appearance46;
  533. this.cbbLZ.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  534. this.cbbLZ.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  535. this.cbbLZ.Enabled = false;
  536. this.cbbLZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. valueListItem1.DataValue = "0";
  538. valueListItem1.DisplayText = "1#转炉";
  539. valueListItem2.DataValue = "1";
  540. valueListItem2.DisplayText = "2#转炉";
  541. valueListItem3.DataValue = "2";
  542. valueListItem3.DisplayText = "3#转炉";
  543. this.cbbLZ.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  544. valueListItem1,
  545. valueListItem2,
  546. valueListItem3});
  547. this.cbbLZ.Location = new System.Drawing.Point(458, 11);
  548. this.cbbLZ.Name = "cbbLZ";
  549. this.cbbLZ.Size = new System.Drawing.Size(79, 19);
  550. this.cbbLZ.TabIndex = 280;
  551. this.cbbLZ.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  552. //
  553. // label23
  554. //
  555. this.label23.AutoSize = true;
  556. this.label23.BackColor = System.Drawing.Color.Transparent;
  557. this.label23.Location = new System.Drawing.Point(254, 14);
  558. this.label23.Name = "label23";
  559. this.label23.Size = new System.Drawing.Size(17, 12);
  560. this.label23.TabIndex = 0;
  561. this.label23.Text = "到";
  562. //
  563. // ultDTTo
  564. //
  565. this.ultDTTo.Enabled = false;
  566. this.ultDTTo.Location = new System.Drawing.Point(276, 10);
  567. this.ultDTTo.MaskInput = "{date}";
  568. this.ultDTTo.Name = "ultDTTo";
  569. this.ultDTTo.Nullable = false;
  570. this.ultDTTo.Size = new System.Drawing.Size(118, 21);
  571. this.ultDTTo.TabIndex = 2;
  572. //
  573. // ultDTFrom
  574. //
  575. this.ultDTFrom.Enabled = false;
  576. this.ultDTFrom.Location = new System.Drawing.Point(129, 10);
  577. this.ultDTFrom.MaskInput = "{date}";
  578. this.ultDTFrom.Name = "ultDTFrom";
  579. this.ultDTFrom.Nullable = false;
  580. this.ultDTFrom.Size = new System.Drawing.Size(119, 21);
  581. this.ultDTFrom.TabIndex = 1;
  582. //
  583. // cbxSJ
  584. //
  585. this.cbxSJ.AutoSize = true;
  586. this.cbxSJ.BackColor = System.Drawing.Color.Transparent;
  587. this.cbxSJ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  588. this.cbxSJ.Location = new System.Drawing.Point(26, 12);
  589. this.cbxSJ.Name = "cbxSJ";
  590. this.cbxSJ.Size = new System.Drawing.Size(105, 16);
  591. this.cbxSJ.TabIndex = 0;
  592. this.cbxSJ.Text = "换上时间 从:";
  593. this.cbxSJ.UseVisualStyleBackColor = false;
  594. this.cbxSJ.CheckedChanged += new System.EventHandler(this.cbxSJ_CheckedChanged);
  595. //
  596. // cbxGL
  597. //
  598. this.cbxGL.AutoSize = true;
  599. this.cbxGL.BackColor = System.Drawing.Color.Lime;
  600. this.cbxGL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  601. this.cbxGL.Font = new System.Drawing.Font("宋体", 9F);
  602. this.cbxGL.Location = new System.Drawing.Point(785, 12);
  603. this.cbxGL.Name = "cbxGL";
  604. this.cbxGL.Size = new System.Drawing.Size(45, 16);
  605. this.cbxGL.TabIndex = 5;
  606. this.cbxGL.Text = "过滤";
  607. this.cbxGL.UseVisualStyleBackColor = false;
  608. this.cbxGL.CheckedChanged += new System.EventHandler(this.cbxGL_CheckedChanged);
  609. //
  610. // cbxLZ
  611. //
  612. this.cbxLZ.AutoSize = true;
  613. this.cbxLZ.BackColor = System.Drawing.Color.Transparent;
  614. this.cbxLZ.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  615. this.cbxLZ.Font = new System.Drawing.Font("宋体", 9F);
  616. this.cbxLZ.Location = new System.Drawing.Point(401, 12);
  617. this.cbxLZ.Name = "cbxLZ";
  618. this.cbxLZ.Size = new System.Drawing.Size(57, 16);
  619. this.cbxLZ.TabIndex = 3;
  620. this.cbxLZ.Text = "炉座号";
  621. this.cbxLZ.UseVisualStyleBackColor = false;
  622. this.cbxLZ.CheckedChanged += new System.EventHandler(this.cbxLZ_CheckedChanged);
  623. //
  624. // ultraGrid2
  625. //
  626. this.ultraGrid2.DataSource = this.ultdsUseInfo;
  627. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  628. appearance5.TextVAlignAsString = "Middle";
  629. ultraGridColumn1.CellAppearance = appearance5;
  630. ultraGridColumn1.Header.VisiblePosition = 0;
  631. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  632. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  633. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  634. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  635. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  636. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  637. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  638. appearance6.TextVAlignAsString = "Middle";
  639. ultraGridColumn2.CellAppearance = appearance6;
  640. ultraGridColumn2.Header.VisiblePosition = 1;
  641. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 3;
  642. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  643. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
  644. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  645. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  646. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  647. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  648. appearance7.TextVAlignAsString = "Middle";
  649. ultraGridColumn3.CellAppearance = appearance7;
  650. ultraGridColumn3.Header.VisiblePosition = 2;
  651. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 7;
  652. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  653. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  654. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  655. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  656. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  657. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  658. appearance8.TextVAlignAsString = "Middle";
  659. ultraGridColumn4.CellAppearance = appearance8;
  660. ultraGridColumn4.Header.VisiblePosition = 3;
  661. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 10;
  662. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  663. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  664. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  665. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  666. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  667. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  668. appearance9.TextVAlignAsString = "Middle";
  669. ultraGridColumn5.CellAppearance = appearance9;
  670. ultraGridColumn5.Header.VisiblePosition = 4;
  671. ultraGridColumn5.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  672. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  673. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  674. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  675. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 3;
  676. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  677. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  678. appearance10.TextVAlignAsString = "Middle";
  679. ultraGridColumn6.CellAppearance = appearance10;
  680. ultraGridColumn6.Header.VisiblePosition = 5;
  681. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4;
  682. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 1;
  683. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  684. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  685. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  686. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  687. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  688. appearance11.TextVAlignAsString = "Middle";
  689. ultraGridColumn7.CellAppearance = appearance11;
  690. ultraGridColumn7.Header.VisiblePosition = 6;
  691. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 5;
  692. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 1;
  693. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  694. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  695. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  696. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  697. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  698. appearance12.TextVAlignAsString = "Middle";
  699. ultraGridColumn8.CellAppearance = appearance12;
  700. ultraGridColumn8.Header.VisiblePosition = 7;
  701. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 6;
  702. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 1;
  703. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  704. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  705. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  706. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  707. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  708. appearance13.TextVAlignAsString = "Middle";
  709. ultraGridColumn9.CellAppearance = appearance13;
  710. ultraGridColumn9.Header.VisiblePosition = 8;
  711. ultraGridColumn9.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  712. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 8;
  713. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  714. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  715. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  716. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  717. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  718. appearance14.TextVAlignAsString = "Middle";
  719. ultraGridColumn10.CellAppearance = appearance14;
  720. ultraGridColumn10.Header.VisiblePosition = 9;
  721. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
  722. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 1;
  723. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  724. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  725. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  726. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  727. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  728. appearance15.TextVAlignAsString = "Middle";
  729. ultraGridColumn11.CellAppearance = appearance15;
  730. ultraGridColumn11.Header.VisiblePosition = 10;
  731. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 9;
  732. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 1;
  733. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  734. ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  735. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  736. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  737. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  738. appearance16.TextVAlignAsString = "Middle";
  739. ultraGridColumn12.CellAppearance = appearance16;
  740. ultraGridColumn12.Header.VisiblePosition = 11;
  741. ultraGridColumn12.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  742. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 11;
  743. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  744. ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  745. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 3;
  746. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
  747. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  748. appearance17.TextVAlignAsString = "Middle";
  749. ultraGridColumn13.CellAppearance = appearance17;
  750. ultraGridColumn13.Header.Caption = "时间";
  751. ultraGridColumn13.Header.VisiblePosition = 12;
  752. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 11;
  753. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 1;
  754. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  755. ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  756. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  757. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  758. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  759. appearance18.TextVAlignAsString = "Middle";
  760. ultraGridColumn14.CellAppearance = appearance18;
  761. ultraGridColumn14.Header.Caption = "班组";
  762. ultraGridColumn14.Header.VisiblePosition = 13;
  763. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 12;
  764. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
  765. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  766. ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  767. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  768. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  769. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  770. appearance19.TextVAlignAsString = "Middle";
  771. ultraGridColumn15.CellAppearance = appearance19;
  772. ultraGridColumn15.Header.Caption = "操作人员";
  773. ultraGridColumn15.Header.VisiblePosition = 14;
  774. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 13;
  775. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
  776. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  777. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  778. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  779. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  780. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  781. appearance20.TextVAlignAsString = "Middle";
  782. ultraGridColumn16.CellAppearance = appearance20;
  783. ultraGridColumn16.Header.VisiblePosition = 15;
  784. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 1;
  785. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  786. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  787. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  788. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  789. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  790. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  791. appearance21.TextVAlignAsString = "Middle";
  792. ultraGridColumn17.CellAppearance = appearance21;
  793. ultraGridColumn17.Header.VisiblePosition = 16;
  794. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 2;
  795. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  796. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  797. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  798. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  799. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  800. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  801. appearance22.TextVAlignAsString = "Middle";
  802. ultraGridColumn18.CellAppearance = appearance22;
  803. ultraGridColumn18.Header.VisiblePosition = 17;
  804. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 14;
  805. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  806. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  807. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  808. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  809. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  810. appearance23.TextVAlignAsString = "Middle";
  811. ultraGridColumn19.CellAppearance = appearance23;
  812. ultraGridColumn19.Header.VisiblePosition = 18;
  813. ultraGridColumn19.Hidden = true;
  814. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 14;
  815. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  816. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  817. ultraGridColumn19.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 55);
  818. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
  819. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  820. ultraGridBand1.Columns.AddRange(new object[] {
  821. ultraGridColumn1,
  822. ultraGridColumn2,
  823. ultraGridColumn3,
  824. ultraGridColumn4,
  825. ultraGridColumn5,
  826. ultraGridColumn6,
  827. ultraGridColumn7,
  828. ultraGridColumn8,
  829. ultraGridColumn9,
  830. ultraGridColumn10,
  831. ultraGridColumn11,
  832. ultraGridColumn12,
  833. ultraGridColumn13,
  834. ultraGridColumn14,
  835. ultraGridColumn15,
  836. ultraGridColumn16,
  837. ultraGridColumn17,
  838. ultraGridColumn18,
  839. ultraGridColumn19});
  840. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  841. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  842. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  843. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  844. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  845. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  846. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  847. appearance24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  848. appearance24.FontData.SizeInPoints = 9F;
  849. appearance24.TextHAlignAsString = "Left";
  850. this.ultraGrid2.DisplayLayout.CaptionAppearance = appearance24;
  851. appearance25.TextVAlignAsString = "Middle";
  852. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance25;
  853. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  854. appearance26.BackColor = System.Drawing.Color.LightSteelBlue;
  855. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance26;
  856. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  857. this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
  858. this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
  859. appearance27.BackColor = System.Drawing.Color.LightSteelBlue;
  860. appearance27.TextVAlignAsString = "Middle";
  861. this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance27;
  862. this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  863. appearance28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  864. appearance28.ForeColor = System.Drawing.Color.Black;
  865. this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance28;
  866. this.ultraGrid2.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  867. this.ultraGrid2.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  868. this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  869. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  870. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F);
  871. this.ultraGrid2.Location = new System.Drawing.Point(376, 0);
  872. this.ultraGrid2.Name = "ultraGrid2";
  873. this.ultraGrid2.Size = new System.Drawing.Size(636, 525);
  874. this.ultraGrid2.TabIndex = 0;
  875. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  876. //
  877. // ultdsUseInfo
  878. //
  879. this.ultdsUseInfo.Band.Columns.AddRange(new object[] {
  880. ultraDataColumn1,
  881. ultraDataColumn2,
  882. ultraDataColumn3,
  883. ultraDataColumn4,
  884. ultraDataColumn5,
  885. ultraDataColumn6,
  886. ultraDataColumn7,
  887. ultraDataColumn8,
  888. ultraDataColumn9,
  889. ultraDataColumn10,
  890. ultraDataColumn11,
  891. ultraDataColumn12,
  892. ultraDataColumn13,
  893. ultraDataColumn14,
  894. ultraDataColumn15,
  895. ultraDataColumn16,
  896. ultraDataColumn17,
  897. ultraDataColumn18,
  898. ultraDataColumn19});
  899. this.ultdsUseInfo.Band.Key = "dtBaseInfo";
  900. //
  901. // ultdsBaseInfo
  902. //
  903. this.ultdsBaseInfo.Band.Columns.AddRange(new object[] {
  904. ultraDataColumn20,
  905. ultraDataColumn21,
  906. ultraDataColumn22,
  907. ultraDataColumn23,
  908. ultraDataColumn24,
  909. ultraDataColumn25,
  910. ultraDataColumn26,
  911. ultraDataColumn27,
  912. ultraDataColumn28,
  913. ultraDataColumn29});
  914. this.ultdsBaseInfo.Band.Key = "dtBaseInfo";
  915. //
  916. // panel1
  917. //
  918. this.panel1.Controls.Add(this.ultraGrid2);
  919. this.panel1.Controls.Add(this.ultraExpandableGroupBox2);
  920. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  921. this.panel1.Location = new System.Drawing.Point(0, 40);
  922. this.panel1.Name = "panel1";
  923. this.panel1.Size = new System.Drawing.Size(1012, 525);
  924. this.panel1.TabIndex = 0;
  925. //
  926. // ultraExpandableGroupBox2
  927. //
  928. appearance29.BackColor = System.Drawing.Color.Gainsboro;
  929. this.ultraExpandableGroupBox2.Appearance = appearance29;
  930. this.ultraExpandableGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  931. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  932. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  933. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(376, 525);
  934. this.ultraExpandableGroupBox2.Font = new System.Drawing.Font("宋体", 9F);
  935. this.ultraExpandableGroupBox2.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.ToggleExpansion;
  936. this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOutsideBorder;
  937. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  938. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  939. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(376, 525);
  940. this.ultraExpandableGroupBox2.TabIndex = 0;
  941. this.ultraExpandableGroupBox2.Text = "转炉当前出钢口信息息";
  942. this.ultraExpandableGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  943. //
  944. // ultraExpandableGroupBoxPanel1
  945. //
  946. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGrid1);
  947. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  948. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(25, 2);
  949. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  950. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(349, 521);
  951. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  952. //
  953. // ultraGrid1
  954. //
  955. this.ultraGrid1.DataSource = this.ultdsBaseInfo;
  956. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  957. appearance30.TextHAlignAsString = "Center";
  958. appearance30.TextVAlignAsString = "Middle";
  959. ultraGridColumn20.CellAppearance = appearance30;
  960. ultraGridColumn20.Header.VisiblePosition = 0;
  961. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 0;
  962. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  963. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
  964. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  965. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
  966. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  967. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  968. appearance31.TextVAlignAsString = "Middle";
  969. ultraGridColumn21.CellAppearance = appearance31;
  970. ultraGridColumn21.Header.VisiblePosition = 1;
  971. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 1;
  972. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  973. ultraGridColumn21.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
  974. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  975. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
  976. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  977. ultraGridColumn22.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  978. appearance32.TextVAlignAsString = "Middle";
  979. ultraGridColumn22.CellAppearance = appearance32;
  980. ultraGridColumn22.Header.VisiblePosition = 2;
  981. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 2;
  982. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  983. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
  984. ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  985. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
  986. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  987. ultraGridColumn23.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  988. appearance33.TextVAlignAsString = "Middle";
  989. ultraGridColumn23.CellAppearance = appearance33;
  990. ultraGridColumn23.Header.VisiblePosition = 3;
  991. ultraGridColumn23.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  992. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 3;
  993. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  994. ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  995. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 3;
  996. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
  997. ultraGridColumn24.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  998. appearance34.TextVAlignAsString = "Middle";
  999. ultraGridColumn24.CellAppearance = appearance34;
  1000. ultraGridColumn24.Header.VisiblePosition = 4;
  1001. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 3;
  1002. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 1;
  1003. ultraGridColumn24.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  1004. ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1005. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
  1006. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
  1007. ultraGridColumn25.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1008. appearance35.TextVAlignAsString = "Middle";
  1009. ultraGridColumn25.CellAppearance = appearance35;
  1010. ultraGridColumn25.Header.VisiblePosition = 5;
  1011. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 4;
  1012. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 1;
  1013. ultraGridColumn25.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  1014. ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1015. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
  1016. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
  1017. ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1018. appearance36.TextVAlignAsString = "Middle";
  1019. ultraGridColumn26.CellAppearance = appearance36;
  1020. ultraGridColumn26.Header.VisiblePosition = 6;
  1021. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 5;
  1022. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 1;
  1023. ultraGridColumn26.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  1024. ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1025. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
  1026. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
  1027. ultraGridColumn27.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1028. appearance37.TextVAlignAsString = "Middle";
  1029. ultraGridColumn27.CellAppearance = appearance37;
  1030. ultraGridColumn27.Header.VisiblePosition = 7;
  1031. ultraGridColumn27.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  1032. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 6;
  1033. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  1034. ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1035. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  1036. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
  1037. ultraGridColumn28.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1038. appearance38.TextVAlignAsString = "Middle";
  1039. ultraGridColumn28.CellAppearance = appearance38;
  1040. ultraGridColumn28.Header.VisiblePosition = 8;
  1041. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 6;
  1042. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 1;
  1043. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  1044. ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1045. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
  1046. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 1;
  1047. ultraGridColumn29.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1048. appearance39.TextVAlignAsString = "Middle";
  1049. ultraGridColumn29.CellAppearance = appearance39;
  1050. ultraGridColumn29.Header.VisiblePosition = 9;
  1051. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 7;
  1052. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 1;
  1053. ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(65, 0);
  1054. ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  1055. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
  1056. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 1;
  1057. ultraGridBand2.Columns.AddRange(new object[] {
  1058. ultraGridColumn20,
  1059. ultraGridColumn21,
  1060. ultraGridColumn22,
  1061. ultraGridColumn23,
  1062. ultraGridColumn24,
  1063. ultraGridColumn25,
  1064. ultraGridColumn26,
  1065. ultraGridColumn27,
  1066. ultraGridColumn28,
  1067. ultraGridColumn29});
  1068. ultraGridBand2.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  1069. ultraGridBand2.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  1070. ultraGridBand2.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  1071. ultraGridBand2.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  1072. ultraGridBand2.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  1073. ultraGridBand2.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1074. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  1075. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1076. appearance40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  1077. appearance40.FontData.SizeInPoints = 9F;
  1078. appearance40.TextHAlignAsString = "Left";
  1079. this.ultraGrid1.DisplayLayout.CaptionAppearance = appearance40;
  1080. appearance41.TextVAlignAsString = "Middle";
  1081. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance41;
  1082. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  1083. appearance42.BackColor = System.Drawing.Color.LightSteelBlue;
  1084. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance42;
  1085. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  1086. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  1087. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  1088. appearance43.BackColor = System.Drawing.Color.LightSteelBlue;
  1089. appearance43.TextVAlignAsString = "Middle";
  1090. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance43;
  1091. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  1092. appearance44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1093. appearance44.ForeColor = System.Drawing.Color.Black;
  1094. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance44;
  1095. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  1096. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  1097. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  1098. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  1099. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1100. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  1101. this.ultraGrid1.Name = "ultraGrid1";
  1102. this.ultraGrid1.Size = new System.Drawing.Size(349, 521);
  1103. this.ultraGrid1.TabIndex = 0;
  1104. this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
  1105. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  1106. //
  1107. // FrmTappingHole
  1108. //
  1109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1111. this.ClientSize = new System.Drawing.Size(1012, 726);
  1112. this.Controls.Add(this.panel1);
  1113. this.Controls.Add(this.ultraExpandableGroupBox1);
  1114. this.Controls.Add(this.ulgrpModel);
  1115. this.Name = "FrmTappingHole";
  1116. this.Text = "出钢口管理";
  1117. this.Load += new System.EventHandler(this.FrmTappingHole_Load);
  1118. this.ulexpgrpModel.ResumeLayout(false);
  1119. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1120. this.ultraGroupBox1.ResumeLayout(false);
  1121. this.ultraGroupBox1.PerformLayout();
  1122. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).EndInit();
  1123. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).EndInit();
  1124. ((System.ComponentModel.ISupportInitialize)(this.nudWLCGSJ)).EndInit();
  1125. ((System.ComponentModel.ISupportInitialize)(this.nudTLCGSJ)).EndInit();
  1126. ((System.ComponentModel.ISupportInitialize)(this.nudLGCS)).EndInit();
  1127. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1128. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1129. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  1130. this.ulgrpModel.ResumeLayout(false);
  1131. this.ulgrpModel.PerformLayout();
  1132. ((System.ComponentModel.ISupportInitialize)(this.cbbLZ)).EndInit();
  1133. ((System.ComponentModel.ISupportInitialize)(this.ultDTTo)).EndInit();
  1134. ((System.ComponentModel.ISupportInitialize)(this.ultDTFrom)).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1136. ((System.ComponentModel.ISupportInitialize)(this.ultdsUseInfo)).EndInit();
  1137. ((System.ComponentModel.ISupportInitialize)(this.ultdsBaseInfo)).EndInit();
  1138. this.panel1.ResumeLayout(false);
  1139. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1140. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1141. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1142. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1143. this.ResumeLayout(false);
  1144. }
  1145. #endregion
  1146. public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ulexpgrpModel;
  1147. public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1148. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  1149. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsBaseInfo;
  1150. private System.Windows.Forms.Panel panel1;
  1151. public Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1152. public Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1153. public Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1154. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsUseInfo;
  1155. private System.Windows.Forms.CheckBox cbxLZ;
  1156. private System.Windows.Forms.Label label23;
  1157. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDTTo;
  1158. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultDTFrom;
  1159. private System.Windows.Forms.CheckBox cbxSJ;
  1160. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1161. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1162. private System.Windows.Forms.Label label1;
  1163. private System.Windows.Forms.TextBox tbxCGKBH;
  1164. private System.Windows.Forms.TextBox tbxLZH;
  1165. private System.Windows.Forms.Label label3;
  1166. private System.Windows.Forms.TextBox tbxDQZT;
  1167. private System.Windows.Forms.Label label2;
  1168. private System.Windows.Forms.NumericUpDown nudLGCS;
  1169. private System.Windows.Forms.Label label4;
  1170. private System.Windows.Forms.Label label7;
  1171. private System.Windows.Forms.Label label6;
  1172. private System.Windows.Forms.NumericUpDown nudWLCGSJ;
  1173. private System.Windows.Forms.NumericUpDown nudTLCGSJ;
  1174. private System.Windows.Forms.TextBox tbxMemo;
  1175. private System.Windows.Forms.Label label10;
  1176. private System.Windows.Forms.Label label9;
  1177. private System.Windows.Forms.Label label8;
  1178. private System.Windows.Forms.ToolTip toolTip1;
  1179. private System.Windows.Forms.CheckBox cbxGL;
  1180. private System.Windows.Forms.TextBox tbxWLLH;
  1181. private System.Windows.Forms.TextBox tbxTLLH;
  1182. private System.Windows.Forms.Label label11;
  1183. private System.Windows.Forms.Label label5;
  1184. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker1;
  1185. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker2;
  1186. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbLZ;
  1187. }
  1188. }