test.frm
来自「基于非接触IC的卡的一个综合功能的实现」· FRM 代码 · 共 58 行
FRM
58 行
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 + =
减小字号Ctrl + -
显示快捷键?