testminimaleditwl.frm

来自「VB圣经」· FRM 代码 · 共 49 行

FRM
49
字号
VERSION 5.00
Object = "*\AMinimalEdit.vbp"
Begin VB.Form frmTestMinimalEditWL 
   Caption         =   "Display Minimal Edit Box Controls"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5055
   LinkTopic       =   "Form1"
   ScaleHeight     =   213
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   337
   StartUpPosition =   3  'Windows Default
   Begin CreateWindowFrameworkWL.MinimalEditWL MinimalEditWL2 
      Height          =   735
      Left            =   330
      TabIndex        =   1
      Top             =   1620
      Width           =   4515
      _ExtentX        =   7964
      _ExtentY        =   1296
   End
   Begin CreateWindowFrameworkWL.MinimalEditWL MinimalEditWL1 
      Height          =   795
      Left            =   450
      TabIndex        =   0
      Top             =   510
      Width           =   4365
      _ExtentX        =   7699
      _ExtentY        =   1402
   End
End
Attribute VB_Name = "frmTestMinimalEditWL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'***************************************************************
' (c) Copyright 2000 Matthew J. Curland
'
' This file is from the CD-ROM accompanying the book:
' Advanced Visual Basic 6: Power Techniques for Everyday Programs
'   Author: Matthew Curland
'   Published by: Addison-Wesley, July 2000
'   ISBN: 0-201-70712-8
'   http://www.PowerVB.com
'***************************************************************
Option Explicit

⌨️ 快捷键说明

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