锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

421 lines
22 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPTSAdd
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSEQPTSAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtFINDMTIME = new System.Windows.Forms.DateTimePicker();
  32. this.txtDuration = new DevExpress.XtraEditors.TextEdit();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.txtREASON = new DevExpress.XtraEditors.TextEdit();
  35. this.label15 = new System.Windows.Forms.Label();
  36. this.txtTSType = new DevExpress.XtraEditors.TextEdit();
  37. this.label14 = new System.Windows.Forms.Label();
  38. this.txtResult = new DevExpress.XtraEditors.TextEdit();
  39. this.label13 = new System.Windows.Forms.Label();
  40. this.txtSolution = new DevExpress.XtraEditors.TextEdit();
  41. this.label12 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit();
  44. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  45. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  46. this.txtTSINFO = new DevExpress.XtraEditors.TextEdit();
  47. this.txtFINDUSER = new DevExpress.XtraEditors.TextEdit();
  48. this.label11 = new System.Windows.Forms.Label();
  49. this.label10 = new System.Windows.Forms.Label();
  50. this.label4 = new System.Windows.Forms.Label();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  54. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  55. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  56. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  57. this.panelControl1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtDuration.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtREASON.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtTSType.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtResult.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtSolution.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtTSINFO.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // btnOK
  71. //
  72. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  75. this.btnOK.Appearance.Options.UseFont = true;
  76. this.btnOK.Appearance.Options.UseForeColor = true;
  77. this.btnOK.Appearance.Options.UseTextOptions = true;
  78. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  79. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  80. this.btnOK.Location = new System.Drawing.Point(485, 303);
  81. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  82. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  83. this.btnOK.Name = "btnOK";
  84. this.btnOK.Size = new System.Drawing.Size(70, 30);
  85. this.btnOK.TabIndex = 23;
  86. this.btnOK.Text = "保存";
  87. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  88. //
  89. // panelControl1
  90. //
  91. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  95. this.panelControl1.Appearance.Options.UseBackColor = true;
  96. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  97. this.panelControl1.Controls.Add(this.txtFINDMTIME);
  98. this.panelControl1.Controls.Add(this.txtDuration);
  99. this.panelControl1.Controls.Add(this.label3);
  100. this.panelControl1.Controls.Add(this.txtREASON);
  101. this.panelControl1.Controls.Add(this.label15);
  102. this.panelControl1.Controls.Add(this.txtTSType);
  103. this.panelControl1.Controls.Add(this.label14);
  104. this.panelControl1.Controls.Add(this.txtResult);
  105. this.panelControl1.Controls.Add(this.label13);
  106. this.panelControl1.Controls.Add(this.txtSolution);
  107. this.panelControl1.Controls.Add(this.label12);
  108. this.panelControl1.Controls.Add(this.label6);
  109. this.panelControl1.Controls.Add(this.txtEQPCode);
  110. this.panelControl1.Controls.Add(this.txtMTIME);
  111. this.panelControl1.Controls.Add(this.txtMUSERName);
  112. this.panelControl1.Controls.Add(this.txtTSINFO);
  113. this.panelControl1.Controls.Add(this.txtFINDUSER);
  114. this.panelControl1.Controls.Add(this.label11);
  115. this.panelControl1.Controls.Add(this.label10);
  116. this.panelControl1.Controls.Add(this.label4);
  117. this.panelControl1.Controls.Add(this.label2);
  118. this.panelControl1.Controls.Add(this.label1);
  119. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  120. this.panelControl1.Name = "panelControl1";
  121. this.panelControl1.Size = new System.Drawing.Size(652, 268);
  122. this.panelControl1.TabIndex = 24;
  123. //
  124. // txtFINDMTIME
  125. //
  126. this.txtFINDMTIME.Location = new System.Drawing.Point(120, 63);
  127. this.txtFINDMTIME.Name = "txtFINDMTIME";
  128. this.txtFINDMTIME.Size = new System.Drawing.Size(156, 22);
  129. this.txtFINDMTIME.TabIndex = 87;
  130. //
  131. // txtDuration
  132. //
  133. this.txtDuration.Location = new System.Drawing.Point(136, 187);
  134. this.txtDuration.Name = "txtDuration";
  135. this.txtDuration.Properties.Mask.EditMask = "d";
  136. this.txtDuration.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  137. this.txtDuration.Size = new System.Drawing.Size(140, 20);
  138. this.txtDuration.TabIndex = 84;
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.Location = new System.Drawing.Point(35, 26);
  144. this.label3.Name = "label3";
  145. this.label3.Size = new System.Drawing.Size(59, 14);
  146. this.label3.TabIndex = 83;
  147. this.label3.Text = "设备编号:";
  148. //
  149. // txtREASON
  150. //
  151. this.txtREASON.Location = new System.Drawing.Point(120, 104);
  152. this.txtREASON.Name = "txtREASON";
  153. this.txtREASON.Size = new System.Drawing.Size(156, 20);
  154. this.txtREASON.TabIndex = 82;
  155. //
  156. // label15
  157. //
  158. this.label15.AutoSize = true;
  159. this.label15.Location = new System.Drawing.Point(37, 190);
  160. this.label15.Name = "label15";
  161. this.label15.Size = new System.Drawing.Size(93, 14);
  162. this.label15.TabIndex = 81;
  163. this.label15.Text = "维修时长(分钟):";
  164. //
  165. // txtTSType
  166. //
  167. this.txtTSType.Location = new System.Drawing.Point(452, 141);
  168. this.txtTSType.Name = "txtTSType";
  169. this.txtTSType.Size = new System.Drawing.Size(155, 20);
  170. this.txtTSType.TabIndex = 80;
  171. //
  172. // label14
  173. //
  174. this.label14.AutoSize = true;
  175. this.label14.Location = new System.Drawing.Point(351, 144);
  176. this.label14.Name = "label14";
  177. this.label14.Size = new System.Drawing.Size(59, 14);
  178. this.label14.TabIndex = 79;
  179. this.label14.Text = "维修类型:";
  180. //
  181. // txtResult
  182. //
  183. this.txtResult.Location = new System.Drawing.Point(120, 144);
  184. this.txtResult.Name = "txtResult";
  185. this.txtResult.Size = new System.Drawing.Size(156, 20);
  186. this.txtResult.TabIndex = 78;
  187. //
  188. // label13
  189. //
  190. this.label13.AutoSize = true;
  191. this.label13.Location = new System.Drawing.Point(37, 147);
  192. this.label13.Name = "label13";
  193. this.label13.Size = new System.Drawing.Size(59, 14);
  194. this.label13.TabIndex = 77;
  195. this.label13.Text = "维修结果:";
  196. //
  197. // txtSolution
  198. //
  199. this.txtSolution.Location = new System.Drawing.Point(451, 101);
  200. this.txtSolution.Name = "txtSolution";
  201. this.txtSolution.Size = new System.Drawing.Size(155, 20);
  202. this.txtSolution.TabIndex = 76;
  203. //
  204. // label12
  205. //
  206. this.label12.AutoSize = true;
  207. this.label12.Location = new System.Drawing.Point(351, 104);
  208. this.label12.Name = "label12";
  209. this.label12.Size = new System.Drawing.Size(59, 14);
  210. this.label12.TabIndex = 75;
  211. this.label12.Text = "维修措施:";
  212. //
  213. // label6
  214. //
  215. this.label6.AutoSize = true;
  216. this.label6.Location = new System.Drawing.Point(37, 107);
  217. this.label6.Name = "label6";
  218. this.label6.Size = new System.Drawing.Size(59, 14);
  219. this.label6.TabIndex = 73;
  220. this.label6.Text = "故障原因:";
  221. //
  222. // txtEQPCode
  223. //
  224. this.txtEQPCode.EditValue = "";
  225. this.txtEQPCode.Location = new System.Drawing.Point(120, 23);
  226. this.txtEQPCode.Name = "txtEQPCode";
  227. this.txtEQPCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  228. new DevExpress.XtraEditors.Controls.EditorButton()});
  229. this.txtEQPCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  230. this.txtEQPCode.Size = new System.Drawing.Size(156, 20);
  231. this.txtEQPCode.TabIndex = 69;
  232. this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick);
  233. //
  234. // txtMTIME
  235. //
  236. this.txtMTIME.Location = new System.Drawing.Point(120, 229);
  237. this.txtMTIME.Name = "txtMTIME";
  238. this.txtMTIME.Size = new System.Drawing.Size(158, 20);
  239. this.txtMTIME.TabIndex = 68;
  240. //
  241. // txtMUSERName
  242. //
  243. this.txtMUSERName.Location = new System.Drawing.Point(453, 182);
  244. this.txtMUSERName.Name = "txtMUSERName";
  245. this.txtMUSERName.Size = new System.Drawing.Size(157, 20);
  246. this.txtMUSERName.TabIndex = 67;
  247. //
  248. // txtTSINFO
  249. //
  250. this.txtTSINFO.Location = new System.Drawing.Point(451, 61);
  251. this.txtTSINFO.Name = "txtTSINFO";
  252. this.txtTSINFO.Size = new System.Drawing.Size(156, 20);
  253. this.txtTSINFO.TabIndex = 66;
  254. //
  255. // txtFINDUSER
  256. //
  257. this.txtFINDUSER.Location = new System.Drawing.Point(451, 23);
  258. this.txtFINDUSER.Name = "txtFINDUSER";
  259. this.txtFINDUSER.Size = new System.Drawing.Size(156, 20);
  260. this.txtFINDUSER.TabIndex = 64;
  261. //
  262. // label11
  263. //
  264. this.label11.AutoSize = true;
  265. this.label11.Location = new System.Drawing.Point(35, 232);
  266. this.label11.Name = "label11";
  267. this.label11.Size = new System.Drawing.Size(59, 14);
  268. this.label11.TabIndex = 61;
  269. this.label11.Text = "维护时间:";
  270. //
  271. // label10
  272. //
  273. this.label10.AutoSize = true;
  274. this.label10.Location = new System.Drawing.Point(355, 185);
  275. this.label10.Name = "label10";
  276. this.label10.Size = new System.Drawing.Size(47, 14);
  277. this.label10.TabIndex = 60;
  278. this.label10.Text = "维护人:";
  279. //
  280. // label4
  281. //
  282. this.label4.AutoSize = true;
  283. this.label4.Location = new System.Drawing.Point(351, 64);
  284. this.label4.Name = "label4";
  285. this.label4.Size = new System.Drawing.Size(59, 14);
  286. this.label4.TabIndex = 41;
  287. this.label4.Text = "故障现象:";
  288. //
  289. // label2
  290. //
  291. this.label2.AutoSize = true;
  292. this.label2.Location = new System.Drawing.Point(35, 67);
  293. this.label2.Name = "label2";
  294. this.label2.Size = new System.Drawing.Size(59, 14);
  295. this.label2.TabIndex = 39;
  296. this.label2.Text = "报修时间:";
  297. //
  298. // label1
  299. //
  300. this.label1.AutoSize = true;
  301. this.label1.Location = new System.Drawing.Point(352, 26);
  302. this.label1.Name = "label1";
  303. this.label1.Size = new System.Drawing.Size(47, 14);
  304. this.label1.TabIndex = 38;
  305. this.label1.Text = "报修人:";
  306. //
  307. // labelControl1
  308. //
  309. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  311. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  312. this.labelControl1.Name = "labelControl1";
  313. this.labelControl1.Size = new System.Drawing.Size(96, 21);
  314. this.labelControl1.TabIndex = 25;
  315. this.labelControl1.Text = "设备维修记录";
  316. //
  317. // btnCancle
  318. //
  319. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  320. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  321. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  322. this.btnCancle.Appearance.Options.UseFont = true;
  323. this.btnCancle.Appearance.Options.UseForeColor = true;
  324. this.btnCancle.Appearance.Options.UseTextOptions = true;
  325. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  326. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  327. this.btnCancle.Location = new System.Drawing.Point(561, 303);
  328. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  329. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  330. this.btnCancle.Name = "btnCancle";
  331. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  332. this.btnCancle.TabIndex = 26;
  333. this.btnCancle.Text = "取消";
  334. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  335. //
  336. // btnClose
  337. //
  338. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  339. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  340. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  341. this.btnClose.Appearance.Options.UseFont = true;
  342. this.btnClose.Appearance.Options.UseForeColor = true;
  343. this.btnClose.Appearance.Options.UseTextOptions = true;
  344. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  345. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  346. this.btnClose.Location = new System.Drawing.Point(627, 3);
  347. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  348. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  349. this.btnClose.Name = "btnClose";
  350. this.btnClose.Size = new System.Drawing.Size(26, 21);
  351. this.btnClose.TabIndex = 27;
  352. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  353. //
  354. // FormICSEQPTSAdd
  355. //
  356. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  357. this.Appearance.Options.UseBackColor = true;
  358. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  359. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  360. this.ClientSize = new System.Drawing.Size(654, 337);
  361. this.Controls.Add(this.btnClose);
  362. this.Controls.Add(this.btnCancle);
  363. this.Controls.Add(this.labelControl1);
  364. this.Controls.Add(this.panelControl1);
  365. this.Controls.Add(this.btnOK);
  366. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  367. this.Name = "FormICSEQPTSAdd";
  368. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  369. this.Text = "FormICSEquipmentAdd";
  370. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  371. this.panelControl1.ResumeLayout(false);
  372. this.panelControl1.PerformLayout();
  373. ((System.ComponentModel.ISupportInitialize)(this.txtDuration.Properties)).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)(this.txtREASON.Properties)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.txtTSType.Properties)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.txtResult.Properties)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.txtSolution.Properties)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.txtTSINFO.Properties)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).EndInit();
  383. this.ResumeLayout(false);
  384. this.PerformLayout();
  385. }
  386. #endregion
  387. private DevExpress.XtraEditors.SimpleButton btnOK;
  388. private DevExpress.XtraEditors.PanelControl panelControl1;
  389. private DevExpress.XtraEditors.LabelControl labelControl1;
  390. private DevExpress.XtraEditors.SimpleButton btnCancle;
  391. private DevExpress.XtraEditors.SimpleButton btnClose;
  392. private System.Windows.Forms.Label label4;
  393. private System.Windows.Forms.Label label2;
  394. private System.Windows.Forms.Label label1;
  395. private System.Windows.Forms.Label label11;
  396. private System.Windows.Forms.Label label10;
  397. private DevExpress.XtraEditors.TextEdit txtMTIME;
  398. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  399. private DevExpress.XtraEditors.TextEdit txtTSINFO;
  400. private DevExpress.XtraEditors.TextEdit txtFINDUSER;
  401. private DevExpress.XtraEditors.ButtonEdit txtEQPCode;
  402. private System.Windows.Forms.Label label15;
  403. private DevExpress.XtraEditors.TextEdit txtTSType;
  404. private System.Windows.Forms.Label label14;
  405. private DevExpress.XtraEditors.TextEdit txtResult;
  406. private System.Windows.Forms.Label label13;
  407. private DevExpress.XtraEditors.TextEdit txtSolution;
  408. private System.Windows.Forms.Label label12;
  409. private System.Windows.Forms.Label label6;
  410. private DevExpress.XtraEditors.TextEdit txtREASON;
  411. private DevExpress.XtraEditors.TextEdit txtDuration;
  412. private System.Windows.Forms.Label label3;
  413. private System.Windows.Forms.DateTimePicker txtFINDMTIME;
  414. }
  415. }