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

📄 statusmanage.cs

📁 c# + sql2000 学生管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.label19.Location = new System.Drawing.Point(8, 19);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(56, 23);
            this.label19.TabIndex = 123;
            this.label19.Text = "学生学号";
            // 
            // btnApply
            // 
            this.btnApply.Image = ((System.Drawing.Image)(resources.GetObject("btnApply.Image")));
            this.btnApply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnApply.Location = new System.Drawing.Point(167, 13);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(56, 24);
            this.btnApply.TabIndex = 103;
            this.btnApply.Text = "确认";
            this.btnApply.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.label6);
            this.groupBox7.Controls.Add(this.dateTimePicker1);
            this.groupBox7.Controls.Add(this.label8);
            this.groupBox7.Controls.Add(this.comboLeaveType);
            this.groupBox7.Controls.Add(this.btnStuLeave);
            this.groupBox7.Location = new System.Drawing.Point(32, 93);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(248, 128);
            this.groupBox7.TabIndex = 118;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "学生离校";
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(40, 48);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 23);
            this.label6.TabIndex = 113;
            this.label6.Text = "离校时间";
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.CustomFormat = "";
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker1.Location = new System.Drawing.Point(104, 48);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(88, 21);
            this.dateTimePicker1.TabIndex = 112;
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(40, 16);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(56, 23);
            this.label8.TabIndex = 111;
            this.label8.Text = "离校种类";
            // 
            // comboLeaveType
            // 
            this.comboLeaveType.ForeColor = System.Drawing.SystemColors.Desktop;
            this.comboLeaveType.Items.AddRange(new object[] {
            "毕业",
            "结业",
            "退学",
            "开除"});
            this.comboLeaveType.Location = new System.Drawing.Point(104, 16);
            this.comboLeaveType.Name = "comboLeaveType";
            this.comboLeaveType.Size = new System.Drawing.Size(88, 20);
            this.comboLeaveType.TabIndex = 109;
            // 
            // btnStuLeave
            // 
            this.btnStuLeave.Image = ((System.Drawing.Image)(resources.GetObject("btnStuLeave.Image")));
            this.btnStuLeave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnStuLeave.Location = new System.Drawing.Point(88, 88);
            this.btnStuLeave.Name = "btnStuLeave";
            this.btnStuLeave.Size = new System.Drawing.Size(72, 24);
            this.btnStuLeave.TabIndex = 97;
            this.btnStuLeave.Text = "学生离校";
            this.btnStuLeave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnStuLeave.Click += new System.EventHandler(this.btnStuLeave_Click);
            // 
            // btnExit
            // 
            this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
            this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnExit.Location = new System.Drawing.Point(580, 465);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(56, 24);
            this.btnExit.TabIndex = 122;
            this.btnExit.Text = "退出";
            this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // button2
            // 
            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.Location = new System.Drawing.Point(490, 465);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(56, 24);
            this.button2.TabIndex = 123;
            this.button2.Text = "保存";
            this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.lblStatus);
            this.groupBox1.Controls.Add(this.lblAge);
            this.groupBox1.Controls.Add(this.lblNation);
            this.groupBox1.Controls.Add(this.lblInDate);
            this.groupBox1.Controls.Add(this.lblNativePlace);
            this.groupBox1.Controls.Add(this.lblSex);
            this.groupBox1.Controls.Add(this.lblStuName);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.lblClass);
            this.groupBox1.Controls.Add(this.lblDepartment);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.pictureBox1);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.ForeColor = System.Drawing.Color.DarkGreen;
            this.groupBox1.Location = new System.Drawing.Point(300, 24);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(372, 421);
            this.groupBox1.TabIndex = 124;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "详细信息";
            // 
            // lblStatus
            // 
            this.lblStatus.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblStatus.ForeColor = System.Drawing.Color.Black;
            this.lblStatus.Location = new System.Drawing.Point(78, 285);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(80, 23);
            this.lblStatus.TabIndex = 133;
            // 
            // lblAge
            // 
            this.lblAge.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.lblAge.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblAge.ForeColor = System.Drawing.Color.Black;
            this.lblAge.Location = new System.Drawing.Point(80, 174);
            this.lblAge.Name = "lblAge";
            this.lblAge.Size = new System.Drawing.Size(40, 23);
            this.lblAge.TabIndex = 132;
            // 
            // lblNation
            // 
            this.lblNation.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.lblNation.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblNation.ForeColor = System.Drawing.Color.Black;
            this.lblNation.Location = new System.Drawing.Point(80, 229);
            this.lblNation.Name = "lblNation";
            this.lblNation.Size = new System.Drawing.Size(80, 23);
            this.lblNation.TabIndex = 131;
            // 
            // lblInDate
            // 
            this.lblInDate.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.lblInDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblInDate.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.lblInDate.ForeColor = System.Drawing.Color.Black;
            this.lblInDate.Location = new System.Drawing.Point(226, 282);
            this.lblInDate.Name = "lblInDate";
            this.lblInDate.Size = new System.Drawing.Size(112, 23);
            this.lblInDate.TabIndex = 130;
            this.lblInDate.Click += new System.EventHandler(this.lblInDate_Click);
            // 
            // lblNativePlace
            // 
            this.lblNativePlace.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.lblNativePlace.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblNativePlace.ForeColor = System.Drawing.Color.Black;
            this.lblNativePlace.Location = new System.Drawing.Point(226, 229);
            this.lblNativePlace.Name = "lblNativePlace";
            this.lblNativePlace.Size = new System.Drawing.Size(112, 23);
            this.lblNativePlace.TabIndex = 129;
            // 
            // lblSex
            // 
            this.lblSex.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.lblSex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblSex.ForeColor = System.Drawing.Color.Black;
            this.lblSex.Location = new System.Drawing.Point(80, 120);
            this.lblSex.Name = "lblSex";
            this.lblSex.Size = new System.Drawing.Size(54, 23);
            this.lblSex.TabIndex = 128;
            // 
            // lblStuName
            // 
            this.lblStuName.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.lblStuName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblStuName.ForeColor = System.Drawing.Color.Black;
            this.lblStuName.Location = new System.Drawing.Point(80, 72);
            this.lblStuName.Name = "lblStuName";
            this.lblStuName.Size = new System.Drawing.Size(91, 23);
            this.lblStuName.TabIndex = 127;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(176, 40);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(32, 23);
            this.label2.TabIndex = 125;
            this.label2.Text = "班级";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(32, 40);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(32, 23);
            this.label3.TabIndex = 124;
            this.label3.Text = "院系";
            // 
            // lblClass
            // 
            this.lblClass.BackColor = System.Drawing.Color.Gray;
            this.lblClass.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblClass.ForeColor = System.Drawing.Color.Black;
            this.lblClass.Location = new System.Drawing.Point(216, 32);
            this.lblClass.Name = "lblClass";
            this.lblClass.Size = new System.Drawing.Size(120, 23);
            this.lblClass.TabIndex = 123;
            // 
            // lblDepartment
            // 
            this.lblDepartment.BackColor = System.Drawing.Color.Gray;
            this.lblDepartment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblDepartment.ForeColor = System.Drawing.Color.Maroon;
            this.lblDepartment.Location = new System.Drawing.Point(80, 32);
            this.lblDepartment.Name = "lblDepartment";
            this.lblDepartment.Size = new System.Drawing.Size(90, 23);
            this.lblDepartment.TabIndex = 122;
            // 
            // label16
            // 
            this.label16.Location = new System.Drawing.Point(188, 229);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(32, 23);
            this.label16.TabIndex = 113;
            this.label16.Text = "籍贯";
            // 
            // label14
            // 
            this.label14.Location = new System.Drawing.Point(32, 80);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(40, 23);
            this.label14.TabIndex = 111;
            this.label14.Text = "姓名";
            // 
            // label12
            // 
            this.label12.Location = new System.Drawing.Point(32, 181);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(40, 16);
            this.label12.TabIndex = 104;
            this.label12.Text = "年龄";

⌨️ 快捷键说明

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