📄 unit2.pas
字号:
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QRCtrls, QuickRpt, grimgctrl, jpeg;
type
TFprint = class(TForm)
ScrollBox1: TScrollBox;
QR_YBB: TQuickRep;
QRBand4: TQRBand;
PageHeaderBand1: TQRBand;
QRPDFShape1: TQRPDFShape;
QRPDFShape2: TQRPDFShape;
QRPDFShape3: TQRPDFShape;
QRPDFShape4: TQRPDFShape;
QRPDFShape5: TQRPDFShape;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRPDFShape6: TQRPDFShape;
QRLabel22: TQRLabel;
QRLabel23: TQRLabel;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
DetailBand2: TQRBand;
QRPDFShape8: TQRPDFShape;
QRPDFShape9: TQRPDFShape;
QRPDFShape10: TQRPDFShape;
QRPDFShape11: TQRPDFShape;
QRPDFShape12: TQRPDFShape;
QRPDFShape13: TQRPDFShape;
QRPDFShape14: TQRPDFShape;
QRPDFShape15: TQRPDFShape;
QRPDFShape16: TQRPDFShape;
QRPDFShape17: TQRPDFShape;
QRPDFShape18: TQRPDFShape;
QRPDFShape19: TQRPDFShape;
QRPDFShape20: TQRPDFShape;
QRPDFShape21: TQRPDFShape;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRPDFShape22: TQRPDFShape;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRLabel26: TQRLabel;
QRLabel27: TQRLabel;
QRLabel28: TQRLabel;
QRLabel29: TQRLabel;
QRLabel30: TQRLabel;
QRLabel31: TQRLabel;
QRLabel32: TQRLabel;
QRLabel33: TQRLabel;
QRLabel34: TQRLabel;
QRLabel35: TQRLabel;
QRPDFShape23: TQRPDFShape;
QRLabel39: TQRLabel;
QRLabel40: TQRLabel;
QRLabel41: TQRLabel;
QRLabel36: TQRLabel;
QRLabel37: TQRLabel;
QRPDFShape7: TQRPDFShape;
QRDBText2: TQRDBText;
QRDBText1: TQRDBText;
QRBand1: TQRBand;
QRPDFShape24: TQRPDFShape;
QRPDFShape25: TQRPDFShape;
QRPDFShape26: TQRPDFShape;
QRPDFShape27: TQRPDFShape;
QRPDFShape28: TQRPDFShape;
QRPDFShape29: TQRPDFShape;
QRPDFShape30: TQRPDFShape;
QRPDFShape31: TQRPDFShape;
QRPDFShape32: TQRPDFShape;
QRPDFShape33: TQRPDFShape;
QRPDFShape34: TQRPDFShape;
QRPDFShape35: TQRPDFShape;
QRPDFShape36: TQRPDFShape;
QRPDFShape37: TQRPDFShape;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRDBText12: TQRDBText;
QRDBText13: TQRDBText;
QRDBText14: TQRDBText;
QRDBText15: TQRDBText;
QRLabel42: TQRLabel;
QRLabel43: TQRLabel;
QRLabel44: TQRLabel;
QRLabel45: TQRLabel;
QRLabel46: TQRLabel;
QRImage1: TQRImage;
QRLabel47: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Fprint: TFprint;
implementation
{$R *.dfm}
uses unit3;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -