worker_print_pas.pas
来自「delphi6.0电子寻更源程序,用来计算保安有无查抄」· PAS 代码 · 共 69 行
PAS
69 行
unit worker_print_pas;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
Tworker_print = class(TForm)
QuickRep1: TQuickRep;
PageHeaderBand1: TQRBand;
QRLabel9: TQRLabel;
QRSysData2: TQRSysData;
ColumnHeaderBand1: TQRBand;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape5: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape6: TQRShape;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel1: TQRLabel;
DetailBand1: TQRBand;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
SummaryBand1: TQRBand;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel8: TQRLabel;
QRSysData1: TQRSysData;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRLabel7: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRShape15: TQRShape;
QRDBText7: TQRDBText;
QRShape16: TQRShape;
QRDBText8: TQRDBText;
private
{ Private declarations }
public
{ Public declarations }
end;
var
worker_print: Tworker_print;
implementation
uses dm_worker_pas;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?