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

📄 frmcheck.vb

📁 Visual Basic管理信息系统开发 学生考试系统(源代码)
💻 VB
📖 第 1 页 / 共 2 页
字号:
Option Strict Off
Option Explicit On
Friend Class frmCheck
	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 CmdCancel As System.Windows.Forms.Button
	Public WithEvents CmdOK As System.Windows.Forms.Button
	Public WithEvents txtCheck As System.Windows.Forms.TextBox
	Public WithEvents txtAnswer As System.Windows.Forms.TextBox
	Public WithEvents CmdCheck As System.Windows.Forms.Button
	Public WithEvents CmdLast As System.Windows.Forms.Button
	Public WithEvents CmdNext As System.Windows.Forms.Button
	Public WithEvents CmdPrev As System.Windows.Forms.Button
	Public WithEvents CmdFirst As System.Windows.Forms.Button
	Public WithEvents txtQuestion As System.Windows.Forms.TextBox
	Public WithEvents lblCheck As System.Windows.Forms.Label
	Public WithEvents lblA As System.Windows.Forms.Label
	Public WithEvents lblQ As System.Windows.Forms.Label
	'注意: 以下过程是 Windows 窗体设计器所必需的
	'可以使用 Windows 窗体设计器来修改它。
	'不要使用代码编辑器修改它。
	<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
		Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmCheck))
		Me.components = New System.ComponentModel.Container()
		Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
		Me.ToolTip1.Active = True
		Me.CmdCancel = New System.Windows.Forms.Button
		Me.CmdOK = New System.Windows.Forms.Button
		Me.txtCheck = New System.Windows.Forms.TextBox
		Me.txtAnswer = New System.Windows.Forms.TextBox
		Me.CmdCheck = New System.Windows.Forms.Button
		Me.CmdLast = New System.Windows.Forms.Button
		Me.CmdNext = New System.Windows.Forms.Button
		Me.CmdPrev = New System.Windows.Forms.Button
		Me.CmdFirst = New System.Windows.Forms.Button
		Me.txtQuestion = New System.Windows.Forms.TextBox
		Me.lblCheck = New System.Windows.Forms.Label
		Me.lblA = New System.Windows.Forms.Label
		Me.lblQ = New System.Windows.Forms.Label
		Me.BackColor = System.Drawing.Color.FromARGB(192, 192, 192)
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
		Me.Text = "Form1"
		Me.ClientSize = New System.Drawing.Size(481, 480)
		Me.Location = New System.Drawing.Point(0, 0)
		Me.ShowInTaskbar = False
		Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
		Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
		Me.ControlBox = True
		Me.Enabled = True
		Me.KeyPreview = False
		Me.MaximizeBox = True
		Me.MinimizeBox = True
		Me.Cursor = System.Windows.Forms.Cursors.Default
		Me.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.HelpButton = False
		Me.WindowState = System.Windows.Forms.FormWindowState.Normal
		Me.Name = "frmCheck"
		Me.CmdCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.CmdCancel.Text = "取消"
		Me.CmdCancel.Size = New System.Drawing.Size(57, 25)
		Me.CmdCancel.Location = New System.Drawing.Point(408, 448)
		Me.CmdCancel.TabIndex = 12
		Me.CmdCancel.BackColor = System.Drawing.SystemColors.Control
		Me.CmdCancel.CausesValidation = True
		Me.CmdCancel.Enabled = True
		Me.CmdCancel.ForeColor = System.Drawing.SystemColors.ControlText
		Me.CmdCancel.Cursor = System.Windows.Forms.Cursors.Default
		Me.CmdCancel.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.CmdCancel.TabStop = True
		Me.CmdCancel.Name = "CmdCancel"
		Me.CmdOK.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.CmdOK.Text = "确定"
		Me.CmdOK.Size = New System.Drawing.Size(57, 25)
		Me.CmdOK.Location = New System.Drawing.Point(336, 448)
		Me.CmdOK.TabIndex = 11
		Me.CmdOK.BackColor = System.Drawing.SystemColors.Control
		Me.CmdOK.CausesValidation = True
		Me.CmdOK.Enabled = True
		Me.CmdOK.ForeColor = System.Drawing.SystemColors.ControlText
		Me.CmdOK.Cursor = System.Windows.Forms.Cursors.Default
		Me.CmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.CmdOK.TabStop = True
		Me.CmdOK.Name = "CmdOK"
		Me.txtCheck.AutoSize = False
		Me.txtCheck.Font = New System.Drawing.Font("方正舒体", 14.4!, System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
		Me.txtCheck.Size = New System.Drawing.Size(465, 73)
		Me.txtCheck.Location = New System.Drawing.Point(8, 352)
		Me.txtCheck.ReadOnly = True
		Me.txtCheck.MultiLine = True
		Me.txtCheck.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
		Me.txtCheck.TabIndex = 10
		Me.txtCheck.AcceptsReturn = True
		Me.txtCheck.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
		Me.txtCheck.BackColor = System.Drawing.SystemColors.Window
		Me.txtCheck.CausesValidation = True
		Me.txtCheck.Enabled = True
		Me.txtCheck.ForeColor = System.Drawing.SystemColors.WindowText
		Me.txtCheck.HideSelection = True
		Me.txtCheck.Maxlength = 0
		Me.txtCheck.Cursor = System.Windows.Forms.Cursors.IBeam
		Me.txtCheck.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.txtCheck.TabStop = True
		Me.txtCheck.Visible = True
		Me.txtCheck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
		Me.txtCheck.Name = "txtCheck"
		Me.txtAnswer.AutoSize = False
		Me.txtAnswer.Font = New System.Drawing.Font("楷体_GB2312", 14.4!, System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
		Me.txtAnswer.Size = New System.Drawing.Size(465, 89)
		Me.txtAnswer.Location = New System.Drawing.Point(8, 224)
		Me.txtAnswer.ReadOnly = True
		Me.txtAnswer.MultiLine = True
		Me.txtAnswer.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
		Me.txtAnswer.TabIndex = 6
		Me.txtAnswer.AcceptsReturn = True
		Me.txtAnswer.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
		Me.txtAnswer.BackColor = System.Drawing.SystemColors.Window
		Me.txtAnswer.CausesValidation = True
		Me.txtAnswer.Enabled = True
		Me.txtAnswer.ForeColor = System.Drawing.SystemColors.WindowText
		Me.txtAnswer.HideSelection = True
		Me.txtAnswer.Maxlength = 0
		Me.txtAnswer.Cursor = System.Windows.Forms.Cursors.IBeam
		Me.txtAnswer.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.txtAnswer.TabStop = True
		Me.txtAnswer.Visible = True
		Me.txtAnswer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
		Me.txtAnswer.Name = "txtAnswer"
		Me.CmdCheck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.CmdCheck.Text = "评分"
		Me.CmdCheck.Size = New System.Drawing.Size(73, 25)
		Me.CmdCheck.Location = New System.Drawing.Point(248, 448)
		Me.CmdCheck.TabIndex = 5
		Me.CmdCheck.BackColor = System.Drawing.SystemColors.Control
		Me.CmdCheck.CausesValidation = True
		Me.CmdCheck.Enabled = True
		Me.CmdCheck.ForeColor = System.Drawing.SystemColors.ControlText
		Me.CmdCheck.Cursor = System.Windows.Forms.Cursors.Default
		Me.CmdCheck.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.CmdCheck.TabStop = True
		Me.CmdCheck.Name = "CmdCheck"
		Me.CmdLast.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.CmdLast.Text = ">|"
		Me.CmdLast.Size = New System.Drawing.Size(49, 25)
		Me.CmdLast.Location = New System.Drawing.Point(152, 448)
		Me.CmdLast.TabIndex = 4
		Me.CmdLast.BackColor = System.Drawing.SystemColors.Control
		Me.CmdLast.CausesValidation = True
		Me.CmdLast.Enabled = True
		Me.CmdLast.ForeColor = System.Drawing.SystemColors.ControlText
		Me.CmdLast.Cursor = System.Windows.Forms.Cursors.Default
		Me.CmdLast.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.CmdLast.TabStop = True
		Me.CmdLast.Name = "CmdLast"
		Me.CmdNext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.CmdNext.Text = ">"
		Me.CmdNext.Size = New System.Drawing.Size(49, 25)
		Me.CmdNext.Location = New System.Drawing.Point(104, 448)
		Me.CmdNext.TabIndex = 3
		Me.CmdNext.BackColor = System.Drawing.SystemColors.Control
		Me.CmdNext.CausesValidation = True
		Me.CmdNext.Enabled = True
		Me.CmdNext.ForeColor = System.Drawing.SystemColors.ControlText
		Me.CmdNext.Cursor = System.Windows.Forms.Cursors.Default
		Me.CmdNext.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.CmdNext.TabStop = True
		Me.CmdNext.Name = "CmdNext"
		Me.CmdPrev.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.CmdPrev.Text = "<"
		Me.CmdPrev.Size = New System.Drawing.Size(49, 25)
		Me.CmdPrev.Location = New System.Drawing.Point(56, 448)
		Me.CmdPrev.TabIndex = 2
		Me.CmdPrev.BackColor = System.Drawing.SystemColors.Control

⌨️ 快捷键说明

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