📄 frmaddoperater.designer.cs
字号:
namespace HumanManage.SystemSet
{
partial class FrmAddOperater
{
/// <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.labelX1 = new DevComponents.DotNetBar.LabelX();
this.cmbRole = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.txtID = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtHandset = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtPass = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtPhone = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtAddress = new DevComponents.DotNetBar.Controls.TextBoxX();
this.SuspendLayout();
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(12, 11);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(60, 21);
this.labelX1.TabIndex = 0;
this.labelX1.Text = "用户编号";
//
// cmbRole
//
this.cmbRole.DisplayMember = "Text";
this.cmbRole.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cmbRole.FormattingEnabled = true;
this.cmbRole.Location = new System.Drawing.Point(78, 54);
this.cmbRole.Name = "cmbRole";
this.cmbRole.Size = new System.Drawing.Size(121, 22);
this.cmbRole.TabIndex = 1;
//
// btnSave
//
this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSave.Location = new System.Drawing.Point(210, 183);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 21);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Location = new System.Drawing.Point(337, 183);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 21);
this.btnExit.TabIndex = 3;
this.btnExit.Text = "取消";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// txtID
//
//
//
//
this.txtID.Border.Class = "TextBoxBorder";
this.txtID.Location = new System.Drawing.Point(78, 14);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(121, 18);
this.txtID.TabIndex = 4;
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(224, 11);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(61, 21);
this.labelX2.TabIndex = 5;
this.labelX2.Text = "用户名称";
//
// labelX3
//
this.labelX3.Location = new System.Drawing.Point(12, 54);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(60, 21);
this.labelX3.TabIndex = 6;
this.labelX3.Text = "权 限 组";
//
// labelX4
//
this.labelX4.Location = new System.Drawing.Point(224, 54);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(61, 21);
this.labelX4.TabIndex = 7;
this.labelX4.Text = "用户密码";
//
// labelX5
//
this.labelX5.Location = new System.Drawing.Point(12, 91);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(60, 21);
this.labelX5.TabIndex = 8;
this.labelX5.Text = "手 机";
//
// labelX6
//
this.labelX6.Location = new System.Drawing.Point(224, 94);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(61, 21);
this.labelX6.TabIndex = 9;
this.labelX6.Text = "住宅电话";
//
// labelX7
//
this.labelX7.Location = new System.Drawing.Point(12, 134);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(60, 21);
this.labelX7.TabIndex = 10;
this.labelX7.Text = "联系地址";
//
// txtName
//
//
//
//
this.txtName.Border.Class = "TextBoxBorder";
this.txtName.Location = new System.Drawing.Point(291, 14);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(121, 18);
this.txtName.TabIndex = 11;
//
// txtHandset
//
//
//
//
this.txtHandset.Border.Class = "TextBoxBorder";
this.txtHandset.Location = new System.Drawing.Point(78, 94);
this.txtHandset.Name = "txtHandset";
this.txtHandset.Size = new System.Drawing.Size(121, 18);
this.txtHandset.TabIndex = 12;
//
// txtPass
//
//
//
//
this.txtPass.Border.Class = "TextBoxBorder";
this.txtPass.Location = new System.Drawing.Point(291, 54);
this.txtPass.Name = "txtPass";
this.txtPass.Size = new System.Drawing.Size(121, 18);
this.txtPass.TabIndex = 13;
this.txtPass.UseSystemPasswordChar = true;
//
// txtPhone
//
//
//
//
this.txtPhone.Border.Class = "TextBoxBorder";
this.txtPhone.Location = new System.Drawing.Point(291, 97);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(121, 18);
this.txtPhone.TabIndex = 14;
//
// txtAddress
//
//
//
//
this.txtAddress.Border.Class = "TextBoxBorder";
this.txtAddress.Location = new System.Drawing.Point(78, 137);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(334, 18);
this.txtAddress.TabIndex = 15;
//
// FrmAddOperater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(433, 229);
this.Controls.Add(this.txtAddress);
this.Controls.Add(this.txtPhone);
this.Controls.Add(this.txtPass);
this.Controls.Add(this.txtHandset);
this.Controls.Add(this.txtName);
this.Controls.Add(this.labelX7);
this.Controls.Add(this.labelX6);
this.Controls.Add(this.labelX5);
this.Controls.Add(this.labelX4);
this.Controls.Add(this.labelX3);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.txtID);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.cmbRole);
this.Controls.Add(this.labelX1);
this.Name = "FrmAddOperater";
this.Text = "新增管理员";
this.Load += new System.EventHandler(this.FrmAddOperater_Load);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbRole;
private DevComponents.DotNetBar.ButtonX btnSave;
private DevComponents.DotNetBar.ButtonX btnExit;
private DevComponents.DotNetBar.Controls.TextBoxX txtID;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.Controls.TextBoxX txtName;
private DevComponents.DotNetBar.Controls.TextBoxX txtHandset;
private DevComponents.DotNetBar.Controls.TextBoxX txtPass;
private DevComponents.DotNetBar.Controls.TextBoxX txtPhone;
private DevComponents.DotNetBar.Controls.TextBoxX txtAddress;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -