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

📄 studentselect.designer.cs

📁 不错的班级管理系统
💻 CS
字号:
namespace _7计应的班级管理系统
{
    partial class studentselect
    {
        /// <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.buttonrefresh = new System.Windows.Forms.Button();
            this.buttonselect = new System.Windows.Forms.Button();
            this.buttonexit = new System.Windows.Forms.Button();
            this.buttonclear = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBoxnumber = new System.Windows.Forms.TextBox();
            this.textBoxsex = new System.Windows.Forms.TextBox();
            this.textBoxclass = new System.Windows.Forms.TextBox();
            this.textBoxname = new System.Windows.Forms.TextBox();
            this.radioButtonnumber = new System.Windows.Forms.RadioButton();
            this.radioButtonsex = new System.Windows.Forms.RadioButton();
            this.radioButtonclass = new System.Windows.Forms.RadioButton();
            this.radioButtonname = new System.Windows.Forms.RadioButton();
            this.listViewdisplay = new System.Windows.Forms.ListView();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // buttonrefresh
            // 
            this.buttonrefresh.Enabled = false;
            this.buttonrefresh.Location = new System.Drawing.Point(492, 105);
            this.buttonrefresh.Name = "buttonrefresh";
            this.buttonrefresh.Size = new System.Drawing.Size(75, 23);
            this.buttonrefresh.TabIndex = 13;
            this.buttonrefresh.Text = "刷新";
            this.buttonrefresh.Click += new System.EventHandler(this.buttonrefresh_Click);
            // 
            // buttonselect
            // 
            this.buttonselect.Location = new System.Drawing.Point(388, 105);
            this.buttonselect.Name = "buttonselect";
            this.buttonselect.Size = new System.Drawing.Size(75, 23);
            this.buttonselect.TabIndex = 12;
            this.buttonselect.Text = "查找";
            this.buttonselect.Click += new System.EventHandler(this.buttonselect_Click);
            // 
            // buttonexit
            // 
            this.buttonexit.Location = new System.Drawing.Point(492, 65);
            this.buttonexit.Name = "buttonexit";
            this.buttonexit.Size = new System.Drawing.Size(75, 23);
            this.buttonexit.TabIndex = 11;
            this.buttonexit.Text = "关闭";
            this.buttonexit.Click += new System.EventHandler(this.buttonexit_Click);
            // 
            // buttonclear
            // 
            this.buttonclear.Location = new System.Drawing.Point(388, 65);
            this.buttonclear.Name = "buttonclear";
            this.buttonclear.Size = new System.Drawing.Size(75, 23);
            this.buttonclear.TabIndex = 10;
            this.buttonclear.Text = "清空";
            this.buttonclear.Click += new System.EventHandler(this.buttonclear_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBoxnumber);
            this.groupBox1.Controls.Add(this.textBoxsex);
            this.groupBox1.Controls.Add(this.textBoxclass);
            this.groupBox1.Controls.Add(this.textBoxname);
            this.groupBox1.Controls.Add(this.radioButtonnumber);
            this.groupBox1.Controls.Add(this.radioButtonsex);
            this.groupBox1.Controls.Add(this.radioButtonclass);
            this.groupBox1.Controls.Add(this.radioButtonname);
            this.groupBox1.Location = new System.Drawing.Point(20, 41);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(336, 112);
            this.groupBox1.TabIndex = 9;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查寻条件";
            // 
            // textBoxnumber
            // 
            this.textBoxnumber.Location = new System.Drawing.Point(216, 64);
            this.textBoxnumber.Name = "textBoxnumber";
            this.textBoxnumber.Size = new System.Drawing.Size(100, 21);
            this.textBoxnumber.TabIndex = 7;
            // 
            // textBoxsex
            // 
            this.textBoxsex.Location = new System.Drawing.Point(56, 64);
            this.textBoxsex.Name = "textBoxsex";
            this.textBoxsex.Size = new System.Drawing.Size(100, 21);
            this.textBoxsex.TabIndex = 6;
            // 
            // textBoxclass
            // 
            this.textBoxclass.Location = new System.Drawing.Point(216, 24);
            this.textBoxclass.Name = "textBoxclass";
            this.textBoxclass.Size = new System.Drawing.Size(100, 21);
            this.textBoxclass.TabIndex = 5;
            // 
            // textBoxname
            // 
            this.textBoxname.Location = new System.Drawing.Point(56, 24);
            this.textBoxname.Name = "textBoxname";
            this.textBoxname.Size = new System.Drawing.Size(100, 21);
            this.textBoxname.TabIndex = 4;
            // 
            // radioButtonnumber
            // 
            this.radioButtonnumber.Location = new System.Drawing.Point(168, 64);
            this.radioButtonnumber.Name = "radioButtonnumber";
            this.radioButtonnumber.Size = new System.Drawing.Size(104, 24);
            this.radioButtonnumber.TabIndex = 3;
            this.radioButtonnumber.Text = "学号";
            // 
            // radioButtonsex
            // 
            this.radioButtonsex.Location = new System.Drawing.Point(8, 64);
            this.radioButtonsex.Name = "radioButtonsex";
            this.radioButtonsex.Size = new System.Drawing.Size(48, 24);
            this.radioButtonsex.TabIndex = 2;
            this.radioButtonsex.Text = "姓别";
            this.radioButtonsex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // radioButtonclass
            // 
            this.radioButtonclass.Location = new System.Drawing.Point(168, 24);
            this.radioButtonclass.Name = "radioButtonclass";
            this.radioButtonclass.Size = new System.Drawing.Size(104, 24);
            this.radioButtonclass.TabIndex = 1;
            this.radioButtonclass.Text = "班级";
            // 
            // radioButtonname
            // 
            this.radioButtonname.Location = new System.Drawing.Point(8, 24);
            this.radioButtonname.Name = "radioButtonname";
            this.radioButtonname.Size = new System.Drawing.Size(104, 24);
            this.radioButtonname.TabIndex = 0;
            this.radioButtonname.Text = "姓名";
            // 
            // listViewdisplay
            // 
            this.listViewdisplay.GridLines = true;
            this.listViewdisplay.Location = new System.Drawing.Point(20, 161);
            this.listViewdisplay.Name = "listViewdisplay";
            this.listViewdisplay.Size = new System.Drawing.Size(544, 272);
            this.listViewdisplay.TabIndex = 14;
            this.listViewdisplay.UseCompatibleStateImageBehavior = false;
            this.listViewdisplay.View = System.Windows.Forms.View.Details;
            // 
            // studentselect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(586, 475);
            this.Controls.Add(this.buttonrefresh);
            this.Controls.Add(this.buttonselect);
            this.Controls.Add(this.buttonexit);
            this.Controls.Add(this.buttonclear);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.listViewdisplay);
            this.Name = "studentselect";
            this.Text = "studentselect";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button buttonrefresh;
        private System.Windows.Forms.Button buttonselect;
        private System.Windows.Forms.Button buttonexit;
        private System.Windows.Forms.Button buttonclear;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textBoxnumber;
        private System.Windows.Forms.TextBox textBoxsex;
        private System.Windows.Forms.TextBox textBoxclass;
        private System.Windows.Forms.TextBox textBoxname;
        private System.Windows.Forms.RadioButton radioButtonnumber;
        private System.Windows.Forms.RadioButton radioButtonsex;
        private System.Windows.Forms.RadioButton radioButtonclass;
        private System.Windows.Forms.RadioButton radioButtonname;
        private System.Windows.Forms.ListView listViewdisplay;
    }
}

⌨️ 快捷键说明

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