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

📄 ucreportlist.ctl

📁 需要控件:Active Report 2.0(专业报表控件破解版)2.0下的ardespro2.dll和arpro2.dll ARVIEW2.OCX等文件。即可打开源代码。
💻 CTL
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -