📄 mlist.designer.cs
字号:
namespace FOUPOS
{
partial class MList
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
this.lvUser = new System.Windows.Forms.ListView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rbNo = new System.Windows.Forms.RadioButton();
this.rbYes = new System.Windows.Forms.RadioButton();
this.btnRe = new System.Windows.Forms.Button();
this.btnDo = new System.Windows.Forms.Button();
this.txtPwd2 = new System.Windows.Forms.TextBox();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// skinEngine1
//
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
//
// lvUser
//
this.lvUser.FullRowSelect = true;
this.lvUser.GridLines = true;
this.lvUser.Location = new System.Drawing.Point(13, 21);
this.lvUser.Name = "lvUser";
this.lvUser.Scrollable = false;
this.lvUser.ShowItemToolTips = true;
this.lvUser.Size = new System.Drawing.Size(174, 265);
this.lvUser.TabIndex = 0;
this.lvUser.UseCompatibleStateImageBehavior = false;
this.lvUser.View = System.Windows.Forms.View.Details;
this.lvUser.SelectedIndexChanged += new System.EventHandler(this.lvUser_SelectedIndexChanged);
this.lvUser.DoubleClick += new System.EventHandler(this.lvUser_DoubleClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rbNo);
this.groupBox1.Controls.Add(this.rbYes);
this.groupBox1.Controls.Add(this.btnRe);
this.groupBox1.Controls.Add(this.btnDo);
this.groupBox1.Controls.Add(this.txtPwd2);
this.groupBox1.Controls.Add(this.txtPwd);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(209, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(268, 327);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
//
// rbNo
//
this.rbNo.AutoSize = true;
this.rbNo.Checked = true;
this.rbNo.Location = new System.Drawing.Point(154, 75);
this.rbNo.Name = "rbNo";
this.rbNo.Size = new System.Drawing.Size(35, 16);
this.rbNo.TabIndex = 23;
this.rbNo.TabStop = true;
this.rbNo.Text = "否";
this.rbNo.UseVisualStyleBackColor = true;
//
// rbYes
//
this.rbYes.AutoSize = true;
this.rbYes.Location = new System.Drawing.Point(113, 75);
this.rbYes.Name = "rbYes";
this.rbYes.Size = new System.Drawing.Size(35, 16);
this.rbYes.TabIndex = 22;
this.rbYes.TabStop = true;
this.rbYes.Text = "是";
this.rbYes.UseVisualStyleBackColor = true;
//
// btnRe
//
this.btnRe.Location = new System.Drawing.Point(157, 224);
this.btnRe.Name = "btnRe";
this.btnRe.Size = new System.Drawing.Size(75, 23);
this.btnRe.TabIndex = 21;
this.btnRe.Text = " 取 消";
this.btnRe.UseVisualStyleBackColor = true;
this.btnRe.Click += new System.EventHandler(this.btnRe_Click);
//
// btnDo
//
this.btnDo.Location = new System.Drawing.Point(27, 224);
this.btnDo.Name = "btnDo";
this.btnDo.Size = new System.Drawing.Size(75, 23);
this.btnDo.TabIndex = 20;
this.btnDo.Text = " 添 加";
this.btnDo.UseVisualStyleBackColor = true;
this.btnDo.Click += new System.EventHandler(this.btnDo_Click);
//
// txtPwd2
//
this.txtPwd2.Location = new System.Drawing.Point(95, 163);
this.txtPwd2.Name = "txtPwd2";
this.txtPwd2.PasswordChar = '*';
this.txtPwd2.Size = new System.Drawing.Size(100, 21);
this.txtPwd2.TabIndex = 19;
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(94, 117);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(100, 21);
this.txtPwd.TabIndex = 18;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(94, 27);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 17;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(30, 77);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 15;
this.label4.Text = "是否是管理员";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 166);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 13;
this.label3.Text = "确认密码";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(30, 120);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 12;
this.label2.Text = "密码";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(30, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 11;
this.label1.Text = "用户名";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.lvUser);
this.groupBox2.Location = new System.Drawing.Point(3, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 327);
this.groupBox2.TabIndex = 12;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "用户列表";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(11, 301);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(125, 12);
this.label5.TabIndex = 1;
this.label5.Text = "双击列表项可删除记录";
//
// MList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(522, 355);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "MList";
this.Text = "用户管理";
this.Load += new System.EventHandler(this.MList_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
private System.Windows.Forms.ListView lvUser;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnRe;
private System.Windows.Forms.Button btnDo;
private System.Windows.Forms.TextBox txtPwd2;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton rbNo;
private System.Windows.Forms.RadioButton rbYes;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -