📄 form12.frm
字号:
VERSION 5.00
Begin VB.Form Form12
BackColor = &H80000013&
Caption = "错误"
ClientHeight = 3090
ClientLeft = 5220
ClientTop = 4575
ClientWidth = 4680
Icon = "Form12.frx":0000
LinkTopic = "Form12"
ScaleHeight = 3090
ScaleWidth = 4680
Begin VB.CommandButton Command1
Caption = " 确定"
Height = 375
Left = 1680
TabIndex = 1
Top = 1800
Width = 1095
End
Begin VB.Label Label1
BackColor = &H80000013&
Caption = $"Form12.frx":0E42
ForeColor = &H000000FF&
Height = 3135
Left = 0
TabIndex = 0
Top = 0
Width = 4695
End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -