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

📄 studentinformation.designer.cs

📁 不错的班级管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 8;
            this.label5.Text = "学号";
            // 
            // textBoxclass
            // 
            this.textBoxclass.Location = new System.Drawing.Point(350, 28);
            this.textBoxclass.Name = "textBoxclass";
            this.textBoxclass.Size = new System.Drawing.Size(82, 21);
            this.textBoxclass.TabIndex = 6;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(315, 31);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "班级";
            // 
            // textBoxsex
            // 
            this.textBoxsex.Location = new System.Drawing.Point(225, 28);
            this.textBoxsex.Name = "textBoxsex";
            this.textBoxsex.Size = new System.Drawing.Size(68, 21);
            this.textBoxsex.TabIndex = 4;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(181, 31);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "性别";
            // 
            // textBoxname
            // 
            this.textBoxname.Location = new System.Drawing.Point(57, 28);
            this.textBoxname.Name = "textBoxname";
            this.textBoxname.Size = new System.Drawing.Size(100, 21);
            this.textBoxname.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(22, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "姓名";
            // 
            // 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(21, 438);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(248, 63);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            // 
            // radioButtondelete
            // 
            this.radioButtondelete.AutoSize = true;
            this.radioButtondelete.Location = new System.Drawing.Point(163, 29);
            this.radioButtondelete.Name = "radioButtondelete";
            this.radioButtondelete.Size = new System.Drawing.Size(47, 16);
            this.radioButtondelete.TabIndex = 2;
            this.radioButtondelete.TabStop = true;
            this.radioButtondelete.Text = "删除";
            this.radioButtondelete.UseVisualStyleBackColor = true;
            // 
            // radioButtonchange
            // 
            this.radioButtonchange.AutoSize = true;
            this.radioButtonchange.Location = new System.Drawing.Point(85, 29);
            this.radioButtonchange.Name = "radioButtonchange";
            this.radioButtonchange.Size = new System.Drawing.Size(47, 16);
            this.radioButtonchange.TabIndex = 1;
            this.radioButtonchange.TabStop = true;
            this.radioButtonchange.Text = "修改";
            this.radioButtonchange.UseVisualStyleBackColor = true;
            // 
            // radioButtonadd
            // 
            this.radioButtonadd.AutoSize = true;
            this.radioButtonadd.Location = new System.Drawing.Point(14, 29);
            this.radioButtonadd.Name = "radioButtonadd";
            this.radioButtonadd.Size = new System.Drawing.Size(47, 16);
            this.radioButtonadd.TabIndex = 0;
            this.radioButtonadd.TabStop = true;
            this.radioButtonadd.Text = "添加";
            this.radioButtonadd.UseVisualStyleBackColor = true;
            // 
            // buttonsave
            // 
            this.buttonsave.Location = new System.Drawing.Point(328, 467);
            this.buttonsave.Name = "buttonsave";
            this.buttonsave.Size = new System.Drawing.Size(75, 23);
            this.buttonsave.TabIndex = 4;
            this.buttonsave.Text = "保存";
            this.buttonsave.UseVisualStyleBackColor = true;
            this.buttonsave.Click += new System.EventHandler(this.buttonsave_Click);
            // 
            // buttonclear
            // 
            this.buttonclear.Location = new System.Drawing.Point(424, 467);
            this.buttonclear.Name = "buttonclear";
            this.buttonclear.Size = new System.Drawing.Size(75, 23);
            this.buttonclear.TabIndex = 5;
            this.buttonclear.Text = "清空";
            this.buttonclear.UseVisualStyleBackColor = true;
            this.buttonclear.Click += new System.EventHandler(this.buttonclear_Click);
            // 
            // buttonfresh
            // 
            this.buttonfresh.Location = new System.Drawing.Point(515, 467);
            this.buttonfresh.Name = "buttonfresh";
            this.buttonfresh.Size = new System.Drawing.Size(75, 23);
            this.buttonfresh.TabIndex = 6;
            this.buttonfresh.Text = "刷新";
            this.buttonfresh.UseVisualStyleBackColor = true;
            this.buttonfresh.Click += new System.EventHandler(this.buttonfresh_Click);
            // 
            // buttonexit
            // 
            this.buttonexit.Location = new System.Drawing.Point(610, 467);
            this.buttonexit.Name = "buttonexit";
            this.buttonexit.Size = new System.Drawing.Size(75, 23);
            this.buttonexit.TabIndex = 7;
            this.buttonexit.Text = "关闭";
            this.buttonexit.UseVisualStyleBackColor = true;
            // 
            // studentinformation
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(779, 539);
            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 = "studentinformation";
            this.Text = "studentinformation";
            this.Load += new System.EventHandler(this.studentinformation_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ListView listViewdisplay;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textBoxname;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBoxbirthday;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox textBoxclass;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBoxsex;
        private System.Windows.Forms.Button buttonright;
        private System.Windows.Forms.Button buttonleft;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBoxssh;
        private System.Windows.Forms.TextBox textBoxsslh;
        private System.Windows.Forms.TextBox textBoxzzmm;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textBoxnumber;
        private System.Windows.Forms.Label label4;
        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.Button buttonsave;
        private System.Windows.Forms.Button buttonclear;
        private System.Windows.Forms.Button buttonfresh;
        private System.Windows.Forms.Button buttonexit;

    }
}

⌨️ 快捷键说明

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