📄 unit19.pas
字号:
unit Unit19;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TQuickReportPWZTJ = class(TQuickRep)
QRLabel2: TQRLabel;
QRLabel1: TQRLabel;
QRLabel5: TQRLabel;
QRPWZTJLabelPrinter: TQRLabel;
QRLabel6: TQRLabel;
QRSysData1: TQRSysData;
DetailBand1: TQRBand;
PageFooterBand1: TQRBand;
TitleBand1: TQRBand;
QRLabel12: TQRLabel;
QRLabel18: TQRLabel;
QRLabel7: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
procedure QRPWZTJ(Sender: TCustomQuickRep);
private
public
end;
var
QuickReportPWZTJ: TQuickReportPWZTJ;
implementation
uses
unit2,unit3;
{$R *.DFM}
procedure TQuickReportPWZTJ.QRPWZTJ(Sender: TCustomQuickRep);
begin
QRPWZTJLabelPrinter.Caption := form2.edit1.text;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -