?? dwsdfhztfrm.pas
字號:
unit dwsdfhztfrm;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, TeEngine, Series, TeeProcs,
Chart, DbChart, QRTEE;
type
Tdwsdfhzt = class(TQuickRep)
PageHeaderBand1: TQRBand;
DetailBand1: TQRBand;
ColumnHeaderBand1: TQRBand;
SummaryBand1: TQRBand;
QRLabel1: TQRLabel;
QRShape5: TQRShape;
QRShape4: TQRShape;
QRShape3: TQRShape;
QRShape1: TQRShape;
QRLabel5: TQRLabel;
QRLabel4: TQRLabel;
QRLabel3: TQRLabel;
QRLabel2: TQRLabel;
QRShape8: TQRShape;
QRShape7: TQRShape;
QRShape6: TQRShape;
QRShape2: TQRShape;
QRDBText4: TQRDBText;
QRDBText3: TQRDBText;
QRDBText2: TQRDBText;
QRDBText1: TQRDBText;
QRChart1: TQRChart;
QRDBChart1: TQRDBChart;
Series1: TLineSeries;
Series2: TLineSeries;
Series3: TLineSeries;
private
public
end;
var
dwsdfhzt: Tdwsdfhzt;
implementation
uses datafrm;
{$R *.DFM}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -