Subversion Repositories spacemission

Rev

Rev 8 | Rev 24 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
object LevelForm: TLevelForm
2
  Left = 195
3
  Top = 103
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
6
  Caption = 'Leveleigenschaften'
15 daniel-mar 7
  ClientHeight = 251
8
  ClientWidth = 384
1 daniel-mar 9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  Position = poMainFormCenter
16
  OnHide = FormHide
17
  OnShow = FormShow
18
  TextHeight = 13
19
  object ElPopupButton1: TButton
20
    Left = 280
21
    Top = 216
22
    Width = 99
23
    Height = 25
24
    Caption = 'OK'
25
    Default = True
26
    TabOrder = 0
27
    OnClick = ElPopupButton1Click
28
  end
29
  object ElPopupButton2: TButton
30
    Left = 8
31
    Top = 216
32
    Width = 99
33
    Height = 25
34
    Cancel = True
35
    Caption = 'Abbrechen'
36
    TabOrder = 1
37
    OnClick = ElPopupButton2Click
38
  end
39
  object GroupBox1: TGroupBox
40
    Left = 8
41
    Top = 8
42
    Width = 369
43
    Height = 193
44
    Caption = 'Editoreigenschaften'
45
    TabOrder = 2
46
    object Label1: TLabel
47
      Left = 16
48
      Top = 32
49
      Width = 106
50
      Height = 13
51
      Caption = 'Gr'#246#223'e des Spielfeldes:'
52
    end
53
    object Panel1: TPanel
54
      Left = 16
55
      Top = 56
56
      Width = 329
57
      Height = 57
58
      Color = clInfoBk
59
      TabOrder = 0
60
      object ElLabel1: TLabel
61
        Left = 8
62
        Top = 8
63
        Width = 55
64
        Height = 13
65
        Caption = 'Information:'
66
        Font.Charset = DEFAULT_CHARSET
67
        Font.Color = clWindowText
68
        Font.Height = -11
69
        Font.Name = 'MS Sans Serif'
70
        Font.Style = [fsUnderline]
71
        ParentFont = False
72
      end
73
      object ElLabel2: TLabel
74
        Left = 80
75
        Top = 10
8 daniel-mar 76
        Width = 228
1 daniel-mar 77
        Height = 39
78
        Caption = 
8 daniel-mar 79
          'Die Spielfeldgr'#246#223'e wird nur von dem Leveleditor '#13#10'ben'#246'tigt. Das ' +
80
          #196'ndern dieser Gr'#246#223'e wirkt sich '#13#10'nicht auf die Gr'#246#223'e der Levels ' +
81
          'aus.'
1 daniel-mar 82
        Font.Charset = DEFAULT_CHARSET
83
        Font.Color = clWindowText
84
        Font.Height = -11
85
        Font.Name = 'MS Sans Serif'
86
        Font.Style = []
87
        ParentFont = False
88
      end
89
    end
90
    object GroesseEdt: TEdit
91
      Left = 144
92
      Top = 28
93
      Width = 185
94
      Height = 21
95
      MaxLength = 4
96
      TabOrder = 1
97
      Text = '1200'
98
      OnChange = GroesseEdtChange
99
      OnKeyPress = GroesseEdtKeyPress
100
    end
101
    object Groesse: TUpDown
102
      Left = 328
103
      Top = 30
104
      Width = 17
105
      Height = 19
106
      Max = 9999
107
      Position = 1
108
      TabOrder = 2
109
      OnClick = GroesseClick
110
    end
111
  end
112
end