aerotab.ctl

来自「AeroSuite--一组非常漂亮的VISTA控件集」· CTL 代码 · 共 32 行

CTL
32
字号
VERSION 5.00
Begin VB.UserControl AeroTab 
   AutoRedraw      =   -1  'True
   ClientHeight    =   1575
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   2910
   ControlContainer=   -1  'True
   BeginProperty Font 
      Name            =   "Segoe UI"
      Size            =   9
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ScaleHeight     =   105
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   194
   ToolboxBitmap   =   "AeroTab.ctx":0000
End
Attribute VB_Name = "AeroTab"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
'--------------------------------------------------------------------------
' AeroTab ActiveX Control
' Based on ucXTab v1.0.152 by Paul R. Territo, Ph.D [CodeId=66998]
'--------------------------------------------------------------------------
' Copyright 

⌨️ 快捷键说明

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