📄 main.frm
字号:
VERSION 5.00
Begin VB.Form Form10
BorderStyle = 1 'Fixed Single
ClientHeight = 3705
ClientLeft = 15
ClientTop = 15
ClientWidth = 5415
ControlBox = 0 'False
LinkTopic = "Form10"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3705
ScaleWidth = 5415
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Left = 120
Top = 480
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 375
Left = 4440
TabIndex = 0
Top = 3240
Width = 735
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Form10
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -