⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unbsupp.pas

📁 DELPHI编写的商场收银POS机源代码
💻 PAS
字号:
unit UNBSUPP;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  quickrpt, ExtCtrls, Qrctrls, JLOOKUPD, StdCtrls, Mask, DBCtrls, JEdit;

type
  TFMBSUPP = class(TForm)
    QuickRep: TQuickRep;
    QRBand5: TQRBand;
    QRLabel7: TQRLabel;
    LBTITLE: TQRLabel;
    LB_RECORDCOUNT: TQRLabel;
    QRBand1: TQRBand;
    QRShape17: TQRShape;
    QRShape18: TQRShape;
    QRLabel16: TQRLabel;
    QRLabel17: TQRLabel;
    QRLabel18: TQRLabel;
    QRLabel19: TQRLabel;
    QRLabel20: TQRLabel;
    QRLabel21: TQRLabel;
    QRLabel22: TQRLabel;
    QRLabel23: TQRLabel;
    QRShape19: TQRShape;
    QRShape20: TQRShape;
    QRLabel24: TQRLabel;
    QRShape21: TQRShape;
    QRLabel25: TQRLabel;
    QRLabel26: TQRLabel;
    QRShape22: TQRShape;
    QRShape23: TQRShape;
    QRShape24: TQRShape;
    QRShape25: TQRShape;
    QRShape26: TQRShape;
    QRShape27: TQRShape;
    QRBand2: TQRBand;
    QRShape28: TQRShape;
    QRDBText1: TQRDBText;
    QRDBText7: TQRDBText;
    QRDBText11: TQRDBText;
    QRDBText12: TQRDBText;
    QRDBText13: TQRDBText;
    QRDBText14: TQRDBText;
    QRDBText15: TQRDBText;
    QRDBText2: TQRDBText;
    QRDBText3: TQRDBText;
    QRDBText4: TQRDBText;
    QRDBText5: TQRDBText;
    QRShape29: TQRShape;
    QRShape30: TQRShape;
    QRShape31: TQRShape;
    QRShape32: TQRShape;
    QRShape33: TQRShape;
    QRShape34: TQRShape;
    QRShape35: TQRShape;
    QRShape36: TQRShape;
    QRShape37: TQRShape;
    QRShape38: TQRShape;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  FMBSUPP: TFMBSUPP;

implementation

USES UNBSUPD;

{$R *.DFM}












































end.
   

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -