📄 unit2.pas
字号:
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, QRCtrls;
type
TForm2 = class(TForm)
QuickRep1: TQuickRep;
QRSubDetail1: TQRSubDetail;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRLabel3: TQRLabel;
QRShape3: TQRShape;
QRDBText2: TQRDBText;
QRLabel4: TQRLabel;
QRShape4: TQRShape;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRLabel5: TQRLabel;
QRShape5: TQRShape;
QRLabel2: TQRLabel;
QRShape6: TQRShape;
QR1: TQRLabel;
QR2: TQRLabel;
QR3: TQRLabel;
QR4: TQRLabel;
QRLabel1: TQRLabel;
QRLabel10: TQRLabel;
QRDBText1: TQRDBText;
QRLabel11: TQRLabel;
PageHeaderBand1: TQRBand;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QR5: TQRLabel;
QR6: TQRLabel;
QR7: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form2: TForm2;
implementation
uses UPrintzwb;
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -