📄 formabout.frm
字号:
VERSION 5.00
Begin VB.Form Formabout
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 1500
ClientLeft = 0
ClientTop = 0
ClientWidth = 3090
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Formabout.frx":0000
ScaleHeight = 1500
ScaleWidth = 3090
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label5
Caption = "程序作者: 陈鸿远"
Height = 165
Left = 360
TabIndex = 4
Top = 975
Width = 2055
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "寒星"
BeginProperty Font
Name = "幼圆"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 240
Left = 1260
TabIndex = 3
Top = 165
Width = 510
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "图书管理系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 420
TabIndex = 2
Top = 450
Width = 2250
End
Begin VB.Label Label2
Caption = "ch-hy@163.com"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = -1 'True
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 270
Left = 1275
MouseIcon = "Formabout.frx":F404
MousePointer = 99 'Custom
TabIndex = 1
Top = 1155
Width = 1425
End
Begin VB.Label Label1
Caption = "联系方法:"
Height = 225
Left = 360
TabIndex = 0
Top = 1200
Width = 840
End
End
Attribute VB_Name = "Formabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'***************************************
'关于对话框'
'****************************************
'所调用的API函数,自定义过程,类型,常数请参阅相应模块
Option Explicit
Private Sub Form_Click()
Unload Me
End Sub
'电子邮件
Private Sub Label2_Click()
ShellExecute Me.HWnd, "open", "mailto:ch-hy@163.com", "", App.Path, SW_SHOW
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -