home *** CD-ROM | disk | FTP | other *** search
- unit Status;
-
- { Program copyright (c) 1995 by Charles Calvert & Steve Teixeira }
- { Project Name: EXPLORER }
-
- interface
-
- uses WinTypes, WinProcs, Classes, Graphics, Forms, Controls, StdCtrls,
- ExtCtrls;
-
- type
- TUpStatus = class(TForm)
- Label1: TLabel;
- Label2: TLabel;
- Label3: TLabel;
- Label4: TLabel;
- Label5: TLabel;
- Bevel1: TBevel;
- Label6: TLabel;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- UpStatus: TUpStatus;
-
- implementation
-
- {$R *.DFM}
-
- end.
-