?? frmabout.frm
字號(hào):
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
ClientHeight = 1515
ClientLeft = 45
ClientTop = 45
ClientWidth = 1590
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1515
ScaleWidth = 1590
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Visible = 0 'False
Begin VB.Frame fraMainFrame
Height = 1335
Left = 120
TabIndex = 0
Top = 0
Width = 1260
Begin VB.PictureBox picLogo
AutoSize = -1 'True
Height = 540
Left = 360
Picture = "frmAbout.frx":0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 2
Top = 480
Width = 540
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
Caption = "使用權(quán)屬于"
BeginProperty Font
Name = "宋體"
Size = 8.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 1
Tag = "使用權(quán)屬于"
Top = 240
Width = 6855
End
Begin VB.Label lblWarning
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 315
Left = 120
TabIndex = 3
Tag = "警告"
Top = 3240
Width = 6855
End
Begin VB.Label lblCompany
BeginProperty Font
Name = "宋體"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1560
TabIndex = 4
Tag = "公司"
Top = 3960
Width = 2415
End
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Declare Function WinExec Lib "kernel32" (ByVal lpCmdLine As String, ByVal nCmdShow As Long) As Long
Dim CurPath As String, DirFile As String
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -