⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmhelp.frm

📁 按摩椅软件开发示例,VB-PIC单片机通讯题,主要是串口通讯问题
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -