dayrecipeprinm.~pas

来自「本文重点研究的是医院西药药房管理系统」· ~PAS 代码 · 共 45 行

~PAS
45
字号
unit DayRecipePrinM;

interface

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

type
  TDayRecipePrin = class(TQuickRep)
    ColumnHeaderBand1: TQRBand;
    SummaryBand1: TQRBand;
    TitleBand1: TQRBand;
    QRLabel1: TQRLabel;
    QRShape1: TQRShape;
    QRShape2: TQRShape;
    QRShape3: TQRShape;
    QRLabel8: TQRLabel;
    QRLabel11: TQRLabel;
    QRLabel12: TQRLabel;
    QRShape7: TQRShape;
    QRShape9: TQRShape;
    DetailBand1: TQRBand;
    QRDBText2: TQRDBText;
    QRDBText4: TQRDBText;
    QRShape4: TQRShape;
    QRShape17: TQRShape;
    QRShape19: TQRShape;
    QRShape16: TQRShape;
    Recipe_title: TQRLabel;
    QRDBText6: TQRDBText;
  private

  public

  end;

var
  DayRecipePrin: TDayRecipePrin;

implementation
uses datamz2, GzlHzPrinM;
{$R *.DFM}

end.

⌨️ 快捷键说明

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