好象没什么好看的
unit yulanyujiesuan_Form;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
TForm_yulanyujiesuan = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel15: TQRLabel;
QRLabel3: TQRLabel;
QRSysData2: TQRSysData;
QRBand2: TQRBand;
QRDBText1: TQRDBText;
QRDBText3: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRDBText12: TQRDBText;
QRDBText13: TQRDBText;
QRDBText14: TQRDBText;
QRDBText15: TQRDBText;
QRDBText16: TQRDBText;
QRDBText4: TQRDBText;
QRDBText2: TQRDBText;
QRDBText18: TQRDBText;
QRBand3: TQRBand;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRLabel22: TQRLabel;
QRLabel23: TQRLabel;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
QRLabel26: TQRLabel;
QRLabel27: TQRLabel;
QRLabel28: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel2: TQRLabel;
QRShape3: TQRShape;
PageFooterBand1: TQRBand;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel29: TQRLabel;
QRShape5: TQRShape;
QRShape7: TQRShape;
QRShape6: TQRShape;
QRShape10: TQRShape;
QRShape12: TQRShape;
QRShape2: TQRShape;
QRShape13: TQRShape;
QRShape15: TQRShape;
QRShape1: TQRShape;
QRShape14: TQRShape;
QRShape11: TQRShape;
QRShape4: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRLabel8: TQRLabel;
QRSysData3: TQRSysData;
QRLabel7: TQRLabel;
QRLabel19: TQRLabel;
QRLabel30: TQRLabel;
QRLabel31: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form_yulanyujiesuan: TForm_yulanyujiesuan;
implementation
uses DataModule;
{$R *.DFM}
end.