frmrs232.frm

来自「利用了vb 当作显示画面」· FRM 代码 · 共 40 行

FRM
40
字号
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmRS232 
   Caption         =   "Form1"
   ClientHeight    =   5760
   ClientLeft      =   2685
   ClientTop       =   3615
   ClientWidth     =   7785
   LinkTopic       =   "Form1"
   ScaleHeight     =   5760
   ScaleWidth      =   7785
   Begin VB.CommandButton Command5 
      Caption         =   "Command5"
      Height          =   375
      Left            =   4920
      TabIndex        =   31
      Top             =   1200
      Width           =   2175
   End
   Begin VB.TextBox Text3 
      Height          =   495
      Left            =   4920
      TabIndex        =   30
      Text            =   "Text3"
      Top             =   360
      Width           =   2295
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      ForeColor       =   &H00FF0000&
      Height          =   1455
      Left            =   0
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   16
      Top             =   240
      Width           =   3375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "﹃

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?