📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form FrmAbout
BorderStyle = 1 'Fixed Single
Caption = "About Black Dream"
ClientHeight = 4605
ClientLeft = 45
ClientTop = 330
ClientWidth = 4725
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "FrmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4605
ScaleWidth = 4725
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton CmdClose
Caption = "&Close"
Default = -1 'True
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3360
TabIndex = 3
Top = 3960
Width = 1095
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 2625
Left = 240
Picture = "FrmAbout.frx":08CA
ScaleHeight = 2625
ScaleWidth = 4215
TabIndex = 0
TabStop = 0 'False
Top = 240
Width = 4215
End
Begin VB.Label Label25
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "The designer is not responsible for any damage that may occure while using the program."
BeginProperty Font
Name = "Tahoma"
Size = 6.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 2
Top = 3000
Width = 4260
WordWrap = -1 'True
End
Begin VB.Label Label26
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "If you do not agree to this term then please do not use the program."
BeginProperty Font
Name = "Tahoma"
Size = 6.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 240
TabIndex = 1
Top = 3360
Width = 4155
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdClose_Click()
Unload Me
End Sub
Private Sub LblMail_Click()
On Error Resume Next
Shell "start mailto:NeoBPI@Yahoo.com", vbNormalFocus
End Sub
Private Sub CmdMail_Click()
On Error Resume Next
Shell "start mailto:NeoBPI@Yahoo.com", vbNormalFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -