old_flsystem/应用/UserFission/XtraForm1.Designer.cs

129 lines
6.2 KiB
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
namespace UserFission
{
partial class XtraForm1
{
/// <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.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.checkedComboBoxEdit_ChatType = new DevExpress.XtraEditors.CheckedComboBoxEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.tBox_antistop = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tBox_antistop.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(68, 119);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(48, 14);
this.labelControl3.TabIndex = 12;
this.labelControl3.Text = "机器人:";
//
// checkedComboBoxEdit_ChatType
//
this.checkedComboBoxEdit_ChatType.EditValue = "";
this.checkedComboBoxEdit_ChatType.Location = new System.Drawing.Point(138, 116);
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(346, 20);
this.checkedComboBoxEdit_ChatType.TabIndex = 11;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(72, 77);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 14);
this.labelControl2.TabIndex = 10;
this.labelControl2.Text = "关键词:";
//
// radioGroup1
//
this.radioGroup1.Location = new System.Drawing.Point(138, 70);
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 = 9;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(72, 35);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 8;
this.labelControl1.Text = "关键词:";
//
// tBox_antistop
//
this.tBox_antistop.Location = new System.Drawing.Point(138, 32);
this.tBox_antistop.Name = "tBox_antistop";
this.tBox_antistop.Size = new System.Drawing.Size(346, 20);
this.tBox_antistop.TabIndex = 7;
//
// XtraForm1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(553, 522);
this.Controls.Add(this.labelControl3);
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.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "XtraForm1";
this.Text = "XtraForm1";
((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tBox_antistop.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit_ChatType;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.RadioGroup radioGroup1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit tBox_antistop;
}
}