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.
910 lines
39 KiB
910 lines
39 KiB
namespace QMTask.Client
|
|
{
|
|
partial class PlanEditForm
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.PlanName = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.panelDay = new System.Windows.Forms.Panel();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.DayPeriod = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.panelMonth = new System.Windows.Forms.Panel();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.MonthPeriod1 = new System.Windows.Forms.NumericUpDown();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.monthDay2 = new System.Windows.Forms.NumericUpDown();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.monthDay1 = new System.Windows.Forms.NumericUpDown();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.rbMonthMode1 = new System.Windows.Forms.RadioButton();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.MonthPeriod2 = new System.Windows.Forms.NumericUpDown();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.monthDay3 = new System.Windows.Forms.NumericUpDown();
|
|
this.rbMonthMode2 = new System.Windows.Forms.RadioButton();
|
|
this.panelWeek = new System.Windows.Forms.Panel();
|
|
this.cbWeek1 = new System.Windows.Forms.CheckBox();
|
|
this.cbWeek7 = new System.Windows.Forms.CheckBox();
|
|
this.cbWeek6 = new System.Windows.Forms.CheckBox();
|
|
this.cbWeek5 = new System.Windows.Forms.CheckBox();
|
|
this.cbWeek4 = new System.Windows.Forms.CheckBox();
|
|
this.cbWeek3 = new System.Windows.Forms.CheckBox();
|
|
this.cbWeek2 = new System.Windows.Forms.CheckBox();
|
|
this.PeriodType = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.DayEndTime = new System.Windows.Forms.ComboBox();
|
|
this.DayStartTime = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.IntervalType = new System.Windows.Forms.ComboBox();
|
|
this.Interval = new System.Windows.Forms.NumericUpDown();
|
|
this.rbDayMode2 = new System.Windows.Forms.RadioButton();
|
|
this.OnceTime = new System.Windows.Forms.DateTimePicker();
|
|
this.rbDayMode1 = new System.Windows.Forms.RadioButton();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.radioButton4 = new System.Windows.Forms.RadioButton();
|
|
this.radioButton3 = new System.Windows.Forms.RadioButton();
|
|
this.PlanEndDate = new System.Windows.Forms.DateTimePicker();
|
|
this.PlanStartDate = new System.Windows.Forms.DateTimePicker();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.Remark = new System.Windows.Forms.TextBox();
|
|
this.btSave = new System.Windows.Forms.Button();
|
|
this.btCancel = new System.Windows.Forms.Button();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.TaskID = new System.Windows.Forms.ComboBox();
|
|
this.IsUse = new System.Windows.Forms.CheckBox();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.panelDay.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DayPeriod)).BeginInit();
|
|
this.panelMonth.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.MonthPeriod1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monthDay2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monthDay1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MonthPeriod2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monthDay3)).BeginInit();
|
|
this.panelWeek.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Interval)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "计划名称:";
|
|
//
|
|
// PlanName
|
|
//
|
|
this.PlanName.Location = new System.Drawing.Point(72, 10);
|
|
this.PlanName.Name = "PlanName";
|
|
this.PlanName.Size = new System.Drawing.Size(389, 21);
|
|
this.PlanName.TabIndex = 1;
|
|
this.PlanName.Text = "测试计划01";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.panelDay);
|
|
this.groupBox1.Controls.Add(this.panelMonth);
|
|
this.groupBox1.Controls.Add(this.panelWeek);
|
|
this.groupBox1.Controls.Add(this.PeriodType);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Location = new System.Drawing.Point(15, 64);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(446, 103);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "频率";
|
|
//
|
|
// panelDay
|
|
//
|
|
this.panelDay.Controls.Add(this.label8);
|
|
this.panelDay.Controls.Add(this.DayPeriod);
|
|
this.panelDay.Controls.Add(this.label6);
|
|
this.panelDay.Location = new System.Drawing.Point(7, 39);
|
|
this.panelDay.Name = "panelDay";
|
|
this.panelDay.Size = new System.Drawing.Size(434, 58);
|
|
this.panelDay.TabIndex = 2;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(104, 18);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(17, 12);
|
|
this.label8.TabIndex = 9;
|
|
this.label8.Text = "天";
|
|
//
|
|
// DayPeriod
|
|
//
|
|
this.DayPeriod.Location = new System.Drawing.Point(64, 14);
|
|
this.DayPeriod.Name = "DayPeriod";
|
|
this.DayPeriod.Size = new System.Drawing.Size(38, 21);
|
|
this.DayPeriod.TabIndex = 8;
|
|
this.DayPeriod.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(7, 19);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "执行间隔";
|
|
//
|
|
// panelMonth
|
|
//
|
|
this.panelMonth.Controls.Add(this.label18);
|
|
this.panelMonth.Controls.Add(this.MonthPeriod1);
|
|
this.panelMonth.Controls.Add(this.label19);
|
|
this.panelMonth.Controls.Add(this.label17);
|
|
this.panelMonth.Controls.Add(this.monthDay2);
|
|
this.panelMonth.Controls.Add(this.label16);
|
|
this.panelMonth.Controls.Add(this.label15);
|
|
this.panelMonth.Controls.Add(this.label14);
|
|
this.panelMonth.Controls.Add(this.monthDay1);
|
|
this.panelMonth.Controls.Add(this.label13);
|
|
this.panelMonth.Controls.Add(this.rbMonthMode1);
|
|
this.panelMonth.Controls.Add(this.label12);
|
|
this.panelMonth.Controls.Add(this.MonthPeriod2);
|
|
this.panelMonth.Controls.Add(this.label11);
|
|
this.panelMonth.Controls.Add(this.label10);
|
|
this.panelMonth.Controls.Add(this.label9);
|
|
this.panelMonth.Controls.Add(this.monthDay3);
|
|
this.panelMonth.Controls.Add(this.rbMonthMode2);
|
|
this.panelMonth.Location = new System.Drawing.Point(6, 39);
|
|
this.panelMonth.Name = "panelMonth";
|
|
this.panelMonth.Size = new System.Drawing.Size(432, 56);
|
|
this.panelMonth.TabIndex = 11;
|
|
this.panelMonth.Visible = false;
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(325, 6);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(17, 12);
|
|
this.label18.TabIndex = 24;
|
|
this.label18.Text = "月";
|
|
//
|
|
// MonthPeriod1
|
|
//
|
|
this.MonthPeriod1.Location = new System.Drawing.Point(273, 3);
|
|
this.MonthPeriod1.Name = "MonthPeriod1";
|
|
this.MonthPeriod1.Size = new System.Drawing.Size(47, 21);
|
|
this.MonthPeriod1.TabIndex = 23;
|
|
this.MonthPeriod1.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(253, 7);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(17, 12);
|
|
this.label19.TabIndex = 22;
|
|
this.label19.Text = "每";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(229, 6);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(17, 12);
|
|
this.label17.TabIndex = 21;
|
|
this.label17.Text = "天";
|
|
//
|
|
// monthDay2
|
|
//
|
|
this.monthDay2.Location = new System.Drawing.Point(177, 5);
|
|
this.monthDay2.Name = "monthDay2";
|
|
this.monthDay2.Size = new System.Drawing.Size(47, 21);
|
|
this.monthDay2.TabIndex = 20;
|
|
this.monthDay2.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(158, 9);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(17, 12);
|
|
this.label16.TabIndex = 19;
|
|
this.label16.Text = "第";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(117, 8);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(17, 12);
|
|
this.label15.TabIndex = 18;
|
|
this.label15.Text = "天";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(137, 8);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(17, 12);
|
|
this.label14.TabIndex = 17;
|
|
this.label14.Text = "到";
|
|
//
|
|
// monthDay1
|
|
//
|
|
this.monthDay1.Location = new System.Drawing.Point(66, 5);
|
|
this.monthDay1.Name = "monthDay1";
|
|
this.monthDay1.Size = new System.Drawing.Size(47, 21);
|
|
this.monthDay1.TabIndex = 16;
|
|
this.monthDay1.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(47, 8);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(17, 12);
|
|
this.label13.TabIndex = 15;
|
|
this.label13.Text = "第";
|
|
//
|
|
// rbMonthMode1
|
|
//
|
|
this.rbMonthMode1.AutoSize = true;
|
|
this.rbMonthMode1.Checked = true;
|
|
this.rbMonthMode1.Location = new System.Drawing.Point(11, 6);
|
|
this.rbMonthMode1.Name = "rbMonthMode1";
|
|
this.rbMonthMode1.Size = new System.Drawing.Size(41, 16);
|
|
this.rbMonthMode1.TabIndex = 14;
|
|
this.rbMonthMode1.TabStop = true;
|
|
this.rbMonthMode1.Text = "在 ";
|
|
this.rbMonthMode1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(229, 34);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(17, 12);
|
|
this.label12.TabIndex = 13;
|
|
this.label12.Text = "月";
|
|
//
|
|
// MonthPeriod2
|
|
//
|
|
this.MonthPeriod2.Location = new System.Drawing.Point(177, 31);
|
|
this.MonthPeriod2.Name = "MonthPeriod2";
|
|
this.MonthPeriod2.Size = new System.Drawing.Size(47, 21);
|
|
this.MonthPeriod2.TabIndex = 12;
|
|
this.MonthPeriod2.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(157, 35);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(17, 12);
|
|
this.label11.TabIndex = 11;
|
|
this.label11.Text = "每";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(140, 35);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(11, 12);
|
|
this.label10.TabIndex = 10;
|
|
this.label10.Text = "-";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(117, 35);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(17, 12);
|
|
this.label9.TabIndex = 9;
|
|
this.label9.Text = "天";
|
|
//
|
|
// monthDay3
|
|
//
|
|
this.monthDay3.Location = new System.Drawing.Point(65, 31);
|
|
this.monthDay3.Name = "monthDay3";
|
|
this.monthDay3.Size = new System.Drawing.Size(47, 21);
|
|
this.monthDay3.TabIndex = 8;
|
|
this.monthDay3.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// rbMonthMode2
|
|
//
|
|
this.rbMonthMode2.AutoSize = true;
|
|
this.rbMonthMode2.Location = new System.Drawing.Point(11, 32);
|
|
this.rbMonthMode2.Name = "rbMonthMode2";
|
|
this.rbMonthMode2.Size = new System.Drawing.Size(47, 16);
|
|
this.rbMonthMode2.TabIndex = 0;
|
|
this.rbMonthMode2.Text = "间隔";
|
|
this.rbMonthMode2.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelWeek
|
|
//
|
|
this.panelWeek.Controls.Add(this.cbWeek1);
|
|
this.panelWeek.Controls.Add(this.cbWeek7);
|
|
this.panelWeek.Controls.Add(this.cbWeek6);
|
|
this.panelWeek.Controls.Add(this.cbWeek5);
|
|
this.panelWeek.Controls.Add(this.cbWeek4);
|
|
this.panelWeek.Controls.Add(this.cbWeek3);
|
|
this.panelWeek.Controls.Add(this.cbWeek2);
|
|
this.panelWeek.Location = new System.Drawing.Point(6, 40);
|
|
this.panelWeek.Name = "panelWeek";
|
|
this.panelWeek.Size = new System.Drawing.Size(432, 56);
|
|
this.panelWeek.TabIndex = 10;
|
|
this.panelWeek.Visible = false;
|
|
//
|
|
// cbWeek1
|
|
//
|
|
this.cbWeek1.AutoSize = true;
|
|
this.cbWeek1.Location = new System.Drawing.Point(284, 29);
|
|
this.cbWeek1.Name = "cbWeek1";
|
|
this.cbWeek1.Size = new System.Drawing.Size(60, 16);
|
|
this.cbWeek1.TabIndex = 7;
|
|
this.cbWeek1.Text = "星期日";
|
|
this.cbWeek1.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbWeek7
|
|
//
|
|
this.cbWeek7.AutoSize = true;
|
|
this.cbWeek7.Location = new System.Drawing.Point(284, 5);
|
|
this.cbWeek7.Name = "cbWeek7";
|
|
this.cbWeek7.Size = new System.Drawing.Size(60, 16);
|
|
this.cbWeek7.TabIndex = 6;
|
|
this.cbWeek7.Text = "星期六";
|
|
this.cbWeek7.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbWeek6
|
|
//
|
|
this.cbWeek6.AutoSize = true;
|
|
this.cbWeek6.Location = new System.Drawing.Point(192, 5);
|
|
this.cbWeek6.Name = "cbWeek6";
|
|
this.cbWeek6.Size = new System.Drawing.Size(60, 16);
|
|
this.cbWeek6.TabIndex = 4;
|
|
this.cbWeek6.Text = "星期五";
|
|
this.cbWeek6.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbWeek5
|
|
//
|
|
this.cbWeek5.AutoSize = true;
|
|
this.cbWeek5.Location = new System.Drawing.Point(104, 29);
|
|
this.cbWeek5.Name = "cbWeek5";
|
|
this.cbWeek5.Size = new System.Drawing.Size(60, 16);
|
|
this.cbWeek5.TabIndex = 3;
|
|
this.cbWeek5.Text = "星期四";
|
|
this.cbWeek5.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbWeek4
|
|
//
|
|
this.cbWeek4.AutoSize = true;
|
|
this.cbWeek4.Location = new System.Drawing.Point(104, 5);
|
|
this.cbWeek4.Name = "cbWeek4";
|
|
this.cbWeek4.Size = new System.Drawing.Size(60, 16);
|
|
this.cbWeek4.TabIndex = 2;
|
|
this.cbWeek4.Text = "星期三";
|
|
this.cbWeek4.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbWeek3
|
|
//
|
|
this.cbWeek3.AutoSize = true;
|
|
this.cbWeek3.Location = new System.Drawing.Point(12, 29);
|
|
this.cbWeek3.Name = "cbWeek3";
|
|
this.cbWeek3.Size = new System.Drawing.Size(60, 16);
|
|
this.cbWeek3.TabIndex = 1;
|
|
this.cbWeek3.Text = "星期二";
|
|
this.cbWeek3.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbWeek2
|
|
//
|
|
this.cbWeek2.AutoSize = true;
|
|
this.cbWeek2.Location = new System.Drawing.Point(12, 5);
|
|
this.cbWeek2.Name = "cbWeek2";
|
|
this.cbWeek2.Size = new System.Drawing.Size(60, 16);
|
|
this.cbWeek2.TabIndex = 0;
|
|
this.cbWeek2.Text = "星期一";
|
|
this.cbWeek2.UseVisualStyleBackColor = true;
|
|
//
|
|
// PeriodType
|
|
//
|
|
this.PeriodType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.PeriodType.FormattingEnabled = true;
|
|
this.PeriodType.Location = new System.Drawing.Point(53, 14);
|
|
this.PeriodType.Name = "PeriodType";
|
|
this.PeriodType.Size = new System.Drawing.Size(141, 20);
|
|
this.PeriodType.TabIndex = 1;
|
|
this.PeriodType.SelectedValueChanged += new System.EventHandler(this.PeriodType_SelectedValueChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(17, 17);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "执行:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label21);
|
|
this.groupBox2.Controls.Add(this.label20);
|
|
this.groupBox2.Controls.Add(this.DayEndTime);
|
|
this.groupBox2.Controls.Add(this.DayStartTime);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.IntervalType);
|
|
this.groupBox2.Controls.Add(this.Interval);
|
|
this.groupBox2.Controls.Add(this.rbDayMode2);
|
|
this.groupBox2.Controls.Add(this.OnceTime);
|
|
this.groupBox2.Controls.Add(this.rbDayMode1);
|
|
this.groupBox2.Location = new System.Drawing.Point(15, 173);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(446, 81);
|
|
this.groupBox2.TabIndex = 3;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "每天频率";
|
|
//
|
|
// DayEndTime
|
|
//
|
|
this.DayEndTime.FormattingEnabled = true;
|
|
this.DayEndTime.Items.AddRange(new object[] {
|
|
"00",
|
|
"01",
|
|
"02",
|
|
"03",
|
|
"04",
|
|
"05",
|
|
"06",
|
|
"07",
|
|
"08",
|
|
"09",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16",
|
|
"17",
|
|
"18",
|
|
"19",
|
|
"20",
|
|
"21",
|
|
"22",
|
|
"23"});
|
|
this.DayEndTime.Location = new System.Drawing.Point(303, 49);
|
|
this.DayEndTime.Name = "DayEndTime";
|
|
this.DayEndTime.Size = new System.Drawing.Size(49, 20);
|
|
this.DayEndTime.TabIndex = 8;
|
|
//
|
|
// DayStartTime
|
|
//
|
|
this.DayStartTime.FormattingEnabled = true;
|
|
this.DayStartTime.Items.AddRange(new object[] {
|
|
"00",
|
|
"01",
|
|
"02",
|
|
"03",
|
|
"04",
|
|
"05",
|
|
"06",
|
|
"07",
|
|
"08",
|
|
"09",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16",
|
|
"17",
|
|
"18",
|
|
"19",
|
|
"20",
|
|
"21",
|
|
"22",
|
|
"23"});
|
|
this.DayStartTime.Location = new System.Drawing.Point(303, 17);
|
|
this.DayStartTime.Name = "DayStartTime";
|
|
this.DayStartTime.Size = new System.Drawing.Size(49, 20);
|
|
this.DayStartTime.TabIndex = 8;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(238, 53);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(59, 12);
|
|
this.label4.TabIndex = 5;
|
|
this.label4.Text = "结束时间:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(238, 22);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 12);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "开始时间:";
|
|
//
|
|
// IntervalType
|
|
//
|
|
this.IntervalType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.IntervalType.FormattingEnabled = true;
|
|
this.IntervalType.Items.AddRange(new object[] {
|
|
"秒",
|
|
"分",
|
|
"小时"});
|
|
this.IntervalType.Location = new System.Drawing.Point(143, 51);
|
|
this.IntervalType.Name = "IntervalType";
|
|
this.IntervalType.Size = new System.Drawing.Size(78, 20);
|
|
this.IntervalType.TabIndex = 4;
|
|
//
|
|
// Interval
|
|
//
|
|
this.Interval.Location = new System.Drawing.Point(92, 51);
|
|
this.Interval.Name = "Interval";
|
|
this.Interval.Size = new System.Drawing.Size(47, 21);
|
|
this.Interval.TabIndex = 3;
|
|
this.Interval.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// rbDayMode2
|
|
//
|
|
this.rbDayMode2.AutoSize = true;
|
|
this.rbDayMode2.Location = new System.Drawing.Point(20, 53);
|
|
this.rbDayMode2.Name = "rbDayMode2";
|
|
this.rbDayMode2.Size = new System.Drawing.Size(77, 16);
|
|
this.rbDayMode2.TabIndex = 2;
|
|
this.rbDayMode2.Text = "执行间隔:";
|
|
this.rbDayMode2.UseVisualStyleBackColor = true;
|
|
//
|
|
// OnceTime
|
|
//
|
|
this.OnceTime.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
|
this.OnceTime.Location = new System.Drawing.Point(142, 17);
|
|
this.OnceTime.Name = "OnceTime";
|
|
this.OnceTime.ShowUpDown = true;
|
|
this.OnceTime.Size = new System.Drawing.Size(79, 21);
|
|
this.OnceTime.TabIndex = 1;
|
|
this.OnceTime.Value = new System.DateTime(2014, 11, 20, 0, 0, 0, 0);
|
|
//
|
|
// rbDayMode1
|
|
//
|
|
this.rbDayMode1.AccessibleDescription = "";
|
|
this.rbDayMode1.AutoSize = true;
|
|
this.rbDayMode1.Checked = true;
|
|
this.rbDayMode1.Location = new System.Drawing.Point(20, 20);
|
|
this.rbDayMode1.Name = "rbDayMode1";
|
|
this.rbDayMode1.Size = new System.Drawing.Size(119, 16);
|
|
this.rbDayMode1.TabIndex = 0;
|
|
this.rbDayMode1.TabStop = true;
|
|
this.rbDayMode1.Text = "执行一次,时间为:";
|
|
this.rbDayMode1.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.radioButton4);
|
|
this.groupBox3.Controls.Add(this.radioButton3);
|
|
this.groupBox3.Controls.Add(this.PlanEndDate);
|
|
this.groupBox3.Controls.Add(this.PlanStartDate);
|
|
this.groupBox3.Controls.Add(this.label5);
|
|
this.groupBox3.Location = new System.Drawing.Point(17, 263);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(444, 68);
|
|
this.groupBox3.TabIndex = 4;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "持续时间";
|
|
//
|
|
// radioButton4
|
|
//
|
|
this.radioButton4.AutoSize = true;
|
|
this.radioButton4.Checked = true;
|
|
this.radioButton4.Location = new System.Drawing.Point(205, 43);
|
|
this.radioButton4.Name = "radioButton4";
|
|
this.radioButton4.Size = new System.Drawing.Size(83, 16);
|
|
this.radioButton4.TabIndex = 11;
|
|
this.radioButton4.TabStop = true;
|
|
this.radioButton4.Text = "无结束日期";
|
|
this.radioButton4.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButton3
|
|
//
|
|
this.radioButton3.AutoSize = true;
|
|
this.radioButton3.Location = new System.Drawing.Point(205, 16);
|
|
this.radioButton3.Name = "radioButton3";
|
|
this.radioButton3.Size = new System.Drawing.Size(77, 16);
|
|
this.radioButton3.TabIndex = 10;
|
|
this.radioButton3.Text = "结束日期:";
|
|
this.radioButton3.UseVisualStyleBackColor = true;
|
|
//
|
|
// PlanEndDate
|
|
//
|
|
this.PlanEndDate.Enabled = false;
|
|
this.PlanEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.PlanEndDate.Location = new System.Drawing.Point(285, 14);
|
|
this.PlanEndDate.Name = "PlanEndDate";
|
|
this.PlanEndDate.Size = new System.Drawing.Size(99, 21);
|
|
this.PlanEndDate.TabIndex = 9;
|
|
//
|
|
// PlanStartDate
|
|
//
|
|
this.PlanStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.PlanStartDate.Location = new System.Drawing.Point(89, 14);
|
|
this.PlanStartDate.Name = "PlanStartDate";
|
|
this.PlanStartDate.Size = new System.Drawing.Size(99, 21);
|
|
this.PlanStartDate.TabIndex = 7;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(24, 20);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "开始日期:";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.Remark);
|
|
this.groupBox4.Location = new System.Drawing.Point(15, 341);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(446, 105);
|
|
this.groupBox4.TabIndex = 5;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "说明";
|
|
//
|
|
// Remark
|
|
//
|
|
this.Remark.Location = new System.Drawing.Point(6, 19);
|
|
this.Remark.Multiline = true;
|
|
this.Remark.Name = "Remark";
|
|
this.Remark.Size = new System.Drawing.Size(434, 80);
|
|
this.Remark.TabIndex = 0;
|
|
//
|
|
// btSave
|
|
//
|
|
this.btSave.Location = new System.Drawing.Point(305, 452);
|
|
this.btSave.Name = "btSave";
|
|
this.btSave.Size = new System.Drawing.Size(75, 23);
|
|
this.btSave.TabIndex = 6;
|
|
this.btSave.Text = "确定";
|
|
this.btSave.UseVisualStyleBackColor = true;
|
|
this.btSave.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// btCancel
|
|
//
|
|
this.btCancel.Location = new System.Drawing.Point(386, 452);
|
|
this.btCancel.Name = "btCancel";
|
|
this.btCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btCancel.TabIndex = 7;
|
|
this.btCancel.Text = "取消";
|
|
this.btCancel.UseVisualStyleBackColor = true;
|
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(11, 45);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(59, 12);
|
|
this.label7.TabIndex = 8;
|
|
this.label7.Text = "作业内容:";
|
|
//
|
|
// TaskID
|
|
//
|
|
this.TaskID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.TaskID.FormattingEnabled = true;
|
|
this.TaskID.Location = new System.Drawing.Point(72, 42);
|
|
this.TaskID.Name = "TaskID";
|
|
this.TaskID.Size = new System.Drawing.Size(389, 20);
|
|
this.TaskID.TabIndex = 9;
|
|
//
|
|
// IsUse
|
|
//
|
|
this.IsUse.AutoSize = true;
|
|
this.IsUse.Checked = true;
|
|
this.IsUse.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.IsUse.Location = new System.Drawing.Point(17, 453);
|
|
this.IsUse.Name = "IsUse";
|
|
this.IsUse.Size = new System.Drawing.Size(48, 16);
|
|
this.IsUse.TabIndex = 12;
|
|
this.IsUse.Text = "启用";
|
|
this.IsUse.UseVisualStyleBackColor = true;
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(355, 20);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(17, 12);
|
|
this.label20.TabIndex = 9;
|
|
this.label20.Text = "时";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(355, 51);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(17, 12);
|
|
this.label21.TabIndex = 10;
|
|
this.label21.Text = "时";
|
|
//
|
|
// PlanEditForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(474, 479);
|
|
this.Controls.Add(this.IsUse);
|
|
this.Controls.Add(this.TaskID);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.btCancel);
|
|
this.Controls.Add(this.btSave);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.PlanName);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "PlanEditForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "计划属性";
|
|
this.Load += new System.EventHandler(this.PlanEditForm_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.panelDay.ResumeLayout(false);
|
|
this.panelDay.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DayPeriod)).EndInit();
|
|
this.panelMonth.ResumeLayout(false);
|
|
this.panelMonth.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.MonthPeriod1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monthDay2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monthDay1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MonthPeriod2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monthDay3)).EndInit();
|
|
this.panelWeek.ResumeLayout(false);
|
|
this.panelWeek.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Interval)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox PlanName;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ComboBox PeriodType;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.RadioButton rbDayMode2;
|
|
private System.Windows.Forms.DateTimePicker OnceTime;
|
|
private System.Windows.Forms.RadioButton rbDayMode1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox IntervalType;
|
|
private System.Windows.Forms.NumericUpDown Interval;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.DateTimePicker PlanStartDate;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.RadioButton radioButton4;
|
|
private System.Windows.Forms.RadioButton radioButton3;
|
|
private System.Windows.Forms.DateTimePicker PlanEndDate;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button btSave;
|
|
private System.Windows.Forms.Button btCancel;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.ComboBox TaskID;
|
|
private System.Windows.Forms.Panel panelDay;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.NumericUpDown DayPeriod;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Panel panelWeek;
|
|
private System.Windows.Forms.CheckBox cbWeek3;
|
|
private System.Windows.Forms.CheckBox cbWeek2;
|
|
private System.Windows.Forms.CheckBox cbWeek5;
|
|
private System.Windows.Forms.CheckBox cbWeek4;
|
|
private System.Windows.Forms.CheckBox cbWeek6;
|
|
private System.Windows.Forms.CheckBox cbWeek1;
|
|
private System.Windows.Forms.CheckBox cbWeek7;
|
|
private System.Windows.Forms.Panel panelMonth;
|
|
private System.Windows.Forms.NumericUpDown monthDay1;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.RadioButton rbMonthMode1;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.NumericUpDown MonthPeriod2;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.NumericUpDown monthDay3;
|
|
private System.Windows.Forms.RadioButton rbMonthMode2;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.NumericUpDown monthDay2;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.NumericUpDown MonthPeriod1;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.CheckBox IsUse;
|
|
private System.Windows.Forms.TextBox Remark;
|
|
private System.Windows.Forms.ComboBox DayEndTime;
|
|
private System.Windows.Forms.ComboBox DayStartTime;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label20;
|
|
}
|
|
}
|