main.designer.cs

来自「用c#编写的医院管理系统(部分源码)」· CS 代码 · 共 670 行 · 第 1/3 页

CS
670
字号
            // 
            // tsmiMenZhenGuaHao
            // 
            this.tsmiMenZhenGuaHao.Name = "tsmiMenZhenGuaHao";
            this.tsmiMenZhenGuaHao.Size = new System.Drawing.Size(149, 22);
            this.tsmiMenZhenGuaHao.Text = "门诊挂号(&G)";
            this.tsmiMenZhenGuaHao.Click += new System.EventHandler(this.tsmiMenZhenGuaHao_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(146, 6);
            // 
            // tsmiGuaHao
            // 
            this.tsmiGuaHao.Name = "tsmiGuaHao";
            this.tsmiGuaHao.Size = new System.Drawing.Size(149, 22);
            this.tsmiGuaHao.Text = "挂号明细表(&H)";
            this.tsmiGuaHao.Click += new System.EventHandler(this.tsmiGuaHao_Click);
            // 
            // tsmiTuiHao
            // 
            this.tsmiTuiHao.Name = "tsmiTuiHao";
            this.tsmiTuiHao.Size = new System.Drawing.Size(149, 22);
            this.tsmiTuiHao.Text = "退号明细表(&T)";
            this.tsmiTuiHao.Click += new System.EventHandler(this.tsmiTuiHao_Click);
            // 
            // menHelp
            // 
            this.menHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiGuanYu});
            this.menHelp.Name = "menHelp";
            this.menHelp.Size = new System.Drawing.Size(58, 20);
            this.menHelp.Text = "帮助(&H)";
            // 
            // tsmiGuanYu
            // 
            this.tsmiGuanYu.Name = "tsmiGuanYu";
            this.tsmiGuanYu.Size = new System.Drawing.Size(112, 22);
            this.tsmiGuanYu.Text = "关于(&P)";
            this.tsmiGuanYu.Click += new System.EventHandler(this.tsmiGuanYu_Click);
            // 
            // pbMain
            // 
            this.pbMain.BackColor = System.Drawing.Color.Transparent;
            this.pbMain.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbMain.BackgroundImage")));
            this.pbMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbMain.Cursor = System.Windows.Forms.Cursors.Default;
            this.pbMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pbMain.Location = new System.Drawing.Point(0, 24);
            this.pbMain.Name = "pbMain";
            this.pbMain.Size = new System.Drawing.Size(881, 463);
            this.pbMain.TabIndex = 1;
            this.pbMain.TabStop = false;
            // 
            // pbMessage
            // 
            this.pbMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.pbMessage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbMessage.BackgroundImage")));
            this.pbMessage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbMessage.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pbMessage.Location = new System.Drawing.Point(662, 456);
            this.pbMessage.Name = "pbMessage";
            this.pbMessage.Size = new System.Drawing.Size(218, 30);
            this.pbMessage.TabIndex = 2;
            this.pbMessage.TabStop = false;
            this.pbMessage.Click += new System.EventHandler(this.pbMessage_Click);
            // 
            // lblGuaHao
            // 
            this.lblGuaHao.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.lblGuaHao.AutoSize = true;
            this.lblGuaHao.BackColor = System.Drawing.Color.Transparent;
            this.lblGuaHao.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblGuaHao.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblGuaHao.Location = new System.Drawing.Point(738, 151);
            this.lblGuaHao.Name = "lblGuaHao";
            this.lblGuaHao.Size = new System.Drawing.Size(72, 16);
            this.lblGuaHao.TabIndex = 3;
            this.lblGuaHao.Text = "挂号管理";
            this.lblGuaHao.Click += new System.EventHandler(this.lblGuaHao_Click);
            // 
            // lblQuanXian
            // 
            this.lblQuanXian.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.lblQuanXian.AutoSize = true;
            this.lblQuanXian.BackColor = System.Drawing.Color.Transparent;
            this.lblQuanXian.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblQuanXian.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblQuanXian.Location = new System.Drawing.Point(738, 228);
            this.lblQuanXian.Name = "lblQuanXian";
            this.lblQuanXian.Size = new System.Drawing.Size(72, 16);
            this.lblQuanXian.TabIndex = 4;
            this.lblQuanXian.Text = "权限管理";
            this.lblQuanXian.Click += new System.EventHandler(this.lblQuanXian_Click);
            // 
            // lblXiTong
            // 
            this.lblXiTong.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.lblXiTong.AutoSize = true;
            this.lblXiTong.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lblXiTong.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblXiTong.Location = new System.Drawing.Point(738, 305);
            this.lblXiTong.Name = "lblXiTong";
            this.lblXiTong.Size = new System.Drawing.Size(72, 16);
            this.lblXiTong.TabIndex = 5;
            this.lblXiTong.Text = "系统管理";
            this.lblXiTong.Click += new System.EventHandler(this.lblXiTong_Click);
            // 
            // pbGuaHao
            // 
            this.pbGuaHao.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.pbGuaHao.BackColor = System.Drawing.Color.Transparent;
            this.pbGuaHao.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbGuaHao.BackgroundImage")));
            this.pbGuaHao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbGuaHao.Location = new System.Drawing.Point(810, 151);
            this.pbGuaHao.Name = "pbGuaHao";
            this.pbGuaHao.Size = new System.Drawing.Size(18, 16);
            this.pbGuaHao.TabIndex = 6;
            this.pbGuaHao.TabStop = false;
            // 
            // pbQuanXian
            // 
            this.pbQuanXian.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.pbQuanXian.BackColor = System.Drawing.Color.Transparent;
            this.pbQuanXian.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbQuanXian.BackgroundImage")));
            this.pbQuanXian.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbQuanXian.Location = new System.Drawing.Point(810, 228);
            this.pbQuanXian.Name = "pbQuanXian";
            this.pbQuanXian.Size = new System.Drawing.Size(18, 16);
            this.pbQuanXian.TabIndex = 7;
            this.pbQuanXian.TabStop = false;
            // 
            // pbXiTong
            // 
            this.pbXiTong.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.pbXiTong.BackColor = System.Drawing.Color.Transparent;
            this.pbXiTong.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbXiTong.BackgroundImage")));
            this.pbXiTong.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbXiTong.Location = new System.Drawing.Point(810, 305);
            this.pbXiTong.Name = "pbXiTong";
            this.pbXiTong.Size = new System.Drawing.Size(18, 16);
            this.pbXiTong.TabIndex = 8;
            this.pbXiTong.TabStop = false;
            // 
            // imlMain
            // 
            this.imlMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlMain.ImageStream")));
            this.imlMain.TransparentColor = System.Drawing.Color.Transparent;
            this.imlMain.Images.SetKeyName(0, "黄点.jpg");
            this.imlMain.Images.SetKeyName(1, "红点.jpg");
            // 
            // pbUpdatePwd
            // 
            this.pbUpdatePwd.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pbUpdatePwd.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.pbUpdatePwd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbUpdatePwd.BackgroundImage")));
            this.pbUpdatePwd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbUpdatePwd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbUpdatePwd.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pbUpdatePwd.Location = new System.Drawing.Point(308, 188);
            this.pbUpdatePwd.Name = "pbUpdatePwd";
            this.pbUpdatePwd.Size = new System.Drawing.Size(65, 56);
            this.pbUpdatePwd.TabIndex = 9;
            this.pbUpdatePwd.TabStop = false;
            this.pbUpdatePwd.Click += new System.EventHandler(this.pbUpdatePwd_Click);
            // 
            // pbPingMuSuoDing
            // 
            this.pbPingMuSuoDing.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pbPingMuSuoDing.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.pbPingMuSuoDing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbPingMuSuoDing.BackgroundImage")));
            this.pbPingMuSuoDing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbPingMuSuoDing.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbPingMuSuoDing.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pbPingMuSuoDing.Location = new System.Drawing.Point(549, 188);
            this.pbPingMuSuoDing.Name = "pbPingMuSuoDing";
            this.pbPingMuSuoDing.Size = new System.Drawing.Size(65, 56);
            this.pbPingMuSuoDing.TabIndex = 10;
            this.pbPingMuSuoDing.TabStop = false;
            this.pbPingMuSuoDing.Click += new System.EventHandler(this.pbPingMuSuoDing_Click);
            // 
            // pbGengHuanUser
            // 
            this.pbGengHuanUser.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pbGengHuanUser.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.pbGengHuanUser.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbGengHuanUser.BackgroundImage")));
            this.pbGengHuanUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbGengHuanUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbGengHuanUser.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pbGengHuanUser.Location = new System.Drawing.Point(308, 305);
            this.pbGengHuanUser.Name = "pbGengHuanUser";
            this.pbGengHuanUser.Size = new System.Drawing.Size(65, 56);
            this.pbGengHuanUser.TabIndex = 11;
            this.pbGengHuanUser.TabStop = false;
            this.pbGengHuanUser.Click += new System.EventHandler(this.pbGengHuanUser_Click);
            // 
            // pbCanel
            // 
            this.pbCanel.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pbCanel.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.pbCanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbCanel.BackgroundImage")));
            this.pbCanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbCanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbCanel.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pbCanel.Location = new System.Drawing.Point(549, 305);
            this.pbCanel.Name = "pbCanel";
            this.pbCanel.Size = new System.Drawing.Size(65, 56);
            this.pbCanel.TabIndex = 12;
            this.pbCanel.TabStop = false;
            this.pbCanel.Click += new System.EventHandler(this.pbCanel_Click);
            // 
            // pbHelp
            // 
            this.pbHelp.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pbHelp.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.pbHelp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbHelp.BackgroundImage")));
            this.pbHelp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbHelp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbHelp.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pbHelp.Location = new System.Drawing.Point(438, 265);
            this.pbHelp.Name = "pbHelp";
            this.pbHelp.Size = new System.Drawing.Size(65, 56);
            this.pbHelp.TabIndex = 13;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?