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

📄 form_cjxt21.frm

📁 手工出卷和自动出卷以及审核试卷和修改试卷
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form_CJXT21 
   Caption         =   "自动出卷"
   ClientHeight    =   6930
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9180
   LinkTopic       =   "Form1"
   ScaleHeight     =   6930
   ScaleWidth      =   9180
   StartUpPosition =   3  '窗口缺省
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   3120
      Top             =   210
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   32
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   1
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "form_CJXT21.frx":0000
            Key             =   "退出"
            Object.Tag             =   "Exit"
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   420
      Left            =   0
      TabIndex        =   8
      Top             =   0
      Width           =   9180
      _ExtentX        =   16193
      _ExtentY        =   741
      ButtonWidth     =   1032
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   1
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Key             =   "Exit"
            Object.ToolTipText     =   "退出"
            ImageIndex      =   1
         EndProperty
      EndProperty
   End
   Begin VB.CommandButton Command1 
      Caption         =   "上一步"
      Height          =   615
      Left            =   4260
      Picture         =   "form_CJXT21.frx":0194
      Style           =   1  'Graphical
      TabIndex        =   7
      Top             =   4800
      Width           =   975
   End
   Begin VB.PictureBox Picture1 
      Height          =   6195
      Left            =   60
      Picture         =   "form_CJXT21.frx":0318
      ScaleHeight     =   6135
      ScaleWidth      =   2835
      TabIndex        =   6
      Top             =   510
      Width           =   2895
   End
   Begin VB.Frame Frame2 
      Caption         =   "难度系数选择"
      Height          =   2715
      Left            =   3750
      TabIndex        =   2
      Top             =   1620
      Width           =   3915
      Begin VB.OptionButton Option3 
         Caption         =   "困难"
         Height          =   495
         Left            =   840
         TabIndex        =   5
         Top             =   1710
         Width           =   1935
      End
      Begin VB.OptionButton Option2 
         Caption         =   "一般"
         Height          =   375
         Left            =   840
         TabIndex        =   4
         Top             =   1050
         Width           =   1815
      End
      Begin VB.OptionButton Option1 
         Caption         =   "简单"
         Height          =   315
         Left            =   840
         TabIndex        =   3
         Top             =   540
         Value           =   -1  'True
         Width           =   1305
      End
   End
   Begin VB.CommandButton Command2 
      Caption         =   "下一步"
      Height          =   645
      Left            =   6240
      Picture         =   "form_CJXT21.frx":E75B
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   4800
      Width           =   975
   End
   Begin VB.Label Label3 
      Caption         =   "自 动 出 卷"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   18
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4650
      TabIndex        =   0
      Top             =   840
      Width           =   2145
   End
End
Attribute VB_Name = "Form_CJXT21"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form_CJXT21.Hide
End Sub

Private Sub Command2_Click()
Dim ret As String
  Form_CJXT21.Hide
  If Option1.Value = True Then
  Form_CJXT22.Show
  End If
  If Option2.Value = True Then
  Form_CJXT31.Show
  End If
  If Option3.Value = True Then
  Form_CJXT41.Show
End If
End Sub

Private Sub Form_Load()
  Height = 7800
  Width = 8700
  Left = 4700
  Top = 1700
End Sub

Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
    Select Case Button.Key
           Case "Exit"
               Unload Me
    End Select
End Sub

⌨️ 快捷键说明

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