📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00C0FFFF&
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label2
BackColor = &H00C0FFFF&
Caption = "版本:1.0"
Height = 495
Left = 1560
TabIndex = 1
Top = 1680
Width = 1935
End
Begin VB.Label Label1
BackColor = &H00C0FFFF&
Caption = "本程序是由梁志涌和潘文共同研究的,版权所有,禁止翻版"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 975
Left = 480
TabIndex = 0
Top = 960
Width = 3495
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -