📄 ur_lookupkqdata.pas
字号:
unit UR_lookupkqdata;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, Qrctrls, QuickRpt, ExtCtrls;
type
TFR_lookupkqdata = class(TForm)
QuickRep1: TQuickRep;
DetailBand1: TQRBand;
PageFooterBand1: TQRBand;
TitleBand1: TQRBand;
QRSysData1: TQRSysData;
ColumnHeaderBand1: TQRBand;
Query1: TQuery;
QRShape1: TQRShape;
QRLabel8: TQRLabel;
QRSysData3: TQRSysData;
QRSysData2: TQRSysData;
Query1workday: TStringField;
Query1one: TIntegerField;
Query1char1: TStringField;
Query1two: TIntegerField;
Query1char2: TStringField;
Query1three: TIntegerField;
Query1char3: TStringField;
Query1four: TIntegerField;
Query1char4: TStringField;
Query1five: TIntegerField;
Query1char5: TStringField;
Query1six: TIntegerField;
Query1char6: TStringField;
Query1serven: TIntegerField;
Query1char7: TStringField;
Query1eight: TIntegerField;
Query1char8: TStringField;
Query1nine: TIntegerField;
Query1char9: TStringField;
Query1ten: TIntegerField;
Query1char10: TStringField;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRShape2: TQRShape;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRLabel7: TQRLabel;
QRLabel10: TQRLabel;
QRLabel12: TQRLabel;
QRLabel14: TQRLabel;
QRLabel16: TQRLabel;
QRLabel18: TQRLabel;
QRLabel20: TQRLabel;
QRLabel22: TQRLabel;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRDBText12: TQRDBText;
QRDBText13: TQRDBText;
QRDBText14: TQRDBText;
QRDBText15: TQRDBText;
QRDBText16: TQRDBText;
QRDBText17: TQRDBText;
QRDBText18: TQRDBText;
QRDBText19: TQRDBText;
SummaryBand1: TQRBand;
QRShape3: TQRShape;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
QRShape4: TQRShape;
QRLabel6: TQRLabel;
procedure FormDestroy(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
FR_lookupkqdata: TFR_lookupkqdata;
implementation
{$R *.DFM}
procedure TFR_lookupkqdata.FormDestroy(Sender: TObject);
begin
FR_lookupkqdata:=nil;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -