www.pudn.com > Source.rar > info_taxe_frn.pas, change:2007-02-04,size:1372b
unit info_taxe_frn; interface uses Windows, SysUtils, Messages, Classes, Graphics, Controls, StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls; type TImp_Info_Taxe_FRN = class(TQuickRep) TitleBand1: TQRBand; QRShape1: TQRShape; QRShape2: TQRShape; Titre: TQRLabel; QRShape3: TQRShape; QRLabel5: TQRLabel; QRLabel4: TQRLabel; QRLabel8: TQRLabel; QRLabel9: TQRLabel; QRLabel10: TQRLabel; QRLabel17: TQRLabel; QRShape4: TQRShape; QRShape5: TQRShape; QRShape6: TQRShape; QRShape7: TQRShape; QRShape8: TQRShape; QRSubDetail2: TQRSubDetail; QRDBText11: TQRDBText; QRDBText13: TQRDBText; QRDBText15: TQRDBText; QRDBText16: TQRDBText; QRDBText23: TQRDBText; QRDBText10: TQRDBText; QRShape9: TQRShape; QRShape10: TQRShape; QRShape11: TQRShape; QRShape12: TQRShape; QRShape13: TQRShape; QRShape14: TQRShape; QRShape15: TQRShape; PageFooterBand1: TQRBand; QRSysData1: TQRSysData; SummaryBand1: TQRBand; QRShape16: TQRShape; QRShape17: TQRShape; QRShape18: TQRShape; QRLabel1: TQRLabel; TTC: TQRLabel; Mt_rg: TQRLabel; Solde: TQRLabel; private public end; var Imp_Info_Taxe_FRN: TImp_Info_Taxe_FRN; implementation uses Unit3; {$R *.DFM} end.