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

📄 studentmanage.cs

📁 c# + sql2000 学生管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.label16.Location = new System.Drawing.Point(160, 206);
            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, 112);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(40, 23);
            this.label14.TabIndex = 111;
            this.label14.Text = "姓名";
            // 
            // label13
            // 
            this.label13.Location = new System.Drawing.Point(32, 72);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(48, 23);
            this.label13.TabIndex = 110;
            this.label13.Text = "学生ID";
            // 
            // textName
            // 
            this.textName.BackColor = System.Drawing.SystemColors.Control;
            this.textName.Location = new System.Drawing.Point(80, 112);
            this.textName.Name = "textName";
            this.textName.Size = new System.Drawing.Size(80, 21);
            this.textName.TabIndex = 108;
            // 
            // textNativePlace
            // 
            this.textNativePlace.BackColor = System.Drawing.SystemColors.Control;
            this.textNativePlace.Location = new System.Drawing.Point(193, 203);
            this.textNativePlace.Name = "textNativePlace";
            this.textNativePlace.Size = new System.Drawing.Size(111, 21);
            this.textNativePlace.TabIndex = 107;
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.BackColor = System.Drawing.SystemColors.Control;
            this.numericUpDown1.Location = new System.Drawing.Point(80, 200);
            this.numericUpDown1.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(72, 21);
            this.numericUpDown1.TabIndex = 105;
            // 
            // label12
            // 
            this.label12.Location = new System.Drawing.Point(32, 200);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(40, 16);
            this.label12.TabIndex = 104;
            this.label12.Text = "年龄";
            // 
            // btnPicture
            // 
            this.btnPicture.Location = new System.Drawing.Point(272, 95);
            this.btnPicture.Name = "btnPicture";
            this.btnPicture.Size = new System.Drawing.Size(32, 72);
            this.btnPicture.TabIndex = 103;
            this.btnPicture.Text = "选择照片";
            this.btnPicture.Click += new System.EventHandler(this.btnPicture_Click);
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(80, -72);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(40, 32);
            this.label11.TabIndex = 102;
            this.label11.Text = "照片";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Location = new System.Drawing.Point(173, 84);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(92, 96);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 101;
            this.pictureBox1.TabStop = false;
            // 
            // comboSex
            // 
            this.comboSex.BackColor = System.Drawing.SystemColors.Control;
            this.comboSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.comboSex.Location = new System.Drawing.Point(80, 160);
            this.comboSex.Name = "comboSex";
            this.comboSex.Size = new System.Drawing.Size(72, 20);
            this.comboSex.TabIndex = 100;
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(32, 160);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(40, 16);
            this.label9.TabIndex = 97;
            this.label9.Text = "性别";
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(32, 264);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(40, 32);
            this.label7.TabIndex = 95;
            this.label7.Text = "政治身份";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(32, 232);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(32, 23);
            this.label3.TabIndex = 91;
            this.label3.Text = "民族";
            // 
            // comboStatus
            // 
            this.comboStatus.BackColor = System.Drawing.SystemColors.Control;
            this.comboStatus.Items.AddRange(new object[] {
            "党员",
            "团员",
            "群众",
            "积极分子"});
            this.comboStatus.Location = new System.Drawing.Point(80, 272);
            this.comboStatus.Name = "comboStatus";
            this.comboStatus.Size = new System.Drawing.Size(72, 20);
            this.comboStatus.TabIndex = 78;
            // 
            // comboNation
            // 
            this.comboNation.BackColor = System.Drawing.SystemColors.Control;
            this.comboNation.Items.AddRange(new object[] {
            "汉族",
            "满族",
            "回族",
            "傣族",
            "藏族",
            "布依族",
            "蒙古族",
            "维吾尔族",
            "哈萨克族"});
            this.comboNation.Location = new System.Drawing.Point(80, 232);
            this.comboNation.Name = "comboNation";
            this.comboNation.Size = new System.Drawing.Size(72, 20);
            this.comboNation.TabIndex = 80;
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.CustomFormat = "";
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker1.Location = new System.Drawing.Point(216, 252);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(88, 21);
            this.dateTimePicker1.TabIndex = 87;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(158, 256);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 23);
            this.label1.TabIndex = 89;
            this.label1.Text = "入学时间";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.groupBox8);
            this.tabPage2.Controls.Add(this.dataGrid2);
            this.tabPage2.Controls.Add(this.groupBox2);
            this.tabPage2.Location = new System.Drawing.Point(4, 24);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Size = new System.Drawing.Size(721, 433);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "学生信息查询";
            this.tabPage2.Visible = false;
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.btnStuSearch);
            this.groupBox8.Controls.Add(this.btnSearchCancel);
            this.groupBox8.Location = new System.Drawing.Point(456, 16);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(200, 72);
            this.groupBox8.TabIndex = 125;
            this.groupBox8.TabStop = false;
            // 
            // btnStuSearch
            // 
            this.btnStuSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnStuSearch.Image")));
            this.btnStuSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnStuSearch.Location = new System.Drawing.Point(25, 26);
            this.btnStuSearch.Name = "btnStuSearch";
            this.btnStuSearch.Size = new System.Drawing.Size(56, 24);
            this.btnStuSearch.TabIndex = 121;
            this.btnStuSearch.Text = "查找";
            this.btnStuSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnStuSearch.Click += new System.EventHandler(this.btnStudentSearch_Click);
            // 
            // btnSearchCancel
            // 
            this.btnSearchCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchCancel.Image")));
            this.btnSearchCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnSearchCancel.Location = new System.Drawing.Point(109, 26);
            this.btnSearchCancel.Name = "btnSearchCancel";
            this.btnSearchCancel.Size = new System.Drawing.Size(56, 24);
            this.btnSearchCancel.TabIndex = 115;
            this.btnSearchCancel.Text = "取消";
            this.btnSearchCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnSearchCancel.Click += new System.EventHandler(this.btnSearchCancel_Click);
            // 
            // dataGrid2
            // 
            this.dataGrid2.AlternatingBackColor = System.Drawing.Color.Gainsboro;
            this.dataGrid2.BackColor = System.Drawing.Color.Silver;
            this.dataGrid2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.dataGrid2.CaptionBackColor = System.Drawing.Color.DarkSlateBlue;
            this.dataGrid2.CaptionFont = new System.Drawing.Font("Tahoma", 8F);
            this.dataGrid2.CaptionForeColor = System.Drawing.Color.White;
            this.dataGrid2.DataMember = "";
            this.dataGrid2.FlatMode = true;
            this.dataGrid2.ForeColor = System.Drawing.Color.Black;
            this.dataGrid2.GridLineColor = System.Drawing.Color.White;
            this.dataGrid2.HeaderBackColor = System.Drawing.Color.DarkGray;
            this.dataGrid2.HeaderForeColor = System.Drawing.Color.Black;
            this.dataGrid2.LinkColor = System.Drawing.Color.DarkSlateBlue;
            this.dataGrid2.Location = new System.Drawing.Point(24, 94);
            this.dataGrid2.Name = "dataGrid2";
            this.dataGrid2.ParentRowsBackColor = System.Drawing.Color.Black;
            this.dataGrid2.ParentRowsForeColor = System.Drawing.Color.White;
            this.dataGrid2.SelectionBackColor = System.Drawing.Color.DarkSlateBlue;
            this.dataGrid2.SelectionForeColor = System.Drawing.Color.White;
            this.dataGrid2.Size = new System.Drawing.Size(632, 336);
            this.dataGrid2.TabIndex = 118;
            this.dataGrid2.Navigate += new System.Windows.Forms.NavigateEventHandler(this.dataGrid2_Navigate);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.textID2);
            this.groupBox2.Controls.Add(this.label22);
            this.groupBox2.Controls.Add(this.comboClass2);
            this.groupBox2.Controls.Add(this.label19);
            this.groupBox2.Controls.Add(this.label20);
            this.groupBox2.Controls.Add(this.comboDepartment2);
            this.groupBox2.Location = new System.Drawing.Point(24, 16);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(426, 72);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "学生查询";
            // 
            // textID2
            // 
            this.textID2.Location = new System.Drawing.Point(64, 24);
            this.textID2.Name = "textID2";
            this.textID2.Size = new System.Drawing.Size(80, 21);
            this.textID2.TabIndex = 122;
            // 
            // label22
            // 
            this.label22.Location = new System.Drawing.Point(288, 32);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(32, 23);
            this.label22.TabIndex = 116;
            this.label22.Text = "班级";
            // 
            // comboClass2
            // 
            this.comboClass2.Location = new System.Drawing.Point(336, 24);
            this.comboClass2.Name = "comboClass2";
            this.comboClass2.Size = new System.Drawing.Size(72, 20);
            this.comboClass2.TabIndex = 115;
            this.comboClass2.SelectedIndexChanged += new System.EventHandler(this.comboClass2_SelectedIndexChanged);
            // 
            // label19
            // 
            this.label19.Location = new System.Drawing.Point(16, 32);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(48, 23);
            this.label19.TabIndex = 114;
            this.label19.Text = "学生ID";
            // 
            // label20
            // 
            this.label20.Location = new System.Drawing.Point(160, 32);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(40, 23);
            this.label20.TabIndex = 112;
            this.label20.Text = "院系";
            // 
            // comboDepartment2
            // 
            this.comboDepartment2.Location = new System.Drawing.Point(200, 24);
            this.comboDepartment2.Name = "comboDepartment2";
            this.comboDepartment2.Size = new System.Drawing.Size(72, 20);
            this.comboDepartment2.TabIndex = 111;
            this.comboDepartment2.SelectedIndexChanged += new System.EventHandler(this.comboDepartment2_SelectedIndexChanged);
            // 
            // 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(643, 487);
            this.btnExit.Name = "btnExit";

⌨️ 快捷键说明

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