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

📄 formenroll.vb

📁 学生信息管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
Public Class FormEnroll    Inherits FormBase    Public m_oStudent As Student#Region " Windows 窗体设计器生成的代码 "    Public Sub New()        MyBase.New()        '该调用是 Windows 窗体设计器所必需的。        InitializeComponent()        '在 InitializeComponent() 调用之后添加任何初始化    End Sub    '窗体重写 dispose 以清理组件列表。    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)        If disposing Then            If Not (components Is Nothing) Then                components.Dispose()            End If        End If        MyBase.Dispose(disposing)    End Sub    'Windows 窗体设计器所必需的    Private components As System.ComponentModel.IContainer    '注意: 以下过程是 Windows 窗体设计器所必需的    '可以使用 Windows 窗体设计器修改此过程。    '不要使用代码编辑器修改它。    Friend WithEvents lblStudentNumber As System.Windows.Forms.Label
    Friend WithEvents txtStudentNumber As System.Windows.Forms.TextBox
    Friend WithEvents txtName As System.Windows.Forms.TextBox
    Friend WithEvents lblName As System.Windows.Forms.Label
    Friend WithEvents lblSex As System.Windows.Forms.Label
    Friend WithEvents cmbSex As System.Windows.Forms.ComboBox
    Friend WithEvents lblBirthday As System.Windows.Forms.Label
    Friend WithEvents dtpBirthday As System.Windows.Forms.DateTimePicker
    Friend WithEvents lblNation As System.Windows.Forms.Label
    Friend WithEvents cmbNation As System.Windows.Forms.ComboBox
    Friend WithEvents lblNativePlace As System.Windows.Forms.Label
    Friend WithEvents lblProfession As System.Windows.Forms.Label
    Friend WithEvents cmbProfession As System.Windows.Forms.ComboBox
    Friend WithEvents txtDorm As System.Windows.Forms.TextBox
    Friend WithEvents lblDorm As System.Windows.Forms.Label
    Friend WithEvents lblPhone As System.Windows.Forms.Label
    Friend WithEvents cmbBusiness As System.Windows.Forms.ComboBox
    Friend WithEvents txtPhone As System.Windows.Forms.TextBox
    Friend WithEvents lblBusiness As System.Windows.Forms.Label
    Friend WithEvents lblHomeAddress As System.Windows.Forms.Label
    Friend WithEvents txtHomeAddress As System.Windows.Forms.TextBox
    Friend WithEvents lblHomePhone As System.Windows.Forms.Label
    Friend WithEvents txtHomePhone As System.Windows.Forms.TextBox
    Friend WithEvents lblPostalcode As System.Windows.Forms.Label
    Friend WithEvents txtPostalcode As System.Windows.Forms.TextBox
    Friend WithEvents lblEmail As System.Windows.Forms.Label
    Friend WithEvents lblEnterDate As System.Windows.Forms.Label
    Friend WithEvents txtEmail As System.Windows.Forms.TextBox
    Friend WithEvents lblIntro As System.Windows.Forms.Label
    Friend WithEvents dtpEnterDate As System.Windows.Forms.DateTimePicker
    Friend WithEvents txtIntro As System.Windows.Forms.TextBox
    Friend WithEvents NativePlace1 As CommonSystem.NativePlace
    Friend WithEvents cmStudent As System.Windows.Forms.ContextMenu
    Friend WithEvents miEnroll As System.Windows.Forms.MenuItem
    Friend WithEvents miEditStudent As System.Windows.Forms.MenuItem
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()        Me.lblStudentNumber = New System.Windows.Forms.Label
        Me.txtStudentNumber = New System.Windows.Forms.TextBox
        Me.txtName = New System.Windows.Forms.TextBox
        Me.txtDorm = New System.Windows.Forms.TextBox
        Me.lblName = New System.Windows.Forms.Label
        Me.lblSex = New System.Windows.Forms.Label
        Me.lblBirthday = New System.Windows.Forms.Label
        Me.cmbSex = New System.Windows.Forms.ComboBox
        Me.dtpBirthday = New System.Windows.Forms.DateTimePicker
        Me.lblNation = New System.Windows.Forms.Label
        Me.lblNativePlace = New System.Windows.Forms.Label
        Me.lblProfession = New System.Windows.Forms.Label
        Me.lblDorm = New System.Windows.Forms.Label
        Me.lblPhone = New System.Windows.Forms.Label
        Me.cmbNation = New System.Windows.Forms.ComboBox
        Me.cmbProfession = New System.Windows.Forms.ComboBox
        Me.cmbBusiness = New System.Windows.Forms.ComboBox
        Me.txtPhone = New System.Windows.Forms.TextBox
        Me.lblBusiness = New System.Windows.Forms.Label
        Me.lblHomeAddress = New System.Windows.Forms.Label
        Me.lblHomePhone = New System.Windows.Forms.Label
        Me.lblPostalcode = New System.Windows.Forms.Label
        Me.lblEmail = New System.Windows.Forms.Label
        Me.lblEnterDate = New System.Windows.Forms.Label
        Me.txtHomeAddress = New System.Windows.Forms.TextBox
        Me.txtHomePhone = New System.Windows.Forms.TextBox
        Me.txtPostalcode = New System.Windows.Forms.TextBox
        Me.txtEmail = New System.Windows.Forms.TextBox
        Me.lblIntro = New System.Windows.Forms.Label
        Me.dtpEnterDate = New System.Windows.Forms.DateTimePicker
        Me.txtIntro = New System.Windows.Forms.TextBox
        Me.NativePlace1 = New CommonSystem.NativePlace
        Me.cmStudent = New System.Windows.Forms.ContextMenu
        Me.miEnroll = New System.Windows.Forms.MenuItem
        Me.miEditStudent = New System.Windows.Forms.MenuItem
        '
        'lblStudentNumber
        '
        Me.lblStudentNumber.Location = New System.Drawing.Point(16, 24)
        Me.lblStudentNumber.Name = "lblStudentNumber"
        Me.lblStudentNumber.Size = New System.Drawing.Size(32, 23)
        Me.lblStudentNumber.TabIndex = 0
        Me.lblStudentNumber.Text = "学号"
        '
        'txtStudentNumber
        '
        Me.txtStudentNumber.Location = New System.Drawing.Point(48, 16)
        Me.txtStudentNumber.Name = "txtStudentNumber"
        Me.txtStudentNumber.Size = New System.Drawing.Size(112, 21)
        Me.txtStudentNumber.TabIndex = 1
        Me.txtStudentNumber.Text = ""
        '
        'txtName
        '
        Me.txtName.Location = New System.Drawing.Point(200, 16)
        Me.txtName.Name = "txtName"
        Me.txtName.Size = New System.Drawing.Size(72, 21)
        Me.txtName.TabIndex = 2
        Me.txtName.Text = ""
        '
        'txtDorm
        '
        Me.txtDorm.Location = New System.Drawing.Point(72, 88)
        Me.txtDorm.Name = "txtDorm"
        Me.txtDorm.Size = New System.Drawing.Size(192, 21)
        Me.txtDorm.TabIndex = 3
        Me.txtDorm.Text = ""
        '
        'lblName
        '
        Me.lblName.Location = New System.Drawing.Point(168, 24)
        Me.lblName.Name = "lblName"
        Me.lblName.Size = New System.Drawing.Size(32, 23)
        Me.lblName.TabIndex = 4
        Me.lblName.Text = "姓名"
        '
        'lblSex
        '
        Me.lblSex.Location = New System.Drawing.Point(280, 24)
        Me.lblSex.Name = "lblSex"
        Me.lblSex.Size = New System.Drawing.Size(32, 16)
        Me.lblSex.TabIndex = 5
        Me.lblSex.Text = "性别"
        '
        'lblBirthday
        '
        Me.lblBirthday.Location = New System.Drawing.Point(16, 48)
        Me.lblBirthday.Name = "lblBirthday"
        Me.lblBirthday.Size = New System.Drawing.Size(32, 23)
        Me.lblBirthday.TabIndex = 6
        Me.lblBirthday.Text = "生日"
        '
        'cmbSex
        '
        Me.cmbSex.Items.AddRange(New Object() {"男", "女"})
        Me.cmbSex.Location = New System.Drawing.Point(320, 16)
        Me.cmbSex.Name = "cmbSex"
        Me.cmbSex.Size = New System.Drawing.Size(112, 20)
        Me.cmbSex.TabIndex = 7
        Me.cmbSex.Text = "请选择"
        '
        'dtpBirthday
        '
        Me.dtpBirthday.Location = New System.Drawing.Point(48, 40)
        Me.dtpBirthday.Name = "dtpBirthday"
        Me.dtpBirthday.Size = New System.Drawing.Size(112, 21)
        Me.dtpBirthday.TabIndex = 8
        '
        'lblNation
        '
        Me.lblNation.Location = New System.Drawing.Point(168, 48)
        Me.lblNation.Name = "lblNation"
        Me.lblNation.Size = New System.Drawing.Size(32, 16)
        Me.lblNation.TabIndex = 9
        Me.lblNation.Text = "民族"
        '
        'lblNativePlace
        '
        Me.lblNativePlace.Location = New System.Drawing.Point(168, 72)
        Me.lblNativePlace.Name = "lblNativePlace"
        Me.lblNativePlace.Size = New System.Drawing.Size(32, 16)
        Me.lblNativePlace.TabIndex = 10
        Me.lblNativePlace.Text = "籍贯"
        '
        'lblProfession
        '
        Me.lblProfession.Location = New System.Drawing.Point(280, 48)
        Me.lblProfession.Name = "lblProfession"
        Me.lblProfession.Size = New System.Drawing.Size(32, 16)
        Me.lblProfession.TabIndex = 11
        Me.lblProfession.Text = "专业"
        '
        'lblDorm
        '
        Me.lblDorm.Location = New System.Drawing.Point(16, 96)
        Me.lblDorm.Name = "lblDorm"
        Me.lblDorm.Size = New System.Drawing.Size(32, 23)
        Me.lblDorm.TabIndex = 12
        Me.lblDorm.Text = "寝室"
        '
        'lblPhone
        '
        Me.lblPhone.Location = New System.Drawing.Point(280, 96)
        Me.lblPhone.Name = "lblPhone"
        Me.lblPhone.Size = New System.Drawing.Size(32, 23)
        Me.lblPhone.TabIndex = 13
        Me.lblPhone.Text = "电话"
        '
        'cmbNation
        '
        Me.cmbNation.Location = New System.Drawing.Point(200, 40)
        Me.cmbNation.Name = "cmbNation"
        Me.cmbNation.Size = New System.Drawing.Size(72, 20)
        Me.cmbNation.TabIndex = 14
        Me.cmbNation.Text = "请选择"
        '
        'cmbProfession
        '
        Me.cmbProfession.Location = New System.Drawing.Point(320, 40)
        Me.cmbProfession.Name = "cmbProfession"
        Me.cmbProfession.Size = New System.Drawing.Size(112, 20)
        Me.cmbProfession.TabIndex = 15
        Me.cmbProfession.Text = "请选择"
        '
        'cmbBusiness
        '
        Me.cmbBusiness.Location = New System.Drawing.Point(48, 64)
        Me.cmbBusiness.Name = "cmbBusiness"
        Me.cmbBusiness.Size = New System.Drawing.Size(112, 20)
        Me.cmbBusiness.TabIndex = 16
        Me.cmbBusiness.Text = "请选择"
        '
        'txtPhone
        '
        Me.txtPhone.Location = New System.Drawing.Point(320, 88)
        Me.txtPhone.Name = "txtPhone"
        Me.txtPhone.Size = New System.Drawing.Size(112, 21)
        Me.txtPhone.TabIndex = 17
        Me.txtPhone.Text = ""
        '
        'lblBusiness
        '
        Me.lblBusiness.Location = New System.Drawing.Point(16, 72)
        Me.lblBusiness.Name = "lblBusiness"
        Me.lblBusiness.Size = New System.Drawing.Size(32, 16)
        Me.lblBusiness.TabIndex = 18
        Me.lblBusiness.Text = "职务"
        '
        'lblHomeAddress
        '
        Me.lblHomeAddress.Location = New System.Drawing.Point(16, 120)
        Me.lblHomeAddress.Name = "lblHomeAddress"
        Me.lblHomeAddress.Size = New System.Drawing.Size(56, 23)
        Me.lblHomeAddress.TabIndex = 19
        Me.lblHomeAddress.Text = "家庭住址"
        '
        'lblHomePhone
        '
        Me.lblHomePhone.Location = New System.Drawing.Point(16, 144)
        Me.lblHomePhone.Name = "lblHomePhone"
        Me.lblHomePhone.Size = New System.Drawing.Size(56, 23)
        Me.lblHomePhone.TabIndex = 20
        Me.lblHomePhone.Text = "家庭电话"
        '
        'lblPostalcode
        '
        Me.lblPostalcode.Location = New System.Drawing.Point(280, 120)
        Me.lblPostalcode.Name = "lblPostalcode"
        Me.lblPostalcode.Size = New System.Drawing.Size(32, 23)
        Me.lblPostalcode.TabIndex = 21
        Me.lblPostalcode.Text = "邮编"
        '
        'lblEmail
        '
        Me.lblEmail.Location = New System.Drawing.Point(280, 144)
        Me.lblEmail.Name = "lblEmail"
        Me.lblEmail.Size = New System.Drawing.Size(40, 23)
        Me.lblEmail.TabIndex = 22
        Me.lblEmail.Text = "Email"
        '
        'lblEnterDate
        '
        Me.lblEnterDate.Location = New System.Drawing.Point(16, 168)
        Me.lblEnterDate.Name = "lblEnterDate"
        Me.lblEnterDate.Size = New System.Drawing.Size(56, 23)
        Me.lblEnterDate.TabIndex = 23
        Me.lblEnterDate.Text = "入学日期"
        '
        'txtHomeAddress

⌨️ 快捷键说明

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