frmpotrepaire.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class frmpotrepaire
  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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  41. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  42. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  44. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  45. this.chkEnd = new System.Windows.Forms.CheckBox();
  46. this.chkStart = new System.Windows.Forms.CheckBox();
  47. this.cmbRefr = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.cmbCategory = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  49. this.cmbReason = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.cmbLocation = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  51. this.udteEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  52. this.udteStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  53. this.btnWithTime = new System.Windows.Forms.Button();
  54. this.label7 = new System.Windows.Forms.Label();
  55. this.label6 = new System.Windows.Forms.Label();
  56. this.txtWithTime = new System.Windows.Forms.TextBox();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.label4 = new System.Windows.Forms.Label();
  59. this.label3 = new System.Windows.Forms.Label();
  60. this.label2 = new System.Windows.Forms.Label();
  61. this.label1 = new System.Windows.Forms.Label();
  62. this.btnCancel = new System.Windows.Forms.Button();
  63. this.btnOK = new System.Windows.Forms.Button();
  64. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  65. ((System.ComponentModel.ISupportInitialize)(this.cmbRefr)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.cmbCategory)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.cmbReason)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.cmbLocation)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  72. this.ultraGroupBox1.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // chkEnd
  76. //
  77. this.chkEnd.Appearance = System.Windows.Forms.Appearance.Button;
  78. this.chkEnd.Location = new System.Drawing.Point(222, 134);
  79. this.chkEnd.Name = "chkEnd";
  80. this.chkEnd.Size = new System.Drawing.Size(39, 23);
  81. this.chkEnd.TabIndex = 6;
  82. this.chkEnd.Text = "结束";
  83. this.chkEnd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  84. //
  85. // chkStart
  86. //
  87. this.chkStart.Appearance = System.Windows.Forms.Appearance.Button;
  88. this.chkStart.Location = new System.Drawing.Point(222, 105);
  89. this.chkStart.Name = "chkStart";
  90. this.chkStart.Size = new System.Drawing.Size(39, 23);
  91. this.chkStart.TabIndex = 4;
  92. this.chkStart.Text = "开始";
  93. this.chkStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  94. //
  95. // cmbRefr
  96. //
  97. this.cmbRefr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.cmbRefr.Location = new System.Drawing.Point(77, 195);
  99. this.cmbRefr.Name = "cmbRefr";
  100. this.cmbRefr.Size = new System.Drawing.Size(184, 19);
  101. this.cmbRefr.TabIndex = 286;
  102. this.cmbRefr.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  103. //
  104. // cmbCategory
  105. //
  106. this.cmbCategory.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. valueListItem1.DataValue = "0";
  108. valueListItem1.DisplayText = "大修";
  109. valueListItem2.DataValue = "1";
  110. valueListItem2.DisplayText = "中修";
  111. valueListItem3.DataValue = "2";
  112. valueListItem3.DisplayText = "小修";
  113. valueListItem4.DataValue = "3";
  114. valueListItem4.DisplayText = "设备维修";
  115. valueListItem17.DataValue = "4";
  116. valueListItem17.DisplayText = "喷补";
  117. this.cmbCategory.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  118. valueListItem1,
  119. valueListItem2,
  120. valueListItem3,
  121. valueListItem4,
  122. valueListItem17});
  123. this.cmbCategory.Location = new System.Drawing.Point(77, 80);
  124. this.cmbCategory.Name = "cmbCategory";
  125. this.cmbCategory.Size = new System.Drawing.Size(184, 19);
  126. this.cmbCategory.TabIndex = 285;
  127. this.cmbCategory.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  128. //
  129. // cmbReason
  130. //
  131. this.cmbReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. valueListItem5.DataValue = "0";
  133. valueListItem5.DisplayText = "正常";
  134. valueListItem6.DataValue = "1";
  135. valueListItem6.DisplayText = "不正常";
  136. this.cmbReason.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  137. valueListItem5,
  138. valueListItem6});
  139. this.cmbReason.Location = new System.Drawing.Point(77, 52);
  140. this.cmbReason.Name = "cmbReason";
  141. this.cmbReason.Size = new System.Drawing.Size(184, 19);
  142. this.cmbReason.TabIndex = 284;
  143. this.cmbReason.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  144. //
  145. // cmbLocation
  146. //
  147. this.cmbLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. valueListItem7.DataValue = "0";
  149. valueListItem7.DisplayText = "水口座砖";
  150. valueListItem8.DataValue = "1";
  151. valueListItem8.DisplayText = "透气座砖";
  152. valueListItem9.DataValue = "2";
  153. valueListItem9.DisplayText = "渣线";
  154. valueListItem10.DataValue = "3";
  155. valueListItem10.DisplayText = "溶池";
  156. valueListItem11.DataValue = "4";
  157. valueListItem11.DisplayText = "冲击区";
  158. valueListItem12.DataValue = "5";
  159. valueListItem12.DisplayText = "换透气砖";
  160. valueListItem13.DataValue = "6";
  161. valueListItem13.DisplayText = "换上水口";
  162. valueListItem14.DataValue = "7";
  163. valueListItem14.DisplayText = "机构";
  164. valueListItem15.DataValue = "9";
  165. valueListItem15.DisplayText = "永久层";
  166. valueListItem16.DataValue = "10";
  167. valueListItem16.DisplayText = "整体包况差";
  168. this.cmbLocation.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  169. valueListItem7,
  170. valueListItem8,
  171. valueListItem9,
  172. valueListItem10,
  173. valueListItem11,
  174. valueListItem12,
  175. valueListItem13,
  176. valueListItem14,
  177. valueListItem15,
  178. valueListItem16});
  179. this.cmbLocation.Location = new System.Drawing.Point(77, 24);
  180. this.cmbLocation.Name = "cmbLocation";
  181. this.cmbLocation.Size = new System.Drawing.Size(184, 19);
  182. this.cmbLocation.TabIndex = 283;
  183. this.cmbLocation.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  184. //
  185. // udteEnd
  186. //
  187. this.udteEnd.FormatString = "";
  188. this.udteEnd.Location = new System.Drawing.Point(77, 136);
  189. this.udteEnd.MaskInput = "{date} {longtime}";
  190. this.udteEnd.Name = "udteEnd";
  191. this.udteEnd.Size = new System.Drawing.Size(144, 21);
  192. this.udteEnd.TabIndex = 5;
  193. //
  194. // udteStart
  195. //
  196. this.udteStart.FormatString = "";
  197. this.udteStart.Location = new System.Drawing.Point(77, 107);
  198. this.udteStart.MaskInput = "{date} {longtime}";
  199. this.udteStart.Name = "udteStart";
  200. this.udteStart.Size = new System.Drawing.Size(144, 21);
  201. this.udteStart.TabIndex = 3;
  202. //
  203. // btnWithTime
  204. //
  205. this.btnWithTime.Location = new System.Drawing.Point(222, 163);
  206. this.btnWithTime.Name = "btnWithTime";
  207. this.btnWithTime.Size = new System.Drawing.Size(39, 23);
  208. this.btnWithTime.TabIndex = 8;
  209. this.btnWithTime.Text = "用时";
  210. //
  211. // label7
  212. //
  213. this.label7.AutoSize = true;
  214. this.label7.Location = new System.Drawing.Point(18, 198);
  215. this.label7.Name = "label7";
  216. this.label7.Size = new System.Drawing.Size(53, 12);
  217. this.label7.TabIndex = 0;
  218. this.label7.Text = "耐材更换";
  219. //
  220. // label6
  221. //
  222. this.label6.AutoSize = true;
  223. this.label6.Location = new System.Drawing.Point(18, 169);
  224. this.label6.Name = "label6";
  225. this.label6.Size = new System.Drawing.Size(53, 12);
  226. this.label6.TabIndex = 0;
  227. this.label6.Text = "维修时间";
  228. //
  229. // txtWithTime
  230. //
  231. this.txtWithTime.Enabled = false;
  232. this.txtWithTime.Location = new System.Drawing.Point(77, 165);
  233. this.txtWithTime.Name = "txtWithTime";
  234. this.txtWithTime.ReadOnly = true;
  235. this.txtWithTime.Size = new System.Drawing.Size(144, 21);
  236. this.txtWithTime.TabIndex = 7;
  237. //
  238. // label5
  239. //
  240. this.label5.AutoSize = true;
  241. this.label5.Location = new System.Drawing.Point(18, 140);
  242. this.label5.Name = "label5";
  243. this.label5.Size = new System.Drawing.Size(53, 12);
  244. this.label5.TabIndex = 0;
  245. this.label5.Text = "结束时间";
  246. //
  247. // label4
  248. //
  249. this.label4.AutoSize = true;
  250. this.label4.Location = new System.Drawing.Point(18, 111);
  251. this.label4.Name = "label4";
  252. this.label4.Size = new System.Drawing.Size(53, 12);
  253. this.label4.TabIndex = 0;
  254. this.label4.Text = "开始时间";
  255. //
  256. // label3
  257. //
  258. this.label3.AutoSize = true;
  259. this.label3.Location = new System.Drawing.Point(18, 83);
  260. this.label3.Name = "label3";
  261. this.label3.Size = new System.Drawing.Size(53, 12);
  262. this.label3.TabIndex = 0;
  263. this.label3.Text = "维修类别";
  264. //
  265. // label2
  266. //
  267. this.label2.AutoSize = true;
  268. this.label2.Location = new System.Drawing.Point(18, 55);
  269. this.label2.Name = "label2";
  270. this.label2.Size = new System.Drawing.Size(53, 12);
  271. this.label2.TabIndex = 0;
  272. this.label2.Text = "维修原因";
  273. //
  274. // label1
  275. //
  276. this.label1.AutoSize = true;
  277. this.label1.Location = new System.Drawing.Point(18, 27);
  278. this.label1.Name = "label1";
  279. this.label1.Size = new System.Drawing.Size(53, 12);
  280. this.label1.TabIndex = 0;
  281. this.label1.Text = "维修位置";
  282. //
  283. // btnCancel
  284. //
  285. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  286. this.btnCancel.Location = new System.Drawing.Point(159, 229);
  287. this.btnCancel.Name = "btnCancel";
  288. this.btnCancel.Size = new System.Drawing.Size(60, 24);
  289. this.btnCancel.TabIndex = 2;
  290. this.btnCancel.Text = "取消";
  291. this.btnCancel.Click += new System.EventHandler(this.button1_Click);
  292. //
  293. // btnOK
  294. //
  295. this.btnOK.Location = new System.Drawing.Point(77, 229);
  296. this.btnOK.Name = "btnOK";
  297. this.btnOK.Size = new System.Drawing.Size(60, 24);
  298. this.btnOK.TabIndex = 1;
  299. this.btnOK.Text = "确定";
  300. this.btnOK.Click += new System.EventHandler(this.button2_Click);
  301. //
  302. // ultraGroupBox1
  303. //
  304. this.ultraGroupBox1.Controls.Add(this.cmbRefr);
  305. this.ultraGroupBox1.Controls.Add(this.btnCancel);
  306. this.ultraGroupBox1.Controls.Add(this.btnOK);
  307. this.ultraGroupBox1.Controls.Add(this.label1);
  308. this.ultraGroupBox1.Controls.Add(this.cmbCategory);
  309. this.ultraGroupBox1.Controls.Add(this.label2);
  310. this.ultraGroupBox1.Controls.Add(this.cmbReason);
  311. this.ultraGroupBox1.Controls.Add(this.label3);
  312. this.ultraGroupBox1.Controls.Add(this.cmbLocation);
  313. this.ultraGroupBox1.Controls.Add(this.label4);
  314. this.ultraGroupBox1.Controls.Add(this.udteEnd);
  315. this.ultraGroupBox1.Controls.Add(this.label5);
  316. this.ultraGroupBox1.Controls.Add(this.udteStart);
  317. this.ultraGroupBox1.Controls.Add(this.txtWithTime);
  318. this.ultraGroupBox1.Controls.Add(this.chkEnd);
  319. this.ultraGroupBox1.Controls.Add(this.label6);
  320. this.ultraGroupBox1.Controls.Add(this.btnWithTime);
  321. this.ultraGroupBox1.Controls.Add(this.label7);
  322. this.ultraGroupBox1.Controls.Add(this.chkStart);
  323. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  324. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  325. this.ultraGroupBox1.Name = "ultraGroupBox1";
  326. this.ultraGroupBox1.Size = new System.Drawing.Size(281, 269);
  327. this.ultraGroupBox1.TabIndex = 3;
  328. //
  329. // frmpotrepaire
  330. //
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.CancelButton = this.btnCancel;
  334. this.ClientSize = new System.Drawing.Size(281, 269);
  335. this.Controls.Add(this.ultraGroupBox1);
  336. this.MaximizeBox = false;
  337. this.MinimizeBox = false;
  338. this.Name = "frmpotrepaire";
  339. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  340. this.Text = "钢包维修";
  341. this.Load += new System.EventHandler(this.frmpotrepaire_Load);
  342. ((System.ComponentModel.ISupportInitialize)(this.cmbRefr)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.cmbCategory)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.cmbReason)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.cmbLocation)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  349. this.ultraGroupBox1.ResumeLayout(false);
  350. this.ultraGroupBox1.PerformLayout();
  351. this.ResumeLayout(false);
  352. }
  353. #endregion
  354. private System.Windows.Forms.CheckBox chkEnd;
  355. private System.Windows.Forms.CheckBox chkStart;
  356. private System.Windows.Forms.Button btnWithTime;
  357. private System.Windows.Forms.Label label7;
  358. private System.Windows.Forms.Label label6;
  359. private System.Windows.Forms.TextBox txtWithTime;
  360. private System.Windows.Forms.Label label5;
  361. private System.Windows.Forms.Label label4;
  362. private System.Windows.Forms.Label label3;
  363. private System.Windows.Forms.Label label2;
  364. private System.Windows.Forms.Label label1;
  365. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEnd;
  366. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart;
  367. private System.Windows.Forms.Button btnCancel;
  368. private System.Windows.Forms.Button btnOK;
  369. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLocation;
  370. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCategory;
  371. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbReason;
  372. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbRefr;
  373. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  374. }
  375. }