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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? medinfo.cs

?? 很全面的醫(yī)院管理系統(tǒng)
?? CS
?? 第 1 頁 / 共 3 頁
字號:
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;namespace 醫(yī)院管理系統(tǒng){	public class MedInfo : 醫(yī)院管理系統(tǒng).ParentForm	{
		private 醫(yī)院管理系統(tǒng).DataSet1 dataSet11;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt5;
		private System.Windows.Forms.TextBox txt6;
		private System.Windows.Forms.TextBox txt7;
		private System.Windows.Forms.TextBox txt8;
		private System.Windows.Forms.TextBox txt9;
		private System.Windows.Forms.TextBox txt10;
		private System.Windows.Forms.TextBox txt11;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.TextBox txt12;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.ComboBox cmb1;
		private System.Windows.Forms.TextBox txt15;
		private System.Windows.Forms.TextBox txt16;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.TextBox txt14;
		private System.Windows.Forms.TextBox txt13;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.TextBox txt17;
		private System.Windows.Forms.Label label18;
		private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
		private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
		private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
		private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
		private System.Data.SqlClient.SqlConnection sqlConnection1;		private System.ComponentModel.IContainer components = null;		public MedInfo()		{			// 該調(diào)用是 Windows 窗體設(shè)計(jì)器所必需的。			InitializeComponent();			// TODO: 在 InitializeComponent 調(diào)用后添加任何初始化		}		/// <summary>		/// 清理所有正在使用的資源。		/// </summary>		protected override void Dispose( bool disposing )		{			if( disposing )			{				if (components != null) 				{					components.Dispose();				}			}			base.Dispose( disposing );		}		#region 設(shè)計(jì)器生成的代碼		/// <summary>		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改		/// 此方法的內(nèi)容。		/// </summary>		private void InitializeComponent()		{			this.dataSet11 = new 醫(yī)院管理系統(tǒng).DataSet1();
			this.label4 = new System.Windows.Forms.Label();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.txt5 = new System.Windows.Forms.TextBox();
			this.txt6 = new System.Windows.Forms.TextBox();
			this.txt7 = new System.Windows.Forms.TextBox();
			this.txt8 = new System.Windows.Forms.TextBox();
			this.txt9 = new System.Windows.Forms.TextBox();
			this.txt10 = new System.Windows.Forms.TextBox();
			this.txt11 = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.txt12 = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.cmb1 = new System.Windows.Forms.ComboBox();
			this.txt15 = new System.Windows.Forms.TextBox();
			this.txt16 = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.txt14 = new System.Windows.Forms.TextBox();
			this.txt13 = new System.Windows.Forms.TextBox();
			this.label14 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.txt17 = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
			this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.groupBox2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
			// 
			// groupBox1
			// 
			this.groupBox1.Name = "groupBox1";
			// 
			// txt2
			// 
			this.txt2.Name = "txt2";
			// 
			// label1
			// 
			this.label1.Name = "label1";
			this.label1.Text = "藥品名稱";
			// 
			// btnSearch
			// 
			this.btnSearch.Name = "btnSearch";
			this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
			// 
			// txt1
			// 
			this.txt1.Name = "txt1";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(120, 29);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(48, 16);
			this.label2.Text = "拼音碼";
			// 
			// txt3
			// 
			this.txt3.Name = "txt3";
			// 
			// label3
			// 
			this.label3.Name = "label3";
			this.label3.Text = "藥品編號";
			// 
			// toolBar1
			// 
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.Size = new System.Drawing.Size(728, 41);
			// 
			// dataGrid1
			// 
			this.dataGrid1.DataMember = "藥品資料";
			this.dataGrid1.DataSource = this.dataSet11;
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.Size = new System.Drawing.Size(728, 256);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.cmb1);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.txt4);
			this.groupBox2.Controls.Add(this.txt5);
			this.groupBox2.Controls.Add(this.txt6);
			this.groupBox2.Controls.Add(this.txt7);
			this.groupBox2.Controls.Add(this.txt8);
			this.groupBox2.Controls.Add(this.txt9);
			this.groupBox2.Controls.Add(this.txt10);
			this.groupBox2.Controls.Add(this.txt11);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.label9);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.label12);
			this.groupBox2.Controls.Add(this.label17);
			this.groupBox2.Controls.Add(this.label16);
			this.groupBox2.Controls.Add(this.txt12);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.txt15);
			this.groupBox2.Controls.Add(this.txt16);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.label13);
			this.groupBox2.Controls.Add(this.txt14);
			this.groupBox2.Controls.Add(this.txt13);
			this.groupBox2.Controls.Add(this.label14);
			this.groupBox2.Controls.Add(this.label15);
			this.groupBox2.Controls.Add(this.txt17);
			this.groupBox2.Controls.Add(this.label18);
			this.groupBox2.Location = new System.Drawing.Point(0, 352);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(728, 144);
			// 
			// da1
			// 
			this.da1.DeleteCommand = this.sqlDeleteCommand1;
			this.da1.InsertCommand = this.sqlInsertCommand1;
			this.da1.SelectCommand = this.sqlSelectCommand1;
			this.da1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
																						  new System.Data.Common.DataTableMapping("Table", "藥品資料", new System.Data.Common.DataColumnMapping[] {
																																																  new System.Data.Common.DataColumnMapping("編號", "編號"),
																																																  new System.Data.Common.DataColumnMapping("名稱", "名稱"),
																																																  new System.Data.Common.DataColumnMapping("規(guī)格", "規(guī)格"),
																																																  new System.Data.Common.DataColumnMapping("整量單位", "整量單位"),
																																																  new System.Data.Common.DataColumnMapping("散量單位", "散量單位"),
																																																  new System.Data.Common.DataColumnMapping("入庫單價(jià)", "入庫單價(jià)"),
																																																  new System.Data.Common.DataColumnMapping("出庫單價(jià)", "出庫單價(jià)"),
																																																  new System.Data.Common.DataColumnMapping("批發(fā)價(jià)", "批發(fā)價(jià)"),
																																																  new System.Data.Common.DataColumnMapping("整散比", "整散比"),
																																																  new System.Data.Common.DataColumnMapping("分類", "分類"),
																																																  new System.Data.Common.DataColumnMapping("費(fèi)用歸類", "費(fèi)用歸類"),
																																																  new System.Data.Common.DataColumnMapping("拼音碼", "拼音碼"),
																																																  new System.Data.Common.DataColumnMapping("效期", "效期"),
																																																  new System.Data.Common.DataColumnMapping("上限", "上限"),
																																																  new System.Data.Common.DataColumnMapping("下限", "下限")})});
			this.da1.UpdateCommand = this.sqlUpdateCommand1;
			// 
			// dataSet11
			// 
			this.dataSet11.DataSetName = "DataSet1";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜精品久久久久久| 欧美日韩国产影片| 国产伦精品一区二区三区视频青涩 | 日韩视频一区二区在线观看| 欧美午夜视频网站| 欧美性生交片4| 欧美亚洲一区三区| 欧美日韩另类国产亚洲欧美一级| 欧美亚州韩日在线看免费版国语版| 91福利在线观看| 在线观看www91| 欧美人xxxx| 日韩一区二区在线免费观看| 日韩你懂的在线播放| 精品久久久久一区二区国产| 日韩精品一区在线观看| 欧美一级免费大片| 欧美一区二区三区视频在线| 日韩三级在线观看| 久久久久久久网| 中文字幕国产一区二区| 最新热久久免费视频| 亚洲精选视频免费看| 亚洲一区中文在线| 视频一区国产视频| 日本aⅴ亚洲精品中文乱码| 午夜婷婷国产麻豆精品| 蜜桃视频在线一区| 国产1区2区3区精品美女| 成人午夜精品在线| 欧美亚洲综合一区| 日韩免费性生活视频播放| 久久精品欧美日韩精品| 亚洲另类春色国产| 免费高清成人在线| 成人伦理片在线| 欧美日韩一级二级| 久久久久久久久久久久电影 | 亚洲激情男女视频| 日韩中文字幕一区二区三区| 国产在线不卡视频| 日本乱人伦一区| 91精品福利在线一区二区三区| 国产色一区二区| 亚洲少妇最新在线视频| 午夜电影一区二区| 成人黄色大片在线观看| 欧美精品在线一区二区| 国产网红主播福利一区二区| 亚洲福利电影网| 国产乱人伦偷精品视频不卡 | 国产精品乱人伦| 亚洲成人av免费| 国产v综合v亚洲欧| 欧美精品第1页| 国产精品你懂的在线| 午夜精品免费在线| 成人短视频下载| 欧美一二区视频| 亚洲精选视频在线| 国产激情一区二区三区桃花岛亚洲| 欧美性受xxxx| 国产精品色婷婷| 久久精品国产99久久6| 色网站国产精品| 欧美精品一区二区精品网| 亚洲国产日产av| 成人精品免费视频| 欧美一区日本一区韩国一区| 椎名由奈av一区二区三区| 麻豆成人久久精品二区三区小说| 91欧美一区二区| 久久久精品日韩欧美| 五月婷婷激情综合| 色悠悠久久综合| 国产欧美综合在线| 久久精品国产亚洲5555| 欧美日韩视频在线一区二区| 亚洲特黄一级片| 国产suv精品一区二区三区| 欧美一区二区视频在线观看2020 | 91精品蜜臀在线一区尤物| 亚洲精品福利视频网站| 成人亚洲精品久久久久软件| 欧美成人一区二区三区片免费| 亚洲一区二区偷拍精品| 99天天综合性| 欧美极品少妇xxxxⅹ高跟鞋 | 91视频你懂的| 国产精品久久久久一区 | 欧美精品一区二区三区蜜臀 | 91精彩视频在线| 最新久久zyz资源站| 盗摄精品av一区二区三区| 精品国产乱码91久久久久久网站| 日本成人在线网站| 欧美一区二区私人影院日本| 丝袜国产日韩另类美女| 欧美日韩国产免费| 污片在线观看一区二区| 欧美日韩在线不卡| 亚洲r级在线视频| 欧美日韩1234| 亚洲h在线观看| 9191久久久久久久久久久| 午夜激情久久久| 欧美日韩精品一二三区| 日韩精品电影在线| 欧美一级片在线观看| 麻豆成人免费电影| 欧美精品一区二区三| 国产成人在线观看| 国产精品久久久久三级| 一本一本久久a久久精品综合麻豆| 最近中文字幕一区二区三区| 粉嫩嫩av羞羞动漫久久久 | 天堂va蜜桃一区二区三区| 3d动漫精品啪啪一区二区竹菊| 日韩电影在线免费观看| 精品少妇一区二区三区免费观看| 久色婷婷小香蕉久久| 久久久www免费人成精品| 国产一区二区毛片| 久久精品欧美一区二区三区不卡| 成人在线综合网| 亚洲老司机在线| 91精品国产综合久久福利| 久久99精品视频| 久久精品人人爽人人爽| 成人av资源下载| 亚洲午夜羞羞片| 日韩一级完整毛片| 丰满少妇在线播放bd日韩电影| 亚洲欧美日韩国产手机在线| 欧美日韩另类国产亚洲欧美一级| 老鸭窝一区二区久久精品| 欧美激情一区二区在线| 在线观看日韩电影| 九九热在线视频观看这里只有精品| 国产农村妇女毛片精品久久麻豆 | 激情伊人五月天久久综合| 亚洲国产精品成人综合| 欧美日韩中文字幕精品| 国产综合色精品一区二区三区| 中文字幕中文字幕一区二区| 欧美日韩成人高清| 国产成人在线影院| 亚洲国产视频一区二区| 日韩视频在线一区二区| www.成人网.com| 视频一区在线播放| 中文字幕精品在线不卡| 欧美伦理电影网| 成人av在线观| 蜜臀精品一区二区三区在线观看 | 丁香亚洲综合激情啪啪综合| 亚洲国产精品一区二区久久| 精品成人在线观看| 一本大道久久精品懂色aⅴ| 久久超碰97人人做人人爱| 最新久久zyz资源站| 精品噜噜噜噜久久久久久久久试看| 成人免费不卡视频| 日韩中文字幕不卡| 亚洲精品视频在线看| 国产日韩欧美亚洲| 3atv在线一区二区三区| www.在线成人| 精品一区二区在线播放| 亚洲高清视频在线| 国产午夜精品理论片a级大结局| 欧美精品一级二级三级| 菠萝蜜视频在线观看一区| 免费人成网站在线观看欧美高清| 亚洲美女在线国产| 国产精品视频看| 欧美成人a在线| 欧美三级韩国三级日本三斤 | 日韩欧美一卡二卡| 欧美色图激情小说| 99久久精品免费看国产免费软件| 久久不见久久见免费视频1| 亚洲国产欧美日韩另类综合 | 激情五月播播久久久精品| 亚洲国产成人91porn| 自拍偷拍国产精品| 国产欧美日韩在线| 精品久久久久久最新网址| 欧美美女一区二区三区| 一本久久精品一区二区| 大尺度一区二区| 国产成人在线视频网址| 国产综合久久久久久久久久久久| 麻豆视频一区二区| 日日噜噜夜夜狠狠视频欧美人 | 久久99精品久久只有精品| 日本不卡在线视频| 午夜精品成人在线| 亚洲国产精品影院| 亚洲午夜久久久久久久久久久|