代码搜索:QuickReport
找到约 319 项符合「QuickReport」的源代码
代码结果 319
www.eeworm.com/read/129416/14246509
~pas basereport2.~pas
unit BaseReport2;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TQuickReport = class(TQuickRep)
bdPage
www.eeworm.com/read/129416/14246837
pas basereport2.pas
unit BaseReport2;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TQuickReport = class(TQuickRep)
bdPage
www.eeworm.com/read/127605/14347724
pas basereport2.pas
unit BaseReport2;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TQuickReport = class(TQuickRep)
bdPage
www.eeworm.com/read/119032/14843880
pas savevarconfirmunit.pas
{*********************************************}
{* RepoEdit - QuickReport Editor *}
{* for Delphi 4 *}
{* (R) Copyright *}
{*
www.eeworm.com/read/119032/14843886
pas getnameunit.pas
{*********************************************}
{* RepoEdit - QuickReport Editor *}
{* for Delphi 4 *}
{* (R) Copyright *}
{*
www.eeworm.com/read/119032/14843920
pas editfileunit.pas
{*********************************************}
{* RepoEdit - QuickReport Editor *}
{* for Delphi 4 *}
{* (R) Copyright *}
{*
www.eeworm.com/read/119032/14843953
pas newvariantunit.pas
{*********************************************}
{* RepoEdit - QuickReport Editor *}
{* for Delphi 4 *}
{* (R) Copyright *}
{*
www.eeworm.com/read/118923/14847742
htm wzjh25.htm
用 QUICKREPORT FOR DELPHI 制作报表
使用QuickReport for Delphi制作报表
www.eeworm.com/read/115774/15001769
txt lc_bcb_57.txt
<mark>QuickReport</mark>基本知识
<mark>QuickReport</mark>基本知识
一、 简单了解各控件功能
以下是各控件最简单的使用功能,其他功能依具体的实现而介绍。
1.
TquickRep:带有坐标,作为其他报表控件(如TQRBand)的容器,它的Band属性可以自动添加各种类型的TQRBand.
2. TQRLabel:打印静态的文本(即不是根据数据库值来改变的),作用 ...