337 lines
16 KiB
C#
337 lines
16 KiB
C#
namespace Weixin.CircleTools
|
|
{
|
|
partial class SendTaskForm
|
|
{
|
|
/// <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.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.checkedComboBoxEdit_ChatType = new DevExpress.XtraEditors.CheckedComboBoxEdit();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label11 = 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();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.Controls.Add(this.textBox2);
|
|
this.groupControl1.Controls.Add(this.textBox1);
|
|
this.groupControl1.Controls.Add(this.checkedComboBoxEdit_ChatType);
|
|
this.groupControl1.Controls.Add(this.label4);
|
|
this.groupControl1.Controls.Add(this.labelControl2);
|
|
this.groupControl1.Controls.Add(this.labelControl3);
|
|
this.groupControl1.Controls.Add(this.labelControl1);
|
|
this.groupControl1.Controls.Add(this.labelControl8);
|
|
this.groupControl1.Controls.Add(this.label10);
|
|
this.groupControl1.Controls.Add(this.label9);
|
|
this.groupControl1.Controls.Add(this.label11);
|
|
this.groupControl1.Controls.Add(this.label8);
|
|
this.groupControl1.Controls.Add(this.label7);
|
|
this.groupControl1.Controls.Add(this.label6);
|
|
this.groupControl1.Controls.Add(this.checkEdit1);
|
|
this.groupControl1.Controls.Add(this.label5);
|
|
this.groupControl1.Controls.Add(this.textEdit1);
|
|
this.groupControl1.Controls.Add(this.label3);
|
|
this.groupControl1.Controls.Add(this.dateTimePicker1);
|
|
this.groupControl1.Controls.Add(this.label2);
|
|
this.groupControl1.Controls.Add(this.label1);
|
|
this.groupControl1.Controls.Add(this.checkedComboBoxEdit1);
|
|
this.groupControl1.Location = new System.Drawing.Point(20, 19);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.Size = new System.Drawing.Size(562, 531);
|
|
this.groupControl1.TabIndex = 0;
|
|
this.groupControl1.Text = "任务信息";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(45, 402);
|
|
this.textBox2.Multiline = true;
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(471, 113);
|
|
this.textBox2.TabIndex = 40;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(45, 228);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(471, 148);
|
|
this.textBox1.TabIndex = 39;
|
|
//
|
|
// checkedComboBoxEdit_ChatType
|
|
//
|
|
this.checkedComboBoxEdit_ChatType.EditValue = "";
|
|
this.checkedComboBoxEdit_ChatType.Location = new System.Drawing.Point(141, 72);
|
|
this.checkedComboBoxEdit_ChatType.Name = "checkedComboBoxEdit_ChatType";
|
|
this.checkedComboBoxEdit_ChatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.checkedComboBoxEdit_ChatType.Size = new System.Drawing.Size(311, 20);
|
|
this.checkedComboBoxEdit_ChatType.TabIndex = 36;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(42, 75);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(79, 14);
|
|
this.label4.TabIndex = 35;
|
|
this.label4.Text = "活动机器人:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(141, 382);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(138, 14);
|
|
this.labelControl2.TabIndex = 34;
|
|
this.labelControl2.Text = "注:多条评语 [分段] 分割";
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(57, 199);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl3.TabIndex = 34;
|
|
this.labelControl3.Text = "发送内容:";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(141, 199);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(315, 14);
|
|
this.labelControl1.TabIndex = 34;
|
|
this.labelControl1.Text = "注:发送内容中必须添加一张图片 格式:[图片=图片地址]";
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Location = new System.Drawing.Point(61, 382);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl8.TabIndex = 31;
|
|
this.labelControl8.Text = "追加评论:";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
|
this.label10.Location = new System.Drawing.Point(114, 199);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(14, 14);
|
|
this.label10.TabIndex = 14;
|
|
this.label10.Text = "*";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.ForeColor = System.Drawing.Color.Red;
|
|
this.label9.Location = new System.Drawing.Point(461, 135);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(14, 14);
|
|
this.label9.TabIndex = 13;
|
|
this.label9.Text = "*";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.ForeColor = System.Drawing.Color.Red;
|
|
this.label11.Location = new System.Drawing.Point(461, 75);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(14, 14);
|
|
this.label11.TabIndex = 12;
|
|
this.label11.Text = "*";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.ForeColor = System.Drawing.Color.Red;
|
|
this.label8.Location = new System.Drawing.Point(461, 105);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(14, 14);
|
|
this.label8.TabIndex = 12;
|
|
this.label8.Text = "*";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ForeColor = System.Drawing.Color.Red;
|
|
this.label7.Location = new System.Drawing.Point(461, 45);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(14, 14);
|
|
this.label7.TabIndex = 11;
|
|
this.label7.Text = "*";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.ForeColor = System.Drawing.Color.Gray;
|
|
this.label6.Location = new System.Drawing.Point(222, 165);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(127, 14);
|
|
this.label6.TabIndex = 10;
|
|
this.label6.Text = "(不勾选则执行一次)";
|
|
//
|
|
// checkEdit1
|
|
//
|
|
this.checkEdit1.Location = new System.Drawing.Point(141, 163);
|
|
this.checkEdit1.Name = "checkEdit1";
|
|
this.checkEdit1.Properties.Caption = "是否循环";
|
|
this.checkEdit1.Size = new System.Drawing.Size(75, 20);
|
|
this.checkEdit1.TabIndex = 9;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(54, 165);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(67, 14);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "任务类型:";
|
|
//
|
|
// textEdit1
|
|
//
|
|
this.textEdit1.Location = new System.Drawing.Point(141, 42);
|
|
this.textEdit1.Name = "textEdit1";
|
|
this.textEdit1.Size = new System.Drawing.Size(311, 20);
|
|
this.textEdit1.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(42, 135);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(79, 14);
|
|
this.label3.TabIndex = 4;
|
|
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(141, 129);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.ShowUpDown = true;
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(311, 22);
|
|
this.dateTimePicker1.TabIndex = 3;
|
|
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(54, 45);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(67, 14);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "任务名称:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(42, 105);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(79, 14);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "发送工作日:";
|
|
//
|
|
// checkedComboBoxEdit1
|
|
//
|
|
this.checkedComboBoxEdit1.Location = new System.Drawing.Point(141, 102);
|
|
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 = 0;
|
|
//
|
|
// SendTaskForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(603, 572);
|
|
this.Controls.Add(this.groupControl1);
|
|
this.Name = "SendTaskForm";
|
|
this.Text = "SendTaskForm";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SendTaskForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.SendTaskForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
this.groupControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).EndInit();
|
|
((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 DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit1;
|
|
private System.Windows.Forms.Label label2;
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
private System.Windows.Forms.Label label3;
|
|
private DevExpress.XtraEditors.CheckEdit checkEdit1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit_ChatType;
|
|
}
|
|
} |