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

📄 repxs.pas

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

interface


uses
  Windows,printers, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  Qrctrls, QuickRpt, ExtCtrls, Db, DBTables, Buttons, ComCtrls, ToolWin,
  QRPrntr, StdCtrls;

type
  Tfrmreport = class(TForm)
    QuickRep1: TQuickRep;
    TitleBand2: TQRBand;
    QRLabel17: TQRLabel;
    QRLabel_ghdw: TQRLabel;
    QRLabel19: TQRLabel;
    QRLabel23: TQRLabel;
    QRLabel_ck: TQRLabel;
    QRLabel25: TQRLabel;
    QRLabel_ph: 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_dj: TQRDBText;
    QRShape19: TQRShape;
    QRShape29: TQRShape;
    QRShape30: TQRShape;
    QRShape31: TQRShape;
    QRShape32: TQRShape;
    QRShape33: TQRShape;
    QRShape34: TQRShape;
    QRShape35: TQRShape;
    QRBand3: TQRBand;
    QRLabel27: TQRLabel;
    QRLabel28: TQRLabel;
    QRLabel_ywy: TQRLabel;
    QRLabel30: TQRLabel;
    QRLabel_bm: TQRLabel;
    QRLabel39: TQRLabel;
    QRLabel_czy: 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;
    QRShape12: TQRShape;
    QRLabel3: TQRLabel;
    QRDBText_cd: TQRDBText;
    QRLabel11: TQRLabel;
    QRLabel_zje: TQRLabel;
    QRDBText_js: TQRDBText;
    QRLabel_xsrq: TQRLabel;
    QRLabel_hj: TQRLabel;
    QRShape10: TQRShape;
    QRLabel12: TQRLabel;
    QRShape13: TQRShape;
    QRDBText_yxq: TQRDBText;
    QRLabel13: TQRLabel;
    QRLabel14: TQRLabel;
    QRShape17: TQRShape;
    QRLabel15: TQRLabel;
    QRShape18: TQRShape;
    QRLabel18: TQRLabel;
    QRLabel22: TQRLabel;
    QRLabel20: TQRLabel;
    QRShape23: TQRShape;
    QRShape14: TQRShape;
    QRShape15: TQRShape;
  private
    { Private declarations }
  public
    { Public declarations }

  end;

var
  frmreport: Tfrmreport;

implementation


{$R *.DFM}

end.

⌨️ 快捷键说明

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