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

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

?? doctorframe.designer.cs

?? 不錯的一個做的醫院管理系統源碼
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace Youzi.View
{
    partial class DoctorFrame
    {
        /// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.OfficeName = new System.Windows.Forms.ComboBox();
            this.DoctorPosition = new System.Windows.Forms.ComboBox();
            this.DoctorDegree = new System.Windows.Forms.ComboBox();
            this.DoctorSex = new System.Windows.Forms.ComboBox();
            this.Operator = new System.Windows.Forms.TextBox();
            this.OperateDate = new System.Windows.Forms.TextBox();
            this.DoctorAge = new System.Windows.Forms.TextBox();
            this.DoctorName = new System.Windows.Forms.TextBox();
            this.labOperator = new System.Windows.Forms.Label();
            this.labOperateDate = new System.Windows.Forms.Label();
            this.labOfficeName = new System.Windows.Forms.Label();
            this.labDoctorPosition = new System.Windows.Forms.Label();
            this.labDcotorDegree = new System.Windows.Forms.Label();
            this.labDoctorAge = new System.Windows.Forms.Label();
            this.labDoctorSex = new System.Windows.Forms.Label();
            this.labDoctorName = new System.Windows.Forms.Label();
            this.butAdd = new System.Windows.Forms.Button();
            this.butDelete = new System.Windows.Forms.Button();
            this.butUpdate = new System.Windows.Forms.Button();
            this.butSave = new System.Windows.Forms.Button();
            this.butCancel = new System.Windows.Forms.Button();
            this.butClose = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(0, 113);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(536, 327);
            this.dataGridView1.TabIndex = 15;
            this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
            this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.OfficeName);
            this.groupBox1.Controls.Add(this.DoctorPosition);
            this.groupBox1.Controls.Add(this.DoctorDegree);
            this.groupBox1.Controls.Add(this.DoctorSex);
            this.groupBox1.Controls.Add(this.Operator);
            this.groupBox1.Controls.Add(this.OperateDate);
            this.groupBox1.Controls.Add(this.DoctorAge);
            this.groupBox1.Controls.Add(this.DoctorName);
            this.groupBox1.Controls.Add(this.labOperator);
            this.groupBox1.Controls.Add(this.labOperateDate);
            this.groupBox1.Controls.Add(this.labOfficeName);
            this.groupBox1.Controls.Add(this.labDoctorPosition);
            this.groupBox1.Controls.Add(this.labDcotorDegree);
            this.groupBox1.Controls.Add(this.labDoctorAge);
            this.groupBox1.Controls.Add(this.labDoctorSex);
            this.groupBox1.Controls.Add(this.labDoctorName);
            this.groupBox1.Location = new System.Drawing.Point(544, 120);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(191, 320);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "醫師信息設置";
            // 
            // OfficeName
            // 
            this.OfficeName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.OfficeName.FormattingEnabled = true;
            this.OfficeName.Location = new System.Drawing.Point(69, 210);
            this.OfficeName.Name = "OfficeName";
            this.OfficeName.Size = new System.Drawing.Size(100, 20);
            this.OfficeName.TabIndex = 7;
            // 
            // DoctorPosition
            // 
            this.DoctorPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.DoctorPosition.FormattingEnabled = true;
            this.DoctorPosition.Location = new System.Drawing.Point(69, 176);
            this.DoctorPosition.Name = "DoctorPosition";
            this.DoctorPosition.Size = new System.Drawing.Size(100, 20);
            this.DoctorPosition.TabIndex = 6;
            // 
            // DoctorDegree
            // 
            this.DoctorDegree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.DoctorDegree.FormattingEnabled = true;
            this.DoctorDegree.Location = new System.Drawing.Point(69, 139);
            this.DoctorDegree.Name = "DoctorDegree";
            this.DoctorDegree.Size = new System.Drawing.Size(100, 20);
            this.DoctorDegree.TabIndex = 5;
            // 
            // DoctorSex
            // 
            this.DoctorSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.DoctorSex.FormattingEnabled = true;
            this.DoctorSex.Location = new System.Drawing.Point(69, 68);
            this.DoctorSex.Name = "DoctorSex";
            this.DoctorSex.Size = new System.Drawing.Size(100, 20);
            this.DoctorSex.TabIndex = 3;
            // 
            // Operator
            // 
            this.Operator.BackColor = System.Drawing.Color.Wheat;
            this.Operator.Enabled = false;
            this.Operator.Location = new System.Drawing.Point(69, 282);
            this.Operator.Name = "Operator";
            this.Operator.Size = new System.Drawing.Size(100, 21);
            this.Operator.TabIndex = 9;
            // 
            // OperateDate
            // 
            this.OperateDate.BackColor = System.Drawing.Color.Wheat;
            this.OperateDate.Enabled = false;
            this.OperateDate.Location = new System.Drawing.Point(69, 245);
            this.OperateDate.Name = "OperateDate";
            this.OperateDate.Size = new System.Drawing.Size(100, 21);
            this.OperateDate.TabIndex = 8;
            // 
            // DoctorAge
            // 
            this.DoctorAge.BackColor = System.Drawing.Color.White;
            this.DoctorAge.Enabled = false;
            this.DoctorAge.Location = new System.Drawing.Point(69, 107);
            this.DoctorAge.Name = "DoctorAge";
            this.DoctorAge.Size = new System.Drawing.Size(100, 21);
            this.DoctorAge.TabIndex = 4;
            // 
            // DoctorName
            // 
            this.DoctorName.BackColor = System.Drawing.Color.White;
            this.DoctorName.Enabled = false;
            this.DoctorName.Location = new System.Drawing.Point(69, 35);
            this.DoctorName.Name = "DoctorName";
            this.DoctorName.Size = new System.Drawing.Size(100, 21);
            this.DoctorName.TabIndex = 2;
            // 
            // labOperator
            // 
            this.labOperator.Location = new System.Drawing.Point(6, 285);
            this.labOperator.Name = "labOperator";
            this.labOperator.Size = new System.Drawing.Size(72, 22);
            this.labOperator.TabIndex = 7;
            this.labOperator.Text = "操 作 員:";
            // 
            // labOperateDate
            // 
            this.labOperateDate.Location = new System.Drawing.Point(6, 248);
            this.labOperateDate.Name = "labOperateDate";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色婷婷久久久亚洲一区二区三区| 国产精品你懂的| 日韩精品一区二区三区中文不卡| 精品剧情在线观看| 亚洲色图视频网| 麻豆精品在线播放| 欧美午夜精品一区二区蜜桃| 精品日韩在线一区| 亚洲欧美日韩中文播放 | 久久电影网电视剧免费观看| 麻豆视频一区二区| 欧洲av在线精品| 日本一区二区三区四区在线视频| 一二三区精品视频| 国产伦精品一区二区三区免费| 欧洲亚洲精品在线| 国产欧美日韩精品一区| 爽好久久久欧美精品| 成人丝袜18视频在线观看| 制服丝袜中文字幕一区| 亚洲欧洲av色图| 国产成人超碰人人澡人人澡| 91精品国产91久久综合桃花| 亚洲卡通动漫在线| www.久久久久久久久| 欧美一区二区免费观在线| 亚洲一二三四在线观看| 欧美网站一区二区| 欧美日韩成人综合| 亚洲第一在线综合网站| 欧美久久一区二区| 精品一区二区三区日韩| 亚洲精品免费在线观看| 精品在线免费视频| 国产亚洲综合色| 91免费看视频| 五月激情综合色| www国产成人免费观看视频 深夜成人网| 狠狠狠色丁香婷婷综合激情| 国产精品私人自拍| 欧美三级三级三级| 国产精品资源站在线| 亚洲老司机在线| 精品国产三级电影在线观看| 国产成a人亚洲精| 亚洲成人免费影院| 久久久久久一二三区| 日韩欧美激情一区| 亚洲成在线观看| 国产精品资源网| 国产成人综合亚洲网站| 制服丝袜一区二区三区| 中文字幕一区二区三中文字幕| 久久99精品国产麻豆不卡| 日韩午夜电影在线观看| 日韩精品欧美精品| 欧美一区二区女人| 麻豆成人av在线| 精品av久久707| 国产不卡视频在线观看| 欧美极品少妇xxxxⅹ高跟鞋| 国内精品伊人久久久久av一坑| 亚洲第一激情av| 国产综合久久久久影院| 在线成人av网站| 久久国产福利国产秒拍| 久久久噜噜噜久久中文字幕色伊伊| 久久精品国产第一区二区三区| 日韩一区国产二区欧美三区| 久久99国产精品麻豆| 久久精品亚洲乱码伦伦中文| 国产高清亚洲一区| 综合婷婷亚洲小说| 中文字幕二三区不卡| 美女精品一区二区| 亚洲色图在线视频| 欧美精品一区二区三区蜜臀| 成人美女视频在线看| 免费成人在线影院| 亚洲不卡一区二区三区| 欧美成va人片在线观看| 欧美日韩大陆在线| 蜜桃精品在线观看| 欧美精品色一区二区三区| 天天综合网天天综合色| 91在线小视频| 午夜精品aaa| 中文字幕欧美三区| 欧美三级韩国三级日本三斤 | 九九视频精品免费| 国产精品乱码一区二三区小蝌蚪| 久久久亚洲精华液精华液精华液| 国产精品入口麻豆原神| 性做久久久久久免费观看| www.性欧美| 亚洲三级电影网站| 欧美日韩欧美一区二区| 成人免费高清视频在线观看| 亚洲一卡二卡三卡四卡无卡久久| 3d成人h动漫网站入口| 成人激情小说乱人伦| 蜜乳av一区二区| 五月天亚洲婷婷| 亚洲视频你懂的| 国产欧美日韩在线视频| 精品裸体舞一区二区三区| 欧洲国内综合视频| 在线观看视频欧美| 91年精品国产| 成人app下载| 丁香网亚洲国际| 国产精品2024| 国产成人精品综合在线观看| 免费三级欧美电影| 日韩激情av在线| 男人操女人的视频在线观看欧美| 一区二区三区欧美久久| 综合久久综合久久| 久久99国产精品成人| 蜜桃av一区二区三区| 91免费视频网址| 99久久精品一区二区| aa级大片欧美| 94-欧美-setu| 欧美性生交片4| 91麻豆精品国产91久久久更新时间 | 亚洲欧洲无码一区二区三区| 亚洲丝袜另类动漫二区| 91亚洲男人天堂| 国产蜜臀av在线一区二区三区| 美国欧美日韩国产在线播放| 中文字幕欧美激情| 欧美一区二区啪啪| 91一区在线观看| 在线观看网站黄不卡| 欧美三级在线视频| 欧美年轻男男videosbes| 欧美大片一区二区| 亚洲国产激情av| 亚洲444eee在线观看| 免费视频一区二区| 99久久精品国产一区二区三区 | 激情伊人五月天久久综合| 国产一区二区精品久久91| 欧洲亚洲精品在线| 国产亚洲成aⅴ人片在线观看 | 成人免费黄色大片| 日本韩国一区二区| 精品成人a区在线观看| 亚洲欧美日韩精品久久久久| 蜜桃传媒麻豆第一区在线观看| 成人av免费网站| 久久人人爽人人爽| 麻豆免费看一区二区三区| 国产女人aaa级久久久级| 懂色av一区二区三区免费看| 成人av手机在线观看| av一区二区不卡| 欧美一区二区三区免费| 亚洲精品一二三| 欧美丝袜丝nylons| 粉嫩高潮美女一区二区三区 | av激情成人网| 国产在线精品一区二区不卡了| 亚洲电影一区二区三区| 日韩一区在线看| 国产精品午夜电影| 国产日韩影视精品| 图片区日韩欧美亚洲| 中文字幕制服丝袜成人av | 蜜臀av在线播放一区二区三区| 亚洲国产精品视频| 尤物在线观看一区| 亚洲日本电影在线| 中文字幕一区二区三区色视频| 欧美激情综合网| 国产亚洲一区二区三区四区 | 国产大片一区二区| 国产裸体歌舞团一区二区| 久久不见久久见免费视频7| 日本午夜精品视频在线观看 | 亚洲精品一区二区三区福利| 日韩欧美你懂的| 欧美mv和日韩mv国产网站| 欧美一区二区大片| 日韩一区二区三区三四区视频在线观看| 欧美日韩大陆一区二区| 在线播放91灌醉迷j高跟美女| 欧美日韩专区在线| 3d动漫精品啪啪一区二区竹菊| 91精品国产综合久久精品性色 | 久久国产婷婷国产香蕉| 久久99精品一区二区三区| 蜜桃精品在线观看| 国产一区二区在线免费观看| 国产精品99久久久久久宅男| 国产91清纯白嫩初高中在线观看| 99在线精品观看| 欧美性受xxxx| 日韩免费观看高清完整版|