frmhelp.frm
来自「按摩椅软件开发示例,VB-PIC单片机通讯题,主要是串口通讯问题」· FRM 代码 · 共 64 行
FRM
64 行
VERSION 5.00
Begin VB.Form frmHelp
Caption = "About"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3090
ScaleWidth = 4680
Begin VB.Label Label4
Caption = "Label4"
Height = 735
Left = 960
TabIndex = 3
Top = 1680
Width = 2535
End
Begin VB.Label Label3
Caption = "Label3"
Height = 255
Left = 960
TabIndex = 2
Top = 360
Width = 1695
End
Begin VB.Label Label2
Caption = "Label2"
Height = 735
Left = 960
TabIndex = 1
Top = 1200
Width = 2775
End
Begin VB.Label Label1
Caption = "Label1"
Height = 615
Left = 960
TabIndex = 0
Top = 720
Width = 2655
End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Label3.Caption = "Tel:+86-21-67725555"
Label1.Caption = "Company:ShangHai Friend Motion System Co.,Ltd."
Label2.Caption = "Http;//www.twfms.cn.alibaba.com"
Label4.Caption = "Amy-Rev.1(2006/7/20)"
Left = 0
Top = 0
Width = 4000 '//窗体最大化
Height = 2700
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?