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

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

?? serviceinfo.cs

?? 很全面的醫(yī)院管理系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Windows.Forms;namespace 醫(yī)院管理系統(tǒng){	public class ServiceInfo : 醫(yī)院管理系統(tǒng).ParentForm	{
		private 醫(yī)院管理系統(tǒng).DataSet1 dataSet11;
		private System.Windows.Forms.ComboBox cmb1;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt5;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.TextBox txt7;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TextBox txt6;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.TextBox txt8;
		private System.Windows.Forms.Label label18;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox txt9;
		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 ServiceInfo()		{			// 該調(diào)用是 Windows 窗體設(shè)計器所必需的。			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è)計器生成的代碼		/// <summary>		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改		/// 此方法的內(nèi)容。		/// </summary>		private void InitializeComponent()		{			this.dataSet11 = new 醫(yī)院管理系統(tǒng).DataSet1();
			this.cmb1 = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.txt5 = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.txt7 = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.txt6 = new System.Windows.Forms.TextBox();
			this.label15 = new System.Windows.Forms.Label();
			this.txt8 = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.txt9 = new System.Windows.Forms.TextBox();
			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 = "項(xiàng)目名稱";
			// 
			// btnSearch
			// 
			this.btnSearch.Name = "btnSearch";
			this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
			// 
			// txt1
			// 
			this.txt1.Name = "txt1";
			// 
			// label2
			// 
			this.label2.Name = "label2";
			this.label2.Text = "拼音碼";
			// 
			// txt3
			// 
			this.txt3.Name = "txt3";
			// 
			// label3
			// 
			this.label3.Name = "label3";
			this.label3.Text = "項(xiàng)目編號";
			// 
			// toolBar1
			// 
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.Size = new System.Drawing.Size(728, 41);
			// 
			// dataGrid1
			// 
			this.dataGrid1.DataMember = "門診收費(fèi)項(xiàng)目";
			this.dataGrid1.DataSource = this.dataSet11;
			this.dataGrid1.Name = "dataGrid1";
			// 
			// 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.label5);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.txt7);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.txt6);
			this.groupBox2.Controls.Add(this.label15);
			this.groupBox2.Controls.Add(this.txt8);
			this.groupBox2.Controls.Add(this.label18);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.txt9);
			this.groupBox2.Name = "groupBox2";
			// 
			// 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", "門診收費(fèi)項(xiàng)目", 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("費(fèi)用", "費(fèi)用"),
																																																	new System.Data.Common.DataColumnMapping("費(fèi)用分類", "費(fèi)用分類"),
																																																	new System.Data.Common.DataColumnMapping("病種分類", "病種分類"),
																																																	new System.Data.Common.DataColumnMapping("備注", "備注")})});
			this.da1.UpdateCommand = this.sqlUpdateCommand1;
			// 
			// dataSet11
			// 
			this.dataSet11.DataSetName = "DataSet1";
			this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// cmb1
			// 
			this.cmb1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "門診收費(fèi)項(xiàng)目.費(fèi)用分類"));
			this.cmb1.Enabled = false;
			this.cmb1.Items.AddRange(new object[] {
													  "化驗(yàn)費(fèi)",
													  "檢查費(fèi)",
													  "診斷費(fèi)",
													  "治療費(fèi)",
													  "其他"});
			this.cmb1.Location = new System.Drawing.Point(584, 40);
			this.cmb1.Name = "cmb1";
			this.cmb1.Size = new System.Drawing.Size(120, 20);
			this.cmb1.TabIndex = 47;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(24, 22);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(56, 16);
			this.label4.TabIndex = 40;
			this.label4.Text = "編號";
			// 
			// txt4
			// 
			this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "門診收費(fèi)項(xiàng)目.編號"));
			this.txt4.Location = new System.Drawing.Point(24, 38);
			this.txt4.Name = "txt4";
			this.txt4.ReadOnly = true;
			this.txt4.Size = new System.Drawing.Size(64, 21);
			this.txt4.TabIndex = 43;
			this.txt4.Text = "";
			// 
			// txt5
			// 
			this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "門診收費(fèi)項(xiàng)目.名稱"));
			this.txt5.Location = new System.Drawing.Point(104, 38);
			this.txt5.Name = "txt5";
			this.txt5.ReadOnly = true;
			this.txt5.Size = new System.Drawing.Size(152, 21);
			this.txt5.TabIndex = 42;
			this.txt5.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(104, 22);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(56, 16);
			this.label5.TabIndex = 38;
			this.label5.Text = "名稱";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本成人在线看| 色丁香久综合在线久综合在线观看| 国产精品99久久久久久久vr| 在线中文字幕一区| 久久99精品久久久| 一区二区日韩电影| 国产精品日产欧美久久久久| 美女脱光内衣内裤视频久久影院| 精品久久人人做人人爽| 中文久久乱码一区二区| 91蝌蚪porny| 亚洲欧美激情视频在线观看一区二区三区 | 黄色小说综合网站| 成人高清免费在线播放| 欧美日韩亚洲综合一区| 精品久久久网站| 亚洲一区二区三区小说| 日本免费在线视频不卡一不卡二| 26uuu久久天堂性欧美| 国产精品亲子伦对白| 亚洲午夜成aⅴ人片| 日韩av一区二区三区四区| 波多野洁衣一区| 一区二区三区在线视频播放| 亚洲一区二区三区国产| 国产精品91一区二区| 自拍偷自拍亚洲精品播放| 欧美视频精品在线观看| 国产乱码字幕精品高清av| 亚洲六月丁香色婷婷综合久久| 欧美网站一区二区| 国模无码大尺度一区二区三区| 国产精品久久久久久亚洲毛片 | 精品国产电影一区二区| caoporen国产精品视频| 日本va欧美va精品发布| 亚洲欧美在线高清| 日韩一区二区精品| 91日韩精品一区| 国产一区二区三区四区在线观看| 亚洲欧美日韩精品久久久久| 日韩精品在线网站| 欧美视频在线一区二区三区 | 精品人伦一区二区色婷婷| 91香蕉视频mp4| 国产东北露脸精品视频| 男女视频一区二区| 亚洲va韩国va欧美va| 中文字幕一区二区三区精华液| 欧美不卡在线视频| 制服丝袜国产精品| 欧美自拍偷拍午夜视频| av亚洲产国偷v产偷v自拍| 国产麻豆精品在线观看| 天使萌一区二区三区免费观看| 中文字幕一区二区三区乱码在线| 欧美精品一区二区三区蜜臀| 欧美福利视频一区| 欧美伊人久久久久久久久影院| eeuss国产一区二区三区| 国产精品91xxx| 国产乱人伦偷精品视频免下载| 免费成人性网站| 午夜精品福利一区二区三区av| 一区二区在线观看av| 中文欧美字幕免费| 中文字幕av一区二区三区免费看| 26uuu亚洲综合色欧美| 日韩一区二区三区免费看 | 6080国产精品一区二区| 色综合天天综合| 99久久伊人网影院| 成人美女视频在线看| 成人免费av资源| 成人av在线播放网址| 成人免费看黄yyy456| 白白色 亚洲乱淫| 99久久99久久久精品齐齐| 成人免费不卡视频| 成人av手机在线观看| aaa亚洲精品| 97精品国产露脸对白| 色哦色哦哦色天天综合| 欧美羞羞免费网站| 在线播放91灌醉迷j高跟美女| 91精品国产色综合久久不卡蜜臀 | 日韩美女久久久| 亚洲精品videosex极品| 亚洲国产精品久久久久秋霞影院| 亚洲专区一二三| 免费高清不卡av| 国产精品一级片| www.亚洲人| 在线观看91视频| 日韩一区二区电影| 亚洲国产精品成人久久综合一区| 国产精品美女久久久久久| 亚洲黄色免费电影| 美女一区二区在线观看| 国产91丝袜在线观看| 91啪亚洲精品| 91麻豆精品国产91久久久久| 亚洲精品在线网站| 亚洲视频在线观看三级| 午夜电影一区二区| 国产酒店精品激情| 在线观看亚洲精品视频| 日韩女同互慰一区二区| 国产午夜精品久久久久久久| 一区二区三区日韩在线观看| 欧美aaa在线| 99精品偷自拍| 日韩视频一区二区在线观看| 欧美国产日韩a欧美在线观看| 一区二区三区在线播放| 久久国产精品一区二区| 91亚洲男人天堂| 91精品国产欧美一区二区成人| 欧美国产激情二区三区 | 亚洲综合成人在线| 狠狠久久亚洲欧美| 欧美午夜免费电影| 亚洲精品va在线观看| 久久国产精品色婷婷| 色素色在线综合| www久久精品| 亚洲一区二区在线免费看| 狠狠狠色丁香婷婷综合激情| 91成人网在线| 国产精品欧美经典| 蜜臀精品一区二区三区在线观看| 成人网在线播放| 亚洲精品在线观看网站| 亚洲综合自拍偷拍| 粉嫩av一区二区三区| 欧美一区二区视频在线观看2020 | 精品在线免费观看| 99麻豆久久久国产精品免费| 欧美成人精精品一区二区频| 日本成人在线视频网站| 欧美日韩视频在线一区二区| 亚洲女人小视频在线观看| 国产九色精品成人porny | 日本韩国视频一区二区| 中文av字幕一区| 国内精品第一页| 国产精品人人做人人爽人人添| 日产精品久久久久久久性色| 欧美日韩高清一区二区| 亚洲主播在线播放| 日韩精品一区二区三区四区视频| 亚洲毛片av在线| 色婷婷国产精品综合在线观看| 国产精品麻豆久久久| 国产91清纯白嫩初高中在线观看| 久久久久亚洲蜜桃| 99久久久久久| 婷婷丁香久久五月婷婷| 欧美成人三级在线| 国产精品一区二区91| 国产精品久久久久久久久晋中 | 成人免费av网站| 亚洲在线视频网站| 精品久久久久久久久久久久久久久 | 中文字幕亚洲视频| 精品国产人成亚洲区| 日韩成人一区二区三区在线观看| 在线观看欧美精品| 亚洲小说欧美激情另类| 91成人免费在线视频| 亚洲综合激情小说| 精品国产一区二区三区四区四| 五月天网站亚洲| 3d成人动漫网站| 久久精品久久99精品久久| 日韩一级黄色大片| 国产精品久久久久久妇女6080 | 精品亚洲欧美一区| 欧美韩国日本不卡| 欧美人与性动xxxx| 成人丝袜18视频在线观看| 性久久久久久久久久久久| 国产精品卡一卡二| www国产成人| 欧美videos中文字幕| 欧美三区在线观看| 97久久久精品综合88久久| 毛片基地黄久久久久久天堂| 一片黄亚洲嫩模| 亚洲精品欧美综合四区| 国产精品视频观看| 久久五月婷婷丁香社区| 日韩欧美123| 日韩欧美激情四射| 日本丰满少妇一区二区三区| caoporn国产一区二区| 国产精品一区二区果冻传媒| 亚洲一区二区三区精品在线| 亚洲免费观看高清完整版在线| 精品对白一区国产伦|