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

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

?? mainform.designer.cs

?? 學(xué)生成績(jī)管理系統(tǒng) 用于建議的學(xué)生成績(jī)管理 有登錄 修改成績(jī) 添加學(xué)生資料 刪除學(xué)生資料等功能
?? CS
?? 第 1 頁(yè) / 共 4 頁(yè)
字號(hào):
            this.nameTextBox.TabIndex = 92;
            // 
            // statusBar1
            // 
            this.statusBar1.Location = new System.Drawing.Point(0, 467);
            this.statusBar1.Name = "statusBar1";
            this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
            this.statusBarPanel1});
            this.statusBar1.Size = new System.Drawing.Size(542, 20);
            this.statusBar1.TabIndex = 8;
            this.statusBar1.Text = "  作者:華南農(nóng)業(yè)大學(xué) 06軟件工程10班 朱杰                                版本:V1.01  ";
            // 
            // statusBarPanel1
            // 
            this.statusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.statusBarPanel1.Name = "statusBarPanel1";
            this.statusBarPanel1.Text = "歡迎使用多窗口文本編輯器!";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.couBindingNavigator);
            this.groupBox1.Controls.Add(this.couDataGridView);
            this.groupBox1.Location = new System.Drawing.Point(267, 192);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(266, 275);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "課程信息";
            // 
            // couBindingNavigator
            // 
            this.couBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem1;
            this.couBindingNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("couBindingNavigator.BackgroundImage")));
            this.couBindingNavigator.CountItem = null;
            this.couBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem1;
            this.couBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorAddNewItem1,
            this.bindingNavigatorDeleteItem1,
            this.saveCouToolStripButton});
            this.couBindingNavigator.Location = new System.Drawing.Point(3, 17);
            this.couBindingNavigator.MoveFirstItem = null;
            this.couBindingNavigator.MoveLastItem = null;
            this.couBindingNavigator.MoveNextItem = null;
            this.couBindingNavigator.MovePreviousItem = null;
            this.couBindingNavigator.Name = "couBindingNavigator";
            this.couBindingNavigator.PositionItem = null;
            this.couBindingNavigator.Size = new System.Drawing.Size(260, 25);
            this.couBindingNavigator.TabIndex = 3;
            this.couBindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem1
            // 
            this.bindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem1.Image")));
            this.bindingNavigatorAddNewItem1.Name = "bindingNavigatorAddNewItem1";
            this.bindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem1.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem1.Text = "新添";
            this.bindingNavigatorAddNewItem1.Click += new System.EventHandler(this.newCourse);
            // 
            // bindingNavigatorDeleteItem1
            // 
            this.bindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image")));
            this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem1";
            this.bindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem1.Text = "刪除";
            this.bindingNavigatorDeleteItem1.Click += new System.EventHandler(this.deleteCourse);
            // 
            // saveCouToolStripButton
            // 
            this.saveCouToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveCouToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveCouToolStripButton.Image")));
            this.saveCouToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveCouToolStripButton.Name = "saveCouToolStripButton";
            this.saveCouToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveCouToolStripButton.Text = "toolStripButton1";
            this.saveCouToolStripButton.ToolTipText = "保存";
            this.saveCouToolStripButton.Click += new System.EventHandler(this.saveCourse);
            // 
            // couDataGridView
            // 
            this.couDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.couDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.couDataGridView.Location = new System.Drawing.Point(3, 17);
            this.couDataGridView.Name = "couDataGridView";
            this.couDataGridView.RowTemplate.Height = 23;
            this.couDataGridView.Size = new System.Drawing.Size(260, 255);
            this.couDataGridView.TabIndex = 2;
            this.couDataGridView.Click += new System.EventHandler(this.findCourse);
            // 
            // scoreGroupBox
            // 
            this.scoreGroupBox.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.scoreGroupBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("scoreGroupBox.BackgroundImage")));
            this.scoreGroupBox.Controls.Add(this.scoDataGridView);
            this.scoreGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.scoreGroupBox.Location = new System.Drawing.Point(3, 205);
            this.scoreGroupBox.Name = "scoreGroupBox";
            this.scoreGroupBox.Size = new System.Drawing.Size(249, 262);
            this.scoreGroupBox.TabIndex = 7;
            this.scoreGroupBox.TabStop = false;
            this.scoreGroupBox.Text = "學(xué)生成績(jī)";
            // 
            // scoDataGridView
            // 
            this.scoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.scoDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scoDataGridView.Location = new System.Drawing.Point(3, 17);
            this.scoDataGridView.Name = "scoDataGridView";
            this.scoDataGridView.RowTemplate.Height = 23;
            this.scoDataGridView.Size = new System.Drawing.Size(243, 242);
            this.scoDataGridView.TabIndex = 0;
            this.scoDataGridView.Click += new System.EventHandler(this.dataGridView2_Click);
            // 
            // InforGroupBox
            // 
            this.InforGroupBox.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.InforGroupBox.Controls.Add(this.label3);
            this.InforGroupBox.Controls.Add(this.stuDataGridView);
            this.InforGroupBox.Controls.Add(this.stuBindingNavigator);
            this.InforGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            this.InforGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.InforGroupBox.Location = new System.Drawing.Point(0, 0);
            this.InforGroupBox.Name = "InforGroupBox";
            this.InforGroupBox.Size = new System.Drawing.Size(542, 180);
            this.InforGroupBox.TabIndex = 6;
            this.InforGroupBox.TabStop = false;
            this.InforGroupBox.Text = "學(xué)生個(gè)人成績(jī)";
            // 
            // label3
            // 
            this.label3.AllowDrop = true;
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(398, 27);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(101, 12);
            this.label3.TabIndex = 84;
            this.label3.Text = "(請(qǐng)輸入學(xué)生學(xué)號(hào))";
            // 
            // stuDataGridView
            // 
            this.stuDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.stuDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stuDataGridView.Location = new System.Drawing.Point(3, 42);
            this.stuDataGridView.Name = "stuDataGridView";
            this.stuDataGridView.RowTemplate.Height = 23;
            this.stuDataGridView.Size = new System.Drawing.Size(536, 135);
            this.stuDataGridView.TabIndex = 5;
            this.stuDataGridView.Click += new System.EventHandler(this.findStudent);
            // 
            // stuBindingNavigator
            // 
            this.stuBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.stuBindingNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("stuBindingNavigator.BackgroundImage")));
            this.stuBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.stuBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.stuBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.saveStuToolStripButton,
            this.findToolStripButton,
            this.findStuToolStripTextBox});
            this.stuBindingNavigator.Location = new System.Drawing.Point(3, 17);
            this.stuBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.stuBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.stuBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.stuBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.stuBindingNavigator.Name = "stuBindingNavigator";
            this.stuBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.stuBindingNavigator.Size = new System.Drawing.Size(536, 25);
            this.stuBindingNavigator.TabIndex = 4;
            this.stuBindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "新添";
            this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.newStudent);
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(32, 22);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "總項(xiàng)數(shù)";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "刪除";
            this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.deleteStudent);
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "移到第一條記錄";
            this.bindingNavigatorMoveFirstItem.Click += new System.EventHandler(this.findStudent);

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91免费国产在线| 久久奇米777| 在线免费亚洲电影| 欧美日韩aaaaaa| 日韩亚洲欧美在线| 国产调教视频一区| 亚洲精品视频观看| 日日夜夜精品视频免费| 麻豆国产精品官网| 不卡视频一二三| 91麻豆精品国产91| 中文字幕不卡在线播放| 亚洲成人av福利| 岛国精品一区二区| 91精品国产综合久久婷婷香蕉| 久久久99精品免费观看不卡| 一区二区三区在线观看网站| 国产精品一区免费视频| 久久天堂av综合合色蜜桃网| 亚洲自拍偷拍图区| 国产成人夜色高潮福利影视| 欧美精品xxxxbbbb| 国产精品久久久久久久久久久免费看| 亚洲成人av一区| 91看片淫黄大片一级| 久久久久久综合| 亚洲一区在线电影| 成人国产精品免费网站| 欧美一级电影网站| 亚洲一区在线免费观看| 高清国产一区二区| 精品国产欧美一区二区| 亚洲一区二区三区爽爽爽爽爽| 国产91色综合久久免费分享| 日韩片之四级片| 亚洲成人免费看| 99久久综合狠狠综合久久| 国产jizzjizz一区二区| 日韩女优视频免费观看| 天天色 色综合| 欧洲av一区二区嗯嗯嗯啊| 国产亲近乱来精品视频| 另类小说综合欧美亚洲| 欧美精品tushy高清| 亚洲电影你懂得| 欧美中文字幕不卡| 久久九九全国免费| 日韩写真欧美这视频| 亚洲bdsm女犯bdsm网站| 91久久免费观看| 亚洲精品老司机| 一本大道久久a久久精品综合| 日韩欧美一二三四区| 日韩高清一级片| 在线成人免费观看| 午夜国产不卡在线观看视频| 欧美性一级生活| 亚洲国产精品一区二区www| 在线观看区一区二| 亚洲精品视频在线| 色综合天天性综合| 亚洲特黄一级片| 亚洲韩国一区二区三区| 色婷婷综合久久| 亚洲一区中文在线| 欧美福利视频一区| 日本欧美大码aⅴ在线播放| 欧美一区二区三区免费大片| 美日韩一区二区| 精品国产凹凸成av人网站| 国内精品国产三级国产a久久| 精品国产91九色蝌蚪| 国产成人在线视频网站| 国产精品伦理一区二区| 91香蕉视频污在线| 午夜国产精品一区| 精品久久久影院| 99久久伊人网影院| 欧美亚洲日本国产| 日韩国产在线一| 久久老女人爱爱| 91亚洲精品久久久蜜桃| 亚洲午夜影视影院在线观看| 91精品欧美久久久久久动漫| 国产美女精品人人做人人爽| 国产精品不卡视频| 欧美三级电影一区| 国模娜娜一区二区三区| 成人欧美一区二区三区黑人麻豆| 91久久精品国产91性色tv| 天堂久久久久va久久久久| 久久久精品免费免费| 91色porny蝌蚪| 麻豆精品蜜桃视频网站| 亚洲国产岛国毛片在线| 欧美日韩国产首页| 国产成人亚洲精品青草天美| 一区二区高清在线| 精品国产免费人成电影在线观看四季 | 亚洲日韩欧美一区二区在线| 欧美性色aⅴ视频一区日韩精品| 日本va欧美va精品| 国产精品色一区二区三区| 精品婷婷伊人一区三区三| 成人精品鲁一区一区二区| 色伊人久久综合中文字幕| 久久精品二区亚洲w码| 成人免费一区二区三区视频 | 奇米精品一区二区三区在线观看| 2019国产精品| 欧美性一区二区| 成人av资源下载| 久久成人免费日本黄色| 亚洲精品ww久久久久久p站| 26uuu精品一区二区| 欧美亚洲禁片免费| 成人黄动漫网站免费app| 欧美96一区二区免费视频| 亚洲精品午夜久久久| 欧美极品xxx| 欧美大尺度电影在线| 欧美在线观看视频一区二区| 国产精品影视网| 日韩av电影免费观看高清完整版| 日韩伦理av电影| 中文一区在线播放 | 欧美大胆人体bbbb| 欧美在线|欧美| 国产盗摄一区二区三区| 亚洲狠狠丁香婷婷综合久久久| 精品成人免费观看| 欧美一区二区三区爱爱| 欧美日韩激情一区二区三区| 色婷婷av一区二区三区软件| 大尺度一区二区| 国产91色综合久久免费分享| 91久久一区二区| 国产日韩精品视频一区| 欧美成人aa大片| 日韩色视频在线观看| 欧美日韩精品电影| 欧美日韩高清一区| 欧美图片一区二区三区| 91丨九色丨国产丨porny| 北岛玲一区二区三区四区| 国产成人综合在线观看| 国产麻豆精品theporn| 国内精品视频666| 激情综合色综合久久综合| 麻豆精品久久精品色综合| 另类小说综合欧美亚洲| 国内精品免费**视频| 国产精品一品二品| 成人午夜在线视频| 国产成人综合视频| 国产成人在线免费观看| 国产成人鲁色资源国产91色综| 高清不卡一区二区| 丁香桃色午夜亚洲一区二区三区 | 捆绑紧缚一区二区三区视频| 日本成人中文字幕| 久久99这里只有精品| 国产美女一区二区| av中文字幕亚洲| 欧美亚洲高清一区| 日韩欧美不卡在线观看视频| 久久亚洲精品小早川怜子| 国产欧美日韩视频一区二区| 国产精品久久三| 亚洲高清久久久| 精品亚洲国内自在自线福利| 成人精品国产免费网站| 日本道色综合久久| 欧美v亚洲v综合ⅴ国产v| 午夜精品久久久久久久蜜桃app| 欧美在线三级电影| 欧美日韩成人一区| 久久精品在这里| 亚洲欧美日韩国产一区二区三区| 亚洲福利一二三区| 激情综合亚洲精品| 99麻豆久久久国产精品免费| 88在线观看91蜜桃国自产| 国产日韩亚洲欧美综合| 玉米视频成人免费看| 久久精品国产亚洲5555| 丰满白嫩尤物一区二区| 欧美视频一区二| 欧美精品一区二区三区一线天视频| 国产精品人人做人人爽人人添| 午夜精品一区在线观看| 国产v日产∨综合v精品视频| 欧美亚洲自拍偷拍| 久久久久久久久久久久久女国产乱| 亚洲美女视频一区| 韩国在线一区二区| 欧美在线看片a免费观看| 国产三级三级三级精品8ⅰ区| 亚洲国产综合91精品麻豆| 国产成人在线观看|