📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 0 'None
Caption = "O2Jam"
ClientHeight = 675
ClientLeft = 0
ClientTop = 0
ClientWidth = 1110
LinkTopic = "Form2"
ScaleHeight = 675
ScaleWidth = 1110
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.ListBox List1
Height = 420
ItemData = "Form2.frx":0000
Left = 120
List = "Form2.frx":000A
TabIndex = 0
Top = 120
Width = 855
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub List1_Click()
LangID = List1.ListIndex
Form1.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -