|
|
|
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, | |
Dialogs, ExtCtrls, StdCtrls; | |
TForm1 = class(TForm) | |
Label1: TLabel; | |
Timer1: TTimer; | |
Label2: TLabel; | |
Label3: TLabel; | |
Label4: TLabel; | |
Timer2: TTimer; | |
procedure Timer1Timer(Sender: TObject); | |
procedure Timer2Timer(Sender: TObject); | |
{ Private declarations } | |
{ Public declarations } | |
Form1: TForm1; | |
procedure TForm1.Timer1Timer(Sender: TObject); | |
Label1.Caption:=TimeToStr(Now); | |
procedure TForm1.Timer2Timer(Sender: TObject); | |
label3.Caption:=TimeToStr(Time - 3/24); | |