namespace ServiceHelper { partial class Settings { /// /// 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.OkBtn = new System.Windows.Forms.Button(); this.CancleBtn = new System.Windows.Forms.Button(); this.tabControl = new System.Windows.Forms.TabControl(); this.Task = new System.Windows.Forms.TabPage(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.maskedTextBoxStartBoundary = new System.Windows.Forms.MaskedTextBox(); this.labelStartBoundary = new System.Windows.Forms.Label(); this.textBoxDaysInterval = new System.Windows.Forms.TextBox(); this.labelDaysInterval = new System.Windows.Forms.Label(); this.checkBoxUseTask = new System.Windows.Forms.CheckBox(); this.tabControl.SuspendLayout(); this.Task.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // OkBtn // this.OkBtn.Location = new System.Drawing.Point(133, 377); this.OkBtn.Name = "OkBtn"; this.OkBtn.Size = new System.Drawing.Size(75, 23); this.OkBtn.TabIndex = 1; this.OkBtn.Text = "确定"; this.OkBtn.UseVisualStyleBackColor = true; this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click); // // CancleBtn // this.CancleBtn.Location = new System.Drawing.Point(214, 377); this.CancleBtn.Name = "CancleBtn"; this.CancleBtn.Size = new System.Drawing.Size(75, 23); this.CancleBtn.TabIndex = 2; this.CancleBtn.Text = "取消"; this.CancleBtn.UseVisualStyleBackColor = true; this.CancleBtn.Click += new System.EventHandler(this.CancleBtn_Click); // // tabControl // this.tabControl.Controls.Add(this.Task); this.tabControl.Location = new System.Drawing.Point(12, 12); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(277, 359); this.tabControl.TabIndex = 0; // // Task // this.Task.Controls.Add(this.groupBox3); this.Task.Controls.Add(this.checkBoxUseTask); this.Task.Location = new System.Drawing.Point(4, 22); this.Task.Name = "Task"; this.Task.Padding = new System.Windows.Forms.Padding(3); this.Task.Size = new System.Drawing.Size(269, 333); this.Task.TabIndex = 4; this.Task.Text = "计划任务"; this.Task.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.maskedTextBoxStartBoundary); this.groupBox3.Controls.Add(this.labelStartBoundary); this.groupBox3.Controls.Add(this.textBoxDaysInterval); this.groupBox3.Controls.Add(this.labelDaysInterval); this.groupBox3.Location = new System.Drawing.Point(6, 22); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(257, 85); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "Service服务重启计划"; // // maskedTextBoxStartBoundary // this.maskedTextBoxStartBoundary.Location = new System.Drawing.Point(65, 50); this.maskedTextBoxStartBoundary.Mask = "90:00:00"; this.maskedTextBoxStartBoundary.Name = "maskedTextBoxStartBoundary"; this.maskedTextBoxStartBoundary.Size = new System.Drawing.Size(82, 21); this.maskedTextBoxStartBoundary.TabIndex = 7; // // labelStartBoundary // this.labelStartBoundary.AutoSize = true; this.labelStartBoundary.Location = new System.Drawing.Point(6, 53); this.labelStartBoundary.Name = "labelStartBoundary"; this.labelStartBoundary.Size = new System.Drawing.Size(53, 12); this.labelStartBoundary.TabIndex = 4; this.labelStartBoundary.Text = "触发时间"; // // textBoxDaysInterval // this.textBoxDaysInterval.Location = new System.Drawing.Point(65, 23); this.textBoxDaysInterval.Name = "textBoxDaysInterval"; this.textBoxDaysInterval.Size = new System.Drawing.Size(43, 21); this.textBoxDaysInterval.TabIndex = 6; // // labelDaysInterval // this.labelDaysInterval.AutoSize = true; this.labelDaysInterval.Location = new System.Drawing.Point(6, 26); this.labelDaysInterval.Name = "labelDaysInterval"; this.labelDaysInterval.Size = new System.Drawing.Size(125, 12); this.labelDaysInterval.TabIndex = 5; this.labelDaysInterval.Text = "触发间隔 天"; // // checkBoxUseTask // this.checkBoxUseTask.AutoSize = true; this.checkBoxUseTask.Location = new System.Drawing.Point(167, 301); this.checkBoxUseTask.Name = "checkBoxUseTask"; this.checkBoxUseTask.Size = new System.Drawing.Size(96, 16); this.checkBoxUseTask.TabIndex = 0; this.checkBoxUseTask.Text = "启用计划任务"; this.checkBoxUseTask.UseVisualStyleBackColor = true; // // Settings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(299, 412); this.Controls.Add(this.CancleBtn); this.Controls.Add(this.OkBtn); this.Controls.Add(this.tabControl); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Settings"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Service配置"; this.tabControl.ResumeLayout(false); this.Task.ResumeLayout(false); this.Task.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button OkBtn; private System.Windows.Forms.Button CancleBtn; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage Task; private System.Windows.Forms.CheckBox checkBoxUseTask; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label labelDaysInterval; private System.Windows.Forms.MaskedTextBox maskedTextBoxStartBoundary; private System.Windows.Forms.Label labelStartBoundary; private System.Windows.Forms.TextBox textBoxDaysInterval; } }