frmterminal.frm

来自「Atmel Atmeag128 AVR弹片机 随书原码」· FRM 代码 · 共 36 行

FRM
36
字号
VERSION 5.00
Begin VB.Form frmTerminal 
   Caption         =   "Mega Meter Terminal"
   ClientHeight    =   5280
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   11040
   LinkTopic       =   "Form1"
   ScaleHeight     =   5280
   ScaleWidth      =   11040
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txtTerminal 
      BeginProperty Font 
         Name            =   "Modern"
         Size            =   20.25
         Charset         =   255
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5145
      Left            =   0
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   0
      Top             =   0
      Width           =   10935
   End
End
Attribute VB_Name = "frmTerminal"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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