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

📄 warehouseinprint.pas

📁 仓库管理系统 貌似是ACCESS的数据库
💻 PAS
字号:
unit WarehouseInPrint;

interface

uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
  StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;

type
  TWarehouseInQRP = class(TQuickRep)
    DetailBand1: TQRBand;
    QRShape19: TQRShape;
    QRShape21: TQRShape;
    QRShape23: TQRShape;
    QRShape24: TQRShape;
    QRShape25: TQRShape;
    QRShape26: TQRShape;
    QRShape27: TQRShape;
    QRDB1: TQRDBText;
    QRDB3: TQRDBText;
    QRDB4: TQRDBText;
    QRDB6: TQRDBText;
    QRDB7: TQRDBText;
    QRDB10: TQRDBText;
    QRDB11: TQRDBText;
    QRDB12: TQRDBText;
    QRShape3: TQRShape;
    QRDB5: TQRDBText;
    QRShape20: TQRShape;
    QRShape22: TQRShape;
    QRShape14: TQRShape;
    QRDB8: TQRDBText;
    QRDB9: TQRDBText;
    QRShape33: TQRShape;
    QRDB2: TQRDBText;
    SummaryBand1: TQRBand;
    QRLabel26: TQRLabel;
    QRLabel27: TQRLabel;
    QRLabel29: TQRLabel;
    QRLOperator: TQRLabel;
    QRLabel31: TQRLabel;
    QRLabel32: TQRLabel;
    QRSysData2: TQRSysData;
    QRShape30: TQRShape;
    QRLabel25: TQRLabel;
    QRShape31: TQRShape;
    QRShape34: TQRShape;
    QRShape15: TQRShape;
    PageHeaderBand1: TQRBand;
    QRLabel1: TQRLabel;
    QRShape1: TQRShape;
    QRLabel3: TQRLabel;
    QRLInNo: TQRLabel;
    QRShape2: TQRShape;
    QRShape5: TQRShape;
    QRShape7: TQRShape;
    QRLabel6: TQRLabel;
    QRLabel10: TQRLabel;
    QRLabel11: TQRLabel;
    QRShape10: TQRShape;
    QRShape11: TQRShape;
    QRShape12: TQRShape;
    QRShape13: TQRShape;
    QRLabel4: TQRLabel;
    QRShape16: TQRShape;
    QRLabel17: TQRLabel;
    QRLabel21: TQRLabel;
    QRLabel18: TQRLabel;
    QRLabel8: TQRLabel;
    QRLabel16: TQRLabel;
    QRShape6: TQRShape;
    QRShape9: TQRShape;
    QRLabel5: TQRLabel;
    QRLabel9: TQRLabel;
    QRShape32: TQRShape;
    QRLabel12: TQRLabel;
    QRLabel2: TQRLabel;
  private

  public

  end;

var
  WarehouseInQRP: TWarehouseInQRP;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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