📄 frmmodal.frm
字号:
VERSION 5.00
Begin VB.Form frmModal
BorderStyle = 1 'Fixed Single
Caption = "Modal Form"
ClientHeight = 3195
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdOK
Caption = "OK"
Default = -1 'True
Height = 375
Left = 1673
TabIndex = 1
Top = 2640
Width = 1335
End
Begin VB.TextBox Text1
Height = 2295
Left = 173
MultiLine = -1 'True
TabIndex = 0
Text = "frmModal.frx":0000
Top = 120
Width = 4335
End
End
Attribute VB_Name = "frmModal"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -