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

📄 create_form.frm

📁 试题库系统 能实现试题的自动生成等功能
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Create_Form 
   Caption         =   "试卷生成系统"
   ClientHeight    =   7530
   ClientLeft      =   2850
   ClientTop       =   855
   ClientWidth     =   6720
   LinkMode        =   1  'Source
   ScaleHeight     =   7530
   ScaleWidth      =   6720
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Height          =   6255
      Left            =   120
      TabIndex        =   2
      Top             =   120
      Width           =   6375
      Begin VB.TextBox Text22 
         Height          =   270
         Left            =   3840
         TabIndex        =   33
         Top             =   5640
         Width           =   735
      End
      Begin VB.TextBox Text21 
         Height          =   270
         Left            =   2520
         TabIndex        =   32
         Top             =   5640
         Width           =   735
      End
      Begin VB.TextBox Text20 
         Height          =   270
         Left            =   1320
         TabIndex        =   31
         Top             =   5640
         Width           =   735
      End
      Begin VB.TextBox Text19 
         Height          =   270
         Left            =   3840
         TabIndex        =   30
         Top             =   5145
         Width           =   735
      End
      Begin VB.TextBox Text18 
         Height          =   270
         Left            =   2520
         TabIndex        =   29
         Top             =   5145
         Width           =   735
      End
      Begin VB.TextBox Text17 
         Height          =   270
         Left            =   1320
         TabIndex        =   28
         Top             =   5145
         Width           =   735
      End
      Begin VB.TextBox Text16 
         Height          =   270
         Left            =   3840
         TabIndex        =   27
         Top             =   4635
         Width           =   735
      End
      Begin VB.TextBox Text15 
         Height          =   270
         Left            =   2520
         TabIndex        =   26
         Top             =   4635
         Width           =   735
      End
      Begin VB.TextBox Text14 
         Height          =   270
         Left            =   1320
         TabIndex        =   25
         Top             =   4635
         Width           =   735
      End
      Begin VB.TextBox Text13 
         Height          =   270
         Left            =   3840
         TabIndex        =   24
         Top             =   4140
         Width           =   735
      End
      Begin VB.TextBox Text12 
         Height          =   270
         Left            =   2520
         TabIndex        =   23
         Top             =   4140
         Width           =   735
      End
      Begin VB.TextBox Text11 
         Height          =   270
         Left            =   1320
         TabIndex        =   22
         Top             =   4140
         Width           =   735
      End
      Begin VB.TextBox Text10 
         Height          =   270
         Left            =   3840
         TabIndex        =   21
         Top             =   3600
         Width           =   735
      End
      Begin VB.TextBox Text9 
         Height          =   270
         Left            =   2520
         TabIndex        =   20
         Top             =   3645
         Width           =   735
      End
      Begin VB.TextBox Text8 
         Height          =   270
         Left            =   1320
         TabIndex        =   19
         Top             =   3645
         Width           =   735
      End
      Begin VB.TextBox Text7 
         Height          =   270
         Left            =   3840
         TabIndex        =   18
         Top             =   3135
         Width           =   735
      End
      Begin VB.TextBox Text6 
         Height          =   270
         Left            =   2520
         TabIndex        =   17
         Top             =   3120
         Width           =   735
      End
      Begin VB.TextBox Text5 
         Height          =   270
         Left            =   1320
         TabIndex        =   16
         Top             =   3135
         Width           =   735
      End
      Begin VB.TextBox Text4 
         Height          =   270
         Left            =   3840
         TabIndex        =   15
         Top             =   2640
         Width           =   735
      End
      Begin VB.TextBox Text3 
         Height          =   270
         Left            =   2520
         TabIndex        =   14
         Top             =   2640
         Width           =   735
      End
      Begin VB.TextBox Text2 
         Height          =   270
         Left            =   1320
         TabIndex        =   13
         Top             =   2640
         Width           =   735
      End
      Begin VB.CommandButton Command4 
         Caption         =   "重置"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   4200
         TabIndex        =   12
         Top             =   1320
         Width           =   1935
      End
      Begin VB.CommandButton Command3 
         BackColor       =   &H00E0E0E0&
         Caption         =   "添加"
         DisabledPicture =   "Create_Form.frx":0000
         DownPicture     =   "Create_Form.frx":0344
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   120
         TabIndex        =   11
         Top             =   1320
         Width           =   1935
      End
      Begin VB.Frame Frame5 
         Caption         =   "请选择章节"
         Height          =   855
         Left            =   120
         TabIndex        =   9
         Top             =   240
         Width           =   1335
         Begin VB.ComboBox Combo1 
            Height          =   300
            ItemData        =   "Create_Form.frx":0686
            Left            =   120
            List            =   "Create_Form.frx":0696
            Style           =   2  'Dropdown List
            TabIndex        =   10
            Top             =   240
            Width           =   975
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "请选择难度"
         Height          =   855
         Left            =   3120
         TabIndex        =   7
         Top             =   240
         Width           =   1335
         Begin VB.ComboBox Combo3 
            Height          =   300
            ItemData        =   "Create_Form.frx":06BC
            Left            =   120
            List            =   "Create_Form.frx":06CF
            Style           =   2  'Dropdown List
            TabIndex        =   8
            Top             =   240
            Width           =   975
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "请选择题型"
         Height          =   855
         Left            =   1560
         TabIndex        =   5
         Top             =   240
         Width           =   1455
         Begin VB.ComboBox Combo2 
            Height          =   300
            ItemData        =   "Create_Form.frx":06ED
            Left            =   240
            List            =   "Create_Form.frx":0706
            Style           =   2  'Dropdown List
            TabIndex        =   6
            Top             =   240
            Width           =   975
         End
      End
      Begin VB.Frame Frame4 
         Caption         =   "填写题数"
         Height          =   855
         Left            =   4560
         TabIndex        =   3
         Top             =   240
         Width           =   1455
         Begin VB.TextBox Text1 
            Height          =   375
            Left            =   240
            TabIndex        =   4
            Text            =   "10"
            Top             =   240
            Width           =   975
         End
      End
      Begin VB.Label Label10 
         Caption         =   "题数"
         Height          =   255
         Left            =   3840
         TabIndex        =   43
         Top             =   2280
         Width           =   735
      End
      Begin VB.Label Label9 
         Caption         =   "难度"
         Height          =   255
         Left            =   2520
         TabIndex        =   42

⌨️ 快捷键说明

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