FrmCLRepair.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmCLRepair
  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. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  41. this.lblTundishID = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.txtMemo = new System.Windows.Forms.TextBox();
  44. this.lblBaseInfoMemo = new System.Windows.Forms.Label();
  45. this.udteRepair = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  46. this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
  47. this.btnClose = new System.Windows.Forms.Button();
  48. this.ucmbReason = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  49. this.btnEnd = new System.Windows.Forms.Button();
  50. this.ucmbType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  51. this.btnBegin = new System.Windows.Forms.Button();
  52. this.ucmbID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  53. this.ucmbCCM = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.udteRepairTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  56. this.label7 = new System.Windows.Forms.Label();
  57. this.label6 = new System.Windows.Forms.Label();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.txtTBCSDest = new System.Windows.Forms.TextBox();
  61. this.txtTGBHDest = new System.Windows.Forms.TextBox();
  62. this.txtTBCScurr = new System.Windows.Forms.TextBox();
  63. this.txtTGBHCurr = new System.Windows.Forms.TextBox();
  64. this.label5 = new System.Windows.Forms.Label();
  65. ((System.ComponentModel.ISupportInitialize)(this.udteRepair)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
  67. this.ulgrpBaseInfoEdit.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.ucmbReason)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.ucmbType)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ucmbID)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.ucmbCCM)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.udteRepairTime)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // lblTundishID
  76. //
  77. this.lblTundishID.AutoSize = true;
  78. this.lblTundishID.BackColor = System.Drawing.Color.Transparent;
  79. this.lblTundishID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.lblTundishID.Location = new System.Drawing.Point(19, 50);
  81. this.lblTundishID.Name = "lblTundishID";
  82. this.lblTundishID.Size = new System.Drawing.Size(65, 12);
  83. this.lblTundishID.TabIndex = 0;
  84. this.lblTundishID.Text = "结晶器编号";
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.BackColor = System.Drawing.Color.Transparent;
  90. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.label1.Location = new System.Drawing.Point(31, 106);
  92. this.label1.Name = "label1";
  93. this.label1.Size = new System.Drawing.Size(53, 12);
  94. this.label1.TabIndex = 0;
  95. this.label1.Text = "送修时间";
  96. //
  97. // txtMemo
  98. //
  99. this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.txtMemo.Location = new System.Drawing.Point(91, 246);
  101. this.txtMemo.MaxLength = 300;
  102. this.txtMemo.Multiline = true;
  103. this.txtMemo.Name = "txtMemo";
  104. this.txtMemo.Size = new System.Drawing.Size(147, 48);
  105. this.txtMemo.TabIndex = 11;
  106. //
  107. // lblBaseInfoMemo
  108. //
  109. this.lblBaseInfoMemo.AutoSize = true;
  110. this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
  111. this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.lblBaseInfoMemo.Location = new System.Drawing.Point(31, 164);
  113. this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
  114. this.lblBaseInfoMemo.Size = new System.Drawing.Size(53, 12);
  115. this.lblBaseInfoMemo.TabIndex = 0;
  116. this.lblBaseInfoMemo.Text = "维修原因";
  117. //
  118. // udteRepair
  119. //
  120. this.udteRepair.FormatProvider = new System.Globalization.CultureInfo("en-US");
  121. this.udteRepair.FormatString = "yyyy-MM-dd HH:mm:ss";
  122. this.udteRepair.Location = new System.Drawing.Point(91, 102);
  123. this.udteRepair.MaskInput = "yyyy-mm-dd hh:mm:ss";
  124. this.udteRepair.Name = "udteRepair";
  125. this.udteRepair.Size = new System.Drawing.Size(147, 21);
  126. this.udteRepair.TabIndex = 4;
  127. //
  128. // ulgrpBaseInfoEdit
  129. //
  130. appearance1.FontData.Name = "宋体";
  131. appearance1.FontData.SizeInPoints = 9F;
  132. this.ulgrpBaseInfoEdit.Appearance = appearance1;
  133. this.ulgrpBaseInfoEdit.Controls.Add(this.btnClose);
  134. this.ulgrpBaseInfoEdit.Controls.Add(this.ucmbReason);
  135. this.ulgrpBaseInfoEdit.Controls.Add(this.btnEnd);
  136. this.ulgrpBaseInfoEdit.Controls.Add(this.ucmbType);
  137. this.ulgrpBaseInfoEdit.Controls.Add(this.btnBegin);
  138. this.ulgrpBaseInfoEdit.Controls.Add(this.ucmbID);
  139. this.ulgrpBaseInfoEdit.Controls.Add(this.ucmbCCM);
  140. this.ulgrpBaseInfoEdit.Controls.Add(this.label4);
  141. this.ulgrpBaseInfoEdit.Controls.Add(this.udteRepairTime);
  142. this.ulgrpBaseInfoEdit.Controls.Add(this.udteRepair);
  143. this.ulgrpBaseInfoEdit.Controls.Add(this.label7);
  144. this.ulgrpBaseInfoEdit.Controls.Add(this.label6);
  145. this.ulgrpBaseInfoEdit.Controls.Add(this.label3);
  146. this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
  147. this.ulgrpBaseInfoEdit.Controls.Add(this.label2);
  148. this.ulgrpBaseInfoEdit.Controls.Add(this.txtTBCSDest);
  149. this.ulgrpBaseInfoEdit.Controls.Add(this.txtTGBHDest);
  150. this.ulgrpBaseInfoEdit.Controls.Add(this.txtTBCScurr);
  151. this.ulgrpBaseInfoEdit.Controls.Add(this.txtTGBHCurr);
  152. this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo);
  153. this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
  154. this.ulgrpBaseInfoEdit.Controls.Add(this.label5);
  155. this.ulgrpBaseInfoEdit.Controls.Add(this.lblTundishID);
  156. this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 0);
  159. this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
  160. this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(273, 353);
  161. this.ulgrpBaseInfoEdit.TabIndex = 0;
  162. //
  163. // btnClose
  164. //
  165. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  166. this.btnClose.Location = new System.Drawing.Point(181, 309);
  167. this.btnClose.Name = "btnClose";
  168. this.btnClose.Size = new System.Drawing.Size(75, 29);
  169. this.btnClose.TabIndex = 3;
  170. this.btnClose.Text = "关闭";
  171. this.btnClose.UseVisualStyleBackColor = true;
  172. //
  173. // ucmbReason
  174. //
  175. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  176. appearance2.BorderColor = System.Drawing.Color.Black;
  177. this.ucmbReason.Appearance = appearance2;
  178. this.ucmbReason.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  179. this.ucmbReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. valueListItem1.DataValue = "1";
  181. valueListItem1.DisplayText = "漏钢";
  182. valueListItem2.DataValue = "2";
  183. valueListItem2.DisplayText = "脱方";
  184. this.ucmbReason.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  185. valueListItem1,
  186. valueListItem2});
  187. this.ucmbReason.Location = new System.Drawing.Point(91, 161);
  188. this.ucmbReason.Name = "ucmbReason";
  189. this.ucmbReason.Size = new System.Drawing.Size(147, 19);
  190. this.ucmbReason.TabIndex = 287;
  191. this.ucmbReason.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  192. //
  193. // btnEnd
  194. //
  195. this.btnEnd.Location = new System.Drawing.Point(98, 309);
  196. this.btnEnd.Name = "btnEnd";
  197. this.btnEnd.Size = new System.Drawing.Size(75, 29);
  198. this.btnEnd.TabIndex = 2;
  199. this.btnEnd.Text = "维修结束";
  200. this.btnEnd.UseVisualStyleBackColor = true;
  201. this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
  202. //
  203. // ucmbType
  204. //
  205. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  206. appearance3.BorderColor = System.Drawing.Color.Black;
  207. this.ucmbType.Appearance = appearance3;
  208. this.ucmbType.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  209. this.ucmbType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. valueListItem3.DataValue = "1";
  211. valueListItem3.DisplayText = "小修";
  212. valueListItem4.DataValue = "2";
  213. valueListItem4.DisplayText = "中修";
  214. valueListItem5.DataValue = "3";
  215. valueListItem5.DisplayText = "大修";
  216. this.ucmbType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  217. valueListItem3,
  218. valueListItem4,
  219. valueListItem5});
  220. this.ucmbType.Location = new System.Drawing.Point(91, 75);
  221. this.ucmbType.Name = "ucmbType";
  222. this.ucmbType.Size = new System.Drawing.Size(147, 19);
  223. this.ucmbType.TabIndex = 286;
  224. this.ucmbType.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  225. //
  226. // btnBegin
  227. //
  228. this.btnBegin.Location = new System.Drawing.Point(15, 309);
  229. this.btnBegin.Name = "btnBegin";
  230. this.btnBegin.Size = new System.Drawing.Size(75, 29);
  231. this.btnBegin.TabIndex = 1;
  232. this.btnBegin.Text = "维修开始";
  233. this.btnBegin.UseVisualStyleBackColor = true;
  234. this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
  235. //
  236. // ucmbID
  237. //
  238. appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  239. appearance4.BorderColor = System.Drawing.Color.Black;
  240. this.ucmbID.Appearance = appearance4;
  241. this.ucmbID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  242. this.ucmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.ucmbID.Location = new System.Drawing.Point(91, 47);
  244. this.ucmbID.Name = "ucmbID";
  245. this.ucmbID.Size = new System.Drawing.Size(147, 19);
  246. this.ucmbID.TabIndex = 285;
  247. this.ucmbID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  248. this.ucmbID.SelectionChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
  249. //
  250. // ucmbCCM
  251. //
  252. appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  253. appearance5.BorderColor = System.Drawing.Color.Black;
  254. this.ucmbCCM.Appearance = appearance5;
  255. this.ucmbCCM.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  256. this.ucmbCCM.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  257. this.ucmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. valueListItem7.DataValue = "1";
  259. valueListItem7.DisplayText = "1#连铸机";
  260. valueListItem8.DataValue = "2";
  261. valueListItem8.DisplayText = "2#连铸机";
  262. valueListItem9.DataValue = "3";
  263. valueListItem9.DisplayText = "3#连铸机";
  264. this.ucmbCCM.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  265. valueListItem7,
  266. valueListItem8,
  267. valueListItem9});
  268. this.ucmbCCM.Location = new System.Drawing.Point(91, 19);
  269. this.ucmbCCM.Name = "ucmbCCM";
  270. this.ucmbCCM.Size = new System.Drawing.Size(147, 19);
  271. this.ucmbCCM.TabIndex = 284;
  272. this.ucmbCCM.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  273. this.ucmbCCM.SelectionChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
  274. //
  275. // label4
  276. //
  277. this.label4.AutoSize = true;
  278. this.label4.BackColor = System.Drawing.Color.Transparent;
  279. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.label4.Location = new System.Drawing.Point(19, 22);
  281. this.label4.Name = "label4";
  282. this.label4.Size = new System.Drawing.Size(65, 12);
  283. this.label4.TabIndex = 0;
  284. this.label4.Text = "所属铸机号";
  285. //
  286. // udteRepairTime
  287. //
  288. this.udteRepairTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  289. this.udteRepairTime.FormatString = "yyyy-MM-dd HH:mm:ss";
  290. this.udteRepairTime.Location = new System.Drawing.Point(91, 131);
  291. this.udteRepairTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  292. this.udteRepairTime.Name = "udteRepairTime";
  293. this.udteRepairTime.Size = new System.Drawing.Size(147, 21);
  294. this.udteRepairTime.TabIndex = 5;
  295. //
  296. // label7
  297. //
  298. this.label7.AutoSize = true;
  299. this.label7.BackColor = System.Drawing.Color.Transparent;
  300. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.label7.Location = new System.Drawing.Point(31, 221);
  302. this.label7.Name = "label7";
  303. this.label7.Size = new System.Drawing.Size(53, 12);
  304. this.label7.TabIndex = 0;
  305. this.label7.Text = "铜管次数";
  306. //
  307. // label6
  308. //
  309. this.label6.AutoSize = true;
  310. this.label6.BackColor = System.Drawing.Color.Transparent;
  311. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.label6.Location = new System.Drawing.Point(31, 192);
  313. this.label6.Name = "label6";
  314. this.label6.Size = new System.Drawing.Size(53, 12);
  315. this.label6.TabIndex = 0;
  316. this.label6.Text = "铜管编号";
  317. //
  318. // label3
  319. //
  320. this.label3.AutoSize = true;
  321. this.label3.BackColor = System.Drawing.Color.Transparent;
  322. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.label3.Location = new System.Drawing.Point(55, 252);
  324. this.label3.Name = "label3";
  325. this.label3.Size = new System.Drawing.Size(29, 12);
  326. this.label3.TabIndex = 0;
  327. this.label3.Text = "备注";
  328. //
  329. // label2
  330. //
  331. this.label2.AutoSize = true;
  332. this.label2.BackColor = System.Drawing.Color.Transparent;
  333. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.label2.Location = new System.Drawing.Point(31, 135);
  335. this.label2.Name = "label2";
  336. this.label2.Size = new System.Drawing.Size(53, 12);
  337. this.label2.TabIndex = 0;
  338. this.label2.Text = "修复时间";
  339. //
  340. // txtTBCSDest
  341. //
  342. this.txtTBCSDest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.txtTBCSDest.Location = new System.Drawing.Point(166, 217);
  344. this.txtTBCSDest.MaxLength = 10;
  345. this.txtTBCSDest.Name = "txtTBCSDest";
  346. this.txtTBCSDest.ShortcutsEnabled = false;
  347. this.txtTBCSDest.Size = new System.Drawing.Size(72, 21);
  348. this.txtTBCSDest.TabIndex = 10;
  349. this.txtTBCSDest.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
  350. //
  351. // txtTGBHDest
  352. //
  353. this.txtTGBHDest.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.txtTGBHDest.Location = new System.Drawing.Point(166, 188);
  355. this.txtTGBHDest.MaxLength = 10;
  356. this.txtTGBHDest.Name = "txtTGBHDest";
  357. this.txtTGBHDest.Size = new System.Drawing.Size(72, 21);
  358. this.txtTGBHDest.TabIndex = 8;
  359. //
  360. // txtTBCScurr
  361. //
  362. this.txtTBCScurr.BackColor = System.Drawing.Color.Gainsboro;
  363. this.txtTBCScurr.Enabled = false;
  364. this.txtTBCScurr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.txtTBCScurr.Location = new System.Drawing.Point(91, 217);
  366. this.txtTBCScurr.MaxLength = 300;
  367. this.txtTBCScurr.Name = "txtTBCScurr";
  368. this.txtTBCScurr.Size = new System.Drawing.Size(72, 21);
  369. this.txtTBCScurr.TabIndex = 9;
  370. //
  371. // txtTGBHCurr
  372. //
  373. this.txtTGBHCurr.BackColor = System.Drawing.Color.Gainsboro;
  374. this.txtTGBHCurr.Enabled = false;
  375. this.txtTGBHCurr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.txtTGBHCurr.Location = new System.Drawing.Point(91, 188);
  377. this.txtTGBHCurr.MaxLength = 300;
  378. this.txtTGBHCurr.Name = "txtTGBHCurr";
  379. this.txtTGBHCurr.Size = new System.Drawing.Size(72, 21);
  380. this.txtTGBHCurr.TabIndex = 7;
  381. //
  382. // label5
  383. //
  384. this.label5.AutoSize = true;
  385. this.label5.BackColor = System.Drawing.Color.Transparent;
  386. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.label5.Location = new System.Drawing.Point(31, 78);
  388. this.label5.Name = "label5";
  389. this.label5.Size = new System.Drawing.Size(53, 12);
  390. this.label5.TabIndex = 0;
  391. this.label5.Text = "维修类别";
  392. //
  393. // FrmCLRepair
  394. //
  395. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  396. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  397. this.CancelButton = this.btnClose;
  398. this.ClientSize = new System.Drawing.Size(273, 353);
  399. this.Controls.Add(this.ulgrpBaseInfoEdit);
  400. this.Name = "FrmCLRepair";
  401. this.Text = "结晶器维修";
  402. this.Load += new System.EventHandler(this.FrmCLRepair_Load);
  403. ((System.ComponentModel.ISupportInitialize)(this.udteRepair)).EndInit();
  404. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
  405. this.ulgrpBaseInfoEdit.ResumeLayout(false);
  406. this.ulgrpBaseInfoEdit.PerformLayout();
  407. ((System.ComponentModel.ISupportInitialize)(this.ucmbReason)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.ucmbType)).EndInit();
  409. ((System.ComponentModel.ISupportInitialize)(this.ucmbID)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.ucmbCCM)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.udteRepairTime)).EndInit();
  412. this.ResumeLayout(false);
  413. }
  414. #endregion
  415. private System.Windows.Forms.Label lblTundishID;
  416. private System.Windows.Forms.Label label1;
  417. private System.Windows.Forms.TextBox txtMemo;
  418. private System.Windows.Forms.Label lblBaseInfoMemo;
  419. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteRepair;
  420. public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
  421. private System.Windows.Forms.Label label5;
  422. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteRepairTime;
  423. private System.Windows.Forms.Label label2;
  424. private System.Windows.Forms.Button btnBegin;
  425. private System.Windows.Forms.Button btnEnd;
  426. private System.Windows.Forms.Button btnClose;
  427. private System.Windows.Forms.Label label3;
  428. private System.Windows.Forms.Label label4;
  429. private System.Windows.Forms.Label label6;
  430. private System.Windows.Forms.TextBox txtTGBHDest;
  431. private System.Windows.Forms.TextBox txtTGBHCurr;
  432. private System.Windows.Forms.Label label7;
  433. private System.Windows.Forms.TextBox txtTBCSDest;
  434. private System.Windows.Forms.TextBox txtTBCScurr;
  435. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbCCM;
  436. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbReason;
  437. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbType;
  438. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbID;
  439. }
  440. }