📄 test.frm
字号:
VERSION 5.00
Begin VB.Form test
Caption = "test"
ClientHeight = 1770
ClientLeft = 60
ClientTop = 450
ClientWidth = 5070
LinkTopic = "Form1"
ScaleHeight = 1770
ScaleWidth = 5070
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton testguanli
Caption = "guanli"
Height = 495
Left = 3480
TabIndex = 2
Top = 480
Width = 1095
End
Begin VB.CommandButton testchaxun
Caption = "chaxun"
Height = 495
Left = 1920
TabIndex = 1
Top = 480
Width = 1095
End
Begin VB.CommandButton testfaka
Caption = "faka"
Height = 495
Left = 360
TabIndex = 0
Top = 480
Width = 1095
End
End
Attribute VB_Name = "test"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub testchaxun_Click()
chaxun.Show 1
Unload Me
End Sub
Private Sub testfaka_Click()
faka.Show 1
Unload Me
End Sub
Private Sub testguanli_Click()
guanli.Show 1
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -