亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
亚洲r级在线视频| 欧美激情一区二区三区| 国产成人在线电影| 狠狠色伊人亚洲综合成人| 日本人妖一区二区| 美女免费视频一区二区| 免费看日韩a级影片| 免费看欧美美女黄的网站| 日本91福利区| 狠狠色综合播放一区二区| 国产麻豆精品在线| 高清beeg欧美| 成人高清视频在线观看| 99精品1区2区| 日本韩国欧美三级| 在线播放视频一区| 精品精品欲导航| 久久中文字幕电影| 中文字幕一区日韩精品欧美| 国产精品传媒入口麻豆| 亚洲精品视频在线观看免费| 亚洲一区在线看| 日本中文字幕一区| 国产一区二区三区综合| 成人精品视频一区| 欧美三日本三级三级在线播放| 欧美日本一区二区在线观看| 日韩一级黄色大片| 国产女同性恋一区二区| 亚洲日本乱码在线观看| 亚洲第一搞黄网站| 国产一区在线精品| 日本久久电影网| 宅男噜噜噜66一区二区66| 久久久久久久久久久久电影 | 色8久久人人97超碰香蕉987| 欧美色大人视频| 国产调教视频一区| 一区二区三区日韩欧美精品| 蜜臀久久久99精品久久久久久| 国产成人午夜精品影院观看视频| 日本丰满少妇一区二区三区| 久久夜色精品一区| 亚洲一区二区在线观看视频| 国产麻豆一精品一av一免费| 884aa四虎影成人精品一区| 国产亲近乱来精品视频 | 欧美日韩免费观看一区三区| 精品久久久影院| 亚洲福利视频一区| 不卡av在线网| 亚洲精品在线免费播放| 亚洲五码中文字幕| gogogo免费视频观看亚洲一| 日韩欧美成人一区| 亚洲成人免费电影| 色综合久久天天| 国产日韩欧美综合在线| 日本亚洲最大的色成网站www| 99在线精品免费| 久久噜噜亚洲综合| 久久成人免费日本黄色| 欧美精品一卡二卡| 亚洲一区二区三区不卡国产欧美| 成人免费视频一区二区| www国产成人| 久久精品噜噜噜成人88aⅴ | 日韩午夜激情av| 亚洲一区二区av在线| 9l国产精品久久久久麻豆| 久久久国产综合精品女国产盗摄| 免费在线欧美视频| 91精品国产一区二区三区香蕉| 亚洲美女视频一区| 91在线视频18| 一区二区三区中文字幕精品精品| 99精品在线免费| 国产精品久久网站| av不卡一区二区三区| 国产精品久久久久久久久免费相片| 国产一级精品在线| 国产无人区一区二区三区| 国产一区二区三区国产| 久久免费电影网| 成人高清视频在线观看| 亚洲色图制服诱惑| 欧美日韩一区三区四区| 亚洲成人激情av| 日韩美女在线视频| 国产精品一区不卡| 国产精品久久久久久久久免费丝袜| 国产91精品久久久久久久网曝门 | 99re成人在线| 伊人色综合久久天天人手人婷| 色8久久人人97超碰香蕉987| 亚洲成av人片一区二区| 日韩亚洲欧美中文三级| 国内不卡的二区三区中文字幕| 久久精品亚洲乱码伦伦中文| 不卡av免费在线观看| 亚洲国产另类精品专区| 日韩精品一区二区三区中文不卡| 国内精品国产三级国产a久久| 中文字幕欧美日韩一区| 91麻豆swag| 日本视频中文字幕一区二区三区| 精品乱人伦小说| 不卡欧美aaaaa| 香港成人在线视频| 久久久国产精品不卡| 99久久婷婷国产综合精品电影| 亚洲福利一二三区| 久久久噜噜噜久噜久久综合| 91蝌蚪porny| 久久精品国产亚洲a| **网站欧美大片在线观看| 91精品国产综合久久久久| 国产v综合v亚洲欧| 日韩精品欧美精品| 国产精品成人在线观看| 欧美一级艳片视频免费观看| 97久久精品人人做人人爽50路| 视频在线观看一区| 伊人夜夜躁av伊人久久| 久久综合色婷婷| 欧美日韩成人综合| 成人国产精品免费观看视频| 蜜乳av一区二区| 一级特黄大欧美久久久| 国产三级欧美三级| 91精品国产欧美一区二区| 91丨九色丨国产丨porny| 韩国一区二区三区| 视频一区视频二区中文字幕| 亚洲精品亚洲人成人网在线播放| 亚洲精品在线观看视频| 欧美一个色资源| 91福利资源站| 91亚洲永久精品| 国产精品18久久久久久久久久久久 | 国产一区二区不卡老阿姨| 亚洲二区在线视频| 亚洲男人的天堂av| 国产精品国产自产拍高清av| 欧美不卡激情三级在线观看| 精品视频免费看| 91久久国产综合久久| www.日本不卡| 成人精品电影在线观看| 国产酒店精品激情| 韩国精品一区二区| 激情国产一区二区 | 国产亚洲综合在线| 精品久久久久一区| 久久伊人中文字幕| 久久久久久亚洲综合| 久久久国际精品| 国产女同性恋一区二区| 欧美激情一区二区三区蜜桃视频| 久久久久久久久久久黄色| 久久久久久97三级| 中国av一区二区三区| 国产精品免费丝袜| 亚洲人成在线播放网站岛国| 亚洲欧美欧美一区二区三区| 夜夜嗨av一区二区三区四季av| 亚洲激情在线激情| 亚洲国产欧美在线人成| 日韩影院精彩在线| 精品一区二区影视| 国产成人午夜视频| 色吧成人激情小说| 在线不卡的av| 久久婷婷一区二区三区| 国产精品乱码一区二三区小蝌蚪| 国产精品第四页| 午夜精品免费在线| 久久www免费人成看片高清| 国产成人免费网站| 色婷婷av一区二区三区大白胸| 欧美日韩中文国产| 精品国产1区二区| 国产精品素人视频| 亚洲午夜激情av| 精品一区二区三区日韩| 成人国产精品免费网站| 欧美男同性恋视频网站| 久久精品在线免费观看| 亚洲欧美另类在线| 美女网站一区二区| 99国产精品国产精品久久| 欧美麻豆精品久久久久久| 久久久精品影视| 亚洲小少妇裸体bbw| 国产麻豆精品一区二区| 欧洲一区二区av| 国产午夜精品一区二区 | 日韩欧美在线1卡| 亚洲欧洲日韩女同| 韩国欧美一区二区|