Class TWAbout (unit UAbout)

Inherits from

TForm

-- To Access the Windows Registry

Constructors



Functions

procedure butMoreClick(Sender: TObject);

~~ Using Registry to get information about FPU, Windows CD Serial Number, ~~ User Name and Company Name

procedure FormActivate(Sender: TObject);


procedure FormCreate(Sender: TObject);

-- Platform

Properties

Events

Variables

Bevel1 : TBevel;


Bevel2 : TBevel;


butMore : TButton;


CompanyName : TLabel;


FileDescription : TLabel;


FileVersion : TLabel;


Image1 : TImage;


InternalName : TLabel;


lblAvailPhysMem : TLabel;


lblAvailVirtMem : TLabel;


lblCompanyName : TLabel;


lblCPUNum : TLabel;


lblCPUType : TLabel;


lblMemLoad : TLabel;


lblTotalPhysMem : TLabel;


lblTotalVirtMem : TLabel;


lblUserName : TLabel;


lblWinPlatForm : TLabel;


lblWinSerialNum : TLabel;


lblWinVersion : TLabel;


LegalCopyright : TLabel;


OriginalFilename : TLabel;


Panel1 : TPanel;


ProductName : TLabel;


ProductVersion : TLabel;


wVersion : Word;

Private declarations


Constructors


Functions


procedure butMoreClick(Sender: TObject);

~~ Using Registry to get information about FPU, Windows CD Serial Number, ~~ User Name and Company Name


procedure FormActivate(Sender: TObject);


procedure FormCreate(Sender: TObject);

-- Platform


Properties


Events


Variables


Bevel1 : TBevel;


Bevel2 : TBevel;


butMore : TButton;


CompanyName : TLabel;


FileDescription : TLabel;


FileVersion : TLabel;


Image1 : TImage;


InternalName : TLabel;


lblAvailPhysMem : TLabel;


lblAvailVirtMem : TLabel;


lblCompanyName : TLabel;


lblCPUNum : TLabel;


lblCPUType : TLabel;


lblMemLoad : TLabel;


lblTotalPhysMem : TLabel;


lblTotalVirtMem : TLabel;


lblUserName : TLabel;


lblWinPlatForm : TLabel;


lblWinSerialNum : TLabel;


lblWinVersion : TLabel;


LegalCopyright : TLabel;


OriginalFilename : TLabel;


Panel1 : TPanel;


ProductName : TLabel;


ProductVersion : TLabel;


wVersion : Word;

Private declarations