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

📄 formedit.cs

📁 一个完整的学生信息管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
      this.tabPage3.SuspendLayout();
      this.tabPage2.SuspendLayout();
      this.tabPage4.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.dsStuAddedInfo)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.gridChanges)).BeginInit();
      this.tabPage5.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.gridAwards)).BeginInit();
      this.tabPage6.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.gridPunishments)).BeginInit();
      this.SuspendLayout();
      // 
      // btnCancel
      // 
      this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.btnCancel.Location = new System.Drawing.Point(397, 292);
      this.btnCancel.Name = "btnCancel";
      this.btnCancel.Size = new System.Drawing.Size(75, 24);
      this.btnCancel.TabIndex = 6;
      this.btnCancel.Text = "取消";
      this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
      // 
      // btnOK
      // 
      this.btnOK.Location = new System.Drawing.Point(309, 292);
      this.btnOK.Name = "btnOK";
      this.btnOK.Size = new System.Drawing.Size(75, 24);
      this.btnOK.TabIndex = 5;
      this.btnOK.Text = "确定";
      this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
      // 
      // tabControl1
      // 
      this.tabControl1.Controls.Add(this.tabPage1);
      this.tabControl1.Controls.Add(this.tabPage3);
      this.tabControl1.Controls.Add(this.tabPage2);
      this.tabControl1.Controls.Add(this.tabPage4);
      this.tabControl1.Controls.Add(this.tabPage5);
      this.tabControl1.Controls.Add(this.tabPage6);
      this.tabControl1.Location = new System.Drawing.Point(8, 8);
      this.tabControl1.Name = "tabControl1";
      this.tabControl1.SelectedIndex = 0;
      this.tabControl1.Size = new System.Drawing.Size(464, 272);
      this.tabControl1.TabIndex = 7;
      // 
      // tabPage1
      // 
      this.tabPage1.BackColor = System.Drawing.Color.White;
      this.tabPage1.Controls.Add(this.txtBoxNative);
      this.tabPage1.Controls.Add(this.dateTimePickerBirth);
      this.tabPage1.Controls.Add(this.panel2);
      this.tabPage1.Controls.Add(this.txtBoxIDCardNum);
      this.tabPage1.Controls.Add(this.txtBoxName);
      this.tabPage1.Controls.Add(this.label6);
      this.tabPage1.Controls.Add(this.label5);
      this.tabPage1.Controls.Add(this.label4);
      this.tabPage1.Controls.Add(this.label3);
      this.tabPage1.Controls.Add(this.label1);
      this.tabPage1.Controls.Add(this.panel1);
      this.tabPage1.Controls.Add(this.pictureBox1);
      this.tabPage1.Controls.Add(this.label2);
      this.tabPage1.Location = new System.Drawing.Point(4, 21);
      this.tabPage1.Name = "tabPage1";
      this.tabPage1.Size = new System.Drawing.Size(456, 247);
      this.tabPage1.TabIndex = 0;
      this.tabPage1.Text = "基本信息";
      // 
      // txtBoxNative
      // 
      this.txtBoxNative.Location = new System.Drawing.Point(98, 200);
      this.txtBoxNative.Name = "txtBoxNative";
      this.txtBoxNative.Size = new System.Drawing.Size(118, 21);
      this.txtBoxNative.TabIndex = 15;
      this.txtBoxNative.Text = "";
      // 
      // dateTimePickerBirth
      // 
      this.dateTimePickerBirth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
      this.dateTimePickerBirth.Location = new System.Drawing.Point(98, 168);
      this.dateTimePickerBirth.Name = "dateTimePickerBirth";
      this.dateTimePickerBirth.Size = new System.Drawing.Size(120, 21);
      this.dateTimePickerBirth.TabIndex = 14;
      // 
      // panel2
      // 
      this.panel2.Controls.Add(this.rdoBtnFemale);
      this.panel2.Controls.Add(this.rdoBtnMale);
      this.panel2.Location = new System.Drawing.Point(98, 97);
      this.panel2.Name = "panel2";
      this.panel2.Size = new System.Drawing.Size(104, 32);
      this.panel2.TabIndex = 13;
      // 
      // rdoBtnFemale
      // 
      this.rdoBtnFemale.Location = new System.Drawing.Point(56, 7);
      this.rdoBtnFemale.Name = "rdoBtnFemale";
      this.rdoBtnFemale.Size = new System.Drawing.Size(40, 24);
      this.rdoBtnFemale.TabIndex = 1;
      this.rdoBtnFemale.Text = "女";
      // 
      // rdoBtnMale
      // 
      this.rdoBtnMale.Checked = true;
      this.rdoBtnMale.Location = new System.Drawing.Point(8, 7);
      this.rdoBtnMale.Name = "rdoBtnMale";
      this.rdoBtnMale.Size = new System.Drawing.Size(32, 24);
      this.rdoBtnMale.TabIndex = 0;
      this.rdoBtnMale.TabStop = true;
      this.rdoBtnMale.Text = "男";
      // 
      // txtBoxIDCardNum
      // 
      this.txtBoxIDCardNum.Location = new System.Drawing.Point(98, 136);
      this.txtBoxIDCardNum.MaxLength = 18;
      this.txtBoxIDCardNum.Name = "txtBoxIDCardNum";
      this.txtBoxIDCardNum.Size = new System.Drawing.Size(150, 21);
      this.txtBoxIDCardNum.TabIndex = 12;
      this.txtBoxIDCardNum.Text = "";
      // 
      // txtBoxName
      // 
      this.txtBoxName.Location = new System.Drawing.Point(98, 70);
      this.txtBoxName.MaxLength = 5;
      this.txtBoxName.Name = "txtBoxName";
      this.txtBoxName.Size = new System.Drawing.Size(78, 21);
      this.txtBoxName.TabIndex = 10;
      this.txtBoxName.Text = "";
      // 
      // label6
      // 
      this.label6.Location = new System.Drawing.Point(32, 200);
      this.label6.Name = "label6";
      this.label6.Size = new System.Drawing.Size(56, 23);
      this.label6.TabIndex = 9;
      this.label6.Text = "籍贯:";
      this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label5
      // 
      this.label5.Location = new System.Drawing.Point(16, 168);
      this.label5.Name = "label5";
      this.label5.Size = new System.Drawing.Size(72, 23);
      this.label5.TabIndex = 8;
      this.label5.Text = "出生日期:";
      this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label4
      // 
      this.label4.Location = new System.Drawing.Point(32, 104);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(56, 23);
      this.label4.TabIndex = 7;
      this.label4.Text = "性别:";
      this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label3
      // 
      this.label3.Location = new System.Drawing.Point(16, 136);
      this.label3.Name = "label3";
      this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
      this.label3.Size = new System.Drawing.Size(72, 23);
      this.label3.TabIndex = 6;
      this.label3.Text = "身份证号:";
      this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label1
      // 
      this.label1.Location = new System.Drawing.Point(80, 22);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(104, 16);
      this.label1.TabIndex = 5;
      this.label1.Text = "学生的基本信息";
      // 
      // panel1
      // 
      this.panel1.BackColor = System.Drawing.SystemColors.GrayText;
      this.panel1.Location = new System.Drawing.Point(10, 50);
      this.panel1.Name = "panel1";
      this.panel1.Size = new System.Drawing.Size(436, 1);
      this.panel1.TabIndex = 4;
      // 
      // pictureBox1
      // 
      this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
      this.pictureBox1.Location = new System.Drawing.Point(18, 4);
      this.pictureBox1.Name = "pictureBox1";
      this.pictureBox1.Size = new System.Drawing.Size(48, 40);
      this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
      this.pictureBox1.TabIndex = 3;
      this.pictureBox1.TabStop = false;
      // 
      // label2
      // 
      this.label2.Location = new System.Drawing.Point(40, 73);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(48, 16);
      this.label2.TabIndex = 3;
      this.label2.Text = "姓名:";
      this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // tabPage3
      // 
      this.tabPage3.BackColor = System.Drawing.Color.White;
      this.tabPage3.Controls.Add(this.txtBoxEmail);
      this.tabPage3.Controls.Add(this.label20);
      this.tabPage3.Controls.Add(this.txtBoxMobile);
      this.tabPage3.Controls.Add(this.label19);
      this.tabPage3.Controls.Add(this.txtBoxFlatTel);
      this.tabPage3.Controls.Add(this.label18);
      this.tabPage3.Controls.Add(this.txtBoxHomeTel);
      this.tabPage3.Controls.Add(this.label17);
      this.tabPage3.Controls.Add(this.label16);
      this.tabPage3.Controls.Add(this.txtBoxHomeAdd);
      this.tabPage3.Controls.Add(this.pictureBox3);
      this.tabPage3.Controls.Add(this.label8);
      this.tabPage3.Controls.Add(this.panel4);
      this.tabPage3.Location = new System.Drawing.Point(4, 21);
      this.tabPage3.Name = "tabPage3";
      this.tabPage3.Size = new System.Drawing.Size(456, 247);
      this.tabPage3.TabIndex = 2;
      this.tabPage3.Text = "联系方法";
      this.tabPage3.Visible = false;
      // 
      // txtBoxEmail
      // 
      this.txtBoxEmail.Location = new System.Drawing.Point(98, 190);
      this.txtBoxEmail.MaxLength = 50;
      this.txtBoxEmail.Name = "txtBoxEmail";
      this.txtBoxEmail.Size = new System.Drawing.Size(150, 21);
      this.txtBoxEmail.TabIndex = 20;
      this.txtBoxEmail.Text = "";
      // 
      // label20
      // 
      this.label20.Location = new System.Drawing.Point(16, 190);
      this.label20.Name = "label20";
      this.label20.Size = new System.Drawing.Size(72, 23);
      this.label20.TabIndex = 19;
      this.label20.Text = "电子邮件:";
      this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // txtBoxMobile
      // 
      this.txtBoxMobile.Location = new System.Drawing.Point(98, 160);
      this.txtBoxMobile.MaxLength = 12;
      this.txtBoxMobile.Name = "txtBoxMobile";
      this.txtBoxMobile.TabIndex = 18;
      this.txtBoxMobile.Text = "";
      // 
      // label19
      // 
      this.label19.Location = new System.Drawing.Point(16, 163);
      this.label19.Name = "label19";
      this.label19.Size = new System.Drawing.Size(72, 16);
      this.label19.TabIndex = 17;
      this.label19.Text = "移动电话:";
      this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // txtBoxFlatTel
      // 
      this.txtBoxFlatTel.Location = new System.Drawing.Point(98, 130);
      this.txtBoxFlatTel.MaxLength = 15;
      this.txtBoxFlatTel.Name = "txtBoxFlatTel";
      this.txtBoxFlatTel.TabIndex = 16;
      this.txtBoxFlatTel.Text = "";
      // 
      // label18
      // 
      this.label18.Location = new System.Drawing.Point(16, 133);
      this.label18.Name = "label18";
      this.label18.Size = new System.Drawing.Size(72, 16);
      this.label18.TabIndex = 15;
      this.label18.Text = "宿舍电话:";
      this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // txtBoxHomeTel
      // 
      this.txtBoxHomeTel.Location = new System.Drawing.Point(98, 100);
      this.txtBoxHomeTel.MaxLength = 15;
      this.txtBoxHomeTel.Name = "txtBoxHomeTel";
      this.txtBoxHomeTel.TabIndex = 14;
      this.txtBoxHomeTel.Text = "";
      // 
      // label17
      // 
      this.label17.Location = new System.Drawing.Point(16, 104);
      this.label17.Name = "label17";
      this.label17.Size = new System.Drawing.Size(72, 16);
      this.label17.TabIndex = 13;
      this.label17.Text = "家庭电话:";

⌨️ 快捷键说明

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