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

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

?? cdrugqueryform.designer.cs

?? .net 開發的基礎框架
?? CS
字號:
?namespace HPIResource.CDrug
{
    partial class CDrugQueryForm
    {
        /// <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.dw_drug_list = new Sybase.DataWindow.DataWindowControl();
            this.tbox_code = new System.Windows.Forms.TextBox();
            this.tbox_sepllcode = new System.Windows.Forms.TextBox();
            this.btn_query = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cbox_all = new System.Windows.Forms.CheckBox();
            this.button1 = new System.Windows.Forms.Button();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.btn_reset = new System.Windows.Forms.Button();
            this.cbox_remark = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tbox_chiName = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tv_Catalog = new System.Windows.Forms.TreeView();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dw_drug_list
            // 
            this.dw_drug_list.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dw_drug_list.DataWindowObject = "";
            this.dw_drug_list.LibraryList = "";
            this.dw_drug_list.Location = new System.Drawing.Point(290, 107);
            this.dw_drug_list.Name = "dw_drug_list";
            this.dw_drug_list.Size = new System.Drawing.Size(737, 325);
            this.dw_drug_list.TabIndex = 0;
            this.dw_drug_list.Text = "dataWindowControl1";
            // 
            // tbox_code
            // 
            this.tbox_code.Location = new System.Drawing.Point(61, 20);
            this.tbox_code.Name = "tbox_code";
            this.tbox_code.Size = new System.Drawing.Size(100, 21);
            this.tbox_code.TabIndex = 1;
            // 
            // tbox_sepllcode
            // 
            this.tbox_sepllcode.Location = new System.Drawing.Point(233, 20);
            this.tbox_sepllcode.Name = "tbox_sepllcode";
            this.tbox_sepllcode.Size = new System.Drawing.Size(100, 21);
            this.tbox_sepllcode.TabIndex = 2;
            // 
            // btn_query
            // 
            this.btn_query.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_query.Font = new System.Drawing.Font("楷體_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_query.Location = new System.Drawing.Point(558, 20);
            this.btn_query.Name = "btn_query";
            this.btn_query.Size = new System.Drawing.Size(55, 69);
            this.btn_query.TabIndex = 3;
            this.btn_query.Text = "查詢";
            this.btn_query.UseVisualStyleBackColor = true;
            this.btn_query.Click += new System.EventHandler(this.btn_query_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("楷體_GB2312", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(15, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "編碼:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("楷體_GB2312", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(180, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "拼音碼:";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.cbox_all);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.comboBox2);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.textBox4);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.btn_reset);
            this.groupBox1.Controls.Add(this.cbox_remark);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.tbox_chiName);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.btn_query);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.tbox_sepllcode);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.tbox_code);
            this.groupBox1.Location = new System.Drawing.Point(290, 11);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(737, 95);
            this.groupBox1.TabIndex = 6;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "條件查詢";
            // 
            // cbox_all
            // 
            this.cbox_all.AutoSize = true;
            this.cbox_all.Location = new System.Drawing.Point(480, 62);
            this.cbox_all.Name = "cbox_all";
            this.cbox_all.Size = new System.Drawing.Size(72, 16);
            this.cbox_all.TabIndex = 16;
            this.cbox_all.Text = "全部數據";
            this.cbox_all.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Font = new System.Drawing.Font("楷體_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.Location = new System.Drawing.Point(679, 20);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(52, 69);
            this.button1.TabIndex = 15;
            this.button1.Text = "更多 查詢";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // comboBox2
            // 
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Items.AddRange(new object[] {
            "甲類",
            "乙類",
            "丙類"});
            this.comboBox2.Location = new System.Drawing.Point(412, 59);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(58, 20);
            this.comboBox2.TabIndex = 14;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(341, 62);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 13;
            this.label6.Text = "費用類別:";
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(233, 59);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(100, 21);
            this.textBox4.TabIndex = 12;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("楷體_GB2312", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(171, 64);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 11;
            this.label5.Text = "社保編號:";
            // 
            // btn_reset
            // 
            this.btn_reset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btn_reset.Font = new System.Drawing.Font("楷體_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_reset.Location = new System.Drawing.Point(619, 20);
            this.btn_reset.Name = "btn_reset";
            this.btn_reset.Size = new System.Drawing.Size(54, 69);
            this.btn_reset.TabIndex = 10;
            this.btn_reset.Text = "重置";
            this.btn_reset.UseVisualStyleBackColor = true;
            // 
            // cbox_remark
            // 
            this.cbox_remark.FormattingEnabled = true;
            this.cbox_remark.Items.AddRange(new object[] {
            "是",
            "否",
            "全部"});
            this.cbox_remark.Location = new System.Drawing.Point(412, 20);
            this.cbox_remark.Name = "cbox_remark";
            this.cbox_remark.Size = new System.Drawing.Size(58, 20);
            this.cbox_remark.TabIndex = 9;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(365, 23);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "停用:";
            // 
            // tbox_chiName
            // 
            this.tbox_chiName.Location = new System.Drawing.Point(61, 59);
            this.tbox_chiName.Name = "tbox_chiName";
            this.tbox_chiName.Size = new System.Drawing.Size(100, 21);
            this.tbox_chiName.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("楷體_GB2312", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(4, 64);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "中文名:";
            // 
            // tv_Catalog
            // 
            this.tv_Catalog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tv_Catalog.Location = new System.Drawing.Point(12, 12);
            this.tv_Catalog.Name = "tv_Catalog";
            this.tv_Catalog.Size = new System.Drawing.Size(272, 420);
            this.tv_Catalog.TabIndex = 10;
            // 
            // DrugManageForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1039, 444);
            this.Controls.Add(this.tv_Catalog);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dw_drug_list);
            this.Name = "DrugManageForm";
            this.Text = "西藥";
            this.Load += new System.EventHandler(this.CDrugQueryForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private Sybase.DataWindow.DataWindowControl dw_drug_list;
        private System.Windows.Forms.TextBox tbox_code;
        private System.Windows.Forms.TextBox tbox_sepllcode;
        private System.Windows.Forms.Button btn_query;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox tbox_chiName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btn_reset;
        private System.Windows.Forms.ComboBox cbox_remark;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox comboBox2;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textBox4;
        private System.Windows.Forms.TreeView tv_Catalog;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.CheckBox cbox_all;

    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精选视频免费看| 国产精品2024| 国产在线精品一区二区不卡了 | 日韩美女精品在线| 午夜精品久久一牛影视| 国产69精品久久99不卡| 欧美伦理影视网| 国产精品丝袜久久久久久app| 亚洲bt欧美bt精品777| caoporm超碰国产精品| 日韩一级高清毛片| 亚洲国产日韩在线一区模特| 成人黄色一级视频| 久久久久久97三级| 蜜臀av国产精品久久久久| 在线视频国内自拍亚洲视频| 久久久久久久久久电影| 日本中文一区二区三区| 日本精品视频一区二区三区| 国产精品久线在线观看| 成人在线视频首页| 国产亚洲欧美日韩在线一区| 裸体歌舞表演一区二区| 欧美片在线播放| 亚洲制服丝袜av| 欧美在线免费观看视频| 自拍偷拍亚洲综合| 91在线播放网址| 一区在线观看视频| 99久久夜色精品国产网站| 欧美激情在线看| 成人av动漫网站| 亚洲欧洲精品一区二区三区不卡 | 91视频一区二区| 国产精品第四页| 国产精品一区二区91| 精品剧情在线观看| 国产精品综合二区| 久久一区二区三区国产精品| 国产精品一区免费视频| 国产欧美日韩在线| 成人av在线一区二区| 国产精品午夜春色av| 北岛玲一区二区三区四区| 国产精品久久久久久妇女6080| 不卡av在线网| 亚洲精品乱码久久久久| 欧美视频日韩视频| 日本中文字幕一区二区视频| 精品伦理精品一区| 豆国产96在线|亚洲| 亚洲免费av观看| 欧美日韩国产色站一区二区三区| 日韩精品高清不卡| 久久久精品欧美丰满| caoporen国产精品视频| 亚洲已满18点击进入久久| 欧美一区二区三区系列电影| 国产一区二区三区不卡在线观看| 中文字幕精品三区| 欧美日韩国产精品自在自线| 国产一区二区三区高清播放| 一区二区三区在线观看欧美| 欧美一区二区三区成人| 高清国产午夜精品久久久久久| 亚洲免费高清视频在线| 日韩精品一区二区三区视频| 国产69精品久久777的优势| 亚洲免费视频成人| xfplay精品久久| 日本韩国精品在线| 国产乱对白刺激视频不卡| 亚洲免费伊人电影| www激情久久| 欧美特级限制片免费在线观看| 激情五月播播久久久精品| 日韩伦理电影网| 日韩欧美国产电影| 一本一道综合狠狠老| 精品午夜一区二区三区在线观看| 亚洲乱码国产乱码精品精98午夜 | 国产精品一区在线观看你懂的| 日韩伦理免费电影| 久久精品人人做人人综合| 日本精品一区二区三区高清| 91亚洲资源网| 日一区二区三区| 亚洲人成7777| 国产目拍亚洲精品99久久精品| 在线视频综合导航| 国产不卡视频在线观看| 奇米综合一区二区三区精品视频| 亚洲在线视频一区| 久久精品亚洲乱码伦伦中文| 欧美色窝79yyyycom| www.亚洲国产| 国产精品1024| 国产一区高清在线| 蜜臀久久久久久久| 性久久久久久久久| 一区二区激情视频| 综合久久国产九一剧情麻豆| 日本一区二区免费在线观看视频| 91精品国产一区二区三区| 欧美在线一区二区| 色婷婷av一区二区三区gif| 风间由美一区二区三区在线观看 | 国产一区视频网站| 青青草国产成人99久久| 亚洲国产日日夜夜| 亚洲国产精品天堂| 亚洲另类在线视频| 亚洲欧美视频一区| 亚洲日本va午夜在线影院| 国产欧美精品一区二区色综合 | 欧美精品粉嫩高潮一区二区| 91亚洲国产成人精品一区二三| 国产成人av一区二区三区在线| 狠狠色丁香婷婷综合| 国产一区二区视频在线播放| 日本三级亚洲精品| 精品伊人久久久久7777人| 久久99九九99精品| 国产成人免费在线| www.亚洲精品| 色久综合一二码| 欧美一a一片一级一片| 欧美日本韩国一区二区三区视频| 欧美无人高清视频在线观看| 欧美在线免费播放| 91精品国产91热久久久做人人| 91精品国产综合久久久久| 欧美大片国产精品| 欧美国产日韩a欧美在线观看| 国产精品视频一区二区三区不卡| 综合欧美亚洲日本| 亚洲图片欧美色图| 麻豆91在线播放| 风间由美一区二区av101| 欧美少妇性性性| 精品日韩欧美一区二区| 欧美国产国产综合| 天堂资源在线中文精品| 国产在线播放一区| 色综合天天综合在线视频| 精品人在线二区三区| 久久久久久久久99精品| 一区二区三区在线免费| 久久av资源网| av网站一区二区三区| 欧美日韩视频不卡| 久久久久久久综合色一本| 亚洲视频一区在线| 激情图片小说一区| 色综合视频在线观看| 日韩视频免费观看高清完整版| 国产亚洲一二三区| 亚洲成人高清在线| 国产大陆a不卡| 欧美巨大另类极品videosbest | 久久久久久久久伊人| 一区二区免费视频| 国产一区二区三区免费观看| 在线中文字幕一区| 国产日韩影视精品| 日本在线不卡视频| 色综合视频在线观看| 国产亚洲午夜高清国产拍精品| 天堂成人免费av电影一区| 波多野结衣91| 精品国产凹凸成av人网站| 亚洲一区二区中文在线| 成人一级片在线观看| 日韩一区二区三区免费看| 亚洲精品乱码久久久久久久久| 国产成人综合亚洲91猫咪| 91精品一区二区三区久久久久久 | 国产综合色在线| 884aa四虎影成人精品一区| 国产精品久久免费看| 黄色精品一二区| 欧美一区二区在线视频| 石原莉奈一区二区三区在线观看| 日韩三级在线免费观看| 亚洲成人av在线电影| 91麻豆swag| 中文字幕一区二区日韩精品绯色 | 美日韩一区二区三区| 在线观看日韩国产| 国产精品久久久久久久久免费丝袜 | 国产一区 二区| 日韩美女一区二区三区| 日韩综合小视频| 欧美三级三级三级| 亚洲精品国产无套在线观| 99久久久无码国产精品| 亚洲私人黄色宅男| bt欧美亚洲午夜电影天堂| 中文字幕一区av| 91麻豆精品秘密|