📄 quickreport.~pas
字号:
unit QuickReport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls;
type
TQReportFrom = class(TForm)
QuickRep1: TQuickRep;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
ColumnHeaderBand1: TQRBand;
QRShape1: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape11: TQRShape;
v: TQRShape;
QRShape2: TQRShape;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
ratio2: TQRLabel;
Eolng: TQRLabel;
rate1: TQRLabel;
QRImage1: TQRImage;
QRShape6: TQRShape;
QRLabel4: TQRLabel;
QRShape13: TQRShape;
QRLabel9: TQRLabel;
QRLabel2: TQRLabel;
QRLabel13: TQRLabel;
QRShape14: TQRShape;
QRMemo3: TQRMemo;
QRShape12: TQRShape;
QRLabel3: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRShape3: TQRShape;
QRShape9: TQRShape;
QRLabel12: TQRLabel;
QRLabel14: TQRLabel;
circ1: TQRLabel;
area1: TQRLabel;
QRMemo1: TQRMemo;
QRMemo2: TQRMemo;
QRMemo4: TQRMemo;
QRShape10: TQRShape;
Conclusion: TQRLabel;
QRMemo5: TQRMemo;
QRShape15: TQRShape;
QRMemo6: TQRMemo;
QRShape16: TQRShape;
Remarks: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
QReportFrom: TQReportFrom;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -