?? form4.frm
字號(hào):
VERSION 5.00
Begin VB.Form Form4
BackColor = &H00FF8080&
BorderStyle = 0 'None
Caption = "錯(cuò)誤"
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -