old_flsystem/应用/EncourageUser/TaskForm.Designer.cs

374 lines
18 KiB
C#
Raw Permalink Normal View History

2022-09-20 03:10:29 +00:00
namespace EncourageUser
{
partial class TaskForm
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dateTimePicker4);
this.groupBox1.Controls.Add(this.dateTimePicker2);
this.groupBox1.Controls.Add(this.labelControl12);
this.groupBox1.Controls.Add(this.labelControl9);
this.groupBox1.Controls.Add(this.simpleButton2);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.labelControl6);
this.groupBox1.Controls.Add(this.numericUpDown2);
this.groupBox1.Controls.Add(this.labelControl5);
this.groupBox1.Controls.Add(this.numericUpDown4);
this.groupBox1.Controls.Add(this.labelControl10);
this.groupBox1.Controls.Add(this.numericUpDown3);
this.groupBox1.Controls.Add(this.labelControl8);
this.groupBox1.Controls.Add(this.numericUpDown1);
this.groupBox1.Controls.Add(this.labelControl7);
this.groupBox1.Controls.Add(this.labelControl4);
this.groupBox1.Controls.Add(this.dateTimePicker3);
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.labelControl11);
this.groupBox1.Controls.Add(this.dateTimePicker1);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Controls.Add(this.comboBoxEdit1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(456, 323);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 基 础 任 务 ";
//
// dateTimePicker4
//
this.dateTimePicker4.CustomFormat = "HH:mm:ss";
this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker4.Location = new System.Drawing.Point(139, 147);
this.dateTimePicker4.Name = "dateTimePicker4";
this.dateTimePicker4.ShowUpDown = true;
this.dateTimePicker4.Size = new System.Drawing.Size(111, 22);
this.dateTimePicker4.TabIndex = 11;
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(139, 89);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(111, 22);
this.dateTimePicker2.TabIndex = 11;
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(49, 152);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(84, 14);
this.labelControl12.TabIndex = 10;
this.labelControl12.Text = "每天结束时间:";
//
// labelControl9
//
this.labelControl9.Location = new System.Drawing.Point(49, 93);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(84, 14);
this.labelControl9.TabIndex = 10;
this.labelControl9.Text = "结束发送日期:";
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(244, 276);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 30);
this.simpleButton2.TabIndex = 9;
this.simpleButton2.Text = "取 消";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(114, 276);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 30);
this.simpleButton1.TabIndex = 9;
this.simpleButton1.Text = "确 定";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(214, 181);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(36, 14);
this.labelControl6.TabIndex = 8;
this.labelControl6.Text = "条信息";
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(139, 177);
this.numericUpDown2.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(69, 22);
this.numericUpDown2.TabIndex = 7;
this.numericUpDown2.Value = new decimal(new int[] {
300,
0,
0,
0});
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(49, 181);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(84, 14);
this.labelControl5.TabIndex = 6;
this.labelControl5.Text = "当天发送数量:";
//
// numericUpDown4
//
this.numericUpDown4.Location = new System.Drawing.Point(282, 236);
this.numericUpDown4.Maximum = new decimal(new int[] {
9999999,
0,
0,
0});
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(95, 22);
this.numericUpDown4.TabIndex = 5;
this.numericUpDown4.Value = new decimal(new int[] {
50,
0,
0,
0});
//
// labelControl10
//
this.labelControl10.Location = new System.Drawing.Point(383, 240);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(41, 14);
this.labelControl10.TabIndex = 4;
this.labelControl10.Text = "单位/秒";
//
// numericUpDown3
//
this.numericUpDown3.Location = new System.Drawing.Point(139, 236);
this.numericUpDown3.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(69, 22);
this.numericUpDown3.TabIndex = 5;
this.numericUpDown3.Value = new decimal(new int[] {
40,
0,
0,
0});
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(214, 240);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(60, 14);
this.labelControl8.TabIndex = 4;
this.labelControl8.Text = "条消息休息";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(139, 207);
this.numericUpDown1.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(69, 22);
this.numericUpDown1.TabIndex = 5;
this.numericUpDown1.Value = new decimal(new int[] {
5,
0,
0,
0});
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(97, 240);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(36, 14);
this.labelControl7.TabIndex = 4;
this.labelControl7.Text = "每发送";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(214, 211);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(41, 14);
this.labelControl4.TabIndex = 4;
this.labelControl4.Text = "单位/秒";
//
// dateTimePicker3
//
this.dateTimePicker3.CustomFormat = "HH:mm:ss";
this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker3.Location = new System.Drawing.Point(139, 118);
this.dateTimePicker3.Name = "dateTimePicker3";
this.dateTimePicker3.ShowUpDown = true;
this.dateTimePicker3.Size = new System.Drawing.Size(111, 22);
this.dateTimePicker3.TabIndex = 3;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(49, 211);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(84, 14);
this.labelControl3.TabIndex = 4;
this.labelControl3.Text = "每条发送间隔:";
//
// labelControl11
//
this.labelControl11.Location = new System.Drawing.Point(49, 123);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(84, 14);
this.labelControl11.TabIndex = 2;
this.labelControl11.Text = "每天开始时间:";
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(139, 60);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(111, 22);
this.dateTimePicker1.TabIndex = 3;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(49, 64);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(84, 14);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "开始发送日期:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(49, 34);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(84, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "发送消息模板:";
//
// comboBoxEdit1
//
this.comboBoxEdit1.Location = new System.Drawing.Point(139, 31);
this.comboBoxEdit1.Name = "comboBoxEdit1";
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBoxEdit1.Size = new System.Drawing.Size(164, 20);
this.comboBoxEdit1.TabIndex = 0;
//
// TaskForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(480, 347);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "TaskForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "编辑任务";
this.Load += new System.EventHandler(this.TaskForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl6;
private System.Windows.Forms.NumericUpDown numericUpDown4;
private DevExpress.XtraEditors.LabelControl labelControl10;
private System.Windows.Forms.NumericUpDown numericUpDown3;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private DevExpress.XtraEditors.LabelControl labelControl9;
private System.Windows.Forms.DateTimePicker dateTimePicker4;
private System.Windows.Forms.DateTimePicker dateTimePicker3;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.LabelControl labelControl11;
}
}