亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
国产精品久久久久久久久免费丝袜 | 国产白丝精品91爽爽久久| 国产精品一二一区| 在线免费精品视频| 国产亚洲欧美激情| 日本网站在线观看一区二区三区| 成人涩涩免费视频| 7777精品伊人久久久大香线蕉经典版下载| 欧美xxxxx牲另类人与| 一区二区三区成人| 国产98色在线|日韩| 欧美一区二区在线免费播放| 亚洲欧洲色图综合| 国产精品正在播放| 制服丝袜av成人在线看| 综合激情网...| 国产激情一区二区三区四区 | 国产一区二区三区四区五区入口 | 欧美性色综合网| 国产日韩欧美电影| 久久精品国产亚洲一区二区三区| 色成人在线视频| 国产精品久久久久久久久免费相片| 久久精品免费观看| 日韩色在线观看| 亚州成人在线电影| 欧美无乱码久久久免费午夜一区| 国产精品人人做人人爽人人添| 国产一区二区三区综合| 精品国产成人系列| 久久se这里有精品| 欧美va亚洲va香蕉在线| 日韩1区2区3区| 欧美绝品在线观看成人午夜影视| 亚洲黄网站在线观看| 91论坛在线播放| 国产精品久久久99| 91免费在线视频观看| 自拍偷在线精品自拍偷无码专区| 99热在这里有精品免费| 欧美极品少妇xxxxⅹ高跟鞋| 国产福利一区二区| 亚洲国产精品av| 成av人片一区二区| 亚洲黄色录像片| 欧美性感一类影片在线播放| 亚洲国产一二三| 7777女厕盗摄久久久| 奇米亚洲午夜久久精品| 精品国产欧美一区二区| 国产a精品视频| 中文字幕在线视频一区| 91女厕偷拍女厕偷拍高清| 亚洲在线观看免费视频| 欧美三级蜜桃2在线观看| 香蕉久久夜色精品国产使用方法 | 国产精品久久久久精k8| 91捆绑美女网站| 亚洲一区二区视频在线| 欧美一区二区福利视频| 国产精一品亚洲二区在线视频| 亚洲国产高清aⅴ视频| 一本色道综合亚洲| 日韩影院精彩在线| 欧美韩国一区二区| 91福利视频久久久久| 免费成人av在线| 国产欧美综合在线观看第十页| 色综合欧美在线视频区| 日本不卡视频在线观看| 国产视频一区在线播放| 在线观看中文字幕不卡| 美女视频网站黄色亚洲| 国产精品久久久久久久久免费相片| 欧美日韩中文一区| 国产成人午夜电影网| 一卡二卡三卡日韩欧美| 久久精品无码一区二区三区| 色爱区综合激月婷婷| 久久激情五月激情| 亚洲乱码国产乱码精品精小说 | 成人国产在线观看| 午夜电影一区二区三区| 国产精品白丝在线| 精品免费日韩av| 欧美色综合影院| 成人性色生活片免费看爆迷你毛片| 午夜不卡av在线| 中文字幕一区日韩精品欧美| 亚洲精品一区在线观看| 欧美日韩国产综合久久 | 欧美高清一级片在线观看| 欧美一区二区不卡视频| 一本久久a久久精品亚洲| 国产99精品国产| 日本最新不卡在线| 一区二区三区不卡视频| 欧美韩国一区二区| 精品女同一区二区| 欧美亚洲一区二区在线观看| 国产呦精品一区二区三区网站| 亚洲欧美激情一区二区| 91精品国产综合久久福利软件| 国产精品1区2区| 婷婷综合在线观看| 综合激情成人伊人| 国产欧美日韩亚州综合| 欧美一区二区三区四区在线观看| 日本高清不卡在线观看| 福利一区福利二区| 蜜臀av国产精品久久久久| 一区二区三区免费网站| 亚洲国产精品t66y| 国产亚洲综合av| 久久久久久久久蜜桃| 日韩美女视频一区二区在线观看| 色一情一乱一乱一91av| 成人自拍视频在线观看| 美女性感视频久久| 蜜臀va亚洲va欧美va天堂| 亚洲国产成人tv| 石原莉奈在线亚洲二区| 一区二区三区精品久久久| 国产精品二区一区二区aⅴ污介绍| 精品人在线二区三区| 日韩三级中文字幕| 7777精品伊人久久久大香线蕉的| 欧美一级黄色片| 欧美一级欧美一级在线播放| 欧美色区777第一页| 欧美无人高清视频在线观看| 91久久香蕉国产日韩欧美9色| 韩国视频一区二区| 不卡影院免费观看| 成人福利电影精品一区二区在线观看 | 成人午夜av影视| 国产乱码精品一区二区三区av| 久久精品国产久精国产爱| 麻豆视频观看网址久久| 亚洲综合在线五月| 日本aⅴ亚洲精品中文乱码| 调教+趴+乳夹+国产+精品| 亚洲123区在线观看| 天天射综合影视| 日韩成人精品在线观看| 日本在线不卡一区| 国产盗摄女厕一区二区三区 | 亚洲福利一二三区| 日本中文字幕不卡| 国产乱人伦精品一区二区在线观看 | 欧美亚洲自拍偷拍| 精品少妇一区二区三区视频免付费| 日韩一级免费观看| 国产欧美一区二区精品性色| 欧美国产精品v| 中文字幕在线一区二区三区| 亚洲欧洲精品天堂一级| 老鸭窝一区二区久久精品| 国产精华液一区二区三区| 91浏览器在线视频| 在线不卡免费欧美| 久久久综合精品| 亚洲四区在线观看| 青青草国产成人av片免费| 国产福利一区在线| 99r精品视频| 538在线一区二区精品国产| 精品成人a区在线观看| 亚洲日本中文字幕区| 日本91福利区| 国产乱淫av一区二区三区| 91高清视频免费看| 久久久美女毛片| 亚洲午夜激情网页| 国产精品18久久久久久久久久久久| av男人天堂一区| 日韩欧美一区电影| 国产精品毛片久久久久久久| 蜜臀av一区二区在线观看| 99国产欧美另类久久久精品| 欧美一区二区女人| 日韩毛片精品高清免费| 国产黄人亚洲片| 欧美高清www午色夜在线视频| 精品日韩欧美一区二区| 椎名由奈av一区二区三区| 麻豆免费精品视频| 欧美影院一区二区三区| 久久精品一区二区三区四区| 蜜臀久久99精品久久久画质超高清 | 国产人成亚洲第一网站在线播放| 亚洲1区2区3区4区| 91在线免费播放| 国产亚洲一本大道中文在线| 亚洲永久免费视频| 91久久精品日日躁夜夜躁欧美| 日本一区二区免费在线观看视频 | 日本va欧美va欧美va精品| 色婷婷综合视频在线观看| 欧美激情中文字幕一区二区|