Subversion Repositories spacemission

Rev

Rev 24 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24 Rev 97
Line 7... Line 7...
7
  jpeg, ExtCtrls, StdCtrls;
7
  jpeg, ExtCtrls, StdCtrls;
8
 
8
 
9
type
9
type
10
  TSplashForm = class(TForm)
10
  TSplashForm = class(TForm)
11
    SplashImage: TImage;
11
    SplashImage: TImage;
-
 
12
    Label1: TLabel;
-
 
13
    Label2: TLabel;
12
  end;
14
  end;
13
 
15
 
14
var
16
var
15
  SplashForm: TSplashForm;
17
  SplashForm: TSplashForm;
16
 
18