📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于..."
ClientHeight = 3615
ClientLeft = 5070
ClientTop = 3705
ClientWidth = 5790
ClipControls = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2495.137
ScaleMode = 0 'User
ScaleWidth = 5437.109
ShowInTaskbar = 0 'False
Begin VB.PictureBox picIcon
AutoSize = -1 'True
ClipControls = 0 'False
Height = 2130
Left = 240
Negotiate = -1 'True
Picture = "frmAbout.frx":0000
ScaleHeight = 138
ScaleMode = 3 'Pixel
ScaleWidth = 60
TabIndex = 1
Top = 159
Width = 960
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4485
TabIndex = 0
Top = 2880
Width = 1140
End
Begin VB.Label Label3
Alignment = 2 'Center
Caption = "2006 版本 1.0"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 255
Left = 1320
TabIndex = 5
Top = 1920
Width = 4215
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "开发者:快乐猪猪"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 375
Left = 1320
TabIndex = 4
Top = 1320
Width = 4215
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 84.515
X2 = 5309.398
Y1 = 1687.582
Y2 = 1687.582
End
Begin VB.Label lblTitle
Alignment = 2 'Center
Caption = "明星档案查询系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 480
Left = 1320
TabIndex = 3
Top = 480
Width = 4215
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 98.6
X2 = 5309.398
Y1 = 1697.936
Y2 = 1697.936
End
Begin VB.Label lblDisclaimer
BorderStyle = 1 'Fixed Single
Caption = " 说明:本系统仅供娱乐,未经作者允许不得用于商业目的,违者必究!"
ForeColor = &H00000000&
Height = 825
Left = 240
TabIndex = 2
Top = 2625
Width = 4095
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'***************************************************************************************
' 过程:cmdOK_Click
' 功能:“确定”按钮按下时恢复主窗口
'***************************************************************************************
Private Sub cmdOK_Click()
Unload frmAbout
End Sub
'***************************************************************************************
' 过程:Form_QueryUnload
' 功能:窗体关闭时恢复主窗口
'***************************************************************************************
Private Sub Form_Unload(Cancel As Integer)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -