unità Unit1;
interfaccia
usi
Windows, messaggi, SysUtils, varianti, codici categoria, grafici, comandi, forme,
Dialoghi, StdCtrls, QuickRpt, QRCtrls, ExtCtrls, DB, DBTables;
tipo
TForm1 = codice categoria (TForm)
Table1: TTable;
QuickRep1: TQuickRep;
QRBand2: TQRBand;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
Button1: TButton;
procedura Button1Click (mittente: TObject);
procedura QRBand2BeforePrint (mittente: TQRCustomBand; varietà PrintBand: Booleano);
procedura QRBand2AfterPrint (mittente: TQRCustomBand; BandPrinted: Booleano);
riservato
{Dichiarazioni riservate}
pubblico
{Dichiarazioni pubbliche}
estremità;
varietà
Form1: TForm1;
i: Numero intero;
esecuzione
{$R *.dfm}
procedura TForm1.Button1Click (mittente: TObject);
cominciare
i: = 0;
QuickRep1.Preview;
estremità;
procedura TForm1.QRBand2AfterPrint (mittente: TQRCustomBand; BandPrinted: Booleano);
cominciare
se MOD 5 = 0 di i allora
QuickRep1.NewPage;
estremità;
procedura TForm1.QRBand2BeforePrint (mittente: TQRCustomBand; varietà PrintBand: Booleano);
cominciare
Inc (i);
estremità;
estremità.
la forma
oggetto Form1: TForm1
Parte di sinistra = 245
Parte superiore = 92
Titolo = “Form1„
ClientHeight = 464
ClientWidth = 854
Colore = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = “Tahoma„
Font.Style = []
OldCreateOrder = falso
Regolato = falso
PixelsPerInch = 96
TextHeight = 13
oggetto QuickRep1: TQuickRep
Parte di sinistra = 76
Parte superiore = 54
Larghezza = 794
Altezza = 1123
Frame.Color = clBlack
Frame.DrawTop = falso
Frame.DrawBottom = falso
Frame.DrawLeft = falso
Frame.DrawRight = falso
Gruppo di dati = Table1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = “Arial„
Font.Style = []
Functions.Strings = (
“PAGENUMBER„
“COLUMNNUMBER„
“REPORTTITLE ")
Functions.DATA = (
“0„
“0„
#39#39)
Opzioni = [FirstPageHeader, LastPageFooter]
Page.Columns = 1
Page.Orientation = poPortrait
Page.PaperSize = A4
Page.Values = (
100.000000000000000000
2970.000000000000000000
100.000000000000000000
2100.000000000000000000
100.000000000000000000
100.000000000000000000
0.000000000000000000)
PrinterSettings.Copies = 1
PrinterSettings.OutputBin = automobile
PrinterSettings.Duplex = falso
PrinterSettings.FirstPage = 0
PrinterSettings.LastPage = 0
PrinterSettings.UseStandardprinter = falso
PrinterSettings.UseCustomBinCode = falso
PrinterSettings.CustomBinCode = 0
PrinterSettings.ExtendedDuplex = 0
PrinterSettings.UseCustomPaperCode = falso
PrinterSettings.CustomPaperCode = 0
PrinterSettings.PrintMetaFile = falso
PrinterSettings.PrintQuality = 0
PrinterSettings.Collate = 0
PrinterSettings.ColorOption = 0
PrintIfEmpty = allinea
SnapToGrid = allinea
Unità = millimetro
Zoom = 100
PrevFormStyle = fsNormal
PreviewInitialState = wsNormal
PrevInitialZoom = qrZoomToFit
oggetto QRBand2: TQRBand
Parte di sinistra = 38
Parte superiore = 38
Larghezza = 718
Altezza = 40
Frame.Color = clBlack
Frame.DrawTop = falso
Frame.DrawBottom = falso
Frame.DrawLeft = falso
Frame.DrawRight = falso
AfterPrint = QRBand2AfterPrint
AlignToBottom = falso
BeforePrint = QRBand2BeforePrint
Colore = clWhite
TransparentBand = falso
ForceNewColumn = falso
ForceNewPage = falso
Size.Values = (
105.833333333333300000
1899.708333333333000000)
PreCaluculateBandHeight = falso
KeepOnOnePage = falso
A banda = rbDetail
oggetto QRDBText1: TQRDBText
Parte di sinistra = 18
Parte superiore = 12
Larghezza = 44
Altezza = 17
Frame.Color = clBlack
Frame.DrawTop = falso
Frame.DrawBottom = falso
Frame.DrawLeft = falso
Frame.DrawRight = falso
Size.Values = (
44.979166666666670000
47.625000000000000000
31.750000000000000000
116.416666666666700000)
L'allineamento = taLeftJustify
AlignToBand = falso
AutoSize = allinea
AutoStretch = falso
Colore = clWhite
Gruppo di dati = Table1
DataField = “CustNo„
Trasparente = falso
Il WordWrap = allinea
FontSize = 10
estremità
oggetto QRDBText2: TQRDBText
Parte di sinistra = 104
Parte superiore = 12
Larghezza = 56
Altezza = 17
Frame.Color = clBlack
Frame.DrawTop = falso
Frame.DrawBottom = falso
Frame.DrawLeft = falso
Frame.DrawRight = falso
Size.Values = (
44.979166666666670000
275.166666666666700000
31.750000000000000000
148.166666666666700000)
L'allineamento = taLeftJustify
AlignToBand = falso
AutoSize = allinea
AutoStretch = falso
Colore = clWhite
Gruppo di dati = Table1
DataField = “azienda„
Trasparente = falso
Il WordWrap = allinea
FontSize = 10
estremità
oggetto QRDBText3: TQRDBText
Parte di sinistra = 454
Parte superiore = 11
Larghezza = 24
Altezza = 17
Frame.Color = clBlack
Frame.DrawTop = falso
Frame.DrawBottom = falso
Frame.DrawLeft = falso
Frame.DrawRight = falso
Size.Values = (
44.979166666666670000
1201.208333333333000000
29.104166666666670000
63.500000000000000000)
L'allineamento = taLeftJustify
AlignToBand = falso
AutoSize = allinea
AutoStretch = falso
Colore = clWhite
Gruppo di dati = Table1
DataField = “città„
Trasparente = falso
Il WordWrap = allinea
FontSize = 10
estremità
estremità
estremità
oggetto Button1: TButton
Parte di sinistra = 10
Parte superiore = 12
Larghezza = 75
Altezza = 25
Titolo = “Button1„
TabOrder = 1
OnClick = Button1Click
estremità
oggetto Table1: TTable
Il Active = allinea
DatabaseName = “DBDEMOS„
TableName = “customer.db„
Parte di sinistra = 228
Parte superiore = 120
estremità
estremità
|