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

📄 mainframe.designer.cs

📁 不错的一个做的医院管理系统源码
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // leftPanel
            // 
            this.leftPanel.BackColor = System.Drawing.Color.Gray;
            this.leftPanel.Controls.Add(this.labNotepad);
            this.leftPanel.Controls.Add(this.labCalc);
            this.leftPanel.Controls.Add(this.labDoctor);
            this.leftPanel.Controls.Add(this.labOffice);
            this.leftPanel.Controls.Add(this.labUsers);
            this.leftPanel.Controls.Add(this.butSystem);
            this.leftPanel.Controls.Add(this.butDoctor);
            this.leftPanel.Controls.Add(this.butOffice);
            this.leftPanel.Controls.Add(this.butUsers);
            this.leftPanel.Controls.Add(this.button2);
            this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftPanel.Location = new System.Drawing.Point(0, 49);
            this.leftPanel.Name = "leftPanel";
            this.leftPanel.Size = new System.Drawing.Size(109, 670);
            this.leftPanel.TabIndex = 3;
            // 
            // labNotepad
            // 
            this.labNotepad.Image = global::Youzi.Properties.Resources.NotePad;
            this.labNotepad.Location = new System.Drawing.Point(32, 204);
            this.labNotepad.Name = "labNotepad";
            this.labNotepad.Size = new System.Drawing.Size(43, 34);
            this.labNotepad.TabIndex = 9;
            this.labNotepad.Text = "记事本";
            this.labNotepad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.labNotepad.MouseLeave += new System.EventHandler(this.labNotepad_MouseLeave);
            this.labNotepad.Click += new System.EventHandler(this.labNotepad_Click);
            this.labNotepad.MouseEnter += new System.EventHandler(this.labNotepad_MouseEnter);
            // 
            // labCalc
            // 
            this.labCalc.Image = global::Youzi.Properties.Resources.calcaa;
            this.labCalc.Location = new System.Drawing.Point(32, 160);
            this.labCalc.Name = "labCalc";
            this.labCalc.Size = new System.Drawing.Size(43, 34);
            this.labCalc.TabIndex = 8;
            this.labCalc.Text = "计算器";
            this.labCalc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.labCalc.MouseLeave += new System.EventHandler(this.labCalc_MouseLeave);
            this.labCalc.Click += new System.EventHandler(this.labCalc_Click);
            this.labCalc.MouseEnter += new System.EventHandler(this.labCalc_MouseEnter);
            // 
            // labDoctor
            // 
            this.labDoctor.Location = new System.Drawing.Point(32, 126);
            this.labDoctor.Name = "labDoctor";
            this.labDoctor.Size = new System.Drawing.Size(43, 34);
            this.labDoctor.TabIndex = 7;
            this.labDoctor.Text = "医师信息";
            this.labDoctor.MouseLeave += new System.EventHandler(this.labDoctor_MouseLeave);
            this.labDoctor.Click += new System.EventHandler(this.labDoctor_Click);
            this.labDoctor.MouseEnter += new System.EventHandler(this.labDoctor_MouseEnter);
            // 
            // labOffice
            // 
            this.labOffice.Location = new System.Drawing.Point(32, 92);
            this.labOffice.Name = "labOffice";
            this.labOffice.Size = new System.Drawing.Size(43, 34);
            this.labOffice.TabIndex = 6;
            this.labOffice.Text = "科室信息";
            this.labOffice.MouseLeave += new System.EventHandler(this.labOffice_MouseLeave);
            this.labOffice.Click += new System.EventHandler(this.labOffice_Click);
            this.labOffice.MouseEnter += new System.EventHandler(this.labOffice_MouseEnter);
            // 
            // labUsers
            // 
            this.labUsers.Location = new System.Drawing.Point(32, 58);
            this.labUsers.Name = "labUsers";
            this.labUsers.Size = new System.Drawing.Size(43, 34);
            this.labUsers.TabIndex = 1;
            this.labUsers.Text = "用户信息";
            this.labUsers.MouseLeave += new System.EventHandler(this.labUsers_MouseLeave);
            this.labUsers.Click += new System.EventHandler(this.labUsers_Click);
            this.labUsers.MouseEnter += new System.EventHandler(this.labUsers_MouseEnter);
            // 
            // butSystem
            // 
            this.butSystem.Location = new System.Drawing.Point(6, 119);
            this.butSystem.Name = "butSystem";
            this.butSystem.Size = new System.Drawing.Size(97, 23);
            this.butSystem.TabIndex = 5;
            this.butSystem.Text = "系统设置";
            this.butSystem.UseVisualStyleBackColor = true;
            this.butSystem.Click += new System.EventHandler(this.butSystem_Click);
            // 
            // butDoctor
            // 
            this.butDoctor.Location = new System.Drawing.Point(6, 90);
            this.butDoctor.Name = "butDoctor";
            this.butDoctor.Size = new System.Drawing.Size(97, 23);
            this.butDoctor.TabIndex = 4;
            this.butDoctor.Text = "医师管理";
            this.butDoctor.UseVisualStyleBackColor = true;
            this.butDoctor.Click += new System.EventHandler(this.butDoctor_Click);
            // 
            // butOffice
            // 
            this.butOffice.Location = new System.Drawing.Point(6, 61);
            this.butOffice.Name = "butOffice";
            this.butOffice.Size = new System.Drawing.Size(97, 23);
            this.butOffice.TabIndex = 3;
            this.butOffice.Text = "科室管理";
            this.butOffice.UseVisualStyleBackColor = true;
            this.butOffice.Click += new System.EventHandler(this.butOffice_Click);
            // 
            // butUsers
            // 
            this.butUsers.Location = new System.Drawing.Point(6, 32);
            this.butUsers.Name = "butUsers";
            this.butUsers.Size = new System.Drawing.Size(97, 23);
            this.butUsers.TabIndex = 2;
            this.butUsers.Text = "用户管理";
            this.butUsers.UseVisualStyleBackColor = true;
            this.butUsers.Click += new System.EventHandler(this.butUsers_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(6, 3);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(97, 23);
            this.button2.TabIndex = 1;
            this.button2.UseVisualStyleBackColor = true;
            // 
            // centerPanel
            // 
            this.centerPanel.Controls.Add(this.button1);
            this.centerPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.centerPanel.Location = new System.Drawing.Point(109, 49);
            this.centerPanel.Name = "centerPanel";
            this.centerPanel.Size = new System.Drawing.Size(37, 670);
            this.centerPanel.TabIndex = 4;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(0, 3);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(37, 19);
            this.button1.TabIndex = 1;
            this.button1.Text = "<-";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // MainFrame
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::Youzi.Properties.Resources._2To;
            this.ClientSize = new System.Drawing.Size(1016, 741);
            this.Controls.Add(this.centerPanel);
            this.Controls.Add(this.leftPanel);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainFrame";
            this.helpProvider1.SetShowHelp(this, true);
            this.Text = "游子医院管理系统";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainFrame_FormClosed);
            this.Load += new System.EventHandler(this.MainFrame_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.leftPanel.ResumeLayout(false);
            this.centerPanel.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem ControlMenuItem;
        private System.Windows.Forms.ToolStripMenuItem ScreenMenuItem;
        private System.Windows.Forms.ToolStripMenuItem LoginMenuItem;
        private System.Windows.Forms.ToolStripMenuItem ExitMenuItem;
        private System.Windows.Forms.ToolStripMenuItem UsersMenuItem;
        private System.Windows.Forms.ToolStripMenuItem OfficeMenuItem;
        private System.Windows.Forms.ToolStripMenuItem DoctorMenuItem;
        private System.Windows.Forms.ToolStripMenuItem SystemMenuItem;
        private System.Windows.Forms.ToolStripMenuItem ChangePwd;
        private System.Windows.Forms.ToolStripMenuItem HelpMenuItem;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripMenuItem UsersXinxi;
        private System.Windows.Forms.ToolStripMenuItem OfficeXinxi;
        private System.Windows.Forms.ToolStripMenuItem DoctorXinxi;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripButton toolStripButton2;
        private System.Windows.Forms.Panel leftPanel;
        private System.Windows.Forms.Panel centerPanel;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button butSystem;
        private System.Windows.Forms.Button butDoctor;
        private System.Windows.Forms.Button butOffice;
        private System.Windows.Forms.Button butUsers;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label labUsers;
        private System.Windows.Forms.Label labDoctor;
        private System.Windows.Forms.Label labOffice;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
        private System.Windows.Forms.ToolStripButton toolStripButton3;
        private System.Windows.Forms.ToolStripButton toolStripButton4;
        private System.Windows.Forms.ToolStripButton toolStripButton5;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
        private System.Windows.Forms.ToolStripMenuItem Calc;
        private System.Windows.Forms.ToolStripMenuItem NotePad;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.Label labNotepad;
        private System.Windows.Forms.Label labCalc;
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem ChangeSkin;
        private System.Windows.Forms.ToolStripMenuItem CalmnessSkin;
        private System.Windows.Forms.ToolStripMenuItem EighteenSkin;
        private System.Windows.Forms.ToolStripMenuItem EmeraldSkin;
        private System.Windows.Forms.ToolStripMenuItem LonghornSkin;
        private System.Windows.Forms.ToolStripMenuItem MacOSSkin;
        private System.Windows.Forms.ToolStripMenuItem SilverSkin;
        private System.Windows.Forms.ToolStripMenuItem SportsBlackSkin;
        private System.Windows.Forms.ToolStripMenuItem vista1Skin;
        private System.Windows.Forms.ToolStripMenuItem XPSilverSkin;
        private System.Windows.Forms.ToolStripMenuItem MSNSkin;
        private System.Windows.Forms.ToolStripMenuItem HelpTool;
        private System.Windows.Forms.HelpProvider helpProvider1;

        
    }
}

⌨️ 快捷键说明

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