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

📄 studentform.designer.cs

📁 老师信息管理
💻 CS
字号:
namespace MySchool
{
    partial class StudentForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentForm));
            this.msStudent = new System.Windows.Forms.MenuStrip();
            this.tsmiSelfInfo = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiRegistInfo = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiBaseInfo = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiExam = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiQuiz = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiSearchMark = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiHomework = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiCommunion = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuWindows = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
            this.tsStudent = new System.Windows.Forms.ToolStrip();
            this.tsbtnModifySelfInfo = new System.Windows.Forms.ToolStripButton();
            this.tsbtnQuiz = new System.Windows.Forms.ToolStripButton();
            this.tsbtnSearchMark = new System.Windows.Forms.ToolStripButton();
            this.tsbtnHomework = new System.Windows.Forms.ToolStripButton();
            this.tsbtnCommunication = new System.Windows.Forms.ToolStripButton();
            this.ssStudent = new System.Windows.Forms.StatusStrip();
            this.lblTeacher = new System.Windows.Forms.ToolStripStatusLabel();
            this.msStudent.SuspendLayout();
            this.tsStudent.SuspendLayout();
            this.ssStudent.SuspendLayout();
            this.SuspendLayout();
            // 
            // msStudent
            // 
            this.msStudent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiSelfInfo,
            this.tsmiExam,
            this.tsmiHomework,
            this.tsmiCommunion,
            this.mnuWindows,
            this.mnuHelp});
            this.msStudent.Location = new System.Drawing.Point(0, 0);
            this.msStudent.MdiWindowListItem = this.mnuWindows;
            this.msStudent.Name = "msStudent";
            this.msStudent.Size = new System.Drawing.Size(516, 24);
            this.msStudent.TabIndex = 0;
            this.msStudent.Text = "menuStrip1";
            // 
            // tsmiSelfInfo
            // 
            this.tsmiSelfInfo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiRegistInfo,
            this.tsmiBaseInfo,
            this.toolStripSeparator1,
            this.tsmiExit});
            this.tsmiSelfInfo.Name = "tsmiSelfInfo";
            this.tsmiSelfInfo.Size = new System.Drawing.Size(65, 20);
            this.tsmiSelfInfo.Text = "个人信息";
            // 
            // tsmiRegistInfo
            // 
            this.tsmiRegistInfo.Name = "tsmiRegistInfo";
            this.tsmiRegistInfo.Size = new System.Drawing.Size(118, 22);
            this.tsmiRegistInfo.Text = "注册信息";
            // 
            // tsmiBaseInfo
            // 
            this.tsmiBaseInfo.Name = "tsmiBaseInfo";
            this.tsmiBaseInfo.Size = new System.Drawing.Size(118, 22);
            this.tsmiBaseInfo.Text = "基本资料";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(115, 6);
            // 
            // tsmiExit
            // 
            this.tsmiExit.Name = "tsmiExit";
            this.tsmiExit.Size = new System.Drawing.Size(118, 22);
            this.tsmiExit.Text = "退出";
            this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
            // 
            // tsmiExam
            // 
            this.tsmiExam.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiQuiz,
            this.tsmiSearchMark});
            this.tsmiExam.Name = "tsmiExam";
            this.tsmiExam.Size = new System.Drawing.Size(65, 20);
            this.tsmiExam.Text = "考试管理";
            // 
            // tsmiQuiz
            // 
            this.tsmiQuiz.Name = "tsmiQuiz";
            this.tsmiQuiz.Size = new System.Drawing.Size(118, 22);
            this.tsmiQuiz.Text = "在线答题";
            this.tsmiQuiz.Click += new System.EventHandler(this.tsmiQuiz_Click);
            // 
            // tsmiSearchMark
            // 
            this.tsmiSearchMark.Name = "tsmiSearchMark";
            this.tsmiSearchMark.Size = new System.Drawing.Size(118, 22);
            this.tsmiSearchMark.Text = "成绩查询";
            // 
            // tsmiHomework
            // 
            this.tsmiHomework.Name = "tsmiHomework";
            this.tsmiHomework.Size = new System.Drawing.Size(65, 20);
            this.tsmiHomework.Text = "提交作业";
            // 
            // tsmiCommunion
            // 
            this.tsmiCommunion.Name = "tsmiCommunion";
            this.tsmiCommunion.Size = new System.Drawing.Size(65, 20);
            this.tsmiCommunion.Text = "讨论交流";
            // 
            // mnuWindows
            // 
            this.mnuWindows.Name = "mnuWindows";
            this.mnuWindows.Size = new System.Drawing.Size(41, 20);
            this.mnuWindows.Text = "窗口";
            // 
            // mnuHelp
            // 
            this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuAbout});
            this.mnuHelp.Name = "mnuHelp";
            this.mnuHelp.Size = new System.Drawing.Size(41, 20);
            this.mnuHelp.Text = "帮助";
            // 
            // mnuAbout
            // 
            this.mnuAbout.Name = "mnuAbout";
            this.mnuAbout.Size = new System.Drawing.Size(94, 22);
            this.mnuAbout.Text = "关于";
            this.mnuAbout.Click += new System.EventHandler(this.tsmiAbout_Click);
            // 
            // tsStudent
            // 
            this.tsStudent.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.tsStudent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbtnModifySelfInfo,
            this.tsbtnQuiz,
            this.tsbtnSearchMark,
            this.tsbtnHomework,
            this.tsbtnCommunication});
            this.tsStudent.Location = new System.Drawing.Point(0, 24);
            this.tsStudent.Name = "tsStudent";
            this.tsStudent.Size = new System.Drawing.Size(516, 31);
            this.tsStudent.TabIndex = 1;
            this.tsStudent.Text = "toolStrip1";
            // 
            // tsbtnModifySelfInfo
            // 
            this.tsbtnModifySelfInfo.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnModifySelfInfo.Image")));
            this.tsbtnModifySelfInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnModifySelfInfo.Name = "tsbtnModifySelfInfo";
            this.tsbtnModifySelfInfo.Size = new System.Drawing.Size(105, 28);
            this.tsbtnModifySelfInfo.Text = "编辑个人信息";
            // 
            // tsbtnQuiz
            // 
            this.tsbtnQuiz.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnQuiz.Image")));
            this.tsbtnQuiz.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnQuiz.Name = "tsbtnQuiz";
            this.tsbtnQuiz.Size = new System.Drawing.Size(81, 28);
            this.tsbtnQuiz.Text = "在线答题";
            this.tsbtnQuiz.Click += new System.EventHandler(this.tsmiQuiz_Click);
            // 
            // tsbtnSearchMark
            // 
            this.tsbtnSearchMark.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearchMark.Image")));
            this.tsbtnSearchMark.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnSearchMark.Name = "tsbtnSearchMark";
            this.tsbtnSearchMark.Size = new System.Drawing.Size(81, 28);
            this.tsbtnSearchMark.Text = "成绩查询";
            // 
            // tsbtnHomework
            // 
            this.tsbtnHomework.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnHomework.Image")));
            this.tsbtnHomework.ImageTransparentColor = System.Drawing.Color.White;
            this.tsbtnHomework.Name = "tsbtnHomework";
            this.tsbtnHomework.Size = new System.Drawing.Size(81, 28);
            this.tsbtnHomework.Text = "提交作业";
            // 
            // tsbtnCommunication
            // 
            this.tsbtnCommunication.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCommunication.Image")));
            this.tsbtnCommunication.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnCommunication.Name = "tsbtnCommunication";
            this.tsbtnCommunication.Size = new System.Drawing.Size(81, 28);
            this.tsbtnCommunication.Text = "讨论交流";
            // 
            // ssStudent
            // 
            this.ssStudent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblTeacher});
            this.ssStudent.Location = new System.Drawing.Point(0, 328);
            this.ssStudent.Name = "ssStudent";
            this.ssStudent.Size = new System.Drawing.Size(516, 22);
            this.ssStudent.TabIndex = 3;
            // 
            // lblTeacher
            // 
            this.lblTeacher.Name = "lblTeacher";
            this.lblTeacher.Size = new System.Drawing.Size(29, 17);
            this.lblTeacher.Text = "教员";
            // 
            // StudentForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(516, 350);
            this.Controls.Add(this.ssStudent);
            this.Controls.Add(this.tsStudent);
            this.Controls.Add(this.msStudent);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.msStudent;
            this.Name = "StudentForm";
            this.Text = "MySchool-学员";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StudentForm_FormClosed);
            this.Load += new System.EventHandler(this.TeacherForm_Load);
            this.msStudent.ResumeLayout(false);
            this.msStudent.PerformLayout();
            this.tsStudent.ResumeLayout(false);
            this.tsStudent.PerformLayout();
            this.ssStudent.ResumeLayout(false);
            this.ssStudent.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip msStudent;
        private System.Windows.Forms.ToolStripMenuItem tsmiSelfInfo;
        private System.Windows.Forms.ToolStripMenuItem tsmiRegistInfo;
        private System.Windows.Forms.ToolStripMenuItem tsmiBaseInfo;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem tsmiExit;
        private System.Windows.Forms.ToolStripMenuItem tsmiExam;
        private System.Windows.Forms.ToolStripMenuItem tsmiHomework;
        private System.Windows.Forms.ToolStripMenuItem mnuHelp;
        private System.Windows.Forms.ToolStripMenuItem mnuAbout;
        private System.Windows.Forms.ToolStrip tsStudent;
        private System.Windows.Forms.ToolStripButton tsbtnModifySelfInfo;
        private System.Windows.Forms.ToolStripButton tsbtnQuiz;
        private System.Windows.Forms.ToolStripButton tsbtnSearchMark;
        private System.Windows.Forms.ToolStripButton tsbtnHomework;
        private System.Windows.Forms.ToolStripButton tsbtnCommunication;
        private System.Windows.Forms.ToolStripMenuItem mnuWindows;
        private System.Windows.Forms.StatusStrip ssStudent;
        private System.Windows.Forms.ToolStripStatusLabel lblTeacher;
        private System.Windows.Forms.ToolStripMenuItem tsmiQuiz;
        private System.Windows.Forms.ToolStripMenuItem tsmiSearchMark;
        private System.Windows.Forms.ToolStripMenuItem tsmiCommunion;
    }
}

⌨️ 快捷键说明

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