📄 unbmanp.pas
字号:
unit UNBMANP;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
quickrpt, ExtCtrls, Qrctrls;
type
TFMBMANP = class(TForm)
QuickRep: TQuickRep;
QRBand1: TQRBand;
QRBand2: TQRBand;
QRBand3: TQRBand;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape4: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRShape11: TQRShape;
QRShape13: TQRShape;
LB_RECORDCOUNT: TQRLabel;
LBTITLE: TQRLabel;
QRShape18: TQRShape;
QRLabel2: TQRLabel;
QRLabel1: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRShape3: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape12: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRLabel6: TQRLabel;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRDBText1: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRLabel10: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
FMBMANP: TFMBMANP;
implementation
USES UNBMAND;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -