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

📄 frmaddexam.frm

📁 这是我们公司的题库管理系统,用VB实现,可以进行试题制作,编辑、试卷制作、试卷生成和试卷打印(A3/和A4)
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form FrmAddExam 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "试 题 录 入"
   ClientHeight    =   8130
   ClientLeft      =   45
   ClientTop       =   615
   ClientWidth     =   11670
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8130
   ScaleWidth      =   11670
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Cmd_Add 
      Caption         =   "添加试题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   120
      MaskColor       =   &H00808080&
      TabIndex        =   23
      Top             =   2760
      Width           =   1335
   End
   Begin VB.CommandButton Cmd_Modi 
      Caption         =   "修改试题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1560
      TabIndex        =   22
      Top             =   2760
      Width           =   1335
   End
   Begin VB.CommandButton Cmd_Del 
      Caption         =   "删除试题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   120
      TabIndex        =   21
      Top             =   3360
      Width           =   1335
   End
   Begin VB.CommandButton Cmd_Cancel 
      Caption         =   "返  回"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1560
      TabIndex        =   20
      Top             =   3360
      Width           =   1335
   End
   Begin VB.Frame Frame4 
      Caption         =   "题目信息"
      Height          =   7215
      Left            =   3000
      TabIndex        =   9
      Top             =   840
      Width           =   8655
      Begin VB.Frame Frame8 
         Caption         =   "答案"
         Height          =   2535
         Left            =   120
         TabIndex        =   16
         Top             =   4560
         Width           =   8415
         Begin RichTextLib.RichTextBox RichAnswer 
            DataField       =   "Answer"
            DataSource      =   "AdcExams"
            Height          =   2175
            Left            =   120
            TabIndex        =   17
            Top             =   240
            Width           =   8175
            _ExtentX        =   14420
            _ExtentY        =   3836
            _Version        =   393217
            Enabled         =   -1  'True
            ReadOnly        =   -1  'True
            ScrollBars      =   2
            TextRTF         =   $"FrmAddExam.frx":0000
         End
      End
      Begin VB.Frame Frame7 
         BackColor       =   &H8000000B&
         Caption         =   "题目"
         Height          =   2295
         Left            =   120
         TabIndex        =   14
         Top             =   2160
         Width           =   8415
         Begin RichTextLib.RichTextBox RichTitleName 
            DataField       =   "Question"
            DataSource      =   "AdcExams"
            Height          =   1935
            Left            =   120
            TabIndex        =   15
            Top             =   240
            Width           =   8175
            _ExtentX        =   14420
            _ExtentY        =   3413
            _Version        =   393217
            Enabled         =   -1  'True
            ReadOnly        =   -1  'True
            ScrollBars      =   2
            TextRTF         =   $"FrmAddExam.frx":0294
         End
      End
      Begin VB.Frame Frame5 
         Height          =   1815
         Left            =   120
         TabIndex        =   10
         Top             =   240
         Width           =   8415
         Begin VB.ComboBox ComTitleName 
            Enabled         =   0   'False
            Height          =   300
            Left            =   840
            TabIndex        =   19
            Text            =   "请选择题型"
            ToolTipText     =   "显示课程所有题型"
            Top             =   1080
            Width           =   2175
         End
         Begin VB.ComboBox ComClassName 
            Enabled         =   0   'False
            ForeColor       =   &H00000000&
            Height          =   300
            Left            =   840
            TabIndex        =   18
            Text            =   "请选择章节"
            ToolTipText     =   "显示课程所有章节"
            Top             =   480
            Width           =   2175
         End
         Begin VB.Frame Frame6 
            Caption         =   "备注"
            Height          =   1575
            Left            =   3360
            TabIndex        =   13
            Top             =   120
            Width           =   4935
            Begin VB.TextBox TxtDes 
               DataField       =   "Describe"
               DataSource      =   "AdcExams"
               Enabled         =   0   'False
               Height          =   1215
               Left            =   120
               MultiLine       =   -1  'True
               ScrollBars      =   2  'Vertical
               TabIndex        =   24
               Text            =   "FrmAddExam.frx":052B
               Top             =   240
               Width           =   4815
            End
         End
         Begin VB.Label Label4 
            Caption         =   "题 型:"
            Height          =   255
            Left            =   120
            TabIndex        =   12
            Top             =   1200
            Width           =   735
         End
         Begin VB.Label Label3 
            Caption         =   "章 节:"
            Height          =   255
            Left            =   120
            TabIndex        =   11
            Top             =   600
            Width           =   735
         End
      End
   End
   Begin VB.Frame Frame3 
      Height          =   615
      Left            =   3120
      TabIndex        =   4
      Top             =   120
      Width           =   8535
      Begin VB.Label lblUserName 
         Caption         =   "lblUserName"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   5400
         TabIndex        =   8
         Top             =   240
         Width           =   2295
      End
      Begin VB.Label Label2 
         Caption         =   "用户名:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   4200
         TabIndex        =   7
         Top             =   240
         Width           =   1095
      End
      Begin VB.Label Label1 
         Caption         =   "课程名:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   120
         TabIndex        =   6
         Top             =   240
         Width           =   1095
      End
      Begin VB.Label lblClassName 
         Caption         =   "lblClassName"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1320
         TabIndex        =   5
         Top             =   240
         Width           =   2415
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "Frame2"
      Height          =   4215
      Left            =   120
      TabIndex        =   1
      Top             =   3840
      Width           =   2775
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "FrmAddExam.frx":0531
         Height          =   3735
         Left            =   120
         TabIndex        =   2
         Top             =   360
         Width           =   2535
         _ExtentX        =   4471
         _ExtentY        =   6588
         _Version        =   393216
         AllowUpdate     =   0   'False
         AllowArrows     =   -1  'True
         BackColor       =   16777215
         ForeColor       =   0
         HeadLines       =   1
         RowHeight       =   14
         RowDividerStyle =   3
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   3
         BeginProperty Column00 
            DataField       =   "ExamId"
            Caption         =   "题号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   "TitleName"
            Caption         =   "题型"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column02 
            DataField       =   "UserName"
            Caption         =   "录入员"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            Size            =   99
            BeginProperty Column00 
               ColumnWidth     =   464.882
            EndProperty
            BeginProperty Column01 
               ColumnWidth     =   975.118
            EndProperty
            BeginProperty Column02 
            EndProperty
         EndProperty
      End
   End
   Begin MSAdodcLib.Adodc AdcExams 

⌨️ 快捷键说明

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