📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Caption = "关于"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 450
ClientWidth = 5220
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 5220
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton btnReturn
Caption = "返 回"
Height = 375
Left = 2040
TabIndex = 5
Top = 2640
Width = 1095
End
Begin VB.Label lbl
Caption = "邮箱:service@2nsoft.com"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 3
Left = 840
TabIndex = 4
Top = 2160
Width = 2535
End
Begin VB.Label lbl
Caption = "网站:www.2nsoft.com.cn"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 2
Left = 840
TabIndex = 3
Top = 1920
Width = 2655
End
Begin VB.Label lblSupport
Caption = "技术支持:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 1
Left = 600
TabIndex = 2
Top = 1560
Width = 1575
End
Begin VB.Label lbl
Caption = "版权所有:埃恩软件"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Index = 0
Left = 600
TabIndex = 1
Top = 1080
Width = 2655
End
Begin VB.Label lblNetwork
Caption = "VB调用nnToolKit工具包示例程序"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1920
TabIndex = 0
Top = 480
Width = 3255
End
Begin VB.Image Image1
Height = 495
Left = 240
Picture = "frmAbout.frx":27A2
Top = 360
Width = 1425
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub btnReturn_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -