📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form FrmAbout
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3465
ClientLeft = 45
ClientTop = 450
ClientWidth = 6015
Icon = "FrmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3465
ScaleWidth = 6015
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
BackColor = &H8000000C&
Height = 375
Left = 0
ScaleHeight = 315
ScaleWidth = 5955
TabIndex = 6
Top = 0
Width = 6015
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "关于软件"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 255
Left = 2400
TabIndex = 7
Top = 0
Width = 1455
End
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 4680
TabIndex = 5
Top = 2880
Width = 1215
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "警告:本软件版权归***所有, 未经许可不得使用!"
Height = 375
Left = 1320
TabIndex = 4
Top = 2760
Width = 2895
End
Begin VB.Line Line2
X1 = 0
X2 = 6000
Y1 = 2640
Y2 = 2640
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 0
X1 = 0
X2 = 5564
Y1 = 0
Y2 = 0
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 0
X2 = 5564
Y1 = 0
Y2 = 0
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "开发人:*** "
Height = 375
Left = 720
TabIndex = 3
Top = 1920
Width = 4215
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "应用程序描述:基于Modbus协议的串口数据传输、管理软件"
Height = 375
Left = 720
TabIndex = 2
Top = 1320
Width = 5055
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "版本:V 1.0"
Height = 255
Left = 720
TabIndex = 1
Top = 960
Width = 2775
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "应用程序标题:Modbus协议数据传输软件"
Height = 375
Left = 720
TabIndex = 0
Top = 600
Width = 4575
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub lblDescription_Click()
End Sub
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Move (Screen.Width - Width) / 2, (Screen.Height - Height) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -