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

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

?? clinicpriceconfirm.cs

?? asp教程
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;

namespace 醫院管理系統
{
	/// <summary>
	/// ClinicPriceConfirm 的摘要說明。
	/// </summary>
	public class ClinicPriceConfirm : System.Windows.Forms.Form
	{
		
		private DataTable newTable;//保存門診劃價中的藥品和收費項目信息
		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 醫院管理系統.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>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

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

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

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

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </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 醫院管理系統.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 = "掛號信息";
			// 
			// 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 = "門診號";
			// 
			// 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 = "醫生";
			// 
			// 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 = "金額合計";
			// 
			// 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收費項目及藥品;
			// 
			// da1
			// 
			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("是否已劃價", "是否已劃價")})});
			// 
			// da2
			// 
			this.da2.SelectCommand = this.sqlSelectCommand2;
			this.da2.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
																						  new System.Data.Common.DataTableMapping("Table", "v收費項目及藥品", 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("拼音碼", "拼音碼")})});
			// 
			// dataGrid2
			// 
			this.dataGrid2.CaptionVisible = false;
			this.dataGrid2.DataMember = "門診掛號";
			this.dataGrid2.DataSource = this.dataSet21;
			this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid2.Location = new System.Drawing.Point(56, 96);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产专区综合网| 免费人成精品欧美精品| 欧美精品一区二区三区高清aⅴ| 91行情网站电视在线观看高清版| 国产.欧美.日韩| 国产精品系列在线播放| 国产一区二区三区免费观看| 精品一区二区日韩| 国产一区二区三区美女| 国产乱人伦偷精品视频不卡| 国产一区二区三区av电影| 国产剧情一区二区| 高清成人在线观看| aaa亚洲精品| 91国偷自产一区二区开放时间 | 国产精品亚洲午夜一区二区三区| 经典一区二区三区| 国产宾馆实践打屁股91| 国产成人精品综合在线观看| 成人精品在线视频观看| 欧美亚洲国产一区二区三区| 5858s免费视频成人| 日韩欧美在线一区二区三区| 久久亚洲免费视频| 国产精品成人在线观看| 亚洲男人的天堂一区二区| 亚洲在线免费播放| 精品一区二区三区久久| 99精品视频中文字幕| 欧美乱妇15p| 国产欧美一区二区精品婷婷| 亚洲日本欧美天堂| 日韩高清不卡在线| 国产成人aaaa| 91.成人天堂一区| 日本一区二区三区国色天香 | 亚洲欧美另类综合偷拍| 日日夜夜免费精品视频| 国产99久久久国产精品免费看| 色哟哟日韩精品| 精品国产乱码91久久久久久网站| 国产精品伦理在线| 青青青爽久久午夜综合久久午夜| 风间由美性色一区二区三区| 在线观看精品一区| 国产欧美视频一区二区三区| 午夜国产精品一区| 成人av在线播放网址| 91精品国产一区二区人妖| 国产亚洲成av人在线观看导航| 亚洲成av人片在www色猫咪| 国产精品性做久久久久久| 欧美精品18+| 亚洲欧洲韩国日本视频| 国内久久精品视频| 3atv一区二区三区| 亚洲黄色录像片| 成人毛片在线观看| 久久蜜桃av一区二区天堂| 日日摸夜夜添夜夜添精品视频| 91亚洲永久精品| 国产精品日日摸夜夜摸av| 精品一区二区三区视频在线观看| 欧美日韩国产另类一区| 亚洲最大的成人av| 91免费视频网| 亚洲欧美另类久久久精品| 国产成人综合自拍| 精品国产免费久久| 久久99精品久久久久久国产越南| 91精品国产入口| 日韩1区2区3区| 在线播放国产精品二区一二区四区 | 色又黄又爽网站www久久| 久久精品亚洲国产奇米99| 精品一区二区三区久久| 精品国产一区二区三区久久影院 | 91香蕉视频黄| 国产精品久久久久一区| 成人免费视频一区| 国产精品欧美极品| caoporm超碰国产精品| 国产精品久久久久永久免费观看 | 亚洲一级二级在线| 色婷婷综合久久久中文字幕| 亚洲嫩草精品久久| 一本色道久久综合精品竹菊| 亚洲日本青草视频在线怡红院 | 欧美高清视频一二三区 | 亚洲综合色区另类av| 色诱亚洲精品久久久久久| 亚洲综合999| 欧美日韩国产免费一区二区 | 欧美日韩国产小视频在线观看| 夜色激情一区二区| 91精品国产色综合久久久蜜香臀| 麻豆成人av在线| 久久久久久久综合狠狠综合| 成人黄色在线看| 亚洲午夜精品网| 日韩一级二级三级精品视频| 丰满亚洲少妇av| 亚洲一区二区不卡免费| 欧美一级高清片在线观看| 国产精一区二区三区| 中文字幕一区二区三区不卡在线| 欧美三级蜜桃2在线观看| 免费精品99久久国产综合精品| 久久久久久久久蜜桃| 97久久超碰国产精品| 日韩精品一二三区| 国产精品三级视频| 欧美精品久久一区| 成人激情黄色小说| 日本不卡视频一二三区| 国产视频一区不卡| 欧美丝袜第三区| 国产精品一线二线三线精华| 一区二区欧美国产| 久久久精品国产99久久精品芒果| 91日韩在线专区| 国产乱码精品一品二品| 亚洲成人午夜电影| 国产精品久久久久久久午夜片| 7777精品伊人久久久大香线蕉经典版下载 | 欧美极品美女视频| 欧美日本国产一区| 成人av电影观看| 激情另类小说区图片区视频区| 一区二区三区精品| 国产精品久久久久影院色老大| 日韩欧美国产午夜精品| 色婷婷综合久久久中文字幕| 国产一区二区精品在线观看| 日韩高清一级片| 一区二区三区在线视频播放 | 欧洲国内综合视频| www.欧美日韩国产在线| 国产在线精品视频| 美日韩一区二区三区| 亚洲v日本v欧美v久久精品| 亚洲欧美日韩在线不卡| 国产精品免费久久久久| 久久午夜老司机| 欧美大片顶级少妇| 日韩欧美久久久| 日韩视频一区在线观看| 欧美电影一区二区| 欧美精品丝袜久久久中文字幕| 91社区在线播放| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 日韩欧美123| 欧美电影免费观看高清完整版在线 | 秋霞成人午夜伦在线观看| 午夜精品久久久久| 午夜欧美2019年伦理| 亚洲一区二区四区蜜桃| 一区二区三区四区高清精品免费观看| 亚洲国产精品高清| 国产精品久久夜| 1区2区3区精品视频| 亚洲天堂中文字幕| 亚洲天堂av一区| 亚洲一区在线免费观看| 亚洲大片精品永久免费| 天天影视网天天综合色在线播放| 亚洲国产欧美在线| 日韩成人精品在线| 久99久精品视频免费观看| 久久成人18免费观看| 国产精品一二三| 91啦中文在线观看| 欧美挠脚心视频网站| 日韩精品影音先锋| 中文字幕欧美国产| 亚洲少妇30p| 日韩中文字幕1| 国产一区二区三区黄视频| caoporn国产精品| 欧美日本视频在线| 久久亚洲综合色| 欧美人体做爰大胆视频| 欧美aaaaa成人免费观看视频| 视频一区欧美精品| 日本不卡一二三区黄网| 成人黄页在线观看| 欧美伦理电影网| 久久午夜老司机| 亚洲高清免费在线| 精品影视av免费| 色88888久久久久久影院野外| 欧美精品亚洲二区| 亚洲天堂av一区| 久久99精品国产| 欧美日韩三级在线| 国产欧美日韩中文久久| 日本在线不卡视频| 9i看片成人免费高清| 日韩精品在线一区| 亚洲国产精品久久一线不卡|