亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
色婷婷av一区二区三区gif| 国产精品久久久久久久久动漫| 欧美一级日韩不卡播放免费| 日本一区二区三区免费乱视频| 香蕉加勒比综合久久| 成人爽a毛片一区二区免费| 欧美精品久久久久久久多人混战| 中文字幕乱码日本亚洲一区二区| 天天爽夜夜爽夜夜爽精品视频| 国产激情一区二区三区四区 | 国产精品亚洲第一区在线暖暖韩国| 色激情天天射综合网| 久久亚洲欧美国产精品乐播| 午夜一区二区三区视频| av色综合久久天堂av综合| 久久综合网色—综合色88| 婷婷综合五月天| 欧美日韩一区久久| 亚洲一区二区欧美日韩| 91色综合久久久久婷婷| 国产精品另类一区| 成人性生交大片| 久久蜜桃一区二区| 国内精品伊人久久久久av一坑 | 成人的网站免费观看| 欧美一级片在线观看| 亚洲国产精品久久艾草纯爱| 色婷婷综合在线| 亚洲男人的天堂在线观看| 99久久婷婷国产综合精品电影| 日本一区二区高清| 成人久久18免费网站麻豆| 久久精品在这里| 99re8在线精品视频免费播放| 久久综合久久99| 国产不卡视频一区| 欧美国产丝袜视频| 91免费精品国自产拍在线不卡| 欧美国产日韩一二三区| 成人av在线一区二区| 亚洲欧洲日韩在线| 欧美中文字幕一区| 日本sm残虐另类| 久久综合av免费| 成人午夜视频福利| 一区二区三区四区在线| 欧美日韩一区二区三区在线| 日韩精品免费专区| 精品国产1区二区| 国产不卡视频一区二区三区| 国产精品久久毛片av大全日韩| 91丨porny丨蝌蚪视频| 亚洲午夜电影在线| 精品久久五月天| 波多野洁衣一区| 亚洲国产精品久久久久秋霞影院| 欧美一区二区三区四区在线观看| 国产一区高清在线| 亚洲女爱视频在线| 日韩欧美在线影院| 成人av电影观看| 天天亚洲美女在线视频| 久久精品欧美一区二区三区麻豆| 成人动漫视频在线| 日本一道高清亚洲日美韩| 国产午夜一区二区三区| 色就色 综合激情| 加勒比av一区二区| 亚洲在线视频网站| 国产亚洲欧美激情| 欧美精品vⅰdeose4hd| 国产成人综合视频| 丝袜a∨在线一区二区三区不卡| 精品国产精品网麻豆系列| 91小视频免费看| 狠狠久久亚洲欧美| 一区二区三区波多野结衣在线观看| 欧美福利电影网| 99re视频精品| 国内精品自线一区二区三区视频| 一区二区三区精品视频| 精品国产网站在线观看| 欧洲在线/亚洲| 国产麻豆成人传媒免费观看| 亚洲一区视频在线观看视频| 久久久青草青青国产亚洲免观| 色美美综合视频| 成人精品视频一区| 毛片基地黄久久久久久天堂| 亚洲欧美电影一区二区| 国产日韩欧美一区二区三区乱码| 欧美日韩美少妇| 色哟哟一区二区| aaa欧美大片| 国产成人免费av在线| 日本vs亚洲vs韩国一区三区二区 | 看国产成人h片视频| 中文字幕一区二区三区蜜月| 日韩手机在线导航| 欧美精品久久99久久在免费线 | 自拍偷拍国产精品| 亚洲狠狠丁香婷婷综合久久久| 日韩亚洲欧美成人一区| 精品视频全国免费看| 日本高清不卡在线观看| 不卡高清视频专区| 高清在线成人网| 国产精品一区二区三区99| 乱一区二区av| 麻豆国产精品777777在线| 日韩成人精品在线| 日韩精品欧美成人高清一区二区| 夜夜嗨av一区二区三区| 亚洲视频小说图片| 国产精品女上位| 亚洲视频电影在线| 亚洲综合久久久| 视频一区免费在线观看| 日韩专区一卡二卡| 另类专区欧美蜜桃臀第一页| 久久成人久久爱| 国产成人综合网| 99久久精品99国产精品| 91无套直看片红桃| 91国偷自产一区二区三区观看| 99久久综合色| 欧美伊人久久大香线蕉综合69| 欧美午夜免费电影| 欧美一区二区三区播放老司机| 91精品婷婷国产综合久久 | 欧美区一区二区三区| 欧美日高清视频| 日韩欧美国产一区在线观看| 精品电影一区二区三区| 国产欧美视频一区二区| 中文字幕一区二区三区在线不卡| 亚洲美女免费视频| 水蜜桃久久夜色精品一区的特点| 免费观看日韩电影| 国产精品一区二区不卡| 99久久精品免费看国产免费软件| 一本一道波多野结衣一区二区| 欧美人与禽zozo性伦| 久久亚洲欧美国产精品乐播| 亚洲欧洲精品天堂一级| 性做久久久久久久免费看| 精品制服美女久久| 色综合视频在线观看| 欧美精品高清视频| 国产精品私人自拍| 日本一道高清亚洲日美韩| 成人一级视频在线观看| 欧美卡1卡2卡| 亚洲国产精品国自产拍av| 午夜视频在线观看一区| 国产一区91精品张津瑜| 在线观看亚洲一区| 久久精品一区蜜桃臀影院| 亚洲精品视频在线看| 久久99精品国产.久久久久| 色94色欧美sute亚洲13| 久久亚洲综合色一区二区三区| 亚洲精品欧美二区三区中文字幕| 蜜臀av性久久久久蜜臀aⅴ四虎| 波多野结衣中文一区| 日韩欧美久久久| 一区二区三区在线观看视频| 极品尤物av久久免费看| 欧美午夜精品一区二区三区| 日本一区二区免费在线观看视频 | 亚洲成人第一页| 成人一区在线看| 欧美成人综合网站| 亚洲成人激情自拍| 一本大道久久a久久精品综合| 日韩精品在线一区| 视频一区免费在线观看| 日本大香伊一区二区三区| 亚洲国产成人一区二区三区| 久草这里只有精品视频| 欧美精品日韩精品| 一区二区三区不卡视频| 不卡视频在线看| 一区二区欧美国产| 99久久精品免费| 国产精品电影一区二区三区| 国产精品夜夜嗨| 日韩欧美的一区| 石原莉奈在线亚洲二区| 色美美综合视频| 亚洲日韩欧美一区二区在线| 成人午夜电影网站| 欧美激情一区二区三区在线| 国产精品一二三四区| 久久亚区不卡日本| 精品亚洲欧美一区| 久久你懂得1024| 国产老妇另类xxxxx| 欧美mv和日韩mv的网站| 蜜桃视频一区二区|