unposmp.pas
来自「超市系统开发 超市系统开发 超市系统开发 超市系统开发」· PAS 代码 · 共 102 行
PAS
102 行
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 + =
减小字号Ctrl + -
显示快捷键?