Subversion Repositories spacemission

Rev

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

Rev 3 Rev 4
Line 165... Line 165...
165
    OnMouseMove = DXDrawMouseMove
165
    OnMouseMove = DXDrawMouseMove
166
  end
166
  end
167
  object Enemy1: TRadioButton
167
  object Enemy1: TRadioButton
168
    Left = 652
168
    Left = 652
169
    Top = 24
169
    Top = 24
170
    Width = 73
170
    Width = 93
171
    Height = 17
171
    Height = 17
172
    Caption = 'Attackierer'
172
    Caption = 'Angreifer Typ 1'
173
    Checked = True
173
    Checked = True
174
    TabOrder = 0
174
    TabOrder = 0
175
    TabStop = True
175
    TabStop = True
176
    OnClick = EnemyClick
176
    OnClick = EnemyClick
177
    OnMouseMove = DXDrawMouseMove
177
    OnMouseMove = DXDrawMouseMove
178
  end
178
  end
179
  object Enemy2: TRadioButton
179
  object Enemy2: TRadioButton
180
    Left = 652
180
    Left = 652
181
    Top = 48
181
    Top = 48
182
    Width = 82
182
    Width = 93
183
    Height = 17
183
    Height = 17
184
    Caption = 'Attackierer 2'
184
    Caption = 'Angreifer Typ 2'
185
    TabOrder = 1
185
    TabOrder = 1
186
    OnClick = EnemyClick
186
    OnClick = EnemyClick
187
    OnMouseMove = DXDrawMouseMove
187
    OnMouseMove = DXDrawMouseMove
188
  end
188
  end
189
  object Enemy3: TRadioButton
189
  object Enemy3: TRadioButton
190
    Left = 652
190
    Left = 652
191
    Top = 72
191
    Top = 72
192
    Width = 82
192
    Width = 93
193
    Height = 17
193
    Height = 17
194
    Caption = 'Attackierer 3'
194
    Caption = 'Angreifer Typ 3'
195
    TabOrder = 2
195
    TabOrder = 2
196
    OnClick = EnemyClick
196
    OnClick = EnemyClick
197
    OnMouseMove = DXDrawMouseMove
197
    OnMouseMove = DXDrawMouseMove
198
  end
198
  end
199
  object Enemy4: TRadioButton
199
  object Enemy4: TRadioButton
Line 296... Line 296...
296
    TabOrder = 11
296
    TabOrder = 11
297
    OnClick = LivesClick
297
    OnClick = LivesClick
298
    OnMouseMove = DXDrawMouseMove
298
    OnMouseMove = DXDrawMouseMove
299
  end
299
  end
300
  object MainMenu: TMainMenu
300
  object MainMenu: TMainMenu
301
    Left = 8
301
    Left = 32
302
    Top = 8
302
    Top = 16
303
    object Spiel: TMenuItem
303
    object Spiel: TMenuItem
304
      Caption = '&Datei'
304
      Caption = '&Datei'
305
      object Level: TMenuItem
305
      object Level: TMenuItem
306
        Caption = '&Verwaltung...'
306
        Caption = '&Verwaltung...'
307
        ShortCut = 115
307
        ShortCut = 115
Line 334... Line 334...
334
        OnClick = BeendenClick
334
        OnClick = BeendenClick
335
      end
335
      end
336
    end
336
    end
337
    object Hilfe: TMenuItem
337
    object Hilfe: TMenuItem
338
      Caption = '&Hilfe'
338
      Caption = '&Hilfe'
339
      object Mitarbeiter: TMenuItem
-
 
340
        Caption = '&Mitwirkende...'
-
 
341
        ShortCut = 120
-
 
342
        OnClick = MitarbeiterClick
-
 
343
      end
-
 
344
      object Leer2: TMenuItem
-
 
345
        Caption = '-'
-
 
346
        GroupIndex = 1
-
 
347
      end
-
 
348
      object Informationen: TMenuItem
339
      object Informationen: TMenuItem
349
        Caption = '&Informationen...'
340
        Caption = '&Informationen...'
350
        GroupIndex = 1
341
        GroupIndex = 1
351
        ShortCut = 121
-
 
352
        OnClick = InformationenClick
342
        OnClick = InformationenClick
353
      end
343
      end
354
    end
344
    end
355
  end
345
  end
356
end
346
end