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

📄 frmexamrep.frm

📁 这是我们公司的题库管理系统,用VB实现,可以进行试题制作,编辑、试卷制作、试卷生成和试卷打印(A3/和A4)
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
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"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form FrmExamRep 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Form1"
   ClientHeight    =   8595
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   11880
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin TabDlg.SSTab SSTab1 
      Height          =   8175
      Left            =   0
      TabIndex        =   0
      Top             =   360
      Width           =   11895
      _ExtentX        =   20981
      _ExtentY        =   14420
      _Version        =   393216
      Tab             =   1
      TabHeight       =   520
      TabCaption(0)   =   "选择题目"
      TabPicture(0)   =   "FrmExamRep.frx":0000
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "Shape1"
      Tab(0).Control(1)=   "AdcExams"
      Tab(0).Control(2)=   "Frame1"
      Tab(0).Control(3)=   "Frame3"
      Tab(0).Control(4)=   "Frame4"
      Tab(0).Control(5)=   "Cmd_AddE"
      Tab(0).Control(6)=   "Cmd_DelE"
      Tab(0).Control(7)=   "SSTab2"
      Tab(0).Control(8)=   "AdcPaper"
      Tab(0).Control(9)=   "Cmd_OpenE"
      Tab(0).Control(10)=   "AdcExamT"
      Tab(0).Control(11)=   "Cmd_Cancel"
      Tab(0).ControlCount=   12
      TabCaption(1)   =   "试卷管理"
      TabPicture(1)   =   "FrmExamRep.frx":001C
      Tab(1).ControlEnabled=   -1  'True
      Tab(1).Control(0)=   "Frame10"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).ControlCount=   1
      TabCaption(2)   =   "试卷预览"
      TabPicture(2)   =   "FrmExamRep.frx":0038
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "RichText"
      Tab(2).Control(1)=   "Cmd_SaveE"
      Tab(2).Control(2)=   "cmd_Answer"
      Tab(2).Control(3)=   "CmdExams"
      Tab(2).Control(4)=   "RichBox"
      Tab(2).Control(5)=   "Adodc2"
      Tab(2).Control(6)=   "ComDialog1"
      Tab(2).ControlCount=   7
      Begin MSComDlg.CommonDialog ComDialog1 
         Left            =   -67680
         Top             =   360
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin MSAdodcLib.Adodc Adodc2 
         Height          =   375
         Left            =   -70320
         Top             =   360
         Visible         =   0   'False
         Width           =   2055
         _ExtentX        =   3625
         _ExtentY        =   661
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   8
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   3
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "DSN=TikuSys"
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   "TikuSys"
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   "8263958"
         RecordSource    =   "SELECT * FROM Exams"
         Caption         =   "Adodc2"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.CommandButton Cmd_Cancel 
         Caption         =   "返  回"
         Height          =   375
         Left            =   -74760
         TabIndex        =   48
         Top             =   2760
         Width           =   1335
      End
      Begin RichTextLib.RichTextBox RichBox 
         Height          =   6735
         Left            =   -74880
         TabIndex        =   47
         Top             =   840
         Width           =   11415
         _ExtentX        =   20135
         _ExtentY        =   11880
         _Version        =   393217
         Enabled         =   -1  'True
         ScrollBars      =   2
         TextRTF         =   $"FrmExamRep.frx":0054
      End
      Begin VB.CommandButton CmdExams 
         Caption         =   "试卷"
         Height          =   375
         Left            =   -74880
         TabIndex        =   46
         Top             =   360
         Width           =   975
      End
      Begin VB.CommandButton cmd_Answer 
         Caption         =   "参考答案"
         Height          =   375
         Left            =   -73800
         TabIndex        =   45
         Top             =   360
         Width           =   975
      End
      Begin VB.CommandButton Cmd_SaveE 
         Caption         =   "保存试卷(Word)"
         Height          =   375
         Left            =   -72600
         TabIndex        =   44
         Top             =   360
         Width           =   1695
      End
      Begin MSAdodcLib.Adodc AdcExamT 
         Height          =   375
         Left            =   -71400
         Top             =   480
         Visible         =   0   'False
         Width           =   2175
         _ExtentX        =   3836
         _ExtentY        =   661
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   8
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   3
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "DSN=TikuSys"
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   "TikuSys"
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   "8263958"
         RecordSource    =   "SELECT * FROM Exams"
         Caption         =   "AdcExamT"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.Frame Frame10 
         Caption         =   "试卷信息"
         Height          =   3975
         Left            =   240
         TabIndex        =   28
         Top             =   720
         Width           =   11415
         Begin VB.CommandButton Command11 
            Caption         =   "取  消"
            Enabled         =   0   'False
            Height          =   375
            Left            =   840
            TabIndex        =   50
            Top             =   3480
            Width           =   1215
         End
         Begin VB.CommandButton Cmd_Modi_Paper 
            Caption         =   "修改试卷"
            Height          =   375
            Left            =   1560
            TabIndex        =   41
            Top             =   2280
            Width           =   1095
         End
         Begin MSAdodcLib.Adodc Adodc1 
            Height          =   330
            Left            =   2880
            Top             =   3600
            Visible         =   0   'False
            Width           =   2535
            _ExtentX        =   4471
            _ExtentY        =   582
            ConnectMode     =   0
            CursorLocation  =   3
            IsolationLevel  =   -1
            ConnectionTimeout=   15
            CommandTimeout  =   30
            CursorType      =   3
            LockType        =   3
            CommandType     =   8
            CursorOptions   =   0
            CacheSize       =   50
            MaxRecords      =   0
            BOFAction       =   0
            EOFAction       =   0
            ConnectStringType=   3
            Appearance      =   1
            BackColor       =   -2147483643
            ForeColor       =   -2147483640
            Orientation     =   0
            Enabled         =   -1
            Connect         =   "DSN=TikuSys"
            OLEDBString     =   ""
            OLEDBFile       =   ""
            DataSourceName  =   "TikuSys"
            OtherAttributes =   ""
            UserName        =   ""
            Password        =   "8263958"
            RecordSource    =   "select * from Papers"
            Caption         =   "Adodc1"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            _Version        =   393216
         End
         Begin VB.CommandButton Cmd_Del_Paper 
            Caption         =   "删除试卷"
            Height          =   375
            Left            =   240
            TabIndex        =   40
            Top             =   2880
            Width           =   1095
         End
         Begin VB.CommandButton Cmd_sel_Paper 
            Caption         =   "选择试卷"
            Height          =   375
            Left            =   1560
            TabIndex        =   39
            Top             =   2880
            Width           =   1095
         End
         Begin VB.CommandButton Cmd_Add_Paper 
            Caption         =   "添加试卷"
            Height          =   375
            Left            =   240
            TabIndex        =   38
            Top             =   2280
            Width           =   1095
         End
         Begin VB.Frame Frame11 
            Caption         =   "备注"
            Height          =   1695
            Left            =   3120
            TabIndex        =   35
            Top             =   2040
            Width           =   6495
            Begin VB.TextBox TxtPaperDes 
               Enabled         =   0   'False
               Height          =   1335
               Left            =   120
               MaxLength       =   90
               MultiLine       =   -1  'True
               ScrollBars      =   2  'Vertical
               TabIndex        =   36
               Top             =   240
               Width           =   6255
            End
         End
         Begin VB.TextBox TxtHeader 
            Enabled         =   0   'False
            Height          =   375
            Left            =   3600
            MaxLength       =   40
            TabIndex        =   32
            Text            =   "姓名____________班级___________得分___________"
            Top             =   1080
            Width           =   6615
         End
         Begin VB.TextBox TxtPaperName 
            Enabled         =   0   'False
            Height          =   375
            Left            =   3600
            MaxLength       =   45
            TabIndex        =   30
            Top             =   480
            Width           =   6615
         End
         Begin MSDataListLib.DataList DataList1 
            Bindings        =   "FrmExamRep.frx":02E5
            DataField       =   "PaperId"
            DataSource      =   "Adodc1"
            Height          =   1740
            Left            =   240
            TabIndex        =   37
            Top             =   360
            Width           =   2415
            _ExtentX        =   4260
            _ExtentY        =   3069
            _Version        =   393216
            ListField       =   "PaperId"
         End
         Begin VB.Label Classname 
            Caption         =   "Classname"
            Height          =   255
            Left            =   7440
            TabIndex        =   43
            Top             =   1680
            Width           =   1815
         End
         Begin VB.Label Label8 
            Caption         =   "试卷所属课程:"
            Height          =   255
            Left            =   6000
            TabIndex        =   42
            Top             =   1680
            Width           =   1335
         End
         Begin VB.Line Line2 
            BorderColor     =   &H000000FF&
            Index           =   0
            X1              =   2760
            X2              =   2760
            Y1              =   120
            Y2              =   3960
         End
         Begin VB.Label UserName 
            Caption         =   "UserName"
            Height          =   255
            Left            =   3960
            TabIndex        =   34
            Top             =   1680
            Width           =   1815
         End
         Begin VB.Label Label7 
            Caption         =   "创建者:"
            Height          =   255
            Left            =   3000
            TabIndex        =   33
            Top             =   1680
            Width           =   975
         End
         Begin VB.Label Label6 
            Caption         =   "标 题:"
            Height          =   375

⌨️ 快捷键说明

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