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

📄 mainframe.designer.cs

📁 不错的一个做的医院管理系统源码
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.SilverSkin,
            this.SportsBlackSkin,
            this.vista1Skin,
            this.XPSilverSkin,
            this.MSNSkin});
            this.ChangeSkin.Name = "ChangeSkin";
            this.ChangeSkin.Size = new System.Drawing.Size(133, 22);
            this.ChangeSkin.Text = "更换皮肤";
            // 
            // CalmnessSkin
            // 
            this.CalmnessSkin.Name = "CalmnessSkin";
            this.CalmnessSkin.Size = new System.Drawing.Size(140, 22);
            this.CalmnessSkin.Text = "Calmness";
            this.CalmnessSkin.Click += new System.EventHandler(this.CalmnessSkin_Click);
            // 
            // EighteenSkin
            // 
            this.EighteenSkin.Name = "EighteenSkin";
            this.EighteenSkin.Size = new System.Drawing.Size(140, 22);
            this.EighteenSkin.Text = "Eighteen";
            this.EighteenSkin.Click += new System.EventHandler(this.EighteenSkin_Click);
            // 
            // EmeraldSkin
            // 
            this.EmeraldSkin.Name = "EmeraldSkin";
            this.EmeraldSkin.Size = new System.Drawing.Size(140, 22);
            this.EmeraldSkin.Text = "Emerald";
            this.EmeraldSkin.Click += new System.EventHandler(this.EmeraldSkin_Click);
            // 
            // LonghornSkin
            // 
            this.LonghornSkin.Name = "LonghornSkin";
            this.LonghornSkin.Size = new System.Drawing.Size(140, 22);
            this.LonghornSkin.Text = "Longhorn";
            this.LonghornSkin.Click += new System.EventHandler(this.LonghornSkin_Click);
            // 
            // MacOSSkin
            // 
            this.MacOSSkin.Name = "MacOSSkin";
            this.MacOSSkin.Size = new System.Drawing.Size(140, 22);
            this.MacOSSkin.Text = "MacOS";
            this.MacOSSkin.Click += new System.EventHandler(this.MacOSSkin_Click);
            // 
            // SilverSkin
            // 
            this.SilverSkin.Name = "SilverSkin";
            this.SilverSkin.Size = new System.Drawing.Size(140, 22);
            this.SilverSkin.Text = "Silver";
            this.SilverSkin.Click += new System.EventHandler(this.SilverSkin_Click);
            // 
            // SportsBlackSkin
            // 
            this.SportsBlackSkin.Name = "SportsBlackSkin";
            this.SportsBlackSkin.Size = new System.Drawing.Size(140, 22);
            this.SportsBlackSkin.Text = "SportsBlack";
            this.SportsBlackSkin.Click += new System.EventHandler(this.SportsBlackSkin_Click);
            // 
            // vista1Skin
            // 
            this.vista1Skin.Name = "vista1Skin";
            this.vista1Skin.Size = new System.Drawing.Size(140, 22);
            this.vista1Skin.Text = "vista";
            this.vista1Skin.Click += new System.EventHandler(this.vista1Skin_Click);
            // 
            // XPSilverSkin
            // 
            this.XPSilverSkin.Name = "XPSilverSkin";
            this.XPSilverSkin.Size = new System.Drawing.Size(140, 22);
            this.XPSilverSkin.Text = "XPSilver";
            this.XPSilverSkin.Click += new System.EventHandler(this.XPSilverSkin_Click);
            // 
            // MSNSkin
            // 
            this.MSNSkin.Name = "MSNSkin";
            this.MSNSkin.Size = new System.Drawing.Size(140, 22);
            this.MSNSkin.Text = "MSN";
            this.MSNSkin.Click += new System.EventHandler(this.MSNSkin_Click);
            // 
            // HelpMenuItem
            // 
            this.HelpMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.HelpTool,
            this.aboutToolStripMenuItem});
            this.HelpMenuItem.Image = global::Youzi.Properties.Resources.yisheng;
            this.HelpMenuItem.Name = "HelpMenuItem";
            this.HelpMenuItem.Size = new System.Drawing.Size(59, 20);
            this.HelpMenuItem.Text = "帮助";
            // 
            // HelpTool
            // 
            this.HelpTool.Name = "HelpTool";
            this.HelpTool.Size = new System.Drawing.Size(169, 22);
            this.HelpTool.Text = "帮助                F1";
            this.HelpTool.Click += new System.EventHandler(this.HelpTool_Click);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
            this.aboutToolStripMenuItem.Text = "关于";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.toolStripStatusLabel2,
            this.toolStripStatusLabel3});
            this.statusStrip1.Location = new System.Drawing.Point(0, 719);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1016, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(207, 17);
            this.toolStripStatusLabel1.Text = "            当前用户:            ";
            // 
            // toolStripStatusLabel2
            // 
            this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
            this.toolStripStatusLabel2.Size = new System.Drawing.Size(284, 17);
            this.toolStripStatusLabel2.Text = "             欢迎使用游子医院管理系统               ";
            // 
            // toolStripStatusLabel3
            // 
            this.toolStripStatusLabel3.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.toolStripStatusLabel3.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
            this.toolStripStatusLabel3.Size = new System.Drawing.Size(348, 17);
            this.toolStripStatusLabel3.Text = "                现在时间:                   ";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSeparator3,
            this.toolStripButton3,
            this.toolStripSeparator4,
            this.toolStripButton1,
            this.toolStripSeparator5,
            this.toolStripButton2,
            this.toolStripSeparator6,
            this.toolStripSeparator7,
            this.toolStripButton4,
            this.toolStripSeparator8,
            this.toolStripSeparator9,
            this.toolStripButton5});
            this.toolStrip1.Location = new System.Drawing.Point(0, 24);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1016, 25);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.Image = global::Youzi.Properties.Resources.screen;
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(75, 22);
            this.toolStripButton3.Text = "屏幕锁定";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Image = global::Youzi.Properties.Resources.yonghu;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(57, 22);
            this.toolStripButton1.Text = "用  户";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.Image = global::Youzi.Properties.Resources.yishengtjt;
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(57, 22);
            this.toolStripButton2.Text = "科  室";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton4
            // 
            this.toolStripButton4.Image = global::Youzi.Properties.Resources.doctor;
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Name = "toolStripButton4";
            this.toolStripButton4.Size = new System.Drawing.Size(57, 22);
            this.toolStripButton4.Text = "医  师";
            this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripSeparator9
            // 
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButton5
            // 
            this.toolStripButton5.Image = global::Youzi.Properties.Resources.tuchu;
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton5.Name = "toolStripButton5";
            this.toolStripButton5.Size = new System.Drawing.Size(57, 22);
            this.toolStripButton5.Text = "退  出";
            this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
            // 

⌨️ 快捷键说明

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