rp_machine_in.pas

来自「主要是介绍DELPHI三层应用以及分布式数据库的应用」· PAS 代码 · 共 80 行

PAS
80
字号
unit rp_machine_in;

interface

uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
  StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, DB, ADODB;

type
  TQRpt_machine_in = class(TQuickRep)
    ColumnHeaderBand1: TQRBand;
    QRLabel151: TQRLabel;
    QRLabel152: TQRLabel;
    DetailBand1: TQRBand;
    QRLabel1: TQRLabel;
    QRShape1: TQRShape;
    QRLabel3: TQRLabel;
    QRLabel9: TQRLabel;
    QRDBText7: TQRDBText;
    QRShape3: TQRShape;
    Query1: TADOQuery;
    QRShape2: TQRShape;
    QRDBText4: TQRDBText;
    QRLabel5: TQRLabel;
    QRDBText5: TQRDBText;
    QRDBText6: TQRDBText;
    QRLabel6: TQRLabel;
    QRDBText8: TQRDBText;
    QRLabel7: TQRLabel;
    QRLabel8: TQRLabel;
    QRLabel10: TQRLabel;
    QRLabel11: TQRLabel;
    QRDBText9: TQRDBText;
    QRDBText10: TQRDBText;
    QRDBText11: TQRDBText;
    QRShape4: TQRShape;
    QRShape5: TQRShape;
    QRShape6: TQRShape;
    QRLabel12: TQRLabel;
    QRDBText12: TQRDBText;
    QRLabel13: TQRLabel;
    QRDBText13: TQRDBText;
    QRLabel14: TQRLabel;
    QRLabel15: TQRLabel;
    QRLabel16: TQRLabel;
    QRLabel17: TQRLabel;
    QRLabel18: TQRLabel;
    QRDBText14: TQRDBText;
    QRShape28: TQRShape;
    QRShape27: TQRShape;
    QRShape8: TQRShape;
    QRDBText15: TQRDBText;
    QRLabel2: TQRLabel;
    QRShape10: TQRShape;
    QRShape12: TQRShape;
    QRShape13: TQRShape;
    QRDBText1: TQRDBText;
    QRDBText2: TQRDBText;
    QRShape7: TQRShape;
    QRShape14: TQRShape;
    QRShape9: TQRShape;
    QRShape11: TQRShape;
    QRLabel4: TQRLabel;
    QRLabel19: TQRLabel;
  private

  public

  end;

var
  QRpt_machine_in: TQRpt_machine_in;

implementation

uses wxp_dm;

{$R *.DFM}

end.

⌨️ 快捷键说明

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