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

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

?? mainform.cs

?? 學生管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;

namespace StudentManage.UILevel
{
	/// <summary>
	/// Form1 的摘要說明。
	/// </summary>
	public class MainForm : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.Button button5;
		private System.Windows.Forms.Button button7;
		private System.Windows.Forms.Button button8;
		private System.Windows.Forms.Button button9;
		private System.Windows.Forms.Button button10;
		private System.Windows.Forms.Button btnExit;
		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabPage1;
		private System.Windows.Forms.TabPage tabPage2;
		private System.Windows.Forms.TabPage tabPage3;
		private System.Windows.Forms.TabPage tabPage4;
		private System.Windows.Forms.StatusBar statusBar1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel2;
		private System.Windows.Forms.PictureBox pictureBox1;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public MainForm()
		{
			//
			// 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()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.button4 = new System.Windows.Forms.Button();
			this.button5 = new System.Windows.Forms.Button();
			this.btnExit = new System.Windows.Forms.Button();
			this.button7 = new System.Windows.Forms.Button();
			this.button8 = new System.Windows.Forms.Button();
			this.button9 = new System.Windows.Forms.Button();
			this.button10 = new System.Windows.Forms.Button();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
			this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.tabPage4 = new System.Windows.Forms.TabPage();
			this.tabPage3 = new System.Windows.Forms.TabPage();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
			this.tabPage2.SuspendLayout();
			this.tabPage4.SuspendLayout();
			this.tabPage3.SuspendLayout();
			this.SuspendLayout();
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
			this.button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button1.Location = new System.Drawing.Point(40, 24);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(64, 64);
			this.button1.TabIndex = 0;
			this.button1.Text = "院系";
			this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// button2
			// 
			this.button2.BackColor = System.Drawing.SystemColors.Control;
			this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
			this.button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button2.Location = new System.Drawing.Point(40, 152);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(64, 56);
			this.button2.TabIndex = 1;
			this.button2.Text = "學期";
			this.button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// button3
			// 
			this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
			this.button3.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button3.Location = new System.Drawing.Point(144, 24);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(64, 64);
			this.button3.TabIndex = 2;
			this.button3.Text = "班級";
			this.button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// button4
			// 
			this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
			this.button4.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button4.Location = new System.Drawing.Point(48, 32);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(64, 56);
			this.button4.TabIndex = 3;
			this.button4.Text = "學生檔案";
			this.button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// button5
			// 
			this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
			this.button5.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button5.Location = new System.Drawing.Point(64, 32);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(64, 56);
			this.button5.TabIndex = 4;
			this.button5.Text = "課程設置";
			this.button5.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button5.Click += new System.EventHandler(this.button5_Click);
			// 
			// btnExit
			// 
			this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
			this.btnExit.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.btnExit.Location = new System.Drawing.Point(544, 392);
			this.btnExit.Name = "btnExit";
			this.btnExit.Size = new System.Drawing.Size(64, 56);
			this.btnExit.TabIndex = 5;
			this.btnExit.Text = "退出";
			this.btnExit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.btnExit.Click += new System.EventHandler(this.button6_Click);
			// 
			// button7
			// 
			this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
			this.button7.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button7.Location = new System.Drawing.Point(64, 144);
			this.button7.Name = "button7";
			this.button7.Size = new System.Drawing.Size(64, 56);
			this.button7.TabIndex = 6;
			this.button7.Text = "班級選課";
			this.button7.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button7.Click += new System.EventHandler(this.button7_Click);
			// 
			// button8
			// 
			this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button8.Image = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
			this.button8.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button8.Location = new System.Drawing.Point(64, 48);
			this.button8.Name = "button8";
			this.button8.Size = new System.Drawing.Size(64, 56);
			this.button8.TabIndex = 7;
			this.button8.Text = "成績錄入";
			this.button8.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button8.Click += new System.EventHandler(this.button8_Click);
			// 
			// button9
			// 
			this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button9.Image = ((System.Drawing.Image)(resources.GetObject("button9.Image")));
			this.button9.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
			this.button9.Location = new System.Drawing.Point(64, 160);
			this.button9.Name = "button9";
			this.button9.Size = new System.Drawing.Size(64, 56);
			this.button9.TabIndex = 8;
			this.button9.Text = "成績分析";
			this.button9.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			this.button9.Click += new System.EventHandler(this.button9_Click);
			// 
			// button10
			// 
			this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.button10.Image = ((System.Drawing.Image)(resources.GetObject("button10.Image")));

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美本精品男人aⅴ天堂| 欧美日韩国产高清一区二区| 欧美激情中文不卡| 成人影视亚洲图片在线| 中文在线资源观看网站视频免费不卡| 国产福利一区二区三区视频在线| 国产亚洲一区字幕| 91亚洲午夜精品久久久久久| 亚洲国产精品久久人人爱蜜臀| 欧美精品国产精品| 久草在线在线精品观看| 中文在线一区二区 | 国产美女主播视频一区| 中文av一区特黄| 欧美性三三影院| 激情久久五月天| 国产精品久久午夜夜伦鲁鲁| 在线观看一区二区精品视频| 精品亚洲国产成人av制服丝袜 | 一区二区三区在线高清| 欧美精品高清视频| 成人丝袜18视频在线观看| 亚洲人吸女人奶水| 欧美成人vr18sexvr| caoporn国产一区二区| 午夜电影一区二区三区| 欧美国产乱子伦| 欧美精品一二三四| 成人av影院在线| 美脚の诱脚舐め脚责91| 亚洲日穴在线视频| 久久中文字幕电影| 在线视频中文字幕一区二区| 国内精品久久久久影院色| 一级做a爱片久久| 久久久午夜电影| 欧美日韩国产首页在线观看| 福利一区二区在线观看| 三级欧美韩日大片在线看| 国产欧美精品一区| 欧美一区二区在线不卡| 91在线视频网址| 国产综合成人久久大片91| 亚洲午夜av在线| 中文字幕亚洲成人| 国产网站一区二区| 日韩精品一区二区三区四区视频| 欧美日韩久久不卡| hitomi一区二区三区精品| 国产麻豆视频精品| 青青草成人在线观看| 一区二区三区鲁丝不卡| 国产精品欧美极品| 久久一二三国产| 日韩欧美亚洲国产精品字幕久久久 | 欧美日韩亚洲综合一区| 成人av在线电影| 风间由美一区二区av101 | 国产91色综合久久免费分享| 另类的小说在线视频另类成人小视频在线| 亚洲精品一二三四区| 国产精品美女视频| 中文欧美字幕免费| 日本一区二区免费在线观看视频 | 日本三级韩国三级欧美三级| 亚洲国产三级在线| 一区二区三区丝袜| 一区二区三区在线看| 亚洲黄色片在线观看| 亚洲综合免费观看高清完整版在线| 国产精品视频免费看| 国产精品麻豆一区二区| 国产精品第一页第二页第三页 | 亚洲最新视频在线观看| 国产精品天天摸av网| 日本一区二区三区国色天香| 国产精品色婷婷久久58| 日本一区二区三区在线观看| 国产精品丝袜黑色高跟| 国产精品卡一卡二| 中文字幕一区二区三区乱码在线| 中文字幕在线免费不卡| 综合色天天鬼久久鬼色| 亚洲精品国产精华液| 一区二区三区四区不卡视频| 亚洲高清免费视频| 日韩精品三区四区| 91久久国产最好的精华液| www.欧美色图| voyeur盗摄精品| 99re免费视频精品全部| 在线免费视频一区二区| 欧美年轻男男videosbes| 日韩三级免费观看| 国产亚洲综合色| 国产精品的网站| 亚洲成av人片一区二区梦乃| 美女久久久精品| 粉嫩嫩av羞羞动漫久久久| www.亚洲在线| 69p69国产精品| 久久精子c满五个校花| 亚洲人一二三区| 日韩高清电影一区| 国产精品18久久久久久vr| 91丨porny丨蝌蚪视频| www日韩大片| 国产精品五月天| 日韩av中文字幕一区二区三区| 国产毛片精品一区| 在线观看日韩一区| 亚洲成国产人片在线观看| 麻豆中文一区二区| 国产乱一区二区| 在线视频一区二区三区| 欧美一二三区精品| 国产精品久久久久久久裸模| 亚洲成人免费电影| 国产99久久久久久免费看农村| 欧美视频你懂的| 久久精品一区二区三区不卡| 亚洲精品欧美专区| 黑人精品欧美一区二区蜜桃| 一本到不卡免费一区二区| 91精品欧美福利在线观看 | 欧美大肚乱孕交hd孕妇| 国产精品福利在线播放| 日本免费在线视频不卡一不卡二| 不卡一二三区首页| 精品精品国产高清a毛片牛牛| 亚洲日本护士毛茸茸| 九一久久久久久| 欧美日本精品一区二区三区| 中文字幕在线观看一区二区| 精品一区二区三区在线视频| 欧美群妇大交群的观看方式| 亚洲欧美激情插| 国产91高潮流白浆在线麻豆| 精品免费视频.| 日本成人在线一区| 精品污污网站免费看| 亚洲激情五月婷婷| 成人一区二区在线观看| 精品处破学生在线二十三| 日韩黄色免费网站| 在线观看国产91| 亚洲欧美日韩成人高清在线一区| 国产伦理精品不卡| 欧美tickle裸体挠脚心vk| 天天av天天翘天天综合网 | 不卡的av网站| 久久蜜桃香蕉精品一区二区三区| 亚洲电影第三页| 色综合网站在线| 中文字幕一区av| 99视频在线精品| 中日韩av电影| 欧美综合视频在线观看| 国产精品热久久久久夜色精品三区 | 国产在线精品一区二区不卡了 | 日韩一区精品视频| 欧美区一区二区三区| 亚洲h在线观看| 欧美精品色一区二区三区| 亚洲影院在线观看| 色婷婷av一区二区三区之一色屋| 专区另类欧美日韩| 色视频欧美一区二区三区| 亚洲另类在线一区| 色域天天综合网| 亚洲一区视频在线| 欧美老肥妇做.爰bbww视频| 五月综合激情婷婷六月色窝| 欧美一级淫片007| 国产综合色精品一区二区三区| 久久影院午夜论| 成人免费看片app下载| 国产精品毛片久久久久久| 一本久久综合亚洲鲁鲁五月天| 亚洲欧美二区三区| 欧美日韩精品是欧美日韩精品| 日韩一区精品视频| 久久久精品免费网站| 国产aⅴ综合色| 亚洲免费三区一区二区| 欧美色视频在线观看| 六月丁香婷婷久久| 国产午夜亚洲精品理论片色戒| 99精品久久只有精品| 亚洲一区二区免费视频| 日韩精品影音先锋| 国产福利91精品一区| 日韩毛片一二三区| 91精品在线观看入口| 国产精品中文字幕欧美| 国产精品久久久久久久第一福利| 欧美亚洲国产一卡| 精品一区二区成人精品| 亚洲视频香蕉人妖| 日韩欧美一区二区在线视频|