📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于“家财管理”"
ClientHeight = 2925
ClientLeft = 45
ClientTop = 330
ClientWidth = 5160
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2925
ScaleWidth = 5160
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Tag = "关于 Project1"
Begin VB.PictureBox picIcon
AutoSize = -1 'True
BackColor = &H00C0C0C0&
ClipControls = 0 'False
Height = 1740
Left = 240
Picture = "frmAbout.frx":000C
ScaleHeight = 1680
ScaleMode = 0 'User
ScaleWidth = 1680
TabIndex = 1
TabStop = 0 'False
Top = 240
Width = 1740
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 3240
TabIndex = 0
Tag = "确定"
Top = 2400
Width = 1260
End
Begin VB.Label Label1
Caption = "曾强聪"
Height = 255
Left = 3480
TabIndex = 4
Top = 1320
Width = 735
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 120
X2 = 4935
Y1 = 2160
Y2 = 2160
End
Begin VB.Label Label2
Caption = "该应用程序仅限于教学。"
Height = 345
Left = 2280
TabIndex = 3
Tag = "版本"
Top = 840
Width = 2445
End
Begin VB.Label lblTitle
Caption = "家财管理"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 360
Left = 2280
TabIndex = 2
Tag = "应用程序标题"
Top = 360
Width = 1365
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 120
X2 = 4920
Y1 = 2160
Y2 = 2160
End
Begin VB.Label Label3
Caption = "2003年2月"
Height = 255
Left = 3360
TabIndex = 5
Top = 1680
Width = 1215
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me '释放窗体
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -