?? form5.frm
字號:
VERSION 5.00
Begin VB.Form Form5
Caption = "關于版權"
ClientHeight = 1215
ClientLeft = 60
ClientTop = 345
ClientWidth = 3945
LinkTopic = "Form5"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1215
ScaleWidth = 3945
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label1
Caption = "版權所有"
BeginProperty Font
Name = "方正行楷繁體"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1800
TabIndex = 0
Top = 360
Width = 1815
End
Begin VB.Image Image1
Height = 855
Left = 240
Picture = "Form5.frx":0000
Top = 120
Width = 1185
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
'版權歸----狼人----所有
'請尊重版權
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -