293 lines
16 KiB
C#
293 lines
16 KiB
C#
|
namespace AutoAnswer
|
|||
|
{
|
|||
|
partial class EditUserDefinedForm
|
|||
|
{
|
|||
|
/// <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.tBox_antistop = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
|
|||
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.checkedComboBoxEdit_ChatType = new DevExpress.XtraEditors.CheckedComboBoxEdit();
|
|||
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.cbox_alertAdmin = new DevExpress.XtraEditors.CheckEdit();
|
|||
|
this.hyperlinkLabelControl2 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
|||
|
this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.hyperlinkLabelControl3 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.hyperlinkLabelControl4 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.hyperlinkLabelControl5 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|||
|
this.checkedComboBoxEdit_Robot = new DevExpress.XtraEditors.CheckedComboBoxEdit();
|
|||
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tBox_antistop.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbox_alertAdmin.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_Robot.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// tBox_antistop
|
|||
|
//
|
|||
|
this.tBox_antistop.Location = new System.Drawing.Point(112, 27);
|
|||
|
this.tBox_antistop.Name = "tBox_antistop";
|
|||
|
this.tBox_antistop.Size = new System.Drawing.Size(346, 20);
|
|||
|
this.tBox_antistop.TabIndex = 0;
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(46, 30);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(48, 14);
|
|||
|
this.labelControl1.TabIndex = 1;
|
|||
|
this.labelControl1.Text = "关键词:";
|
|||
|
//
|
|||
|
// radioGroup1
|
|||
|
//
|
|||
|
this.radioGroup1.Location = new System.Drawing.Point(112, 60);
|
|||
|
this.radioGroup1.Name = "radioGroup1";
|
|||
|
this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
|
|||
|
this.radioGroup1.Properties.Columns = 2;
|
|||
|
this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|||
|
new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "全部匹配"),
|
|||
|
new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "模糊匹配(支持正则表达式)")});
|
|||
|
this.radioGroup1.Size = new System.Drawing.Size(346, 29);
|
|||
|
this.radioGroup1.TabIndex = 2;
|
|||
|
//
|
|||
|
// labelControl2
|
|||
|
//
|
|||
|
this.labelControl2.Location = new System.Drawing.Point(46, 67);
|
|||
|
this.labelControl2.Name = "labelControl2";
|
|||
|
this.labelControl2.Size = new System.Drawing.Size(48, 14);
|
|||
|
this.labelControl2.TabIndex = 3;
|
|||
|
this.labelControl2.Text = "关键词:";
|
|||
|
//
|
|||
|
// checkedComboBoxEdit_ChatType
|
|||
|
//
|
|||
|
this.checkedComboBoxEdit_ChatType.EditValue = "";
|
|||
|
this.checkedComboBoxEdit_ChatType.Location = new System.Drawing.Point(112, 104);
|
|||
|
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(303, 20);
|
|||
|
this.checkedComboBoxEdit_ChatType.TabIndex = 5;
|
|||
|
this.checkedComboBoxEdit_ChatType.Leave += new System.EventHandler(this.checkedComboBoxEdit_ChatType_Leave);
|
|||
|
//
|
|||
|
// labelControl3
|
|||
|
//
|
|||
|
this.labelControl3.Location = new System.Drawing.Point(42, 107);
|
|||
|
this.labelControl3.Name = "labelControl3";
|
|||
|
this.labelControl3.Size = new System.Drawing.Size(52, 14);
|
|||
|
this.labelControl3.TabIndex = 6;
|
|||
|
this.labelControl3.Text = "回复平台:";
|
|||
|
//
|
|||
|
// labelControl4
|
|||
|
//
|
|||
|
this.labelControl4.Location = new System.Drawing.Point(42, 212);
|
|||
|
this.labelControl4.Name = "labelControl4";
|
|||
|
this.labelControl4.Size = new System.Drawing.Size(52, 14);
|
|||
|
this.labelControl4.TabIndex = 9;
|
|||
|
this.labelControl4.Text = "回复内容:";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(43, 507);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(55, 14);
|
|||
|
this.label1.TabIndex = 12;
|
|||
|
this.label1.Text = "快捷键:";
|
|||
|
//
|
|||
|
// labelControl5
|
|||
|
//
|
|||
|
this.labelControl5.Location = new System.Drawing.Point(30, 181);
|
|||
|
this.labelControl5.Name = "labelControl5";
|
|||
|
this.labelControl5.Size = new System.Drawing.Size(64, 14);
|
|||
|
this.labelControl5.TabIndex = 13;
|
|||
|
this.labelControl5.Text = "通知钉钉群:";
|
|||
|
//
|
|||
|
// cbox_alertAdmin
|
|||
|
//
|
|||
|
this.cbox_alertAdmin.Location = new System.Drawing.Point(112, 178);
|
|||
|
this.cbox_alertAdmin.Name = "cbox_alertAdmin";
|
|||
|
this.cbox_alertAdmin.Properties.Caption = "勾选通知";
|
|||
|
this.cbox_alertAdmin.Size = new System.Drawing.Size(75, 20);
|
|||
|
this.cbox_alertAdmin.TabIndex = 14;
|
|||
|
//
|
|||
|
// hyperlinkLabelControl2
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl2.Location = new System.Drawing.Point(104, 507);
|
|||
|
this.hyperlinkLabelControl2.Name = "hyperlinkLabelControl2";
|
|||
|
this.hyperlinkLabelControl2.Size = new System.Drawing.Size(46, 14);
|
|||
|
this.hyperlinkLabelControl2.TabIndex = 23;
|
|||
|
this.hyperlinkLabelControl2.Text = "[分割线]";
|
|||
|
this.hyperlinkLabelControl2.Click += new System.EventHandler(this.hyperlinkLabelControl2_Click);
|
|||
|
//
|
|||
|
// memoEdit1
|
|||
|
//
|
|||
|
this.memoEdit1.Location = new System.Drawing.Point(42, 242);
|
|||
|
this.memoEdit1.Name = "memoEdit1";
|
|||
|
this.memoEdit1.Size = new System.Drawing.Size(477, 252);
|
|||
|
this.memoEdit1.TabIndex = 24;
|
|||
|
//
|
|||
|
// hyperlinkLabelControl1
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl1.Location = new System.Drawing.Point(159, 507);
|
|||
|
this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1";
|
|||
|
this.hyperlinkLabelControl1.Size = new System.Drawing.Size(82, 14);
|
|||
|
this.hyperlinkLabelControl1.TabIndex = 23;
|
|||
|
this.hyperlinkLabelControl1.Text = "[插入网络图片]";
|
|||
|
this.hyperlinkLabelControl1.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click);
|
|||
|
//
|
|||
|
// hyperlinkLabelControl3
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl3.Location = new System.Drawing.Point(341, 507);
|
|||
|
this.hyperlinkLabelControl3.Name = "hyperlinkLabelControl3";
|
|||
|
this.hyperlinkLabelControl3.Size = new System.Drawing.Size(58, 14);
|
|||
|
this.hyperlinkLabelControl3.TabIndex = 23;
|
|||
|
this.hyperlinkLabelControl3.Text = "[插入视频]";
|
|||
|
this.hyperlinkLabelControl3.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click);
|
|||
|
//
|
|||
|
// hyperlinkLabelControl4
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl4.Location = new System.Drawing.Point(408, 507);
|
|||
|
this.hyperlinkLabelControl4.Name = "hyperlinkLabelControl4";
|
|||
|
this.hyperlinkLabelControl4.Size = new System.Drawing.Size(58, 14);
|
|||
|
this.hyperlinkLabelControl4.TabIndex = 23;
|
|||
|
this.hyperlinkLabelControl4.Text = "[插入语音]";
|
|||
|
this.hyperlinkLabelControl4.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click);
|
|||
|
//
|
|||
|
// hyperlinkLabelControl5
|
|||
|
//
|
|||
|
this.hyperlinkLabelControl5.Location = new System.Drawing.Point(250, 507);
|
|||
|
this.hyperlinkLabelControl5.Name = "hyperlinkLabelControl5";
|
|||
|
this.hyperlinkLabelControl5.Size = new System.Drawing.Size(82, 14);
|
|||
|
this.hyperlinkLabelControl5.TabIndex = 23;
|
|||
|
this.hyperlinkLabelControl5.Text = "[插入本地图片]";
|
|||
|
this.hyperlinkLabelControl5.Click += new System.EventHandler(this.hyperlinkLabelControl5_Click);
|
|||
|
//
|
|||
|
// checkedComboBoxEdit_Robot
|
|||
|
//
|
|||
|
this.checkedComboBoxEdit_Robot.EditValue = "";
|
|||
|
this.checkedComboBoxEdit_Robot.Location = new System.Drawing.Point(112, 140);
|
|||
|
this.checkedComboBoxEdit_Robot.Name = "checkedComboBoxEdit_Robot";
|
|||
|
this.checkedComboBoxEdit_Robot.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.checkedComboBoxEdit_Robot.Size = new System.Drawing.Size(303, 20);
|
|||
|
this.checkedComboBoxEdit_Robot.TabIndex = 5;
|
|||
|
//
|
|||
|
// labelControl6
|
|||
|
//
|
|||
|
this.labelControl6.Location = new System.Drawing.Point(6, 143);
|
|||
|
this.labelControl6.Name = "labelControl6";
|
|||
|
this.labelControl6.Size = new System.Drawing.Size(100, 14);
|
|||
|
this.labelControl6.TabIndex = 6;
|
|||
|
this.labelControl6.Text = "指定回复的机器人:";
|
|||
|
//
|
|||
|
// labelControl7
|
|||
|
//
|
|||
|
this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Blue;
|
|||
|
this.labelControl7.Appearance.Options.UseForeColor = true;
|
|||
|
this.labelControl7.Location = new System.Drawing.Point(421, 143);
|
|||
|
this.labelControl7.Name = "labelControl7";
|
|||
|
this.labelControl7.Size = new System.Drawing.Size(130, 14);
|
|||
|
this.labelControl7.TabIndex = 25;
|
|||
|
this.labelControl7.Text = "(为空时回复所有机器人)";
|
|||
|
//
|
|||
|
// EditUserDefinedForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(562, 550);
|
|||
|
this.Controls.Add(this.labelControl7);
|
|||
|
this.Controls.Add(this.memoEdit1);
|
|||
|
this.Controls.Add(this.hyperlinkLabelControl4);
|
|||
|
this.Controls.Add(this.hyperlinkLabelControl3);
|
|||
|
this.Controls.Add(this.hyperlinkLabelControl5);
|
|||
|
this.Controls.Add(this.hyperlinkLabelControl1);
|
|||
|
this.Controls.Add(this.hyperlinkLabelControl2);
|
|||
|
this.Controls.Add(this.cbox_alertAdmin);
|
|||
|
this.Controls.Add(this.labelControl5);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.labelControl4);
|
|||
|
this.Controls.Add(this.labelControl6);
|
|||
|
this.Controls.Add(this.labelControl3);
|
|||
|
this.Controls.Add(this.checkedComboBoxEdit_Robot);
|
|||
|
this.Controls.Add(this.checkedComboBoxEdit_ChatType);
|
|||
|
this.Controls.Add(this.labelControl2);
|
|||
|
this.Controls.Add(this.radioGroup1);
|
|||
|
this.Controls.Add(this.labelControl1);
|
|||
|
this.Controls.Add(this.tBox_antistop);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.IconOptions.ShowIcon = false;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "EditUserDefinedForm";
|
|||
|
this.Text = "EditUserDefinedForm";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditUserDefinedForm_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.EditUserDefinedForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tBox_antistop.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.cbox_alertAdmin.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_Robot.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraEditors.TextEdit tBox_antistop;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private DevExpress.XtraEditors.RadioGroup radioGroup1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit_ChatType;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|||
|
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|||
|
private DevExpress.XtraEditors.CheckEdit cbox_alertAdmin;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl2;
|
|||
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl3;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl4;
|
|||
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl5;
|
|||
|
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit_Robot;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|||
|
}
|
|||
|
}
|