namespace Uninpho.Tools.components.SFZDH { partial class ZDHSetting { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.PathText = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.setPathBtn = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.StartDateEdit = new System.Windows.Forms.DateTimePicker(); this.StartTimeEdit = new DevExpress.XtraEditors.TimeEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.SaveBtn = new DevExpress.XtraEditors.SimpleButton(); this.ResetBtn = new DevExpress.XtraEditors.SimpleButton(); this.IntervalText = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.PathText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StartTimeEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.IntervalText.Properties)).BeginInit(); this.SuspendLayout(); // // PathText // this.PathText.Location = new System.Drawing.Point(147, 50); this.PathText.Name = "PathText"; this.PathText.Size = new System.Drawing.Size(138, 20); this.PathText.TabIndex = 0; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(82, 53); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(52, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "检测路径:"; // // setPathBtn // this.setPathBtn.Location = new System.Drawing.Point(291, 49); this.setPathBtn.Name = "setPathBtn"; this.setPathBtn.Size = new System.Drawing.Size(35, 23); this.setPathBtn.TabIndex = 2; this.setPathBtn.Text = "···"; this.setPathBtn.Click += new System.EventHandler(this.setPathBtn_Click); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(46, 104); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(88, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "检测周期(天):"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(82, 156); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(52, 14); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "起始日期:"; // // StartDateEdit // this.StartDateEdit.Location = new System.Drawing.Point(147, 150); this.StartDateEdit.Name = "StartDateEdit"; this.StartDateEdit.Size = new System.Drawing.Size(138, 22); this.StartDateEdit.TabIndex = 7; // // StartTimeEdit // this.StartTimeEdit.EditValue = new System.DateTime(2022, 10, 19, 0, 0, 0, 0); this.StartTimeEdit.Location = new System.Drawing.Point(147, 198); this.StartTimeEdit.Name = "StartTimeEdit"; this.StartTimeEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.StartTimeEdit.Size = new System.Drawing.Size(138, 20); this.StartTimeEdit.TabIndex = 8; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(82, 201); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(52, 14); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "起始时间:"; // // SaveBtn // this.SaveBtn.Location = new System.Drawing.Point(103, 242); this.SaveBtn.Name = "SaveBtn"; this.SaveBtn.Size = new System.Drawing.Size(74, 23); this.SaveBtn.TabIndex = 2; this.SaveBtn.Text = "执行"; this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click); // // ResetBtn // this.ResetBtn.Location = new System.Drawing.Point(219, 242); this.ResetBtn.Name = "ResetBtn"; this.ResetBtn.Size = new System.Drawing.Size(74, 23); this.ResetBtn.TabIndex = 2; this.ResetBtn.Text = "重置"; this.ResetBtn.Click += new System.EventHandler(this.ResetBtn_Click); // // IntervalText // this.IntervalText.EditValue = "7"; this.IntervalText.Location = new System.Drawing.Point(147, 101); this.IntervalText.Name = "IntervalText"; this.IntervalText.Size = new System.Drawing.Size(138, 20); this.IntervalText.TabIndex = 0; // // ZDHSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(383, 309); this.Controls.Add(this.StartTimeEdit); this.Controls.Add(this.StartDateEdit); this.Controls.Add(this.ResetBtn); this.Controls.Add(this.SaveBtn); this.Controls.Add(this.setPathBtn); this.Controls.Add(this.labelControl4); this.Controls.Add(this.labelControl3); this.Controls.Add(this.labelControl2); this.Controls.Add(this.labelControl1); this.Controls.Add(this.IntervalText); this.Controls.Add(this.PathText); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ZDHSetting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "自动化设置"; ((System.ComponentModel.ISupportInitialize)(this.PathText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StartTimeEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.IntervalText.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.TextEdit PathText; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton setPathBtn; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.DateTimePicker StartDateEdit; private DevExpress.XtraEditors.TimeEdit StartTimeEdit; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.SimpleButton SaveBtn; private DevExpress.XtraEditors.SimpleButton ResetBtn; private DevExpress.XtraEditors.TextEdit IntervalText; } }