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

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

?? addstudent.cs

?? C#編寫的學(xué)籍管理系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.OleDb;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;


namespace WindowsApplication1
{
	/// <summary>
	/// tjxs 的摘要說明。
	/// </summary>
	public class AddStudent : System.Windows.Forms.Form
	{
		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.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox4;
		private System.Windows.Forms.TextBox textBox5;
		private System.Windows.Forms.TextBox textBox6;
		private System.Windows.Forms.TextBox textBox8;
		private System.Windows.Forms.TextBox textBox10;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Data.OleDb.OleDbConnection oleDbConnection1;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.ComboBox comboBox2;
		private System.Windows.Forms.ComboBox comboBox3;
		private System.Windows.Forms.ComboBox comboBox4;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.OpenFileDialog openFileDialog1;
		/// <summary>
		/// 必需的設(shè)計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;
		[DllImport("User32.dll")]
		public static extern int MessageBox(int h,string m,string c,int type);
		public AddStudent()
		{
			//
			// Windows 窗體設(shè)計器支持所必需的
			//
			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è)計器生成的代碼
		/// <summary>
		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox8 = new System.Windows.Forms.TextBox();
			this.textBox10 = new System.Windows.Forms.TextBox();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.oleDbConnection1 = new System.Data.OleDb.OleDbConnection();
			this.label11 = new System.Windows.Forms.Label();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.comboBox2 = new System.Windows.Forms.ComboBox();
			this.comboBox3 = new System.Windows.Forms.ComboBox();
			this.comboBox4 = new System.Windows.Forms.ComboBox();
			this.label12 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label1.Location = new System.Drawing.Point(43, 51);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(36, 21);
			this.label1.TabIndex = 0;
			this.label1.Text = "學(xué)號";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label2.Location = new System.Drawing.Point(43, 82);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(36, 21);
			this.label2.TabIndex = 1;
			this.label2.Text = "姓名";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label3.Location = new System.Drawing.Point(43, 123);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(36, 21);
			this.label3.TabIndex = 2;
			this.label3.Text = "性別";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label4.Location = new System.Drawing.Point(43, 165);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(36, 21);
			this.label4.TabIndex = 3;
			this.label4.Text = "民族";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label5.Location = new System.Drawing.Point(9, 206);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(67, 21);
			this.label5.TabIndex = 4;
			this.label5.Text = "家庭住址";
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label6.Location = new System.Drawing.Point(333, 41);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(67, 21);
			this.label6.TabIndex = 5;
			this.label6.Text = "聯(lián)系方式";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label7.Location = new System.Drawing.Point(333, 82);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(67, 21);
			this.label7.TabIndex = 6;
			this.label7.Text = "政治面貌";
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label8.Location = new System.Drawing.Point(333, 123);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(67, 21);
			this.label8.TabIndex = 7;
			this.label8.Text = "郵政編碼";
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label9.Location = new System.Drawing.Point(367, 206);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(36, 21);
			this.label9.TabIndex = 8;
			this.label9.Text = "班級";
			// 
			// label10
			// 
			this.label10.AutoSize = true;
			this.label10.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label10.Location = new System.Drawing.Point(43, 247);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(36, 21);
			this.label10.TabIndex = 9;
			this.label10.Text = "備注";
			// 
			// textBox1
			// 
			this.textBox1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.textBox1.ForeColor = System.Drawing.SystemColors.ControlText;
			this.textBox1.Location = new System.Drawing.Point(116, 41);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(171, 25);
			this.textBox1.TabIndex = 10;
			this.textBox1.Text = "";
			// 
			// textBox2
			// 
			this.textBox2.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.textBox2.ForeColor = System.Drawing.SystemColors.ControlText;
			this.textBox2.Location = new System.Drawing.Point(116, 82);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(171, 25);
			this.textBox2.TabIndex = 11;
			this.textBox2.Text = "";
			// 
			// textBox4
			// 
			this.textBox4.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.textBox4.ForeColor = System.Drawing.SystemColors.ControlText;
			this.textBox4.Location = new System.Drawing.Point(116, 165);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(171, 25);
			this.textBox4.TabIndex = 13;
			this.textBox4.Text = "";
			// 
			// textBox5
			// 
			this.textBox5.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.textBox5.ForeColor = System.Drawing.SystemColors.ControlText;
			this.textBox5.Location = new System.Drawing.Point(116, 206);
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new System.Drawing.Size(235, 25);
			this.textBox5.TabIndex = 14;
			this.textBox5.Text = "";
			// 
			// textBox6
			// 
			this.textBox6.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.textBox6.ForeColor = System.Drawing.SystemColors.ControlText;
			this.textBox6.Location = new System.Drawing.Point(425, 41);
			this.textBox6.Name = "textBox6";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品丝袜一区| 在线观看视频91| 久久久综合精品| 色中色一区二区| 91在线视频观看| 日韩精品电影在线| 欧美性生交片4| 五月婷婷久久综合| 欧美日韩久久一区二区| 成人爽a毛片一区二区免费| 国产精品1024| 亚洲黄色小说网站| 欧美亚洲国产一区在线观看网站 | 91视视频在线观看入口直接观看www | 欧美日韩国产另类一区| 国产成人午夜精品影院观看视频 | 欧美tk丨vk视频| 91激情在线视频| 国产成人免费视频网站| 日本va欧美va瓶| 亚洲你懂的在线视频| 日韩精品影音先锋| 欧美日韩一区二区三区不卡| 国产传媒欧美日韩成人| 日本欧美肥老太交大片| 一区二区三区免费观看| 中文字幕精品综合| 久久久久久电影| 日韩欧美国产成人一区二区| 欧美在线观看18| 成人黄色网址在线观看| 国产一区二区三区最好精华液| 日本中文一区二区三区| 亚洲综合图片区| 亚洲色图欧洲色图| 国产精品久久久久久久久久久免费看 | 青草国产精品久久久久久| 一区二区在线观看免费| 亚洲欧美日韩系列| 亚洲天堂精品在线观看| 日韩不卡手机在线v区| 亚洲一区二区三区激情| 欧美一区二区成人6969| 国产精品自在欧美一区| 国产精品乱子久久久久| 色就色 综合激情| 美女免费视频一区二区| 久久久99久久| 91精品国产一区二区| 91成人在线观看喷潮| 色综合久久天天| 白白色 亚洲乱淫| 成人av网站在线观看免费| 成人网男人的天堂| 成人国产精品免费观看视频| 国产91精品一区二区麻豆亚洲| 黑人巨大精品欧美黑白配亚洲| 国产酒店精品激情| 成人丝袜视频网| 色综合久久久久网| 欧美日韩在线播放| 欧美一区二区三区四区在线观看 | 色哦色哦哦色天天综合| 91免费在线看| 欧美日韩一区二区三区四区| 日韩一级免费一区| 国产欧美日韩精品在线| 亚洲欧美色图小说| 午夜激情一区二区| 精品一区免费av| 成人精品电影在线观看| 欧美最新大片在线看| 欧美一区二区精品在线| 久久久国产精品不卡| 亚洲免费在线观看| 五月天网站亚洲| 国产福利91精品| 色综合久久88色综合天天| 欧美一区二区视频免费观看| 久久亚洲春色中文字幕久久久| 国产精品成人一区二区三区夜夜夜| 亚洲激情av在线| 亚洲午夜久久久久| 日韩欧美国产系列| 精品卡一卡二卡三卡四在线| 2023国产精品视频| 亚洲色大成网站www久久九九| 亚洲国产视频网站| 精品一区中文字幕| 精品国产免费一区二区三区四区| 91麻豆精品秘密| 国产精品一区在线| 国产精品福利一区| 97精品国产露脸对白| 久久久www免费人成精品| 久久综合九色综合欧美98| 奇米综合一区二区三区精品视频| 国产日韩欧美不卡在线| 成人av免费在线播放| 欧美一级午夜免费电影| 久久久另类综合| 欧美a级理论片| 欧美日韩在线三区| 精品处破学生在线二十三| 亚洲国产精品av| 美女一区二区三区| 精品写真视频在线观看| 欧美一区二区三区四区高清| 亚洲欧洲精品一区二区三区不卡| 国产精品资源在线| 欧美电影免费观看高清完整版在 | 国产99久久久精品| 色综合久久久久| 欧美高清在线一区二区| 日本不卡视频在线观看| 91尤物视频在线观看| 亚洲图片欧美色图| 国产制服丝袜一区| 91在线观看污| 国产亚洲自拍一区| 青娱乐精品在线视频| 99久久免费视频.com| 亚洲国产精品av| 国产成人激情av| 色婷婷精品大在线视频| 亚洲色图.com| 国产午夜一区二区三区| 国产一区二区免费看| 久久久一区二区三区捆绑**| 成人av集中营| 亚洲一级二级在线| 本田岬高潮一区二区三区| 欧美国产精品一区二区| 欧美性xxxxxxxx| 天天色天天操综合| 欧美高清视频不卡网| 亚洲日本中文字幕区| 免费av成人在线| 欧美色综合网站| 成人午夜私人影院| 久久国产综合精品| 婷婷开心激情综合| 久久久久99精品国产片| 日韩精品91亚洲二区在线观看| 日本韩国欧美在线| 日韩理论片中文av| 色综合视频在线观看| 亚洲精品亚洲人成人网在线播放| 91视频免费观看| 亚洲精品国产品国语在线app| 99国产精品久久久| 日韩毛片视频在线看| 97精品视频在线观看自产线路二| 自拍av一区二区三区| 99久久综合精品| 亚洲精品国久久99热| 欧美在线视频日韩| 亚洲五码中文字幕| 在线综合+亚洲+欧美中文字幕| 日韩和欧美的一区| 精品欧美乱码久久久久久1区2区| 精品在线观看视频| 欧美极品美女视频| 色综合久久六月婷婷中文字幕| 亚洲一区二区在线观看视频| 欧美日韩一区成人| 男女视频一区二区| 久久久久国产成人精品亚洲午夜| 成人动漫视频在线| 亚洲国产成人av好男人在线观看| 91精品国产乱码| 国产成人免费在线| 亚洲一区二区视频在线| 欧洲精品在线观看| 久久99久久99小草精品免视看| av激情亚洲男人天堂| 欧美唯美清纯偷拍| 18欧美亚洲精品| 久久精品国产久精国产| www.日本不卡| 欧美人妇做爰xxxⅹ性高电影| 99国产欧美另类久久久精品| 成人激情黄色小说| 日韩欧美亚洲国产另类| 久久青草欧美一区二区三区| 国产人久久人人人人爽| 亚洲一区二区三区中文字幕在线| 日韩精品资源二区在线| 国产激情精品久久久第一区二区| 一区二区三区四区国产精品| 欧美电视剧在线看免费| 色综合夜色一区| 黄页视频在线91| 亚洲综合在线第一页| 国产清纯白嫩初高生在线观看91 | 日韩美一区二区三区| 高清国产一区二区| 日本欧美一区二区| 亚洲欧美另类综合偷拍| 国产亚洲欧美在线|