锐腾搅拌上料功能
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.

361 lines
19 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEqpWorkTimeAdd
  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(FormICSEqpWorkTimeAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtEType = new DevExpress.XtraEditors.TextEdit();
  32. this.txtCompany = new DevExpress.XtraEditors.TextEdit();
  33. this.label12 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.txtType = new DevExpress.XtraEditors.TextEdit();
  36. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  37. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  38. this.txtEQPStatus = new DevExpress.XtraEditors.TextEdit();
  39. this.txtModel = new DevExpress.XtraEditors.TextEdit();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  48. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  49. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  50. this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
  51. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  52. this.panelControl1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtEType.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtCompany.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtEQPStatus.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtModel.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // btnOK
  64. //
  65. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  66. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  67. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  68. this.btnOK.Appearance.Options.UseFont = true;
  69. this.btnOK.Appearance.Options.UseForeColor = true;
  70. this.btnOK.Appearance.Options.UseTextOptions = true;
  71. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  72. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  73. this.btnOK.Location = new System.Drawing.Point(180, 346);
  74. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  75. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  76. this.btnOK.Name = "btnOK";
  77. this.btnOK.Size = new System.Drawing.Size(70, 30);
  78. this.btnOK.TabIndex = 23;
  79. this.btnOK.Text = "保存";
  80. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  81. //
  82. // panelControl1
  83. //
  84. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  85. | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  88. this.panelControl1.Appearance.Options.UseBackColor = true;
  89. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  90. this.panelControl1.Controls.Add(this.textEdit1);
  91. this.panelControl1.Controls.Add(this.txtEType);
  92. this.panelControl1.Controls.Add(this.txtCompany);
  93. this.panelControl1.Controls.Add(this.label12);
  94. this.panelControl1.Controls.Add(this.label6);
  95. this.panelControl1.Controls.Add(this.txtType);
  96. this.panelControl1.Controls.Add(this.txtMTIME);
  97. this.panelControl1.Controls.Add(this.txtMUSERName);
  98. this.panelControl1.Controls.Add(this.txtEQPStatus);
  99. this.panelControl1.Controls.Add(this.txtModel);
  100. this.panelControl1.Controls.Add(this.label11);
  101. this.panelControl1.Controls.Add(this.label10);
  102. this.panelControl1.Controls.Add(this.label8);
  103. this.panelControl1.Controls.Add(this.label5);
  104. this.panelControl1.Controls.Add(this.label4);
  105. this.panelControl1.Controls.Add(this.label2);
  106. this.panelControl1.Controls.Add(this.label1);
  107. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  108. this.panelControl1.Name = "panelControl1";
  109. this.panelControl1.Size = new System.Drawing.Size(347, 311);
  110. this.panelControl1.TabIndex = 24;
  111. //
  112. // txtEType
  113. //
  114. this.txtEType.Location = new System.Drawing.Point(139, 164);
  115. this.txtEType.Name = "txtEType";
  116. this.txtEType.Properties.Mask.EditMask = "F";
  117. this.txtEType.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
  118. this.txtEType.Size = new System.Drawing.Size(156, 20);
  119. this.txtEType.TabIndex = 82;
  120. //
  121. // txtCompany
  122. //
  123. this.txtCompany.Location = new System.Drawing.Point(136, 200);
  124. this.txtCompany.Name = "txtCompany";
  125. this.txtCompany.Size = new System.Drawing.Size(159, 20);
  126. this.txtCompany.TabIndex = 76;
  127. //
  128. // label12
  129. //
  130. this.label12.AutoSize = true;
  131. this.label12.Location = new System.Drawing.Point(51, 206);
  132. this.label12.Name = "label12";
  133. this.label12.Size = new System.Drawing.Size(83, 14);
  134. this.label12.TabIndex = 75;
  135. this.label12.Text = "设备有效时间:";
  136. //
  137. // label6
  138. //
  139. this.label6.AutoSize = true;
  140. this.label6.Location = new System.Drawing.Point(51, 167);
  141. this.label6.Name = "label6";
  142. this.label6.Size = new System.Drawing.Size(59, 14);
  143. this.label6.TabIndex = 73;
  144. this.label6.Text = "关机时间:";
  145. //
  146. // txtType
  147. //
  148. this.txtType.Location = new System.Drawing.Point(136, 58);
  149. this.txtType.Name = "txtType";
  150. this.txtType.Size = new System.Drawing.Size(158, 20);
  151. this.txtType.TabIndex = 72;
  152. //
  153. // txtMTIME
  154. //
  155. this.txtMTIME.Location = new System.Drawing.Point(135, 272);
  156. this.txtMTIME.Name = "txtMTIME";
  157. this.txtMTIME.Size = new System.Drawing.Size(158, 20);
  158. this.txtMTIME.TabIndex = 68;
  159. //
  160. // txtMUSERName
  161. //
  162. this.txtMUSERName.Location = new System.Drawing.Point(135, 236);
  163. this.txtMUSERName.Name = "txtMUSERName";
  164. this.txtMUSERName.Size = new System.Drawing.Size(158, 20);
  165. this.txtMUSERName.TabIndex = 67;
  166. //
  167. // txtEQPStatus
  168. //
  169. this.txtEQPStatus.Location = new System.Drawing.Point(137, 90);
  170. this.txtEQPStatus.Name = "txtEQPStatus";
  171. this.txtEQPStatus.Properties.Mask.EditMask = "F";
  172. this.txtEQPStatus.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
  173. this.txtEQPStatus.Size = new System.Drawing.Size(159, 20);
  174. this.txtEQPStatus.TabIndex = 66;
  175. //
  176. // txtModel
  177. //
  178. this.txtModel.Location = new System.Drawing.Point(138, 25);
  179. this.txtModel.Name = "txtModel";
  180. this.txtModel.Properties.Mask.EditMask = "F";
  181. this.txtModel.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
  182. this.txtModel.Size = new System.Drawing.Size(156, 20);
  183. this.txtModel.TabIndex = 64;
  184. //
  185. // label11
  186. //
  187. this.label11.AutoSize = true;
  188. this.label11.Location = new System.Drawing.Point(51, 275);
  189. this.label11.Name = "label11";
  190. this.label11.Size = new System.Drawing.Size(59, 14);
  191. this.label11.TabIndex = 61;
  192. this.label11.Text = "维护时间:";
  193. //
  194. // label10
  195. //
  196. this.label10.AutoSize = true;
  197. this.label10.Location = new System.Drawing.Point(50, 242);
  198. this.label10.Name = "label10";
  199. this.label10.Size = new System.Drawing.Size(47, 14);
  200. this.label10.TabIndex = 60;
  201. this.label10.Text = "维护人:";
  202. //
  203. // label8
  204. //
  205. this.label8.AutoSize = true;
  206. this.label8.Location = new System.Drawing.Point(47, 149);
  207. this.label8.Name = "label8";
  208. this.label8.Size = new System.Drawing.Size(0, 14);
  209. this.label8.TabIndex = 48;
  210. //
  211. // label5
  212. //
  213. this.label5.AutoSize = true;
  214. this.label5.Location = new System.Drawing.Point(52, 132);
  215. this.label5.Name = "label5";
  216. this.label5.Size = new System.Drawing.Size(59, 14);
  217. this.label5.TabIndex = 42;
  218. this.label5.Text = "关机人员:";
  219. //
  220. // label4
  221. //
  222. this.label4.AutoSize = true;
  223. this.label4.Location = new System.Drawing.Point(51, 96);
  224. this.label4.Name = "label4";
  225. this.label4.Size = new System.Drawing.Size(59, 14);
  226. this.label4.TabIndex = 41;
  227. this.label4.Text = "开机时间:";
  228. //
  229. // label2
  230. //
  231. this.label2.AutoSize = true;
  232. this.label2.Location = new System.Drawing.Point(51, 61);
  233. this.label2.Name = "label2";
  234. this.label2.Size = new System.Drawing.Size(59, 14);
  235. this.label2.TabIndex = 39;
  236. this.label2.Text = "开机人员:";
  237. //
  238. // label1
  239. //
  240. this.label1.AutoSize = true;
  241. this.label1.Location = new System.Drawing.Point(51, 28);
  242. this.label1.Name = "label1";
  243. this.label1.Size = new System.Drawing.Size(59, 14);
  244. this.label1.TabIndex = 38;
  245. this.label1.Text = "录入时间:";
  246. //
  247. // labelControl1
  248. //
  249. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  251. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  252. this.labelControl1.Name = "labelControl1";
  253. this.labelControl1.Size = new System.Drawing.Size(128, 21);
  254. this.labelControl1.TabIndex = 25;
  255. this.labelControl1.Text = "设备运行时间信息";
  256. //
  257. // btnCancle
  258. //
  259. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  260. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  261. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  262. this.btnCancle.Appearance.Options.UseFont = true;
  263. this.btnCancle.Appearance.Options.UseForeColor = true;
  264. this.btnCancle.Appearance.Options.UseTextOptions = true;
  265. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  266. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  267. this.btnCancle.Location = new System.Drawing.Point(256, 346);
  268. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  269. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  270. this.btnCancle.Name = "btnCancle";
  271. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  272. this.btnCancle.TabIndex = 26;
  273. this.btnCancle.Text = "取消";
  274. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  275. //
  276. // btnClose
  277. //
  278. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  279. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  280. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  281. this.btnClose.Appearance.Options.UseFont = true;
  282. this.btnClose.Appearance.Options.UseForeColor = true;
  283. this.btnClose.Appearance.Options.UseTextOptions = true;
  284. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  285. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  286. this.btnClose.Location = new System.Drawing.Point(322, 3);
  287. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  288. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  289. this.btnClose.Name = "btnClose";
  290. this.btnClose.Size = new System.Drawing.Size(26, 21);
  291. this.btnClose.TabIndex = 27;
  292. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  293. //
  294. // textEdit1
  295. //
  296. this.textEdit1.Location = new System.Drawing.Point(138, 129);
  297. this.textEdit1.Name = "textEdit1";
  298. this.textEdit1.Size = new System.Drawing.Size(158, 20);
  299. this.textEdit1.TabIndex = 83;
  300. //
  301. // FormICSEqpWorkTimeAdd
  302. //
  303. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  304. this.Appearance.Options.UseBackColor = true;
  305. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  306. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  307. this.ClientSize = new System.Drawing.Size(349, 380);
  308. this.Controls.Add(this.btnClose);
  309. this.Controls.Add(this.btnCancle);
  310. this.Controls.Add(this.labelControl1);
  311. this.Controls.Add(this.panelControl1);
  312. this.Controls.Add(this.btnOK);
  313. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  314. this.Name = "FormICSEqpWorkTimeAdd";
  315. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  316. this.Text = "FormICSEquipmentAdd";
  317. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  318. this.panelControl1.ResumeLayout(false);
  319. this.panelControl1.PerformLayout();
  320. ((System.ComponentModel.ISupportInitialize)(this.txtEType.Properties)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.txtCompany.Properties)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)(this.txtEQPStatus.Properties)).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)(this.txtModel.Properties)).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
  328. this.ResumeLayout(false);
  329. this.PerformLayout();
  330. }
  331. #endregion
  332. private DevExpress.XtraEditors.SimpleButton btnOK;
  333. private DevExpress.XtraEditors.PanelControl panelControl1;
  334. private DevExpress.XtraEditors.LabelControl labelControl1;
  335. private DevExpress.XtraEditors.SimpleButton btnCancle;
  336. private DevExpress.XtraEditors.SimpleButton btnClose;
  337. private System.Windows.Forms.Label label8;
  338. private System.Windows.Forms.Label label5;
  339. private System.Windows.Forms.Label label4;
  340. private System.Windows.Forms.Label label2;
  341. private System.Windows.Forms.Label label1;
  342. private System.Windows.Forms.Label label11;
  343. private System.Windows.Forms.Label label10;
  344. private DevExpress.XtraEditors.TextEdit txtMTIME;
  345. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  346. private DevExpress.XtraEditors.TextEdit txtEQPStatus;
  347. private DevExpress.XtraEditors.TextEdit txtModel;
  348. private DevExpress.XtraEditors.TextEdit txtCompany;
  349. private System.Windows.Forms.Label label12;
  350. private System.Windows.Forms.Label label6;
  351. private DevExpress.XtraEditors.TextEdit txtType;
  352. private DevExpress.XtraEditors.TextEdit txtEType;
  353. private DevExpress.XtraEditors.TextEdit textEdit1;
  354. }
  355. }