?? dimissionreport.pas
字號:
unit dimissionreport;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls, QRExport;
type
Tdimission_report = class(TForm)
QuickRep1: TQuickRep;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRSysData1: TQRSysData;
QRLabel22: TQRLabel;
PageFooterBand1: TQRBand;
QRLabel20: TQRLabel;
QRSysData2: TQRSysData;
QRLabel21: TQRLabel;
QRBand1: TQRBand;
ColumnHeaderBand1: TQRBand;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRLabel11: TQRLabel;
QRLabel7: TQRLabel;
QRLabel6: TQRLabel;
QRLabel12: TQRLabel;
QRLabel10: TQRLabel;
QRLabel5: TQRLabel;
QRLabel4: TQRLabel;
QRLabel9: TQRLabel;
QRLabel8: TQRLabel;
QRLabel3: TQRLabel;
QRLabel2: TQRLabel;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRExpr10: TQRExpr;
QRExpr6: TQRExpr;
QRExpr5: TQRExpr;
QRExpr11: TQRExpr;
QRExpr9: TQRExpr;
QRExpr4: TQRExpr;
QRExpr3: TQRExpr;
QRExpr8: TQRExpr;
QRExpr2: TQRExpr;
QRExpr7: TQRExpr;
QRExpr1: TQRExpr;
procedure QuickRep1StartPage(Sender: TCustomQuickRep);
private
{ Private declarations }
public
{ Public declarations }
end;
var
dimission_report: Tdimission_report;
implementation
uses sldata,shareunit;
{$R *.DFM}
procedure Tdimission_report.QuickRep1StartPage(Sender: TCustomQuickRep);
begin
qrlabel21.Caption:='/'+pagecounts;
end;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -