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

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

?? mainform.designer.cs

?? 學生成績管理系統 用于建議的學生成績管理 有登錄 修改成績 添加學生資料 刪除學生資料等功能
?? CS
?? 第 1 頁 / 共 4 頁
字號:
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一條記錄";
            this.bindingNavigatorMovePreviousItem.Click += new System.EventHandler(this.findStudent);
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "當前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一條記錄";
            this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.findStudent);
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一條記錄";
            this.bindingNavigatorMoveLastItem.Click += new System.EventHandler(this.findStudent);
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // saveStuToolStripButton
            // 
            this.saveStuToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveStuToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveStuToolStripButton.Image")));
            this.saveStuToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveStuToolStripButton.Name = "saveStuToolStripButton";
            this.saveStuToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveStuToolStripButton.Text = "toolStripButton1";
            this.saveStuToolStripButton.ToolTipText = "保存";
            this.saveStuToolStripButton.Click += new System.EventHandler(this.saveStudent);
            // 
            // findToolStripButton
            // 
            this.findToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.findToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("findToolStripButton.Image")));
            this.findToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.findToolStripButton.Name = "findToolStripButton";
            this.findToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.findToolStripButton.Text = "toolStripButton1";
            this.findToolStripButton.ToolTipText = "查詢";
            this.findToolStripButton.Click += new System.EventHandler(this.queryStudent);
            // 
            // findStuToolStripTextBox
            // 
            this.findStuToolStripTextBox.Name = "findStuToolStripTextBox";
            this.findStuToolStripTextBox.Size = new System.Drawing.Size(100, 25);
            // 
            // ManagerPage
            // 
            this.ManagerPage.Controls.Add(this.studentPage);
            this.ManagerPage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ManagerPage.Location = new System.Drawing.Point(0, 25);
            this.ManagerPage.Name = "ManagerPage";
            this.ManagerPage.SelectedIndex = 0;
            this.ManagerPage.Size = new System.Drawing.Size(800, 522);
            this.ManagerPage.TabIndex = 1;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(18, 450);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(106, 20);
            this.comboBox1.TabIndex = 112;
            this.comboBox1.Visible = false;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 547);
            this.Controls.Add(this.ManagerPage);
            this.Controls.Add(this.menuStrip);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip;
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "學生成績管理系統";
            this.Load += new System.EventHandler(this.ManagerForm_Load);
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            this.studentPage.ResumeLayout(false);
            this.stuSplitContainer.Panel1.ResumeLayout(false);
            this.stuSplitContainer.Panel2.ResumeLayout(false);
            this.stuSplitContainer.ResumeLayout(false);
            this.stuGroupBox.ResumeLayout(false);
            this.stuGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.couBindingNavigator)).EndInit();
            this.couBindingNavigator.ResumeLayout(false);
            this.couBindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.couDataGridView)).EndInit();
            this.scoreGroupBox.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scoDataGridView)).EndInit();
            this.InforGroupBox.ResumeLayout(false);
            this.InforGroupBox.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stuDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.stuBindingNavigator)).EndInit();
            this.stuBindingNavigator.ResumeLayout(false);
            this.stuBindingNavigator.PerformLayout();
            this.ManagerPage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.stuBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.teaBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.couBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.scoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.scoBindingSource1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip;
        private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出XToolStripMenuItem;
        private System.Windows.Forms.BindingSource stuBindingSource;
        private System.Windows.Forms.BindingSource teaBindingSource;
        private System.Windows.Forms.BindingSource couBindingSource;
        private System.Windows.Forms.BindingSource scoBindingSource;
        private System.Windows.Forms.BindingSource scoBindingSource1;
        private System.Windows.Forms.TabPage studentPage;
        private System.Windows.Forms.SplitContainer stuSplitContainer;
        private System.Windows.Forms.GroupBox stuGroupBox;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox couComboBox;
        private System.Windows.Forms.TextBox scoTextBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button saveStuInforButton;
        private System.Windows.Forms.ComboBox classComboBox;
        private System.Windows.Forms.Label collegeLabel;
        private System.Windows.Forms.ComboBox collegeComboBox;
        private System.Windows.Forms.Label classLabel;
        private System.Windows.Forms.TextBox majorTextBox;
        private System.Windows.Forms.ComboBox stuNumberComboBox;
        private System.Windows.Forms.Label majorLabel;
        private System.Windows.Forms.Label numLabel;
        private System.Windows.Forms.Label nameLabel;
        private System.Windows.Forms.TextBox nameTextBox;
        private System.Windows.Forms.GroupBox scoreGroupBox;
        private System.Windows.Forms.DataGridView scoDataGridView;
        private System.Windows.Forms.GroupBox InforGroupBox;
        private System.Windows.Forms.DataGridView stuDataGridView;
        private System.Windows.Forms.BindingNavigator stuBindingNavigator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
        private System.Windows.Forms.ToolStripButton saveStuToolStripButton;
        private System.Windows.Forms.ToolStripButton findToolStripButton;
        private System.Windows.Forms.ToolStripTextBox findStuToolStripTextBox;
        private System.Windows.Forms.TabControl ManagerPage;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label couNameLable;
        private System.Windows.Forms.ComboBox couNumberComboBox;
        private System.Windows.Forms.Label couNumberLable1;
        private System.Windows.Forms.DataGridView couDataGridView;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox couNameTextBox1;
        private System.Windows.Forms.BindingNavigator couBindingNavigator;
        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem1;
        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem1;
        private System.Windows.Forms.ToolStripButton saveCouToolStripButton;
        private System.Windows.Forms.ToolStripMenuItem 關于ToolStripMenuItem;
        private System.Windows.Forms.StatusBar statusBar1;
        private System.Windows.Forms.StatusBarPanel statusBarPanel1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox comboBox1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本韩国精品在线| 精品国产凹凸成av人网站| 欧美成人在线直播| 国产精品一区二区黑丝| 国产女主播一区| 色婷婷激情综合| 久久精品国产第一区二区三区| www亚洲一区| a级精品国产片在线观看| 日本不卡视频一二三区| 日本高清成人免费播放| 亚洲日本一区二区三区| av电影在线观看不卡| 欧美一区二区视频在线观看2022| 韩国欧美国产1区| 久久久一区二区三区捆绑**| 欧美精品一二三| 亚洲欧洲国产日韩| 亚洲国产精品影院| 一本色道久久综合亚洲精品按摩| 男人的天堂久久精品| 亚洲欧洲综合另类| 国产午夜亚洲精品羞羞网站| 欧美一激情一区二区三区| 色悠久久久久综合欧美99| 日韩高清欧美激情| 一区二区三区四区视频精品免费 | 亚洲视频在线一区二区| 欧美va天堂va视频va在线| 91在线免费看| 国内精品免费**视频| 日韩主播视频在线| 亚洲成av人片一区二区梦乃 | 亚洲国产精品t66y| 精品日韩欧美一区二区| 午夜视频在线观看一区二区| 夜夜精品视频一区二区| 亚洲色图另类专区| 成人欧美一区二区三区1314| 久久综合色播五月| 日韩欧美一区二区三区在线| 欧美裸体一区二区三区| 欧美亚一区二区| 欧美亚洲综合网| 欧美色精品在线视频| 色综合天天视频在线观看| 成人免费视频视频在线观看免费| 国产成人欧美日韩在线电影| 国产一区亚洲一区| 国产一区二区久久| 国产精品主播直播| 色94色欧美sute亚洲线路一ni| 欧美一区二区久久久| 91精品国产综合久久久蜜臀粉嫩| 欧美日韩在线电影| 欧美日韩三级一区二区| 91精品免费在线| 欧美理论在线播放| 91精品国产综合久久福利软件 | 国产成人8x视频一区二区| 国产麻豆91精品| 国产传媒日韩欧美成人| 国产成人免费视频一区| 国产福利91精品一区| 国产麻豆精品视频| 精品美女一区二区三区| 欧美日韩精品福利| 色网综合在线观看| 久久精品人人做人人综合| 欧美在线高清视频| 欧洲在线/亚洲| 欧美一区二区成人| 日韩中文字幕av电影| 精品国产精品一区二区夜夜嗨| 老司机午夜精品| 久久久久99精品一区| 国产成人精品免费一区二区| 欧美va在线播放| 天堂在线亚洲视频| 狠狠色综合日日| 国产一区二区三区高清播放| 欧美一区2区视频在线观看| 精品美女一区二区| 国产精品一卡二卡| 国产欧美精品一区二区色综合朱莉| 色偷偷久久人人79超碰人人澡| 亚洲高清免费观看| 欧美色综合久久| 久久亚洲一区二区三区明星换脸| 日韩欧美在线影院| 国产免费久久精品| 午夜精品福利视频网站| 亚洲乱码中文字幕| 偷拍与自拍一区| 国产成人免费在线视频| 欧美一区二区在线视频| 26uuu欧美日本| 国产一区二区剧情av在线| 99精品视频中文字幕| 亚洲天堂免费在线观看视频| 成人av在线资源网| 国产午夜精品一区二区| 欧美日韩精品欧美日韩精品一| 国模娜娜一区二区三区| 亚洲丝袜另类动漫二区| 欧美午夜片在线看| 久久精品一区二区三区不卡牛牛| 亚洲乱码日产精品bd| 91成人免费电影| 一区二区三区 在线观看视频| 麻豆精品久久精品色综合| 99久久精品免费| 中文字幕五月欧美| 国产黄色精品视频| 久久久蜜桃精品| 日本韩国精品在线| 国产精品视频在线看| 蜜桃视频一区二区| 国产清纯美女被跳蛋高潮一区二区久久w | 91精品免费在线观看| 一区二区三区视频在线观看 | 在线电影欧美成精品| 久久精品人人做人人综合| 天天操天天色综合| 日韩视频免费观看高清完整版在线观看 | 亚洲成人一区二区在线观看| 欧美日韩国产成人在线91| 99国产欧美久久久精品| 国产成a人亚洲精品| 亚洲成人中文在线| 欧美一区二区三区在线看| 欧美日韩精品一区二区三区四区| 久久久国产综合精品女国产盗摄| 日韩 欧美一区二区三区| 在线一区二区三区| 亚洲免费观看高清完整版在线观看熊| 麻豆精品在线播放| 日韩一区二区三区免费观看| 亚洲一区二区三区四区在线免费观看| 亚洲精选免费视频| 91麻豆国产自产在线观看| 国产精品久久久久一区| 成人av第一页| 亚洲欧洲精品一区二区三区| av一二三不卡影片| 国产精品灌醉下药二区| 不卡的av在线| 亚洲精品亚洲人成人网在线播放| 本田岬高潮一区二区三区| 日韩一区在线看| 欧洲精品一区二区| 一区二区三区久久久| 在线观看日韩电影| 五月天视频一区| 日韩一区二区高清| 免费高清在线一区| 久久婷婷综合激情| 懂色av一区二区三区免费观看| 国产精品国模大尺度视频| 色婷婷综合久色| 午夜精品福利视频网站| 亚洲精品在线三区| 成人h动漫精品| 亚洲综合丁香婷婷六月香| 欧美色涩在线第一页| 久久se这里有精品| 国产精品网站在线| 欧美亚洲精品一区| 美脚の诱脚舐め脚责91| 久久一区二区三区四区| 亚洲国产高清不卡| 色av一区二区| 捆绑紧缚一区二区三区视频| 欧美一级片在线| 激情久久五月天| 国产精品美女www爽爽爽| 91尤物视频在线观看| 日韩va亚洲va欧美va久久| 久久久久久一级片| 色偷偷成人一区二区三区91| 青青国产91久久久久久| 国产精品色呦呦| 欧美高清你懂得| 岛国精品在线播放| 五月天久久比比资源色| 国产日韩影视精品| 欧美视频在线观看一区| 国内精品视频一区二区三区八戒| 亚洲另类在线一区| 精品国产乱码久久久久久浪潮 | 成人免费在线视频观看| 欧美一区二区视频网站| 久久99热狠狠色一区二区| 亚洲男人都懂的| 日韩欧美一二三四区| 国产精品一区二区三区网站| 亚洲一区二区欧美| 国产精品女上位| 日韩亚洲欧美高清| 一本高清dvd不卡在线观看|