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

📄 sudent.cs

📁 c#写图书管理系统 界面美观 功能齐全 配有完整的数据库
💻 CS
📖 第 1 页 / 共 5 页
字号:
																												  this.dataGridTextBoxColumn14,
																												  this.dataGridTextBoxColumn15,
																												  this.dataGridTextBoxColumn17,
																												  this.dataGridTextBoxColumn18,
																												  this.dataGridTextBoxColumn16});
			this.dataGridTableStyle3.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGridTableStyle3.MappingName = "Employee";
			// 
			// dataGridTextBoxColumn14
			// 
			this.dataGridTextBoxColumn14.Format = "";
			this.dataGridTextBoxColumn14.FormatInfo = null;
			this.dataGridTextBoxColumn14.HeaderText = "职工号";
			this.dataGridTextBoxColumn14.MappingName = "EmployeeID";
			this.dataGridTextBoxColumn14.Width = 75;
			// 
			// dataGridTextBoxColumn15
			// 
			this.dataGridTextBoxColumn15.Format = "";
			this.dataGridTextBoxColumn15.FormatInfo = null;
			this.dataGridTextBoxColumn15.HeaderText = "姓名";
			this.dataGridTextBoxColumn15.MappingName = "EmployeeName";
			this.dataGridTextBoxColumn15.Width = 75;
			// 
			// dataGridTextBoxColumn17
			// 
			this.dataGridTextBoxColumn17.Format = "";
			this.dataGridTextBoxColumn17.FormatInfo = null;
			this.dataGridTextBoxColumn17.HeaderText = "性别";
			this.dataGridTextBoxColumn17.MappingName = "Sex";
			this.dataGridTextBoxColumn17.Width = 75;
			// 
			// dataGridTextBoxColumn18
			// 
			this.dataGridTextBoxColumn18.Format = "";
			this.dataGridTextBoxColumn18.FormatInfo = null;
			this.dataGridTextBoxColumn18.HeaderText = "年龄";
			this.dataGridTextBoxColumn18.MappingName = "Age";
			this.dataGridTextBoxColumn18.Width = 75;
			// 
			// dataGridTextBoxColumn16
			// 
			this.dataGridTextBoxColumn16.Format = "";
			this.dataGridTextBoxColumn16.FormatInfo = null;
			this.dataGridTextBoxColumn16.HeaderText = "部门";
			this.dataGridTextBoxColumn16.MappingName = "Department";
			this.dataGridTextBoxColumn16.Width = 75;
			// 
			// btnExcel
			// 
			this.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnExcel.ForeColor = System.Drawing.SystemColors.Desktop;
			this.btnExcel.Image = ((System.Drawing.Image)(resources.GetObject("btnExcel.Image")));
			this.btnExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnExcel.Location = new System.Drawing.Point(352, 64);
			this.btnExcel.Name = "btnExcel";
			this.btnExcel.Size = new System.Drawing.Size(56, 24);
			this.btnExcel.TabIndex = 106;
			this.btnExcel.Text = "导出";
			this.btnExcel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.comboClass);
			this.groupBox1.Controls.Add(this.combDep);
			this.groupBox1.Controls.Add(this.label18);
			this.groupBox1.Controls.Add(this.label16);
			this.groupBox1.Controls.Add(this.label14);
			this.groupBox1.Controls.Add(this.label13);
			this.groupBox1.Controls.Add(this.textName);
			this.groupBox1.Controls.Add(this.textNativePlace);
			this.groupBox1.Controls.Add(this.textEmployeeID);
			this.groupBox1.Controls.Add(this.numericUpDown1);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.Controls.Add(this.btnPicture);
			this.groupBox1.Controls.Add(this.label11);
			this.groupBox1.Controls.Add(this.pictureBox1);
			this.groupBox1.Controls.Add(this.comboSex);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.comboStatus);
			this.groupBox1.Controls.Add(this.comboNation);
			this.groupBox1.Controls.Add(this.dateTimePicker1);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.ForeColor = System.Drawing.SystemColors.Desktop;
			this.groupBox1.Location = new System.Drawing.Point(472, 96);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(352, 440);
			this.groupBox1.TabIndex = 104;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "此员工详细信息";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(232, 16);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(48, 23);
			this.label18.TabIndex = 116;
			this.label18.Text = "照片";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(152, 160);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(40, 23);
			this.label16.TabIndex = 113;
			this.label16.Text = "籍贯";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(24, 64);
			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(24, 24);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(48, 23);
			this.label13.TabIndex = 110;
			this.label13.Text = "学生ID";
			// 
			// textName
			// 
			this.textName.Location = new System.Drawing.Point(72, 64);
			this.textName.Name = "textName";
			this.textName.Size = new System.Drawing.Size(80, 21);
			this.textName.TabIndex = 108;
			this.textName.Text = "";
			// 
			// textNativePlace
			// 
			this.textNativePlace.Location = new System.Drawing.Point(192, 160);
			this.textNativePlace.Name = "textNativePlace";
			this.textNativePlace.Size = new System.Drawing.Size(144, 21);
			this.textNativePlace.TabIndex = 107;
			this.textNativePlace.Text = "";
			// 
			// textEmployeeID
			// 
			this.textEmployeeID.Location = new System.Drawing.Point(72, 24);
			this.textEmployeeID.Name = "textEmployeeID";
			this.textEmployeeID.Size = new System.Drawing.Size(80, 21);
			this.textEmployeeID.TabIndex = 106;
			this.textEmployeeID.Text = "";
			// 
			// numericUpDown1
			// 
			this.numericUpDown1.Location = new System.Drawing.Point(72, 128);
			this.numericUpDown1.Maximum = new System.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(24, 128);
			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(304, 56);
			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, 23);
			this.label11.TabIndex = 102;
			this.label11.Text = "照片";
			// 
			// pictureBox1
			// 
			this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.pictureBox1.Location = new System.Drawing.Point(224, 40);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(72, 104);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
			this.pictureBox1.TabIndex = 101;
			this.pictureBox1.TabStop = false;
			// 
			// comboSex
			// 
			this.comboSex.Items.AddRange(new object[] {
														  "男",
														  "女"});
			this.comboSex.Location = new System.Drawing.Point(72, 96);
			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(24, 96);
			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(24, 184);
			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(24, 160);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(32, 23);
			this.label3.TabIndex = 91;
			this.label3.Text = "民族";
			// 
			// comboStatus
			// 
			this.comboStatus.Location = new System.Drawing.Point(72, 192);
			this.comboStatus.Name = "comboStatus";
			this.comboStatus.Size = new System.Drawing.Size(72, 20);
			this.comboStatus.TabIndex = 78;
			// 
			// comboNation
			// 
			this.comboNation.Location = new System.Drawing.Point(72, 160);
			this.comboNation.Name = "comboNation";
			this.comboNation.Size = new System.Drawing.Size(72, 20);
			this.comboNation.TabIndex = 80;
			this.comboNation.SelectedIndexChanged += new System.EventHandler(this.comboNation_SelectedIndexChanged);
			// 
			// dateTimePicker1
			// 
			this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dateTimePicker1.Location = new System.Drawing.Point(88, 280);
			this.dateTimePicker1.Name = "dateTimePicker1";
			this.dateTimePicker1.Size = new System.Drawing.Size(112, 21);
			this.dateTimePicker1.TabIndex = 87;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(24, 280);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 23);
			this.label1.TabIndex = 89;
			this.label1.Text = "入学时间";
			// 
			// btnApply
			// 
			this.btnApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnApply.Image = ((System.Drawing.Image)(resources.GetObject("btnApply.Image")));
			this.btnApply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnApply.Location = new System.Drawing.Point(352, 40);
			this.btnApply.Name = "btnApply";
			this.btnApply.Size = new System.Drawing.Size(56, 24);
			this.btnApply.TabIndex = 95;
			this.btnApply.Text = "确定";
			this.btnApply.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
			this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnCancel.Location = new System.Drawing.Point(352, 16);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(56, 24);
			this.btnCancel.TabIndex = 94;
			this.btnCancel.Text = "取消";
			this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 

⌨️ 快捷键说明

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