📄 cheng_pin_zhou_yang_report.~pas
字号:
unit cheng_pin_zhou_yang_report;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, ExtCtrls, QRCtrls, DB, DBTables;
type
Tcheng_pin_zhou_yang_repor = class(TForm)
Query1: TQuery;
DataSource1: TDataSource;
QuickRep1: TQuickRep;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel16: TQRLabel;
QRShape13: TQRShape;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRLabel22: TQRLabel;
QRLabel23: TQRLabel;
QRLabel24: TQRLabel;
QRShape18: TQRShape;
QRLabel26: TQRLabel;
QRLabel27: TQRLabel;
QRLabel28: TQRLabel;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape12: TQRShape;
QRLabel51: TQRLabel;
QRLabel52: TQRLabel;
QRLabel53: TQRLabel;
QRLabel54: TQRLabel;
QRLabel55: TQRLabel;
QRLabel56: TQRLabel;
QRLabel57: TQRLabel;
QRLabel25: TQRLabel;
QRLabel58: TQRLabel;
QRLabel59: TQRLabel;
QRLabel60: TQRLabel;
QRLabel61: TQRLabel;
QRLabel62: TQRLabel;
QRLabel63: TQRLabel;
QRLabel64: TQRLabel;
QRLabel65: TQRLabel;
mai: TQRLabel;
bao: TQRLabel;
ColumnHeaderBand1: TQRBand;
QRLabel29: TQRLabel;
QRShape23: TQRShape;
QRShape25: TQRShape;
QRShape26: TQRShape;
QRLabel30: TQRLabel;
QRLabel31: TQRLabel;
QRLabel32: TQRLabel;
QRLabel33: TQRLabel;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape24: TQRShape;
QRShape33: TQRShape;
QRShape34: TQRShape;
DetailBand1: TQRBand;
QRShape29: TQRShape;
QRDBText2: TQRDBText;
QRShape30: TQRShape;
QRShape31: TQRShape;
QRShape32: TQRShape;
QRShape35: TQRShape;
QRShape36: TQRShape;
QRExpr1: TQRExpr;
QRExpr2: TQRExpr;
QRExpr3: TQRExpr;
SummaryBand1: TQRBand;
QRShape22: TQRShape;
QRShape48: TQRShape;
QRShape49: TQRShape;
QRLabel67: TQRLabel;
PageFooterBand1: TQRBand;
QRShape37: TQRShape;
QRLabel34: TQRLabel;
QRLabel35: TQRLabel;
QRLabel36: TQRLabel;
QRLabel37: TQRLabel;
QRLabel38: TQRLabel;
QRShape38: TQRShape;
QRShape39: TQRShape;
QRLabel39: TQRLabel;
QRLabel40: TQRLabel;
QRShape40: TQRShape;
QRShape41: TQRShape;
QRShape42: TQRShape;
QRShape43: TQRShape;
QRShape44: TQRShape;
QRExpr4: TQRExpr;
QRExpr5: TQRExpr;
QRExpr6: TQRExpr;
QRLabel41: TQRLabel;
QRLabel42: TQRLabel;
QRLabel43: TQRLabel;
QRLabel44: TQRLabel;
QRLabel45: TQRLabel;
QRShape45: TQRShape;
QRShape46: TQRShape;
QRLabel46: TQRLabel;
QRLabel47: TQRLabel;
QRLabel48: TQRLabel;
QRLabel49: TQRLabel;
QRLabel50: TQRLabel;
QRLabel15: TQRLabel;
QRLabel17: TQRLabel;
QRSysData1: TQRSysData;
QRLabel18: TQRLabel;
QRLabel66: TQRLabel;
QRShape47: TQRShape;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
{ Private declarations }
public
{ Public declarations }
end;
var
cheng_pin_zhou_yang_repor: Tcheng_pin_zhou_yang_repor;
implementation
{$R *.dfm}
procedure Tcheng_pin_zhou_yang_repor.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -