1 Star 0 Fork 0

wyb/SlSoftSecond

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
homePage.Designer.cs 9.84 KB
一键复制 编辑 原始数据 按行查看 历史
wyb 提交于 2024-04-08 09:07 . 打印和bug完成
namespace WindowsFormsApp1
{
partial class homePage
{
/// <summary>
/// Required designer variable.
/// </summary>
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.系统信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UserMessageTools = new System.Windows.Forms.ToolStripMenuItem();
this.TeacherMessageTools = new System.Windows.Forms.ToolStripMenuItem();
this.StudentMessageTools = new System.Windows.Forms.ToolStripMenuItem();
this.GiveLessons = new System.Windows.Forms.ToolStripMenuItem();
this.CurriculaVariable = new System.Windows.Forms.ToolStripMenuItem();
this.GradeManange = new System.Windows.Forms.ToolStripMenuItem();
this.FIlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.TeacherToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.StudendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SubjectToolS = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.退出登录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// 系统信息ToolStripMenuItem
//
this.系统信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UserMessageTools,
this.TeacherMessageTools,
this.StudentMessageTools,
this.GiveLessons,
this.CurriculaVariable,
this.GradeManange});
this.系统信息ToolStripMenuItem.Name = "系统信息ToolStripMenuItem";
this.系统信息ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.系统信息ToolStripMenuItem.Text = "系统信息";
//
// UserMessageTools
//
this.UserMessageTools.Name = "UserMessageTools";
this.UserMessageTools.Size = new System.Drawing.Size(180, 22);
this.UserMessageTools.Text = "用户信息";
this.UserMessageTools.Click += new System.EventHandler(this.UserMessageTools_Click);
//
// TeacherMessageTools
//
this.TeacherMessageTools.Name = "TeacherMessageTools";
this.TeacherMessageTools.Size = new System.Drawing.Size(180, 22);
this.TeacherMessageTools.Text = "教师信息";
this.TeacherMessageTools.Click += new System.EventHandler(this.TeacherMessageTools_Click);
//
// StudentMessageTools
//
this.StudentMessageTools.Name = "StudentMessageTools";
this.StudentMessageTools.Size = new System.Drawing.Size(180, 22);
this.StudentMessageTools.Text = "学生信息";
this.StudentMessageTools.Click += new System.EventHandler(this.StudentMessageTools_Click);
//
// GiveLessons
//
this.GiveLessons.Name = "GiveLessons";
this.GiveLessons.Size = new System.Drawing.Size(180, 22);
this.GiveLessons.Text = "授课信息";
this.GiveLessons.Click += new System.EventHandler(this.GiveLessons_Click);
//
// CurriculaVariable
//
this.CurriculaVariable.Name = "CurriculaVariable";
this.CurriculaVariable.Size = new System.Drawing.Size(180, 22);
this.CurriculaVariable.Text = "选课信息";
this.CurriculaVariable.Click += new System.EventHandler(this.CurriculaVariable_Click);
//
// GradeManange
//
this.GradeManange.Name = "GradeManange";
this.GradeManange.Size = new System.Drawing.Size(180, 22);
this.GradeManange.Text = "成绩管理";
this.GradeManange.Click += new System.EventHandler(this.GradeManange_Click);
//
// FIlesToolStripMenuItem
//
this.FIlesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TeacherToolStripMenuItem,
this.StudendToolStripMenuItem,
this.SubjectToolS});
this.FIlesToolStripMenuItem.Name = "FIlesToolStripMenuItem";
this.FIlesToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.FIlesToolStripMenuItem.Text = "信息";
//
// TeacherToolStripMenuItem
//
this.TeacherToolStripMenuItem.Name = "TeacherToolStripMenuItem";
this.TeacherToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.TeacherToolStripMenuItem.Text = "教师档案";
this.TeacherToolStripMenuItem.Click += new System.EventHandler(this.TeacherToolStripMenuItem_Click);
//
// StudendToolStripMenuItem
//
this.StudendToolStripMenuItem.Name = "StudendToolStripMenuItem";
this.StudendToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.StudendToolStripMenuItem.Text = "学生档案";
this.StudendToolStripMenuItem.Click += new System.EventHandler(this.StudendToolStripMenuItem_Click);
//
// SubjectToolS
//
this.SubjectToolS.Name = "SubjectToolS";
this.SubjectToolS.Size = new System.Drawing.Size(124, 22);
this.SubjectToolS.Text = "学科档案";
this.SubjectToolS.Click += new System.EventHandler(this.SubjectToolS_Click);
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统信息ToolStripMenuItem,
this.FIlesToolStripMenuItem,
this.退出登录ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(820, 25);
this.menuStrip1.TabIndex = 3;
this.menuStrip1.Text = "menuStrip1";
//
// 退出登录ToolStripMenuItem
//
this.退出登录ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ExitToolStripMenuItem});
this.退出登录ToolStripMenuItem.Name = "退出登录ToolStripMenuItem";
this.退出登录ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.退出登录ToolStripMenuItem.Text = "退出登录";
//
// ExitToolStripMenuItem
//
this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
this.ExitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.ExitToolStripMenuItem.Text = "确认退出";
this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
//
// homePage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(820, 558);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "homePage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "首页";
this.Load += new System.EventHandler(this.homePage_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripMenuItem 系统信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem UserMessageTools;
private System.Windows.Forms.ToolStripMenuItem TeacherMessageTools;
private System.Windows.Forms.ToolStripMenuItem StudentMessageTools;
private System.Windows.Forms.ToolStripMenuItem GiveLessons;
private System.Windows.Forms.ToolStripMenuItem CurriculaVariable;
private System.Windows.Forms.ToolStripMenuItem GradeManange;
private System.Windows.Forms.ToolStripMenuItem FIlesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem TeacherToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem StudendToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem SubjectToolS;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 退出登录ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ExitToolStripMenuItem;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wyhwd/sl-soft-second.git
git@gitee.com:wyhwd/sl-soft-second.git
wyhwd
sl-soft-second
SlSoftSecond
master

搜索帮助