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