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

📄 u_outstatrep.~pas

📁 河南师范大学餐饮进销存软件,只要控制库存的数据。
💻 ~PAS
字号:
unit u_OutStatRep;

interface

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

type
  TfrmOutStatRep = class(TForm)
    OutStatRep: TQuickRep;
    DetailBand2: TQRBand;
    QRShape17: TQRShape;
    QRDBText10: TQRDBText;
    QRDBText6: TQRDBText;
    QRDBText5: TQRDBText;
    QRDBText4: TQRDBText;
    QRShape18: TQRShape;
    QRShape26: TQRShape;
    QRShape28: TQRShape;
    QRShape29: TQRShape;
    QRShape7: TQRShape;
    QRShape15: TQRShape;
    QRShape2: TQRShape;
    QRDBText1: TQRDBText;
    TitleBand1: TQRBand;
    Label1: TLabel;
    QRLabel9: TQRLabel;
    QRLabel12: TQRLabel;
    edtend: TQRLabel;
    QRShape5: TQRShape;
    QRLabel2: TQRLabel;
    edtStart: TQRLabel;
    edtSup: TQRLabel;
    ColumnHeaderBand2: TQRBand;
    QRShape10: TQRShape;
    QRShape9: TQRShape;
    QRShape16: TQRShape;
    QRShape6: TQRShape;
    QRShape8: TQRShape;
    QRLabel15: TQRLabel;
    QRLabel14: TQRLabel;
    QRLabel13: TQRLabel;
    QRLabel20: TQRLabel;
    QRShape27: TQRShape;
    QRLabel1: TQRLabel;
    QRShape1: TQRShape;
    QRShape3: TQRShape;
    SummaryBand1: TQRBand;
    QRLabel4: TQRLabel;
    QRExpr1: TQRExpr;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmOutStatRep: TfrmOutStatRep;

implementation

uses u_OutMasterStat;

{$R *.dfm}

end.

⌨️ 快捷键说明

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