📄 exit1.frm
字号:
VERSION 5.00
Begin VB.Form exit1
BorderStyle = 1 'Fixed Single
Caption = "退出"
ClientHeight = 1770
ClientLeft = 45
ClientTop = 330
ClientWidth = 3660
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 1770
ScaleWidth = 3660
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox picScan
AutoSize = -1 'True
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Height = 480
Left = 600
Picture = "exit1.frx":0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 3
ToolTipText = "关闭"
Top = 360
Width = 480
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 2040
TabIndex = 2
Top = 1080
Width = 975
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 720
TabIndex = 1
Top = 1080
Width = 975
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "确实要退出本系统?"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1200
TabIndex = 0
Top = 480
Width = 1935
End
End
Attribute VB_Name = "exit1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End
End Sub
Private Sub Command2_Click()
exit1.Hide
mainfrm.Enabled = True '激活主窗口
mainfrm.Show
GetStatus "恢复操作状态"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -