📄 退出.frm
字号:
VERSION 5.00
Begin VB.Form 退出
BorderStyle = 3 'Fixed Dialog
Caption = "退出框"
ClientHeight = 2250
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 4710
Icon = "退出.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2250
ScaleWidth = 4710
ShowInTaskbar = 0 'False
Begin VB.Frame Frame1
Caption = "警告"
Height = 615
Left = 240
TabIndex = 3
Top = 1440
Width = 4215
Begin VB.Label Label2
Caption = " 你有可能未存储计算数据!"
Height = 255
Left = 240
TabIndex = 4
Top = 240
Width = 3855
End
End
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 3240
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 3240
TabIndex = 0
Top = 360
Width = 1215
End
Begin VB.Image Image1
Height = 480
Left = 360
Picture = "退出.frx":08CA
Top = 360
Width = 480
End
Begin VB.Label Label1
Caption = "真要退出吗?"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1200
TabIndex = 2
Top = 480
Width = 1935
End
End
Attribute VB_Name = "退出"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub CancelButton_Click()
Unload 退出
End Sub
Private Sub OKButton_Click()
Unload 退出
Unload 主菜单
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -