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

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

?? modifystudent.cs

?? C#編寫的學籍管理系統
?? 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.IO;

namespace WindowsApplication1
{
	/// <summary>
	/// ModifyStudent 的摘要說明。
	/// </summary>
	public class ModifyStudent : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label11;
		public System.Windows.Forms.TextBox textBox10;
		public System.Windows.Forms.TextBox textBox8;
		public System.Windows.Forms.TextBox textBox6;
		public System.Windows.Forms.TextBox textBox5;
		public System.Windows.Forms.TextBox textBox4;
		public System.Windows.Forms.TextBox textBox2;
		public System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		public System.Windows.Forms.Label label13;
		public System.Windows.Forms.ComboBox comboBox4;
		public System.Windows.Forms.ComboBox comboBox3;
		public System.Windows.Forms.ComboBox comboBox2;
		public System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Button button1;
		
		private System.Data.OleDb.OleDbConnection oleDbConnection1;
		public System.Windows.Forms.Label label14;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.OpenFileDialog openFileDialog1;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public ModifyStudent()
		{
			//
			// 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.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.textBox10 = new System.Windows.Forms.TextBox();
			this.textBox8 = new System.Windows.Forms.TextBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.comboBox4 = new System.Windows.Forms.ComboBox();
			this.comboBox3 = new System.Windows.Forms.ComboBox();
			this.comboBox2 = new System.Windows.Forms.ComboBox();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.button2 = new System.Windows.Forms.Button();
			this.button1 = new System.Windows.Forms.Button();
			this.label13 = new System.Windows.Forms.Label();
			this.oleDbConnection1 = new System.Data.OleDb.OleDbConnection();
			this.label14 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.label15 = new System.Windows.Forms.Label();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.SuspendLayout();
			// 
			// label12
			// 
			this.label12.AutoSize = true;
			this.label12.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label12.Location = new System.Drawing.Point(355, 165);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(36, 21);
			this.label12.TabIndex = 52;
			this.label12.Text = "專業";
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
			this.label11.Location = new System.Drawing.Point(257, 10);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(98, 21);
			this.label11.TabIndex = 47;
			this.label11.Text = "修改學生信息";
			// 
			// textBox10
			// 
			this.textBox10.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.textBox10.ForeColor = System.Drawing.SystemColors.ControlText;
			this.textBox10.Location = new System.Drawing.Point(108, 247);
			this.textBox10.Multiline = true;
			this.textBox10.Name = "textBox10";
			this.textBox10.Size = new System.Drawing.Size(348, 82);
			this.textBox10.TabIndex = 44;
			this.textBox10.Text = "";
			// 
			// textBox8
			// 
			this.textBox8.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.textBox8.ForeColor = System.Drawing.SystemColors.ControlText;
			this.textBox8.Location = new System.Drawing.Point(417, 123);
			this.textBox8.Name = "textBox8";
			this.textBox8.Size = new System.Drawing.Size(171, 25);
			this.textBox8.TabIndex = 43;
			this.textBox8.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(417, 41);
			this.textBox6.Name = "textBox6";
			this.textBox6.Size = new System.Drawing.Size(171, 25);
			this.textBox6.TabIndex = 42;
			this.textBox6.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(108, 206);
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new System.Drawing.Size(235, 25);
			this.textBox5.TabIndex = 41;
			this.textBox5.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(108, 165);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(171, 25);
			this.textBox4.TabIndex = 40;
			this.textBox4.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(108, 82);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(171, 25);
			this.textBox2.TabIndex = 39;
			this.textBox2.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(108, 41);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(171, 25);
			this.textBox1.TabIndex = 38;
			this.textBox1.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(44, 247);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(36, 21);
			this.label10.TabIndex = 37;
			this.label10.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(355, 206);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(36, 21);
			this.label9.TabIndex = 36;
			this.label9.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(321, 123);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(67, 21);
			this.label8.TabIndex = 35;
			this.label8.Text = "郵政編碼";
			// 
			// 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(321, 82);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(67, 21);
			this.label7.TabIndex = 34;
			this.label7.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(321, 41);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(67, 21);
			this.label6.TabIndex = 33;
			this.label6.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(11, 206);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(67, 21);
			this.label5.TabIndex = 32;
			this.label5.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(44, 165);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产在线观看免费一区| 在线看国产日韩| 免费看黄色91| 亚洲成人免费看| 一区二区成人在线| 亚洲综合丁香婷婷六月香| 亚洲色图视频免费播放| 亚洲人一二三区| 亚洲欧美一区二区不卡| 亚洲午夜激情av| 图片区小说区国产精品视频| 首页欧美精品中文字幕| 免费在线观看视频一区| 极品瑜伽女神91| 国产精品91xxx| 99re成人精品视频| 在线中文字幕一区二区| 欧美一区二区美女| 欧美激情一区二区三区在线| 中文字幕中文在线不卡住| 一区二区三区在线免费播放| 亚洲电影第三页| 精品一区二区影视| 成人av电影在线| 欧美性猛交一区二区三区精品| 9191国产精品| 国产视频一区二区在线| 综合欧美一区二区三区| 蜜桃av一区二区三区| 国产精华液一区二区三区| 91原创在线视频| 日韩三级.com| 最新久久zyz资源站| 精彩视频一区二区| 成人av电影在线网| 99re成人精品视频| 制服丝袜中文字幕一区| 精品国产乱码久久久久久蜜臀| 久久精品网站免费观看| 亚洲国产一区二区视频| 国产精品正在播放| 欧美日韩国产首页在线观看| 久久影院视频免费| 午夜视频一区二区三区| 国产99一区视频免费| 欧美日本一道本在线视频| 国产日韩高清在线| 免费成人深夜小野草| 91婷婷韩国欧美一区二区| 精品动漫一区二区三区在线观看 | 久久久国产一区二区三区四区小说| 国内久久精品视频| 欧美国产禁国产网站cc| 不卡视频在线观看| 奇米一区二区三区av| 色婷婷香蕉在线一区二区| 精品日本一线二线三线不卡| 国产精品久久久久久亚洲伦| 国产综合一区二区| 欧美另类一区二区三区| 有码一区二区三区| 成年人国产精品| 中文字幕av一区二区三区免费看| 久久精品国内一区二区三区| 制服丝袜中文字幕一区| 午夜精品久久久久久久99水蜜桃| 成人永久看片免费视频天堂| 欧美精品一区二区三区久久久| 亚洲一级在线观看| 欧美性受极品xxxx喷水| 中文字幕一区二区三区在线播放| 午夜影视日本亚洲欧洲精品| 久久66热re国产| 亚洲一区二区三区四区五区黄 | 国产精品视频一二| 久久国产精品区| 91麻豆精品国产自产在线 | 久久蜜臀中文字幕| 国产一区二区三区在线观看精品| 911国产精品| 午夜精品久久久久久久| 欧美日本一道本| 午夜精品福利一区二区三区av | 久久综合色一综合色88| 亚洲va中文字幕| 欧美视频一区二| 日本女优在线视频一区二区| 7777精品伊人久久久大香线蕉经典版下载 | 国产综合久久久久影院| 国产丝袜在线精品| 一本大道久久精品懂色aⅴ| 亚洲电影你懂得| 亚洲精品一区二区三区在线观看 | 久久久亚洲午夜电影| 成+人+亚洲+综合天堂| 亚洲你懂的在线视频| 欧美日韩1区2区| 国产乱码精品1区2区3区| 亚洲欧洲日韩综合一区二区| 亚洲综合一区二区三区| 欧美一级午夜免费电影| 久久精品一区蜜桃臀影院| 福利视频网站一区二区三区| 国产精品久久夜| 欧美三区在线观看| 麻豆精品在线播放| 亚洲图片另类小说| 91精品国产高清一区二区三区| 青青草伊人久久| 国产三级精品在线| 欧美影院精品一区| 国产原创一区二区| 亚洲国产日韩在线一区模特| 欧美va在线播放| 在线一区二区视频| 国产精品原创巨作av| 性感美女极品91精品| 国产无人区一区二区三区| 欧美性生交片4| 成人午夜在线视频| 亚洲成av人片观看| 久久久久9999亚洲精品| 日本欧美在线看| 国产精品国产三级国产aⅴ原创| 欧美无砖专区一中文字| 成人黄色小视频| 免费成人在线播放| 亚洲大型综合色站| 亚洲日本在线天堂| 久久先锋影音av鲁色资源| 91精品国产品国语在线不卡| 丁香亚洲综合激情啪啪综合| 久久国产日韩欧美精品| 亚洲第一综合色| 亚洲精品免费看| 成人免费在线视频| 久久蜜桃av一区精品变态类天堂 | 88在线观看91蜜桃国自产| 9色porny自拍视频一区二区| 国产乱子伦视频一区二区三区| 首页欧美精品中文字幕| 偷拍日韩校园综合在线| 亚洲精品伦理在线| 亚洲免费观看视频| 亚洲人精品午夜| 一区在线观看视频| 亚洲欧美激情在线| 亚洲天天做日日做天天谢日日欢| 欧美激情一区二区在线| 国产人成亚洲第一网站在线播放| 精品国产一区二区在线观看| 精品国产一区二区在线观看| 91精品国产91热久久久做人人| 欧美巨大另类极品videosbest| 欧美日产国产精品| 日韩一区二区在线播放| 精品精品欲导航| 欧美极品美女视频| 国产精品乱人伦| 亚洲另类在线视频| 亚洲一级不卡视频| 日本不卡一区二区三区| 捆绑紧缚一区二区三区视频| 久久国内精品自在自线400部| 国产在线播放一区三区四| 高清不卡一区二区在线| 91理论电影在线观看| 欧美日韩不卡在线| 久久久三级国产网站| 国产精品美女一区二区在线观看| 18涩涩午夜精品.www| 亚洲一区二区偷拍精品| 久久成人免费电影| 成人激情动漫在线观看| 欧美日韩在线综合| 精品久久久久久无| 亚洲色欲色欲www在线观看| 亚洲在线观看免费| 国内久久婷婷综合| 色婷婷综合久久久久中文一区二区| 欧美色综合久久| 亚洲精品一区二区三区精华液| 国产精品久线观看视频| 亚洲电影一区二区| 国产成人免费网站| 欧美撒尿777hd撒尿| 久久久久久久精| 亚洲小说欧美激情另类| 国产在线不卡一区| 欧美图区在线视频| 欧美国产日韩精品免费观看| 亚洲va欧美va天堂v国产综合| 国产在线一区二区| 欧美视频完全免费看| 中日韩av电影| 蜜臀久久99精品久久久久久9| 99久久国产综合色|国产精品| 欧美日韩二区三区| **性色生活片久久毛片| 国产剧情一区在线|