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

📄 rp_office.pas

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

interface

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

type
  Tfrp_office = class(TForm)
    QuickRep1: TQuickRep;
    ColumnHeaderBand1: TQRBand;
    PageFooterBand1: TQRBand;
    QRLabel151: TQRLabel;
    QRLabel152: TQRLabel;
    QRExpr1: TQRExpr;
    QRBand1: TQRBand;
    QRShape14: TQRShape;
    QRLabel10: TQRLabel;
    QRShape15: TQRShape;
    QRLabel11: TQRLabel;
    QRLabel12: TQRLabel;
    QRLabel22: TQRLabel;
    QRLabel23: TQRLabel;
    QRShape16: TQRShape;
    QRShape18: TQRShape;
    QRShape19: TQRShape;
    QRShape20: TQRShape;
    QRShape21: TQRShape;
    QRDBText8: TQRDBText;
    QRDBText9: TQRDBText;
    QRDBText10: TQRDBText;
    QRDBText20: TQRDBText;
    QRShape22: TQRShape;
    QRShape23: TQRShape;
    QRLabel24: TQRLabel;
    QRDBText21: TQRDBText;
    QRLabel25: TQRLabel;
    QRDBText22: TQRDBText;
    QRLabel26: TQRLabel;
    QRDBText23: TQRDBText;
    QRDBText24: TQRDBText;
    QRLabel27: TQRLabel;
    QRDBText25: TQRDBText;
    QRLabel28: TQRLabel;
    QRDBText26: TQRDBText;
    QRLabel29: TQRLabel;
    QRDBText27: TQRDBText;
    QRLabel30: TQRLabel;
    QRDBText28: TQRDBText;
    QRLabel31: TQRLabel;
    QRDBText29: TQRDBText;
    QRLabel32: TQRLabel;
    QRDBText30: TQRDBText;
    QRLabel33: TQRLabel;
    QRDBText31: TQRDBText;
    QRLabel34: TQRLabel;
    QRDBText32: TQRDBText;
    QRLabel35: TQRLabel;
    QRLabel36: TQRLabel;
    QRExpr2: TQRExpr;
    QRLabel37: TQRLabel;
    QRExpr3: TQRExpr;
    QRLabel38: TQRLabel;
    QRExpr4: TQRExpr;
    QRLabel39: TQRLabel;
    QRExpr5: TQRExpr;
    QRShape24: TQRShape;
    QRLabel40: TQRLabel;
    QRSysData2: TQRSysData;
    QRShape25: TQRShape;
    QRShape26: TQRShape;
    QRShape27: TQRShape;
    QRShape28: TQRShape;
    QRShape29: TQRShape;
    QRShape30: TQRShape;
    QRShape31: TQRShape;
    QRShape32: TQRShape;
    QRShape33: TQRShape;
    QRLabel20: TQRLabel;
    QRLabel15: TQRLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frp_office: Tfrp_office;

implementation

uses office;

{$R *.dfm}

end.

⌨️ 快捷键说明

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