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

📄 frmaddstudent.designer.vb

📁 通用学籍管理软件 vb开发access数据库的实例
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmAddStudent
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.Label12 = New System.Windows.Forms.Label
        Me.TxtStudentNo = New System.Windows.Forms.TextBox
        Me.TxtName = New System.Windows.Forms.TextBox
        Me.TxtBirthDate = New System.Windows.Forms.TextBox
        Me.TxtGraduate = New System.Windows.Forms.TextBox
        Me.TxtFatherName = New System.Windows.Forms.TextBox
        Me.TxtPhone = New System.Windows.Forms.TextBox
        Me.TxtFamilyAddress = New System.Windows.Forms.TextBox
        Me.TxtMemo = New System.Windows.Forms.TextBox
        Me.ComboGender = New System.Windows.Forms.ComboBox
        Me.ComboPolitic = New System.Windows.Forms.ComboBox
        Me.ComboClass = New System.Windows.Forms.ComboBox
        Me.BtnOK = New System.Windows.Forms.Button
        Me.BtnExit = New System.Windows.Forms.Button
        Me.Label13 = New System.Windows.Forms.Label
        Me.TxtFee = New System.Windows.Forms.TextBox
        Me.ComboRecruit = New System.Windows.Forms.ComboBox
        Me.SuspendLayout()
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(39, 24)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(41, 12)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "学号:"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(248, 25)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(41, 12)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "姓名:"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(39, 74)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(41, 12)
        Me.Label3.TabIndex = 2
        Me.Label3.Text = "性别:"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(224, 74)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(65, 12)
        Me.Label4.TabIndex = 3
        Me.Label4.Text = "出生年月:"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(15, 124)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(65, 12)
        Me.Label5.TabIndex = 4
        Me.Label5.Text = "政治面貌:"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(15, 174)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(65, 12)
        Me.Label6.TabIndex = 5
        Me.Label6.Text = "招生人员:"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(15, 224)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(65, 12)
        Me.Label7.TabIndex = 6
        Me.Label7.Text = "父亲姓名:"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(15, 274)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(65, 12)
        Me.Label8.TabIndex = 7
        Me.Label8.Text = "家庭住址:"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(224, 221)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(65, 12)
        Me.Label9.TabIndex = 8
        Me.Label9.Text = "联系电话:"
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Location = New System.Drawing.Point(39, 317)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(41, 12)
        Me.Label10.TabIndex = 9
        Me.Label10.Text = "备注:"
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.Location = New System.Drawing.Point(224, 172)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(65, 12)
        Me.Label11.TabIndex = 10
        Me.Label11.Text = "毕业学校:"
        '
        'Label12
        '
        Me.Label12.AutoSize = True
        Me.Label12.Location = New System.Drawing.Point(248, 123)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(41, 12)
        Me.Label12.TabIndex = 11
        Me.Label12.Text = "班级:"
        '
        'TxtStudentNo
        '
        Me.TxtStudentNo.Location = New System.Drawing.Point(96, 21)
        Me.TxtStudentNo.Name = "TxtStudentNo"
        Me.TxtStudentNo.Size = New System.Drawing.Size(107, 21)
        Me.TxtStudentNo.TabIndex = 12
        '
        'TxtName
        '
        Me.TxtName.Location = New System.Drawing.Point(305, 21)
        Me.TxtName.Name = "TxtName"
        Me.TxtName.Size = New System.Drawing.Size(107, 21)
        Me.TxtName.TabIndex = 13
        '
        'TxtBirthDate
        '
        Me.TxtBirthDate.Location = New System.Drawing.Point(305, 70)
        Me.TxtBirthDate.Name = "TxtBirthDate"
        Me.TxtBirthDate.Size = New System.Drawing.Size(107, 21)
        Me.TxtBirthDate.TabIndex = 15
        '
        'TxtGraduate
        '
        Me.TxtGraduate.Location = New System.Drawing.Point(305, 167)
        Me.TxtGraduate.Name = "TxtGraduate"
        Me.TxtGraduate.Size = New System.Drawing.Size(107, 21)
        Me.TxtGraduate.TabIndex = 18
        '
        'TxtFatherName
        '
        Me.TxtFatherName.Location = New System.Drawing.Point(96, 219)
        Me.TxtFatherName.Name = "TxtFatherName"
        Me.TxtFatherName.Size = New System.Drawing.Size(107, 21)
        Me.TxtFatherName.TabIndex = 20
        '
        'TxtPhone
        '
        Me.TxtPhone.Location = New System.Drawing.Point(305, 216)
        Me.TxtPhone.Name = "TxtPhone"
        Me.TxtPhone.Size = New System.Drawing.Size(107, 21)
        Me.TxtPhone.TabIndex = 21
        '
        'TxtFamilyAddress
        '
        Me.TxtFamilyAddress.Location = New System.Drawing.Point(96, 269)
        Me.TxtFamilyAddress.Name = "TxtFamilyAddress"
        Me.TxtFamilyAddress.Size = New System.Drawing.Size(107, 21)
        Me.TxtFamilyAddress.TabIndex = 22
        '
        'TxtMemo
        '
        Me.TxtMemo.Location = New System.Drawing.Point(96, 317)
        Me.TxtMemo.Multiline = True
        Me.TxtMemo.Name = "TxtMemo"
        Me.TxtMemo.Size = New System.Drawing.Size(316, 54)
        Me.TxtMemo.TabIndex = 23
        '
        'ComboGender
        '
        Me.ComboGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.ComboGender.FormattingEnabled = True
        Me.ComboGender.Items.AddRange(New Object() {"男", "女"})
        Me.ComboGender.Location = New System.Drawing.Point(96, 71)
        Me.ComboGender.Name = "ComboGender"
        Me.ComboGender.Size = New System.Drawing.Size(106, 20)
        Me.ComboGender.TabIndex = 24
        '
        'ComboPolitic
        '
        Me.ComboPolitic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.ComboPolitic.FormattingEnabled = True
        Me.ComboPolitic.Items.AddRange(New Object() {"团员", "群众", "党员"})
        Me.ComboPolitic.Location = New System.Drawing.Point(96, 120)
        Me.ComboPolitic.Name = "ComboPolitic"
        Me.ComboPolitic.Size = New System.Drawing.Size(106, 20)
        Me.ComboPolitic.TabIndex = 25
        '
        'ComboClass
        '
        Me.ComboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.ComboClass.FormattingEnabled = True
        Me.ComboClass.Location = New System.Drawing.Point(307, 119)
        Me.ComboClass.Name = "ComboClass"
        Me.ComboClass.Size = New System.Drawing.Size(105, 20)
        Me.ComboClass.TabIndex = 26
        '
        'BtnOK
        '
        Me.BtnOK.Location = New System.Drawing.Point(436, 21)
        Me.BtnOK.Name = "BtnOK"
        Me.BtnOK.Size = New System.Drawing.Size(88, 35)
        Me.BtnOK.TabIndex = 27
        Me.BtnOK.Text = "确定"
        Me.BtnOK.UseVisualStyleBackColor = True
        '
        'BtnExit
        '
        Me.BtnExit.Location = New System.Drawing.Point(439, 88)
        Me.BtnExit.Name = "BtnExit"
        Me.BtnExit.Size = New System.Drawing.Size(84, 33)
        Me.BtnExit.TabIndex = 28
        Me.BtnExit.Text = "退出"
        Me.BtnExit.UseVisualStyleBackColor = True
        '
        'Label13
        '
        Me.Label13.AutoSize = True
        Me.Label13.Location = New System.Drawing.Point(224, 274)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(65, 12)
        Me.Label13.TabIndex = 29
        Me.Label13.Text = "收费金额:"
        '
        'TxtFee
        '
        Me.TxtFee.Location = New System.Drawing.Point(305, 268)
        Me.TxtFee.Name = "TxtFee"
        Me.TxtFee.Size = New System.Drawing.Size(107, 21)
        Me.TxtFee.TabIndex = 30
        '
        'ComboRecruit
        '
        Me.ComboRecruit.FormattingEnabled = True
        Me.ComboRecruit.Location = New System.Drawing.Point(96, 171)
        Me.ComboRecruit.Name = "ComboRecruit"
        Me.ComboRecruit.Size = New System.Drawing.Size(107, 20)
        Me.ComboRecruit.TabIndex = 31
        '
        'FrmAddStudent
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(546, 383)
        Me.Controls.Add(Me.ComboRecruit)
        Me.Controls.Add(Me.TxtFee)
        Me.Controls.Add(Me.Label13)
        Me.Controls.Add(Me.BtnExit)
        Me.Controls.Add(Me.BtnOK)
        Me.Controls.Add(Me.ComboClass)
        Me.Controls.Add(Me.ComboPolitic)
        Me.Controls.Add(Me.ComboGender)
        Me.Controls.Add(Me.TxtMemo)
        Me.Controls.Add(Me.TxtFamilyAddress)
        Me.Controls.Add(Me.TxtPhone)
        Me.Controls.Add(Me.TxtFatherName)
        Me.Controls.Add(Me.TxtGraduate)
        Me.Controls.Add(Me.TxtBirthDate)
        Me.Controls.Add(Me.TxtName)
        Me.Controls.Add(Me.TxtStudentNo)
        Me.Controls.Add(Me.Label12)
        Me.Controls.Add(Me.Label11)
        Me.Controls.Add(Me.Label10)
        Me.Controls.Add(Me.Label9)
        Me.Controls.Add(Me.Label8)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.Label6)
        Me.Controls.Add(Me.Label5)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.Label1)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "FrmAddStudent"
        Me.Text = "录入学籍信息"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents TxtStudentNo As System.Windows.Forms.TextBox
    Friend WithEvents TxtName As System.Windows.Forms.TextBox
    Friend WithEvents TxtBirthDate As System.Windows.Forms.TextBox
    Friend WithEvents TxtGraduate As System.Windows.Forms.TextBox
    Friend WithEvents TxtFatherName As System.Windows.Forms.TextBox
    Friend WithEvents TxtPhone As System.Windows.Forms.TextBox
    Friend WithEvents TxtFamilyAddress As System.Windows.Forms.TextBox
    Friend WithEvents TxtMemo As System.Windows.Forms.TextBox
    Friend WithEvents ComboGender As System.Windows.Forms.ComboBox
    Friend WithEvents ComboPolitic As System.Windows.Forms.ComboBox
    Friend WithEvents ComboClass As System.Windows.Forms.ComboBox
    Friend WithEvents BtnOK As System.Windows.Forms.Button
    Friend WithEvents BtnExit As System.Windows.Forms.Button
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents TxtFee As System.Windows.Forms.TextBox
    Friend WithEvents ComboRecruit As System.Windows.Forms.ComboBox
End Class

⌨️ 快捷键说明

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