form1.frm

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

FRM
29
字号
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1 
   Caption         =   "Bar Code Reader"
   ClientHeight    =   3465
   ClientLeft      =   2250
   ClientTop       =   2370
   ClientWidth     =   7080
   LinkTopic       =   "Form1"
   ScaleHeight     =   3465
   ScaleWidth      =   7080
   Begin VB.ListBox List1 
      BeginProperty Font 
         Name            =   "Times New Roman"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2580
      Left            =   3465
      TabIndex        =   4
      Top             =   450
      Width           =   3435
   End
   Begin VB.CommandButton Command2 
      Caption         =   "挡

⌨️ 快捷键说明

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