Subversion Repositories spacemission

Rev

Rev 72 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 86
1
object MainForm: TMainForm
1
object MainForm: TMainForm
2
  Left = 320
2
  Left = 320
3
  Top = 196
3
  Top = 196
4
  BorderIcons = [biSystemMenu, biMinimize]
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsSingle
6
  Caption = 'SpaceMission'
6
  Caption = 'SpaceMission'
7
  ClientHeight = 561
7
  ClientHeight = 561
8
  ClientWidth = 636
8
  ClientWidth = 636
9
  Color = clBlack
9
  Color = clBlack
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clYellow
11
  Font.Color = clYellow
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
  Position = poScreenCenter
17
  Position = poScreenCenter
18
  Scaled = False
18
  Scaled = False
19
  OnClose = FormClose
19
  OnClose = FormClose
20
  OnCreate = FormCreate
20
  OnCreate = FormCreate
21
  OnDestroy = FormDestroy
21
  OnDestroy = FormDestroy
22
  OnKeyDown = FormKeyDown
22
  OnKeyDown = FormKeyDown
23
  OnShow = FormShow
23
  OnShow = FormShow
24
  TextHeight = 13
24
  TextHeight = 13
25
  object MainMenu: TMainMenu
25
  object MainMenu: TMainMenu
26
    Left = 24
26
    Left = 24
27
    Top = 8
27
    Top = 8
28
    object Spiel: TMenuItem
28
    object Spiel: TMenuItem
29
      Caption = '&Spiel'
29
      Caption = '&Spiel'
30
      object GameStart: TMenuItem
30
      object GameStart: TMenuItem
31
        Caption = '&Zur'#252'ck zum Hauptmen'#252
31
        Caption = '&Zur'#252'ck zum Hauptmen'#252
32
        Enabled = False
32
        Enabled = False
33
        ShortCut = 112
33
        ShortCut = 112
34
        OnClick = GameStartClick
34
        OnClick = GameStartClick
35
      end
35
      end
36
      object Neustart: TMenuItem
36
      object Neustart: TMenuItem
37
        Caption = '&Neustart'
37
        Caption = '&Neustart'
38
        Enabled = False
38
        Enabled = False
39
        ShortCut = 113
39
        ShortCut = 113
40
        OnClick = NeustartClick
40
        OnClick = NeustartClick
41
      end
41
      end
42
      object GamePause: TMenuItem
42
      object GamePause: TMenuItem
43
        Caption = '&Pause'
43
        Caption = '&Pause'
44
        Enabled = False
44
        Enabled = False
45
        ShortCut = 114
45
        ShortCut = 114
46
        OnClick = GamePauseClick
46
        OnClick = GamePauseClick
47
      end
47
      end
48
      object Leer1: TMenuItem
48
      object Leer1: TMenuItem
49
        Caption = '-'
49
        Caption = '-'
50
      end
50
      end
51
      object Spielstand: TMenuItem
51
      object Spielstand: TMenuItem
52
        Caption = '&Spielst'#228'nde...'
52
        Caption = '&Spielst'#228'nde...'
53
        ShortCut = 115
53
        ShortCut = 115
54
        OnClick = SpielstandClick
54
        OnClick = SpielstandClick
55
      end
55
      end
56
      object Cheat: TMenuItem
56
      object Cheat: TMenuItem
57
        Caption = '&Cheatverwaltung...'
57
        Caption = '&Cheatverwaltung...'
58
        Enabled = False
58
        Enabled = False
59
        ShortCut = 116
59
        ShortCut = 116
60
        OnClick = CheatClick
60
        OnClick = CheatClick
61
      end
61
      end
62
      object Leer3: TMenuItem
62
      object Leer3: TMenuItem
63
        Caption = '-'
63
        Caption = '-'
64
      end
64
      end
65
      object Beenden: TMenuItem
65
      object Beenden: TMenuItem
66
        Caption = '&Beenden'
66
        Caption = '&Beenden'
67
        ShortCut = 32883
67
        ShortCut = 32883
68
        OnClick = BeendenClick
68
        OnClick = BeendenClick
69
      end
69
      end
70
    end
70
    end
71
    object Einstellungen: TMenuItem
71
    object Einstellungen: TMenuItem
72
      Caption = '&Einstellungen'
72
      Caption = '&Einstellungen'
73
      object OptionSound: TMenuItem
73
      object OptionSound: TMenuItem
74
        Caption = '&Soundeffekte'
74
        Caption = '&Soundeffekte'
75
        Checked = True
75
        Checked = True
76
        GroupIndex = 1
76
        GroupIndex = 1
77
        OnClick = OptionSoundClick
77
        OnClick = OptionSoundClick
78
      end
78
      end
79
      object OptionMusic: TMenuItem
79
      object OptionMusic: TMenuItem
80
        Caption = '&Hintergrundmusik'
80
        Caption = '&Hintergrundmusik'
81
        Checked = True
81
        Checked = True
82
        GroupIndex = 1
82
        GroupIndex = 1
83
        OnClick = OptionMusicClick
83
        OnClick = OptionMusicClick
84
      end
84
      end
85
      object Leer5: TMenuItem
85
      object Leer5: TMenuItem
86
        Caption = '-'
86
        Caption = '-'
87
        GroupIndex = 1
87
        GroupIndex = 1
88
      end
88
      end
89
      object Spielgeschwindigkeit: TMenuItem
89
      object Spielgeschwindigkeit: TMenuItem
90
        Caption = '&Spielgeschwindigkeit'
90
        Caption = '&Spielgeschwindigkeit'
91
        Enabled = False
91
        Enabled = False
92
        GroupIndex = 1
92
        GroupIndex = 1
93
        object Leicht: TMenuItem
93
        object Leicht: TMenuItem
94
          Caption = '&Leicht'
94
          Caption = '&Leicht'
95
          RadioItem = True
95
          RadioItem = True
96
          ShortCut = 49
96
          ShortCut = 49
97
          OnClick = LeichtClick
97
          OnClick = LeichtClick
98
        end
98
        end
99
        object Mittel: TMenuItem
99
        object Mittel: TMenuItem
100
          Caption = '&Mittel'
100
          Caption = '&Mittel'
101
          Checked = True
101
          Checked = True
102
          RadioItem = True
102
          RadioItem = True
103
          ShortCut = 50
103
          ShortCut = 50
104
          OnClick = MittelClick
104
          OnClick = MittelClick
105
        end
105
        end
106
        object Schwer: TMenuItem
106
        object Schwer: TMenuItem
107
          Caption = '&Schwer'
107
          Caption = '&Schwer'
108
          RadioItem = True
108
          RadioItem = True
109
          ShortCut = 51
109
          ShortCut = 51
110
          OnClick = SchwerClick
110
          OnClick = SchwerClick
111
        end
111
        end
112
        object Master: TMenuItem
112
        object Master: TMenuItem
113
          Caption = 'Meist&er'
113
          Caption = 'Meist&er'
114
          RadioItem = True
114
          RadioItem = True
115
          ShortCut = 52
115
          ShortCut = 52
116
          OnClick = MasterClick
116
          OnClick = MasterClick
117
        end
117
        end
118
      end
118
      end
119
    end
119
    end
120
    object Hilfe: TMenuItem
120
    object Hilfe: TMenuItem
121
      Caption = '&Hilfe'
121
      Caption = '&Hilfe'
122
      object Hilfe1: TMenuItem
122
      object Hilfe1: TMenuItem
123
        Caption = 'Allgemeines'
123
        Caption = 'Allgemeines'
124
        GroupIndex = 1
124
        GroupIndex = 1
125
        Hint = 'Help\Allgemeines.md'
125
        Hint = 'Help\Allgemeines.md'
126
        OnClick = HilfeTopicClick
126
        OnClick = HilfeTopicClick
127
      end
127
      end
128
      object Wasgibtesneues1: TMenuItem
128
      object Wasgibtesneues1: TMenuItem
129
        Caption = 'Was gibt es Neues?'
129
        Caption = 'Was gibt es Neues?'
130
        GroupIndex = 1
130
        GroupIndex = 1
131
        Hint = 'Help\Neuerungen.md'
131
        Hint = 'Help\Neuerungen.md'
132
        OnClick = HilfeTopicClick
132
        OnClick = HilfeTopicClick
133
      end
133
      end
134
      object N1: TMenuItem
134
      object N1: TMenuItem
135
        Caption = '-'
135
        Caption = '-'
136
        GroupIndex = 1
136
        GroupIndex = 1
137
      end
137
      end
138
      object CheckUpdates: TMenuItem
138
      object CheckUpdates: TMenuItem
139
        Caption = 'Auf Updates pr'#252'fen...'
139
        Caption = 'Auf Updates pr'#252'fen'
140
        GroupIndex = 1
140
        GroupIndex = 1
141
        OnClick = CheckUpdatesClick
141
        OnClick = CheckUpdatesClick
142
      end
142
      end
143
      object Leer6: TMenuItem
143
      object Leer6: TMenuItem
144
        Caption = '-'
144
        Caption = '-'
145
        GroupIndex = 1
145
        GroupIndex = 1
146
      end
146
      end
147
      object Informationen: TMenuItem
147
      object Informationen: TMenuItem
148
        Caption = '&Informationen...'
148
        Caption = '&Informationen...'
149
        GroupIndex = 1
149
        GroupIndex = 1
150
        OnClick = InformationenClick
150
        OnClick = InformationenClick
151
      end
151
      end
152
    end
152
    end
153
  end
153
  end
154
end
154
end