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

📄 main.frm

📁 英语学习助手
💻 FRM
字号:
VERSION 5.00
Begin VB.Form main 
   Caption         =   "英语学习助手1.0bata"
   ClientHeight    =   6270
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   7740
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   6270
   ScaleWidth      =   7740
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "退出助手"
      Height          =   495
      Left            =   2880
      TabIndex        =   1
      Top             =   5640
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   4575
      Left            =   0
      Picture         =   "main.frx":0000
      Stretch         =   -1  'True
      Top             =   840
      Width           =   7695
   End
   Begin VB.Label Label_cap 
      AutoSize        =   -1  'True
      Caption         =   "欢迎使用英语学习助手"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   1920
      TabIndex        =   0
      Top             =   120
      Width           =   3600
   End
   Begin VB.Menu dc 
      Caption         =   "单词"
   End
   Begin VB.Menu lv 
      Caption         =   "例句"
   End
   Begin VB.Menu chcs 
      Caption         =   "词汇测试"
   End
   Begin VB.Menu dwfy 
      Caption         =   "短文翻译"
   End
   Begin VB.Menu xtwh 
      Caption         =   "系统维护"
   End
   Begin VB.Menu zz 
      Caption         =   "制作"
   End
End
Attribute VB_Name = "main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub chcs_Click()
test.Show
End Sub

Private Sub Command1_Click()
Unload Me
End Sub

Private Sub dc_Click()
word.Show
End Sub

Private Sub dwfy_Click()
article.Show
End Sub

Private Sub Image1_Click()

End Sub

Private Sub lv_Click()
sentense.Show
End Sub

Private Sub xtwh_Click()
bck.Show
End Sub

Private Sub zz_Click()
creat.Show
End Sub

⌨️ 快捷键说明

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