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

📄 frmaddq.vb

📁 Visual Basic管理信息系统开发 学生考试系统(源代码)
💻 VB
📖 第 1 页 / 共 3 页
字号:
Option Strict Off
Option Explicit On
Friend Class frmTestLib
	Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
	Public Sub New()
		MyBase.New()
		If m_vb6FormDefInstance Is Nothing Then
			If m_InitializingDefInstance Then
				m_vb6FormDefInstance = Me
			Else
				Try 
					'对于启动窗体,所创建的第一个实例为默认实例。
					If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
						m_vb6FormDefInstance = Me
					End If
				Catch
				End Try
			End If
		End If
		'此调用是 Windows 窗体设计器所必需的。
		InitializeComponent()
	End Sub
	'窗体重写处置,以清理组件列表。
	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
	Public ToolTip1 As System.Windows.Forms.ToolTip
	Public WithEvents CmbType As System.Windows.Forms.ComboBox
	Public WithEvents CmdFilter As System.Windows.Forms.Button
	Public WithEvents CmdFirst As System.Windows.Forms.Button
	Public WithEvents CmdPrev As System.Windows.Forms.Button
	Public WithEvents CmdNext As System.Windows.Forms.Button
	Public WithEvents CmdLast As System.Windows.Forms.Button
	Public WithEvents FrameChoice As System.Windows.Forms.GroupBox
	Public WithEvents CmdExit As System.Windows.Forms.Button
	Public WithEvents CmdUpdate As System.Windows.Forms.Button
	Public WithEvents CmdDel As System.Windows.Forms.Button
	Public WithEvents CmdAdd As System.Windows.Forms.Button
	Public WithEvents FrameOpt As System.Windows.Forms.GroupBox
	Public WithEvents DataLibs As AxMSDataGridLib.AxDataGrid
	Public WithEvents _txtFields_7 As System.Windows.Forms.TextBox
	Public WithEvents _txtFields_6 As System.Windows.Forms.TextBox
	Public WithEvents _txtFields_5 As System.Windows.Forms.TextBox
	Public WithEvents _txtFields_4 As System.Windows.Forms.TextBox
	Public WithEvents _txtFields_3 As System.Windows.Forms.TextBox
	Public WithEvents _txtFields_2 As System.Windows.Forms.TextBox
	Public WithEvents _txtFields_1 As System.Windows.Forms.TextBox
	Public WithEvents _txtFields_0 As System.Windows.Forms.TextBox
	Public WithEvents CmdOk As System.Windows.Forms.Button
	Public WithEvents CmdCancel As System.Windows.Forms.Button
	Public WithEvents LblWelcome As System.Windows.Forms.Label
	Public WithEvents _LblFields_7 As System.Windows.Forms.Label
	Public WithEvents _LblFields_6 As System.Windows.Forms.Label
	Public WithEvents _LblFields_5 As System.Windows.Forms.Label
	Public WithEvents _LblFields_4 As System.Windows.Forms.Label
	Public WithEvents _LblFields_3 As System.Windows.Forms.Label
	Public WithEvents _LblFields_2 As System.Windows.Forms.Label
	Public WithEvents _LblFields_1 As System.Windows.Forms.Label
	Public WithEvents _LblFields_0 As System.Windows.Forms.Label
	Public WithEvents FrameMain As System.Windows.Forms.GroupBox
	Public WithEvents LblFields As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents txtFields As Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray
	'注意: 以下过程是 Windows 窗体设计器所必需的
	'可以使用 Windows 窗体设计器来修改它。
	'不要使用代码编辑器修改它。
	<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmTestLib))
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.FrameChoice = New System.Windows.Forms.GroupBox
        Me.CmbType = New System.Windows.Forms.ComboBox
        Me.CmdFilter = New System.Windows.Forms.Button
        Me.CmdFirst = New System.Windows.Forms.Button
        Me.CmdPrev = New System.Windows.Forms.Button
        Me.CmdNext = New System.Windows.Forms.Button
        Me.CmdLast = New System.Windows.Forms.Button
        Me.FrameOpt = New System.Windows.Forms.GroupBox
        Me.CmdExit = New System.Windows.Forms.Button
        Me.CmdUpdate = New System.Windows.Forms.Button
        Me.CmdDel = New System.Windows.Forms.Button
        Me.CmdAdd = New System.Windows.Forms.Button
        Me.FrameMain = New System.Windows.Forms.GroupBox
        Me.DataLibs = New AxMSDataGridLib.AxDataGrid
        Me._txtFields_7 = New System.Windows.Forms.TextBox
        Me._txtFields_6 = New System.Windows.Forms.TextBox
        Me._txtFields_5 = New System.Windows.Forms.TextBox
        Me._txtFields_4 = New System.Windows.Forms.TextBox
        Me._txtFields_3 = New System.Windows.Forms.TextBox
        Me._txtFields_2 = New System.Windows.Forms.TextBox
        Me._txtFields_1 = New System.Windows.Forms.TextBox
        Me._txtFields_0 = New System.Windows.Forms.TextBox
        Me.CmdOk = New System.Windows.Forms.Button
        Me.CmdCancel = New System.Windows.Forms.Button
        Me.LblWelcome = New System.Windows.Forms.Label
        Me._LblFields_7 = New System.Windows.Forms.Label
        Me._LblFields_6 = New System.Windows.Forms.Label
        Me._LblFields_5 = New System.Windows.Forms.Label
        Me._LblFields_4 = New System.Windows.Forms.Label
        Me._LblFields_3 = New System.Windows.Forms.Label
        Me._LblFields_2 = New System.Windows.Forms.Label
        Me._LblFields_1 = New System.Windows.Forms.Label
        Me._LblFields_0 = New System.Windows.Forms.Label
        Me.LblFields = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(Me.components)
        Me.txtFields = New Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray(Me.components)
        Me.FrameChoice.SuspendLayout()
        Me.FrameOpt.SuspendLayout()
        Me.FrameMain.SuspendLayout()
        CType(Me.DataLibs, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.LblFields, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.txtFields, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'FrameChoice
        '
        Me.FrameChoice.BackColor = System.Drawing.SystemColors.Control
        Me.FrameChoice.Controls.Add(Me.CmbType)
        Me.FrameChoice.Controls.Add(Me.CmdFilter)
        Me.FrameChoice.Controls.Add(Me.CmdFirst)
        Me.FrameChoice.Controls.Add(Me.CmdPrev)
        Me.FrameChoice.Controls.Add(Me.CmdNext)
        Me.FrameChoice.Controls.Add(Me.CmdLast)
        Me.FrameChoice.ForeColor = System.Drawing.SystemColors.ControlText
        Me.FrameChoice.Location = New System.Drawing.Point(10, 336)
        Me.FrameChoice.Name = "FrameChoice"
        Me.FrameChoice.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.FrameChoice.Size = New System.Drawing.Size(394, 70)
        Me.FrameChoice.TabIndex = 23
        Me.FrameChoice.TabStop = False
        Me.FrameChoice.Text = "试题选择"
        '
        'CmbType
        '
        Me.CmbType.BackColor = System.Drawing.SystemColors.Window
        Me.CmbType.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.CmbType.ForeColor = System.Drawing.SystemColors.WindowText
        Me.CmbType.Location = New System.Drawing.Point(19, 26)
        Me.CmbType.Name = "CmbType"
        Me.CmbType.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmbType.Size = New System.Drawing.Size(97, 20)
        Me.CmbType.TabIndex = 29
        '
        'CmdFilter
        '
        Me.CmdFilter.BackColor = System.Drawing.SystemColors.Control
        Me.CmdFilter.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdFilter.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdFilter.Location = New System.Drawing.Point(307, 26)
        Me.CmdFilter.Name = "CmdFilter"
        Me.CmdFilter.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdFilter.Size = New System.Drawing.Size(78, 27)
        Me.CmdFilter.TabIndex = 28
        Me.CmdFilter.Text = "查询设置"
        '
        'CmdFirst
        '
        Me.CmdFirst.BackColor = System.Drawing.SystemColors.Control
        Me.CmdFirst.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdFirst.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdFirst.Location = New System.Drawing.Point(144, 26)
        Me.CmdFirst.Name = "CmdFirst"
        Me.CmdFirst.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdFirst.Size = New System.Drawing.Size(40, 27)
        Me.CmdFirst.TabIndex = 27
        Me.CmdFirst.Text = "|<"
        '
        'CmdPrev
        '
        Me.CmdPrev.BackColor = System.Drawing.SystemColors.Control
        Me.CmdPrev.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdPrev.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdPrev.Location = New System.Drawing.Point(182, 26)
        Me.CmdPrev.Name = "CmdPrev"
        Me.CmdPrev.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdPrev.Size = New System.Drawing.Size(40, 27)
        Me.CmdPrev.TabIndex = 26
        Me.CmdPrev.Text = "<"
        '
        'CmdNext
        '
        Me.CmdNext.BackColor = System.Drawing.SystemColors.Control
        Me.CmdNext.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdNext.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdNext.Location = New System.Drawing.Point(221, 26)
        Me.CmdNext.Name = "CmdNext"
        Me.CmdNext.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdNext.Size = New System.Drawing.Size(39, 27)
        Me.CmdNext.TabIndex = 25
        Me.CmdNext.Text = ">"
        '
        'CmdLast
        '
        Me.CmdLast.BackColor = System.Drawing.SystemColors.Control
        Me.CmdLast.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdLast.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdLast.Location = New System.Drawing.Point(259, 26)
        Me.CmdLast.Name = "CmdLast"
        Me.CmdLast.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdLast.Size = New System.Drawing.Size(40, 27)
        Me.CmdLast.TabIndex = 24
        Me.CmdLast.Text = ">|"
        '
        'FrameOpt
        '
        Me.FrameOpt.BackColor = System.Drawing.SystemColors.Control
        Me.FrameOpt.Controls.Add(Me.CmdExit)
        Me.FrameOpt.Controls.Add(Me.CmdUpdate)
        Me.FrameOpt.Controls.Add(Me.CmdDel)
        Me.FrameOpt.Controls.Add(Me.CmdAdd)
        Me.FrameOpt.ForeColor = System.Drawing.SystemColors.ControlText
        Me.FrameOpt.Location = New System.Drawing.Point(10, 414)
        Me.FrameOpt.Name = "FrameOpt"
        Me.FrameOpt.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.FrameOpt.Size = New System.Drawing.Size(394, 52)
        Me.FrameOpt.TabIndex = 1
        Me.FrameOpt.TabStop = False
        Me.FrameOpt.Text = "操作"
        '
        'CmdExit
        '
        Me.CmdExit.BackColor = System.Drawing.SystemColors.Control
        Me.CmdExit.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdExit.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdExit.Location = New System.Drawing.Point(317, 17)
        Me.CmdExit.Name = "CmdExit"
        Me.CmdExit.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdExit.Size = New System.Drawing.Size(68, 27)
        Me.CmdExit.TabIndex = 5
        Me.CmdExit.Text = "退出"
        '
        'CmdUpdate
        '
        Me.CmdUpdate.BackColor = System.Drawing.SystemColors.Control
        Me.CmdUpdate.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdUpdate.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdUpdate.Location = New System.Drawing.Point(221, 17)
        Me.CmdUpdate.Name = "CmdUpdate"
        Me.CmdUpdate.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdUpdate.Size = New System.Drawing.Size(68, 27)
        Me.CmdUpdate.TabIndex = 4
        Me.CmdUpdate.Text = "修改"
        '
        'CmdDel
        '
        Me.CmdDel.BackColor = System.Drawing.SystemColors.Control
        Me.CmdDel.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdDel.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdDel.Location = New System.Drawing.Point(125, 17)
        Me.CmdDel.Name = "CmdDel"
        Me.CmdDel.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdDel.Size = New System.Drawing.Size(68, 27)
        Me.CmdDel.TabIndex = 3
        Me.CmdDel.Text = "删除"
        '
        'CmdAdd
        '
        Me.CmdAdd.BackColor = System.Drawing.SystemColors.Control
        Me.CmdAdd.Cursor = System.Windows.Forms.Cursors.Default
        Me.CmdAdd.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CmdAdd.Location = New System.Drawing.Point(29, 17)
        Me.CmdAdd.Name = "CmdAdd"
        Me.CmdAdd.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CmdAdd.Size = New System.Drawing.Size(68, 27)
        Me.CmdAdd.TabIndex = 2
        Me.CmdAdd.Text = "添加"
        '
        'FrameMain
        '
        Me.FrameMain.BackColor = System.Drawing.SystemColors.Control
        Me.FrameMain.Controls.Add(Me.DataLibs)
        Me.FrameMain.Controls.Add(Me._txtFields_7)
        Me.FrameMain.Controls.Add(Me._txtFields_6)
        Me.FrameMain.Controls.Add(Me._txtFields_5)
        Me.FrameMain.Controls.Add(Me._txtFields_4)
        Me.FrameMain.Controls.Add(Me._txtFields_3)
        Me.FrameMain.Controls.Add(Me._txtFields_2)
        Me.FrameMain.Controls.Add(Me._txtFields_1)
        Me.FrameMain.Controls.Add(Me._txtFields_0)

⌨️ 快捷键说明

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