⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testlightedit.frm

📁 此源码为vb圣经编码
💻 FRM
字号:
VERSION 5.00
Object = "*\ALightEdit.vbp"
Begin VB.Form frmTestLightEdit 
   Caption         =   "Test WindowLess LightEdit Control"
   ClientHeight    =   3300
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7530
   ClipControls    =   0   'False
   HasDC           =   0   'False
   LinkTopic       =   "Form1"
   Picture         =   "TestLightEdit.frx":0000
   ScaleHeight     =   3300
   ScaleWidth      =   7530
   StartUpPosition =   3  'Windows Default
   Begin WindowLessSample.LightEdit LightEdit1 
      Height          =   705
      Left            =   630
      TabIndex        =   0
      Top             =   1110
      Width           =   6585
      _ExtentX        =   11615
      _ExtentY        =   1244
      BackStyle       =   0
      ForeColor       =   65535
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "MS Sans Serif"
         Size            =   18
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Text            =   "You're in the money with VBoost hooks."
   End
End
Attribute VB_Name = "frmTestLightEdit"
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -