📄 formend.frm
字号:
VERSION 5.00
Begin VB.Form Formend
BorderStyle = 0 'None
ClientHeight = 1500
ClientLeft = 0
ClientTop = 0
ClientWidth = 3105
FillStyle = 0 'Solid
FontTransparent = 0 'False
Icon = "Formend.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Formend.frx":000C
ScaleHeight = 1500
ScaleWidth = 3105
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Visible = 0 'False
WhatsThisHelp = -1 'True
Begin VB.Frame Frame1
Height = 855
Left = 150
TabIndex = 1
Top = 150
Width = 2820
Begin VB.Image Image1
Height = 390
Left = 195
Picture = "Formend.frx":F410
Top = 300
Width = 2415
End
End
Begin VB.Timer Timer1
Interval = 1000
Left = 1185
Top = 525
End
Begin VB.Label Label1
Caption = "正在退出"
Height = 255
Left = 1125
TabIndex = 0
Top = 1125
Width = 810
End
End
Attribute VB_Name = "Formend"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'********************结束窗体*******************88
Private Sub Form_Click()
End
End Sub
Private Sub Timer1_Timer()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -