user.pas

来自「程序用Delphi6编写」· PAS 代码 · 共 25 行

PAS
25
字号
unit user;

interface
type
  TCustomUser = class(TObject)
  protected
   // procedure NetMoney(StartTime,EndTime)
  public
    JH: Integer;
    SJSJ: TDateTime;
    XJSJ: TDateTime;
    GJSJ: TDateTime;
    XS: TDateTime;
    WF: Double;
    FJF: Double;
    SS: Double;
    YJ: Double;
    HYH: string;
    BZ: ShortString;
  end;

implementation

end.

⌨️ 快捷键说明

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