FrmCLRepairBP.Designer.cs.svn-base 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmCLRepairBP
  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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. this.cmbID = new System.Windows.Forms.ComboBox();
  30. this.lblTundishID = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.txtMemo = new System.Windows.Forms.TextBox();
  33. this.lblBaseInfoMemo = new System.Windows.Forms.Label();
  34. this.udteRepair = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  35. this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
  36. this.btnClose = new System.Windows.Forms.Button();
  37. this.label16 = new System.Windows.Forms.Label();
  38. this.btnEnd = new System.Windows.Forms.Button();
  39. this.btnBegin = new System.Windows.Forms.Button();
  40. this.label12 = new System.Windows.Forms.Label();
  41. this.label15 = new System.Windows.Forms.Label();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.txtCurrID6 = new System.Windows.Forms.TextBox();
  46. this.txtCurrCS6 = new System.Windows.Forms.TextBox();
  47. this.txtCS6 = new System.Windows.Forms.TextBox();
  48. this.txtCurrID4 = new System.Windows.Forms.TextBox();
  49. this.txtCurrCS4 = new System.Windows.Forms.TextBox();
  50. this.txtCS4 = new System.Windows.Forms.TextBox();
  51. this.txtCurrID5 = new System.Windows.Forms.TextBox();
  52. this.txtCurrCS5 = new System.Windows.Forms.TextBox();
  53. this.txtCS5 = new System.Windows.Forms.TextBox();
  54. this.txtCurrID3 = new System.Windows.Forms.TextBox();
  55. this.txtCurrCS3 = new System.Windows.Forms.TextBox();
  56. this.txtCS3 = new System.Windows.Forms.TextBox();
  57. this.txtCurrID2 = new System.Windows.Forms.TextBox();
  58. this.txtCurrCS2 = new System.Windows.Forms.TextBox();
  59. this.txtCS2 = new System.Windows.Forms.TextBox();
  60. this.txtCurrID1 = new System.Windows.Forms.TextBox();
  61. this.txtCurrCS1 = new System.Windows.Forms.TextBox();
  62. this.txtCS1 = new System.Windows.Forms.TextBox();
  63. this.label14 = new System.Windows.Forms.Label();
  64. this.label11 = new System.Windows.Forms.Label();
  65. this.label13 = new System.Windows.Forms.Label();
  66. this.label9 = new System.Windows.Forms.Label();
  67. this.label7 = new System.Windows.Forms.Label();
  68. this.label17 = new System.Windows.Forms.Label();
  69. this.cmbID6 = new System.Windows.Forms.ComboBox();
  70. this.cmbID5 = new System.Windows.Forms.ComboBox();
  71. this.cmbID4 = new System.Windows.Forms.ComboBox();
  72. this.cmbID3 = new System.Windows.Forms.ComboBox();
  73. this.cmbID2 = new System.Windows.Forms.ComboBox();
  74. this.cmbID1 = new System.Windows.Forms.ComboBox();
  75. this.label4 = new System.Windows.Forms.Label();
  76. this.cmbCCM = new System.Windows.Forms.ComboBox();
  77. this.udteRepairTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.label2 = new System.Windows.Forms.Label();
  80. this.label5 = new System.Windows.Forms.Label();
  81. this.cmbReason = new System.Windows.Forms.ComboBox();
  82. this.cmbType = new System.Windows.Forms.ComboBox();
  83. ((System.ComponentModel.ISupportInitialize)(this.udteRepair)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
  85. this.ulgrpBaseInfoEdit.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.udteRepairTime)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // cmbID
  90. //
  91. this.cmbID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  92. this.cmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.cmbID.FormattingEnabled = true;
  94. this.cmbID.Location = new System.Drawing.Point(324, 18);
  95. this.cmbID.Name = "cmbID";
  96. this.cmbID.Size = new System.Drawing.Size(147, 20);
  97. this.cmbID.TabIndex = 2;
  98. this.cmbID.SelectedIndexChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
  99. //
  100. // lblTundishID
  101. //
  102. this.lblTundishID.AutoSize = true;
  103. this.lblTundishID.BackColor = System.Drawing.Color.Transparent;
  104. this.lblTundishID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.lblTundishID.Location = new System.Drawing.Point(252, 22);
  106. this.lblTundishID.Name = "lblTundishID";
  107. this.lblTundishID.Size = new System.Drawing.Size(65, 12);
  108. this.lblTundishID.TabIndex = 0;
  109. this.lblTundishID.Text = "结晶器编号";
  110. //
  111. // label1
  112. //
  113. this.label1.AutoSize = true;
  114. this.label1.BackColor = System.Drawing.Color.Transparent;
  115. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label1.Location = new System.Drawing.Point(31, 78);
  117. this.label1.Name = "label1";
  118. this.label1.Size = new System.Drawing.Size(53, 12);
  119. this.label1.TabIndex = 0;
  120. this.label1.Text = "送修时间";
  121. //
  122. // txtMemo
  123. //
  124. this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.txtMemo.Location = new System.Drawing.Point(91, 226);
  126. this.txtMemo.MaxLength = 300;
  127. this.txtMemo.Multiline = true;
  128. this.txtMemo.Name = "txtMemo";
  129. this.txtMemo.Size = new System.Drawing.Size(380, 55);
  130. this.txtMemo.TabIndex = 31;
  131. //
  132. // lblBaseInfoMemo
  133. //
  134. this.lblBaseInfoMemo.AutoSize = true;
  135. this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
  136. this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.lblBaseInfoMemo.Location = new System.Drawing.Point(264, 50);
  138. this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
  139. this.lblBaseInfoMemo.Size = new System.Drawing.Size(53, 12);
  140. this.lblBaseInfoMemo.TabIndex = 0;
  141. this.lblBaseInfoMemo.Text = "维修原因";
  142. //
  143. // udteRepair
  144. //
  145. this.udteRepair.FormatProvider = new System.Globalization.CultureInfo("en-US");
  146. this.udteRepair.FormatString = "yyyy-MM-dd HH:mm:ss";
  147. this.udteRepair.Location = new System.Drawing.Point(91, 74);
  148. this.udteRepair.MaskInput = "yyyy-mm-dd hh:mm:ss";
  149. this.udteRepair.Name = "udteRepair";
  150. this.udteRepair.Size = new System.Drawing.Size(147, 21);
  151. this.udteRepair.TabIndex = 5;
  152. //
  153. // ulgrpBaseInfoEdit
  154. //
  155. appearance1.FontData.Name = "宋体";
  156. appearance1.FontData.SizeInPoints = 9F;
  157. this.ulgrpBaseInfoEdit.Appearance = appearance1;
  158. this.ulgrpBaseInfoEdit.Controls.Add(this.btnClose);
  159. this.ulgrpBaseInfoEdit.Controls.Add(this.label16);
  160. this.ulgrpBaseInfoEdit.Controls.Add(this.btnEnd);
  161. this.ulgrpBaseInfoEdit.Controls.Add(this.btnBegin);
  162. this.ulgrpBaseInfoEdit.Controls.Add(this.label12);
  163. this.ulgrpBaseInfoEdit.Controls.Add(this.label15);
  164. this.ulgrpBaseInfoEdit.Controls.Add(this.label10);
  165. this.ulgrpBaseInfoEdit.Controls.Add(this.label8);
  166. this.ulgrpBaseInfoEdit.Controls.Add(this.label6);
  167. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrID6);
  168. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrCS6);
  169. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS6);
  170. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrID4);
  171. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrCS4);
  172. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS4);
  173. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrID5);
  174. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrCS5);
  175. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS5);
  176. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrID3);
  177. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrCS3);
  178. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS3);
  179. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrID2);
  180. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrCS2);
  181. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS2);
  182. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrID1);
  183. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrCS1);
  184. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS1);
  185. this.ulgrpBaseInfoEdit.Controls.Add(this.label14);
  186. this.ulgrpBaseInfoEdit.Controls.Add(this.label11);
  187. this.ulgrpBaseInfoEdit.Controls.Add(this.label13);
  188. this.ulgrpBaseInfoEdit.Controls.Add(this.label9);
  189. this.ulgrpBaseInfoEdit.Controls.Add(this.label7);
  190. this.ulgrpBaseInfoEdit.Controls.Add(this.label17);
  191. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID6);
  192. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID5);
  193. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID4);
  194. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID3);
  195. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID2);
  196. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID1);
  197. this.ulgrpBaseInfoEdit.Controls.Add(this.label4);
  198. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbCCM);
  199. this.ulgrpBaseInfoEdit.Controls.Add(this.udteRepairTime);
  200. this.ulgrpBaseInfoEdit.Controls.Add(this.udteRepair);
  201. this.ulgrpBaseInfoEdit.Controls.Add(this.label3);
  202. this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
  203. this.ulgrpBaseInfoEdit.Controls.Add(this.label2);
  204. this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo);
  205. this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
  206. this.ulgrpBaseInfoEdit.Controls.Add(this.label5);
  207. this.ulgrpBaseInfoEdit.Controls.Add(this.lblTundishID);
  208. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbReason);
  209. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbType);
  210. this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID);
  211. this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 0);
  214. this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
  215. this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(510, 347);
  216. this.ulgrpBaseInfoEdit.TabIndex = 0;
  217. this.ulgrpBaseInfoEdit.Click += new System.EventHandler(this.ulgrpBaseInfoEdit_Click);
  218. //
  219. // btnClose
  220. //
  221. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  222. this.btnClose.Location = new System.Drawing.Point(306, 301);
  223. this.btnClose.Name = "btnClose";
  224. this.btnClose.Size = new System.Drawing.Size(75, 26);
  225. this.btnClose.TabIndex = 3;
  226. this.btnClose.Text = "关闭";
  227. this.btnClose.UseVisualStyleBackColor = true;
  228. //
  229. // label16
  230. //
  231. this.label16.AutoSize = true;
  232. this.label16.BackColor = System.Drawing.Color.Transparent;
  233. this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.label16.Location = new System.Drawing.Point(264, 392);
  235. this.label16.Name = "label16";
  236. this.label16.Size = new System.Drawing.Size(53, 12);
  237. this.label16.TabIndex = 0;
  238. this.label16.Text = "使用炉数";
  239. //
  240. // btnEnd
  241. //
  242. this.btnEnd.Location = new System.Drawing.Point(223, 301);
  243. this.btnEnd.Name = "btnEnd";
  244. this.btnEnd.Size = new System.Drawing.Size(75, 26);
  245. this.btnEnd.TabIndex = 2;
  246. this.btnEnd.Text = "维修结束";
  247. this.btnEnd.UseVisualStyleBackColor = true;
  248. this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
  249. //
  250. // btnBegin
  251. //
  252. this.btnBegin.Location = new System.Drawing.Point(140, 301);
  253. this.btnBegin.Name = "btnBegin";
  254. this.btnBegin.Size = new System.Drawing.Size(75, 26);
  255. this.btnBegin.TabIndex = 1;
  256. this.btnBegin.Text = "维修开始";
  257. this.btnBegin.UseVisualStyleBackColor = true;
  258. this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
  259. //
  260. // label12
  261. //
  262. this.label12.AutoSize = true;
  263. this.label12.BackColor = System.Drawing.Color.Transparent;
  264. this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.label12.Location = new System.Drawing.Point(264, 194);
  266. this.label12.Name = "label12";
  267. this.label12.Size = new System.Drawing.Size(53, 12);
  268. this.label12.TabIndex = 0;
  269. this.label12.Text = "使用炉数";
  270. //
  271. // label15
  272. //
  273. this.label15.AutoSize = true;
  274. this.label15.BackColor = System.Drawing.Color.Transparent;
  275. this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.label15.Location = new System.Drawing.Point(264, 363);
  277. this.label15.Name = "label15";
  278. this.label15.Size = new System.Drawing.Size(53, 12);
  279. this.label15.TabIndex = 0;
  280. this.label15.Text = "使用炉数";
  281. //
  282. // label10
  283. //
  284. this.label10.AutoSize = true;
  285. this.label10.BackColor = System.Drawing.Color.Transparent;
  286. this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.label10.Location = new System.Drawing.Point(264, 165);
  288. this.label10.Name = "label10";
  289. this.label10.Size = new System.Drawing.Size(53, 12);
  290. this.label10.TabIndex = 0;
  291. this.label10.Text = "使用炉数";
  292. //
  293. // label8
  294. //
  295. this.label8.AutoSize = true;
  296. this.label8.BackColor = System.Drawing.Color.Transparent;
  297. this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.label8.Location = new System.Drawing.Point(264, 136);
  299. this.label8.Name = "label8";
  300. this.label8.Size = new System.Drawing.Size(53, 12);
  301. this.label8.TabIndex = 0;
  302. this.label8.Text = "使用炉数";
  303. //
  304. // label6
  305. //
  306. this.label6.AutoSize = true;
  307. this.label6.BackColor = System.Drawing.Color.Transparent;
  308. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.label6.Location = new System.Drawing.Point(264, 107);
  310. this.label6.Name = "label6";
  311. this.label6.Size = new System.Drawing.Size(53, 12);
  312. this.label6.TabIndex = 0;
  313. this.label6.Text = "使用炉数";
  314. //
  315. // txtCurrID6
  316. //
  317. this.txtCurrID6.BackColor = System.Drawing.Color.Gainsboro;
  318. this.txtCurrID6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  319. this.txtCurrID6.Enabled = false;
  320. this.txtCurrID6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.txtCurrID6.Location = new System.Drawing.Point(91, 388);
  322. this.txtCurrID6.MaxLength = 10;
  323. this.txtCurrID6.Name = "txtCurrID6";
  324. this.txtCurrID6.ReadOnly = true;
  325. this.txtCurrID6.Size = new System.Drawing.Size(57, 21);
  326. this.txtCurrID6.TabIndex = 27;
  327. //
  328. // txtCurrCS6
  329. //
  330. this.txtCurrCS6.BackColor = System.Drawing.Color.Gainsboro;
  331. this.txtCurrCS6.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  332. this.txtCurrCS6.Enabled = false;
  333. this.txtCurrCS6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.txtCurrCS6.Location = new System.Drawing.Point(324, 388);
  335. this.txtCurrCS6.MaxLength = 10;
  336. this.txtCurrCS6.Name = "txtCurrCS6";
  337. this.txtCurrCS6.ReadOnly = true;
  338. this.txtCurrCS6.Size = new System.Drawing.Size(57, 21);
  339. this.txtCurrCS6.TabIndex = 29;
  340. //
  341. // txtCS6
  342. //
  343. this.txtCS6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.txtCS6.Location = new System.Drawing.Point(386, 388);
  345. this.txtCS6.MaxLength = 10;
  346. this.txtCS6.Name = "txtCS6";
  347. this.txtCS6.ShortcutsEnabled = false;
  348. this.txtCS6.Size = new System.Drawing.Size(85, 21);
  349. this.txtCS6.TabIndex = 30;
  350. this.txtCS6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  351. //
  352. // txtCurrID4
  353. //
  354. this.txtCurrID4.BackColor = System.Drawing.Color.Gainsboro;
  355. this.txtCurrID4.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  356. this.txtCurrID4.Enabled = false;
  357. this.txtCurrID4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.txtCurrID4.Location = new System.Drawing.Point(91, 190);
  359. this.txtCurrID4.MaxLength = 10;
  360. this.txtCurrID4.Name = "txtCurrID4";
  361. this.txtCurrID4.ReadOnly = true;
  362. this.txtCurrID4.Size = new System.Drawing.Size(57, 21);
  363. this.txtCurrID4.TabIndex = 19;
  364. //
  365. // txtCurrCS4
  366. //
  367. this.txtCurrCS4.BackColor = System.Drawing.Color.Gainsboro;
  368. this.txtCurrCS4.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  369. this.txtCurrCS4.Enabled = false;
  370. this.txtCurrCS4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.txtCurrCS4.Location = new System.Drawing.Point(324, 190);
  372. this.txtCurrCS4.MaxLength = 10;
  373. this.txtCurrCS4.Name = "txtCurrCS4";
  374. this.txtCurrCS4.ReadOnly = true;
  375. this.txtCurrCS4.Size = new System.Drawing.Size(57, 21);
  376. this.txtCurrCS4.TabIndex = 21;
  377. //
  378. // txtCS4
  379. //
  380. this.txtCS4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.txtCS4.Location = new System.Drawing.Point(386, 190);
  382. this.txtCS4.MaxLength = 10;
  383. this.txtCS4.Name = "txtCS4";
  384. this.txtCS4.ShortcutsEnabled = false;
  385. this.txtCS4.Size = new System.Drawing.Size(85, 21);
  386. this.txtCS4.TabIndex = 22;
  387. this.txtCS4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  388. //
  389. // txtCurrID5
  390. //
  391. this.txtCurrID5.BackColor = System.Drawing.Color.Gainsboro;
  392. this.txtCurrID5.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  393. this.txtCurrID5.Enabled = false;
  394. this.txtCurrID5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.txtCurrID5.Location = new System.Drawing.Point(91, 359);
  396. this.txtCurrID5.MaxLength = 10;
  397. this.txtCurrID5.Name = "txtCurrID5";
  398. this.txtCurrID5.ReadOnly = true;
  399. this.txtCurrID5.Size = new System.Drawing.Size(57, 21);
  400. this.txtCurrID5.TabIndex = 23;
  401. //
  402. // txtCurrCS5
  403. //
  404. this.txtCurrCS5.BackColor = System.Drawing.Color.Gainsboro;
  405. this.txtCurrCS5.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  406. this.txtCurrCS5.Enabled = false;
  407. this.txtCurrCS5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.txtCurrCS5.Location = new System.Drawing.Point(324, 359);
  409. this.txtCurrCS5.MaxLength = 10;
  410. this.txtCurrCS5.Name = "txtCurrCS5";
  411. this.txtCurrCS5.ReadOnly = true;
  412. this.txtCurrCS5.Size = new System.Drawing.Size(57, 21);
  413. this.txtCurrCS5.TabIndex = 25;
  414. //
  415. // txtCS5
  416. //
  417. this.txtCS5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.txtCS5.Location = new System.Drawing.Point(386, 359);
  419. this.txtCS5.MaxLength = 10;
  420. this.txtCS5.Name = "txtCS5";
  421. this.txtCS5.ShortcutsEnabled = false;
  422. this.txtCS5.Size = new System.Drawing.Size(85, 21);
  423. this.txtCS5.TabIndex = 26;
  424. this.txtCS5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  425. //
  426. // txtCurrID3
  427. //
  428. this.txtCurrID3.BackColor = System.Drawing.Color.Gainsboro;
  429. this.txtCurrID3.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  430. this.txtCurrID3.Enabled = false;
  431. this.txtCurrID3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.txtCurrID3.Location = new System.Drawing.Point(91, 161);
  433. this.txtCurrID3.MaxLength = 10;
  434. this.txtCurrID3.Name = "txtCurrID3";
  435. this.txtCurrID3.ReadOnly = true;
  436. this.txtCurrID3.Size = new System.Drawing.Size(57, 21);
  437. this.txtCurrID3.TabIndex = 15;
  438. //
  439. // txtCurrCS3
  440. //
  441. this.txtCurrCS3.BackColor = System.Drawing.Color.Gainsboro;
  442. this.txtCurrCS3.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  443. this.txtCurrCS3.Enabled = false;
  444. this.txtCurrCS3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.txtCurrCS3.Location = new System.Drawing.Point(324, 161);
  446. this.txtCurrCS3.MaxLength = 10;
  447. this.txtCurrCS3.Name = "txtCurrCS3";
  448. this.txtCurrCS3.ReadOnly = true;
  449. this.txtCurrCS3.Size = new System.Drawing.Size(57, 21);
  450. this.txtCurrCS3.TabIndex = 17;
  451. //
  452. // txtCS3
  453. //
  454. this.txtCS3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.txtCS3.Location = new System.Drawing.Point(386, 161);
  456. this.txtCS3.MaxLength = 10;
  457. this.txtCS3.Name = "txtCS3";
  458. this.txtCS3.ShortcutsEnabled = false;
  459. this.txtCS3.Size = new System.Drawing.Size(85, 21);
  460. this.txtCS3.TabIndex = 18;
  461. this.txtCS3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  462. //
  463. // txtCurrID2
  464. //
  465. this.txtCurrID2.BackColor = System.Drawing.Color.Gainsboro;
  466. this.txtCurrID2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  467. this.txtCurrID2.Enabled = false;
  468. this.txtCurrID2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.txtCurrID2.Location = new System.Drawing.Point(91, 132);
  470. this.txtCurrID2.MaxLength = 10;
  471. this.txtCurrID2.Name = "txtCurrID2";
  472. this.txtCurrID2.ReadOnly = true;
  473. this.txtCurrID2.Size = new System.Drawing.Size(57, 21);
  474. this.txtCurrID2.TabIndex = 11;
  475. //
  476. // txtCurrCS2
  477. //
  478. this.txtCurrCS2.BackColor = System.Drawing.Color.Gainsboro;
  479. this.txtCurrCS2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  480. this.txtCurrCS2.Enabled = false;
  481. this.txtCurrCS2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. this.txtCurrCS2.Location = new System.Drawing.Point(324, 132);
  483. this.txtCurrCS2.MaxLength = 10;
  484. this.txtCurrCS2.Name = "txtCurrCS2";
  485. this.txtCurrCS2.ReadOnly = true;
  486. this.txtCurrCS2.Size = new System.Drawing.Size(57, 21);
  487. this.txtCurrCS2.TabIndex = 13;
  488. //
  489. // txtCS2
  490. //
  491. this.txtCS2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.txtCS2.Location = new System.Drawing.Point(386, 132);
  493. this.txtCS2.MaxLength = 10;
  494. this.txtCS2.Name = "txtCS2";
  495. this.txtCS2.ShortcutsEnabled = false;
  496. this.txtCS2.Size = new System.Drawing.Size(85, 21);
  497. this.txtCS2.TabIndex = 14;
  498. this.txtCS2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  499. //
  500. // txtCurrID1
  501. //
  502. this.txtCurrID1.BackColor = System.Drawing.Color.Gainsboro;
  503. this.txtCurrID1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  504. this.txtCurrID1.Enabled = false;
  505. this.txtCurrID1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.txtCurrID1.Location = new System.Drawing.Point(91, 103);
  507. this.txtCurrID1.MaxLength = 10;
  508. this.txtCurrID1.Name = "txtCurrID1";
  509. this.txtCurrID1.ReadOnly = true;
  510. this.txtCurrID1.Size = new System.Drawing.Size(57, 21);
  511. this.txtCurrID1.TabIndex = 7;
  512. //
  513. // txtCurrCS1
  514. //
  515. this.txtCurrCS1.BackColor = System.Drawing.Color.Gainsboro;
  516. this.txtCurrCS1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  517. this.txtCurrCS1.Enabled = false;
  518. this.txtCurrCS1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.txtCurrCS1.Location = new System.Drawing.Point(324, 103);
  520. this.txtCurrCS1.MaxLength = 10;
  521. this.txtCurrCS1.Name = "txtCurrCS1";
  522. this.txtCurrCS1.ReadOnly = true;
  523. this.txtCurrCS1.Size = new System.Drawing.Size(57, 21);
  524. this.txtCurrCS1.TabIndex = 9;
  525. //
  526. // txtCS1
  527. //
  528. this.txtCS1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.txtCS1.Location = new System.Drawing.Point(386, 103);
  530. this.txtCS1.MaxLength = 10;
  531. this.txtCS1.Name = "txtCS1";
  532. this.txtCS1.ShortcutsEnabled = false;
  533. this.txtCS1.Size = new System.Drawing.Size(85, 21);
  534. this.txtCS1.TabIndex = 10;
  535. this.txtCS1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  536. //
  537. // label14
  538. //
  539. this.label14.AutoSize = true;
  540. this.label14.BackColor = System.Drawing.Color.Transparent;
  541. this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.label14.Location = new System.Drawing.Point(19, 392);
  543. this.label14.Name = "label14";
  544. this.label14.Size = new System.Drawing.Size(65, 12);
  545. this.label14.TabIndex = 0;
  546. this.label14.Text = "内弧水箱号";
  547. //
  548. // label11
  549. //
  550. this.label11.AutoSize = true;
  551. this.label11.BackColor = System.Drawing.Color.Transparent;
  552. this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.label11.Location = new System.Drawing.Point(19, 194);
  554. this.label11.Name = "label11";
  555. this.label11.Size = new System.Drawing.Size(65, 12);
  556. this.label11.TabIndex = 0;
  557. this.label11.Text = "右侧铜板号";
  558. //
  559. // label13
  560. //
  561. this.label13.AutoSize = true;
  562. this.label13.BackColor = System.Drawing.Color.Transparent;
  563. this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. this.label13.Location = new System.Drawing.Point(19, 363);
  565. this.label13.Name = "label13";
  566. this.label13.Size = new System.Drawing.Size(65, 12);
  567. this.label13.TabIndex = 0;
  568. this.label13.Text = "外弧水箱号";
  569. //
  570. // label9
  571. //
  572. this.label9.AutoSize = true;
  573. this.label9.BackColor = System.Drawing.Color.Transparent;
  574. this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.label9.Location = new System.Drawing.Point(19, 165);
  576. this.label9.Name = "label9";
  577. this.label9.Size = new System.Drawing.Size(65, 12);
  578. this.label9.TabIndex = 0;
  579. this.label9.Text = "左侧铜板号";
  580. //
  581. // label7
  582. //
  583. this.label7.AutoSize = true;
  584. this.label7.BackColor = System.Drawing.Color.Transparent;
  585. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.label7.Location = new System.Drawing.Point(19, 136);
  587. this.label7.Name = "label7";
  588. this.label7.Size = new System.Drawing.Size(65, 12);
  589. this.label7.TabIndex = 0;
  590. this.label7.Text = "内弧铜板号";
  591. //
  592. // label17
  593. //
  594. this.label17.AutoSize = true;
  595. this.label17.BackColor = System.Drawing.Color.Transparent;
  596. this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.label17.Location = new System.Drawing.Point(19, 107);
  598. this.label17.Name = "label17";
  599. this.label17.Size = new System.Drawing.Size(65, 12);
  600. this.label17.TabIndex = 0;
  601. this.label17.Text = "外弧铜板号";
  602. //
  603. // cmbID6
  604. //
  605. this.cmbID6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  606. this.cmbID6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  607. this.cmbID6.FormattingEnabled = true;
  608. this.cmbID6.Location = new System.Drawing.Point(153, 388);
  609. this.cmbID6.Name = "cmbID6";
  610. this.cmbID6.Size = new System.Drawing.Size(85, 20);
  611. this.cmbID6.TabIndex = 28;
  612. this.cmbID6.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  613. //
  614. // cmbID5
  615. //
  616. this.cmbID5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  617. this.cmbID5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. this.cmbID5.FormattingEnabled = true;
  619. this.cmbID5.Location = new System.Drawing.Point(153, 359);
  620. this.cmbID5.Name = "cmbID5";
  621. this.cmbID5.Size = new System.Drawing.Size(85, 20);
  622. this.cmbID5.TabIndex = 24;
  623. this.cmbID5.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  624. //
  625. // cmbID4
  626. //
  627. this.cmbID4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  628. this.cmbID4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.cmbID4.FormattingEnabled = true;
  630. this.cmbID4.Location = new System.Drawing.Point(153, 190);
  631. this.cmbID4.Name = "cmbID4";
  632. this.cmbID4.Size = new System.Drawing.Size(85, 20);
  633. this.cmbID4.TabIndex = 20;
  634. this.cmbID4.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  635. //
  636. // cmbID3
  637. //
  638. this.cmbID3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  639. this.cmbID3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  640. this.cmbID3.FormattingEnabled = true;
  641. this.cmbID3.Location = new System.Drawing.Point(153, 161);
  642. this.cmbID3.Name = "cmbID3";
  643. this.cmbID3.Size = new System.Drawing.Size(85, 20);
  644. this.cmbID3.TabIndex = 16;
  645. this.cmbID3.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  646. //
  647. // cmbID2
  648. //
  649. this.cmbID2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  650. this.cmbID2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.cmbID2.FormattingEnabled = true;
  652. this.cmbID2.Location = new System.Drawing.Point(153, 132);
  653. this.cmbID2.Name = "cmbID2";
  654. this.cmbID2.Size = new System.Drawing.Size(85, 20);
  655. this.cmbID2.TabIndex = 12;
  656. this.cmbID2.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  657. //
  658. // cmbID1
  659. //
  660. this.cmbID1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  661. this.cmbID1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.cmbID1.FormattingEnabled = true;
  663. this.cmbID1.Location = new System.Drawing.Point(153, 103);
  664. this.cmbID1.Name = "cmbID1";
  665. this.cmbID1.Size = new System.Drawing.Size(85, 20);
  666. this.cmbID1.TabIndex = 8;
  667. this.cmbID1.SelectedIndexChanged += new System.EventHandler(this.PlugIn_SelectedIndexChanged);
  668. //
  669. // label4
  670. //
  671. this.label4.AutoSize = true;
  672. this.label4.BackColor = System.Drawing.Color.Transparent;
  673. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.label4.Location = new System.Drawing.Point(19, 22);
  675. this.label4.Name = "label4";
  676. this.label4.Size = new System.Drawing.Size(65, 12);
  677. this.label4.TabIndex = 0;
  678. this.label4.Text = "所属铸机号";
  679. //
  680. // cmbCCM
  681. //
  682. this.cmbCCM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  683. this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  684. this.cmbCCM.FormattingEnabled = true;
  685. this.cmbCCM.Items.AddRange(new object[] {
  686. "1#连铸机",
  687. "2#连铸机",
  688. "3#连铸机"});
  689. this.cmbCCM.Location = new System.Drawing.Point(91, 18);
  690. this.cmbCCM.Name = "cmbCCM";
  691. this.cmbCCM.Size = new System.Drawing.Size(147, 20);
  692. this.cmbCCM.TabIndex = 1;
  693. this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
  694. //
  695. // udteRepairTime
  696. //
  697. this.udteRepairTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  698. this.udteRepairTime.FormatString = "yyyy-MM-dd HH:mm:ss";
  699. this.udteRepairTime.Location = new System.Drawing.Point(324, 74);
  700. this.udteRepairTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  701. this.udteRepairTime.Name = "udteRepairTime";
  702. this.udteRepairTime.Size = new System.Drawing.Size(147, 21);
  703. this.udteRepairTime.TabIndex = 6;
  704. //
  705. // label3
  706. //
  707. this.label3.AutoSize = true;
  708. this.label3.BackColor = System.Drawing.Color.Transparent;
  709. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. this.label3.Location = new System.Drawing.Point(55, 230);
  711. this.label3.Name = "label3";
  712. this.label3.Size = new System.Drawing.Size(29, 12);
  713. this.label3.TabIndex = 0;
  714. this.label3.Text = "备注";
  715. //
  716. // label2
  717. //
  718. this.label2.AutoSize = true;
  719. this.label2.BackColor = System.Drawing.Color.Transparent;
  720. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  721. this.label2.Location = new System.Drawing.Point(264, 78);
  722. this.label2.Name = "label2";
  723. this.label2.Size = new System.Drawing.Size(53, 12);
  724. this.label2.TabIndex = 0;
  725. this.label2.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(31, 50);
  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. // cmbReason
  739. //
  740. this.cmbReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.cmbReason.FormattingEnabled = true;
  742. this.cmbReason.Items.AddRange(new object[] {
  743. "漏钢",
  744. "脱方"});
  745. this.cmbReason.Location = new System.Drawing.Point(324, 46);
  746. this.cmbReason.Name = "cmbReason";
  747. this.cmbReason.Size = new System.Drawing.Size(147, 20);
  748. this.cmbReason.TabIndex = 4;
  749. //
  750. // cmbType
  751. //
  752. this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  753. this.cmbType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  754. this.cmbType.FormattingEnabled = true;
  755. this.cmbType.Items.AddRange(new object[] {
  756. "小修",
  757. "中修",
  758. "大修"});
  759. this.cmbType.Location = new System.Drawing.Point(91, 46);
  760. this.cmbType.Name = "cmbType";
  761. this.cmbType.Size = new System.Drawing.Size(147, 20);
  762. this.cmbType.TabIndex = 3;
  763. //
  764. // FrmCLRepairBP
  765. //
  766. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  767. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  768. this.BackColor = System.Drawing.Color.Gainsboro;
  769. this.CancelButton = this.btnClose;
  770. this.ClientSize = new System.Drawing.Size(510, 347);
  771. this.Controls.Add(this.ulgrpBaseInfoEdit);
  772. this.MaximizeBox = false;
  773. this.MinimizeBox = false;
  774. this.Name = "FrmCLRepairBP";
  775. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  776. this.Text = "结晶器维修";
  777. this.Load += new System.EventHandler(this.FrmCLRepairBP_Load);
  778. ((System.ComponentModel.ISupportInitialize)(this.udteRepair)).EndInit();
  779. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
  780. this.ulgrpBaseInfoEdit.ResumeLayout(false);
  781. this.ulgrpBaseInfoEdit.PerformLayout();
  782. ((System.ComponentModel.ISupportInitialize)(this.udteRepairTime)).EndInit();
  783. this.ResumeLayout(false);
  784. }
  785. #endregion
  786. private System.Windows.Forms.ComboBox cmbID;
  787. private System.Windows.Forms.Label lblTundishID;
  788. private System.Windows.Forms.Label label1;
  789. private System.Windows.Forms.TextBox txtMemo;
  790. private System.Windows.Forms.Label lblBaseInfoMemo;
  791. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteRepair;
  792. public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
  793. private System.Windows.Forms.Label label5;
  794. private System.Windows.Forms.ComboBox cmbType;
  795. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteRepairTime;
  796. private System.Windows.Forms.Label label2;
  797. private System.Windows.Forms.Button btnBegin;
  798. private System.Windows.Forms.Button btnEnd;
  799. private System.Windows.Forms.Button btnClose;
  800. private System.Windows.Forms.Label label3;
  801. private System.Windows.Forms.ComboBox cmbReason;
  802. private System.Windows.Forms.Label label4;
  803. private System.Windows.Forms.ComboBox cmbCCM;
  804. private System.Windows.Forms.Label label16;
  805. private System.Windows.Forms.Label label12;
  806. private System.Windows.Forms.Label label15;
  807. private System.Windows.Forms.Label label10;
  808. private System.Windows.Forms.Label label8;
  809. private System.Windows.Forms.Label label6;
  810. private System.Windows.Forms.TextBox txtCS6;
  811. private System.Windows.Forms.TextBox txtCS4;
  812. private System.Windows.Forms.TextBox txtCS5;
  813. private System.Windows.Forms.TextBox txtCS3;
  814. private System.Windows.Forms.TextBox txtCS2;
  815. private System.Windows.Forms.TextBox txtCS1;
  816. private System.Windows.Forms.Label label14;
  817. private System.Windows.Forms.Label label11;
  818. private System.Windows.Forms.Label label13;
  819. private System.Windows.Forms.Label label9;
  820. private System.Windows.Forms.Label label7;
  821. private System.Windows.Forms.Label label17;
  822. private System.Windows.Forms.ComboBox cmbID6;
  823. private System.Windows.Forms.ComboBox cmbID5;
  824. private System.Windows.Forms.ComboBox cmbID4;
  825. private System.Windows.Forms.ComboBox cmbID3;
  826. private System.Windows.Forms.ComboBox cmbID2;
  827. private System.Windows.Forms.ComboBox cmbID1;
  828. private System.Windows.Forms.TextBox txtCurrID6;
  829. private System.Windows.Forms.TextBox txtCurrCS6;
  830. private System.Windows.Forms.TextBox txtCurrID4;
  831. private System.Windows.Forms.TextBox txtCurrCS4;
  832. private System.Windows.Forms.TextBox txtCurrID5;
  833. private System.Windows.Forms.TextBox txtCurrCS5;
  834. private System.Windows.Forms.TextBox txtCurrID3;
  835. private System.Windows.Forms.TextBox txtCurrCS3;
  836. private System.Windows.Forms.TextBox txtCurrID2;
  837. private System.Windows.Forms.TextBox txtCurrCS2;
  838. private System.Windows.Forms.TextBox txtCurrID1;
  839. private System.Windows.Forms.TextBox txtCurrCS1;
  840. }
  841. }