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

📄 formstudentupdate.designer.cs

📁 学生管理系统Csharp2005 学生管理系统Csharp2005 学生管理系统Csharp2005
💻 CS
字号:
namespace StudentManager
{
    partial class FormStudentUpdate
    {
        /// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.comboBoxEnterYear = new System.Windows.Forms.ComboBox();
            this.comboBoxDepartment = new System.Windows.Forms.ComboBox();
            this.radioButtonFemale = new System.Windows.Forms.RadioButton();
            this.radioButtonMale = new System.Windows.Forms.RadioButton();
            this.textBoxSAge = new System.Windows.Forms.TextBox();
            this.labelEnterYear = new System.Windows.Forms.Label();
            this.textBoxSNo = new System.Windows.Forms.TextBox();
            this.textBoxSName = new System.Windows.Forms.TextBox();
            this.labelDepartment = new System.Windows.Forms.Label();
            this.labelSGender = new System.Windows.Forms.Label();
            this.labelSAge = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.labelSNo = new System.Windows.Forms.Label();
            this.buttonReset = new System.Windows.Forms.Button();
            this.buttonUpdate = new System.Windows.Forms.Button();
            this.labelSName = new System.Windows.Forms.Label();
            this.buttonClose = new System.Windows.Forms.Button();
            this.dataGridViewPreView = new System.Windows.Forms.DataGridView();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPreView)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Location = new System.Drawing.Point(8, 18);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.comboBoxEnterYear);
            this.splitContainer1.Panel1.Controls.Add(this.comboBoxDepartment);
            this.splitContainer1.Panel1.Controls.Add(this.radioButtonFemale);
            this.splitContainer1.Panel1.Controls.Add(this.radioButtonMale);
            this.splitContainer1.Panel1.Controls.Add(this.textBoxSAge);
            this.splitContainer1.Panel1.Controls.Add(this.labelEnterYear);
            this.splitContainer1.Panel1.Controls.Add(this.textBoxSNo);
            this.splitContainer1.Panel1.Controls.Add(this.textBoxSName);
            this.splitContainer1.Panel1.Controls.Add(this.labelDepartment);
            this.splitContainer1.Panel1.Controls.Add(this.labelSGender);
            this.splitContainer1.Panel1.Controls.Add(this.labelSAge);
            this.splitContainer1.Panel1.Controls.Add(this.label1);
            this.splitContainer1.Panel1.Controls.Add(this.labelSNo);
            this.splitContainer1.Panel1.Controls.Add(this.buttonReset);
            this.splitContainer1.Panel1.Controls.Add(this.buttonUpdate);
            this.splitContainer1.Panel1.Controls.Add(this.labelSName);
            this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.buttonClose);
            this.splitContainer1.Panel2.Controls.Add(this.dataGridViewPreView);
            this.splitContainer1.Size = new System.Drawing.Size(871, 507);
            this.splitContainer1.SplitterDistance = 261;
            this.splitContainer1.TabIndex = 4;
            // 
            // comboBoxEnterYear
            // 
            this.comboBoxEnterYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEnterYear.FormattingEnabled = true;
            this.comboBoxEnterYear.Items.AddRange(new object[] {
            "2005",
            "2006",
            "2007",
            "2008",
            "2009",
            "2010"});
            this.comboBoxEnterYear.Location = new System.Drawing.Point(82, 312);
            this.comboBoxEnterYear.Name = "comboBoxEnterYear";
            this.comboBoxEnterYear.Size = new System.Drawing.Size(121, 20);
            this.comboBoxEnterYear.TabIndex = 7;
            // 
            // comboBoxDepartment
            // 
            this.comboBoxDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxDepartment.FormattingEnabled = true;
            this.comboBoxDepartment.Location = new System.Drawing.Point(82, 274);
            this.comboBoxDepartment.Name = "comboBoxDepartment";
            this.comboBoxDepartment.Size = new System.Drawing.Size(155, 20);
            this.comboBoxDepartment.TabIndex = 6;
            // 
            // radioButtonFemale
            // 
            this.radioButtonFemale.AutoSize = true;
            this.radioButtonFemale.Location = new System.Drawing.Point(126, 238);
            this.radioButtonFemale.Name = "radioButtonFemale";
            this.radioButtonFemale.Size = new System.Drawing.Size(35, 16);
            this.radioButtonFemale.TabIndex = 5;
            this.radioButtonFemale.Text = "女";
            this.radioButtonFemale.UseVisualStyleBackColor = true;
            // 
            // radioButtonMale
            // 
            this.radioButtonMale.AutoSize = true;
            this.radioButtonMale.Checked = true;
            this.radioButtonMale.Location = new System.Drawing.Point(82, 237);
            this.radioButtonMale.Name = "radioButtonMale";
            this.radioButtonMale.Size = new System.Drawing.Size(35, 16);
            this.radioButtonMale.TabIndex = 4;
            this.radioButtonMale.TabStop = true;
            this.radioButtonMale.Text = "男";
            this.radioButtonMale.UseVisualStyleBackColor = true;
            // 
            // textBoxSAge
            // 
            this.textBoxSAge.Location = new System.Drawing.Point(82, 196);
            this.textBoxSAge.Name = "textBoxSAge";
            this.textBoxSAge.Size = new System.Drawing.Size(79, 21);
            this.textBoxSAge.TabIndex = 3;
            // 
            // labelEnterYear
            // 
            this.labelEnterYear.AutoSize = true;
            this.labelEnterYear.Location = new System.Drawing.Point(9, 316);
            this.labelEnterYear.Name = "labelEnterYear";
            this.labelEnterYear.Size = new System.Drawing.Size(53, 12);
            this.labelEnterYear.TabIndex = 2;
            this.labelEnterYear.Text = "入学年份";
            // 
            // textBoxSNo
            // 
            this.textBoxSNo.Location = new System.Drawing.Point(82, 116);
            this.textBoxSNo.Name = "textBoxSNo";
            this.textBoxSNo.Size = new System.Drawing.Size(155, 21);
            this.textBoxSNo.TabIndex = 1;
            this.textBoxSNo.Leave += new System.EventHandler(this.textBoxSNo_Leave);
            // 
            // textBoxSName
            // 
            this.textBoxSName.Location = new System.Drawing.Point(82, 157);
            this.textBoxSName.Name = "textBoxSName";
            this.textBoxSName.Size = new System.Drawing.Size(155, 21);
            this.textBoxSName.TabIndex = 2;
            // 
            // labelDepartment
            // 
            this.labelDepartment.AutoSize = true;
            this.labelDepartment.Location = new System.Drawing.Point(8, 278);
            this.labelDepartment.Name = "labelDepartment";
            this.labelDepartment.Size = new System.Drawing.Size(53, 12);
            this.labelDepartment.TabIndex = 2;
            this.labelDepartment.Text = "院  系";
            // 
            // labelSGender
            // 
            this.labelSGender.AutoSize = true;
            this.labelSGender.Location = new System.Drawing.Point(8, 236);
            this.labelSGender.Name = "labelSGender";
            this.labelSGender.Size = new System.Drawing.Size(53, 12);
            this.labelSGender.TabIndex = 2;
            this.labelSGender.Text = "性  别";
            // 
            // labelSAge
            // 
            this.labelSAge.AutoSize = true;
            this.labelSAge.Location = new System.Drawing.Point(8, 199);
            this.labelSAge.Name = "labelSAge";
            this.labelSAge.Size = new System.Drawing.Size(53, 12);
            this.labelSAge.TabIndex = 2;
            this.labelSAge.Text = "年  龄";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(8, 71);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(209, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "说明:首先请输入要修改学生的学号!";
            // 
            // labelSNo
            // 
            this.labelSNo.AutoSize = true;
            this.labelSNo.Location = new System.Drawing.Point(8, 119);
            this.labelSNo.Name = "labelSNo";
            this.labelSNo.Size = new System.Drawing.Size(53, 12);
            this.labelSNo.TabIndex = 2;
            this.labelSNo.Text = "学  号";
            // 
            // buttonReset
            // 
            this.buttonReset.Location = new System.Drawing.Point(144, 380);
            this.buttonReset.Name = "buttonReset";
            this.buttonReset.Size = new System.Drawing.Size(75, 23);
            this.buttonReset.TabIndex = 9;
            this.buttonReset.Text = "重置";
            this.buttonReset.UseVisualStyleBackColor = true;
            this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
            // 
            // buttonUpdate
            // 
            this.buttonUpdate.Location = new System.Drawing.Point(28, 380);
            this.buttonUpdate.Name = "buttonUpdate";
            this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
            this.buttonUpdate.TabIndex = 8;
            this.buttonUpdate.Text = "修改";
            this.buttonUpdate.UseVisualStyleBackColor = true;
            this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
            // 
            // labelSName
            // 
            this.labelSName.AutoSize = true;
            this.labelSName.Location = new System.Drawing.Point(8, 160);
            this.labelSName.Name = "labelSName";
            this.labelSName.Size = new System.Drawing.Size(53, 12);
            this.labelSName.TabIndex = 2;
            this.labelSName.Text = "姓  名";
            // 
            // buttonClose
            // 
            this.buttonClose.Location = new System.Drawing.Point(528, 472);
            this.buttonClose.Name = "buttonClose";
            this.buttonClose.Size = new System.Drawing.Size(75, 23);
            this.buttonClose.TabIndex = 8;
            this.buttonClose.Text = "关闭";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            // 
            // dataGridViewPreView
            // 
            this.dataGridViewPreView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dataGridViewPreView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.dataGridViewPreView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewPreView.Location = new System.Drawing.Point(6, 3);
            this.dataGridViewPreView.Name = "dataGridViewPreView";
            this.dataGridViewPreView.RowTemplate.Height = 23;
            this.dataGridViewPreView.Size = new System.Drawing.Size(597, 459);
            this.dataGridViewPreView.TabIndex = 0;
            // 
            // FormUpdateStudents
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(886, 543);
            this.Controls.Add(this.splitContainer1);
            this.Name = "FormUpdateStudents";
            this.Text = "修改学籍信息";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormUpdateStudents_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPreView)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.ComboBox comboBoxEnterYear;
        private System.Windows.Forms.ComboBox comboBoxDepartment;
        private System.Windows.Forms.RadioButton radioButtonFemale;
        private System.Windows.Forms.RadioButton radioButtonMale;
        private System.Windows.Forms.TextBox textBoxSAge;
        private System.Windows.Forms.Label labelEnterYear;
        private System.Windows.Forms.TextBox textBoxSNo;
        private System.Windows.Forms.TextBox textBoxSName;
        private System.Windows.Forms.Label labelDepartment;
        private System.Windows.Forms.Label labelSGender;
        private System.Windows.Forms.Label labelSAge;
        private System.Windows.Forms.Label labelSNo;
        private System.Windows.Forms.Button buttonReset;
        private System.Windows.Forms.Button buttonUpdate;
        private System.Windows.Forms.Label labelSName;
        private System.Windows.Forms.Button buttonClose;
        private System.Windows.Forms.DataGridView dataGridViewPreView;
        private System.Windows.Forms.Label label1;

    }
}

⌨️ 快捷键说明

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