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

📄 frmverify.vb

📁 代码:是由本人自主开发完成的
💻 VB
📖 第 1 页 / 共 3 页
字号:
Public Class frmverify
    Inherits System.Windows.Forms.Form
    Protected studbset As DataSet
    Protected qflag As Boolean
    Protected marid As Integer
#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 GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents GbMarjoy As System.Windows.Forms.GroupBox
    Friend WithEvents LbMarjoy As System.Windows.Forms.ListBox
    Friend WithEvents GbDepartment As System.Windows.Forms.GroupBox
    Friend WithEvents TvDep As System.Windows.Forms.TreeView
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
    Friend WithEvents CombEnterTime As System.Windows.Forms.ComboBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents Button2 As System.Windows.Forms.Button
    Friend WithEvents Button3 As System.Windows.Forms.Button
    Friend WithEvents Button4 As System.Windows.Forms.Button
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
    Friend WithEvents Button5 As System.Windows.Forms.Button
    Friend WithEvents Button6 As System.Windows.Forms.Button
    Friend WithEvents RDBRetest As System.Windows.Forms.RadioButton
    Friend WithEvents rdbfirst As System.Windows.Forms.RadioButton
    Friend WithEvents LVver As System.Windows.Forms.ListView
    Friend WithEvents LVStuDeta As System.Windows.Forms.ListView
    Friend WithEvents combtesttime As System.Windows.Forms.ComboBox
    Friend WithEvents combtestyear As System.Windows.Forms.ComboBox
    Friend WithEvents gbverfirst As System.Windows.Forms.GroupBox
    Friend WithEvents gbrever As System.Windows.Forms.GroupBox
    Friend WithEvents combretime As System.Windows.Forms.ComboBox
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents combreyear As System.Windows.Forms.ComboBox
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents colnum As System.Windows.Forms.ColumnHeader
    Friend WithEvents colname As System.Windows.Forms.ColumnHeader
    Friend WithEvents colcardid As System.Windows.Forms.ColumnHeader
    Friend WithEvents colnumber As System.Windows.Forms.ColumnHeader
    Friend WithEvents colstuname As System.Windows.Forms.ColumnHeader
    Friend WithEvents colstucardid As System.Windows.Forms.ColumnHeader
    Friend WithEvents txtQuery As System.Windows.Forms.TextBox
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmverify))
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.GbMarjoy = New System.Windows.Forms.GroupBox
        Me.LbMarjoy = New System.Windows.Forms.ListBox
        Me.GbDepartment = New System.Windows.Forms.GroupBox
        Me.TvDep = New System.Windows.Forms.TreeView
        Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.gbrever = New System.Windows.Forms.GroupBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.combretime = New System.Windows.Forms.ComboBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.RDBRetest = New System.Windows.Forms.RadioButton
        Me.combreyear = New System.Windows.Forms.ComboBox
        Me.gbverfirst = New System.Windows.Forms.GroupBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.CombEnterTime = New System.Windows.Forms.ComboBox
        Me.rdbfirst = New System.Windows.Forms.RadioButton
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.GroupBox7 = New System.Windows.Forms.GroupBox
        Me.LVver = New System.Windows.Forms.ListView
        Me.colnumber = New System.Windows.Forms.ColumnHeader
        Me.colstuname = New System.Windows.Forms.ColumnHeader
        Me.colstucardid = New System.Windows.Forms.ColumnHeader
        Me.GroupBox6 = New System.Windows.Forms.GroupBox
        Me.LVStuDeta = New System.Windows.Forms.ListView
        Me.colnum = New System.Windows.Forms.ColumnHeader
        Me.colname = New System.Windows.Forms.ColumnHeader
        Me.colcardid = New System.Windows.Forms.ColumnHeader
        Me.GroupBox5 = New System.Windows.Forms.GroupBox
        Me.Button5 = New System.Windows.Forms.Button
        Me.Button6 = New System.Windows.Forms.Button
        Me.Button3 = New System.Windows.Forms.Button
        Me.Button4 = New System.Windows.Forms.Button
        Me.Button2 = New System.Windows.Forms.Button
        Me.Button1 = New System.Windows.Forms.Button
        Me.GroupBox4 = New System.Windows.Forms.GroupBox
        Me.combtesttime = New System.Windows.Forms.ComboBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.combtestyear = New System.Windows.Forms.ComboBox
        Me.txtQuery = New System.Windows.Forms.TextBox
        Me.Label11 = New System.Windows.Forms.Label
        Me.Label12 = New System.Windows.Forms.Label
        Me.GroupBox1.SuspendLayout()
        Me.GbMarjoy.SuspendLayout()
        Me.GbDepartment.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.gbrever.SuspendLayout()
        Me.gbverfirst.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.GroupBox7.SuspendLayout()
        Me.GroupBox6.SuspendLayout()
        Me.GroupBox5.SuspendLayout()
        Me.GroupBox4.SuspendLayout()
        Me.SuspendLayout()
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.GbMarjoy)
        Me.GroupBox1.Controls.Add(Me.GbDepartment)
        Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left
        Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(240, 645)
        Me.GroupBox1.TabIndex = 1
        Me.GroupBox1.TabStop = False
        '
        'GbMarjoy
        '
        Me.GbMarjoy.Controls.Add(Me.LbMarjoy)
        Me.GbMarjoy.Location = New System.Drawing.Point(8, 352)
        Me.GbMarjoy.Name = "GbMarjoy"
        Me.GbMarjoy.Size = New System.Drawing.Size(224, 288)
        Me.GbMarjoy.TabIndex = 1
        Me.GbMarjoy.TabStop = False
        Me.GbMarjoy.Text = "专业信息:"
        '
        'LbMarjoy
        '
        Me.LbMarjoy.Dock = System.Windows.Forms.DockStyle.Fill
        Me.LbMarjoy.ItemHeight = 12
        Me.LbMarjoy.Location = New System.Drawing.Point(3, 17)
        Me.LbMarjoy.Name = "LbMarjoy"
        Me.LbMarjoy.Size = New System.Drawing.Size(218, 268)
        Me.LbMarjoy.TabIndex = 0
        '
        'GbDepartment
        '
        Me.GbDepartment.Controls.Add(Me.TvDep)
        Me.GbDepartment.Location = New System.Drawing.Point(8, 16)
        Me.GbDepartment.Name = "GbDepartment"
        Me.GbDepartment.Size = New System.Drawing.Size(224, 328)
        Me.GbDepartment.TabIndex = 0
        Me.GbDepartment.TabStop = False
        Me.GbDepartment.Text = "院系信息:"
        '
        'TvDep
        '
        Me.TvDep.Dock = System.Windows.Forms.DockStyle.Fill
        Me.TvDep.ImageList = Me.ImageList1
        Me.TvDep.ItemHeight = 34
        Me.TvDep.Location = New System.Drawing.Point(3, 17)
        Me.TvDep.Name = "TvDep"
        Me.TvDep.Size = New System.Drawing.Size(218, 308)
        Me.TvDep.TabIndex = 0
        '
        'ImageList1
        '
        Me.ImageList1.ImageSize = New System.Drawing.Size(32, 32)
        Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
        Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.gbrever)
        Me.GroupBox2.Controls.Add(Me.gbverfirst)
        Me.GroupBox2.Location = New System.Drawing.Point(248, 0)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(640, 56)
        Me.GroupBox2.TabIndex = 2
        Me.GroupBox2.TabStop = False
        '
        'gbrever
        '
        Me.gbrever.Controls.Add(Me.Label5)
        Me.gbrever.Controls.Add(Me.combretime)
        Me.gbrever.Controls.Add(Me.Label4)
        Me.gbrever.Controls.Add(Me.RDBRetest)
        Me.gbrever.Controls.Add(Me.combreyear)
        Me.gbrever.Location = New System.Drawing.Point(333, 7)
        Me.gbrever.Name = "gbrever"
        Me.gbrever.Size = New System.Drawing.Size(296, 41)
        Me.gbrever.TabIndex = 10
        Me.gbrever.TabStop = False
        '
        'Label5
        '
        Me.Label5.Location = New System.Drawing.Point(80, 16)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(48, 16)
        Me.Label5.TabIndex = 11
        Me.Label5.Text = "学年第"
        '
        'combretime
        '
        Me.combretime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.combretime.Items.AddRange(New Object() {"1", "2"})
        Me.combretime.Location = New System.Drawing.Point(128, 12)
        Me.combretime.Name = "combretime"
        Me.combretime.Size = New System.Drawing.Size(40, 20)
        Me.combretime.TabIndex = 9
        '
        'Label4
        '
        Me.Label4.Location = New System.Drawing.Point(168, 16)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(16, 16)
        Me.Label4.TabIndex = 10
        Me.Label4.Text = "季"
        '
        'RDBRetest
        '
        Me.RDBRetest.AutoCheck = False
        Me.RDBRetest.Location = New System.Drawing.Point(184, 10)
        Me.RDBRetest.Name = "RDBRetest"
        Me.RDBRetest.TabIndex = 7
        Me.RDBRetest.Text = "重修学生报名"
        '
        'combreyear
        '
        Me.combreyear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.combreyear.Location = New System.Drawing.Point(8, 13)
        Me.combreyear.Name = "combreyear"
        Me.combreyear.Size = New System.Drawing.Size(64, 20)
        Me.combreyear.TabIndex = 8
        '
        'gbverfirst
        '
        Me.gbverfirst.Controls.Add(Me.Label2)
        Me.gbverfirst.Controls.Add(Me.CombEnterTime)
        Me.gbverfirst.Controls.Add(Me.rdbfirst)
        Me.gbverfirst.Location = New System.Drawing.Point(8, 7)
        Me.gbverfirst.Name = "gbverfirst"
        Me.gbverfirst.Size = New System.Drawing.Size(312, 41)
        Me.gbverfirst.TabIndex = 9
        Me.gbverfirst.TabStop = False
        '
        'Label2
        '
        Me.Label2.Location = New System.Drawing.Point(8, 16)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(96, 16)
        Me.Label2.TabIndex = 5
        Me.Label2.Text = "学生入学时间:"
        '
        'CombEnterTime
        '
        Me.CombEnterTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.CombEnterTime.Location = New System.Drawing.Point(104, 16)
        Me.CombEnterTime.Name = "CombEnterTime"
        Me.CombEnterTime.Size = New System.Drawing.Size(56, 20)
        Me.CombEnterTime.TabIndex = 6
        '
        'rdbfirst
        '
        Me.rdbfirst.AutoCheck = False
        Me.rdbfirst.Location = New System.Drawing.Point(168, 13)
        Me.rdbfirst.Name = "rdbfirst"
        Me.rdbfirst.Size = New System.Drawing.Size(136, 24)
        Me.rdbfirst.TabIndex = 8
        Me.rdbfirst.Text = "学生第一次考试报名"
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.GroupBox7)

⌨️ 快捷键说明

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