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

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

?? winnewuser.cs

?? Microsoft Visual C++ 6.0
?? CS
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace CJGL
{
	/// <summary>
	/// WinNewUser 的摘要說明。
	/// </summary>
	public class WinNewUser : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label password;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.DateTimePicker borndate;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label3;
		public System.Windows.Forms.RadioButton maleradio;
		public System.Windows.Forms.RadioButton famleradio;
		public System.Windows.Forms.RadioButton secretradio;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Button btnOk;
		private System.Windows.Forms.Button btnQuit;
		private System.Windows.Forms.Label label7;
		public System.Windows.Forms.TextBox teltext;
		public System.Windows.Forms.TextBox usernametext;
		public System.Windows.Forms.TextBox stuidtext;
		public System.Windows.Forms.TextBox addresstext;
		public System.Windows.Forms.TextBox passwordtext;
		public System.Windows.Forms.TextBox majortext;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label11;
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public WinNewUser()
		{
			//
			// 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(WinNewUser));
			this.label1 = new System.Windows.Forms.Label();
			this.password = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.borndate = new System.Windows.Forms.DateTimePicker();
			this.usernametext = new System.Windows.Forms.TextBox();
			this.stuidtext = new System.Windows.Forms.TextBox();
			this.maleradio = new System.Windows.Forms.RadioButton();
			this.famleradio = new System.Windows.Forms.RadioButton();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.secretradio = new System.Windows.Forms.RadioButton();
			this.addresstext = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.passwordtext = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.majortext = new System.Windows.Forms.TextBox();
			this.btnOk = new System.Windows.Forms.Button();
			this.btnQuit = new System.Windows.Forms.Button();
			this.label7 = new System.Windows.Forms.Label();
			this.teltext = new System.Windows.Forms.TextBox();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(64, 104);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "用戶名";
			this.label1.Click += new System.EventHandler(this.label1_Click);
			// 
			// password
			// 
			this.password.Location = new System.Drawing.Point(32, 200);
			this.password.Name = "password";
			this.password.Size = new System.Drawing.Size(56, 24);
			this.password.TabIndex = 1;
			this.password.Text = "出生日期";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(64, 64);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(48, 24);
			this.label6.TabIndex = 2;
			this.label6.Text = "學(xué)號(hào)";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(32, 256);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(48, 24);
			this.label2.TabIndex = 3;
			this.label2.Text = "性別";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(56, 296);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(48, 16);
			this.label5.TabIndex = 4;
			this.label5.Text = "地址";
			// 
			// borndate
			// 
			this.borndate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
			this.borndate.Location = new System.Drawing.Point(160, 200);
			this.borndate.Name = "borndate";
			this.borndate.Size = new System.Drawing.Size(88, 21);
			this.borndate.TabIndex = 4;
			// 
			// usernametext
			// 
			this.usernametext.Location = new System.Drawing.Point(176, 96);
			this.usernametext.Name = "usernametext";
			this.usernametext.TabIndex = 1;
			this.usernametext.Text = "";
			// 
			// stuidtext
			// 
			this.stuidtext.Location = new System.Drawing.Point(176, 64);
			this.stuidtext.Name = "stuidtext";
			this.stuidtext.TabIndex = 0;
			this.stuidtext.Text = "";
			// 
			// maleradio
			// 
			this.maleradio.Location = new System.Drawing.Point(0, 24);
			this.maleradio.Name = "maleradio";
			this.maleradio.Size = new System.Drawing.Size(40, 16);
			this.maleradio.TabIndex = 6;
			this.maleradio.Text = "男";
			// 
			// famleradio
			// 
			this.famleradio.Location = new System.Drawing.Point(72, 24);
			this.famleradio.Name = "famleradio";
			this.famleradio.Size = new System.Drawing.Size(32, 24);
			this.famleradio.TabIndex = 7;
			this.famleradio.Text = "女";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.secretradio);
			this.groupBox1.Controls.Add(this.famleradio);
			this.groupBox1.Controls.Add(this.maleradio);
			this.groupBox1.Location = new System.Drawing.Point(112, 224);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(208, 56);
			this.groupBox1.TabIndex = 5;
			this.groupBox1.TabStop = false;
			// 
			// secretradio
			// 
			this.secretradio.Location = new System.Drawing.Point(128, 24);
			this.secretradio.Name = "secretradio";
			this.secretradio.Size = new System.Drawing.Size(48, 24);
			this.secretradio.TabIndex = 8;
			this.secretradio.Text = "保密";
			// 
			// addresstext
			// 
			this.addresstext.Location = new System.Drawing.Point(176, 288);
			this.addresstext.Name = "addresstext";
			this.addresstext.Size = new System.Drawing.Size(96, 21);
			this.addresstext.TabIndex = 9;
			this.addresstext.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(48, 128);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(48, 24);
			this.label3.TabIndex = 13;
			this.label3.Text = "密碼";
			// 
			// passwordtext
			// 
			this.passwordtext.Location = new System.Drawing.Point(176, 128);
			this.passwordtext.Name = "passwordtext";
			this.passwordtext.PasswordChar = '*';
			this.passwordtext.TabIndex = 2;
			this.passwordtext.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(40, 160);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(40, 23);
			this.label4.TabIndex = 15;
			this.label4.Text = "專業(yè)";
			// 
			// majortext
			// 
			this.majortext.Location = new System.Drawing.Point(160, 160);
			this.majortext.Name = "majortext";
			this.majortext.Size = new System.Drawing.Size(72, 21);
			this.majortext.TabIndex = 3;
			this.majortext.Text = "";
			// 
			// btnOk
			// 
			this.btnOk.Location = new System.Drawing.Point(64, 368);
			this.btnOk.Name = "btnOk";
			this.btnOk.TabIndex = 11;
			this.btnOk.Text = "確定";
			this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
			// 
			// btnQuit
			// 
			this.btnQuit.Location = new System.Drawing.Point(264, 368);
			this.btnQuit.Name = "btnQuit";
			this.btnQuit.TabIndex = 12;
			this.btnQuit.Text = "取消";
			this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(56, 328);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(56, 24);
			this.label7.TabIndex = 19;
			this.label7.Text = "聯(lián)系電話";
			// 
			// teltext
			// 
			this.teltext.Location = new System.Drawing.Point(176, 328);
			this.teltext.Name = "teltext";
			this.teltext.Size = new System.Drawing.Size(96, 21);
			this.teltext.TabIndex = 10;
			this.teltext.Text = "";
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(40, 0);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(328, 50);
			this.pictureBox1.TabIndex = 20;
			this.pictureBox1.TabStop = false;
			// 
			// label8
			// 
			this.label8.ForeColor = System.Drawing.Color.Brown;
			this.label8.Location = new System.Drawing.Point(304, 64);
			this.label8.Name = "label8";
			this.label8.TabIndex = 21;
			this.label8.Text = "*為必填";
			// 
			// label9
			// 
			this.label9.ForeColor = System.Drawing.Color.Brown;
			this.label9.Location = new System.Drawing.Point(296, 128);
			this.label9.Name = "label9";
			this.label9.TabIndex = 22;
			this.label9.Text = "*為必填";
			// 
			// label10
			// 
			this.label10.ForeColor = System.Drawing.Color.Brown;
			this.label10.Location = new System.Drawing.Point(280, 96);
			this.label10.Name = "label10";
			this.label10.TabIndex = 23;
			this.label10.Text = "*為必填";
			// 
			// label11
			// 
			this.label11.ForeColor = System.Drawing.Color.Brown;
			this.label11.Location = new System.Drawing.Point(248, 168);
			this.label11.Name = "label11";
			this.label11.TabIndex = 24;
			this.label11.Text = "*為必填";
			// 
			// WinNewUser
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackColor = System.Drawing.SystemColors.Info;
			this.ClientSize = new System.Drawing.Size(440, 445);
			this.ControlBox = false;
			this.Controls.Add(this.label11);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.teltext);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.btnQuit);
			this.Controls.Add(this.btnOk);
			this.Controls.Add(this.majortext);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.passwordtext);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.addresstext);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.stuidtext);
			this.Controls.Add(this.usernametext);
			this.Controls.Add(this.borndate);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.password);
			this.Controls.Add(this.label1);
			this.Name = "WinNewUser";
			this.Text = "新用戶注冊(cè)";
			this.Load += new System.EventHandler(this.WinNewUser_Load);
			this.groupBox1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		private void label1_Click(object sender, System.EventArgs e)
		{
		
		}

		private void btnOk_Click(object sender, System.EventArgs e)
		{
			string stuid="",username="",password="",sex="",tel="",address="",btime="",major="";
			    stuid=this.stuidtext.Text.Trim();
				username=this.usernametext.Text.Trim();
				password=this.passwordtext.Text.Trim();
			    if(this.maleradio.Checked)sex="男";
			   if(this.famleradio.Checked)sex="女";
			if(this.secretradio.Checked)sex= "保密";
			tel=this.teltext.Text.Trim();
			btime=this.borndate.Text.Trim();
			major=this.majortext.Text.Trim();
			address=this.addresstext.Text.Trim();
			DataAccess data=new DataAccess();
	      if(stuid!=""&&username!=""&&password!=""&&major!="")
			{
				if(data.newUser(stuid,username,sex,major,tel,address,btime,password))
				{
					MessageBox.Show("注冊(cè)成功");
					this.Close();
				}
				else 
				{
					MessageBox.Show("用戶名已經(jīng)存在");
				}
			}

		  else
			{
				MessageBox.Show("請(qǐng)完整輸入");
			}
		}

		private void btnQuit_Click(object sender, System.EventArgs e)
		{
			this.Close();
		}

		private void WinNewUser_Load(object sender, System.EventArgs e)
		{
		
		}

		
	}
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
717成人午夜免费福利电影| 亚洲成av人**亚洲成av**| 久久综合av免费| 欧美电视剧免费全集观看 | 久久人人爽人人爽| 欧美videofree性高清杂交| 日韩女优av电影| 精品福利一区二区三区| 国产午夜精品一区二区三区嫩草| 国产日韩综合av| 国产欧美日韩另类视频免费观看| 国产精品美女久久久久aⅴ国产馆| 亚洲国产精品成人综合| 中文字幕中文字幕一区| 亚洲免费在线视频| 亚洲va中文字幕| 男女性色大片免费观看一区二区 | 国产91对白在线观看九色| 国产精品综合网| 波多野结衣亚洲一区| 色哟哟在线观看一区二区三区| 欧美婷婷六月丁香综合色| 欧美一卡2卡3卡4卡| 久久久久久久综合狠狠综合| 中文字幕欧美日韩一区| 亚洲一区在线播放| 蜜臀久久久久久久| 国产iv一区二区三区| 91蜜桃视频在线| 91精品婷婷国产综合久久性色| 精品嫩草影院久久| 亚洲天堂成人在线观看| 91电影在线观看| 69堂成人精品免费视频| 久久亚洲综合色| 亚洲免费在线观看| 麻豆国产欧美一区二区三区| bt欧美亚洲午夜电影天堂| 欧美色成人综合| 久久精品视频免费| 一区二区成人在线| 国精产品一区一区三区mba桃花| 99精品桃花视频在线观看| 91精品久久久久久蜜臀| 国产精品福利一区| 免费看欧美美女黄的网站| 99精品欧美一区| 日韩一区二区视频| 亚洲精品国产a| 国产毛片精品一区| 欧美高清视频在线高清观看mv色露露十八 | 中文字幕日韩精品一区| 欧美aaaaa成人免费观看视频| av亚洲精华国产精华精| 日韩欧美激情在线| 一区二区三区四区视频精品免费| 精品综合免费视频观看| 欧美性受xxxx| 中文字幕在线不卡一区| 久久国产精品99精品国产| 91蜜桃免费观看视频| 久久久久免费观看| 水野朝阳av一区二区三区| 99久久精品国产毛片| 久久婷婷国产综合精品青草| 天天色天天操综合| 色欧美乱欧美15图片| 亚洲国产电影在线观看| 激情偷乱视频一区二区三区| 欧美精品久久一区二区三区 | 成人性生交大片免费看在线播放 | 天天综合日日夜夜精品| 色综合天天做天天爱| 亚洲国产激情av| 国产一区在线观看麻豆| 日韩一级高清毛片| 午夜精品在线看| 欧美色爱综合网| 亚洲一区二区三区视频在线播放 | 4hu四虎永久在线影院成人| 亚洲久草在线视频| eeuss鲁一区二区三区| 久久精品视频在线看| 另类小说色综合网站| 欧美日韩一区二区欧美激情| 一区二区在线免费观看| 99久久综合狠狠综合久久| 国产日韩三级在线| 国产福利一区二区三区视频| 久久综合网色—综合色88| 久久99精品国产麻豆婷婷洗澡| 欧美精品视频www在线观看 | 成人av网站在线| 麻豆一区二区99久久久久| 欧美日韩精品一区二区三区| 一区二区三区欧美在线观看| 色婷婷精品大在线视频| 一片黄亚洲嫩模| 91成人在线观看喷潮| 亚洲国产欧美一区二区三区丁香婷| 91麻豆福利精品推荐| 亚洲黄色av一区| 欧美四级电影在线观看| 亚洲国产精品久久久男人的天堂| 欧美午夜电影网| 日一区二区三区| 精品久久国产字幕高潮| 国产一区二区三区久久久| 国产日韩欧美综合在线| 成人免费黄色大片| 最近中文字幕一区二区三区| 欧日韩精品视频| 日韩电影一区二区三区四区| 91精品国产综合久久精品app| 美女网站在线免费欧美精品| 久久综合九色综合97婷婷女人| 国产jizzjizz一区二区| 亚洲男人天堂一区| 在线播放视频一区| 看片的网站亚洲| 日本一区二区免费在线| 一道本成人在线| 石原莉奈一区二区三区在线观看 | 免费成人小视频| 久久久久久电影| 99re热视频精品| 亚洲国产日韩精品| 欧美精品一区二区三区一线天视频 | 婷婷一区二区三区| 欧美成人一级视频| 成人黄色a**站在线观看| 亚洲区小说区图片区qvod| 欧美猛男gaygay网站| 国产一区二区电影| 亚洲激情在线激情| 日韩精品一区二区三区中文不卡 | 91成人网在线| 看电影不卡的网站| 亚洲日本青草视频在线怡红院| 欧美日韩高清影院| 懂色av一区二区在线播放| 亚洲一区二区视频| 久久精品视频网| 精品视频一区三区九区| 国产精品亚洲а∨天堂免在线| 一区二区三区四区中文字幕| 日韩丝袜美女视频| 色嗨嗨av一区二区三区| 久久国产成人午夜av影院| 亚洲精品欧美专区| 精品999在线播放| 欧美三级在线视频| 成人一区二区三区| 日韩电影在线免费| 亚洲精品免费电影| 国产午夜精品一区二区三区四区| 欧美揉bbbbb揉bbbbb| 丁香啪啪综合成人亚洲小说| 日本美女视频一区二区| 国产精品国产成人国产三级| 日韩欧美国产不卡| 在线观看日韩av先锋影音电影院| 国产精品影视天天线| 日本一区中文字幕| 亚洲综合一二区| 国产精品丝袜久久久久久app| 欧美一区二区精美| 国产精品久久久久婷婷| 欧美xxxx老人做受| 欧美日韩在线精品一区二区三区激情| 高清成人在线观看| 久久国产欧美日韩精品| 舔着乳尖日韩一区| 亚洲激情中文1区| 亚洲欧洲精品天堂一级| 久久久久一区二区三区四区| 日韩一区二区在线播放| 欧美日韩综合一区| 91福利小视频| 99精品欧美一区二区蜜桃免费| 国产乱码字幕精品高清av| 另类的小说在线视频另类成人小视频在线 | 国产精品国产三级国产a| 久久综合久久鬼色| 精品久久久久久久久久久久久久久久久| 日本丶国产丶欧美色综合| thepron国产精品| 成人性生交大片免费看中文| 国产精品亚洲综合一区在线观看| 欧美aaaaa成人免费观看视频| 丝袜亚洲另类丝袜在线| 亚洲国产精品久久人人爱蜜臀| 一区二区三区四区精品在线视频 | 日本少妇一区二区| 午夜免费久久看| 午夜精品福利一区二区三区av| 亚洲午夜一区二区三区| 亚洲国产日韩一级| 午夜亚洲国产au精品一区二区| 亚洲一区成人在线|