📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
BackColor = &H80000010&
Caption = "Form4"
ClientHeight = 5145
ClientLeft = 60
ClientTop = 450
ClientWidth = 7680
LinkTopic = "Form4"
Picture = "Form4.frx":0000
ScaleHeight = 5145
ScaleWidth = 7680
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
BackColor = &H00C0C0C0&
BackStyle = 0 'Transparent
Caption = "退出系统吗?"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 2520
TabIndex = 2
Top = 360
Width = 5055
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "no.................请点击!!"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1455
Left = 720
TabIndex = 1
Top = 3000
Width = 4695
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "yes..........请点击!!"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 840
TabIndex = 0
Top = 1680
Width = 4695
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
End
End Sub
Private Sub Label2_Click()
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -