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

📄 rp_cjqk.pas

📁 主要是介绍DELPHI三层应用以及分布式数据库的应用
💻 PAS
字号:
unit rp_cjqk;

interface

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

type
  TQRpt_cjqk = class(TQuickRep)
    PageHeaderBand1: TQRBand;
    DetailBand1: TQRBand;
    QRLabel151: TQRLabel;
    QRLabel152: TQRLabel;
    TitleBand1: TQRBand;
    QRLabel5: TQRLabel;
    ColumnHeaderBand1: TQRBand;
    QRShape1: TQRShape;
    QRLabel6: TQRLabel;
    QRLabel7: TQRLabel;
    QRLabel8: TQRLabel;
    QRLabel9: TQRLabel;
    QRLabel15: TQRLabel;
    QRLabel14: TQRLabel;
    QRShape2: TQRShape;
    QRLabel1: TQRLabel;
    QRLabel4: TQRLabel;
    QRLabel10: TQRLabel;
    QRLabel11: TQRLabel;
    QRLabel13: TQRLabel;
    QRLabel16: TQRLabel;
    QRLabel17: TQRLabel;
    QRLabel19: TQRLabel;
    QRLabel20: TQRLabel;
    QRLabel21: TQRLabel;
    QRLabel22: TQRLabel;
    QRLabel23: TQRLabel;
    QRLabel2: TQRLabel;
    QRLabel24: TQRLabel;
    QRLabel25: TQRLabel;
    QRLabel29: TQRLabel;
    QRShape4: TQRShape;
    QRShape5: TQRShape;
    QRShape6: TQRShape;
    QRShape7: TQRShape;
    QRLabel3: TQRLabel;
    QRShape8: TQRShape;
    QRShape9: TQRShape;
    QRShape10: TQRShape;
    QRShape11: TQRShape;
    QRShape13: TQRShape;
    QRShape14: TQRShape;
    QRShape16: TQRShape;
    QRShape18: TQRShape;
    QRShape20: TQRShape;
    QRLabel35: TQRLabel;
    QRShape26: TQRShape;
    QRShape27: TQRShape;
    QRLabel36: TQRLabel;
    Query1: TADOQuery;
    QRSysData1: TQRSysData;
    QRDBText1: TQRDBText;
    QRDBText2: TQRDBText;
    QRDBText3: TQRDBText;
    QRDBText4: TQRDBText;
    QRDBText5: TQRDBText;
    QRDBText6: TQRDBText;
    QRDBText8: TQRDBText;
    QRDBText10: TQRDBText;
    QRDBText11: TQRDBText;
    QRDBText12: TQRDBText;
    QRDBText13: TQRDBText;
    QRDBText14: TQRDBText;
    QRDBText16: TQRDBText;
    QRDBText18: TQRDBText;
    QRDBText19: TQRDBText;
    QRShape19: TQRShape;
    QRShape28: TQRShape;
    QRShape29: TQRShape;
    QRShape30: TQRShape;
    QRShape31: TQRShape;
    QRShape32: TQRShape;
    QRShape33: TQRShape;
    QRShape34: TQRShape;
    QRShape35: TQRShape;
    QRShape37: TQRShape;
    QRShape39: TQRShape;
    QRShape40: TQRShape;
    QRShape41: TQRShape;
    QRShape42: TQRShape;
    QRShape43: TQRShape;
    QRShape45: TQRShape;
    QRShape47: TQRShape;
    SummaryBand1: TQRBand;
    QRLabel37: TQRLabel;
    QRExpr1: TQRExpr;
    QRExpr6: TQRExpr;
    QRShape3: TQRShape;
    QRShape12: TQRShape;
    QRLabel18: TQRLabel;
    QRShape15: TQRShape;
    Query1DSDesigner: TAutoIncField;
    Query1DSDesigner2: TStringField;
    Query1DSDesigner3: TStringField;
    Query1DSDesigner4: TStringField;
    Query1DSDesigner5: TIntegerField;
    Query1DSDesigner6: TBCDField;
    Query1DSDesigner7: TBCDField;
    Query1DSDesigner8: TDateTimeField;
    Query1DSDesigner9: TStringField;
    Query1DSDesigner10: TStringField;
    Query1DSDesigner11: TStringField;
    Query1DSDesigner12: TIntegerField;
    Query1DSDesigner13: TStringField;
    Query1DSDesigner14: TStringField;
    Query1DSDesigner15: TStringField;
    Query1DSDesigner16: TStringField;
    Query1DSDesigner17: TDateTimeField;
    Query1DSDesigner18: TStringField;
    Query1DSDesigner19: TStringField;
    Query1DSDesigner20: TStringField;
    Query1DSDesigner21: TStringField;
    Query1DSDesigner22: TStringField;
    Query1DSDesigner23: TStringField;
    Query1DSDesigner24: TStringField;
    Query1DSDesigner25: TDateTimeField;
    QRShape17: TQRShape;
    QRShape21: TQRShape;
    QRLabel12: TQRLabel;
    QRLabel26: TQRLabel;
  private

  public

  end;

var
  QRpt_cjqk: TQRpt_cjqk;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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