Subversion Repositories spacemission

Rev

Rev 6 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 8
Line 2... Line 2...
2
  Left = 217
2
  Left = 217
3
  Top = 117
3
  Top = 117
4
  BorderIcons = [biSystemMenu, biMinimize]
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsSingle
6
  Caption = 'Leveleditor'
6
  Caption = 'Leveleditor'
7
  ClientHeight = 558
7
  ClientHeight = 520
8
  ClientWidth = 753
8
  ClientWidth = 753
9
  Color = clBtnFace
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
12
  Font.Height = -12
12
  Font.Height = -12
Line 263... Line 263...
263
      OnMouseMove = DXDrawMouseMove
263
      OnMouseMove = DXDrawMouseMove
264
    end
264
    end
265
  end
265
  end
266
  object StatusBar: TStatusBar
266
  object StatusBar: TStatusBar
267
    Left = 0
267
    Left = 0
268
    Top = 539
268
    Top = 501
269
    Width = 753
269
    Width = 753
270
    Height = 19
270
    Height = 19
271
    Panels = <>
271
    Panels = <>
272
    SimpleText = 
272
    SimpleText = 
273
      ' Zeigen Sie mit dem Mauszeiger auf eine Einheit, um deren Eigens' +
273
      ' Zeigen Sie mit dem Mauszeiger auf eine Einheit, um deren Eigens' +
274
      'chaften anzuzeigen...'
274
      'chaften anzuzeigen...'
275
    OnMouseMove = DXDrawMouseMove
275
    OnMouseMove = DXDrawMouseMove
-
 
276
    ExplicitTop = 539
276
  end
277
  end
277
  object LivesEdt: TEdit
278
  object LivesEdt: TEdit
278
    Left = 648
279
    Left = 648
279
    Top = 360
280
    Top = 360
280
    Width = 73
281
    Width = 73