161 lines
7.1 KiB
C#
161 lines
7.1 KiB
C#
namespace 监听违规
|
|
{
|
|
partial class AddForm
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cb_usertype = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tb_username = new DevExpress.XtraEditors.TextEdit();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tb_nick = new DevExpress.XtraEditors.TextEdit();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cb_usertype.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tb_username.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tb_nick.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.tb_nick);
|
|
this.panel1.Controls.Add(this.tb_username);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.cb_usertype);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(472, 247);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(100, 60);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "用户类型:";
|
|
//
|
|
// cb_usertype
|
|
//
|
|
this.cb_usertype.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.cb_usertype.EditValue = "黑名单";
|
|
this.cb_usertype.Location = new System.Drawing.Point(172, 55);
|
|
this.cb_usertype.Name = "cb_usertype";
|
|
this.cb_usertype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.cb_usertype.Properties.Items.AddRange(new object[] {
|
|
"黑名单",
|
|
"白名单"});
|
|
this.cb_usertype.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.cb_usertype.Size = new System.Drawing.Size(176, 20);
|
|
this.cb_usertype.TabIndex = 8;
|
|
this.cb_usertype.Tag = "comboboxedit";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(100, 95);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "用户账号:";
|
|
//
|
|
// tb_username
|
|
//
|
|
this.tb_username.EditValue = "";
|
|
this.tb_username.Location = new System.Drawing.Point(172, 91);
|
|
this.tb_username.Name = "tb_username";
|
|
this.tb_username.Size = new System.Drawing.Size(176, 20);
|
|
this.tb_username.TabIndex = 9;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(100, 130);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "用户昵称:";
|
|
//
|
|
// tb_nick
|
|
//
|
|
this.tb_nick.EditValue = "";
|
|
this.tb_nick.Location = new System.Drawing.Point(172, 127);
|
|
this.tb_nick.Name = "tb_nick";
|
|
this.tb_nick.Size = new System.Drawing.Size(176, 20);
|
|
this.tb_nick.TabIndex = 9;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(141, 171);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(176, 38);
|
|
this.button1.TabIndex = 10;
|
|
this.button1.Text = " 保 存 ";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// AddForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(472, 247);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "AddForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "添加";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cb_usertype.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tb_username.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tb_nick.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.ComboBoxEdit cb_usertype;
|
|
private System.Windows.Forms.Label label2;
|
|
private DevExpress.XtraEditors.TextEdit tb_username;
|
|
private DevExpress.XtraEditors.TextEdit tb_nick;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |