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

305 lines
16 KiB

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