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

📄 zhu.frm

📁 自动组卷系统,可按用户要求的难度和章节完成组卷.使用了ACCESS数据库完成.有相关论文
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "自动组卷系统"
   ClientHeight    =   5475
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   6780
   ForeColor       =   &H8000000A&
   LinkTopic       =   "Form1"
   ScaleHeight     =   5475
   ScaleWidth      =   6780
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Height          =   5055
      Left            =   120
      Picture         =   "zhu.frx":0000
      ScaleHeight     =   4995
      ScaleWidth      =   6915
      TabIndex        =   0
      Top             =   480
      Width           =   6975
      Begin VB.Label c 
         BackStyle       =   0  'Transparent
         Caption         =   " composing  the test intelligently"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   0
         TabIndex        =   1
         Top             =   0
         Width           =   3735
      End
   End
   Begin VB.Menu tiku 
      Caption         =   "题库管理"
      WindowList      =   -1  'True
   End
   Begin VB.Menu zujuan 
      Caption         =   "自动组卷"
   End
   Begin VB.Menu exit 
      Caption         =   "退出"
   End
   Begin VB.Menu about 
      Caption         =   "关于"
   End
   Begin VB.Menu help 
      Caption         =   "帮助"
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub About_Click()
formabout.Show
End Sub

Private Sub exit_Click()
End
End Sub

Private Sub tiku_Click()
Unload Me
composing.Show
End Sub

Private Sub zujuan_Click()
Unload Me
Load zujuan
End Sub

⌨️ 快捷键说明

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