📄 sysuser.designer.cs
字号:
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button1);
this.groupBox4.Controls.Add(this.btnCancel);
this.groupBox4.Location = new System.Drawing.Point(290, 178);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(178, 51);
this.groupBox4.TabIndex = 9;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "执行操作";
//
// button1
//
this.button1.Location = new System.Drawing.Point(7, 20);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(80, 23);
this.button1.TabIndex = 2;
this.button1.Text = "设置/修改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(94, 20);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "退出";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.cbxLogin);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.txtOkPwd);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.txtPwd);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.txtName);
this.groupBox3.Controls.Add(this.checkBox2);
this.groupBox3.Controls.Add(this.checkBox1);
this.groupBox3.Location = new System.Drawing.Point(292, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(176, 159);
this.groupBox3.TabIndex = 8;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "用户设置";
//
// cbxLogin
//
this.cbxLogin.FormattingEnabled = true;
this.cbxLogin.Location = new System.Drawing.Point(78, 13);
this.cbxLogin.Name = "cbxLogin";
this.cbxLogin.Size = new System.Drawing.Size(82, 20);
this.cbxLogin.TabIndex = 17;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(19, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 16;
this.label4.Text = "登录身份:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(19, 136);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 15;
this.label3.Text = "确认密码:";
//
// txtOkPwd
//
this.txtOkPwd.Location = new System.Drawing.Point(78, 132);
this.txtOkPwd.Name = "txtOkPwd";
this.txtOkPwd.PasswordChar = '*';
this.txtOkPwd.ReadOnly = true;
this.txtOkPwd.Size = new System.Drawing.Size(82, 21);
this.txtOkPwd.TabIndex = 14;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(19, 109);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 13;
this.label2.Text = "密 码:";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(78, 105);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.ReadOnly = true;
this.txtPwd.Size = new System.Drawing.Size(82, 21);
this.txtPwd.TabIndex = 12;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(19, 62);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 4;
this.label1.Text = "用 户 名:";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(78, 59);
this.txtName.Name = "txtName";
this.txtName.ReadOnly = true;
this.txtName.Size = new System.Drawing.Size(82, 21);
this.txtName.TabIndex = 3;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(30, 86);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(72, 16);
this.checkBox2.TabIndex = 1;
this.checkBox2.Text = "设置密码";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(30, 39);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(84, 16);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "设置登录名";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// SysUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(480, 239);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "SysUser";
this.Text = "设置系统用户";
this.Load += new System.EventHandler(this.SysUser_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtOkPwd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.ComboBox cbxLogin;
private System.Windows.Forms.Label labMessage;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -