?? listepara.pas
字號:
unit listepara;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, QuickRpt, Qrctrls;
type
Tlistepaf = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
TitleBand1: TQRBand;
DetailBand1: TQRBand;
QRShape1: TQRShape;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
private
{ D閏larations priv閑s }
public
{ D閏larations publiques }
end;
var
listepaf: Tlistepaf;
implementation
uses menu;
{$R *.DFM}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -