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

📄 teacher_information.designer.cs

📁 不错的班级管理系统
💻 CS
字号:
namespace _7计应的班级管理系统
{
    partial class teacher_information
    {
        /// <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()
        {
            this.listViewdisplay = new System.Windows.Forms.ListView();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.textBoxtext = new System.Windows.Forms.TextBox();
            this.buttonexit = new System.Windows.Forms.Button();
            this.buttonfresh = new System.Windows.Forms.Button();
            this.buttonclear = new System.Windows.Forms.Button();
            this.buttonsave = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.radioButtondelete = new System.Windows.Forms.RadioButton();
            this.radioButtonchange = new System.Windows.Forms.RadioButton();
            this.radioButtonadd = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBoxsex = new System.Windows.Forms.TextBox();
            this.textBoxteach = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.textBoxzhicheng = new System.Windows.Forms.TextBox();
            this.textBoxtel = new System.Windows.Forms.TextBox();
            this.textBoxname = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.buttonright = new System.Windows.Forms.Button();
            this.buttonleft = new System.Windows.Forms.Button();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // listViewdisplay
            // 
            this.listViewdisplay.GridLines = true;
            this.listViewdisplay.Location = new System.Drawing.Point(12, 12);
            this.listViewdisplay.Name = "listViewdisplay";
            this.listViewdisplay.Size = new System.Drawing.Size(648, 339);
            this.listViewdisplay.TabIndex = 1;
            this.listViewdisplay.UseCompatibleStateImageBehavior = false;
            this.listViewdisplay.View = System.Windows.Forms.View.Details;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.textBoxtext);
            this.groupBox3.Location = new System.Drawing.Point(415, 357);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(240, 160);
            this.groupBox3.TabIndex = 19;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "备注";
            // 
            // textBoxtext
            // 
            this.textBoxtext.Location = new System.Drawing.Point(16, 24);
            this.textBoxtext.Multiline = true;
            this.textBoxtext.Name = "textBoxtext";
            this.textBoxtext.Size = new System.Drawing.Size(208, 128);
            this.textBoxtext.TabIndex = 11;
            // 
            // buttonexit
            // 
            this.buttonexit.Location = new System.Drawing.Point(559, 541);
            this.buttonexit.Name = "buttonexit";
            this.buttonexit.Size = new System.Drawing.Size(75, 23);
            this.buttonexit.TabIndex = 18;
            this.buttonexit.Text = "关闭";
            this.buttonexit.Click += new System.EventHandler(this.buttonexit_Click);
            // 
            // buttonfresh
            // 
            this.buttonfresh.Location = new System.Drawing.Point(471, 541);
            this.buttonfresh.Name = "buttonfresh";
            this.buttonfresh.Size = new System.Drawing.Size(75, 23);
            this.buttonfresh.TabIndex = 17;
            this.buttonfresh.Text = "刷新";
            this.buttonfresh.Click += new System.EventHandler(this.buttonfresh_Click);
            // 
            // buttonclear
            // 
            this.buttonclear.Location = new System.Drawing.Point(383, 541);
            this.buttonclear.Name = "buttonclear";
            this.buttonclear.Size = new System.Drawing.Size(75, 23);
            this.buttonclear.TabIndex = 16;
            this.buttonclear.Text = "清空";
            this.buttonclear.Click += new System.EventHandler(this.buttonclear_Click);
            // 
            // buttonsave
            // 
            this.buttonsave.Location = new System.Drawing.Point(295, 541);
            this.buttonsave.Name = "buttonsave";
            this.buttonsave.Size = new System.Drawing.Size(75, 23);
            this.buttonsave.TabIndex = 15;
            this.buttonsave.Text = "保存";
            this.buttonsave.Click += new System.EventHandler(this.buttonsave_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.radioButtondelete);
            this.groupBox2.Controls.Add(this.radioButtonchange);
            this.groupBox2.Controls.Add(this.radioButtonadd);
            this.groupBox2.Location = new System.Drawing.Point(31, 525);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(248, 48);
            this.groupBox2.TabIndex = 14;
            this.groupBox2.TabStop = false;
            // 
            // radioButtondelete
            // 
            this.radioButtondelete.Location = new System.Drawing.Point(176, 16);
            this.radioButtondelete.Name = "radioButtondelete";
            this.radioButtondelete.Size = new System.Drawing.Size(56, 24);
            this.radioButtondelete.TabIndex = 5;
            this.radioButtondelete.Text = "删除";
            // 
            // radioButtonchange
            // 
            this.radioButtonchange.Location = new System.Drawing.Point(104, 16);
            this.radioButtonchange.Name = "radioButtonchange";
            this.radioButtonchange.Size = new System.Drawing.Size(104, 24);
            this.radioButtonchange.TabIndex = 4;
            this.radioButtonchange.Text = "修改";
            // 
            // radioButtonadd
            // 
            this.radioButtonadd.Location = new System.Drawing.Point(24, 16);
            this.radioButtonadd.Name = "radioButtonadd";
            this.radioButtonadd.Size = new System.Drawing.Size(104, 24);
            this.radioButtonadd.TabIndex = 3;
            this.radioButtonadd.Text = "添加";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBoxsex);
            this.groupBox1.Controls.Add(this.textBoxteach);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.textBoxzhicheng);
            this.groupBox1.Controls.Add(this.textBoxtel);
            this.groupBox1.Controls.Add(this.textBoxname);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.buttonright);
            this.groupBox1.Controls.Add(this.buttonleft);
            this.groupBox1.Location = new System.Drawing.Point(25, 357);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(384, 160);
            this.groupBox1.TabIndex = 13;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "编辑";
            // 
            // textBoxsex
            // 
            this.textBoxsex.Location = new System.Drawing.Point(264, 24);
            this.textBoxsex.Name = "textBoxsex";
            this.textBoxsex.Size = new System.Drawing.Size(100, 21);
            this.textBoxsex.TabIndex = 10;
            // 
            // textBoxteach
            // 
            this.textBoxteach.Location = new System.Drawing.Point(104, 72);
            this.textBoxteach.Name = "textBoxteach";
            this.textBoxteach.Size = new System.Drawing.Size(88, 21);
            this.textBoxteach.TabIndex = 9;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(40, 72);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(100, 23);
            this.label5.TabIndex = 8;
            this.label5.Text = "担任科目";
            // 
            // textBoxzhicheng
            // 
            this.textBoxzhicheng.Location = new System.Drawing.Point(104, 120);
            this.textBoxzhicheng.Name = "textBoxzhicheng";
            this.textBoxzhicheng.Size = new System.Drawing.Size(88, 21);
            this.textBoxzhicheng.TabIndex = 7;
            // 
            // textBoxtel
            // 
            this.textBoxtel.Location = new System.Drawing.Point(264, 72);
            this.textBoxtel.Name = "textBoxtel";
            this.textBoxtel.Size = new System.Drawing.Size(104, 21);
            this.textBoxtel.TabIndex = 6;
            // 
            // textBoxname
            // 
            this.textBoxname.Location = new System.Drawing.Point(104, 24);
            this.textBoxname.Name = "textBoxname";
            this.textBoxname.Size = new System.Drawing.Size(88, 21);
            this.textBoxname.TabIndex = 4;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(40, 120);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(100, 23);
            this.label4.TabIndex = 3;
            this.label4.Text = "职称";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(208, 72);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(100, 23);
            this.label3.TabIndex = 2;
            this.label3.Text = "联系电话";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(208, 24);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 23);
            this.label2.TabIndex = 1;
            this.label2.Text = "姓别";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(40, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "姓名";
            // 
            // buttonright
            // 
            this.buttonright.Location = new System.Drawing.Point(328, 120);
            this.buttonright.Name = "buttonright";
            this.buttonright.Size = new System.Drawing.Size(40, 23);
            this.buttonright.TabIndex = 14;
            this.buttonright.Text = ">";
            this.buttonright.Click += new System.EventHandler(this.buttonright_Click);
            // 
            // buttonleft
            // 
            this.buttonleft.Location = new System.Drawing.Point(264, 120);
            this.buttonleft.Name = "buttonleft";
            this.buttonleft.Size = new System.Drawing.Size(40, 23);
            this.buttonleft.TabIndex = 13;
            this.buttonleft.Text = "<";
            this.buttonleft.Click += new System.EventHandler(this.buttonleft_Click);
            // 
            // teacher_information
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(699, 579);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.buttonexit);
            this.Controls.Add(this.buttonfresh);
            this.Controls.Add(this.buttonclear);
            this.Controls.Add(this.buttonsave);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.listViewdisplay);
            this.Name = "teacher_information";
            this.Text = "teacher_information";
            this.Load += new System.EventHandler(this.teacher_information_Load);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

       // private System.Windows.Forms.ListView listViewdisplay;
        //private System.Windows.Forms.GroupBox groupBox3;
        //private System.Windows.Forms.TextBox textBoxtext;
        //private System.Windows.Forms.Button buttonexit;
        //private System.Windows.Forms.Button buttonfresh;
        //private System.Windows.Forms.Button buttonclear;
        //private System.Windows.Forms.Button buttonsave;
        //private System.Windows.Forms.GroupBox groupBox2;
        //private System.Windows.Forms.RadioButton radioButtondelete;
        //private System.Windows.Forms.RadioButton radioButtonchange;
        //private System.Windows.Forms.RadioButton radioButtonadd;
        //private System.Windows.Forms.GroupBox groupBox1;
        //private System.Windows.Forms.TextBox textBoxsex;
        //private System.Windows.Forms.TextBox textBoxteach;
        //private System.Windows.Forms.Label label5;
        //private System.Windows.Forms.TextBox textBoxzhicheng;
        //private System.Windows.Forms.TextBox textBoxtel;
        //private System.Windows.Forms.TextBox textBoxname;
        //private System.Windows.Forms.Label label4;
        //private System.Windows.Forms.Label label3;
        //private System.Windows.Forms.Label label2;
        //private System.Windows.Forms.Label label1;
        //private System.Windows.Forms.Button buttonright;
        //private System.Windows.Forms.Button buttonleft;
    }
}

⌨️ 快捷键说明

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