📄 frmusermanage.designer.cs
字号:
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(41, 22);
this.toolStripLabel2.Text = "关键字";
//
// tstxtKeyWord
//
this.tstxtKeyWord.Name = "tstxtKeyWord";
this.tstxtKeyWord.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// tsbtnLook
//
this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnLook.Name = "tsbtnLook";
this.tsbtnLook.Size = new System.Drawing.Size(23, 22);
this.tsbtnLook.Text = "查找";
this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// tsbtnExit
//
this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboxURight);
this.groupBox1.Controls.Add(this.txtUserPwd);
this.groupBox1.Controls.Add(this.txtUserName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtUserID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(7, 31);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(481, 77);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用户基本信息";
//
// 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(314, 45);
this.cboxURight.Name = "cboxURight";
this.cboxURight.Size = new System.Drawing.Size(102, 20);
this.cboxURight.TabIndex = 38;
//
// txtUserPwd
//
this.txtUserPwd.Location = new System.Drawing.Point(121, 45);
this.txtUserPwd.Name = "txtUserPwd";
this.txtUserPwd.PasswordChar = '*';
this.txtUserPwd.Size = new System.Drawing.Size(100, 21);
this.txtUserPwd.TabIndex = 37;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(314, 17);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(102, 21);
this.txtUserName.TabIndex = 33;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(255, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 27;
this.label1.Text = "用户权限";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(59, 48);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 18;
this.label11.Text = "用户密码";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(255, 21);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 6;
this.label5.Text = "用户名称";
//
// txtUserID
//
this.txtUserID.Location = new System.Drawing.Point(121, 17);
this.txtUserID.Name = "txtUserID";
this.txtUserID.ReadOnly = true;
this.txtUserID.Size = new System.Drawing.Size(100, 21);
this.txtUserID.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(59, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "用户编号";
//
// frmUserManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(491, 302);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dgvUInfo);
this.Controls.Add(this.bindingNavigator1);
this.MaximizeBox = false;
this.Name = "frmUserManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "用户管理";
this.Load += new System.EventHandler(this.frmUserManage_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvUInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.DataGridView dgvUInfo;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnDel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox tscboxCondition;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton tsbtnLook;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtUserID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cboxURight;
private System.Windows.Forms.TextBox txtUserPwd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -