📄 退出.frm
字号:
VERSION 5.00
Begin VB.Form Form29
Caption = "退出"
ClientHeight = 1590
ClientLeft = 60
ClientTop = 345
ClientWidth = 3885
LinkTopic = "Form29"
ScaleHeight = 1590
ScaleWidth = 3885
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 1335
Left = 120
TabIndex = 0
Top = 120
Width = 3615
Begin VB.CommandButton Command2
Caption = "取消退出"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1920
TabIndex = 2
Top = 480
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "直接退出"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 1
Top = 480
Width = 1455
End
End
End
Attribute VB_Name = "Form29"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command2_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -