📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form FrmHelp
Caption = "关于我的应用程序..."
ClientHeight = 4185
ClientLeft = 60
ClientTop = 450
ClientWidth = 5115
LinkTopic = "Form1"
ScaleHeight = 4185
ScaleWidth = 5115
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "确定"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
TabIndex = 1
Top = 3600
Width = 1335
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
ClipControls = 0 'False
Height = 540
Left = 120
Picture = "FrmHelp.frx":0000
ScaleHeight = 480
ScaleMode = 0 'User
ScaleWidth = 480
TabIndex = 0
Top = 480
Width = 540
End
Begin VB.Label Label1
Caption = " 通过PC机对与之连接的ADAM模块、TC35T模块发送命令,可以实现采集、显示及存储数据,短信收发数据,输出控制的功能。"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 1215
Left = 360
TabIndex = 5
Top = 1920
Width = 4455
End
Begin VB.Label Label4
Caption = "应用程序描述:"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 360
TabIndex = 4
Top = 1440
Width = 2415
End
Begin VB.Label Label3
Caption = "版本1.0.0"
BeginProperty Font
Name = "Times New Roman"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 375
Left = 1200
TabIndex = 3
Top = 960
Width = 1455
End
Begin VB.Label Label2
Caption = "钻井参数远程监控系统"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 1080
TabIndex = 2
Top = 480
Width = 3495
End
End
Attribute VB_Name = "FrmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -