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

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

?? mainform.designer.cs

?? 學生成績管理系統(tǒng) 用于建議的學生成績管理 有登錄 修改成績 添加學生資料 刪除學生資料等功能
?? CS
?? 第 1 頁 / 共 4 頁
字號:
?namespace student
{
    partial class MainForm
    {
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.menuStrip = new System.Windows.Forms.MenuStrip();
            this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.關于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.studentPage = new System.Windows.Forms.TabPage();
            this.stuSplitContainer = new System.Windows.Forms.SplitContainer();
            this.stuGroupBox = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.couNameTextBox1 = new System.Windows.Forms.TextBox();
            this.couNameLable = new System.Windows.Forms.Label();
            this.couNumberComboBox = new System.Windows.Forms.ComboBox();
            this.couNumberLable1 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.couComboBox = new System.Windows.Forms.ComboBox();
            this.scoTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.saveStuInforButton = new System.Windows.Forms.Button();
            this.classComboBox = new System.Windows.Forms.ComboBox();
            this.collegeLabel = new System.Windows.Forms.Label();
            this.collegeComboBox = new System.Windows.Forms.ComboBox();
            this.classLabel = new System.Windows.Forms.Label();
            this.majorTextBox = new System.Windows.Forms.TextBox();
            this.stuNumberComboBox = new System.Windows.Forms.ComboBox();
            this.majorLabel = new System.Windows.Forms.Label();
            this.numLabel = new System.Windows.Forms.Label();
            this.nameLabel = new System.Windows.Forms.Label();
            this.nameTextBox = new System.Windows.Forms.TextBox();
            this.statusBar1 = new System.Windows.Forms.StatusBar();
            this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.couBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
            this.saveCouToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.couDataGridView = new System.Windows.Forms.DataGridView();
            this.scoreGroupBox = new System.Windows.Forms.GroupBox();
            this.scoDataGridView = new System.Windows.Forms.DataGridView();
            this.InforGroupBox = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.stuDataGridView = new System.Windows.Forms.DataGridView();
            this.stuBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.saveStuToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.findToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.findStuToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.ManagerPage = new System.Windows.Forms.TabControl();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.stuBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.teaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.couBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.scoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.scoBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.menuStrip.SuspendLayout();
            this.studentPage.SuspendLayout();
            this.stuSplitContainer.Panel1.SuspendLayout();
            this.stuSplitContainer.Panel2.SuspendLayout();
            this.stuSplitContainer.SuspendLayout();
            this.stuGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.couBindingNavigator)).BeginInit();
            this.couBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.couDataGridView)).BeginInit();
            this.scoreGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scoDataGridView)).BeginInit();
            this.InforGroupBox.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stuDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.stuBindingNavigator)).BeginInit();
            this.stuBindingNavigator.SuspendLayout();
            this.ManagerPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.stuBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.teaBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.couBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.scoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.scoBindingSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip
            // 
            this.menuStrip.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip.BackgroundImage")));
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.文件FToolStripMenuItem,
            this.關于ToolStripMenuItem});
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(800, 25);
            this.menuStrip.TabIndex = 0;
            this.menuStrip.Text = "menuStrip";
            // 
            // 文件FToolStripMenuItem
            // 
            this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.退出XToolStripMenuItem});
            this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
            this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
            this.文件FToolStripMenuItem.Text = "文件(&F)";
            // 
            // 退出XToolStripMenuItem
            // 
            this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
            this.退出XToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
            this.退出XToolStripMenuItem.Text = "退出(&X)";
            this.退出XToolStripMenuItem.Click += new System.EventHandler(this.exit);
            // 
            // 關于ToolStripMenuItem
            // 
            this.關于ToolStripMenuItem.Name = "關于ToolStripMenuItem";
            this.關于ToolStripMenuItem.Size = new System.Drawing.Size(60, 21);
            this.關于ToolStripMenuItem.Text = "關于(&A)";
            this.關于ToolStripMenuItem.Click += new System.EventHandler(this.關于ToolStripMenuItem_Click);
            // 
            // studentPage
            // 
            this.studentPage.Controls.Add(this.stuSplitContainer);
            this.studentPage.Location = new System.Drawing.Point(4, 21);
            this.studentPage.Name = "studentPage";
            this.studentPage.Padding = new System.Windows.Forms.Padding(3);
            this.studentPage.Size = new System.Drawing.Size(792, 497);
            this.studentPage.TabIndex = 1;
            this.studentPage.Text = "學生";
            this.studentPage.UseVisualStyleBackColor = true;
            // 
            // stuSplitContainer
            // 
            this.stuSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.stuSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stuSplitContainer.Location = new System.Drawing.Point(3, 3);
            this.stuSplitContainer.Name = "stuSplitContainer";
            // 
            // stuSplitContainer.Panel1
            // 
            this.stuSplitContainer.Panel1.Controls.Add(this.stuGroupBox);
            // 
            // stuSplitContainer.Panel2
            // 
            this.stuSplitContainer.Panel2.BackColor = System.Drawing.Color.Transparent;
            this.stuSplitContainer.Panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("stuSplitContainer.Panel2.BackgroundImage")));
            this.stuSplitContainer.Panel2.Controls.Add(this.statusBar1);
            this.stuSplitContainer.Panel2.Controls.Add(this.groupBox1);
            this.stuSplitContainer.Panel2.Controls.Add(this.scoreGroupBox);
            this.stuSplitContainer.Panel2.Controls.Add(this.InforGroupBox);
            this.stuSplitContainer.Size = new System.Drawing.Size(786, 491);
            this.stuSplitContainer.SplitterDistance = 236;
            this.stuSplitContainer.TabIndex = 0;
            // 
            // stuGroupBox
            // 
            this.stuGroupBox.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.stuGroupBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("stuGroupBox.BackgroundImage")));
            this.stuGroupBox.Controls.Add(this.comboBox1);
            this.stuGroupBox.Controls.Add(this.button1);
            this.stuGroupBox.Controls.Add(this.couNameTextBox1);
            this.stuGroupBox.Controls.Add(this.couNameLable);
            this.stuGroupBox.Controls.Add(this.couNumberComboBox);
            this.stuGroupBox.Controls.Add(this.couNumberLable1);
            this.stuGroupBox.Controls.Add(this.button2);
            this.stuGroupBox.Controls.Add(this.label1);
            this.stuGroupBox.Controls.Add(this.couComboBox);
            this.stuGroupBox.Controls.Add(this.scoTextBox);
            this.stuGroupBox.Controls.Add(this.label2);
            this.stuGroupBox.Controls.Add(this.saveStuInforButton);
            this.stuGroupBox.Controls.Add(this.classComboBox);
            this.stuGroupBox.Controls.Add(this.collegeLabel);
            this.stuGroupBox.Controls.Add(this.collegeComboBox);
            this.stuGroupBox.Controls.Add(this.classLabel);
            this.stuGroupBox.Controls.Add(this.majorTextBox);
            this.stuGroupBox.Controls.Add(this.stuNumberComboBox);
            this.stuGroupBox.Controls.Add(this.majorLabel);
            this.stuGroupBox.Controls.Add(this.numLabel);
            this.stuGroupBox.Controls.Add(this.nameLabel);
            this.stuGroupBox.Controls.Add(this.nameTextBox);
            this.stuGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.stuGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.stuGroupBox.Location = new System.Drawing.Point(0, 0);
            this.stuGroupBox.Name = "stuGroupBox";
            this.stuGroupBox.Size = new System.Drawing.Size(232, 487);
            this.stuGroupBox.TabIndex = 0;
            this.stuGroupBox.TabStop = false;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品99久久久久久久女警| 亚洲线精品一区二区三区| 日韩不卡一区二区三区| 6080亚洲精品一区二区| 免费在线一区观看| 久久久久综合网| 成人国产亚洲欧美成人综合网 | 国产精品一级片| 国产日韩av一区| 成人aa视频在线观看| 一区二区视频在线| 欧美日韩日本视频| 久久99热这里只有精品| 国产精品私人自拍| 欧美日韩国产一区二区三区地区| 日本不卡1234视频| 中文字幕欧美激情| 欧美日本在线视频| 懂色av噜噜一区二区三区av| 亚洲欧美日本韩国| 日韩欧美综合一区| 99久久777色| 免费成人av在线播放| 国产日韩v精品一区二区| 在线观看国产日韩| 国产大陆亚洲精品国产| 一级精品视频在线观看宜春院| 91精品国产福利在线观看| 国产福利精品导航| 亚洲国产另类av| 久久亚洲一区二区三区明星换脸| 一本久久a久久免费精品不卡| 亚洲不卡av一区二区三区| 国产亚洲欧洲997久久综合| 在线免费观看日韩欧美| 国产麻豆精品95视频| 亚洲免费大片在线观看| 欧美电视剧免费观看| 日本韩国一区二区三区视频| 久久超碰97中文字幕| 亚洲精品一二三区| 国产亚洲精品免费| 在线播放日韩导航| 色欧美乱欧美15图片| 国产精品一二三四区| 日韩成人精品视频| 一个色在线综合| 中文字幕一区二区三区蜜月| 日韩欧美国产综合| 91麻豆精品久久久久蜜臀| 99精品视频在线观看免费| 国产中文一区二区三区| 视频一区二区三区入口| 一区二区三区欧美激情| 中文字幕av一区二区三区高| 2017欧美狠狠色| 日韩一区二区麻豆国产| 欧美精品色一区二区三区| 91论坛在线播放| 91亚洲午夜精品久久久久久| 国产成人精品亚洲午夜麻豆| 麻豆91免费观看| 午夜视频在线观看一区二区三区| 亚洲人成人一区二区在线观看 | 奇米在线7777在线精品| 精品在线观看视频| 日韩成人dvd| 日本成人中文字幕| 日韩二区三区在线观看| 日韩av电影天堂| 日韩黄色免费网站| 丝袜美腿高跟呻吟高潮一区| 亚洲一二三四区不卡| 亚洲精品老司机| 一区二区在线观看免费| 一区二区三区日韩在线观看| 一区二区三区日韩欧美精品| 亚洲精品一二三区| 亚洲一区在线播放| 亚洲成人手机在线| 天堂va蜜桃一区二区三区| 亚洲成a人v欧美综合天堂| 婷婷综合在线观看| 美女视频免费一区| 国产一区二区三区四| 国产一区二区久久| 高清不卡一二三区| 一本色道久久综合亚洲91| 欧美午夜影院一区| 91精品国产全国免费观看| 日韩一区二区在线观看视频播放| 日韩欧美你懂的| 欧美激情资源网| 亚洲欧美日韩成人高清在线一区| 亚洲一区二区影院| 日韩av不卡一区二区| 国产一区二区剧情av在线| 岛国精品在线观看| 日本精品裸体写真集在线观看 | 国内精品不卡在线| 成人午夜私人影院| 欧美亚洲动漫制服丝袜| 91精品国产综合久久久久久漫画| 精品成人一区二区三区| 国产精品美女久久久久aⅴ国产馆| 亚洲欧美日韩一区二区三区在线观看| 亚洲福利视频导航| 精品一区二区在线视频| 不卡免费追剧大全电视剧网站| 欧美午夜影院一区| 久久久久久久久99精品| 亚洲免费观看高清| 精品亚洲porn| 色婷婷精品大在线视频| 日韩欧美一二三| 免费观看在线色综合| 懂色av一区二区三区免费看| 欧美综合久久久| 精品久久久久久久一区二区蜜臀| 国产精品嫩草影院av蜜臀| 香蕉影视欧美成人| 东方欧美亚洲色图在线| 欧美日韩国产在线播放网站| 久久蜜桃香蕉精品一区二区三区| 尤物av一区二区| 国产精品亚洲综合一区在线观看| 欧美性受xxxx黑人xyx性爽| 精品美女一区二区| 亚洲第四色夜色| 国产成人av福利| 日韩欧美一区二区视频| 亚洲一区在线播放| 成人免费毛片片v| 欧美一级欧美三级在线观看| 亚洲色图另类专区| 国产精品一区二区三区乱码 | 欧美一区二区视频网站| 国产精品久久久久久久久快鸭 | 国产91在线|亚洲| 8x8x8国产精品| 亚洲精品日韩一| 成人在线视频一区| 精品美女在线观看| 日本女人一区二区三区| 欧美性极品少妇| 亚洲色图.com| 成人免费看黄yyy456| 精品国产髙清在线看国产毛片| 亚洲成av人片www| 色噜噜狠狠成人网p站| 国产欧美精品一区| 精品一区二区国语对白| 91麻豆精品国产91久久久资源速度| 亚洲激情男女视频| 色综合天天综合在线视频| 国产精品美女视频| 成人av在线资源| 一区二区三区在线免费视频| av中文字幕不卡| 国产精品久久网站| eeuss鲁片一区二区三区在线观看| 久久综合色8888| 国产精品综合在线视频| 久久久久国产一区二区三区四区| 精品综合免费视频观看| 久久综合五月天婷婷伊人| 极品少妇xxxx精品少妇偷拍| 欧美成va人片在线观看| 激情综合色丁香一区二区| 精品国产一区二区三区不卡| 狠狠狠色丁香婷婷综合久久五月| 欧美大片拔萝卜| 国产一区二区在线影院| 久久久国产精品不卡| 国产91丝袜在线播放九色| 欧美韩国一区二区| 成人国产精品免费观看动漫| 国产精品卡一卡二| 色成人在线视频| 五月综合激情日本mⅴ| 91精品国产欧美一区二区| 狂野欧美性猛交blacked| 2021国产精品久久精品| 成人永久免费视频| 一区二区三区四区在线| 91精品国产欧美一区二区成人| 另类小说图片综合网| 国产欧美精品一区二区三区四区 | 欧美亚日韩国产aⅴ精品中极品| 亚洲高清中文字幕| 欧美精品18+| 精久久久久久久久久久| 国产女主播在线一区二区| 91在线小视频| 日日噜噜夜夜狠狠视频欧美人| 精品欧美一区二区三区精品久久| 成人免费视频app| 性做久久久久久| 国产性色一区二区| 在线精品亚洲一区二区不卡|