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

📄 cai_gou_report.~pas

📁 采购管理系统:delphi+sql实现了企业采购自动化作业流程
💻 ~PAS
字号:
unit cai_gou_report;

interface

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

type
  TForm1 = class(TForm)
    TitleBand1: TQRBand;
    QRBand1: TQRBand;
    QRShape27: TQRShape;
    QRShape28: TQRShape;
    QRShape29: TQRShape;
    QRShape30: TQRShape;
    QRShape31: TQRShape;
    QRShape32: TQRShape;
    QRShape34: TQRShape;
    QRShape35: TQRShape;
    QRLabel2: TQRLabel;
    QRLabel3: TQRLabel;
    QRLabel4: TQRLabel;
    QRLabel29: TQRLabel;
    QRLabel30: TQRLabel;
    QRLabel31: TQRLabel;
    QRShape24: TQRShape;
    QRShape33: TQRShape;
    QRLabel6: TQRLabel;
    QRShape38: TQRShape;
    QRLabel7: TQRLabel;
    QRBand2: TQRBand;
    QRExpr2: TQRExpr;
    QRExpr3: TQRExpr;
    QRExpr4: TQRExpr;
    QRExpr5: TQRExpr;
    QRExpr6: TQRExpr;
    QRExpr7: TQRExpr;
    QRShape43: TQRShape;
    QRShape51: TQRShape;
    QRShape52: TQRShape;
    QRShape53: TQRShape;
    QRShape54: TQRShape;
    QRShape55: TQRShape;
    QRShape56: TQRShape;
    QRShape36: TQRShape;
    QRShape37: TQRShape;
    QRExpr1: TQRExpr;
    QRShape39: TQRShape;
    QRExpr8: TQRExpr;
    QRExpr9: TQRExpr;
    QRBand3: TQRBand;
    QRLabel32: TQRLabel;
    QRLabel33: TQRLabel;
    QRLabel34: TQRLabel;
    QRLabel35: TQRLabel;
    QLtime: TQRLabel;
    USxm: TQRLabel;
    QRLabel19: TQRLabel;
    QRLabel18: TQRLabel;
    QRLabel46: TQRLabel;
    QRDBText11: TQRDBText;
    QRLabel17: TQRLabel;
    QRLabel1: TQRLabel;
    QRLabel12: TQRLabel;
    QRLabel5: TQRLabel;
    QRLabel26: TQRLabel;
    QRLabel25: TQRLabel;
    QRDBText16: TQRDBText;
    QRLabel24: TQRLabel;
    QRDBText15: TQRDBText;
    QRLabel23: TQRLabel;
    QRDBText14: TQRDBText;
    QRLabel8: TQRLabel;
    QRDBText17: TQRDBText;
    QRLabel27: TQRLabel;
    QRDBText19: TQRDBText;
    QRLabel28: TQRLabel;
    QRDBText18: TQRDBText;
    QRLabel9: TQRLabel;
    QRDBText20: TQRDBText;
    QRShape1: TQRShape;
    QRShape8: TQRShape;
    QRShape6: TQRShape;
    QRShape42: TQRShape;
    QRShape5: TQRShape;
    QRShape2: TQRShape;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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