📄 confirm.frm
字号:
VERSION 5.00
Begin VB.Form Form18
Caption = "confirm"
ClientHeight = 2100
ClientLeft = 60
ClientTop = 345
ClientWidth = 4380
LinkTopic = "Form18"
ScaleHeight = 2100
ScaleWidth = 4380
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "NO"
BeginProperty Font
Name = "Bookman Old Style"
Size = 15.75
Charset = 0
Weight = 300
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2400
TabIndex = 3
Top = 1320
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "YES"
BeginProperty Font
Name = "Bookman Old Style"
Size = 15.75
Charset = 0
Weight = 300
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 360
TabIndex = 2
Top = 1320
Width = 1695
End
Begin VB.Label Label2
Caption = "确实要删除当前记录吗?(Y/N)"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 960
TabIndex = 1
Top = 240
Width = 3375
End
Begin VB.Label Label1
Caption = "Label1"
Height = 615
Left = 120
TabIndex = 0
Top = 240
Width = 615
End
End
Attribute VB_Name = "Form18"
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 + -