亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? mainframe.designer.cs

?? 不錯的一個做的醫院管理系統源碼
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace Youzi.View
{
    partial class MainFrame
    {
        /// <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(MainFrame));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.ControlMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ScreenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.LoginMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.UsersMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.UsersXinxi = new System.Windows.Forms.ToolStripMenuItem();
            this.OfficeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.OfficeXinxi = new System.Windows.Forms.ToolStripMenuItem();
            this.DoctorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.DoctorXinxi = new System.Windows.Forms.ToolStripMenuItem();
            this.SystemMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ChangePwd = new System.Windows.Forms.ToolStripMenuItem();
            this.Calc = new System.Windows.Forms.ToolStripMenuItem();
            this.NotePad = new System.Windows.Forms.ToolStripMenuItem();
            this.ChangeSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.CalmnessSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.EighteenSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.EmeraldSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.LonghornSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.MacOSSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.SilverSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.SportsBlackSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.vista1Skin = new System.Windows.Forms.ToolStripMenuItem();
            this.XPSilverSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.MSNSkin = new System.Windows.Forms.ToolStripMenuItem();
            this.HelpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.HelpTool = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            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.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.leftPanel = new System.Windows.Forms.Panel();
            this.labNotepad = new System.Windows.Forms.Label();
            this.labCalc = new System.Windows.Forms.Label();
            this.labDoctor = new System.Windows.Forms.Label();
            this.labOffice = new System.Windows.Forms.Label();
            this.labUsers = new System.Windows.Forms.Label();
            this.butSystem = new System.Windows.Forms.Button();
            this.butDoctor = new System.Windows.Forms.Button();
            this.butOffice = new System.Windows.Forms.Button();
            this.butUsers = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.centerPanel = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.leftPanel.SuspendLayout();
            this.centerPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ControlMenuItem,
            this.UsersMenuItem,
            this.OfficeMenuItem,
            this.DoctorMenuItem,
            this.SystemMenuItem,
            this.HelpMenuItem});
            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";
            // 
            // ControlMenuItem
            // 
            this.ControlMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ScreenMenuItem,
            this.toolStripSeparator1,
            this.LoginMenuItem,
            this.toolStripSeparator2,
            this.ExitMenuItem});
            this.ControlMenuItem.Image = global::Youzi.Properties.Resources.keshi;
            this.ControlMenuItem.Name = "ControlMenuItem";
            this.ControlMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
            this.ControlMenuItem.Size = new System.Drawing.Size(71, 20);
            this.ControlMenuItem.Text = "控制臺";
            // 
            // ScreenMenuItem
            // 
            this.ScreenMenuItem.Name = "ScreenMenuItem";
            this.ScreenMenuItem.Size = new System.Drawing.Size(133, 22);
            this.ScreenMenuItem.Text = "屏幕鎖定";
            this.ScreenMenuItem.Click += new System.EventHandler(this.ScreenMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(130, 6);
            // 
            // LoginMenuItem
            // 
            this.LoginMenuItem.Name = "LoginMenuItem";
            this.LoginMenuItem.Size = new System.Drawing.Size(133, 22);
            this.LoginMenuItem.Text = "重新登錄";
            this.LoginMenuItem.Click += new System.EventHandler(this.LoginMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(130, 6);
            // 
            // ExitMenuItem
            // 
            this.ExitMenuItem.Name = "ExitMenuItem";
            this.ExitMenuItem.Size = new System.Drawing.Size(133, 22);
            this.ExitMenuItem.Text = "退出";
            this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
            // 
            // UsersMenuItem
            // 
            this.UsersMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.UsersXinxi});
            this.UsersMenuItem.Image = global::Youzi.Properties.Resources.control;
            this.UsersMenuItem.Name = "UsersMenuItem";
            this.UsersMenuItem.Size = new System.Drawing.Size(83, 20);
            this.UsersMenuItem.Text = "用戶管理";
            // 
            // UsersXinxi
            // 
            this.UsersXinxi.Name = "UsersXinxi";
            this.UsersXinxi.Size = new System.Drawing.Size(133, 22);
            this.UsersXinxi.Text = "用戶信息";
            this.UsersXinxi.Click += new System.EventHandler(this.UsersXinxi_Click);
            // 
            // OfficeMenuItem
            // 
            this.OfficeMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.OfficeXinxi});
            this.OfficeMenuItem.Image = global::Youzi.Properties.Resources.help;
            this.OfficeMenuItem.Name = "OfficeMenuItem";
            this.OfficeMenuItem.Size = new System.Drawing.Size(83, 20);
            this.OfficeMenuItem.Text = "科室管理";
            // 
            // OfficeXinxi
            // 
            this.OfficeXinxi.Name = "OfficeXinxi";
            this.OfficeXinxi.Size = new System.Drawing.Size(133, 22);
            this.OfficeXinxi.Text = "科室信息";
            this.OfficeXinxi.Click += new System.EventHandler(this.OfficeXinxi_Click);
            // 
            // DoctorMenuItem
            // 
            this.DoctorMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.DoctorXinxi});
            this.DoctorMenuItem.Image = global::Youzi.Properties.Resources.keshiff;
            this.DoctorMenuItem.Name = "DoctorMenuItem";
            this.DoctorMenuItem.Size = new System.Drawing.Size(83, 20);
            this.DoctorMenuItem.Text = "醫師管理";
            // 
            // DoctorXinxi
            // 
            this.DoctorXinxi.Name = "DoctorXinxi";
            this.DoctorXinxi.Size = new System.Drawing.Size(133, 22);
            this.DoctorXinxi.Text = "醫師信息";
            this.DoctorXinxi.Click += new System.EventHandler(this.DoctorXinxi_Click);
            // 
            // SystemMenuItem
            // 
            this.SystemMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ChangePwd,
            this.Calc,
            this.NotePad,
            this.ChangeSkin});
            this.SystemMenuItem.Image = global::Youzi.Properties.Resources.users;
            this.SystemMenuItem.Name = "SystemMenuItem";
            this.SystemMenuItem.Size = new System.Drawing.Size(83, 20);
            this.SystemMenuItem.Text = "系統設置";
            // 
            // ChangePwd
            // 
            this.ChangePwd.Name = "ChangePwd";
            this.ChangePwd.Size = new System.Drawing.Size(133, 22);
            this.ChangePwd.Text = "修改密碼";
            this.ChangePwd.Click += new System.EventHandler(this.ChangePwd_Click);
            // 
            // Calc
            // 
            this.Calc.Name = "Calc";
            this.Calc.Size = new System.Drawing.Size(133, 22);
            this.Calc.Text = "計算器";
            this.Calc.Click += new System.EventHandler(this.Calc_Click);
            // 
            // NotePad
            // 
            this.NotePad.Name = "NotePad";
            this.NotePad.Size = new System.Drawing.Size(133, 22);
            this.NotePad.Text = "記事本";
            this.NotePad.Click += new System.EventHandler(this.NotePad_Click);
            // 
            // ChangeSkin
            // 
            this.ChangeSkin.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.CalmnessSkin,
            this.EighteenSkin,
            this.EmeraldSkin,
            this.LonghornSkin,
            this.MacOSSkin,

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产综合久久久久久久久久久久| 亚洲人午夜精品天堂一二香蕉| 在线观看视频欧美| 99久久精品国产一区| 成人妖精视频yjsp地址| 岛国一区二区在线观看| 成人小视频在线| 99久久精品国产麻豆演员表| av一二三不卡影片| 日本精品一区二区三区四区的功能| 97精品国产露脸对白| 色天使色偷偷av一区二区| 在线观看日产精品| 制服丝袜中文字幕一区| 精品免费日韩av| 综合网在线视频| 亚洲国产精品精华液网站| 中文字幕一区二区三区在线播放 | 三级亚洲高清视频| 久久婷婷色综合| 91国在线观看| 国内精品写真在线观看| 亚洲视频在线观看一区| 中文在线一区二区| 在线日韩一区二区| 精品一区二区在线视频| 日韩一区中文字幕| 日韩女优毛片在线| 91麻豆精品在线观看| 美女网站在线免费欧美精品| 国产精品久久久久久久久免费樱桃| 欧美日韩国产综合一区二区三区| 国产一区在线不卡| 欧美变态tickle挠乳网站| 欧美日韩一区在线观看| 久久一区二区视频| 亚洲一区二区在线视频| 国产真实乱子伦精品视频| 在线视频欧美区| 国产午夜久久久久| 丝袜国产日韩另类美女| 成人亚洲一区二区一| 在线不卡a资源高清| 国产精品色哟哟| 久久精品国产精品亚洲综合| 99久久亚洲一区二区三区青草| 欧美一区二区精品| 亚洲福利视频一区二区| 成人av免费网站| 国产日韩欧美精品在线| 日本特黄久久久高潮| 色婷婷av一区二区| 1区2区3区国产精品| 国产高清不卡一区| 日韩精品中文字幕一区二区三区| 亚洲黄色尤物视频| 不卡大黄网站免费看| 精品免费视频一区二区| 丝袜亚洲另类丝袜在线| 色哟哟欧美精品| 日韩美女久久久| 99视频在线精品| 欧美国产精品一区二区三区| 久久国产精品99久久人人澡| 欧美日韩精品是欧美日韩精品| 玉足女爽爽91| 欧美日韩亚洲综合在线 | 91国产福利在线| 国产精品国产成人国产三级| 国内精品写真在线观看| 精品国产免费一区二区三区四区| 日韩精品一二区| 3atv一区二区三区| 蜜桃av一区二区三区电影| av在线播放不卡| 99久久精品国产导航| 91免费视频大全| 91黄色激情网站| 欧美高清性hdvideosex| 欧美日本高清视频在线观看| 欧美日韩午夜影院| 欧美另类变人与禽xxxxx| 国产欧美一区二区精品性色超碰| 国产日韩精品视频一区| 久久九九影视网| 国产精品国产三级国产普通话蜜臀| 国产欧美一区二区精品仙草咪| 国产欧美一区二区三区在线老狼| 国产色综合一区| 成人免费在线视频| 亚洲电影第三页| 日本va欧美va瓶| 国产精品亚洲成人| 97se亚洲国产综合自在线不卡 | 一区二区三区在线免费视频| 欧美视频你懂的| 国产制服丝袜一区| 亚洲精品视频在线观看免费| 欧美日韩美女一区二区| 国产主播一区二区三区| 亚洲日本乱码在线观看| 欧美日韩免费观看一区二区三区| 蜜臀99久久精品久久久久久软件| 久久久久9999亚洲精品| 在线观看av不卡| 国产一区二区三区在线观看免费| 中文字幕 久热精品 视频在线| 91福利区一区二区三区| 美女视频一区二区| 亚洲免费大片在线观看| 精品伦理精品一区| 在线免费av一区| 国产成人精品免费视频网站| 亚洲综合在线电影| 欧美精品一区二区三区视频| 色噜噜夜夜夜综合网| 国产精品一区二区三区乱码| 亚洲成人激情av| 中文字幕一区视频| 久久久噜噜噜久噜久久综合| 欧美日韩精品福利| 91亚洲国产成人精品一区二区三| 精品一区在线看| 日一区二区三区| 一级日本不卡的影视| 国产日韩欧美电影| 精品国产99国产精品| 欧美日韩免费观看一区二区三区| eeuss鲁一区二区三区| 看国产成人h片视频| 亚洲电影中文字幕在线观看| 中文字幕一区日韩精品欧美| 精品国产亚洲在线| 欧美精品乱码久久久久久按摩 | 日韩欧美一级片| 欧美视频在线播放| 91麻豆.com| 91在线免费视频观看| 国产精品一卡二| 久久精品72免费观看| 成人免费一区二区三区视频| 久久爱www久久做| 6080日韩午夜伦伦午夜伦| 亚洲日本电影在线| 国产精品99久久久久久久vr| 在线综合视频播放| 亚洲国产毛片aaaaa无费看| 成人激情动漫在线观看| wwwwxxxxx欧美| 麻豆91在线观看| 亚洲欧美国产三级| 不卡高清视频专区| 欧美国产日本韩| 国产精品影视网| 久久精品亚洲麻豆av一区二区| 久久99精品国产麻豆婷婷 | 精品国产一区二区国模嫣然| 天堂久久久久va久久久久| 欧美性受极品xxxx喷水| 一区二区三区国产豹纹内裤在线| 91免费观看视频| 国产精品国产三级国产| 精品美女在线播放| 日韩免费观看高清完整版| 精品区一区二区| 国产精品免费aⅴ片在线观看| 亚洲日本青草视频在线怡红院 | 精品亚洲国产成人av制服丝袜 | av电影天堂一区二区在线| 91在线视频播放| 欧美片网站yy| 久久日一线二线三线suv| 国产日韩欧美精品电影三级在线| 中文字幕在线播放不卡一区| 亚洲在线视频网站| 久久精品久久99精品久久| 国产精品资源站在线| 99re这里只有精品视频首页| 日本精品视频一区二区| 日韩三级视频在线观看| 国产精品久久午夜夜伦鲁鲁| 亚洲午夜在线电影| 国产综合成人久久大片91| 91在线高清观看| 精品国产乱码久久久久久久| 国产精品午夜电影| 五月天一区二区三区| 国产999精品久久| 欧美人妖巨大在线| 国产三级精品视频| 日韩国产一区二| av午夜一区麻豆| 久久青草国产手机看片福利盒子 | 国产无一区二区| 视频一区国产视频| 成人app在线| 欧美精品一区二区三区在线| 亚洲综合999| av在线综合网| 久久婷婷久久一区二区三区|