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

📄 studentinformation.designer.cs

📁 不错的班级管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace _7计应的班级管理系统
{
    partial class studentinformation
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.buttonright = new System.Windows.Forms.Button();
            this.buttonleft = new System.Windows.Forms.Button();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.textBoxssh = new System.Windows.Forms.TextBox();
            this.textBoxsslh = new System.Windows.Forms.TextBox();
            this.textBoxzzmm = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBoxnumber = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxbirthday = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.textBoxclass = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBoxsex = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBoxname = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            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.buttonsave = new System.Windows.Forms.Button();
            this.buttonclear = new System.Windows.Forms.Button();
            this.buttonfresh = new System.Windows.Forms.Button();
            this.buttonexit = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // listViewdisplay
            // 
            this.listViewdisplay.GridLines = true;
            this.listViewdisplay.Location = new System.Drawing.Point(63, 12);
            this.listViewdisplay.Name = "listViewdisplay";
            this.listViewdisplay.Size = new System.Drawing.Size(622, 294);
            this.listViewdisplay.TabIndex = 1;
            this.listViewdisplay.UseCompatibleStateImageBehavior = false;
            this.listViewdisplay.View = System.Windows.Forms.View.Details;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.buttonright);
            this.groupBox1.Controls.Add(this.buttonleft);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.textBoxssh);
            this.groupBox1.Controls.Add(this.textBoxsslh);
            this.groupBox1.Controls.Add(this.textBoxzzmm);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.textBoxnumber);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.textBoxbirthday);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.textBoxclass);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.textBoxsex);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.textBoxname);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(21, 326);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(742, 100);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            // 
            // buttonright
            // 
            this.buttonright.Location = new System.Drawing.Point(636, 70);
            this.buttonright.Name = "buttonright";
            this.buttonright.Size = new System.Drawing.Size(75, 23);
            this.buttonright.TabIndex = 20;
            this.buttonright.Text = ">";
            this.buttonright.UseVisualStyleBackColor = true;
            this.buttonright.Click += new System.EventHandler(this.buttonright_Click);
            // 
            // buttonleft
            // 
            this.buttonleft.Location = new System.Drawing.Point(538, 68);
            this.buttonleft.Name = "buttonleft";
            this.buttonleft.Size = new System.Drawing.Size(75, 23);
            this.buttonleft.TabIndex = 19;
            this.buttonleft.Text = "<";
            this.buttonleft.UseVisualStyleBackColor = true;
            this.buttonleft.Click += new System.EventHandler(this.buttonleft_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(368, 77);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 18;
            this.label8.Text = "宿舍号";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(190, 73);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 17;
            this.label7.Text = "宿舍楼";
            // 
            // textBoxssh
            // 
            this.textBoxssh.Location = new System.Drawing.Point(415, 70);
            this.textBoxssh.Name = "textBoxssh";
            this.textBoxssh.Size = new System.Drawing.Size(81, 21);
            this.textBoxssh.TabIndex = 16;
            // 
            // textBoxsslh
            // 
            this.textBoxsslh.Location = new System.Drawing.Point(237, 70);
            this.textBoxsslh.Name = "textBoxsslh";
            this.textBoxsslh.Size = new System.Drawing.Size(100, 21);
            this.textBoxsslh.TabIndex = 15;
            // 
            // textBoxzzmm
            // 
            this.textBoxzzmm.Location = new System.Drawing.Point(71, 66);
            this.textBoxzzmm.Name = "textBoxzzmm";
            this.textBoxzzmm.Size = new System.Drawing.Size(100, 21);
            this.textBoxzzmm.TabIndex = 14;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(12, 68);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 13;
            this.label6.Text = "政治面貌";
            // 
            // textBoxnumber
            // 
            this.textBoxnumber.Location = new System.Drawing.Point(487, 28);
            this.textBoxnumber.Name = "textBoxnumber";
            this.textBoxnumber.Size = new System.Drawing.Size(82, 21);
            this.textBoxnumber.TabIndex = 12;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(575, 31);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 11;
            this.label4.Text = "出生年月";
            // 
            // textBoxbirthday
            // 
            this.textBoxbirthday.Location = new System.Drawing.Point(636, 28);
            this.textBoxbirthday.Name = "textBoxbirthday";
            this.textBoxbirthday.Size = new System.Drawing.Size(82, 21);
            this.textBoxbirthday.TabIndex = 10;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(438, 31);

⌨️ 快捷键说明

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