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

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

?? 醫保.designer.cs

?? 本人課程設計時開發的一個醫院管理系統
?? CS
字號:
?namespace WindowsApplication1
{
    partial class 醫保
    {
        /// <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.dataGridView2 = new System.Windows.Forms.DataGridView();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView2
            // 
            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView2.Location = new System.Drawing.Point(428, 137);
            this.dataGridView2.Name = "dataGridView2";
            this.dataGridView2.RowTemplate.Height = 23;
            this.dataGridView2.Size = new System.Drawing.Size(344, 178);
            this.dataGridView2.TabIndex = 51;
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 137);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(344, 178);
            this.dataGridView1.TabIndex = 50;
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(527, 400);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(100, 21);
            this.textBox6.TabIndex = 48;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(469, 365);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 47;
            this.label5.Text = "Percentage";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(410, 400);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 46;
            this.button1.Text = "Calculate";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(552, 362);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(100, 21);
            this.textBox5.TabIndex = 45;
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(105, 362);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(100, 21);
            this.textBox4.TabIndex = 44;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(31, 365);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 43;
            this.label4.Text = "PriceAll";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 82);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 40;
            this.label3.Text = "Insurance_Type";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(263, 36);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 39;
            this.label2.Text = "Degree";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(671, 398);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 38;
            this.button2.Text = "確定";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 36);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 37;
            this.label1.Text = "IPID";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.button3);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location = new System.Drawing.Point(12, 1);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(760, 112);
            this.groupBox1.TabIndex = 52;
            this.groupBox1.TabStop = false;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(115, 82);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(100, 21);
            this.textBox2.TabIndex = 45;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(311, 36);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 21);
            this.textBox1.TabIndex = 44;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(551, 31);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 43;
            this.button3.Text = "查詢";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(54, 33);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 20);
            this.comboBox1.TabIndex = 38;
            // 
            // 醫保
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 507);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dataGridView2);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.textBox6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textBox5);
            this.Controls.Add(this.textBox4);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.button2);
            this.Name = "醫保";
            this.Text = "醫保";
            this.Load += new System.EventHandler(this.Form14_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView2;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox textBox6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox textBox5;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TextBox textBox1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
韩国v欧美v亚洲v日本v| 日韩一区二区免费视频| 91精品在线免费| 中文字幕精品一区二区精品绿巨人 | 国产日产亚洲精品系列| 亚洲免费观看高清完整版在线观看 | 亚洲精品视频免费观看| 国产一区高清在线| 337p亚洲精品色噜噜狠狠| 国产精品美女久久久久aⅴ| 久久精品国内一区二区三区| 色婷婷亚洲精品| 国产精品久久久久久久久果冻传媒 | 亚洲另类在线视频| 国产精品资源网站| 精品成人佐山爱一区二区| 亚洲午夜久久久久久久久久久| 国产久卡久卡久卡久卡视频精品| 欧美妇女性影城| 夜夜夜精品看看| 99久久精品情趣| 中文字幕va一区二区三区| 激情五月激情综合网| 欧美日本视频在线| 亚洲一区二区三区视频在线| aaa亚洲精品| 国产精品久久久久久亚洲毛片| 国产精品一二三区在线| 欧美成人一区二区| 蓝色福利精品导航| 日韩色视频在线观看| 亚洲国产裸拍裸体视频在线观看乱了 | 欧美精品乱码久久久久久按摩| 国产精品成人免费精品自在线观看| 国产在线国偷精品免费看| 欧美大肚乱孕交hd孕妇| 强制捆绑调教一区二区| 色诱亚洲精品久久久久久| 一区二区激情视频| 欧美精选在线播放| 美女视频黄 久久| 精品成人a区在线观看| 青娱乐精品视频在线| 日韩午夜av一区| 国产精品原创巨作av| 国产精品福利影院| 91一区一区三区| 亚洲午夜免费福利视频| 欧美一区二区日韩| 国产伦精品一区二区三区免费迷| 精品国产污污免费网站入口 | 欧美mv日韩mv国产网站app| 免费人成黄页网站在线一区二区| 日韩三级高清在线| 国产91丝袜在线观看| 中文字幕精品—区二区四季| 99麻豆久久久国产精品免费| 亚洲一区二区在线观看视频| 欧美精品色综合| 国产盗摄女厕一区二区三区| 国产精品短视频| 欧美日韩亚洲综合一区二区三区 | 亚洲综合在线电影| 3d成人动漫网站| 成人免费不卡视频| 亚洲第一精品在线| 欧美国产综合色视频| 一本到不卡免费一区二区| 人人超碰91尤物精品国产| 国产精品久久久久影视| 欧美日韩的一区二区| 国产精品一区久久久久| 一区二区三区四区不卡视频| 日韩情涩欧美日韩视频| 成人免费视频免费观看| 午夜精品福利视频网站| 国产无一区二区| 91精品一区二区三区久久久久久| 国产精品一区二区不卡| 首页国产丝袜综合| 亚洲三级免费观看| www成人在线观看| 欧美日韩在线播放一区| 成年人国产精品| 久久精品国产精品亚洲精品 | 日本中文字幕不卡| 亚洲久草在线视频| 国产日韩成人精品| 精品免费一区二区三区| 欧美日韩视频不卡| hitomi一区二区三区精品| 黄一区二区三区| 亚洲 欧美综合在线网络| 欧美激情一区二区三区| 日韩网站在线看片你懂的| 欧美视频一区二区| 日本高清不卡一区| 97精品电影院| 成人丝袜高跟foot| 国产成人在线观看| 激情五月婷婷综合| 美女脱光内衣内裤视频久久网站| 亚洲国产一区二区在线播放| 国产精品久久久久久久久搜平片| 亚洲精品一区二区精华| 日韩欧美一级在线播放| 91麻豆精品国产自产在线 | 精品久久久三级丝袜| 欧美久久久久中文字幕| 欧美日韩美女一区二区| 91国偷自产一区二区开放时间 | 精品嫩草影院久久| 欧美xxxxx裸体时装秀| 欧美另类z0zxhd电影| 色综合咪咪久久| 91成人在线观看喷潮| 欧美伊人久久大香线蕉综合69 | 樱桃视频在线观看一区| 亚洲私人黄色宅男| 亚洲黄色小说网站| 亚洲日本欧美天堂| 亚洲欧美日韩国产一区二区三区| 亚洲三级免费电影| 一区二区国产视频| 偷拍一区二区三区| 日韩二区三区四区| 韩国在线一区二区| 丁香天五香天堂综合| 91麻豆国产福利精品| 色婷婷综合久久久| 欧美一区二区三区免费大片| 欧美大片一区二区三区| 国产欧美日韩三级| 亚洲视频资源在线| 日韩高清不卡一区二区| 国精产品一区一区三区mba视频| 国产精品一区二区久激情瑜伽| 成人av电影观看| 欧美三级一区二区| 日韩精品专区在线影院观看 | 三级不卡在线观看| 九九国产精品视频| 成人精品一区二区三区中文字幕 | 一区二区三区久久| 久久精品国产成人一区二区三区 | 国产伦精品一区二区三区视频青涩 | 国产一区亚洲一区| 色哟哟国产精品| 日韩精品资源二区在线| 自拍偷拍国产精品| 天堂影院一区二区| 成人国产精品免费观看视频| 欧美日韩综合不卡| 国产亚洲一区二区三区| 亚洲国产精品尤物yw在线观看| 精品亚洲成a人| 欧美在线观看视频一区二区三区| 精品久久久久av影院 | 1000部国产精品成人观看| 亚洲成av人片在www色猫咪| 国产成人亚洲综合a∨婷婷 | 97精品国产露脸对白| 欧美大片在线观看| 亚洲一卡二卡三卡四卡| 丰满少妇在线播放bd日韩电影| 欧美久久久影院| 亚洲摸摸操操av| 国产一区二区免费视频| 欧美人妖巨大在线| 夜夜精品浪潮av一区二区三区| 国产精品原创巨作av| 日韩欧美在线网站| 亚洲国产综合91精品麻豆| 成人黄色小视频| 精品99999| 免费欧美日韩国产三级电影| 91国产精品成人| 综合网在线视频| 国产69精品久久久久777| 欧美成人女星排名| 日韩电影在线一区| 欧美精品乱码久久久久久| 亚洲美女免费视频| a美女胸又www黄视频久久| 国产午夜精品一区二区三区嫩草| 青椒成人免费视频| 91精品国产乱| 免费在线一区观看| 欧美一级艳片视频免费观看| 五月天视频一区| 欧美性色综合网| 亚洲国产精品影院| 欧美日韩综合色| 三级亚洲高清视频| 4438x亚洲最大成人网| 日韩电影在线免费观看| 欧美一区二区高清| 精品一区二区三区免费观看| 欧美电影免费观看高清完整版 | 亚洲国产成人tv|