📄 urp_empworktime.pas
字号:
unit URP_empworktime;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, Qrctrls, QuickRpt, ExtCtrls;
type
TRP_empworktime = class(TForm)
RP_worktime: TQuickRep;
DetailBand1: TQRBand;
TitleBand1: TQRBand;
ColumnHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRSysData1: TQRSysData;
QRShape1: TQRShape;
QRLabel8: TQRLabel;
QRDBText1: TQRDBText;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRLabel9: TQRLabel;
QRDBText2: TQRDBText;
QRLabel10: TQRLabel;
QRDBText3: TQRDBText;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRShape5: TQRShape;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRLabel21: TQRLabel;
QRLabel22: TQRLabel;
QRShape16: TQRShape;
QRDBText12: TQRDBText;
QRDBText13: TQRDBText;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRLabel23: TQRLabel;
QRDBText14: TQRDBText;
QRShape21: TQRShape;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
QRLabel26: TQRLabel;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRLabel27: TQRLabel;
QRLabel28: TQRLabel;
QRLabel29: TQRLabel;
QRLabel30: TQRLabel;
QRShape25: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRLabel31: TQRLabel;
QRLabel32: TQRLabel;
QRDBText15: TQRDBText;
QRDBText16: TQRDBText;
QRDBText17: TQRDBText;
QRDBText18: TQRDBText;
QRDBText19: TQRDBText;
QRDBText20: TQRDBText;
QRDBText21: TQRDBText;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRShape35: TQRShape;
QRShape20: TQRShape;
QRShape32: TQRShape;
QRShape33: TQRShape;
QRShape15: TQRShape;
QRShape17: TQRShape;
QRShape22: TQRShape;
SummaryBand1: TQRBand;
QRShape6: TQRShape;
QRExpr1: TQRExpr;
QRExpr2: TQRExpr;
QRLabel33: TQRLabel;
QRExpr3: TQRExpr;
QRExpr4: TQRExpr;
QRExpr5: TQRExpr;
QRExpr6: TQRExpr;
QRExpr7: TQRExpr;
QRExpr8: TQRExpr;
QRExpr9: TQRExpr;
QRExpr10: TQRExpr;
QRExpr11: TQRExpr;
QRExpr12: TQRExpr;
QRExpr13: TQRExpr;
QRExpr14: TQRExpr;
QRLabel34: TQRLabel;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape36: TQRShape;
QRShape4: TQRShape;
QRSysData2: TQRSysData;
QRDBText22: TQRDBText;
QRDBText23: TQRDBText;
QRShape11: TQRShape;
procedure FormDestroy(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
RP_empworktime: TRP_empworktime;
implementation
uses U_GS_DM;
{$R *.DFM}
procedure TRP_empworktime.FormDestroy(Sender: TObject);
begin
RP_empworktime:=nil;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -