?? cw_spxfsn.pas
字號:
unit cw_spxfsn;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, QRCtrls, QuickRpt, ExtCtrls;
type
TForm41 = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
QRLabel4: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRShape2: TQRShape;
DetailBand1: TQRBand;
QRDBText2: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRShape3: TQRShape;
PageFooterBand1: TQRBand;
QRLabel5: TQRLabel;
bbr: TQRLabel;
QRSysData1: TQRSysData;
QRLabel8: TQRLabel;
QRSysData2: TQRSysData;
QRLabel9: TQRLabel;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
rq: TQRLabel;
QRShape1: TQRShape;
SummaryBand1: TQRBand;
QRLabel3: TQRLabel;
QRExpr1: TQRExpr;
QRShape4: TQRShape;
Q_spxf: TQuery;
QRLabel10: TQRLabel;
QRDBText1: TQRDBText;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form41: TForm41;
implementation
{$R *.dfm}
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -