12.2(1)
杨老师布置的cs结构项目namespace StudentGradeManagementSystem;
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.tsmiLogin = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiStudent = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiStudentManage = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiGrade = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiGradeManage = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAbout = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiLogin,
this.tsmiStudent,
this.tsmiGrade,
this.tsmiHelp});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(800, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// tsmiLogin
//
this.tsmiLogin.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiExit});
this.tsmiLogin.Name = "tsmiLogin";
this.tsmiLogin.Size = new System.Drawing.Size(48, 20);
this.tsmiLogin.Text = "登录";
this.tsmiLogin.Click += new System.EventHandler(this.tsmiLogin_Click);
//
// tsmiExit
//
this.tsmiExit.Name = "tsmiExit";
this.tsmiExit.Size = new System.Drawing.Size(152, 22);
this.tsmiExit.Text = "退出系统";
this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
//
// tsmiStudent
//
this.tsmiStudent.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiStudentManage});
this.tsmiStudent.Name = "tsmiStudent";
this.tsmiStudent.Size = new System.Drawing.Size(60, 20);
this.tsmiStudent.Text = "学生管理";
//
// tsmiStudentManage
//
this.tsmiStudentManage.Name = "tsmiStudentManage";
this.tsmiStudentManage.Size = new System.Drawing.Size(152, 22);
this.tsmiStudentManage.Text = "学生信息管理";
this.tsmiStudentManage.Click += new System.EventHandler(this.tsmiStudentManage_Click);
//
// tsmiGrade
//
this.tsmiGrade.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiGradeManage});
this.tsmiGrade.Name = "tsmiGrade";
this.tsmiGrade.Size = new System.Drawing.Size(60, 20);
this.tsmiGrade.Text = "成绩管理";
//
// tsmiGradeManage
//
this.tsmiGradeManage.Name = "tsmiGradeManage";
this.tsmiGradeManage.Size = new System.Drawing.Size(152, 22);
this.tsmiGradeManage.Text = "成绩信息管理";
this.tsmiGradeManage.Click += new System.EventHandler(this.tsmiGradeManage_Click);
//
// tsmiHelp
//
this.tsmiHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiAbout});
this.tsmiHelp.Name = "tsmiHelp";
this.tsmiHelp.Size = new System.Drawing.Size(48, 20);
this.tsmiHelp.Text = "帮助";
//
// tsmiAbout
//
this.tsmiAbout.Name = "tsmiAbout";
this.tsmiAbout.Size = new System.Drawing.Size(152, 22);
this.tsmiAbout.Text = "关于系统";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 427);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(800, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(124, 17);
this.toolStripStatusLabel1.Text = "欢迎使用学生成绩管理系统";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(700, 5);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(72, 12);
this.linkLabel1.TabIndex = 2;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "登录 / 注册";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(0, 27);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(800, 60);
this.panel1.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(250, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(250, 19);
this.label2.TabIndex = 1;
this.label2.Text = "学生成绩管理系统 - 欢迎页面";
//
// label1
//
// 移除对不存在资源的引用
// this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
this.label1.Image = null;
this.label1.Location = new System.Drawing.Point(100, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 50);
this.label1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(350, 200);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 30);
this.button1.TabIndex = 4;
this.button1.Text = "进入系统";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 449);
this.Controls.Add(this.button1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "学生成绩管理系统";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem tsmiLogin;
private System.Windows.Forms.ToolStripMenuItem tsmiExit;
private System.Windows.Forms.ToolStripMenuItem tsmiStudent;
private System.Windows.Forms.ToolStripMenuItem tsmiStudentManage;
private System.Windows.Forms.ToolStripMenuItem tsmiGrade;
private System.Windows.Forms.ToolStripMenuItem tsmiGradeManage;
private System.Windows.Forms.ToolStripMenuItem tsmiHelp;
private System.Windows.Forms.ToolStripMenuItem tsmiAbout;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
}

浙公网安备 33010602011771号