FrmILRepair.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmILRepair
  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.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmILRepair));
  38. this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.cbbID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  40. this.dateTimePicker2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  41. this.dateTimePicker1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  42. this.cbbWZ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.cbbLB = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  44. this.cbxClrTS = new System.Windows.Forms.CheckBox();
  45. this.tbCurrStatus = new System.Windows.Forms.TextBox();
  46. this.tbAgeTS = new System.Windows.Forms.TextBox();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.lblBaseInfoMemo = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.tbReason = new System.Windows.Forms.TextBox();
  51. this.tbMemo = new System.Windows.Forms.TextBox();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.label4 = new System.Windows.Forms.Label();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.label2 = new System.Windows.Forms.Label();
  56. this.lblAge = new System.Windows.Forms.Label();
  57. this.lblLadleID = new System.Windows.Forms.Label();
  58. this.cbxClrBG = new System.Windows.Forms.CheckBox();
  59. this.tbAgeBG = new System.Windows.Forms.TextBox();
  60. this.lblIronAccount = new System.Windows.Forms.Label();
  61. this.btnClose = new System.Windows.Forms.Button();
  62. this.btnStart = new System.Windows.Forms.Button();
  63. this.btnEnd = new System.Windows.Forms.Button();
  64. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  65. this.RepairStar = new System.Windows.Forms.ToolStripButton();
  66. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  67. this.RepairEnd = new System.Windows.Forms.ToolStripButton();
  68. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  69. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  70. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
  71. this.ulgrpBaseInfoEdit.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.cbbID)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.cbbWZ)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.cbbLB)).BeginInit();
  77. this.toolStrip1.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // ulgrpBaseInfoEdit
  81. //
  82. appearance1.BackColor = System.Drawing.Color.Transparent;
  83. appearance1.FontData.Name = "宋体";
  84. appearance1.FontData.SizeInPoints = 10.5F;
  85. this.ulgrpBaseInfoEdit.Appearance = appearance1;
  86. this.ulgrpBaseInfoEdit.Controls.Add(this.cbbID);
  87. this.ulgrpBaseInfoEdit.Controls.Add(this.dateTimePicker2);
  88. this.ulgrpBaseInfoEdit.Controls.Add(this.dateTimePicker1);
  89. this.ulgrpBaseInfoEdit.Controls.Add(this.cbbWZ);
  90. this.ulgrpBaseInfoEdit.Controls.Add(this.cbbLB);
  91. this.ulgrpBaseInfoEdit.Controls.Add(this.cbxClrTS);
  92. this.ulgrpBaseInfoEdit.Controls.Add(this.tbCurrStatus);
  93. this.ulgrpBaseInfoEdit.Controls.Add(this.tbAgeTS);
  94. this.ulgrpBaseInfoEdit.Controls.Add(this.label6);
  95. this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
  96. this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
  97. this.ulgrpBaseInfoEdit.Controls.Add(this.tbReason);
  98. this.ulgrpBaseInfoEdit.Controls.Add(this.tbMemo);
  99. this.ulgrpBaseInfoEdit.Controls.Add(this.label5);
  100. this.ulgrpBaseInfoEdit.Controls.Add(this.label4);
  101. this.ulgrpBaseInfoEdit.Controls.Add(this.label3);
  102. this.ulgrpBaseInfoEdit.Controls.Add(this.label2);
  103. this.ulgrpBaseInfoEdit.Controls.Add(this.lblAge);
  104. this.ulgrpBaseInfoEdit.Controls.Add(this.lblLadleID);
  105. this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Top;
  106. this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 10.5F);
  107. this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 25);
  108. this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
  109. this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(380, 289);
  110. this.ulgrpBaseInfoEdit.TabIndex = 0;
  111. //
  112. // cbbID
  113. //
  114. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  115. appearance2.BorderColor = System.Drawing.Color.Black;
  116. this.cbbID.Appearance = appearance2;
  117. this.cbbID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  118. this.cbbID.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  119. this.cbbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.cbbID.Location = new System.Drawing.Point(86, 13);
  121. this.cbbID.Name = "cbbID";
  122. this.cbbID.Size = new System.Drawing.Size(81, 19);
  123. this.cbbID.TabIndex = 302;
  124. this.cbbID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  125. this.cbbID.SelectionChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
  126. //
  127. // dateTimePicker2
  128. //
  129. appearance3.BackColor = System.Drawing.Color.White;
  130. this.dateTimePicker2.Appearance = appearance3;
  131. this.dateTimePicker2.BackColor = System.Drawing.Color.White;
  132. this.dateTimePicker2.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  133. this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.dateTimePicker2.FormatProvider = new System.Globalization.CultureInfo("en-US");
  135. this.dateTimePicker2.FormatString = "yyyy-MM-dd HH:mm:ss";
  136. this.dateTimePicker2.Location = new System.Drawing.Point(86, 133);
  137. this.dateTimePicker2.MaskInput = "yyyy-mm-dd hh:mm:ss";
  138. this.dateTimePicker2.Name = "dateTimePicker2";
  139. this.dateTimePicker2.Size = new System.Drawing.Size(262, 21);
  140. this.dateTimePicker2.TabIndex = 301;
  141. this.dateTimePicker2.Value = null;
  142. //
  143. // dateTimePicker1
  144. //
  145. appearance4.BackColor = System.Drawing.Color.White;
  146. this.dateTimePicker1.Appearance = appearance4;
  147. this.dateTimePicker1.BackColor = System.Drawing.Color.White;
  148. this.dateTimePicker1.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  149. this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.dateTimePicker1.FormatProvider = new System.Globalization.CultureInfo("en-US");
  151. this.dateTimePicker1.FormatString = "yyyy-MM-dd HH:mm:ss";
  152. this.dateTimePicker1.Location = new System.Drawing.Point(86, 102);
  153. this.dateTimePicker1.MaskInput = "yyyy-mm-dd hh:mm:ss";
  154. this.dateTimePicker1.Name = "dateTimePicker1";
  155. this.dateTimePicker1.Size = new System.Drawing.Size(262, 21);
  156. this.dateTimePicker1.TabIndex = 300;
  157. this.dateTimePicker1.Value = null;
  158. //
  159. // cbbWZ
  160. //
  161. appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  162. appearance5.BorderColor = System.Drawing.Color.Black;
  163. this.cbbWZ.Appearance = appearance5;
  164. this.cbbWZ.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  165. this.cbbWZ.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  166. this.cbbWZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.cbbWZ.Location = new System.Drawing.Point(86, 73);
  168. this.cbbWZ.Name = "cbbWZ";
  169. this.cbbWZ.Size = new System.Drawing.Size(81, 19);
  170. this.cbbWZ.TabIndex = 299;
  171. this.cbbWZ.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  172. //
  173. // cbbLB
  174. //
  175. appearance6.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  176. appearance6.BorderColor = System.Drawing.Color.Black;
  177. this.cbbLB.Appearance = appearance6;
  178. this.cbbLB.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  179. this.cbbLB.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  180. this.cbbLB.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. valueListItem1.DataValue = "0";
  182. valueListItem1.DisplayText = "小修";
  183. valueListItem2.DataValue = "2";
  184. valueListItem2.DisplayText = "中修";
  185. valueListItem3.DataValue = "3";
  186. valueListItem3.DisplayText = "大修";
  187. this.cbbLB.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  188. valueListItem1,
  189. valueListItem2,
  190. valueListItem3});
  191. this.cbbLB.Location = new System.Drawing.Point(86, 43);
  192. this.cbbLB.Name = "cbbLB";
  193. this.cbbLB.Size = new System.Drawing.Size(81, 19);
  194. this.cbbLB.TabIndex = 298;
  195. this.cbbLB.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  196. //
  197. // cbxClrTS
  198. //
  199. this.cbxClrTS.AutoSize = true;
  200. this.cbxClrTS.Location = new System.Drawing.Point(300, 43);
  201. this.cbxClrTS.Name = "cbxClrTS";
  202. this.cbxClrTS.Size = new System.Drawing.Size(54, 18);
  203. this.cbxClrTS.TabIndex = 5;
  204. this.cbxClrTS.Text = "清零";
  205. this.cbxClrTS.UseVisualStyleBackColor = true;
  206. //
  207. // tbCurrStatus
  208. //
  209. this.tbCurrStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  210. this.tbCurrStatus.Font = new System.Drawing.Font("宋体", 10.5F);
  211. this.tbCurrStatus.ForeColor = System.Drawing.Color.Black;
  212. this.tbCurrStatus.Location = new System.Drawing.Point(243, 11);
  213. this.tbCurrStatus.MaxLength = 10;
  214. this.tbCurrStatus.Name = "tbCurrStatus";
  215. this.tbCurrStatus.ReadOnly = true;
  216. this.tbCurrStatus.Size = new System.Drawing.Size(105, 23);
  217. this.tbCurrStatus.TabIndex = 2;
  218. //
  219. // tbAgeTS
  220. //
  221. this.tbAgeTS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  222. this.tbAgeTS.Font = new System.Drawing.Font("宋体", 10.5F);
  223. this.tbAgeTS.Location = new System.Drawing.Point(243, 41);
  224. this.tbAgeTS.MaxLength = 10;
  225. this.tbAgeTS.Name = "tbAgeTS";
  226. this.tbAgeTS.ReadOnly = true;
  227. this.tbAgeTS.ShortcutsEnabled = false;
  228. this.tbAgeTS.Size = new System.Drawing.Size(51, 23);
  229. this.tbAgeTS.TabIndex = 4;
  230. //
  231. // label6
  232. //
  233. this.label6.AutoSize = true;
  234. this.label6.BackColor = System.Drawing.Color.Transparent;
  235. this.label6.Font = new System.Drawing.Font("宋体", 10.5F);
  236. this.label6.Location = new System.Drawing.Point(18, 168);
  237. this.label6.Name = "label6";
  238. this.label6.Size = new System.Drawing.Size(63, 14);
  239. this.label6.TabIndex = 0;
  240. this.label6.Text = "维修原因";
  241. //
  242. // lblBaseInfoMemo
  243. //
  244. this.lblBaseInfoMemo.AutoSize = true;
  245. this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
  246. this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 10.5F);
  247. this.lblBaseInfoMemo.Location = new System.Drawing.Point(46, 228);
  248. this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
  249. this.lblBaseInfoMemo.Size = new System.Drawing.Size(35, 14);
  250. this.lblBaseInfoMemo.TabIndex = 0;
  251. this.lblBaseInfoMemo.Text = "备注";
  252. //
  253. // label1
  254. //
  255. this.label1.AutoSize = true;
  256. this.label1.BackColor = System.Drawing.Color.Transparent;
  257. this.label1.Font = new System.Drawing.Font("宋体", 10.5F);
  258. this.label1.Location = new System.Drawing.Point(175, 15);
  259. this.label1.Name = "label1";
  260. this.label1.Size = new System.Drawing.Size(63, 14);
  261. this.label1.TabIndex = 0;
  262. this.label1.Text = "当前状态";
  263. //
  264. // tbReason
  265. //
  266. this.tbReason.Font = new System.Drawing.Font("宋体", 10.5F);
  267. this.tbReason.Location = new System.Drawing.Point(86, 164);
  268. this.tbReason.MaxLength = 300;
  269. this.tbReason.Multiline = true;
  270. this.tbReason.Name = "tbReason";
  271. this.tbReason.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  272. this.tbReason.Size = new System.Drawing.Size(262, 52);
  273. this.tbReason.TabIndex = 11;
  274. //
  275. // tbMemo
  276. //
  277. this.tbMemo.Font = new System.Drawing.Font("宋体", 10.5F);
  278. this.tbMemo.Location = new System.Drawing.Point(86, 225);
  279. this.tbMemo.MaxLength = 300;
  280. this.tbMemo.Multiline = true;
  281. this.tbMemo.Name = "tbMemo";
  282. this.tbMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  283. this.tbMemo.Size = new System.Drawing.Size(262, 52);
  284. this.tbMemo.TabIndex = 12;
  285. //
  286. // label5
  287. //
  288. this.label5.AutoSize = true;
  289. this.label5.BackColor = System.Drawing.Color.Transparent;
  290. this.label5.Font = new System.Drawing.Font("宋体", 10.5F);
  291. this.label5.Location = new System.Drawing.Point(18, 136);
  292. this.label5.Name = "label5";
  293. this.label5.Size = new System.Drawing.Size(63, 14);
  294. this.label5.TabIndex = 0;
  295. this.label5.Text = "修复时间";
  296. //
  297. // label4
  298. //
  299. this.label4.AutoSize = true;
  300. this.label4.BackColor = System.Drawing.Color.Transparent;
  301. this.label4.Font = new System.Drawing.Font("宋体", 10.5F);
  302. this.label4.Location = new System.Drawing.Point(18, 105);
  303. this.label4.Name = "label4";
  304. this.label4.Size = new System.Drawing.Size(63, 14);
  305. this.label4.TabIndex = 0;
  306. this.label4.Text = "送修时间";
  307. //
  308. // label3
  309. //
  310. this.label3.AutoSize = true;
  311. this.label3.BackColor = System.Drawing.Color.Transparent;
  312. this.label3.Font = new System.Drawing.Font("宋体", 10.5F);
  313. this.label3.Location = new System.Drawing.Point(18, 75);
  314. this.label3.Name = "label3";
  315. this.label3.Size = new System.Drawing.Size(63, 14);
  316. this.label3.TabIndex = 0;
  317. this.label3.Text = "维修位置";
  318. //
  319. // label2
  320. //
  321. this.label2.AutoSize = true;
  322. this.label2.BackColor = System.Drawing.Color.Transparent;
  323. this.label2.Font = new System.Drawing.Font("宋体", 10.5F);
  324. this.label2.Location = new System.Drawing.Point(18, 45);
  325. this.label2.Name = "label2";
  326. this.label2.Size = new System.Drawing.Size(63, 14);
  327. this.label2.TabIndex = 0;
  328. this.label2.Text = "维修类别";
  329. //
  330. // lblAge
  331. //
  332. this.lblAge.AutoSize = true;
  333. this.lblAge.BackColor = System.Drawing.Color.Transparent;
  334. this.lblAge.Font = new System.Drawing.Font("宋体", 10.5F);
  335. this.lblAge.Location = new System.Drawing.Point(175, 45);
  336. this.lblAge.Name = "lblAge";
  337. this.lblAge.Size = new System.Drawing.Size(63, 14);
  338. this.lblAge.TabIndex = 0;
  339. this.lblAge.Text = "铁水包龄";
  340. //
  341. // lblLadleID
  342. //
  343. this.lblLadleID.AutoSize = true;
  344. this.lblLadleID.BackColor = System.Drawing.Color.Transparent;
  345. this.lblLadleID.Font = new System.Drawing.Font("宋体", 10.5F);
  346. this.lblLadleID.Location = new System.Drawing.Point(18, 15);
  347. this.lblLadleID.Name = "lblLadleID";
  348. this.lblLadleID.Size = new System.Drawing.Size(63, 14);
  349. this.lblLadleID.TabIndex = 0;
  350. this.lblLadleID.Text = "铁包编号";
  351. //
  352. // cbxClrBG
  353. //
  354. this.cbxClrBG.AutoSize = true;
  355. this.cbxClrBG.Location = new System.Drawing.Point(304, 345);
  356. this.cbxClrBG.Name = "cbxClrBG";
  357. this.cbxClrBG.Size = new System.Drawing.Size(48, 16);
  358. this.cbxClrBG.TabIndex = 8;
  359. this.cbxClrBG.Text = "清零";
  360. this.cbxClrBG.UseVisualStyleBackColor = true;
  361. this.cbxClrBG.Visible = false;
  362. //
  363. // tbAgeBG
  364. //
  365. this.tbAgeBG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  366. this.tbAgeBG.Font = new System.Drawing.Font("宋体", 10.5F);
  367. this.tbAgeBG.Location = new System.Drawing.Point(233, 342);
  368. this.tbAgeBG.MaxLength = 10;
  369. this.tbAgeBG.Name = "tbAgeBG";
  370. this.tbAgeBG.ReadOnly = true;
  371. this.tbAgeBG.ShortcutsEnabled = false;
  372. this.tbAgeBG.Size = new System.Drawing.Size(64, 23);
  373. this.tbAgeBG.TabIndex = 7;
  374. this.tbAgeBG.Visible = false;
  375. //
  376. // lblIronAccount
  377. //
  378. this.lblIronAccount.AutoSize = true;
  379. this.lblIronAccount.BackColor = System.Drawing.Color.Transparent;
  380. this.lblIronAccount.Font = new System.Drawing.Font("宋体", 10.5F);
  381. this.lblIronAccount.Location = new System.Drawing.Point(165, 346);
  382. this.lblIronAccount.Name = "lblIronAccount";
  383. this.lblIronAccount.Size = new System.Drawing.Size(63, 14);
  384. this.lblIronAccount.TabIndex = 0;
  385. this.lblIronAccount.Text = "半钢包龄";
  386. this.lblIronAccount.Visible = false;
  387. //
  388. // btnClose
  389. //
  390. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  391. this.btnClose.Font = new System.Drawing.Font("宋体", 10.5F);
  392. this.btnClose.Location = new System.Drawing.Point(274, 331);
  393. this.btnClose.Name = "btnClose";
  394. this.btnClose.Size = new System.Drawing.Size(77, 26);
  395. this.btnClose.TabIndex = 3;
  396. this.btnClose.Text = "关闭";
  397. this.btnClose.UseVisualStyleBackColor = true;
  398. this.btnClose.Visible = false;
  399. //
  400. // btnStart
  401. //
  402. this.btnStart.Font = new System.Drawing.Font("宋体", 10.5F);
  403. this.btnStart.Location = new System.Drawing.Point(92, 331);
  404. this.btnStart.Name = "btnStart";
  405. this.btnStart.Size = new System.Drawing.Size(77, 26);
  406. this.btnStart.TabIndex = 1;
  407. this.btnStart.Text = "维修开始";
  408. this.btnStart.UseVisualStyleBackColor = true;
  409. this.btnStart.Visible = false;
  410. //
  411. // btnEnd
  412. //
  413. this.btnEnd.Font = new System.Drawing.Font("宋体", 10.5F);
  414. this.btnEnd.Location = new System.Drawing.Point(183, 331);
  415. this.btnEnd.Name = "btnEnd";
  416. this.btnEnd.Size = new System.Drawing.Size(77, 26);
  417. this.btnEnd.TabIndex = 2;
  418. this.btnEnd.Text = "维修结束";
  419. this.btnEnd.UseVisualStyleBackColor = true;
  420. this.btnEnd.Visible = false;
  421. //
  422. // toolStrip1
  423. //
  424. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  425. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  426. this.RepairStar,
  427. this.toolStripSeparator2,
  428. this.RepairEnd,
  429. this.toolStripSeparator3,
  430. this.CLOSE});
  431. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  432. this.toolStrip1.Name = "toolStrip1";
  433. this.toolStrip1.Size = new System.Drawing.Size(380, 25);
  434. this.toolStrip1.TabIndex = 7;
  435. this.toolStrip1.Text = "toolStrip1";
  436. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  437. //
  438. // RepairStar
  439. //
  440. this.RepairStar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  441. this.RepairStar.ImageTransparentColor = System.Drawing.Color.Magenta;
  442. this.RepairStar.Name = "RepairStar";
  443. this.RepairStar.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  444. this.RepairStar.Size = new System.Drawing.Size(77, 22);
  445. this.RepairStar.Text = "维修开始";
  446. this.RepairStar.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  447. //
  448. // toolStripSeparator2
  449. //
  450. this.toolStripSeparator2.Name = "toolStripSeparator2";
  451. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  452. //
  453. // RepairEnd
  454. //
  455. this.RepairEnd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  456. this.RepairEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  457. this.RepairEnd.Name = "RepairEnd";
  458. this.RepairEnd.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  459. this.RepairEnd.Size = new System.Drawing.Size(77, 22);
  460. this.RepairEnd.Text = "维修结束";
  461. //
  462. // toolStripSeparator3
  463. //
  464. this.toolStripSeparator3.Name = "toolStripSeparator3";
  465. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  466. //
  467. // CLOSE
  468. //
  469. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  470. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  471. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  472. this.CLOSE.Name = "CLOSE";
  473. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  474. this.CLOSE.Size = new System.Drawing.Size(71, 22);
  475. this.CLOSE.Text = "关闭(&C)";
  476. //
  477. // FrmILRepair
  478. //
  479. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  480. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  481. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  482. this.CancelButton = this.btnClose;
  483. this.ClientSize = new System.Drawing.Size(380, 316);
  484. this.Controls.Add(this.ulgrpBaseInfoEdit);
  485. this.Controls.Add(this.toolStrip1);
  486. this.Controls.Add(this.cbxClrBG);
  487. this.Controls.Add(this.btnEnd);
  488. this.Controls.Add(this.btnStart);
  489. this.Controls.Add(this.tbAgeBG);
  490. this.Controls.Add(this.btnClose);
  491. this.Controls.Add(this.lblIronAccount);
  492. this.MaximizeBox = false;
  493. this.MinimizeBox = false;
  494. this.Name = "FrmILRepair";
  495. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  496. this.Text = "铁包维修信息";
  497. this.Load += new System.EventHandler(this.FrmILRepair_Load);
  498. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
  499. this.ulgrpBaseInfoEdit.ResumeLayout(false);
  500. this.ulgrpBaseInfoEdit.PerformLayout();
  501. ((System.ComponentModel.ISupportInitialize)(this.cbbID)).EndInit();
  502. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker2)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.dateTimePicker1)).EndInit();
  504. ((System.ComponentModel.ISupportInitialize)(this.cbbWZ)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this.cbbLB)).EndInit();
  506. this.toolStrip1.ResumeLayout(false);
  507. this.toolStrip1.PerformLayout();
  508. this.ResumeLayout(false);
  509. this.PerformLayout();
  510. }
  511. #endregion
  512. public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
  513. private System.Windows.Forms.Label lblBaseInfoMemo;
  514. private System.Windows.Forms.TextBox tbMemo;
  515. private System.Windows.Forms.Label lblIronAccount;
  516. private System.Windows.Forms.Label lblAge;
  517. private System.Windows.Forms.Label lblLadleID;
  518. private System.Windows.Forms.Button btnClose;
  519. private System.Windows.Forms.TextBox tbAgeBG;
  520. private System.Windows.Forms.TextBox tbAgeTS;
  521. private System.Windows.Forms.TextBox tbCurrStatus;
  522. private System.Windows.Forms.Label label1;
  523. private System.Windows.Forms.CheckBox cbxClrBG;
  524. private System.Windows.Forms.CheckBox cbxClrTS;
  525. private System.Windows.Forms.Label label3;
  526. private System.Windows.Forms.Label label2;
  527. private System.Windows.Forms.Label label6;
  528. private System.Windows.Forms.TextBox tbReason;
  529. private System.Windows.Forms.Label label5;
  530. private System.Windows.Forms.Label label4;
  531. private System.Windows.Forms.Button btnStart;
  532. private System.Windows.Forms.Button btnEnd;
  533. private System.Windows.Forms.ToolStrip toolStrip1;
  534. private System.Windows.Forms.ToolStripButton RepairStar;
  535. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  536. private System.Windows.Forms.ToolStripButton RepairEnd;
  537. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  538. private System.Windows.Forms.ToolStripButton CLOSE;
  539. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbLB;
  540. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbWZ;
  541. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker2;
  542. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateTimePicker1;
  543. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbID;
  544. }
  545. }