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

📄 statusmanage.designer.cs

📁 学生管理(包括学生成绩 档案和课程) 学生可以录入数据
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.textBoxClass.Size = new System.Drawing.Size(119, 21);
            this.textBoxClass.TabIndex = 5;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(205, 36);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(47, 12);
            this.label10.TabIndex = 4;
            this.label10.Text = "班级 :";
            // 
            // textBoxDepartment
            // 
            this.textBoxDepartment.Location = new System.Drawing.Point(82, 33);
            this.textBoxDepartment.Name = "textBoxDepartment";
            this.textBoxDepartment.ReadOnly = true;
            this.textBoxDepartment.Size = new System.Drawing.Size(103, 21);
            this.textBoxDepartment.TabIndex = 3;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.Color.White;
            this.label9.Location = new System.Drawing.Point(75, 36);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(0, 12);
            this.label9.TabIndex = 2;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(76, 36);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(0, 12);
            this.label8.TabIndex = 1;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(22, 36);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(47, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "院系 :";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.dateTimePicker2);
            this.groupBox3.Controls.Add(this.btnAply2);
            this.groupBox3.Controls.Add(this.comboLeavekind);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Location = new System.Drawing.Point(456, 13);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(257, 183);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "学生离校";
            // 
            // btnAply2
            // 
            this.btnAply2.Location = new System.Drawing.Point(48, 143);
            this.btnAply2.Name = "btnAply2";
            this.btnAply2.Size = new System.Drawing.Size(168, 23);
            this.btnAply2.TabIndex = 5;
            this.btnAply2.Text = "确定离校";
            this.btnAply2.UseVisualStyleBackColor = true;
            this.btnAply2.Click += new System.EventHandler(this.btnAply2_Click);
            // 
            // comboLeavekind
            // 
            this.comboLeavekind.FormattingEnabled = true;
            this.comboLeavekind.Items.AddRange(new object[] {
            "毕业",
            "结业",
            "退学",
            "开除"});
            this.comboLeavekind.Location = new System.Drawing.Point(104, 34);
            this.comboLeavekind.Name = "comboLeavekind";
            this.comboLeavekind.Size = new System.Drawing.Size(133, 20);
            this.comboLeavekind.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(27, 107);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(71, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "离校时间 :";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(27, 37);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "离校种类 :";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.dateTimePicker1);
            this.groupBox4.Controls.Add(this.btnApply3);
            this.groupBox4.Controls.Add(this.label6);
            this.groupBox4.Controls.Add(this.comboclass);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Controls.Add(this.combodapartment);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Location = new System.Drawing.Point(456, 222);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(257, 215);
            this.groupBox4.TabIndex = 3;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "学生调动";
            // 
            // btnApply3
            // 
            this.btnApply3.Location = new System.Drawing.Point(48, 170);
            this.btnApply3.Name = "btnApply3";
            this.btnApply3.Size = new System.Drawing.Size(168, 23);
            this.btnApply3.TabIndex = 6;
            this.btnApply3.Text = "确定调动";
            this.btnApply3.UseVisualStyleBackColor = true;
            this.btnApply3.Click += new System.EventHandler(this.btnApply3_Click);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(31, 129);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(71, 12);
            this.label6.TabIndex = 4;
            this.label6.Text = "调动时间 :";
            // 
            // comboclass
            // 
            this.comboclass.FormattingEnabled = true;
            this.comboclass.Location = new System.Drawing.Point(104, 78);
            this.comboclass.Name = "comboclass";
            this.comboclass.Size = new System.Drawing.Size(133, 20);
            this.comboclass.TabIndex = 3;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(29, 81);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(71, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "调到班级 :";
            // 
            // combodapartment
            // 
            this.combodapartment.FormattingEnabled = true;
            this.combodapartment.Location = new System.Drawing.Point(104, 35);
            this.combodapartment.Name = "combodapartment";
            this.combodapartment.Size = new System.Drawing.Size(133, 20);
            this.combodapartment.TabIndex = 1;
            this.combodapartment.SelectedIndexChanged += new System.EventHandler(this.combodapartment_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(29, 38);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(71, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "调到院系 :";
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(485, 482);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 4;
            this.btnSave.Text = "保存";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(611, 482);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(75, 23);
            this.btnExit.TabIndex = 5;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Location = new System.Drawing.Point(104, 125);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(133, 21);
            this.dateTimePicker1.TabIndex = 7;
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Location = new System.Drawing.Point(104, 103);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(133, 21);
            this.dateTimePicker2.TabIndex = 6;
            // 
            // StatusManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.GhostWhite;
            this.ClientSize = new System.Drawing.Size(741, 526);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "StatusManage";
            this.Text = "StatusManage";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button btnApply;
        private System.Windows.Forms.TextBox textBoxID;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.ComboBox comboLeavekind;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnAply2;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Button btnApply3;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox comboclass;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox combodapartment;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.TextBox textBoxDepartment;
        private System.Windows.Forms.TextBox textBoxPower;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox textBoxNativeplace;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox textBoxNation;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.TextBox textBoxAge;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox textBoxSex;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox textBoxName;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox textBoxClass;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.TextBox textBoxTime;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.DateTimePicker dateTimePicker2;
        private System.Windows.Forms.DateTimePicker dateTimePicker1;
    }
}

⌨️ 快捷键说明

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