📄 form_about.frm
字号:
VERSION 5.00
Begin VB.Form Form_About
BackColor = &H00C0C0C0&
Caption = "关于"
ClientHeight = 2910
ClientLeft = 3990
ClientTop = 3420
ClientWidth = 4575
FillColor = &H00400000&
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
ScaleHeight = 2910
ScaleWidth = 4575
Begin VB.CommandButton Command2
Caption = "退出"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2880
TabIndex = 4
Top = 2280
Width = 1095
End
Begin VB.CommandButton command1
Cancel = -1 'True
Caption = "返回"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 2
Top = 2280
Width = 1095
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "作者:黄卓华 联系电话:13560300054"
Height = 615
Left = 1080
TabIndex = 3
Top = 1440
Width = 2535
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "感谢大家的使用!"
BeginProperty Font
Name = "MS Sans Serif"
Size = 24
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 600
TabIndex = 1
Top = 720
Width = 3615
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "家庭理财小助手"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 1200
TabIndex = 0
Top = 120
Width = 2175
End
End
Attribute VB_Name = "Form_About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub command1_Click()
Unload Me
End Sub
Private Sub Command2_Click()
RemoteCnn.Close
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -