📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 3 'Fixed Dialog
Caption = "关于扫雷"
ClientHeight = 4215
ClientLeft = 45
ClientTop = 330
ClientWidth = 6210
Icon = "Form3.frx":0000
LinkTopic = "Form3"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Form3.frx":000C
ScaleHeight = 4215
ScaleWidth = 6210
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "确定"
Height = 315
Left = 4860
TabIndex = 0
Top = 3800
Width = 1185
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -