📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form Frmhelp
Caption = "软件版本"
ClientHeight = 3885
ClientLeft = 2130
ClientTop = 3915
ClientWidth = 5700
ControlBox = 0 'False
Icon = "Frmhelp.frx":0000
LinkTopic = "Form1"
ScaleHeight = 3885
ScaleWidth = 5700
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "诚信称重管理系统"
BeginProperty Font
Name = "宋体"
Size = 22.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 615
Left = 720
TabIndex = 4
Top = 360
Width = 4215
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "版本:1.0"
BeginProperty Font
Name = "宋体"
Size = 16.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 375
Left = 3240
TabIndex = 3
Top = 1200
Width = 1695
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "程序设计:中远科技"
BeginProperty Font
Name = "宋体"
Size = 16.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 375
Left = 2040
TabIndex = 2
Top = 1800
Width = 3255
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "未经许可不得拷贝,转买,否则作者有权追究法律责任"
BeginProperty Font
Name = "宋体"
Size = 16.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 855
Left = 240
TabIndex = 1
Top = 2400
Width = 4815
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "2003年十一月"
BeginProperty Font
Name = "宋体"
Size = 16.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 375
Left = 3480
TabIndex = 0
Top = 3240
Width = 1815
End
End
Attribute VB_Name = "Frmhelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_DblClick()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -