📄 开户.frm
字号:
VERSION 5.00
Begin VB.Form kaihu
Caption = "Form1"
ClientHeight = 2550
ClientLeft = 60
ClientTop = 450
ClientWidth = 3615
LinkTopic = "Form1"
ScaleHeight = 2550
ScaleWidth = 3615
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确定"
Height = 735
Left = 960
TabIndex = 1
Top = 1200
Width = 1935
End
Begin VB.Label Label1
Caption = " 恭喜你,操作成功!"
Height = 615
Left = 480
TabIndex = 0
Top = 240
Width = 3015
End
End
Attribute VB_Name = "kaihu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload kaihu
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -