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

📄 help2.frm

📁 vb通讯程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form4 
   AutoRedraw      =   -1  'True
   Caption         =   "关于Visual Bisac Terminal"
   ClientHeight    =   2310
   ClientLeft      =   2385
   ClientTop       =   2445
   ClientWidth     =   4530
   LinkTopic       =   "Form4"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2310
   ScaleWidth      =   4530
   Begin VB.CommandButton Command1 
      Caption         =   " 关   闭"
      Height          =   375
      Left            =   840
      TabIndex        =   2
      Top             =   1560
      Width           =   975
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   240
      Top             =   960
      Width           =   480
   End
   Begin VB.Label Label2 
      Caption         =   "本软件版权归SUN公司所有,未经授权不得擅自抄袭,后果自负!"
      ForeColor       =   &H00800000&
      Height          =   735
      Left            =   2040
      TabIndex        =   1
      Top             =   1080
      Width           =   2295
   End
   Begin VB.Label Label1 
      Caption         =   "PC机与单片机通讯程序"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   375
      Left            =   720
      TabIndex        =   0
      Top             =   240
      Width           =   2895
   End
End
Attribute VB_Name = "Form4"
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 + -