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

📄 formedit.cs

📁 C#2.0宝典源码,C#经典书籍,很多例子
💻 CS
📖 第 1 页 / 共 5 页
字号:
      this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // label16
      // 
      this.label16.Location = new System.Drawing.Point(16, 73);
      this.label16.Name = "label16";
      this.label16.Size = new System.Drawing.Size(72, 16);
      this.label16.TabIndex = 12;
      this.label16.Text = "家庭地址:";
      this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // txtBoxHomeAdd
      // 
      this.txtBoxHomeAdd.Location = new System.Drawing.Point(98, 70);
      this.txtBoxHomeAdd.MaxLength = 60;
      this.txtBoxHomeAdd.Name = "txtBoxHomeAdd";
      this.txtBoxHomeAdd.Size = new System.Drawing.Size(326, 21);
      this.txtBoxHomeAdd.TabIndex = 11;
      this.txtBoxHomeAdd.Text = "";
      // 
      // pictureBox3
      // 
      this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
      this.pictureBox3.Location = new System.Drawing.Point(18, 4);
      this.pictureBox3.Name = "pictureBox3";
      this.pictureBox3.Size = new System.Drawing.Size(48, 40);
      this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
      this.pictureBox3.TabIndex = 7;
      this.pictureBox3.TabStop = false;
      // 
      // label8
      // 
      this.label8.Location = new System.Drawing.Point(80, 22);
      this.label8.Name = "label8";
      this.label8.Size = new System.Drawing.Size(104, 16);
      this.label8.TabIndex = 6;
      this.label8.Text = "学生的联系方法";
      // 
      // panel4
      // 
      this.panel4.BackColor = System.Drawing.SystemColors.GrayText;
      this.panel4.Location = new System.Drawing.Point(10, 50);
      this.panel4.Name = "panel4";
      this.panel4.Size = new System.Drawing.Size(436, 1);
      this.panel4.TabIndex = 5;
      // 
      // tabPage2
      // 
      this.tabPage2.BackColor = System.Drawing.Color.White;
      this.tabPage2.Controls.Add(this.txtBoxStuID);
      this.tabPage2.Controls.Add(this.label14);
      this.tabPage2.Controls.Add(this.cmbBoxStuType);
      this.tabPage2.Controls.Add(this.label13);
      this.tabPage2.Controls.Add(this.cmbBoxEnterYear);
      this.tabPage2.Controls.Add(this.cmbBoxClass);
      this.tabPage2.Controls.Add(this.label12);
      this.tabPage2.Controls.Add(this.label11);
      this.tabPage2.Controls.Add(this.cmbBoxSpeciality);
      this.tabPage2.Controls.Add(this.label10);
      this.tabPage2.Controls.Add(this.label9);
      this.tabPage2.Controls.Add(this.cmbBoxCollege);
      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;
      // 
      // txtBoxStuID
      // 
      this.txtBoxStuID.BackColor = System.Drawing.Color.White;
      this.txtBoxStuID.Enabled = false;
      this.txtBoxStuID.Location = new System.Drawing.Point(98, 159);
      this.txtBoxStuID.MaxLength = 2;
      this.txtBoxStuID.Name = "txtBoxStuID";
      this.txtBoxStuID.ReadOnly = true;
      this.txtBoxStuID.Size = new System.Drawing.Size(62, 21);
      this.txtBoxStuID.TabIndex = 19;
      this.txtBoxStuID.Text = "";
      // 
      // label14
      // 
      this.label14.Location = new System.Drawing.Point(40, 159);
      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;
      // 
      // cmbBoxStuType
      // 
      this.cmbBoxStuType.Items.AddRange(new object[] {
                                                       "3年",
                                                       "4年",
                                                       "5年"});
      this.cmbBoxStuType.Location = new System.Drawing.Point(320, 70);
      this.cmbBoxStuType.Name = "cmbBoxStuType";
      this.cmbBoxStuType.Size = new System.Drawing.Size(48, 20);
      this.cmbBoxStuType.TabIndex = 17;
      this.cmbBoxStuType.Text = "4年";
      // 
      // 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;
      // 
      // cmbBoxEnterYear
      // 
      this.cmbBoxEnterYear.Location = new System.Drawing.Point(98, 191);
      this.cmbBoxEnterYear.Name = "cmbBoxEnterYear";
      this.cmbBoxEnterYear.Size = new System.Drawing.Size(78, 20);
      this.cmbBoxEnterYear.TabIndex = 15;
      // 
      // cmbBoxClass
      // 
      this.cmbBoxClass.Enabled = false;
      this.cmbBoxClass.Items.AddRange(new object[] {
                                                     "180213",
                                                     "180214"});
      this.cmbBoxClass.Location = new System.Drawing.Point(98, 131);
      this.cmbBoxClass.Name = "cmbBoxClass";
      this.cmbBoxClass.Size = new System.Drawing.Size(158, 20);
      this.cmbBoxClass.TabIndex = 14;
      this.cmbBoxClass.Text = "选择班级";
      // 
      // 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;
      // 
      // cmbBoxSpeciality
      // 
      this.cmbBoxSpeciality.Enabled = false;
      this.cmbBoxSpeciality.Location = new System.Drawing.Point(98, 100);
      this.cmbBoxSpeciality.Name = "cmbBoxSpeciality";
      this.cmbBoxSpeciality.Size = new System.Drawing.Size(158, 20);
      this.cmbBoxSpeciality.TabIndex = 11;
      this.cmbBoxSpeciality.Text = "选择专业";
      // 
      // 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
      // 
      this.label9.Location = new System.Drawing.Point(40, 73);
      this.label9.Name = "label9";
      this.label9.Size = new System.Drawing.Size(48, 16);
      this.label9.TabIndex = 9;
      this.label9.Text = "学院:";
      this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // cmbBoxCollege
      // 
      this.cmbBoxCollege.Enabled = false;
      this.cmbBoxCollege.Location = new System.Drawing.Point(98, 70);
      this.cmbBoxCollege.Name = "cmbBoxCollege";
      this.cmbBoxCollege.Size = new System.Drawing.Size(126, 20);
      this.cmbBoxCollege.TabIndex = 8;
      this.cmbBoxCollege.Text = "选择学院";
      // 
      // label7
      // 
      this.label7.Location = new System.Drawing.Point(80, 22);
      this.label7.Name = "label7";
      this.label7.Size = new System.Drawing.Size(104, 16);
      this.label7.TabIndex = 7;
      this.label7.Text = "学生的学籍信息";
      // 
      // pictureBox2
      // 
      this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
      this.pictureBox2.Location = new System.Drawing.Point(18, 4);
      this.pictureBox2.Name = "pictureBox2";
      this.pictureBox2.Size = new System.Drawing.Size(48, 40);
      this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
      this.pictureBox2.TabIndex = 6;
      this.pictureBox2.TabStop = false;
      // 
      // panel3
      // 
      this.panel3.BackColor = System.Drawing.SystemColors.GrayText;
      this.panel3.Location = new System.Drawing.Point(10, 50);
      this.panel3.Name = "panel3";
      this.panel3.Size = new System.Drawing.Size(436, 1);
      this.panel3.TabIndex = 5;
      // 
      // tabPage4
      // 
      this.tabPage4.BackColor = System.Drawing.Color.White;
      this.tabPage4.Controls.Add(this.label26);
      this.tabPage4.Controls.Add(this.btnDeleteChange);
      this.tabPage4.Controls.Add(this.btnAddChange);
      this.tabPage4.Controls.Add(this.txtChangeReason);
      this.tabPage4.Controls.Add(this.label23);
      this.tabPage4.Controls.Add(this.dateTimeChange);
      this.tabPage4.Controls.Add(this.cmbChangeType);
      this.tabPage4.Controls.Add(this.gridChanges);
      this.tabPage4.Controls.Add(this.panel5);
      this.tabPage4.Controls.Add(this.label15);
      this.tabPage4.Controls.Add(this.pictureBox4);
      this.tabPage4.Location = new System.Drawing.Point(4, 21);
      this.tabPage4.Name = "tabPage4";
      this.tabPage4.Size = new System.Drawing.Size(456, 247);
      this.tabPage4.TabIndex = 3;
      this.tabPage4.Text = "学籍异动";
      // 
      // btnDeleteChange
      // 
      this.btnDeleteChange.BackColor = System.Drawing.SystemColors.Control;
      this.btnDeleteChange.Location = new System.Drawing.Point(371, 183);
      this.btnDeleteChange.Name = "btnDeleteChange";
      this.btnDeleteChange.TabIndex = 17;
      this.btnDeleteChange.Text = "删除";
      this.btnDeleteChange.Click += new System.EventHandler(this.btnDeleteChange_Click);
      // 
      // btnAddChange
      // 
      this.btnAddChange.BackColor = System.Drawing.SystemColors.Control;
      this.btnAddChange.Location = new System.Drawing.Point(291, 183);
      this.btnAddChange.Name = "btnAddChange";
      this.btnAddChange.TabIndex = 16;
      this.btnAddChange.Text = "添加";
      this.btnAddChange.Click += new System.EventHandler(this.btnAddChange_Click);
      // 
      // txtChangeReason
      // 
      this.txtChangeReason.Location = new System.Drawing.Point(48, 216);
      this.txtChangeReason.Name = "txtChangeReason";
      this.txtChangeReason.Size = new System.Drawing.Size(400, 21);
      this.txtChangeReason.TabIndex = 13;
      this.txtChangeReason.Text = "";
      // 
      // label23
      // 
      this.label23.BackColor = System.Drawing.Color.Transparent;
      this.label23.Location = new System.Drawing.Point(0, 219);
      this.label23.Name = "label23";
      this.label23.Size = new System.Drawing.Size(48, 16);
      this.label23.TabIndex = 15;
      this.label23.Text = "原因:";
      this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
      // 
      // dateTimeChange
      // 
      this.dateTimeChange.Format = System.Windows.Forms.DateTimePickerFormat.Short;
      this.dateTimeChange.Location = new System.Drawing.Point(180, 184);
      this.dateTimeChange.Name = "dateTimeChange";
      this.dateTimeChange.Size = new System.Drawing.Size(104, 21);
      this.dateTimeChange.TabIndex = 14;
      // 
      // cmbChangeType
      // 
      this.cmbChangeType.DataSource = this.dsStuAddedInfo.changeTypes;
      this.cmbChangeType.DisplayMember = "changeType_name";
      this.cmbChangeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
      this.cmbChangeType.Location = new System.Drawing.Point(48, 184);
      this.cmbChangeType.Name = "cmbChangeType";
      this.cmbChangeType.Size = new System.Drawing.Size(120, 20);
      this.cmbChangeType.TabIndex = 12;
      this.cmbChangeType.ValueMember = "changeType_ID";
      // 
      // dsStuAddedInfo
      // 

⌨️ 快捷键说明

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