main.designer.cs

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

CS
670
字号
namespace Hospital.Hospital.view
{
    partial class Main
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
            this.mnuMain = new System.Windows.Forms.MenuStrip();
            this.menuXiTongGuanLi = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiUpdatePwd = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiPingMuSuoDing = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiZhuXiao = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiCanel = new System.Windows.Forms.ToolStripMenuItem();
            this.menuJiBenSheZhi = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiZiDianWeiHu = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiMenZhenKeShi = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiMenZhenYiShi = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tmsiUserQuanXian = new System.Windows.Forms.ToolStripMenuItem();
            this.menuMenZhenGuaHao = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiMenZhenGuaHao = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiGuaHao = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiTuiHao = new System.Windows.Forms.ToolStripMenuItem();
            this.menHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiGuanYu = new System.Windows.Forms.ToolStripMenuItem();
            this.pbMain = new System.Windows.Forms.PictureBox();
            this.pbMessage = new System.Windows.Forms.PictureBox();
            this.lblGuaHao = new System.Windows.Forms.Label();
            this.lblQuanXian = new System.Windows.Forms.Label();
            this.lblXiTong = new System.Windows.Forms.Label();
            this.pbGuaHao = new System.Windows.Forms.PictureBox();
            this.pbQuanXian = new System.Windows.Forms.PictureBox();
            this.pbXiTong = new System.Windows.Forms.PictureBox();
            this.imlMain = new System.Windows.Forms.ImageList(this.components);
            this.pbUpdatePwd = new System.Windows.Forms.PictureBox();
            this.pbPingMuSuoDing = new System.Windows.Forms.PictureBox();
            this.pbGengHuanUser = new System.Windows.Forms.PictureBox();
            this.pbCanel = new System.Windows.Forms.PictureBox();
            this.pbHelp = new System.Windows.Forms.PictureBox();
            this.pbMenZhenGuaHao = new System.Windows.Forms.PictureBox();
            this.pbGuaHaoMingXi = new System.Windows.Forms.PictureBox();
            this.pbTuiHaoMingXi = new System.Windows.Forms.PictureBox();
            this.pbUserQuanXian = new System.Windows.Forms.PictureBox();
            this.pbLog = new System.Windows.Forms.PictureBox();
            this.pbMenZhenKeShi = new System.Windows.Forms.PictureBox();
            this.pbMenZhenDoctor = new System.Windows.Forms.PictureBox();
            this.tmOpacity = new System.Windows.Forms.Timer(this.components);
            this.mnuMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbMessage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbGuaHao)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbQuanXian)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbXiTong)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbUpdatePwd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbPingMuSuoDing)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbGengHuanUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbCanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbHelp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbMenZhenGuaHao)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbGuaHaoMingXi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbTuiHaoMingXi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbUserQuanXian)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbLog)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbMenZhenKeShi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbMenZhenDoctor)).BeginInit();
            this.SuspendLayout();
            // 
            // mnuMain
            // 
            this.mnuMain.BackColor = System.Drawing.SystemColors.Control;
            this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuXiTongGuanLi,
            this.menuJiBenSheZhi,
            this.menuMenZhenGuaHao,
            this.menHelp});
            this.mnuMain.Location = new System.Drawing.Point(0, 0);
            this.mnuMain.Name = "mnuMain";
            this.mnuMain.Size = new System.Drawing.Size(881, 24);
            this.mnuMain.TabIndex = 0;
            this.mnuMain.Text = "menuStrip1";
            // 
            // menuXiTongGuanLi
            // 
            this.menuXiTongGuanLi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiUpdatePwd,
            this.tsmiPingMuSuoDing,
            this.toolStripSeparator1,
            this.toolStripMenuItem2,
            this.tsmiZhuXiao,
            this.tsmiCanel});
            this.menuXiTongGuanLi.Name = "menuXiTongGuanLi";
            this.menuXiTongGuanLi.Size = new System.Drawing.Size(81, 20);
            this.menuXiTongGuanLi.Text = "系统管理(&X)";
            // 
            // tsmiUpdatePwd
            // 
            this.tsmiUpdatePwd.Name = "tsmiUpdatePwd";
            this.tsmiUpdatePwd.Size = new System.Drawing.Size(152, 22);
            this.tsmiUpdatePwd.Text = "修改密码(&U)";
            this.tsmiUpdatePwd.Click += new System.EventHandler(this.tsmiUpdatePwd_Click);
            // 
            // tsmiPingMuSuoDing
            // 
            this.tsmiPingMuSuoDing.Name = "tsmiPingMuSuoDing";
            this.tsmiPingMuSuoDing.Size = new System.Drawing.Size(152, 22);
            this.tsmiPingMuSuoDing.Text = "屏幕锁定(&S)";
            this.tsmiPingMuSuoDing.Click += new System.EventHandler(this.tsmiPingMuSuoDing_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
            this.toolStripMenuItem2.Text = "备份数据库(&B)";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // tsmiZhuXiao
            // 
            this.tsmiZhuXiao.Name = "tsmiZhuXiao";
            this.tsmiZhuXiao.Size = new System.Drawing.Size(152, 22);
            this.tsmiZhuXiao.Text = "更换用户(&A)";
            this.tsmiZhuXiao.Click += new System.EventHandler(this.tsmiZhuXiao_Click);
            // 
            // tsmiCanel
            // 
            this.tsmiCanel.Name = "tsmiCanel";
            this.tsmiCanel.Size = new System.Drawing.Size(152, 22);
            this.tsmiCanel.Text = "退出系统(&Q)";
            this.tsmiCanel.Click += new System.EventHandler(this.tsmiCanel_Click);
            // 
            // menuJiBenSheZhi
            // 
            this.menuJiBenSheZhi.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiZiDianWeiHu,
            this.toolStripSeparator2,
            this.tsmiMenZhenKeShi,
            this.tsmiMenZhenYiShi,
            this.toolStripSeparator3,
            this.tmsiUserQuanXian});
            this.menuJiBenSheZhi.Name = "menuJiBenSheZhi";
            this.menuJiBenSheZhi.Size = new System.Drawing.Size(80, 20);
            this.menuJiBenSheZhi.Text = "基本设置(&J)";
            // 
            // tsmiZiDianWeiHu
            // 
            this.tsmiZiDianWeiHu.Name = "tsmiZiDianWeiHu";
            this.tsmiZiDianWeiHu.Size = new System.Drawing.Size(162, 22);
            this.tsmiZiDianWeiHu.Text = "日志查询(&L)";
            this.tsmiZiDianWeiHu.Click += new System.EventHandler(this.tsmiZiDianWeiHu_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(159, 6);
            // 
            // tsmiMenZhenKeShi
            // 
            this.tsmiMenZhenKeShi.Name = "tsmiMenZhenKeShi";
            this.tsmiMenZhenKeShi.Size = new System.Drawing.Size(162, 22);
            this.tsmiMenZhenKeShi.Text = "门诊科室管理(&K)";
            this.tsmiMenZhenKeShi.Click += new System.EventHandler(this.tsmiMenZhenKeShi_Click);
            // 
            // tsmiMenZhenYiShi
            // 
            this.tsmiMenZhenYiShi.Name = "tsmiMenZhenYiShi";
            this.tsmiMenZhenYiShi.Size = new System.Drawing.Size(162, 22);
            this.tsmiMenZhenYiShi.Text = "门诊医师管理(&Y)";
            this.tsmiMenZhenYiShi.Click += new System.EventHandler(this.tsmiMenZhenYiShi_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(159, 6);
            // 
            // tmsiUserQuanXian
            // 
            this.tmsiUserQuanXian.Name = "tmsiUserQuanXian";
            this.tmsiUserQuanXian.Size = new System.Drawing.Size(162, 22);
            this.tmsiUserQuanXian.Text = "用户权限管理(&Q)";
            this.tmsiUserQuanXian.Click += new System.EventHandler(this.tmsiUserQuanXian_Click);
            // 
            // menuMenZhenGuaHao
            // 
            this.menuMenZhenGuaHao.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiMenZhenGuaHao,
            this.toolStripSeparator4,
            this.tsmiGuaHao,
            this.tsmiTuiHao});
            this.menuMenZhenGuaHao.Name = "menuMenZhenGuaHao";
            this.menuMenZhenGuaHao.Size = new System.Drawing.Size(83, 20);
            this.menuMenZhenGuaHao.Text = "门诊挂号(&M)";

⌨️ 快捷键说明

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