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

📄 report.pas

📁 Monitor.dfm Meter.dpr pasMain.pas
💻 PAS
字号:
unit report;

interface

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

type
  TFrmreport = class(TForm)
    QuickRep1: TQuickRep;
    DataSource1: TDataSource;
    Query1: TQuery;
    ColumnHeaderBand1: TQRBand;
    QRLabel7: TQRLabel;
    QRLabel8: TQRLabel;
    QRLabel10: TQRLabel;
    QRLabel12: TQRLabel;
    PageHeaderBand1: TQRBand;
    QRLabel1: TQRLabel;
    QRLabel2: TQRLabel;
    QRLabel3: TQRLabel;
    QRLabel4: TQRLabel;
    QRShape7: TQRShape;
    QRShape8: TQRShape;
    QRShape9: TQRShape;
    QRShape12: TQRShape;
    Concentrator_A: TQRLabel;
    Concentraotr_F: TQRDBText;
    QRBand1: TQRBand;
    UNO_F: TQRDBText;
    NAME_F: TQRDBText;
    ADDRESS_F: TQRDBText;
    Cread_F: TQRDBText;
    QRShape3: TQRShape;
    QRShape2: TQRShape;
    QRShape4: TQRShape;
    QRShape1: TQRShape;
    QRShape6: TQRShape;
    QRDBText1: TQRDBText;
    QRShape5: TQRShape;
    QRShape10: TQRShape;
    QRShape11: TQRShape;
    QRLabel5: TQRLabel;
    QRLabel6: TQRLabel;
    QRDBText2: TQRDBText;
    QRRDT1: TQRLabel;
    QRRDT2: TQRLabel;
    QRShape13: TQRShape;
    QRShape14: TQRShape;
    QRShape15: TQRShape;
    QRLabel9: TQRLabel;
    QRLabel11: TQRLabel;
    QRShape16: TQRShape;
    QRShape17: TQRShape;
    QRDBText3: TQRDBText;
    QRDBText4: TQRDBText;
    QRDBText5: TQRDBText;
    procedure FormCreate(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Frmreport: TFrmreport;

implementation
uses global;
{$R *.DFM}

procedure TFrmreport.FormCreate(Sender: TObject);
begin
        query1.DatabaseName:=dbname;
end;

end.

⌨️ 快捷键说明

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