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

334 lines
18 KiB

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