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

📄 dbrep.pas

📁 药品进销存管理系统(Delphi版),适合中小企业管理
💻 PAS
字号:
unit dbrep;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  QuickRpt, Qrctrls, ExtCtrls;

type
  TFrmdbrep = class(TForm)
    QuickRep1: TQuickRep;
    TitleBand2: TQRBand;
    QRLabel17: TQRLabel;
    QRLabel_dbdw: TQRLabel;
    QRLabel19: TQRLabel;
    QRLabel23: TQRLabel;
    QRLabel_ck: TQRLabel;
    QRLabel25: TQRLabel;
    QRLabel_ph: TQRLabel;
    QRLabel16: TQRLabel;
    QRShape1: TQRShape;
    QRLabel1: TQRLabel;
    QRLabel2: TQRLabel;
    QRLabel4: TQRLabel;
    QRLabel5: TQRLabel;
    QRLabel6: TQRLabel;
    QRLabel7: TQRLabel;
    QRLabel8: TQRLabel;
    QRLabel9: TQRLabel;
    QRLabel10: TQRLabel;
    QRShape2: TQRShape;
    QRShape3: TQRShape;
    QRShape4: TQRShape;
    QRShape5: TQRShape;
    QRShape6: TQRShape;
    QRShape7: TQRShape;
    QRShape8: TQRShape;
    QRShape9: TQRShape;
    QRShape11: TQRShape;
    QRLabel3: TQRLabel;
    QRLabel_dbrq: TQRLabel;
    QRShape10: TQRShape;
    QRLabel12: TQRLabel;
    QRBand2: TQRBand;
    QRDBText_pm: TQRDBText;
    QRDBText_gg: TQRDBText;
    QRDBText_dw: TQRDBText;
    QRDBText_sl: TQRDBText;
    QRDBText_pzwh: TQRDBText;
    QRDBText_je: TQRDBText;
    QRDBText_ph: TQRDBText;
    QRDBText_jj: TQRDBText;
    QRShape19: TQRShape;
    QRShape29: TQRShape;
    QRShape30: TQRShape;
    QRShape31: TQRShape;
    QRShape32: TQRShape;
    QRShape33: TQRShape;
    QRShape34: TQRShape;
    QRShape35: TQRShape;
    QRShape12: TQRShape;
    QRDBText_cd: TQRDBText;
    QRDBText_js: TQRDBText;
    QRShape13: TQRShape;
    QRDBText_yxq: TQRDBText;
    QRLabel13: TQRLabel;
    QRBand3: TQRBand;
    QRLabel27: TQRLabel;
    QRLabel39: TQRLabel;
    QRLabel_czy: TQRLabel;
    QRLabel11: TQRLabel;
    QRLabel_zje: TQRLabel;
    QRLabel_hj: TQRLabel;
    QRLabel14: TQRLabel;
    QRLabel15: TQRLabel;
    QRLabel18: TQRLabel;
    QRLabel20: TQRLabel;
    QRShape14: TQRShape;
    QRShape15: TQRShape;
    QRLabel21: TQRLabel;
    QRDBText_hsj: TQRDBText;
    QRLabel22: TQRLabel;
    QRShape16: TQRShape;
    QRShape17: TQRShape;
    QRShape18: TQRShape;
    QRShape20: TQRShape;
    QRShape21: TQRShape;
    QRShape22: TQRShape;
    QRShape23: TQRShape;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Frmdbrep: TFrmdbrep;

implementation



{$R *.DFM}

end.

⌨️ 快捷键说明

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