?? fillvaluerep.pas
字號:
unit FillValueRep;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls;
type
TFillValueRepForm = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRShape8: TQRShape;
QRShape3: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape9: TQRShape;
QRLabel9: TQRLabel;
DetailBand1: TQRBand;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape10: TQRShape;
QRDBText6: TQRDBText;
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
PageFooterBand1: TQRBand;
QRSysData2: TQRSysData;
QRLabel7: TQRLabel;
QRSysData1: TQRSysData;
SummaryBand1: TQRBand;
QRLabel8: TQRLabel;
QRSysData3: TQRSysData;
qrlbCountTime: TQRLabel;
qrlbCountMoney: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
FillValueRepForm: TFillValueRepForm;
implementation
uses data;
{$R *.dfm}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -