📄 cai_report2.pas
字号:
unit cai_report2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, QuickRpt, QRCtrls, ExtCtrls, StdCtrls;
type
Tcai_report20 = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
PageFooterBand1: TQRBand;
PageHeaderBand1: TQRBand;
QRChildBand1: TQRChildBand;
DataSource1: TDataSource;
Table1: TTable;
PrintDialog1: TPrintDialog;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRDBText11: TQRDBText;
QRLabel23: TQRLabel;
QRLabel24: TQRLabel;
QRLabel27: TQRLabel;
QRLabel29: TQRLabel;
QRDBText15: TQRDBText;
QRDBText17: TQRDBText;
QRDBText19: TQRDBText;
QRDBText20: TQRDBText;
DataSource2: TDataSource;
QRLabel2: TQRLabel;
QRLabel5: TQRLabel;
QRLabel13: TQRLabel;
QRLabel22: TQRLabel;
QRLabel30: TQRLabel;
QRLabel32: TQRLabel;
QRLabel33: TQRLabel;
QRLabel34: TQRLabel;
QRLabel36: TQRLabel;
QRShape17: TQRShape;
QRShape34: TQRShape;
QRShape35: TQRShape;
QRShape36: TQRShape;
QRShape37: TQRShape;
QRShape38: TQRShape;
QRDBText3: TQRDBText;
QRShape39: TQRShape;
QRLabel42: TQRLabel;
QRLabel43: TQRLabel;
StoredProc1: TStoredProc;
QRLabel47: TQRLabel;
QRLabel48: TQRLabel;
QRLabel49: TQRLabel;
QRLabel50: TQRLabel;
QRLabel51: TQRLabel;
QRLabel52: TQRLabel;
QRLabel53: TQRLabel;
QRLabel54: TQRLabel;
QRLabel55: TQRLabel;
QRLabel56: TQRLabel;
QRLabel57: TQRLabel;
QRLabel58: TQRLabel;
QRLabel59: TQRLabel;
QRLabel60: TQRLabel;
QRLabel61: TQRLabel;
QRLabel62: TQRLabel;
QRLabel63: TQRLabel;
QRLabel64: TQRLabel;
QRLabel65: TQRLabel;
QRLabel66: TQRLabel;
QRLabel46: TQRLabel;
QRLabel15: TQRLabel;
QRDBText4: TQRDBText;
DetailBand1: TQRBand;
QRLabel16: TQRLabel;
QRLabel21: TQRLabel;
QRLabel41: TQRLabel;
QRLabel44: TQRLabel;
QRLabel45: TQRLabel;
QRLabel67: TQRLabel;
QRLabel68: TQRLabel;
QRLabel69: TQRLabel;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText2: TQRDBText;
QRDBText1: TQRDBText;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRShape16: TQRShape;
QRShape41: TQRShape;
QRShape29: TQRShape;
QRShape45: TQRShape;
QRShape47: TQRShape;
QRShape50: TQRShape;
QRShape51: TQRShape;
QRShape52: TQRShape;
QRShape53: TQRShape;
QRShape54: TQRShape;
QRShape55: TQRShape;
QRShape56: TQRShape;
QRShape57: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
Query1: TQuery;
QRLabel7: TQRLabel;
Query2: TQuery;
QRLabel8: TQRLabel;
QRShape9: TQRShape;
QRLabel9: TQRLabel;
SummaryBand1: TQRBand;
QRShape11: TQRShape;
QRShape14: TQRShape;
QRLabel14: TQRLabel;
QRShape12: TQRShape;
sp2: TStoredProc;
QRShape13: TQRShape;
QRShape15: TQRShape;
QRDBText12: TQRDBText;
QRLabel38: TQRLabel;
QRLabel28: TQRLabel;
QRLabel37: TQRLabel;
QRLabel39: TQRLabel;
QRLabel1: TQRLabel;
QRLabel12: TQRLabel;
QRLabel40: TQRLabel;
QRLabel70: TQRLabel;
QRLabel4: TQRLabel;
sp3: TStoredProc;
QRLabel11: TQRLabel;
QRLabel71: TQRLabel;
QRShape4: TQRShape;
QRShape19: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape30: TQRShape;
QRShape31: TQRShape;
QRLabel25: TQRLabel;
QRLabel26: TQRLabel;
QRShape32: TQRShape;
QRLabel72: TQRLabel;
QRLabel73: TQRLabel;
QRLabel10: TQRLabel;
QRLabel74: TQRLabel;
QRLabel3: TQRLabel;
QRLabel6: TQRLabel;
QRDBText13: TQRDBText;
QRShape1: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormCreate(Sender: TObject);
procedure FormActivate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
cai_report20: Tcai_report20;
implementation
{$R *.dfm}
procedure Tcai_report20.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
procedure Tcai_report20.FormCreate(Sender: TObject);
begin
qrlabel57.Visible:=false;
qrlabel47.Visible:=false;
end;
procedure Tcai_report20.FormActivate(Sender: TObject);
begin
QRLabel57.Visible:=false;
QRLabel47.Visible:=false;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -