www.pudn.com > jiaocaiguanlixitongdaima.rar > BookInPtrUnit.pas


unit BookInPtrUnit; 
 
interface 
 
uses 
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 
  Dialogs, QRCtrls, QuickRpt, ExtCtrls; 
 
type 
  TfrmBookInPrt = class(TForm) 
    QuickRep1: TQuickRep; 
    QRBand1: TQRBand; 
    QRLabel1: TQRLabel; 
    QRBand2: TQRBand; 
    QRShape1: TQRShape; 
    QRShape2: TQRShape; 
    QRShape3: TQRShape; 
    QRShape4: TQRShape; 
    QRShape5: TQRShape; 
    QRShape6: TQRShape; 
    QRShape8: TQRShape; 
    QRLabel2: TQRLabel; 
    QRLabel3: TQRLabel; 
    QRLabel4: TQRLabel; 
    QRLabel5: TQRLabel; 
    QRLabel6: TQRLabel; 
    QRLabel7: TQRLabel; 
    QRLabel8: TQRLabel; 
    QRLabel9: TQRLabel; 
    QRLabel10: TQRLabel; 
    QRLabel11: TQRLabel; 
    QRLabel12: TQRLabel; 
    QRLabel13: TQRLabel; 
    QRLabel14: TQRLabel; 
    QRLabel15: TQRLabel; 
    QRLabel16: TQRLabel; 
    QRLabel17: TQRLabel; 
    QRBand3: TQRBand; 
    QRLabel18: TQRLabel; 
    QRLabel19: TQRLabel; 
    QRLabel20: TQRLabel; 
    QRLabel21: TQRLabel; 
    QRShape7: TQRShape; 
  private 
    { Private declarations } 
  public 
    { Public declarations } 
  end; 
 
var 
  frmBookInPrt: TfrmBookInPrt; 
 
implementation 
 
{$R *.dfm} 
 
end.