frmview.frm

来自「VB6, paralell port, I2C, parse intel HEX」· FRM 代码 · 共 31 行

FRM
31
字号
VERSION 5.00
Begin VB.Form frmView 
   BorderStyle     =   1  'Fixed Single
   ClientHeight    =   6660
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5295
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6660
   ScaleWidth      =   5295
   StartUpPosition =   1  'CenterOwner
   Begin VB.TextBox Text1 
      BorderStyle     =   0  'None
      Height          =   6675
      Left            =   0
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   0
      Top             =   0
      Width           =   5295
   End
End
Attribute VB_Name = "frmView"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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