📄 注销.frm
字号:
VERSION 5.00
Begin VB.Form 注销
BorderStyle = 3 'Fixed Dialog
Caption = "注销"
ClientHeight = 2640
ClientLeft = 3960
ClientTop = 3105
ClientWidth = 4320
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2640
ScaleWidth = 4320
ShowInTaskbar = 0 'False
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 2640
TabIndex = 1
Top = 1680
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 600
TabIndex = 0
Top = 1680
Width = 1215
End
Begin VB.Label 注销窗体
Caption = "是否要确认注销?"
Height = 705
Left = 1440
TabIndex = 2
Top = 720
Width = 2175
End
End
Attribute VB_Name = "注销"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -