ucreportlist.ctl

来自「需要控件:Active Report 2.0(专业报表控件破解版)2.0下的ar」· CTL 代码 · 共 50 行

CTL
50
字号
VERSION 5.00
Begin VB.UserControl ucReportList 
   BorderStyle     =   1  'Fixed Single
   ClientHeight    =   2355
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   3120
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ScaleHeight     =   157
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   208
   Begin VB.ListBox lstReport 
      Height          =   1305
      IntegralHeight  =   0   'False
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   1770
   End
End
Attribute VB_Name = "ucReportList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
'================================================
' User Control:  ucReportList.ctl
' Author:        Carles P.V.
' Dependencies:  None
' Last revision: 2003.12.22
'================================================
'
' Note: This is as simple implementation of
'       column headers for a listbox.
'       Add listbox properties as you need.
'       Useful in case you want to show multiple
'       elements without need to load extra
'       controls (-> ListView).
'================================================
'
' LOG:
' - 2003.12.12: 

⌨️ 快捷键说明

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