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

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

?? clinicpriceconfirm.cs

?? 很全面的醫(yī)院管理系統(tǒng)
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;

namespace 醫(yī)院管理系統(tǒng)
{
	/// <summary>
	/// ClinicPriceConfirm 的摘要說(shuō)明。
	/// </summary>
	public class ClinicPriceConfirm : System.Windows.Forms.Form
	{
		
		private DataTable newTable;//保存門(mén)診劃價(jià)中的藥品和收費(fèi)項(xiàng)目信息
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.DataGrid dataGrid1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.DataGrid dataGrid3;
		private System.Data.SqlClient.SqlDataAdapter da1;
		private 醫(yī)院管理系統(tǒng).DataSet2 dataSet21;
		private System.Data.SqlClient.SqlDataAdapter da2;
		private System.Windows.Forms.TextBox txt1;
		private System.Windows.Forms.ComboBox cmb1;
		private System.Windows.Forms.TextBox txt2;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt3;
		private System.Windows.Forms.TextBox txt5;
		private System.Windows.Forms.DataGrid dataGrid2;
		private System.Data.DataView dataView1;
		private System.Windows.Forms.Button btnOK;
		private System.Windows.Forms.Button btnCancel;
		private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
		private System.Data.SqlClient.SqlConnection sqlConnection1;
		private System.Data.SqlClient.SqlCommand sqlSelectCommand2;
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public ClinicPriceConfirm()
		{
			//
			// Windows 窗體設(shè)計(jì)器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設(shè)計(jì)器生成的代碼
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ClinicPriceConfirm));
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.txt1 = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.cmb1 = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.txt2 = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.dataSet21 = new 醫(yī)院管理系統(tǒng).DataSet2();
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.btnOK = new System.Windows.Forms.Button();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txt3 = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.txt5 = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.btnCancel = new System.Windows.Forms.Button();
			this.dataGrid3 = new System.Windows.Forms.DataGrid();
			this.dataView1 = new System.Data.DataView();
			this.da1 = new System.Data.SqlClient.SqlDataAdapter();
			this.da2 = new System.Data.SqlClient.SqlDataAdapter();
			this.dataGrid2 = new System.Windows.Forms.DataGrid();
			this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
			this.sqlSelectCommand2 = new System.Data.SqlClient.SqlCommand();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataSet21)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.groupBox2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataView1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).BeginInit();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.txt1);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.cmb1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.txt2);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Location = new System.Drawing.Point(0, 0);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(704, 88);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "掛號(hào)信息";
			// 
			// txt1
			// 
			this.txt1.Location = new System.Drawing.Point(232, 56);
			this.txt1.Name = "txt1";
			this.txt1.ReadOnly = true;
			this.txt1.Size = new System.Drawing.Size(128, 21);
			this.txt1.TabIndex = 2;
			this.txt1.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(56, 40);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "門(mén)診號(hào)";
			// 
			// cmb1
			// 
			this.cmb1.Location = new System.Drawing.Point(56, 56);
			this.cmb1.Name = "cmb1";
			this.cmb1.Size = new System.Drawing.Size(136, 20);
			this.cmb1.TabIndex = 0;
			this.cmb1.DropDown += new System.EventHandler(this.cmb1_DropDown);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(232, 40);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "姓名";
			// 
			// txt2
			// 
			this.txt2.Location = new System.Drawing.Point(416, 56);
			this.txt2.Name = "txt2";
			this.txt2.ReadOnly = true;
			this.txt2.Size = new System.Drawing.Size(128, 21);
			this.txt2.TabIndex = 2;
			this.txt2.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(416, 40);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(100, 16);
			this.label3.TabIndex = 1;
			this.label3.Text = "性別";
			// 
			// dataSet21
			// 
			this.dataSet21.DataSetName = "DataSet2";
			this.dataSet21.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// dataGrid1
			// 
			this.dataGrid1.CaptionVisible = false;
			this.dataGrid1.DataMember = "";
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(0, 88);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.Size = new System.Drawing.Size(712, 328);
			this.dataGrid1.TabIndex = 1;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.btnOK);
			this.groupBox2.Controls.Add(this.txt4);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.txt3);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.txt5);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.btnCancel);
			this.groupBox2.Location = new System.Drawing.Point(0, 416);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(704, 100);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			// 
			// btnOK
			// 
			this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
			this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnOK.Location = new System.Drawing.Point(512, 54);
			this.btnOK.Name = "btnOK";
			this.btnOK.TabIndex = 3;
			this.btnOK.Text = "保存";
			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
			// 
			// txt4
			// 
			this.txt4.Location = new System.Drawing.Point(200, 56);
			this.txt4.Name = "txt4";
			this.txt4.ReadOnly = true;
			this.txt4.Size = new System.Drawing.Size(128, 21);
			this.txt4.TabIndex = 2;
			this.txt4.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(200, 40);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 16);
			this.label4.TabIndex = 1;
			this.label4.Text = "醫(yī)生";
			// 
			// txt3
			// 
			this.txt3.Location = new System.Drawing.Point(48, 56);
			this.txt3.Name = "txt3";
			this.txt3.ReadOnly = true;
			this.txt3.Size = new System.Drawing.Size(128, 21);
			this.txt3.TabIndex = 2;
			this.txt3.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(48, 40);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 16);
			this.label5.TabIndex = 1;
			this.label5.Text = "科室";
			// 
			// txt5
			// 
			this.txt5.Location = new System.Drawing.Point(360, 56);
			this.txt5.Name = "txt5";
			this.txt5.ReadOnly = true;
			this.txt5.Size = new System.Drawing.Size(128, 21);
			this.txt5.TabIndex = 2;
			this.txt5.Text = "";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(360, 40);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(100, 16);
			this.label6.TabIndex = 1;
			this.label6.Text = "金額合計(jì)";
			// 
			// btnCancel
			// 
			this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
			this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnCancel.Location = new System.Drawing.Point(608, 54);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.TabIndex = 3;
			this.btnCancel.Text = "取消";
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// dataGrid3
			// 
			this.dataGrid3.CaptionVisible = false;
			this.dataGrid3.DataMember = "";
			this.dataGrid3.DataSource = this.dataView1;
			this.dataGrid3.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid3.Location = new System.Drawing.Point(56, 264);
			this.dataGrid3.Name = "dataGrid3";
			this.dataGrid3.ReadOnly = true;
			this.dataGrid3.Size = new System.Drawing.Size(496, 120);
			this.dataGrid3.TabIndex = 4;
			this.dataGrid3.Visible = false;
			this.dataGrid3.DoubleClick += new System.EventHandler(this.dataGrid3_DoubleClick);
			// 
			// dataView1
			// 
			this.dataView1.Table = this.dataSet21.v收費(fèi)項(xiàng)目及藥品;
			// 
			// da1
			// 
			this.da1.SelectCommand = this.sqlSelectCommand1;
			this.da1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
																						  new System.Data.Common.DataTableMapping("Table", "門(mén)診掛號(hào)", new System.Data.Common.DataColumnMapping[] {
																																																  new System.Data.Common.DataColumnMapping("編號(hào)", "編號(hào)"),
																																																  new System.Data.Common.DataColumnMapping("病人編號(hào)", "病人編號(hào)"),
																																																  new System.Data.Common.DataColumnMapping("姓名", "姓名"),
																																																  new System.Data.Common.DataColumnMapping("性別", "性別"),
																																																  new System.Data.Common.DataColumnMapping("掛號(hào)科室", "掛號(hào)科室"),
																																																  new System.Data.Common.DataColumnMapping("費(fèi)用類(lèi)型", "費(fèi)用類(lèi)型"),
																																																  new System.Data.Common.DataColumnMapping("掛號(hào)類(lèi)型", "掛號(hào)類(lèi)型"),
																																																  new System.Data.Common.DataColumnMapping("掛號(hào)費(fèi)用", "掛號(hào)費(fèi)用"),
																																																  new System.Data.Common.DataColumnMapping("醫(yī)生", "醫(yī)生"),
																																																  new System.Data.Common.DataColumnMapping("時(shí)間", "時(shí)間"),
																																																  new System.Data.Common.DataColumnMapping("是否已劃價(jià)", "是否已劃價(jià)")})});
			// 
			// da2
			// 
			this.da2.SelectCommand = this.sqlSelectCommand2;
			this.da2.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
																						  new System.Data.Common.DataTableMapping("Table", "v收費(fèi)項(xiàng)目及藥品", new System.Data.Common.DataColumnMapping[] {
																																																	  new System.Data.Common.DataColumnMapping("編號(hào)", "編號(hào)"),
																																																	  new System.Data.Common.DataColumnMapping("名稱", "名稱"),
																																																	  new System.Data.Common.DataColumnMapping("規(guī)格", "規(guī)格"),
																																																	  new System.Data.Common.DataColumnMapping("單位", "單位"),
																																																	  new System.Data.Common.DataColumnMapping("單價(jià)", "單價(jià)"),
																																																	  new System.Data.Common.DataColumnMapping("拼音碼", "拼音碼")})});
			// 
			// dataGrid2
			// 
			this.dataGrid2.CaptionVisible = false;
			this.dataGrid2.DataMember = "門(mén)診掛號(hào)";
			this.dataGrid2.DataSource = this.dataSet21;
			this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid2.Location = new System.Drawing.Point(56, 96);

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91免费在线视频观看| 18欧美乱大交hd1984| 日韩午夜电影av| 欧美精品色一区二区三区| 在线观看91视频| 色综合久久久久| 欧美性做爰猛烈叫床潮| 在线观看日韩毛片| 欧美午夜精品理论片a级按摩| 91色综合久久久久婷婷| 在线精品视频小说1| 欧美性猛交xxxxxx富婆| 91国产丝袜在线播放| 欧美性猛片aaaaaaa做受| 欧美在线观看视频一区二区| 欧美中文字幕一区| 欧美色综合网站| 欧美一区二区视频在线观看2022| 日韩亚洲欧美综合| 精品三级在线看| 国产精品美女久久久久aⅴ | 日韩亚洲欧美高清| 欧美成人精品二区三区99精品| 欧美v日韩v国产v| 欧美经典三级视频一区二区三区| 国产精品亲子伦对白| 亚洲裸体在线观看| 日韩精彩视频在线观看| 精品综合免费视频观看| 成人精品视频一区| 精品婷婷伊人一区三区三| 日韩午夜电影av| 欧美韩国日本不卡| 亚洲午夜久久久久久久久电影院| 免费看黄色91| 99视频热这里只有精品免费| 精品视频全国免费看| 欧美www视频| 亚洲色图都市小说| 日韩国产精品久久久久久亚洲| 韩国精品在线观看| 一本久久a久久免费精品不卡| 91精品国产综合久久久久久久久久 | 成人欧美一区二区三区1314| 亚洲午夜私人影院| 国产综合久久久久影院| 91美女在线看| 日韩午夜精品电影| 亚洲婷婷综合色高清在线| 婷婷夜色潮精品综合在线| 国产久卡久卡久卡久卡视频精品| 一本大道久久a久久精品综合| 日韩一区二区三区电影在线观看 | 欧美韩国一区二区| 日韩激情中文字幕| 91网站最新网址| 日韩欧美一级精品久久| 亚洲丝袜精品丝袜在线| 久久精品国产亚洲高清剧情介绍| 97精品国产露脸对白| 日韩精品中文字幕一区二区三区| 亚洲欧美日韩人成在线播放| 精品一区二区在线观看| 日本高清免费不卡视频| 久久精子c满五个校花| 亚洲成av人综合在线观看| 国产1区2区3区精品美女| 4438x亚洲最大成人网| 亚洲色欲色欲www| 国产不卡视频在线播放| 欧美一区二区三区公司| 洋洋成人永久网站入口| av中文字幕不卡| 国产日韩欧美精品综合| 日本特黄久久久高潮 | 日韩一区在线播放| 国产在线不卡一卡二卡三卡四卡| 欧美日韩视频在线一区二区| 国产精品久久久久婷婷| 韩日av一区二区| 欧美一级久久久久久久大片| 亚洲国产你懂的| 色婷婷综合久久久中文字幕| 国产精品五月天| 国产精品中文字幕一区二区三区| 欧美一区二区三区喷汁尤物| 亚洲国产日韩综合久久精品| 99国内精品久久| 日本一区二区三区电影| 国产一区二区h| 亚洲精品在线观看网站| 麻豆国产欧美日韩综合精品二区| 欧美日韩一区成人| 一区二区三区日韩欧美精品| 91美女片黄在线| 亚洲人吸女人奶水| 91丨九色丨蝌蚪富婆spa| 中文字幕中文字幕一区二区| 成人激情免费电影网址| 中文字幕av一区二区三区| 懂色一区二区三区免费观看| 国产欧美视频在线观看| 国产成人综合网站| 欧美精彩视频一区二区三区| 国产美女一区二区| 国产婷婷一区二区| 国产91丝袜在线18| 中文子幕无线码一区tr| 99久久伊人网影院| 亚洲日本一区二区| 91国产成人在线| 亚洲午夜久久久久久久久电影网| 欧美色大人视频| 日韩精品视频网| 精品国产三级电影在线观看| 激情小说欧美图片| 国产精品日日摸夜夜摸av| 成人黄色软件下载| 一级做a爱片久久| 欧美精品亚洲二区| 韩国视频一区二区| 中文字幕在线观看不卡| 一本到不卡精品视频在线观看| 亚洲一区二区三区爽爽爽爽爽| 欧美精品乱码久久久久久| 美国十次综合导航| 欧美激情综合在线| 色哟哟亚洲精品| 日韩精品一二三| 久久综合九色综合欧美98| 成人h动漫精品| 亚洲444eee在线观看| 26uuu成人网一区二区三区| 成人福利视频在线| 亚洲成av人影院在线观看网| 精品久久久久久久人人人人传媒| 东方欧美亚洲色图在线| 亚洲精品国产成人久久av盗摄| 欧美精品v日韩精品v韩国精品v| 激情综合色综合久久综合| 国产精品久久精品日日| 欧美精品在线观看一区二区| 国产老肥熟一区二区三区| 一级做a爱片久久| 欧美大肚乱孕交hd孕妇| www.日韩大片| 日韩精品91亚洲二区在线观看 | 日本欧美大码aⅴ在线播放| 久久免费视频色| 色综合天天综合给合国产| 奇米影视一区二区三区| 欧美国产乱子伦| 7777精品伊人久久久大香线蕉超级流畅 | 国内精品在线播放| 亚洲色图清纯唯美| 日韩欧美国产一区二区在线播放| av色综合久久天堂av综合| 日韩国产高清在线| 国产精品传媒入口麻豆| 欧美一区二区免费观在线| 成人av在线看| 日韩1区2区日韩1区2区| 1024成人网| wwwwxxxxx欧美| 欧美情侣在线播放| 99这里只有久久精品视频| 久久av老司机精品网站导航| 亚洲免费观看高清完整版在线观看| 日韩欧美一二区| 欧美中文字幕一区| 成人午夜电影久久影院| 另类中文字幕网| 午夜成人在线视频| 《视频一区视频二区| 精品国产乱码久久久久久闺蜜| 精品视频免费在线| www.在线成人| 国产精品一区专区| 青青草97国产精品免费观看 | 亚洲欧美色综合| 久久精品亚洲麻豆av一区二区| 欧美精品vⅰdeose4hd| 在线视频你懂得一区二区三区| 国产精品99久久久久久似苏梦涵| 爽好久久久欧美精品| 一区二区三区蜜桃网| 亚洲天堂精品视频| 国产精品素人一区二区| 久久久久成人黄色影片| 欧美mv和日韩mv的网站| 日韩一区二区三区在线视频| 欧美久久免费观看| 在线精品观看国产| 色老汉一区二区三区| 91在线视频官网| 99久久99久久精品国产片果冻 | 欧美一区二区三区免费视频 | 精品国产乱码久久久久久老虎 | 国产亲近乱来精品视频| 精品国产91乱码一区二区三区 |