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

279 lines
15 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPMaintainPlanAdd
  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(FormICSEQPMaintainPlanAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit();
  33. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  34. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  35. this.txtFrequency = new DevExpress.XtraEditors.TextEdit();
  36. this.txtMaintainItem = new DevExpress.XtraEditors.TextEdit();
  37. this.label11 = new System.Windows.Forms.Label();
  38. this.label10 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  42. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  43. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtFrequency.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtMaintainItem.Properties)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  56. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  57. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  58. this.btnOK.Appearance.Options.UseFont = true;
  59. this.btnOK.Appearance.Options.UseForeColor = true;
  60. this.btnOK.Appearance.Options.UseTextOptions = true;
  61. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  62. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  63. this.btnOK.Location = new System.Drawing.Point(157, 247);
  64. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  65. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  66. this.btnOK.Name = "btnOK";
  67. this.btnOK.Size = new System.Drawing.Size(70, 30);
  68. this.btnOK.TabIndex = 23;
  69. this.btnOK.Text = "保存";
  70. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  71. //
  72. // panelControl1
  73. //
  74. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  75. | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  78. this.panelControl1.Appearance.Options.UseBackColor = true;
  79. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  80. this.panelControl1.Controls.Add(this.label3);
  81. this.panelControl1.Controls.Add(this.txtEQPCode);
  82. this.panelControl1.Controls.Add(this.txtMTIME);
  83. this.panelControl1.Controls.Add(this.txtMUSERName);
  84. this.panelControl1.Controls.Add(this.txtFrequency);
  85. this.panelControl1.Controls.Add(this.txtMaintainItem);
  86. this.panelControl1.Controls.Add(this.label11);
  87. this.panelControl1.Controls.Add(this.label10);
  88. this.panelControl1.Controls.Add(this.label4);
  89. this.panelControl1.Controls.Add(this.label1);
  90. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  91. this.panelControl1.Name = "panelControl1";
  92. this.panelControl1.Size = new System.Drawing.Size(324, 212);
  93. this.panelControl1.TabIndex = 24;
  94. //
  95. // label3
  96. //
  97. this.label3.AutoSize = true;
  98. this.label3.Location = new System.Drawing.Point(35, 26);
  99. this.label3.Name = "label3";
  100. this.label3.Size = new System.Drawing.Size(59, 14);
  101. this.label3.TabIndex = 83;
  102. this.label3.Text = "设备编号:";
  103. //
  104. // txtEQPCode
  105. //
  106. this.txtEQPCode.EditValue = "";
  107. this.txtEQPCode.Location = new System.Drawing.Point(120, 23);
  108. this.txtEQPCode.Name = "txtEQPCode";
  109. this.txtEQPCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  110. new DevExpress.XtraEditors.Controls.EditorButton()});
  111. this.txtEQPCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  112. this.txtEQPCode.Size = new System.Drawing.Size(156, 20);
  113. this.txtEQPCode.TabIndex = 69;
  114. this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick);
  115. //
  116. // txtMTIME
  117. //
  118. this.txtMTIME.Location = new System.Drawing.Point(121, 168);
  119. this.txtMTIME.Name = "txtMTIME";
  120. this.txtMTIME.Size = new System.Drawing.Size(158, 20);
  121. this.txtMTIME.TabIndex = 68;
  122. //
  123. // txtMUSERName
  124. //
  125. this.txtMUSERName.Location = new System.Drawing.Point(122, 133);
  126. this.txtMUSERName.Name = "txtMUSERName";
  127. this.txtMUSERName.Size = new System.Drawing.Size(157, 20);
  128. this.txtMUSERName.TabIndex = 67;
  129. //
  130. // txtFrequency
  131. //
  132. this.txtFrequency.Location = new System.Drawing.Point(122, 97);
  133. this.txtFrequency.Name = "txtFrequency";
  134. this.txtFrequency.Properties.Mask.EditMask = "d";
  135. this.txtFrequency.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  136. this.txtFrequency.Size = new System.Drawing.Size(156, 20);
  137. this.txtFrequency.TabIndex = 66;
  138. //
  139. // txtMaintainItem
  140. //
  141. this.txtMaintainItem.Location = new System.Drawing.Point(122, 59);
  142. this.txtMaintainItem.Name = "txtMaintainItem";
  143. this.txtMaintainItem.Size = new System.Drawing.Size(156, 20);
  144. this.txtMaintainItem.TabIndex = 64;
  145. //
  146. // label11
  147. //
  148. this.label11.AutoSize = true;
  149. this.label11.Location = new System.Drawing.Point(31, 171);
  150. this.label11.Name = "label11";
  151. this.label11.Size = new System.Drawing.Size(59, 14);
  152. this.label11.TabIndex = 61;
  153. this.label11.Text = "维护时间:";
  154. //
  155. // label10
  156. //
  157. this.label10.AutoSize = true;
  158. this.label10.Location = new System.Drawing.Point(33, 139);
  159. this.label10.Name = "label10";
  160. this.label10.Size = new System.Drawing.Size(47, 14);
  161. this.label10.TabIndex = 60;
  162. this.label10.Text = "维护人:";
  163. //
  164. // label4
  165. //
  166. this.label4.AutoSize = true;
  167. this.label4.Location = new System.Drawing.Point(33, 100);
  168. this.label4.Name = "label4";
  169. this.label4.Size = new System.Drawing.Size(57, 14);
  170. this.label4.TabIndex = 41;
  171. this.label4.Text = "频率(天):";
  172. //
  173. // label1
  174. //
  175. this.label1.AutoSize = true;
  176. this.label1.Location = new System.Drawing.Point(34, 62);
  177. this.label1.Name = "label1";
  178. this.label1.Size = new System.Drawing.Size(59, 14);
  179. this.label1.TabIndex = 38;
  180. this.label1.Text = "保养内容:";
  181. //
  182. // labelControl1
  183. //
  184. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  186. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  187. this.labelControl1.Name = "labelControl1";
  188. this.labelControl1.Size = new System.Drawing.Size(96, 21);
  189. this.labelControl1.TabIndex = 25;
  190. this.labelControl1.Text = "设备保养计划";
  191. //
  192. // btnCancle
  193. //
  194. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  195. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  196. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  197. this.btnCancle.Appearance.Options.UseFont = true;
  198. this.btnCancle.Appearance.Options.UseForeColor = true;
  199. this.btnCancle.Appearance.Options.UseTextOptions = true;
  200. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  201. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  202. this.btnCancle.Location = new System.Drawing.Point(233, 247);
  203. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  204. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  205. this.btnCancle.Name = "btnCancle";
  206. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  207. this.btnCancle.TabIndex = 26;
  208. this.btnCancle.Text = "取消";
  209. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  210. //
  211. // btnClose
  212. //
  213. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  214. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  215. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  216. this.btnClose.Appearance.Options.UseFont = true;
  217. this.btnClose.Appearance.Options.UseForeColor = true;
  218. this.btnClose.Appearance.Options.UseTextOptions = true;
  219. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  220. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  221. this.btnClose.Location = new System.Drawing.Point(299, 3);
  222. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  223. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  224. this.btnClose.Name = "btnClose";
  225. this.btnClose.Size = new System.Drawing.Size(26, 21);
  226. this.btnClose.TabIndex = 27;
  227. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  228. //
  229. // FormICSEQPMaintainPlanAdd
  230. //
  231. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  232. this.Appearance.Options.UseBackColor = true;
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.ClientSize = new System.Drawing.Size(326, 281);
  236. this.Controls.Add(this.btnClose);
  237. this.Controls.Add(this.btnCancle);
  238. this.Controls.Add(this.labelControl1);
  239. this.Controls.Add(this.panelControl1);
  240. this.Controls.Add(this.btnOK);
  241. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  242. this.Name = "FormICSEQPMaintainPlanAdd";
  243. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  244. this.Text = "FormICSEquipmentAdd";
  245. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  246. this.panelControl1.ResumeLayout(false);
  247. this.panelControl1.PerformLayout();
  248. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.txtFrequency.Properties)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.txtMaintainItem.Properties)).EndInit();
  253. this.ResumeLayout(false);
  254. this.PerformLayout();
  255. }
  256. #endregion
  257. private DevExpress.XtraEditors.SimpleButton btnOK;
  258. private DevExpress.XtraEditors.PanelControl panelControl1;
  259. private DevExpress.XtraEditors.LabelControl labelControl1;
  260. private DevExpress.XtraEditors.SimpleButton btnCancle;
  261. private DevExpress.XtraEditors.SimpleButton btnClose;
  262. private System.Windows.Forms.Label label4;
  263. private System.Windows.Forms.Label label1;
  264. private System.Windows.Forms.Label label11;
  265. private System.Windows.Forms.Label label10;
  266. private DevExpress.XtraEditors.TextEdit txtMTIME;
  267. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  268. private DevExpress.XtraEditors.TextEdit txtFrequency;
  269. private DevExpress.XtraEditors.TextEdit txtMaintainItem;
  270. private DevExpress.XtraEditors.ButtonEdit txtEQPCode;
  271. private System.Windows.Forms.Label label3;
  272. }
  273. }