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

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

?? medinfo.cs

?? 很全面的醫院管理系統
?? 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 醫院管理系統{	public class MedInfo : 醫院管理系統.ParentForm	{
		private 醫院管理系統.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()		{			// 該調用是 Windows 窗體設計器所必需的。			InitializeComponent();			// TODO: 在 InitializeComponent 調用后添加任何初始化		}		/// <summary>		/// 清理所有正在使用的資源。		/// </summary>		protected override void Dispose( bool disposing )		{			if( disposing )			{				if (components != null) 				{					components.Dispose();				}			}			base.Dispose( disposing );		}		#region 設計器生成的代碼		/// <summary>		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改		/// 此方法的內容。		/// </summary>		private void InitializeComponent()		{			this.dataSet11 = new 醫院管理系統.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("規格", "規格"),
																																																  new System.Data.Common.DataColumnMapping("整量單位", "整量單位"),
																																																  new System.Data.Common.DataColumnMapping("散量單位", "散量單位"),
																																																  new System.Data.Common.DataColumnMapping("入庫單價", "入庫單價"),
																																																  new System.Data.Common.DataColumnMapping("出庫單價", "出庫單價"),
																																																  new System.Data.Common.DataColumnMapping("批發價", "批發價"),
																																																  new System.Data.Common.DataColumnMapping("整散比", "整散比"),
																																																  new System.Data.Common.DataColumnMapping("分類", "分類"),
																																																  new System.Data.Common.DataColumnMapping("費用歸類", "費用歸類"),
																																																  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";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色综合天天视频在线观看| 丝瓜av网站精品一区二区 | 亚洲综合无码一区二区| 国产美女精品人人做人人爽| 欧美日本一道本在线视频| 亚洲美女淫视频| 色哟哟一区二区在线观看| 中文字幕亚洲视频| 99久久国产综合色|国产精品| 久久精品视频一区二区| 国产精品亚洲成人| 欧美激情艳妇裸体舞| 国产成人免费在线观看不卡| 国产亚洲视频系列| 成人晚上爱看视频| 亚洲欧洲精品一区二区精品久久久| 成人高清免费观看| 亚洲同性同志一二三专区| 91亚洲精品久久久蜜桃网站| 亚洲欧美日韩精品久久久久| 色综合天天综合在线视频| 最好看的中文字幕久久| 91小视频在线免费看| 亚洲免费视频成人| 欧美日韩一二三区| 日本中文在线一区| 精品国产精品网麻豆系列| 韩国av一区二区三区四区| 久久蜜臀精品av| 成人高清av在线| 亚洲一区免费在线观看| 欧美人xxxx| 激情久久五月天| 国产欧美精品一区二区三区四区 | 欧美激情一区二区三区四区| 成人午夜免费电影| 一区二区三区四区不卡在线| 精品视频999| 青草av.久久免费一区| 欧美精品一区在线观看| 成人自拍视频在线| 一区二区三区国产豹纹内裤在线| 欧美色精品在线视频| 日韩av成人高清| 国产三级欧美三级| 色女孩综合影院| 日本亚洲电影天堂| 久久久久久免费网| 色综合久久88色综合天天免费| 肉丝袜脚交视频一区二区| 精品99999| 91美女片黄在线| 奇米精品一区二区三区四区| 国产欧美日韩在线看| 91豆麻精品91久久久久久| 美腿丝袜一区二区三区| 国产精品视频yy9299一区| 91国偷自产一区二区使用方法| 日本最新不卡在线| 国产精品污污网站在线观看| 欧洲视频一区二区| 国内精品伊人久久久久av影院| 综合自拍亚洲综合图不卡区| 欧美一区二区免费视频| 成人黄色777网| 日韩av电影一区| 亚洲视频免费看| 日韩亚洲欧美中文三级| 国产一区二区三区在线观看精品| 亚洲美女免费在线| 欧美电影免费观看完整版| a美女胸又www黄视频久久| 日韩不卡一区二区三区| 国产精品第五页| 日韩欧美国产小视频| 97se亚洲国产综合自在线| 美国三级日本三级久久99| 亚洲国产精品av| 欧美一级夜夜爽| 色综合视频在线观看| 久久狠狠亚洲综合| 亚洲综合久久av| 国产精品视频线看| 精品国一区二区三区| 精品视频在线视频| 97久久人人超碰| 国产福利精品一区二区| 日本欧美加勒比视频| 亚洲精品成人在线| 国产欧美精品一区二区三区四区| 日韩三级在线免费观看| 91老师片黄在线观看| 国产激情精品久久久第一区二区| 亚洲.国产.中文慕字在线| 中文字幕一区二区三区四区不卡| 精品国产一区二区精华| 欧美日韩精品一区二区| 成人sese在线| 国产乱人伦精品一区二区在线观看| 视频在线观看一区| 亚洲日本韩国一区| 欧美国产综合一区二区| 精品成人一区二区三区四区| 欧美一区二区三区啪啪| 欧美日本国产一区| 色伊人久久综合中文字幕| 国产.欧美.日韩| 久久99精品久久只有精品| 日韩精品一二三区| 亚洲国产欧美日韩另类综合| 亚洲人成亚洲人成在线观看图片| 亚洲国产精品传媒在线观看| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 另类的小说在线视频另类成人小视频在线 | 91精彩视频在线| 91浏览器入口在线观看| 99精品黄色片免费大全| 国产成人在线视频播放| 激情五月婷婷综合| 麻豆精品国产91久久久久久| 亚洲成av人片一区二区三区| 一区二区三区日本| 亚洲视频 欧洲视频| 1024亚洲合集| 成人免费在线播放视频| 国产精品麻豆一区二区| 日本一区二区成人在线| 国产女人水真多18毛片18精品视频| 亚洲精品在线三区| 精品国产一区二区三区av性色| 欧美va在线播放| 精品国产三级电影在线观看| 日韩欧美一区二区三区在线| 日韩一区二区三区免费看 | 在线亚洲高清视频| 欧亚一区二区三区| 欧美色图在线观看| 欧美老人xxxx18| 91精品免费观看| 日韩一区二区在线播放| 日韩欧美卡一卡二| 国产亚洲一区二区三区| 日本一区二区视频在线| 久久精品视频一区二区三区| 亚洲国产高清在线观看视频| 欧美国产视频在线| 亚洲色图都市小说| 亚洲精品国产精品乱码不99 | 一卡二卡欧美日韩| 亚洲国产精品精华液网站| 视频一区中文字幕国产| 蜜臀91精品一区二区三区| 精品一区二区三区久久久| 国产成人免费视频精品含羞草妖精| 成人国产精品免费网站| 色女孩综合影院| 欧美一区二区三区免费视频| 国产亚洲一二三区| 亚洲欧美激情视频在线观看一区二区三区 | 精品国产a毛片| 中文字幕乱码亚洲精品一区 | 欧美国产一区二区在线观看| 亚洲欧美日韩国产另类专区| 亚洲成在人线免费| 久久99精品国产| 成人黄动漫网站免费app| 欧美亚州韩日在线看免费版国语版| 欧美日韩免费在线视频| 欧美成人video| 国产精品久久久久婷婷| 亚洲国产视频在线| 精彩视频一区二区三区| 北条麻妃国产九九精品视频| 欧美无砖专区一中文字| 欧美成人福利视频| 亚洲视频在线观看三级| 日韩高清一区二区| 成人性生交大片免费看视频在线 | 不卡av电影在线播放| 欧美又粗又大又爽| 欧美不卡一区二区| 中文字幕视频一区二区三区久| 亚洲成人动漫精品| 国产精品综合二区| 在线免费一区三区| 337p日本欧洲亚洲大胆精品| 亚洲天天做日日做天天谢日日欢| 伊人一区二区三区| 精品一区二区三区av| 一本一道波多野结衣一区二区 | 欧美精品久久久久久久多人混战| 久久久久久夜精品精品免费| 一区二区三区高清在线| 激情五月激情综合网| 欧美在线你懂得| 国产亚洲自拍一区| 五月综合激情网| 成人av在线资源网站| 日韩一区二区精品葵司在线| 成人免费在线视频|