123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- namespace ServiceHelper
- {
- partial class Settings
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|