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

📄 userendprn_un.pas

📁 布林电话收费管理系统
💻 PAS
字号:
unit userendprn_un;

interface

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

type
  Tuserendprn = class(TForm)
    QuickRep1: TQuickRep;
    QRBand1: TQRBand;
    QRLabel1: TQRLabel;
    QRShape1: TQRShape;
    QRLabel3: TQRLabel;
    QRLabel4: TQRLabel;
    QRShape2: TQRShape;
    QRLabel5: TQRLabel;
    QRShape3: TQRShape;
    QRLabel6: TQRLabel;
    QRShape4: TQRShape;
    QRShape5: TQRShape;
    QRShape6: TQRShape;
    QRLabel2: TQRLabel;
    QRLabel9: TQRLabel;
    QRShape8: TQRShape;
    QRLabel11: TQRLabel;
    QRLabel12: TQRLabel;
    QRLabel13: TQRLabel;
    QRLabel14: TQRLabel;
    QRLabel15: TQRLabel;
    QRShape10: TQRShape;
    QRLabel17: TQRLabel;
    QRLabel18: TQRLabel;
    QRRichText2: TQRRichText;
    QRLabel7: TQRLabel;
    QRShape11: TQRShape;
    procedure start_d( dj_no,dj_nr,dj_zs,je_hj,rq:string);
    procedure FormCreate(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  userendprn: Tuserendprn;

implementation
   uses globe;
{$R *.dfm}
procedure tuserendprn.start_d(dj_no,dj_nr,dj_zs,je_hj,rq:string);
begin
    qrlabel3.Caption:=system_dw+'操作员结帐单';
    qrlabel13.Caption:=user_id;
    qrlabel12.Caption:=user_name;
    qrlabel11.Caption:=dj_no;
    qrlabel7.Caption:=rq;
    qrrichtext2.Lines.Text:=dj_nr;
    qrlabel17.Caption:=je_hj;
    qrlabel18.Caption:=dj_zs;
end;
procedure Tuserendprn.FormCreate(Sender: TObject);
begin
 caption:='abc';
end;

end.

⌨️ 快捷键说明

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