tooltip.frm

来自「非常漂亮的VB控件」· FRM 代码 · 共 49 行

FRM
49
字号
VERSION 5.00
Begin VB.Form frmTooltip 
   BackColor       =   &H80000018&
   BorderStyle     =   0  'None
   ClientHeight    =   255
   ClientLeft      =   2955
   ClientTop       =   3195
   ClientWidth     =   1560
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   255
   ScaleWidth      =   1560
   ShowInTaskbar   =   0   'False
   Begin VB.Timer tmrTip 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   720
      Top             =   -45
   End
   Begin VB.Label lblTip 
      Appearance      =   0  'Flat
      AutoSize        =   -1  'True
      BackColor       =   &H80000018&
      Caption         =   "TipLabel "
      ForeColor       =   &H80000017&
      Height          =   195
      Left            =   45
      TabIndex        =   0
      Top             =   30
      Width           =   660
   End
End
Attribute VB_Name = "frmTooltip"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'-------------------------------'
' Ariad Development Library 2.0 '
'-------------------------------'
'    Ariad Interface Components '
'                   Version 1.0 '
'-------------------------------'
'                  ToolTip Form '
'-------------------------------'
'Copyright 

⌨️ 快捷键说明

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