?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmabout
Caption = "關于"
ClientHeight = 4350
ClientLeft = 60
ClientTop = 450
ClientWidth = 6735
LinkTopic = "Form1"
Picture = "frmabout.frx":0000
ScaleHeight = 4350
ScaleWidth = 6735
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Caption = " 確定"
BeginProperty Font
Name = "華文行楷"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
Left = 2400
TabIndex = 0
Top = 3240
Width = 1740
End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label3_Click()
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -