Subversion Repositories spacemission

Rev

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

Rev 14 Rev 15
Line 12... Line 12...
12
  Font.Height = -12
12
  Font.Height = -12
13
  Font.Name = 'MS Sans Serif'
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
14
  Font.Style = []
15
  KeyPreview = True
15
  KeyPreview = True
16
  Menu = MainMenu
16
  Menu = MainMenu
17
  OldCreateOrder = True
-
 
18
  Position = poScreenCenter
17
  Position = poScreenCenter
19
  Scaled = False
18
  Scaled = False
20
  OnClose = FormClose
19
  OnClose = FormClose
21
  OnCreate = FormCreate
20
  OnCreate = FormCreate
22
  OnDestroy = FormDestroy
21
  OnDestroy = FormDestroy
23
  OnKeyDown = FormKeyDown
22
  OnKeyDown = FormKeyDown
24
  OnShow = FormShow
23
  OnShow = FormShow
25
  PixelsPerInch = 96
-
 
26
  TextHeight = 13
24
  TextHeight = 13
27
  object MainMenu: TMainMenu
25
  object MainMenu: TMainMenu
28
    Left = 24
26
    Left = 24
29
    Top = 8
27
    Top = 8
30
    object Spiel: TMenuItem
28
    object Spiel: TMenuItem