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

📄 xsrep.pas

📁 本系统前端界面采用WINDOWS 窗口风格
💻 PAS
字号:
unit xsrep;

interface

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

type
  Tfrmxsrep = class(TForm)
    QuickRep1: TQuickRep;
    TitleBand2: TQRBand;
    QRLabel16: TQRLabel;
    QRShape1: TQRShape;
    QRLabel1: TQRLabel;
    QRLabel2: TQRLabel;
    QRLabel4: TQRLabel;
    QRLabel5: TQRLabel;
    QRLabel6: TQRLabel;
    QRLabel7: TQRLabel;
    QRLabel8: TQRLabel;
    QRLabel9: TQRLabel;
    QRLabel10: TQRLabel;
    QRShape2: TQRShape;
    QRShape3: TQRShape;
    QRShape4: TQRShape;
    QRShape5: TQRShape;
    QRShape6: TQRShape;
    QRShape7: TQRShape;
    QRShape8: TQRShape;
    QRShape9: TQRShape;
    QRShape11: TQRShape;
    QRLabel3: TQRLabel;
    QRShape10: TQRShape;
    QRLabel12: TQRLabel;
    QRBand2: TQRBand;
    QRDBText_pm: TQRDBText;
    QRDBText_gg: TQRDBText;
    QRDBText_dw: TQRDBText;
    QRDBText_sl: TQRDBText;
    QRDBText_pzwh: TQRDBText;
    QRDBText_je: TQRDBText;
    QRDBText_ph: TQRDBText;
    QRDBText_dj: TQRDBText;
    QRShape19: TQRShape;
    QRShape29: TQRShape;
    QRShape30: TQRShape;
    QRShape31: TQRShape;
    QRShape32: TQRShape;
    QRShape33: TQRShape;
    QRShape34: TQRShape;
    QRShape35: TQRShape;
    QRShape12: TQRShape;
    QRDBText_cd: TQRDBText;
    QRDBText_js: TQRDBText;
    QRShape13: TQRShape;
    QRDBText_yxq: TQRDBText;
    QRLabel13: TQRLabel;
    QRBand3: TQRBand;
    QRLabel11: TQRLabel;
    QRLabel_zje: TQRLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmxsrep: Tfrmxsrep;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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