📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于 "
ClientHeight = 3090
ClientLeft = 45
ClientTop = 330
ClientWidth = 5655
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3090
ScaleWidth = 5655
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Tag = "关于 SQLTest"
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4200
TabIndex = 0
Tag = "确定"
Top = 2625
Width = 1260
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "数据库创建: 杨琳珠 王歆"
Height = 375
Left = 1050
TabIndex = 4
Top = 1950
Width = 3765
End
Begin VB.Label lblDescription
BackStyle = 0 'Transparent
Caption = "前端系统开发: 屠蔚华"
ForeColor = &H00000000&
Height = 330
Left = 1050
TabIndex = 3
Tag = "应用程序说明"
Top = 1575
Width = 3885
End
Begin VB.Label lblTitle
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "应用程序标题"
BeginProperty Font
Name = "新宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 360
Left = 390
TabIndex = 2
Tag = "应用程序标题"
Top = 510
Width = 2250
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 225
X2 = 5450
Y1 = 2430
Y2 = 2430
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 240
X2 = 5450
Y1 = 2445
Y2 = 2445
End
Begin VB.Label lblVersion
BackStyle = 0 'Transparent
Caption = "版本"
Height = 225
Left = 1050
TabIndex = 1
Tag = "版本"
Top = 1200
Width = 3885
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
lblVersion.Caption = "版本: " & App.Major & "." & App.Minor & "." & App.Revision & " Beta"
lblTitle.Caption = App.Title
End Sub
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -