代码搜索:QuickReport
找到约 319 项符合「QuickReport」的源代码
代码结果 319
www.eeworm.com/read/426305/1992367
cpp quickreport.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("QuickReport.res");
USEFORM("Main.cpp", frmMain);
USEFORM("QReport.cpp", frmR
www.eeworm.com/read/426305/1992631
dpr quickreport.dpr
program QuickReport;
uses
Forms,
Main in 'Main.pas' {frmMain},
QReport in 'QReport.pas' {frmReport};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfrmMain, f
www.eeworm.com/read/237993/13914326
txt quickreport实现多栏列印.txt
在Delphi中运用<mark>QuickReport</mark>实现多栏列印
---- 在所有有关Delphi的书籍中,都没有讲解如何实现一个打印项的多栏打印,而实现生活中往往有许多报表要求同一项目多栏打印,<mark>QuickReport</mark>提供了报表打印一整套完整的解决方案,完全可以实现同一项目的多栏打印,技术关键是如何控制表中记录提取个数,如果在Treport的DataSet属性中选定一个Table
那么Qui ...
www.eeworm.com/read/124553/6045736
pas qrunit_d2_b1.pas
unit QRUnit_D2_B1;
// QuickReport simple list
// - Connect a datasource to the QuickReport component
// - Put QRDBText components on the Detail band
interface
uses
Windows, Messages, Sy
www.eeworm.com/read/280959/10276347
txt readme.txt
TQRAngledLabels
QuickReport's text labels components with rotate capabilities
For Delphi 1, Delphi 2 (not tested) and Delphi 3.
Version 1.1a Out-20-1997
(c) 1997 Francisco Maia Goncalves Neto
www.eeworm.com/read/290447/8482756
~dpr project1.~dpr
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2},
Unit3 in 'Unit3.pas' {Form3},
Unit4 in 'Unit4.pas' {Form4},
Unit5 in 'Unit5.pas' {Form5},
www.eeworm.com/read/290447/8482786
dpr project1.dpr
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2},
Unit3 in 'Unit3.pas' {Form3},
Unit4 in 'Unit4.pas' {Form4},
Unit5 in 'Unit5.pas' {Form5},
www.eeworm.com/read/155719/11852315
~dpr project1.~dpr
program Project1;
uses
Forms,
windows,
SysUtils,
Unit1 in 'Unit1.pas' {DengLu},
Unit2 in 'Unit2.pas' {ZongJieMian},
Unit3 in 'Unit3.pas' {QuanXian},
Unit4 in 'Unit4.pas' {TianJ