漢化ActiveReports 2.0介面 (轉)
用法很簡單:在要顯示ActiveReports窗體前,加入:
Creport ActiveReport1 'ActiveReport1是AR的窗體。
Public Sub Creport(AReport As ActiveReport)
'漢化ActiveReport
'以下適用2.0
With AReport
.ToolBar.Tools.Item(0).Toolt= "各頁目錄"
.ToolBar.Tools.Item(2).Caption = "列印..."
.ToolBar.Tools.Item(2).Tooltip = "列印報表"
.ToolBar.Tools.Item(4).Tooltip = "複製"
.ToolBar.Tools.Item(6).Tooltip = "查詢"
.ToolBar.Tools.Item(8).Tooltip = "單頁顯示"
.ToolBar.Tools.Item(9).Tooltip = "多頁顯示"
.ToolBar.Tools.Item(11).Tooltip = "縮小"
.ToolBar.Tools.Item(12).Tooltip = "放大"
.ToolBar.Tools.Item(15).Tooltip = "上一頁"
.ToolBar.Tools.Item(16).Tooltip = "下一頁"
.ToolBar.Tools.Item(19).Tooltip = "後退"
.ToolBar.Tools.Item(19).Caption = "後退"
.ToolBar.Tools.Item(20).Tooltip = "前進"
.ToolBar.Tools.Item(20).Caption = "前進"
End With
End Sub
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752043/viewspace-992460/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 漢化Sqwebmail(轉)WebAI
- ActiveReports 報表應用教程 (1)---Hello ActiveReports
- 語音介面2.0
- Redhat Linux Limbo漢化(轉)RedhatLinux
- 漢化Linux的一種方法(轉)Linux
- 動態漢化Windows技術的分析 (轉)Windows
- 談談redhat9 KDE的漢化(轉)Redhat
- Web 2.0概念(轉)Web
- freebsd簡單漢化終結篇[解決了簡單漢化的所有問題(轉)
- Download Boost 2002 Go 2.0漢化版演算法破解手記Go演算法
- Debian的GNOME漢化(美化)簡易教程(轉)
- Linux漢化之讓MandrakeLinux支援中文(轉)Linux
- API介面設計 OAuth2.0認證APIOAuth
- DevExpress DevExpress 中 漢化包 漢化方法devExpress
- XPath 2.0 的新特性 (轉)
- eclipse漢化方法&取消漢化退回英文版Eclipse
- Navicat premium 漢化REM
- Jenkins漢化Jenkins
- 基於freetype/fontconfig/xft的漢化美化(轉)
- BeanNameAware介面和BeanFactoryAware介面(轉)Bean
- 構建微服務-使用OAuth 2.0保護API介面微服務OAuthAPI
- Changes in PHP 5/Zend Engine 2.0 (轉)PHP
- XSLT 2.0 的新特性 (轉)
- "陷阱"技術探秘 ──動態漢化Windows技術的分析 (轉)Windows
- 陷阱"技術探秘 ──動態漢化Windows技術的分析 (轉)Windows
- codeblocks12.11漢化方法(漢化包的使用)BloC
- Linux的漢化Linux
- Aptana2.0.5 漢化APT
- 【ionic】介面跳轉
- seldom 2.0 讓介面自動化測試更簡單
- ActiveReports 報表應用教程 (4)---分欄報表
- ActiveReports 報表應用教程 (6)---分組報表
- ActiveReports 報表應用教程 (3)---圖表報表
- What's New in the JMF 2.0 Reference Implementations (轉)
- MFC登入介面,跳轉到功能介面
- 使用whiptail寫linux字元介面ssh連結工具2.0AILinux字元
- JetBrains漢化教程AI
- PhpStorm 漢化指南(官方)PHPORM