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

📄 mainform.designer.cs

📁 学生成绩管理系统 用于建议的学生成绩管理 有登录 修改成绩 添加学生资料 删除学生资料等功能
💻 CS
📖 第 1 页 / 共 4 页
字号:
            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 = "  作者:华南农业大学 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 = "学生成绩";
            // 
            // 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 = "学生个人成绩";
            // 
            // 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 = "(请输入学生学号)";
            // 
            // 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 = "总项数";
            // 
            // 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);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -