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

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

?? mainform.designer.cs

?? 學生成績管理系統 用于建議的學生成績管理 有登錄 修改成績 添加學生資料 刪除學生資料等功能
?? CS
?? 第 1 頁 / 共 4 頁
字號:
            this.stuGroupBox.Text = "學生個人信息";
            this.stuGroupBox.Enter += new System.EventHandler(this.stuGroupBox_Enter);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(19, 421);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(106, 23);
            this.button1.TabIndex = 110;
            this.button1.Text = "修改課程";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.saveCourse);
            // 
            // couNameTextBox1
            // 
            this.couNameTextBox1.Location = new System.Drawing.Point(90, 394);
            this.couNameTextBox1.Name = "couNameTextBox1";
            this.couNameTextBox1.Size = new System.Drawing.Size(101, 21);
            this.couNameTextBox1.TabIndex = 109;
            // 
            // couNameLable
            // 
            this.couNameLable.AutoSize = true;
            this.couNameLable.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.couNameLable.Location = new System.Drawing.Point(21, 401);
            this.couNameLable.Name = "couNameLable";
            this.couNameLable.Size = new System.Drawing.Size(47, 12);
            this.couNameLable.TabIndex = 108;
            this.couNameLable.Text = "課程名:";
            // 
            // couNumberComboBox
            // 
            this.couNumberComboBox.FormattingEnabled = true;
            this.couNumberComboBox.Location = new System.Drawing.Point(90, 360);
            this.couNumberComboBox.Name = "couNumberComboBox";
            this.couNumberComboBox.Size = new System.Drawing.Size(101, 20);
            this.couNumberComboBox.TabIndex = 107;
            this.couNumberComboBox.SelectedIndexChanged += new System.EventHandler(this.couNumberChanged);
            // 
            // couNumberLable1
            // 
            this.couNumberLable1.AutoSize = true;
            this.couNumberLable1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.couNumberLable1.Location = new System.Drawing.Point(20, 366);
            this.couNumberLable1.Name = "couNumberLable1";
            this.couNumberLable1.Size = new System.Drawing.Size(47, 12);
            this.couNumberLable1.TabIndex = 106;
            this.couNumberLable1.Text = "課程號:";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(19, 299);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(105, 23);
            this.button2.TabIndex = 105;
            this.button2.Text = "錄入成績";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.updateScore2);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(21, 246);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 104;
            this.label1.Text = "課  程:";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // couComboBox
            // 
            this.couComboBox.FormattingEnabled = true;
            this.couComboBox.Location = new System.Drawing.Point(92, 240);
            this.couComboBox.Name = "couComboBox";
            this.couComboBox.Size = new System.Drawing.Size(101, 20);
            this.couComboBox.TabIndex = 103;
            this.couComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // scoTextBox
            // 
            this.scoTextBox.Location = new System.Drawing.Point(93, 272);
            this.scoTextBox.Name = "scoTextBox";
            this.scoTextBox.Size = new System.Drawing.Size(100, 21);
            this.scoTextBox.TabIndex = 102;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(21, 279);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 12);
            this.label2.TabIndex = 101;
            this.label2.Text = "成  績:";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // saveStuInforButton
            // 
            this.saveStuInforButton.Location = new System.Drawing.Point(19, 192);
            this.saveStuInforButton.Name = "saveStuInforButton";
            this.saveStuInforButton.Size = new System.Drawing.Size(106, 23);
            this.saveStuInforButton.TabIndex = 100;
            this.saveStuInforButton.Text = "錄入學生信息";
            this.saveStuInforButton.UseVisualStyleBackColor = true;
            this.saveStuInforButton.Click += new System.EventHandler(this.saveStudent);
            // 
            // classComboBox
            // 
            this.classComboBox.FormattingEnabled = true;
            this.classComboBox.Location = new System.Drawing.Point(93, 71);
            this.classComboBox.Name = "classComboBox";
            this.classComboBox.Size = new System.Drawing.Size(100, 20);
            this.classComboBox.TabIndex = 99;
            this.classComboBox.SelectedIndexChanged += new System.EventHandler(this.classChanged);
            // 
            // collegeLabel
            // 
            this.collegeLabel.AllowDrop = true;
            this.collegeLabel.AutoSize = true;
            this.collegeLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.collegeLabel.Location = new System.Drawing.Point(21, 42);
            this.collegeLabel.Name = "collegeLabel";
            this.collegeLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.collegeLabel.Size = new System.Drawing.Size(47, 12);
            this.collegeLabel.TabIndex = 82;
            this.collegeLabel.Text = "學  院:";
            this.collegeLabel.Click += new System.EventHandler(this.collegeLabel_Click);
            // 
            // collegeComboBox
            // 
            this.collegeComboBox.FormattingEnabled = true;
            this.collegeComboBox.Items.AddRange(new object[] {
            "人文學院",
            "信息學院",
            "軟件學院",
            "法學院",
            "工程學院",
            "林學院",
            "外國語學院",
            "藝術學院"});
            this.collegeComboBox.Location = new System.Drawing.Point(93, 36);
            this.collegeComboBox.Name = "collegeComboBox";
            this.collegeComboBox.Size = new System.Drawing.Size(100, 20);
            this.collegeComboBox.TabIndex = 96;
            this.collegeComboBox.SelectedIndexChanged += new System.EventHandler(this.collegeChanged);
            // 
            // classLabel
            // 
            this.classLabel.AllowDrop = true;
            this.classLabel.AutoSize = true;
            this.classLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.classLabel.Location = new System.Drawing.Point(21, 77);
            this.classLabel.Name = "classLabel";
            this.classLabel.Size = new System.Drawing.Size(47, 12);
            this.classLabel.TabIndex = 84;
            this.classLabel.Text = "班  級:";
            this.classLabel.Click += new System.EventHandler(this.classLabel_Click);
            // 
            // majorTextBox
            // 
            this.majorTextBox.AllowDrop = true;
            this.majorTextBox.Font = new System.Drawing.Font("宋體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.majorTextBox.Location = new System.Drawing.Point(91, 164);
            this.majorTextBox.Name = "majorTextBox";
            this.majorTextBox.Size = new System.Drawing.Size(100, 22);
            this.majorTextBox.TabIndex = 88;
            // 
            // stuNumberComboBox
            // 
            this.stuNumberComboBox.Font = new System.Drawing.Font("宋體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.stuNumberComboBox.FormattingEnabled = true;
            this.stuNumberComboBox.Location = new System.Drawing.Point(93, 103);
            this.stuNumberComboBox.Name = "stuNumberComboBox";
            this.stuNumberComboBox.Size = new System.Drawing.Size(100, 21);
            this.stuNumberComboBox.TabIndex = 94;
            this.stuNumberComboBox.SelectedIndexChanged += new System.EventHandler(this.stuNumberChanged);
            // 
            // majorLabel
            // 
            this.majorLabel.AllowDrop = true;
            this.majorLabel.AutoSize = true;
            this.majorLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.majorLabel.Location = new System.Drawing.Point(20, 168);
            this.majorLabel.Name = "majorLabel";
            this.majorLabel.Size = new System.Drawing.Size(59, 12);
            this.majorLabel.TabIndex = 83;
            this.majorLabel.Text = "專業代碼:";
            this.majorLabel.Click += new System.EventHandler(this.majorLabel_Click);
            // 
            // numLabel
            // 
            this.numLabel.AllowDrop = true;
            this.numLabel.AutoSize = true;
            this.numLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.numLabel.Location = new System.Drawing.Point(21, 110);
            this.numLabel.Name = "numLabel";
            this.numLabel.Size = new System.Drawing.Size(47, 12);
            this.numLabel.TabIndex = 78;
            this.numLabel.Text = "學  號:";
            this.numLabel.Click += new System.EventHandler(this.numLabel_Click);
            // 
            // nameLabel
            // 
            this.nameLabel.AllowDrop = true;
            this.nameLabel.AutoSize = true;
            this.nameLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.nameLabel.Location = new System.Drawing.Point(21, 141);
            this.nameLabel.Name = "nameLabel";
            this.nameLabel.Size = new System.Drawing.Size(47, 12);
            this.nameLabel.TabIndex = 79;
            this.nameLabel.Text = "姓  名:";
            this.nameLabel.Click += new System.EventHandler(this.nameLabel_Click);
            // 
            // nameTextBox
            // 
            this.nameTextBox.AllowDrop = true;
            this.nameTextBox.Font = new System.Drawing.Font("宋體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.nameTextBox.Location = new System.Drawing.Point(92, 133);
            this.nameTextBox.Name = "nameTextBox";
            this.nameTextBox.Size = new System.Drawing.Size(100, 22);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区成人在线| 风间由美一区二区三区在线观看| 美女脱光内衣内裤视频久久网站| 亚洲高清中文字幕| 国产精品久久久久久亚洲毛片| 国产精品自拍在线| 免费在线观看一区二区三区| 一区二区三区四区在线| 亚洲日本在线视频观看| 中文字幕不卡在线| 国产精品区一区二区三区| 久久国产综合精品| 免费日本视频一区| 韩国v欧美v亚洲v日本v| 久久er99精品| 国产美女主播视频一区| 国产一区二区三区香蕉 | 日韩av一级片| 午夜精品在线看| 欧美日韩一区在线| 美腿丝袜亚洲色图| 久久精品国产亚洲一区二区三区 | 91在线观看污| 99国产精品国产精品久久| 一区二区三区四区精品在线视频| 成人av手机在线观看| 国产盗摄视频一区二区三区| 国产传媒欧美日韩成人| 成人午夜免费av| 91小视频免费看| 91国偷自产一区二区使用方法| 日韩在线播放一区二区| 奇米色一区二区| 国精产品一区一区三区mba桃花| 日韩欧美一二三四区| 2020日本不卡一区二区视频| 国产精品人人做人人爽人人添| 欧美亚州韩日在线看免费版国语版| 日韩美女精品在线| 免费在线观看一区二区三区| 国产成人三级在线观看| 在线观看日韩电影| 欧美一区二区视频在线观看2022 | 日本大香伊一区二区三区| 欧美三级欧美一级| 久久久久久久综合日本| 91美女精品福利| 欧美一区二区精品久久911| 国产精品视频一二三区| 亚洲成av人片一区二区梦乃 | 国产精品日日摸夜夜摸av| 亚洲h动漫在线| 精品一区二区三区日韩| 亚洲视频资源在线| 激情综合网av| 欧美性视频一区二区三区| 久久免费精品国产久精品久久久久| av电影在线观看一区| 日韩精品中文字幕在线一区| 综合久久国产九一剧情麻豆| 久久国内精品自在自线400部| 亚洲激情六月丁香| 国产精品亚洲专一区二区三区 | 国产一区二区在线看| 韩国在线一区二区| 欧美午夜视频网站| 国产精品美女久久久久久久久 | 欧美成人激情免费网| 欧美在线视频全部完| 国产午夜久久久久| 卡一卡二国产精品| 91超碰这里只有精品国产| 亚洲欧美区自拍先锋| 岛国精品在线观看| 国产亚洲综合色| 久久成人麻豆午夜电影| 欧美精选一区二区| 亚洲国产精品久久久久秋霞影院 | 成人欧美一区二区三区白人| 国产在线国偷精品免费看| 欧美优质美女网站| 一区二区三区产品免费精品久久75| 中文字幕 久热精品 视频在线| 欧美不卡视频一区| 日本不卡中文字幕| 日韩福利视频导航| 欧美裸体一区二区三区| 亚洲国产视频一区二区| 91免费国产在线| 中文字幕综合网| 在线观看日韩一区| 一区二区三区精密机械公司| 91丝袜美女网| 一个色综合av| 日韩一区二区三区视频在线观看| 欧美一区二区三区在线观看| 奇米精品一区二区三区在线观看一 | 久久久久久久久久久电影| 日韩午夜激情电影| 精品亚洲成av人在线观看| 久久久久久黄色| 粉嫩蜜臀av国产精品网站| 欧美国产丝袜视频| av亚洲精华国产精华精华| av中文字幕亚洲| 亚洲欧美日本韩国| 在线成人av网站| 国产乱码精品1区2区3区| 国产精品久久久久久久久久免费看 | 欧美日韩一区中文字幕| 蜜臀精品一区二区三区在线观看| 国产精品资源在线观看| 色诱亚洲精品久久久久久| 亚洲国产成人私人影院tom| 国产成人一级电影| 欧美欧美欧美欧美首页| 亚洲成av人片一区二区梦乃| 国产乱妇无码大片在线观看| 欧美色图在线观看| 婷婷国产v国产偷v亚洲高清| 成人激情黄色小说| 亚洲欧美在线视频观看| 91片在线免费观看| 精品国产成人在线影院| 国产视频911| 粉嫩一区二区三区在线看| 成人sese在线| 日韩欧美高清在线| 国产91丝袜在线播放0| 在线成人免费视频| 成人午夜又粗又硬又大| 久久99国产精品尤物| av在线综合网| 一区二区三区在线播放| 亚洲午夜久久久久久久久久久| 国产麻豆精品久久一二三| 成人午夜免费视频| 亚洲一线二线三线久久久| 久久66热re国产| 国产精品美女久久久久aⅴ国产馆 国产精品美女久久久久av爽李琼 国产精品美女久久久久高潮 | 免费成人你懂的| 欧美—级在线免费片| 日韩欧美国产一区二区在线播放 | 亚洲不卡在线观看| **欧美大码日韩| 欧美一区二区性放荡片| 精品视频1区2区| 国产在线一区二区| 欧美—级在线免费片| 成人一区二区三区视频| 亚洲高清不卡在线| 亚洲一级二级三级| 欧美成人一区二区三区在线观看| 国产精品二三区| 欧美亚洲禁片免费| 国产毛片一区二区| 国产福利一区二区| 国产喷白浆一区二区三区| 久久99精品国产麻豆婷婷 | 玉米视频成人免费看| 精品国产123| 麻豆成人av在线| 一区二区在线观看视频在线观看| 成人三级在线视频| 成人黄色电影在线| 久久久精品国产99久久精品芒果 | 99热精品国产| 午夜欧美电影在线观看| 欧美自拍丝袜亚洲| 国产精品夜夜嗨| 91传媒视频在线播放| 91传媒视频在线播放| 亚洲最新视频在线观看| 一区二区三区不卡视频在线观看 | 日韩欧美的一区| 国产福利不卡视频| 日韩高清电影一区| 亚洲电影你懂得| 欧美四级电影在线观看| 99精品1区2区| 精品视频全国免费看| 欧美在线一区二区三区| 欧美顶级少妇做爰| 7799精品视频| 不卡一卡二卡三乱码免费网站| 精品国产乱码91久久久久久网站| av不卡在线播放| 97精品国产97久久久久久久久久久久| 欧美美女黄视频| 91在线一区二区| 91精品国产一区二区三区蜜臀 | 久久久精品一品道一区| 精品久久久久久综合日本欧美| 亚洲一级片在线观看| 亚洲国产中文字幕| 亚洲成在线观看| 日韩免费福利电影在线观看| 91麻豆精品一区二区三区| 亚洲电影视频在线| 美女视频第一区二区三区免费观看网站|