?? form2.frm
字號:
VERSION 5.00
Begin VB.Form sysfunc1
BackColor = &H00FFC0C0&
Caption = "系統功能"
ClientHeight = 4950
ClientLeft = 4515
ClientTop = 3270
ClientWidth = 8115
BeginProperty Font
Name = "仿宋_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
LinkTopic = "Form2"
Picture = "Form2.frx":0000
ScaleHeight = 4950
ScaleWidth = 8115
Begin VB.Label Label1
BackColor = &H00FFC0C0&
Caption = $"Form2.frx":0F2B
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 2535
Left = 240
TabIndex = 0
Top = 2280
Width = 7455
End
End
Attribute VB_Name = "sysfunc1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub sysshow_Click()
Form4.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -