📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
BackColor = &H00FF8080&
BorderStyle = 0 'None
Caption = "错误"
ClientHeight = 1080
ClientLeft = 0
ClientTop = 0
ClientWidth = 2670
ForeColor = &H00FFFFFF&
Icon = "Form4.frx":0000
LinkTopic = "Form4"
ScaleHeight = 1080
ScaleWidth = 2670
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = "确定"
Height = 300
Left = 720
TabIndex = 1
Top = 600
Width = 1215
End
Begin VB.Label Label1
BackColor = &H00FF8080&
Caption = "对不起,查无相符记录"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 120
TabIndex = 0
Top = 120
Width = 2415
End
End
Attribute VB_Name = "Form4"
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 + -