⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guahaomainview.designer.cs

📁 不错的一个做的医院管理系统源码
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Youzi.GuaHaoView
{
    partial class GuaHaoMainView
    {
        /// <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();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.控制台ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ScreenSuoDing = new System.Windows.Forms.ToolStripMenuItem();
            this.RetLogin = new System.Windows.Forms.ToolStripMenuItem();
            this.Exit = new System.Windows.Forms.ToolStripMenuItem();
            this.门诊挂号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.GuaHaoMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.挂号查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.GuaHaoSearchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.PatientSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.系统设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.CalcTool = new System.Windows.Forms.ToolStripMenuItem();
            this.NotePadTool = new System.Windows.Forms.ToolStripMenuItem();
            this.系统设置ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.ChangePwdTool = new System.Windows.Forms.ToolStripMenuItem();
            this.ChangeSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.DeepCyanSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.DiamondBlueSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.GlassBrownSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.MidsummerSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.MP10Skin = new System.Windows.Forms.ToolStripMenuItem();
            this.OneBlueSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.PageSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.RealOneSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.WaveSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.AboutTool = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.Screentool = new System.Windows.Forms.ToolStripButton();
            this.GuaHaotool = new System.Windows.Forms.ToolStripButton();
            this.SearchTool = new System.Windows.Forms.ToolStripButton();
            this.baobiao = new System.Windows.Forms.ToolStripButton();
            this.ExitTool = new System.Windows.Forms.ToolStripButton();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.HelpTool = new System.Windows.Forms.ToolStripMenuItem();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.menuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.控制台ToolStripMenuItem,
            this.门诊挂号ToolStripMenuItem,
            this.挂号查询ToolStripMenuItem,
            this.系统设置ToolStripMenuItem,
            this.系统设置ToolStripMenuItem1,
            this.帮助ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1016, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 控制台ToolStripMenuItem
            // 
            this.控制台ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ScreenSuoDing,
            this.RetLogin,
            this.Exit});
            this.控制台ToolStripMenuItem.Image = global::Youzi.Properties.Resources.control;
            this.控制台ToolStripMenuItem.Name = "控制台ToolStripMenuItem";
            this.控制台ToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
            this.控制台ToolStripMenuItem.Text = "控制台";
            // 
            // ScreenSuoDing
            // 
            this.ScreenSuoDing.Name = "ScreenSuoDing";
            this.ScreenSuoDing.Size = new System.Drawing.Size(133, 22);
            this.ScreenSuoDing.Text = "屏幕锁定";
            this.ScreenSuoDing.Click += new System.EventHandler(this.ScreenSuoDing_Click);
            // 
            // RetLogin
            // 
            this.RetLogin.Name = "RetLogin";
            this.RetLogin.Size = new System.Drawing.Size(133, 22);
            this.RetLogin.Text = "从新登录";
            this.RetLogin.Click += new System.EventHandler(this.RetLogin_Click);
            // 
            // Exit
            // 
            this.Exit.Name = "Exit";
            this.Exit.Size = new System.Drawing.Size(133, 22);
            this.Exit.Text = "退出";
            this.Exit.Click += new System.EventHandler(this.Exit_Click);
            // 
            // 门诊挂号ToolStripMenuItem
            // 
            this.门诊挂号ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.GuaHaoMenu});
            this.门诊挂号ToolStripMenuItem.Image = global::Youzi.Properties.Resources.ffaa;
            this.门诊挂号ToolStripMenuItem.Name = "门诊挂号ToolStripMenuItem";
            this.门诊挂号ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.门诊挂号ToolStripMenuItem.Text = "门诊挂号";
            // 
            // GuaHaoMenu
            // 
            this.GuaHaoMenu.Name = "GuaHaoMenu";
            this.GuaHaoMenu.Size = new System.Drawing.Size(109, 22);
            this.GuaHaoMenu.Text = "挂号";
            this.GuaHaoMenu.Click += new System.EventHandler(this.GuaHaoMenu_Click);
            // 
            // 挂号查询ToolStripMenuItem
            // 
            this.挂号查询ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.GuaHaoSearchToolStripMenuItem1,
            this.PatientSearchToolStripMenuItem});
            this.挂号查询ToolStripMenuItem.Image = global::Youzi.Properties.Resources.keshi;
            this.挂号查询ToolStripMenuItem.Name = "挂号查询ToolStripMenuItem";
            this.挂号查询ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.挂号查询ToolStripMenuItem.Text = "挂号查询";
            // 
            // GuaHaoSearchToolStripMenuItem1
            // 
            this.GuaHaoSearchToolStripMenuItem1.Name = "GuaHaoSearchToolStripMenuItem1";
            this.GuaHaoSearchToolStripMenuItem1.Size = new System.Drawing.Size(133, 22);
            this.GuaHaoSearchToolStripMenuItem1.Text = "挂号查询";
            this.GuaHaoSearchToolStripMenuItem1.Click += new System.EventHandler(this.GuaHaoSearchToolStripMenuItem1_Click);
            // 
            // PatientSearchToolStripMenuItem
            // 
            this.PatientSearchToolStripMenuItem.Name = "PatientSearchToolStripMenuItem";
            this.PatientSearchToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.PatientSearchToolStripMenuItem.Text = "病人查询";
            this.PatientSearchToolStripMenuItem.Click += new System.EventHandler(this.PatientSearchToolStripMenuItem_Click);
            // 
            // 系统设置ToolStripMenuItem
            // 
            this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.CalcTool,
            this.NotePadTool});
            this.系统设置ToolStripMenuItem.Image = global::Youzi.Properties.Resources.keshiff;
            this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
            this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.系统设置ToolStripMenuItem.Text = "辅助工具";
            // 
            // CalcTool
            // 
            this.CalcTool.Name = "CalcTool";
            this.CalcTool.Size = new System.Drawing.Size(121, 22);
            this.CalcTool.Text = "计算器";
            this.CalcTool.Click += new System.EventHandler(this.CalcTool_Click);
            // 
            // NotePadTool
            // 
            this.NotePadTool.Name = "NotePadTool";
            this.NotePadTool.Size = new System.Drawing.Size(121, 22);
            this.NotePadTool.Text = "记事本";
            this.NotePadTool.Click += new System.EventHandler(this.NotePadTool_Click);
            // 
            // 系统设置ToolStripMenuItem1
            // 
            this.系统设置ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ChangePwdTool,
            this.ChangeSkin});
            this.系统设置ToolStripMenuItem1.Image = global::Youzi.Properties.Resources.MilkGreen;
            this.系统设置ToolStripMenuItem1.Name = "系统设置ToolStripMenuItem1";
            this.系统设置ToolStripMenuItem1.Size = new System.Drawing.Size(83, 20);
            this.系统设置ToolStripMenuItem1.Text = "系统设置";
            // 
            // ChangePwdTool
            // 
            this.ChangePwdTool.Name = "ChangePwdTool";
            this.ChangePwdTool.Size = new System.Drawing.Size(133, 22);
            this.ChangePwdTool.Text = "修改密码";
            this.ChangePwdTool.Click += new System.EventHandler(this.ChangePwdTool_Click);
            // 
            // ChangeSkin
            // 
            this.ChangeSkin.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.DeepCyanSkin,
            this.DiamondBlueSkin,
            this.GlassBrownSkin,
            this.MidsummerSkin,
            this.MP10Skin,
            this.OneBlueSkin,
            this.PageSkin,
            this.RealOneSkin,
            this.WaveSkin});
            this.ChangeSkin.Name = "ChangeSkin";
            this.ChangeSkin.Size = new System.Drawing.Size(133, 22);
            this.ChangeSkin.Text = "更换皮肤";
            // 
            // DeepCyanSkin
            // 
            this.DeepCyanSkin.Name = "DeepCyanSkin";
            this.DeepCyanSkin.Size = new System.Drawing.Size(146, 22);
            this.DeepCyanSkin.Text = "DeepCyan";
            this.DeepCyanSkin.Click += new System.EventHandler(this.DeepCyanSkin_Click);
            // 
            // DiamondBlueSkin
            // 
            this.DiamondBlueSkin.Name = "DiamondBlueSkin";
            this.DiamondBlueSkin.Size = new System.Drawing.Size(146, 22);
            this.DiamondBlueSkin.Text = "DiamondBlue";
            this.DiamondBlueSkin.Click += new System.EventHandler(this.DiamondBlueSkin_Click);
            // 
            // GlassBrownSkin
            // 
            this.GlassBrownSkin.Name = "GlassBrownSkin";
            this.GlassBrownSkin.Size = new System.Drawing.Size(146, 22);
            this.GlassBrownSkin.Text = "GlassBrown";
            this.GlassBrownSkin.Click += new System.EventHandler(this.GlassBrownSkin_Click);
            // 
            // MidsummerSkin
            // 

⌨️ 快捷键说明

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