标题中的"TPNGImage.rar bcb控件"指的是一个针对 Borland C++ Builder(简称BCB)开发的组件,用于支持PNG图像格式的读取。这个组件可能包含了一个或多个自定义控件,使得开发者在BCB环境中能够方便地处理PNG图像文件。描述中的"可以读取png图片"进一步确认了这个组件的核心功能,即它提供了读取PNG图像的能力。 在给定的压缩包文件中,我们可以看到以下文件: 1. TPNGImageCB6.bpi:这是Borland Component Library (BPL) 文件,它是BCB中的动态链接库,包含了TPNGImage控件的实现代码,可供项目在运行时调用。 2. TPNGImageCB6.bpk:这是Borland Package (BPK) 文件,用于构建和安装BCB组件到开发环境中。通过这个包,开发者可以在他们的工程中添加和使用TPNGImage控件。 3. PngDelphi.chm:这是一个帮助文件,可能包含了关于如何使用TPNGImage组件的详细文档,包括API参考、示例代码和常见问题解答。 4. TPNGImageCB6.cpp:这可能是源代码文件,包含C++代码,用于实现PNG图像处理的部分逻辑。 5. pngimage.dcu:这是Delphi编译后的单元文件,包含了TPNGImage组件的主要接口和实现。 6. zlibpas.dcu:ZLib库的Delphi编译单元,TPNGImage可能依赖ZLib来处理PNG图像的压缩和解压缩部分。 7. pngextra.dcu、pnglang.dcu:这些可能是扩展功能或语言相关的编译单元,可能包含了额外的图像处理函数或者多语言支持。 8. pngimage.hpp、pnglang.hpp:这些是C++的头文件,定义了相关的类和接口,供C++代码使用TPNGImage组件。 从这些文件中我们可以推测,TPNGImage组件利用了开源的PNG库(可能包括zlib),并进行了封装,以适应BCB的开发环境。它不仅提供读取PNG图像的基本功能,还可能包括了一些额外的特性,如错误处理、多语言支持等。使用这个组件,BCB开发者可以方便地在应用程序中加载、显示和操作PNG图像,而无需深入理解PNG图像格式的底层细节。为了在项目中使用这个组件,开发者需要将TPNGImageCB6.bpk安装到BCB的组件库中,然后在设计时从工具箱拖放到表单上,或在代码中实例化并调用其提供的方法和属性。
2025-05-24 07:21:12 504KB
1
FastReport.v4.9.81 for.Delphi.BCB.Full.Source企业版含ClientServer中文修正版 delphi2010中文完美支持。 D2010安装必读 delphi2010使用者安装时,请将res\frccD14.exe更名名为frcc.exe frccD14.exe 是专门的delphi2010编码器。其他delphi版本,请使用frcc.exe FASTREPORT® 4.9 VCL - report generator for Delphi CURRENT VERSION Build: 4.9.81 Date: 05/31/10 FastReport®4 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the CodeGear (exBorland) Delphi 4-2010, CodeGear C++Builder 6-2010 and CodeGear RAD Studio environments What's new in the FastReport 4 Report Designer: new XP-style interface the "Data" tab with all report datasets ability to draw diagrams in the "Data" tab code completion (Ctrl+Space) breakpoints watches report templates local guidelines (appears when you move or resize an object) ability to work in non-modal mode, mdi child mode Report Preview: thumbnails Print: split a big page to several small pages print several small pages on one big print a page on a specified sheet (with scale) duplex handling from print dialogue print copy name on each printed copy (for example, "First copy", "Second copy") Report Core: "endless page" mode images handling, increased speed the "Reset page numbers" mode for groups reports crypting (Rijndael algorithm) report inheritance (both file-based and dfm-based) drill-down groups frxGlobalVariables object "cross-tab" object enhancements: improved cells appearance cross elements visible in the designer fill corner (ShowCorner property) side-by-side crosstabs (NextCross property) join cells with the same value (JoinEqualCells property) join the same string values in a cell (AllowDuplicates property) ability to put an external object inside cross-tab AddWidth, AddHeight properties to increase width&height of the cell AutoSize property, ability to resize cells manually line object can have arrows added TfrxPictureView.FileLink property (can contain variable or a file name) separate settings for each frame line (properties Frame.LeftLine, TopLine, RightLine, BottomLine can be set in the object inspector) PNG images support (uncomment {$DEFINE PNG} in the frx.inc file) Open Document Format for Office Applications (OASIS) exports, spreadsheet (ods) and text (odt) Enterprise components: Users/Groups security support Web-forms feature improvements Templates support Dynamically refresh of reports list, configuration, database connection, users/groups Features Band-oriented report generator. Wide range of band types allows you to create any kind of report. Report can consist of several design pages. Thus you can build a report that consists of cover, data and back cover - all in one file. Wide range of objects that can be used in a report: text, picture, lines, shapes, charts, barcodes, cross-table, ole object, richtext, checkbox, gradient. screenshot Visual report designer supports zooming, undo/redo, guidelines, rulers. Fully customizable interface with MS Office look. You can give your users the ability to modify reports and create new ones. screenshot Report can contain datasets (tables, queries, DB connections). Thus you can not only use application-defined datasets, but connect to any databases and use tables and queries right inside a report. At this time the following libraries are supported: ADO, BDE, DBX, IBX, FIB, and many third-party DB libraries. screenshot Report can contain dialogue forms to ask for some data before the report is run. You can create fully standalone, application-independed reports! screenshot Built-in script engine that supports 4 languages: PascalScript, C++Script, BasicScript, JScript. You can perform complex data handling with it, manage the interaction with dialogue forms and controls. screenshot The debugging tools: step, breakpoints, watches. screenshot Visual query builder. You don't have to learn the SQL language to create a complex query from several data tables. screenshot Export filters allow you to export your report to many supported formats (PDF, RTF, XLS, XML, HTML, JPG, BMP, GIF, TIFF, TXT, CSV, Open Document Format). Send report by email with one mouse click. Web-reporting components. Distance no longer matters! You can browse a report using only web browser. Special kind of report for dot-matrix printing. This type of printer is still alive and used in many corporations. Use FastReport for fast dot-matrix printing! screenshot Report inheritance (supported both file-based inheritance and visual form inheritance used in Delphi/C++Builder). You have many reports with common elements such as titles, logos, footers? Put the common elements into base report and inherit all other reports from a base. Rich printing abilities: cut big pages to several smaller ones, print several small pages on one big, print on specified paper size using scale. You need to print A3 report on A4 printer? It's not a problem anymore! Access to any kind of data, from an array to a DB table. You can pass any data from your application into the report, either static (non-changed) data or data dynamically changed from row to row. Report wizard. Perform 5 steps and get well-shaped, ready-to-use report. Cross-tab reports allow to build a table with complex row and column headers from a single dataset, either table or a query. This is analogous to OLAP cubes with exception that you cannot manage it dynamically. screenshot Vertical bands allow you to build a table-type report with variable number of table columns. Charts. Full support of all features of TeeChart Pro library. screenshot Multi-functional "Text" object can display one or more text lines. That may contain text mixed with variables or dataset fields or expressions. It supports simple HTML tags (b,i,u,strike,sub,sup,font color), all styles of text alignment, text rotation, fill, frame, WYSIWYG mode. screenshot UNICODE support. Your report may display all the world languages! Extendable FastReport architecture allows you to create your own objects, export filters, functions, wizards, DB engines. If an existing FastReport abilities are not enough for you - extend it! Drill-down reports. You can turn your group report into interactive drill-down report with one mouse click! You can expand or collapse a group right in the preview window. screenshot Interactive reports. You can define an action that will be performed if a user clicks an object in the preview window. For example, you can build and show another report with detailed information about the item that was clicked. Don't be concerned about confidentiality with report encryption! You can open the report file only if you know the password. Print copy name on each printed copy (for example, "First copy", "Second copy"). You can set up copy names easily. What you get with FastReport? Once you purchase FastReport, you get more than just a report generator. Depending on FastReport edition, you get the following products that can be used in your application independent of FastReport: FastScript - powerful multi-language script engine. It is useful for developers who want to add scripting abilities to their projects. See more details on a product page. (available in the FastReport Standard edition and above) FastQueryBuilder - visual SQL query builder. It allows complex query creation based on several data tables without having to learn the SQL language. See more details on a product page. (available in the FastReport Professional edition and above) Why choose FastReport? Compact and fast: High operating speed; Very small footprint. FastReport adds fewer Kb to your application than any other reporting tool with comparable features; FastReport doesn't use any additional DLLs, and can be compiled into your application. Powerful and flexible: A wide range of objects used in report (text, image, chart, barcode, etc.) and data-formatting tools - everything necessary to create professional-looking reports; A built-in dialog designer to request parameters before running a report, plus a macro-language interpreter (four languages available - C++Script, PascalScript, BasicScript, JScript) that handles non-standard data and allows you to create even the most complex reports; Can create special reports for dot-matrix printers and print them quickly, which is particularly important for meeting corporate goals. Reasonably priced: Liberal update Policy; A visual designer is included with the license for FastReport. You can give your users the ability to create their own reports. No additional fees are required (see the license). Source code: FastReport is shipped with full source code (Professional and Enterprise only). You can adapt the sources for your own needs. Documentation: FastReport contains detailed documentation (user manual, programmer's manual, component developer's manual, script reference, help file) of over 400 pages. FastReport Users: Borland Software Corporation Hitachi Consumer Products (Thailand) Ltd Nokia Products Samsung Electronics, Co. Ltd. SIEMENS and many more in all the world... D2010安装必读 delphi2010使用者安装时,请将res\frccD14.exe更名名为frcc.exe frccD14.exe 是专门的delphi2010编码器。其他delphi版本,请使用frcc.exe
2025-05-13 15:05:02 8.79MB FastReport 4.9.81 ClientServer Full.Source
1
BCB contains invalid OMF record,type 0x21(possibly COFF)错误 2012-06-26 17:35172人阅读评论(0)收藏举报 该错误是由于BCB使用VC的lib兼容不足导致. 解决方法为: 在Borland目录下找到Borland\CBuilder6\Bin 里面有一个implib.exe,它可以将VC的DLL转译为BCB的lib 你只需将VC的DLL拷贝到该同级目录下,编写一个.bat implib -af XXX.lib XXX.dll 就会将XXX.dll编译成BCB的XXX.lib再将此lib拷贝到应用程序工作目录下就可以正常运行了.
2024-04-07 08:52:15 12KB
1
TPNGImage.v1.564.Full.Source.Delphi.BCB.ccrun
2024-03-18 19:12:34 276KB TPNGImage
1
Indy.v10.1.6.Full.Source.Delphi.BCB,Indy控件,欢迎下载。
2024-03-11 13:19:28 3.29MB Indy Delphi v10.1.6
1
BCB帮助+ c++builder补丁 解决C++Builder在win7 64 位系统下用不了帮助文档的问题。
2023-12-16 08:03:23 21.4MB c++builder 帮助文档 64位系统补丁
1
BCB BCB注册机 Borland c++
2023-11-30 08:03:46 207KB
1
C++Builder程序员成长攻略 书中源代码
2023-10-15 08:02:24 18.47MB C++ BUILDER BCB
1
文件不能安装在有中文及空格的目录下 program files就不能安装 有空格
2023-07-17 14:47:31 7.89MB 优化界面 bcb c++bui 6.0
1
ZLib1.2.8是用C语言写的,提供了较为经典的压缩/解压缩算法。由于同为C语言,在C++Builder6.0中应该很好使用。然而,原版ZLib1.2.8在生成LIB文件时虽然能够编译通过,但当用于C++工程中时却出现头文件编译通不过的问题。本包已修正了该错误。同时,在包中还提供了一个典型应用示例。
2023-07-04 15:55:28 501KB ZLib BCB 压缩 解压
1