📄 frmnote.frm
字号:
VERSION 5.00
Begin VB.Form frmNote
BorderStyle = 1 'Fixed Single
Caption = "Important Notice!!!"
ClientHeight = 1890
ClientLeft = 45
ClientTop = 330
ClientWidth = 6480
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 1890
ScaleWidth = 6480
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cmdClose
Cancel = -1 'True
Caption = "Close"
Default = -1 'True
Height = 435
Left = 60
TabIndex = 1
Top = 1380
Width = 6375
End
Begin VB.TextBox txtNote
Height = 1155
Left = 60
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Text = "frmNote.frx":0000
Top = 120
Width = 6375
End
End
Attribute VB_Name = "frmNote"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -