📄 info.designer.cs
字号:
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(8, 24);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(579, 224);
this.dataGridView2.TabIndex = 2;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button6);
this.groupBox4.Controls.Add(this.textBox4);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.button3);
this.groupBox4.Controls.Add(this.button4);
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.textBox2);
this.groupBox4.Location = new System.Drawing.Point(76, 297);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(464, 90);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
//
// button6
//
this.button6.Location = new System.Drawing.Point(224, 57);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 6;
this.button6.Text = "查找\r\n";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(102, 62);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 21);
this.textBox4.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 62);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 4;
this.label4.Text = "按姓名查找:";
//
// button3
//
this.button3.Location = new System.Drawing.Point(331, 41);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 3;
this.button3.Text = "重置";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(224, 21);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 2;
this.button4.Text = "查找";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 1;
this.label2.Text = "按学号查找:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(102, 20);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 0;
//
// menuStrip1
//
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.学生信息管理ToolStripMenuItem,
this.成绩管理ToolStripMenuItem,
this.帐户管理ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(291, 2);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(227, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 学生信息管理ToolStripMenuItem
//
this.学生信息管理ToolStripMenuItem.Name = "学生信息管理ToolStripMenuItem";
this.学生信息管理ToolStripMenuItem.Size = new System.Drawing.Size(89, 20);
this.学生信息管理ToolStripMenuItem.Text = "学生信息管理";
this.学生信息管理ToolStripMenuItem.Click += new System.EventHandler(this.学生信息管理ToolStripMenuItem_Click);
//
// 成绩管理ToolStripMenuItem
//
this.成绩管理ToolStripMenuItem.Name = "成绩管理ToolStripMenuItem";
this.成绩管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.成绩管理ToolStripMenuItem.Text = "成绩管理";
this.成绩管理ToolStripMenuItem.Click += new System.EventHandler(this.成绩管理ToolStripMenuItem_Click_1);
//
// 帐户管理ToolStripMenuItem
//
this.帐户管理ToolStripMenuItem.Name = "帐户管理ToolStripMenuItem";
this.帐户管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.帐户管理ToolStripMenuItem.Text = "帐户管理";
this.帐户管理ToolStripMenuItem.Click += new System.EventHandler(this.帐户管理ToolStripMenuItem_Click);
//
// skinEngine1
//
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
//
// studentpointsDataSet1
//
this.studentpointsDataSet1.DataSetName = "studentpointsDataSet1";
this.studentpointsDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// studentpointsDataSet1BindingSource
//
this.studentpointsDataSet1BindingSource.DataSource = this.studentpointsDataSet1;
this.studentpointsDataSet1BindingSource.Position = 0;
//
// studentpointsDataSet2
//
this.studentpointsDataSet2.DataSetName = "studentpointsDataSet2";
this.studentpointsDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// studentpointsDataSet2BindingSource
//
this.studentpointsDataSet2BindingSource.DataSource = this.studentpointsDataSet2;
this.studentpointsDataSet2BindingSource.Position = 0;
//
// info
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(653, 474);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.menuStrip1);
this.MaximumSize = new System.Drawing.Size(661, 508);
this.Name = "info";
this.Opacity = 0;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "成绩管理系统";
this.Load += new System.EventHandler(this.info_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.studentpointsDataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.studentpointsDataSet1BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.studentpointsDataSet2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.studentpointsDataSet2BindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 学生信息管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 成绩管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帐户管理ToolStripMenuItem;
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.BindingSource studentpointsDataSet1BindingSource;
private studentpointsDataSet1 studentpointsDataSet1;
private System.Windows.Forms.BindingSource studentpointsDataSet2BindingSource;
private studentpointsDataSet2 studentpointsDataSet2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -