⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 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 + -