📄 frmcomsum.pas
字号:
unit frmcomsum;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, Qrctrls, QuickRpt, ExtCtrls;
type
TFrmconsumer = class(TForm)
quickrep1: TQuickRep;
QRBand1: TQRBand;
UNO_F: TQRDBText;
Cread_F: TQRDBText;
QRShape2: TQRShape;
QRShape13: TQRShape;
ColumnHeaderBand1: TQRBand;
QRLabel7: TQRLabel;
QRLabel10: TQRLabel;
QRShape7: TQRShape;
DataSource1: TDataSource;
Query1: TQuery;
QRShape1: TQRShape;
QRShape5: TQRShape;
QRLabel4: TQRLabel;
QRDBText1: TQRDBText;
QRShape6: TQRShape;
QRLabel2: TQRLabel;
CPeak_F: TQRDBText;
QRLabel3: TQRLabel;
CShoulder_F: TQRDBText;
QRLabel5: TQRLabel;
COffpeak_F: TQRDBText;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRLabel6: TQRLabel;
PageHeaderBand1: TQRBand;
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel8: TQRLabel;
QRDBText2: TQRDBText;
QRLabel9: TQRLabel;
QRDBText3: TQRDBText;
QRLabel11: TQRLabel;
QRDBText4: TQRDBText;
QRShape8: TQRShape;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Frmconsumer: TFrmconsumer;
implementation
uses global;
{$R *.DFM}
procedure TFrmconsumer.FormCreate(Sender: TObject);
begin
query1.DatabaseName:=dbname;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -