xyzyinhzprinm.pas

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

PAS
63
字号
unit XyZyInHzPrinM;

interface

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

type
  TXyZyInHzPrin = class(TQuickRep)
    ColumnHeaderBand1: TQRBand;
    SummaryBand1: TQRBand;
    TitleBand1: TQRBand;
    QRLabel1: TQRLabel;
    QRShape1: TQRShape;
    QRShape2: TQRShape;
    QRShape3: TQRShape;
    QRLabel8: TQRLabel;
    QRLabel9: TQRLabel;
    QRLabel10: TQRLabel;
    QRLabel11: TQRLabel;
    QRShape7: TQRShape;
    QRShape8: TQRShape;
    QRShape9: TQRShape;
    QRShape10: TQRShape;
    DetailBand1: TQRBand;
    re: TQRLabel;
    QRDBText1: TQRDBText;
    QRDBText2: TQRDBText;
    QRDBText3: TQRDBText;
    QRShape4: TQRShape;
    QRShape17: TQRShape;
    QRShape18: TQRShape;
    QRShape19: TQRShape;
    QRShape20: TQRShape;
    QRShape16: TQRShape;
    QRLabel2: TQRLabel;
    QRShape6: TQRShape;
    QRLabel3: TQRLabel;
    QRShape13: TQRShape;
    QRDBText6: TQRDBText;
    QRDBText7: TQRDBText;
    QRDBText9: TQRDBText;
    QRLabel4: TQRLabel;
    QRShape5: TQRShape;
    QRLabel6: TQRLabel;
    QRShape11: TQRShape;
    Qdate: TQRLabel;
    QRDBText4: TQRDBText;
  private

  public

  end;

var
  XyZyInHzPrin: TXyZyInHzPrin;

implementation
uses datamz1;
{$R *.DFM}

end.

⌨️ 快捷键说明

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