Subversion Repositories spacemission

Rev

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

Rev 30 Rev 40
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 = 519
7
  ClientHeight = 518
8
  ClientWidth = 749
8
  ClientWidth = 745
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
13
  Font.Name = 'MS Sans Serif'
13
  Font.Name = 'MS Sans Serif'
Line 33... Line 33...
33
    TabOrder = 0
33
    TabOrder = 0
34
    OnScroll = ScrollBarScroll
34
    OnScroll = ScrollBarScroll
35
  end
35
  end
36
  object StatusBar: TStatusBar
36
  object StatusBar: TStatusBar
37
    Left = 0
37
    Left = 0
38
    Top = 500
38
    Top = 499
39
    Width = 749
39
    Width = 745
40
    Height = 19
40
    Height = 19
41
    Panels = <>
41
    Panels = <>
42
    SimplePanel = True
42
    SimplePanel = True
43
    SimpleText = 
43
    SimpleText = 
44
      ' Zeigen Sie mit dem Mauszeiger auf eine Einheit, um deren Eigens' +
44
      ' Zeigen Sie mit dem Mauszeiger auf eine Einheit, um deren Eigens' +
45
      'chaften anzuzeigen...'
45
      'chaften anzuzeigen...'
46
    OnMouseMove = DXDrawMouseMove
46
    OnMouseMove = DXDrawMouseMove
-
 
47
    ExplicitTop = 498
-
 
48
    ExplicitWidth = 741
47
  end
49
  end
48
  object SidePanel: TPanel
50
  object SidePanel: TPanel
49
    Left = 640
51
    Left = 636
50
    Top = 0
52
    Top = 0
51
    Width = 109
53
    Width = 109
52
    Height = 500
54
    Height = 499
53
    Align = alRight
55
    Align = alRight
54
    BevelOuter = bvNone
56
    BevelOuter = bvNone
55
    TabOrder = 2
57
    TabOrder = 2
-
 
58
    ExplicitLeft = 632
-
 
59
    ExplicitHeight = 498
56
    object Bevel1: TBevel
60
    object Bevel1: TBevel
57
      Left = 4
61
      Left = 4
58
      Top = 200
62
      Top = 200
59
      Width = 97
63
      Width = 97
60
      Height = 2
64
      Height = 2
Line 2003... Line 2007...
2003
    object LivesEdit: TSpinEdit
2007
    object LivesEdit: TSpinEdit
2004
      Left = 8
2008
      Left = 8
2005
      Top = 355
2009
      Top = 355
2006
      Width = 81
2010
      Width = 81
2007
      Height = 22
2011
      Height = 22
2008
      MaxValue = 999
2012
      MaxValue = 0
2009
      MinValue = 1
2013
      MinValue = 0
2010
      TabOrder = 8
2014
      TabOrder = 8
2011
      Value = 1
2015
      Value = 1
2012
    end
2016
    end
2013
  end
2017
  end
2014
  object MainMenu: TMainMenu
2018
  object MainMenu: TMainMenu