📄 formabout.frm
字号:
VERSION 5.00
Begin VB.Form Formabout
BackColor = &H00FFC0C0&
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 = 120
TabIndex = 4
Top = 960
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 = &H00FF0000&
Height = 240
Left = 720
TabIndex = 3
Top = 120
Width = 1785
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "图书管理系统"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C000C0&
Height = 435
Left = 120
TabIndex = 2
Top = 450
Width = 2790
End
Begin VB.Label Label2
Caption = "yugangzyzz@163.com"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = -1 'True
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 270
Left = 960
MouseIcon = "Formabout.frx":F404
MousePointer = 99 'Custom
TabIndex = 1
Top = 1155
Width = 1905
End
Begin VB.Label Label1
Caption = "联系方法:"
Height = 225
Left = 120
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:yugangzyzz@163.com", "", App.Path, SW_SHOW
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -