mainform.frm

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

FRM
42
字号
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1 
   Caption         =   "控制伺服器的模拟"
   ClientHeight    =   3885
   ClientLeft      =   2295
   ClientTop       =   1665
   ClientWidth     =   6450
   LinkTopic       =   "Form1"
   ScaleHeight     =   3885
   ScaleWidth      =   6450
   Begin VB.CommandButton Command1 
      Caption         =   "睲埃钡Μ跋"
      BeginProperty Font 
         Name            =   "Arial Unicode MS"
         Size            =   12
         Charset         =   136
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   924
      Left            =   3780
      Picture         =   "Mainform.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   2700
      Width           =   1545
   End
   Begin MSCommLib.MSComm Comm1 
      Left            =   270
      Top             =   180
      _ExtentX        =   794
      _ExtentY        =   794
      _Version        =   393216
      DTREnable       =   -1  'True
      RThreshold      =   1
   End
   Begin VB.CommandButton CmdExit 
      Cancel          =   -1  'True
      Caption         =   "挡

⌨️ 快捷键说明

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