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

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

?? clinicreg.cs

?? 很全面的醫院管理系統
?? 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>
	/// ClinicReg 的摘要說明。
	/// </summary>
	public class ClinicReg : System.Windows.Forms.Form
	{
		private string regID,infoID;//保存門診掛號編號和病人信息庫編號
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox txt1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.ComboBox cmb1;
		private System.Windows.Forms.TextBox txt2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.ComboBox cmb2;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.ComboBox cmb3;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.ComboBox cmb4;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.ComboBox cmb5;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.ComboBox cmb6;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.ImageList imageList1;
		protected System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.ToolBarButton tBtnNew;
		private System.Windows.Forms.ToolBarButton tBtnSubmit;
		private System.Windows.Forms.ToolBarButton tBtnCancel;
		private System.Windows.Forms.ToolBarButton tBtnQuit;
		private System.Windows.Forms.TextBox txt3;
		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.ComponentModel.IContainer components;

		public ClinicReg()
		{
			//
			// 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()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ClinicReg));
			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.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label5 = new System.Windows.Forms.Label();
			this.cmb1 = new System.Windows.Forms.ComboBox();
			this.txt1 = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.label2 = new System.Windows.Forms.Label();
			this.txt2 = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.cmb2 = new System.Windows.Forms.ComboBox();
			this.cmb3 = new System.Windows.Forms.ComboBox();
			this.label6 = new System.Windows.Forms.Label();
			this.cmb4 = new System.Windows.Forms.ComboBox();
			this.label7 = new System.Windows.Forms.Label();
			this.cmb5 = new System.Windows.Forms.ComboBox();
			this.label8 = new System.Windows.Forms.Label();
			this.cmb6 = new System.Windows.Forms.ComboBox();
			this.label9 = new System.Windows.Forms.Label();
			this.txt3 = new System.Windows.Forms.TextBox();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.tBtnNew = new System.Windows.Forms.ToolBarButton();
			this.tBtnSubmit = new System.Windows.Forms.ToolBarButton();
			this.tBtnCancel = new System.Windows.Forms.ToolBarButton();
			this.tBtnQuit = new System.Windows.Forms.ToolBarButton();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// txt5
			// 
			this.txt5.BackColor = System.Drawing.SystemColors.Desktop;
			this.txt5.Enabled = false;
			this.txt5.Location = new System.Drawing.Point(0, 472);
			this.txt5.Name = "txt5";
			this.txt5.TabIndex = 0;
			this.txt5.Text = "必填";
			this.txt5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// txt6
			// 
			this.txt6.Enabled = false;
			this.txt6.Location = new System.Drawing.Point(104, 472);
			this.txt6.Name = "txt6";
			this.txt6.TabIndex = 0;
			this.txt6.Text = "選填";
			this.txt6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// txt7
			// 
			this.txt7.BackColor = System.Drawing.SystemColors.ControlLight;
			this.txt7.Enabled = false;
			this.txt7.Location = new System.Drawing.Point(208, 472);
			this.txt7.Name = "txt7";
			this.txt7.TabIndex = 0;
			this.txt7.Text = "自動";
			this.txt7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// txt8
			// 
			this.txt8.BackColor = System.Drawing.SystemColors.Control;
			this.txt8.Enabled = false;
			this.txt8.Location = new System.Drawing.Point(312, 472);
			this.txt8.Name = "txt8";
			this.txt8.Size = new System.Drawing.Size(368, 21);
			this.txt8.TabIndex = 0;
			this.txt8.Text = "";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.cmb1);
			this.groupBox1.Controls.Add(this.txt1);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.groupBox2);
			this.groupBox1.Controls.Add(this.groupBox3);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.txt2);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.cmb2);
			this.groupBox1.Controls.Add(this.cmb3);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.cmb4);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.cmb5);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.cmb6);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.txt3);
			this.groupBox1.Controls.Add(this.txt4);
			this.groupBox1.Controls.Add(this.label10);
			this.groupBox1.Location = new System.Drawing.Point(0, 40);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(680, 432);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "掛號信息";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(72, 160);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(56, 16);
			this.label5.TabIndex = 4;
			this.label5.Text = "費用類型";
			// 
			// cmb1
			// 
			this.cmb1.Items.AddRange(new object[] {
													  "男",
													  "女"});
			this.cmb1.Location = new System.Drawing.Point(208, 61);
			this.cmb1.Name = "cmb1";
			this.cmb1.Size = new System.Drawing.Size(104, 20);
			this.cmb1.TabIndex = 3;
			// 
			// txt1
			// 
			this.txt1.BackColor = System.Drawing.SystemColors.Desktop;
			this.txt1.Location = new System.Drawing.Point(56, 61);
			this.txt1.Name = "txt1";
			this.txt1.TabIndex = 2;
			this.txt1.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(24, 64);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(32, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "姓名";
			// 
			// groupBox2
			// 
			this.groupBox2.Location = new System.Drawing.Point(8, 120);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(664, 8);
			this.groupBox2.TabIndex = 0;
			this.groupBox2.TabStop = false;
			// 
			// groupBox3
			// 
			this.groupBox3.Location = new System.Drawing.Point(8, 288);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(664, 8);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(176, 64);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(32, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "性別";
			// 
			// txt2
			// 
			this.txt2.Location = new System.Drawing.Point(368, 61);
			this.txt2.Name = "txt2";
			this.txt2.TabIndex = 2;
			this.txt2.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(488, 64);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(32, 16);
			this.label3.TabIndex = 1;
			this.label3.Text = "民族";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(336, 64);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(32, 16);
			this.label4.TabIndex = 1;
			this.label4.Text = "年齡";
			// 
			// cmb2
			// 
			this.cmb2.Items.AddRange(new object[] {
													  "漢族",
													  "滿族",
													  "蒙古族",
													  "回族",
													  "藏族",
													  "維吾爾族",
													  "哈薩克族"});
			this.cmb2.Location = new System.Drawing.Point(520, 61);
			this.cmb2.Name = "cmb2";
			this.cmb2.Size = new System.Drawing.Size(104, 20);
			this.cmb2.TabIndex = 3;
			// 
			// cmb3
			// 
			this.cmb3.BackColor = System.Drawing.SystemColors.Desktop;
			this.cmb3.Items.AddRange(new object[] {
													  "自費",
													  "公費",
													  "離休"});
			this.cmb3.Location = new System.Drawing.Point(128, 160);
			this.cmb3.Name = "cmb3";
			this.cmb3.Size = new System.Drawing.Size(136, 20);
			this.cmb3.TabIndex = 3;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(328, 160);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(56, 16);
			this.label6.TabIndex = 4;
			this.label6.Text = "掛號類型";
			// 
			// cmb4
			// 
			this.cmb4.Items.AddRange(new object[] {
													  "普通",
													  "專家號20元",
													  "專家號5元"});
			this.cmb4.Location = new System.Drawing.Point(384, 160);
			this.cmb4.Name = "cmb4";
			this.cmb4.Size = new System.Drawing.Size(144, 20);
			this.cmb4.TabIndex = 3;
			this.cmb4.SelectionChangeCommitted += new System.EventHandler(this.cmb4_SelectionChangeCommitted);
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(72, 220);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(56, 16);
			this.label7.TabIndex = 4;
			this.label7.Text = "掛號科室";
			// 
			// cmb5
			// 
			this.cmb5.BackColor = System.Drawing.SystemColors.Desktop;
			this.cmb5.Location = new System.Drawing.Point(128, 216);
			this.cmb5.Name = "cmb5";
			this.cmb5.Size = new System.Drawing.Size(136, 20);
			this.cmb5.TabIndex = 3;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(328, 219);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 16);
			this.label8.TabIndex = 4;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久久久久一区| 日日嗨av一区二区三区四区| 亚洲黄色免费电影| 精品一区二区三区久久久| 不卡的av网站| 欧美一区二区福利视频| 久久久91精品国产一区二区精品| 日韩码欧中文字| 国产一区二区三区综合| 欧美手机在线视频| 欧美激情一区二区三区不卡| 日韩成人av影视| 色偷偷久久人人79超碰人人澡| 精品国产91乱码一区二区三区 | 成人在线视频一区二区| 91精品久久久久久久99蜜桃| 亚洲毛片av在线| 成人av免费在线| 久久蜜桃av一区二区天堂| 天天综合色天天| 色综合久久久久综合99| 中文字幕欧美三区| 国产又粗又猛又爽又黄91精品| 欧美视频一区二区三区四区| 国产精品国产精品国产专区不片| 国产呦精品一区二区三区网站| 91精品国模一区二区三区| 亚洲国产精品麻豆| 在线观看av一区| 亚洲美女视频在线| 91色在线porny| 中文字幕在线一区免费| 国产成人一级电影| 久久精品在线观看| 国产一区二区三区精品视频| 欧美视频一区在线| 一区二区国产视频| 狠狠色丁香九九婷婷综合五月| 欧美日韩国产天堂| 亚洲影院免费观看| 在线精品视频免费播放| 一区二区三区欧美久久| 日本韩国欧美三级| 一区二区三区不卡视频 | 中文字幕电影一区| 国产91色综合久久免费分享| 国产欧美一区二区精品久导航 | 在线成人av网站| 图片区日韩欧美亚洲| 欧美肥妇bbw| 美女在线视频一区| 久久奇米777| 成人一区二区视频| 亚洲区小说区图片区qvod| 在线观看国产一区二区| 亚洲电影在线免费观看| 这里只有精品视频在线观看| 黄页视频在线91| 国产精品青草综合久久久久99| 91小宝寻花一区二区三区| 亚洲国产美女搞黄色| 欧美一级免费大片| 国产一区 二区 三区一级| 欧美激情综合网| 在线精品视频免费播放| 蜜臀av一区二区三区| 中文在线一区二区| 在线精品视频一区二区三四| 美腿丝袜一区二区三区| 国产精品视频一区二区三区不卡 | 欧美无人高清视频在线观看| 日韩成人dvd| 欧美激情一区二区三区蜜桃视频| 91久久精品午夜一区二区| 免费成人在线影院| 亚洲三级电影全部在线观看高清| 欧美性色黄大片| 国产精品自在在线| 亚洲自拍偷拍麻豆| 精品三级在线观看| 色偷偷88欧美精品久久久| 老司机精品视频线观看86| 国产精品毛片大码女人| 5858s免费视频成人| 成人av资源下载| 麻豆91在线观看| 亚洲精品乱码久久久久久日本蜜臀| 欧美一区二区三区影视| 成人av在线播放网站| 奇米影视在线99精品| 亚洲色图另类专区| 久久久国产一区二区三区四区小说| 色婷婷av一区二区三区gif| 久久超碰97中文字幕| 亚洲最新视频在线观看| 国产网站一区二区| 欧美一区二区三区爱爱| 99久久精品国产观看| 国产在线精品不卡| 日本女优在线视频一区二区| 亚洲黄色免费电影| 国产精品萝li| 久久精品网站免费观看| 制服丝袜中文字幕亚洲| 色综合久久久久综合| 成人免费视频视频| 国产精选一区二区三区 | 精东粉嫩av免费一区二区三区| 亚洲一区二区三区不卡国产欧美 | 成人午夜又粗又硬又大| 奇米精品一区二区三区在线观看| 亚洲最色的网站| 亚洲美女在线一区| 亚洲欧洲国产日韩| 亚洲国产精品av| 国产午夜精品一区二区| 久久综合色鬼综合色| 欧美一级高清片| 欧美日韩免费视频| 91豆麻精品91久久久久久| www..com久久爱| 99久久99久久精品免费观看| 国产精品 欧美精品| 国产精品一区二区男女羞羞无遮挡 | 欧美撒尿777hd撒尿| 色婷婷综合久久久中文字幕| 99久久国产综合精品色伊| 99在线热播精品免费| 高清久久久久久| 成人一区二区三区视频| 成人网在线免费视频| 国产a久久麻豆| av中文字幕亚洲| 一本到不卡精品视频在线观看| av激情亚洲男人天堂| 91欧美一区二区| 欧美性猛交xxxxxx富婆| 欧美高清你懂得| 欧美一级高清片| 精品奇米国产一区二区三区| 久久久777精品电影网影网| 日本一区二区不卡视频| 亚洲图片欧美激情| 一区二区三区在线播| 亚洲国产精品人人做人人爽| 日韩高清一区在线| 久久99精品国产91久久来源| 国产做a爰片久久毛片| 国产.欧美.日韩| 色999日韩国产欧美一区二区| 91黄色激情网站| 欧美一级夜夜爽| 久久精品一二三| 尤物av一区二区| 免费观看久久久4p| 国产成人h网站| 91久久线看在观草草青青| 91精品麻豆日日躁夜夜躁| 精品国产3级a| 亚洲精品第1页| 蜜臂av日日欢夜夜爽一区| 国产传媒欧美日韩成人| 一本在线高清不卡dvd| 欧美精品 日韩| 国产精品久久久爽爽爽麻豆色哟哟 | 91麻豆蜜桃一区二区三区| 欧美视频在线播放| 久久久久久久久久久久电影| 一区二区三区日韩欧美精品| 九九视频精品免费| 日本福利一区二区| 久久久久久免费网| 亚洲综合男人的天堂| 国内精品嫩模私拍在线| 在线亚洲一区观看| 久久久久高清精品| 水蜜桃久久夜色精品一区的特点| 亚洲一区国产视频| 国产乱人伦精品一区二区在线观看| 一本到不卡精品视频在线观看| 精品日韩在线一区| 亚洲一区二区三区爽爽爽爽爽| 久久66热偷产精品| 欧美视频一区二区在线观看| 欧美国产激情一区二区三区蜜月| 日日夜夜免费精品| 91丨九色丨蝌蚪富婆spa| 久久久高清一区二区三区| 婷婷综合久久一区二区三区| 99久久婷婷国产精品综合| 欧美成人激情免费网| 亚洲国产你懂的| proumb性欧美在线观看| 久久久影视传媒| 美腿丝袜亚洲一区| 宅男噜噜噜66一区二区66| 亚洲美女屁股眼交| 不卡视频在线看| 国产亚洲成aⅴ人片在线观看| 美国毛片一区二区三区|