?? 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 + -