Subversion Repositories spacemission

Rev

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

Rev 6 Rev 14
Line 4... Line 4...
4
 
4
 
5
 
5
 
6
 
6
 
7
uses
7
uses
8
  Windows,
8
  Windows,
-
 
9
  {$IF CompilerVersion >= 23.0}System.UITypes,{$IFEND}
9
  Forms,
10
  Forms,
10
  Dialogs,
11
  Dialogs,
11
  SysUtils,
12
  SysUtils,
12
  MMSystem,
13
  MMSystem,
13
  LevMain in 'LevMain.pas' {MainForm},
14
  LevMain in 'LevMain.pas' {MainForm},
14
  LevSplash in 'LevSplash.pas' {SplashForm},
15
  LevSplash in 'LevSplash.pas' {SplashForm},
15
  LevSpeicherung in 'LevSpeicherung.pas' {SpeicherungForm},
16
  LevSpeicherung in 'LevSpeicherung.pas' {SpeicherungForm},
16
  ComInfo in 'ComInfo.pas' {InfoForm},
17
  ComInfo in 'ComInfo.pas' {InfoForm},
17
  LevSource in 'LevSource.pas' {SourceForm},
18
  LevSource in 'LevSource.pas' {SourceForm},
18
  LevOptions in 'LevOptions.pas' {LevelForm},
19
  LevOptions in 'LevOptions.pas' {LevelForm},
19
  Global in 'Global.pas'{$IF CompilerVersion >= 23.0},
20
  ComLevelReader in 'ComLevelReader.pas',
20
  System.UITypes{$IFEND};
21
  Global in 'Global.pas';
21
 
22
 
22
{$R *.RES}
23
{$R *.RES}
23
 
24
 
24
var
25
var
25
  Fehler: boolean;
26
  Fehler: boolean;