?? main.frm
字號:
VERSION 5.00
Begin VB.Form main
Caption = "英語學(xué)習(xí)助手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 = "歡迎使用英語學(xué)習(xí)助手"
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 = "系統(tǒng)維護"
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -