代码搜索:QuickReport
找到约 319 项符合「QuickReport」的源代码
代码结果 319
www.eeworm.com/read/329330/12961321
cpp qrli.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "qrli.h"
//-------------------------------------------------------------
www.eeworm.com/read/329330/12961329
cpp qrlip.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("qrlip.res");
USEFORM("qrli.cpp", QuickReport);
//-------------------------
www.eeworm.com/read/329330/12961336
txt readme.txt
TITLE:
QR2DEMO
DESCRIPTION:
This example lets you select various QuickReport report types for
viewing or printing.
DEMONSTRATES:
TQuickRep, TQRGroup, TQRExpr, TQRDetailLink, TQRD
www.eeworm.com/read/141579/12997213
dof gaproj.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/107329/6190220
~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/107329/6190264
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/280673/6341459
dof project2.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/280673/6341471
dof inputgpdat.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/280673/6341474
dof project1.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/346455/11744247
~pas unit5.~pas
unit Unit5;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, ComCtrls;
type
TOKRightDlg1 = class(TForm)
OKBtn: TButton;
Cance