• 大小: 11.54MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-12
  • 语言: 其他
  • 标签: FastReport  二维码  

资源简介

用FastReport4.14.1打印QR二维码,Demos下增加演示例子2DarcodeDemo。 注:注册控件时PtQREncode.dll、PtImageRW.dll与BSFD7.bpl放在一起, 本例子使用于Delphi7

资源截图

代码片段和文件信息

//---------------------------------------------------------------------------
#include 
#pragma hdrstop
USERES(“Project1.res“);
USEFORM(“Unit1.cpp“ Form1);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE HINSTANCE LPSTR int)
{
        try
        {
                 Application->Initialize();
                 Application->CreateForm(__classid(TForm1) &Form1);
                 Application->Run();
        }
        catch (Exception &exception)
        {
                 Application->ShowException(&exception);
        }
        return 0;
}
//---------------------------------------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      31477  2013-05-23 22:19  FastReport4.14.1\changes.txt

     文件      36331  2013-05-23 22:19  FastReport4.14.1\changes_rus.txt

     文件       1620  2013-05-23 22:19  FastReport4.14.1\compatibility.txt

     文件       1607  2013-05-23 22:19  FastReport4.14.1\compatibility_rus.txt

     文件        594  2013-05-23 22:19  FastReport4.14.1\comp_developers.txt

     文件        674  2013-05-23 22:19  FastReport4.14.1\comp_developers_rus.txt

     文件       3246  2013-05-23 22:19  FastReport4.14.1\Dealers.rus.txt

     文件      15132  2013-05-23 22:19  FastReport4.14.1\Dealers.txt

    I.A....       386  2014-02-25 09:55  FastReport4.14.1\Demos\2DarcodeDemo\Demo2DBarCode.cfg

    I.A....      2319  2014-02-25 09:55  FastReport4.14.1\Demos\2DarcodeDemo\Demo2DBarCode.dof

    I.A....       193  2014-02-25 09:55  FastReport4.14.1\Demos\2DarcodeDemo\Demo2DBarCode.dpr

    I.A....   1598976  2014-02-25 10:36  FastReport4.14.1\Demos\2DarcodeDemo\Demo2DBarCode.exe

    I.A....       876  2014-02-24 15:13  FastReport4.14.1\Demos\2DarcodeDemo\Demo2DBarCode.res

    I.A....    684032  2007-08-20 02:52  FastReport4.14.1\Demos\2DarcodeDemo\PtImageRW.dll

    I.A....     45056  2007-08-20 08:56  FastReport4.14.1\Demos\2DarcodeDemo\PtQREncode.dll

    I.A....      3962  2014-02-25 10:36  FastReport4.14.1\Demos\2DarcodeDemo\Unit1.dcu

    I.A....        51  2014-02-25 10:35  FastReport4.14.1\Demos\2DarcodeDemo\Unit1.ddp

    I.A....      2473  2014-02-25 09:53  FastReport4.14.1\Demos\2DarcodeDemo\Unit1.dfm

    I.A....      1051  2014-02-25 10:35  FastReport4.14.1\Demos\2DarcodeDemo\Unit1.pas

    I..D...         0  2014-02-25 10:36  FastReport4.14.1\Demos\2DarcodeDemo

     文件       6398  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\InteractiveReport\Project1.bpr

     文件        708  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\InteractiveReport\Project1.cpp

     文件        876  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\InteractiveReport\Project1.res

     文件       1170  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\InteractiveReport\Unit1.cpp

     文件      18949  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\InteractiveReport\Unit1.dfm

     文件       3318  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\InteractiveReport\Unit1.h

    I..D...         0  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\InteractiveReport

     文件       6356  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\MasterDetailUDS\Project1.bpr

     文件        708  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\MasterDetailUDS\Project1.cpp

     文件        876  2013-05-23 22:19  FastReport4.14.1\Demos\BCB Demos\MasterDetailUDS\Project1.res

............此处省略2306个文件信息

评论

共有 条评论