frmquanxian.designer.cs
来自「用c#编写的医院管理系统(部分源码)」· CS 代码 · 共 340 行 · 第 1/2 页
CS
340 行
namespace Hospital.Hospital.view
{
partial class frmQuanXian
{
/// <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.components = new System.ComponentModel.Container();
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("管理员");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("门诊");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQuanXian));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgdUserInfo = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tvQuanXian = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.cbBuMen = new System.Windows.Forms.ComboBox();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.lblBuMen = new System.Windows.Forms.Label();
this.lblPwd = new System.Windows.Forms.Label();
this.lblUserName = new System.Windows.Forms.Label();
this.lblName = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnShuaXin = new System.Windows.Forms.Button();
this.btnDaYin = new System.Windows.Forms.Button();
this.btnCanel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgdUserInfo)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.dgdUserInfo);
this.groupBox1.Location = new System.Drawing.Point(1, 132);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(337, 287);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "当前有几条用户信息";
//
// dgdUserInfo
//
this.dgdUserInfo.AllowUserToAddRows = false;
this.dgdUserInfo.AllowUserToDeleteRows = false;
this.dgdUserInfo.BackgroundColor = System.Drawing.Color.White;
this.dgdUserInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgdUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgdUserInfo.Location = new System.Drawing.Point(3, 17);
this.dgdUserInfo.Name = "dgdUserInfo";
this.dgdUserInfo.ReadOnly = true;
this.dgdUserInfo.RowTemplate.Height = 23;
this.dgdUserInfo.Size = new System.Drawing.Size(331, 267);
this.dgdUserInfo.TabIndex = 0;
this.dgdUserInfo.SelectionChanged += new System.EventHandler(this.dgdUserInfo_SelectionChanged);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.tvQuanXian);
this.groupBox2.Location = new System.Drawing.Point(367, 268);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(338, 148);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "权限设置";
//
// tvQuanXian
//
this.tvQuanXian.CheckBoxes = true;
this.tvQuanXian.ImageIndex = 0;
this.tvQuanXian.ImageList = this.imageList1;
this.tvQuanXian.Location = new System.Drawing.Point(43, 23);
this.tvQuanXian.Name = "tvQuanXian";
treeNode1.Name = "节点0";
treeNode1.Text = "管理员";
treeNode2.Name = "节点1";
treeNode2.Text = "门诊";
this.tvQuanXian.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2});
this.tvQuanXian.SelectedImageIndex = 0;
this.tvQuanXian.Size = new System.Drawing.Size(265, 109);
this.tvQuanXian.TabIndex = 0;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "imageres.02.ico");
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.Transparent;
this.groupBox3.Controls.Add(this.cbBuMen);
this.groupBox3.Controls.Add(this.txtPwd);
this.groupBox3.Controls.Add(this.txtUserName);
this.groupBox3.Controls.Add(this.txtName);
this.groupBox3.Controls.Add(this.lblBuMen);
this.groupBox3.Controls.Add(this.lblPwd);
this.groupBox3.Controls.Add(this.lblUserName);
this.groupBox3.Controls.Add(this.lblName);
this.groupBox3.Location = new System.Drawing.Point(367, 132);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(338, 130);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "信息设置";
//
// cbBuMen
//
this.cbBuMen.FormattingEnabled = true;
this.cbBuMen.Items.AddRange(new object[] {
"门诊部",
"住院部"});
this.cbBuMen.Location = new System.Drawing.Point(232, 75);
this.cbBuMen.Name = "cbBuMen";
this.cbBuMen.Size = new System.Drawing.Size(93, 20);
this.cbBuMen.TabIndex = 7;
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(74, 80);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(93, 21);
this.txtPwd.TabIndex = 6;
//
// txtUserName
//
this.txtUserName.Enabled = false;
this.txtUserName.Location = new System.Drawing.Point(74, 23);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(93, 21);
this.txtUserName.TabIndex = 5;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(232, 23);
this.txtName.Name = "txtName";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?