mainform.frm

来自「Rs232串口通信专题范例,Vusual Basic,Mscomm,PCOMMP」· FRM 代码 · 共 44 行

FRM
44
字号
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1 
   Caption         =   "位元组测试范例"
   ClientHeight    =   4305
   ClientLeft      =   3225
   ClientTop       =   1800
   ClientWidth     =   7170
   LinkTopic       =   "Form1"
   ScaleHeight     =   4305
   ScaleWidth      =   7170
   Begin VB.TextBox txtReceive 
      BeginProperty Font 
         Name            =   "Times New Roman"
         Size            =   12
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1590
      Left            =   3840
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   6
      Text            =   "Mainform.frx":0000
      Top             =   750
      Width           =   2940
   End
   Begin MSCommLib.MSComm Comm1 
      Left            =   225
      Top             =   240
      _ExtentX        =   794
      _ExtentY        =   794
      _Version        =   393216
      CommPort        =   2
      DTREnable       =   -1  'True
      RTSEnable       =   -1  'True
      InputMode       =   1
   End
   Begin VB.CommandButton CmdExit 
      Cancel          =   -1  'True
      Caption         =   "挡

⌨️ 快捷键说明

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