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

📄 formproperty.cs

📁 C#2.0宝典源码,C#经典书籍,很多例子
💻 CS
📖 第 1 页 / 共 4 页
字号:
      ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
      this.tabPage5.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridAwards)).BeginInit();
      this.tabPage6.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridPunishments)).BeginInit();
      this.SuspendLayout();
      // 
      // tabControl1
      // 
      this.tabControl1.Controls.Add(this.tabPage1);
      this.tabControl1.Controls.Add(this.tabPage2);
      this.tabControl1.Controls.Add(this.tabPage3);
      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 = 1;
      // 
      // tabPage1
      // 
      this.tabPage1.BackColor = System.Drawing.Color.White;
      this.tabPage1.Controls.Add(this.labelNative);
      this.tabPage1.Controls.Add(this.labelBirthday);
      this.tabPage1.Controls.Add(this.labelIDCardNum);
      this.tabPage1.Controls.Add(this.labelSex);
      this.tabPage1.Controls.Add(this.labelName);
      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 = "基本信息";
      // 
      // labelNative
      // 
      this.labelNative.Location = new System.Drawing.Point(100, 196);
      this.labelNative.Name = "labelNative";
      this.labelNative.TabIndex = 20;
      // 
      // labelBirthday
      // 
      this.labelBirthday.Location = new System.Drawing.Point(100, 165);
      this.labelBirthday.Name = "labelBirthday";
      this.labelBirthday.TabIndex = 19;
      // 
      // labelIDCardNum
      // 
      this.labelIDCardNum.Location = new System.Drawing.Point(100, 135);
      this.labelIDCardNum.Name = "labelIDCardNum";
      this.labelIDCardNum.Size = new System.Drawing.Size(164, 19);
      this.labelIDCardNum.TabIndex = 18;
      // 
      // labelSex
      // 
      this.labelSex.Location = new System.Drawing.Point(100, 104);
      this.labelSex.Name = "labelSex";
      this.labelSex.TabIndex = 17;
      // 
      // labelName
      // 
      this.labelName.Location = new System.Drawing.Point(100, 73);
      this.labelName.Name = "labelName";
      this.labelName.Size = new System.Drawing.Size(100, 16);
      this.labelName.TabIndex = 16;
      // 
      // label6
      // 
      this.label6.Location = new System.Drawing.Point(32, 192);
      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, 161);
      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, 100);
      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, 131);
      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;
      // 
      // tabPage2
      // 
      this.tabPage2.BackColor = System.Drawing.Color.White;
      this.tabPage2.Controls.Add(this.labelStuType);
      this.tabPage2.Controls.Add(this.labelEnterYear);
      this.tabPage2.Controls.Add(this.labelStuID);
      this.tabPage2.Controls.Add(this.labelClass);
      this.tabPage2.Controls.Add(this.labelSpeciality);
      this.tabPage2.Controls.Add(this.labelCollege);
      this.tabPage2.Controls.Add(this.label14);
      this.tabPage2.Controls.Add(this.label13);
      this.tabPage2.Controls.Add(this.label12);
      this.tabPage2.Controls.Add(this.label11);
      this.tabPage2.Controls.Add(this.label10);
      this.tabPage2.Controls.Add(this.label9);
      this.tabPage2.Controls.Add(this.label7);
      this.tabPage2.Controls.Add(this.pictureBox2);
      this.tabPage2.Controls.Add(this.panel3);
      this.tabPage2.Location = new System.Drawing.Point(4, 21);
      this.tabPage2.Name = "tabPage2";
      this.tabPage2.Size = new System.Drawing.Size(456, 247);
      this.tabPage2.TabIndex = 1;
      this.tabPage2.Text = "学籍信息";
      this.tabPage2.Visible = false;
      // 
      // labelStuType
      // 
      this.labelStuType.Location = new System.Drawing.Point(319, 73);
      this.labelStuType.Name = "labelStuType";
      this.labelStuType.Size = new System.Drawing.Size(75, 23);
      this.labelStuType.TabIndex = 26;
      // 
      // labelEnterYear
      // 
      this.labelEnterYear.Location = new System.Drawing.Point(100, 196);
      this.labelEnterYear.Name = "labelEnterYear";
      this.labelEnterYear.Size = new System.Drawing.Size(80, 23);
      this.labelEnterYear.TabIndex = 25;
      // 
      // labelStuID
      // 
      this.labelStuID.Location = new System.Drawing.Point(100, 165);
      this.labelStuID.Name = "labelStuID";
      this.labelStuID.Size = new System.Drawing.Size(80, 23);
      this.labelStuID.TabIndex = 24;
      // 
      // labelClass
      // 
      this.labelClass.Location = new System.Drawing.Point(100, 135);
      this.labelClass.Name = "labelClass";
      this.labelClass.Size = new System.Drawing.Size(220, 19);
      this.labelClass.TabIndex = 23;
      // 
      // labelSpeciality
      // 
      this.labelSpeciality.Location = new System.Drawing.Point(100, 104);
      this.labelSpeciality.Name = "labelSpeciality";
      this.labelSpeciality.Size = new System.Drawing.Size(300, 23);
      this.labelSpeciality.TabIndex = 22;
      // 
      // labelCollege
      // 
      this.labelCollege.Location = new System.Drawing.Point(100, 73);
      this.labelCollege.Name = "labelCollege";
      this.labelCollege.TabIndex = 21;
      // 
      // label14
      // 
      this.label14.Location = new System.Drawing.Point(40, 161);
      this.label14.Name = "label14";
      this.label14.Size = new System.Drawing.Size(48, 23);
      this.label14.TabIndex = 18;
      this.label14.Text = "学号:";
      this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label13
      // 
      this.label13.Location = new System.Drawing.Point(264, 73);
      this.label13.Name = "label13";
      this.label13.Size = new System.Drawing.Size(48, 16);
      this.label13.TabIndex = 16;
      this.label13.Text = "学制:";
      this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label12
      // 
      this.label12.Location = new System.Drawing.Point(40, 131);
      this.label12.Name = "label12";
      this.label12.Size = new System.Drawing.Size(48, 23);
      this.label12.TabIndex = 13;
      this.label12.Text = "班级:";
      this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label11
      // 
      this.label11.Location = new System.Drawing.Point(16, 191);
      this.label11.Name = "label11";
      this.label11.Size = new System.Drawing.Size(72, 23);
      this.label11.TabIndex = 12;
      this.label11.Text = "入学年份:";
      this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label10
      // 
      this.label10.Location = new System.Drawing.Point(32, 100);
      this.label10.Name = "label10";
      this.label10.Size = new System.Drawing.Size(56, 23);
      this.label10.TabIndex = 10;
      this.label10.Text = "专业:";
      this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label9
      // 

⌨️ 快捷键说明

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