?? frmusermanage.designer.cs
字號:
?namespace SMS.Help
{
partial class frmUserManage
{
/// <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>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUserManage));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboxUName = new System.Windows.Forms.ComboBox();
this.cboxURight = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.txtUPwd = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnEdit = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.dgvUInfo = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUInfo)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboxUName);
this.groupBox1.Controls.Add(this.cboxURight);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtUPwd);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 140);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用戶信息";
//
// cboxUName
//
this.cboxUName.FormattingEnabled = true;
this.cboxUName.Items.AddRange(new object[] {
"超級管理員",
"普通用戶"});
this.cboxUName.Location = new System.Drawing.Point(78, 30);
this.cboxUName.MaxDropDownItems = 100;
this.cboxUName.Name = "cboxUName";
this.cboxUName.Size = new System.Drawing.Size(100, 20);
this.cboxUName.TabIndex = 0;
//
// cboxURight
//
this.cboxURight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxURight.FormattingEnabled = true;
this.cboxURight.Items.AddRange(new object[] {
"超級管理員",
"普通用戶"});
this.cboxURight.Location = new System.Drawing.Point(78, 100);
this.cboxURight.Name = "cboxURight";
this.cboxURight.Size = new System.Drawing.Size(100, 20);
this.cboxURight.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 103);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 6;
this.label3.Text = "用戶權(quán)限";
//
// txtUPwd
//
this.txtUPwd.Location = new System.Drawing.Point(78, 65);
this.txtUPwd.Name = "txtUPwd";
this.txtUPwd.PasswordChar = '*';
this.txtUPwd.Size = new System.Drawing.Size(100, 21);
this.txtUPwd.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(30, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 2;
this.label2.Text = "密碼";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用戶名";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnEdit);
this.groupBox2.Controls.Add(this.btnDel);
this.groupBox2.Controls.Add(this.btnAdd);
this.groupBox2.Location = new System.Drawing.Point(229, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(113, 140);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// btnEdit
//
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnEdit.Location = new System.Drawing.Point(19, 59);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(75, 23);
this.btnEdit.TabIndex = 4;
this.btnEdit.Text = "修改";
this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDel
//
this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDel.Location = new System.Drawing.Point(19, 91);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(75, 23);
this.btnDel.TabIndex = 5;
this.btnDel.Text = "刪除";
this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnAdd
//
this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAdd.Location = new System.Drawing.Point(19, 27);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 3;
this.btnAdd.Text = "添加";
this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// dgvUInfo
//
this.dgvUInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvUInfo.Location = new System.Drawing.Point(12, 158);
this.dgvUInfo.Name = "dgvUInfo";
this.dgvUInfo.ReadOnly = true;
this.dgvUInfo.RowTemplate.Height = 23;
this.dgvUInfo.Size = new System.Drawing.Size(327, 120);
this.dgvUInfo.TabIndex = 2;
this.dgvUInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUInfo_CellClick);
//
// frmUserManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(355, 286);
this.Controls.Add(this.dgvUInfo);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmUserManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "用戶管理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmUserManage_FormClosed);
this.Load += new System.EventHandler(this.frmUserManage_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvUInfo)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgvUInfo;
private System.Windows.Forms.TextBox txtUPwd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cboxURight;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.ComboBox cboxUName;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -