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

📄 yangjuan.frm

📁 自动组卷系统,可按用户要求的难度和章节完成组卷.使用了ACCESS数据库完成.有相关论文
💻 FRM
字号:
VERSION 5.00
Begin VB.Form yangjuan 
   BackColor       =   &H80000000&
   Caption         =   "yangjuan"
   ClientHeight    =   5895
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6750
   LinkTopic       =   "Form1"
   ScaleHeight     =   5895
   ScaleWidth      =   6750
   StartUpPosition =   2  '屏幕中心
   Begin VB.Label Label1 
      Caption         =   "北京市东城区2002年高三总复习"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   7
      Left            =   4200
      TabIndex        =   7
      Top             =   4680
      Width           =   2775
   End
   Begin VB.Label Label1 
      Caption         =   "湖北省2002届八校联考"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   6
      Left            =   3960
      TabIndex        =   6
      Top             =   3360
      Width           =   2775
   End
   Begin VB.Label Label1 
      Caption         =   "2000年海淀区高考模拟英语试题"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Index           =   5
      Left            =   3960
      TabIndex        =   5
      Top             =   1920
      Width           =   2775
   End
   Begin VB.Label Label1 
      Caption         =   "东北三校联考"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   4
      Left            =   4200
      TabIndex        =   4
      Top             =   600
      Width           =   2415
   End
   Begin VB.Label Label1 
      Caption         =   "1996年全国普通高等学校统一招生英语考试"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   3
      Left            =   360
      MousePointer    =   99  'Custom
      TabIndex        =   3
      Top             =   4680
      Width           =   2535
   End
   Begin VB.Label Label1 
      BackColor       =   &H8000000A&
      Caption         =   "2003年高考英语仿真试题(一)"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   2
      Left            =   360
      MousePointer    =   99  'Custom
      TabIndex        =   2
      Top             =   3240
      Width           =   2775
   End
   Begin VB.Label Label1 
      Caption         =   "1994年高等学校招生全国英语统一考试"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Index           =   1
      Left            =   480
      MousePointer    =   99  'Custom
      TabIndex        =   1
      Top             =   1920
      Width           =   2775
   End
   Begin VB.Label Label1 
      Caption         =   "1995年全国普通高等学校统一招生考试"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Index           =   0
      Left            =   360
      MousePointer    =   4  'Icon
      TabIndex        =   0
      Top             =   480
      Width           =   2775
   End
   Begin VB.Image Image1 
      Height          =   5895
      Left            =   0
      Top             =   0
      Width           =   5415
   End
End
Attribute VB_Name = "yangjuan"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

 



 
 
 
Private Sub Label1_Click(Index As Integer)
Dim objWord As Object
Const CLASSOBJECT = "Word.Application"
Set objWord = CreateObject(CLASSOBJECT)
objWord.Visible = True
i = Index
objWord.Documents.Open (App.Path & "\套卷\" & i + 1)
End Sub

⌨️ 快捷键说明

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