namespace Weixin.CircleTools { partial class AddAutoSendForm { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.label5 = new System.Windows.Forms.Label(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.label3 = new System.Windows.Forms.Label(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.checkedComboBoxEdit1 = new DevExpress.XtraEditors.CheckedComboBoxEdit(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.simpleButton2); this.groupBox1.Controls.Add(this.simpleButton1); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.checkEdit1); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.textEdit1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.dateTimePicker1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.checkedComboBoxEdit1); this.groupBox1.Location = new System.Drawing.Point(23, 28); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(524, 233); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = " 设置定时信息 "; // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(305, 180); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(89, 35); this.simpleButton2.TabIndex = 26; this.simpleButton2.Text = "取 消"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(133, 180); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(89, 35); this.simpleButton1.TabIndex = 26; this.simpleButton1.Text = "添 加"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.Red; this.label9.Location = new System.Drawing.Point(475, 105); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(14, 14); this.label9.TabIndex = 25; this.label9.Text = "*"; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.Red; this.label8.Location = new System.Drawing.Point(475, 75); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(14, 14); this.label8.TabIndex = 24; this.label8.Text = "*"; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Red; this.label7.Location = new System.Drawing.Point(475, 49); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(14, 14); this.label7.TabIndex = 23; this.label7.Text = "*"; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Gray; this.label6.Location = new System.Drawing.Point(236, 135); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(127, 14); this.label6.TabIndex = 22; this.label6.Text = "(不勾选则执行一次)"; // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(155, 133); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Caption = "是否循环"; this.checkEdit1.Size = new System.Drawing.Size(75, 19); this.checkEdit1.TabIndex = 21; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(68, 135); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 14); this.label5.TabIndex = 20; this.label5.Text = "任务类型:"; // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(155, 46); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(311, 20); this.textEdit1.TabIndex = 19; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(56, 105); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 14); this.label3.TabIndex = 18; this.label3.Text = "发送时间点:"; // // dateTimePicker1 // this.dateTimePicker1.CustomFormat = "HH:mm:ss"; this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker1.Location = new System.Drawing.Point(155, 99); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.ShowUpDown = true; this.dateTimePicker1.Size = new System.Drawing.Size(311, 22); this.dateTimePicker1.TabIndex = 17; this.dateTimePicker1.Value = new System.DateTime(2018, 11, 16, 15, 56, 0, 0); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(68, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 14); this.label2.TabIndex = 16; this.label2.Text = "任务名称:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(56, 75); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 14); this.label1.TabIndex = 15; this.label1.Text = "发送工作日:"; // // checkedComboBoxEdit1 // this.checkedComboBoxEdit1.Location = new System.Drawing.Point(155, 72); this.checkedComboBoxEdit1.Name = "checkedComboBoxEdit1"; this.checkedComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.checkedComboBoxEdit1.Size = new System.Drawing.Size(311, 20); this.checkedComboBoxEdit1.TabIndex = 14; // // AddAutoSendForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(570, 282); this.Controls.Add(this.groupBox1); this.Name = "AddAutoSendForm"; this.Text = "添加至定时推送"; this.Load += new System.EventHandler(this.AddAutoSendForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private DevExpress.XtraEditors.CheckEdit checkEdit1; private System.Windows.Forms.Label label5; private DevExpress.XtraEditors.TextEdit textEdit1; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton1; } }