?? pcrpcheckreckoning.pas
字號:
unit PCRpCheckReckoning;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, WSCustomRpt, QRCtrls, QuickRpt, ExtCtrls;
type
TPCCheckReckoningReport = class(TWSCustomReport)
QRLabel1: TQRLabel;
qrlCheckCourse: TQRLabel;
qrdbtClientName: TQRDBText;
ChildBand1: TQRChildBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
implementation
{$R *.dfm}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -