📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "提示"
ClientHeight = 1380
ClientLeft = 4740
ClientTop = 5595
ClientWidth = 3015
Icon = "Form2.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1380
ScaleWidth = 3015
Begin VB.CommandButton Command2
Caption = "否"
Height = 375
Left = 1800
TabIndex = 2
Top = 840
Width = 975
End
Begin VB.CommandButton Command1
Caption = "是"
Height = 375
Left = 240
TabIndex = 1
Top = 840
Width = 975
End
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 615
Left = 120
Picture = "Form2.frx":030A
ScaleHeight = 615
ScaleWidth = 3015
TabIndex = 0
Top = 120
Width = 3015
End
End
Attribute VB_Name = "Form2"
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()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -