Class TfrmBaseScreen (unit fmBaseScreen)

Inherits from

TForm

Constructors



Functions

procedure cmpLifeChange(Sender : TObject);


procedure FormCreate(Sender : TObject);

Create a random pattern of cells

procedure FormShow(Sender : TObject);


procedure tmrSpeedTimer(Sender : TObject);


procedure CreateRandomPattern;


procedure PatternRepeating(const Periodicity : Cardinal);


procedure WMSysCommand(var Msg : TWMSysCommand);


Properties

Events

Variables

cmpLife : TLife;


lblGeneration : TLabel;


lblGenerationValue : TLabel;


lblLivingCells : TLabel;


lblLivingCellsValue : TLabel;


pnlInformation : TPanel;


tmrSpeed : TTimer;



Constructors


Functions


procedure cmpLifeChange(Sender : TObject);


procedure FormCreate(Sender : TObject);

Create a random pattern of cells


procedure FormShow(Sender : TObject);


procedure tmrSpeedTimer(Sender : TObject);


procedure CreateRandomPattern;


procedure PatternRepeating(const Periodicity : Cardinal);


procedure WMSysCommand(var Msg : TWMSysCommand);


Properties


Events


Variables


cmpLife : TLife;


lblGeneration : TLabel;


lblGenerationValue : TLabel;


lblLivingCells : TLabel;


lblLivingCellsValue : TLabel;


pnlInformation : TPanel;


tmrSpeed : TTimer;