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

📄 frmtoscoring.frm

📁 自测考试系统
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form toscoring 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "试卷评阅"
   ClientHeight    =   6735
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   10995
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6735
   ScaleWidth      =   10995
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame2 
      Caption         =   "填空学生答题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   4875
      Left            =   5280
      TabIndex        =   29
      Top             =   360
      Width           =   3060
      Begin VB.Frame frmBlank 
         Caption         =   "空1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   990
         Index           =   0
         Left            =   135
         TabIndex        =   42
         Top             =   435
         Width           =   2820
         Begin VB.TextBox txtStuAnswer 
            Height          =   300
            Index           =   0
            Left            =   120
            Locked          =   -1  'True
            TabIndex        =   45
            Top             =   300
            Width           =   2640
         End
         Begin VB.OptionButton optYN1 
            Caption         =   "正确"
            Height          =   225
            Index           =   0
            Left            =   510
            TabIndex        =   44
            Top             =   690
            Width           =   705
         End
         Begin VB.OptionButton optYN1 
            Caption         =   "错误"
            Height          =   225
            Index           =   1
            Left            =   1290
            TabIndex        =   43
            Top             =   675
            Width           =   705
         End
      End
      Begin VB.Frame frmBlank 
         Caption         =   "空2"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   960
         Index           =   1
         Left            =   120
         TabIndex        =   38
         Top             =   1440
         Width           =   2820
         Begin VB.OptionButton optYN2 
            Caption         =   "错误"
            Height          =   225
            Index           =   1
            Left            =   1290
            TabIndex        =   41
            Top             =   645
            Width           =   705
         End
         Begin VB.OptionButton optYN2 
            Caption         =   "正确"
            Height          =   225
            Index           =   0
            Left            =   495
            TabIndex        =   40
            Top             =   645
            Width           =   705
         End
         Begin VB.TextBox txtStuAnswer 
            Height          =   300
            Index           =   1
            Left            =   105
            Locked          =   -1  'True
            TabIndex        =   39
            Top             =   285
            Width           =   2640
         End
      End
      Begin VB.Frame frmBlank 
         Caption         =   "空3"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   960
         Index           =   2
         Left            =   135
         TabIndex        =   34
         Top             =   2430
         Width           =   2820
         Begin VB.OptionButton optYN3 
            Caption         =   "错误"
            Height          =   225
            Index           =   1
            Left            =   1290
            TabIndex        =   37
            Top             =   645
            Width           =   705
         End
         Begin VB.OptionButton optYN3 
            Caption         =   "正确"
            Height          =   225
            Index           =   0
            Left            =   525
            TabIndex        =   36
            Top             =   645
            Width           =   705
         End
         Begin VB.TextBox txtStuAnswer 
            Height          =   300
            Index           =   2
            Left            =   120
            Locked          =   -1  'True
            TabIndex        =   35
            Top             =   300
            Width           =   2640
         End
      End
      Begin VB.Frame frmBlank 
         Caption         =   "空4"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   960
         Index           =   3
         Left            =   135
         TabIndex        =   30
         Top             =   3435
         Width           =   2820
         Begin VB.TextBox txtStuAnswer 
            Height          =   300
            Index           =   3
            Left            =   105
            Locked          =   -1  'True
            TabIndex        =   33
            Top             =   255
            Width           =   2640
         End
         Begin VB.OptionButton optYN4 
            Caption         =   "正确"
            Height          =   225
            Index           =   0
            Left            =   495
            TabIndex        =   32
            Top             =   645
            Width           =   705
         End
         Begin VB.OptionButton optYN4 
            Caption         =   "错误"
            Height          =   225
            Index           =   1
            Left            =   1290
            TabIndex        =   31
            Top             =   645
            Width           =   705
         End
      End
   End
   Begin VB.PictureBox picNavigation 
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      Height          =   360
      Left            =   240
      ScaleHeight     =   360
      ScaleWidth      =   4500
      TabIndex        =   23
      Top             =   6000
      Width           =   4500
      Begin VB.CommandButton cmdMove 
         Caption         =   "前一题"
         Height          =   300
         Index           =   1
         Left            =   960
         Style           =   1  'Graphical
         TabIndex        =   28
         Top             =   0
         Width           =   735
      End
      Begin VB.CommandButton cmdMove 
         Caption         =   "第一题"
         Height          =   300
         Index           =   0
         Left            =   150
         Style           =   1  'Graphical
         TabIndex        =   27
         Top             =   0
         Width           =   750
      End
      Begin VB.CommandButton cmdMove 
         Caption         =   "末尾题"
         Height          =   300
         Index           =   3
         Left            =   3600
         Style           =   1  'Graphical
         TabIndex        =   26
         Top             =   0
         Width           =   735
      End
      Begin VB.CommandButton cmdMove 
         Caption         =   "后一题"
         Height          =   300
         Index           =   2
         Left            =   2880
         Style           =   1  'Graphical
         TabIndex        =   25
         Top             =   0
         Width           =   735
      End
      Begin VB.ComboBox cmbtype 
         Height          =   300
         ItemData        =   "frmtoscoring.frx":0000
         Left            =   1680
         List            =   "frmtoscoring.frx":000A
         TabIndex        =   24
         Text            =   "cmbType"
         Top             =   0
         Width           =   1215
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "填空题及参考答案"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5415
      Left            =   240
      TabIndex        =   21
      Top             =   360
      Width           =   4935
      Begin VB.TextBox txttest 
         Height          =   4935
         Left            =   120
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   22
         Top             =   240
         Width           =   4695
      End
   End
   Begin VB.Frame frmTeacher 
      Caption         =   "阅卷信息"
      Height          =   1095
      Left            =   5280
      TabIndex        =   15
      Top             =   5400
      Width           =   5415
      Begin VB.TextBox txtNum 
         Height          =   330
         Left            =   1680
         Locked          =   -1  'True
         TabIndex        =   17
         Top             =   600
         Width           =   1095
      End
      Begin VB.CommandButton cmdExit 
         Caption         =   "退出"
         Height          =   300
         Left            =   3720
         TabIndex        =   16
         Top             =   480
         Width           =   870
      End
      Begin VB.Label lblTotal 
         AutoSize        =   -1  'True
         Caption         =   "剩余份数:"
         Height          =   180
         Left            =   240
         TabIndex        =   20
         Top             =   360
         Width           =   900
      End
      Begin VB.Label lblChecked 
         AutoSize        =   -1  'True
         Caption         =   "已阅份数:"

⌨️ 快捷键说明

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