Subversion Repositories spacemission

Rev

Rev 29 | 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
29 daniel-mar 4
  BorderStyle = bsDialog
1 daniel-mar 5
  Caption = 'Leveleigenschaften'
15 daniel-mar 6
  ClientHeight = 251
7
  ClientWidth = 384
1 daniel-mar 8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
14
  Position = poMainFormCenter
15
  OnHide = FormHide
16
  OnShow = FormShow
17
  TextHeight = 13
18
  object ElPopupButton1: TButton
19
    Left = 280
20
    Top = 216
21
    Width = 99
22
    Height = 25
23
    Caption = 'OK'
24
    Default = True
25
    TabOrder = 0
26
    OnClick = ElPopupButton1Click
27
  end
28
  object ElPopupButton2: TButton
29
    Left = 8
30
    Top = 216
31
    Width = 99
32
    Height = 25
33
    Cancel = True
34
    Caption = 'Abbrechen'
35
    TabOrder = 1
36
    OnClick = ElPopupButton2Click
37
  end
38
  object GroupBox1: TGroupBox
39
    Left = 8
40
    Top = 8
41
    Width = 369
42
    Height = 193
43
    Caption = 'Editoreigenschaften'
44
    TabOrder = 2
45
    object Label1: TLabel
46
      Left = 16
47
      Top = 32
48
      Width = 106
49
      Height = 13
50
      Caption = 'Gr'#246#223'e des Spielfeldes:'
51
    end
43 daniel-mar 52
    object Label2: TLabel
53
      Left = 16
54
      Top = 136
55
      Width = 124
56
      Height = 13
57
      Caption = 'Interner Name des Levels:'
58
    end
59
    object Label3: TLabel
60
      Left = 16
61
      Top = 168
62
      Width = 57
63
      Height = 13
64
      Caption = 'Level-Autor:'
65
    end
1 daniel-mar 66
    object Panel1: TPanel
67
      Left = 16
68
      Top = 56
69
      Width = 329
70
      Height = 57
71
      Color = clInfoBk
72
      TabOrder = 0
73
      object ElLabel1: TLabel
74
        Left = 8
75
        Top = 8
76
        Width = 55
77
        Height = 13
78
        Caption = 'Information:'
79
        Font.Charset = DEFAULT_CHARSET
80
        Font.Color = clWindowText
81
        Font.Height = -11
82
        Font.Name = 'MS Sans Serif'
83
        Font.Style = [fsUnderline]
84
        ParentFont = False
85
      end
86
      object ElLabel2: TLabel
87
        Left = 80
88
        Top = 10
8 daniel-mar 89
        Width = 228
1 daniel-mar 90
        Height = 39
91
        Caption = 
8 daniel-mar 92
          'Die Spielfeldgr'#246#223'e wird nur von dem Leveleditor '#13#10'ben'#246'tigt. Das ' +
93
          #196'ndern dieser Gr'#246#223'e wirkt sich '#13#10'nicht auf die Gr'#246#223'e der Levels ' +
94
          'aus.'
1 daniel-mar 95
        Font.Charset = DEFAULT_CHARSET
96
        Font.Color = clWindowText
97
        Font.Height = -11
98
        Font.Name = 'MS Sans Serif'
99
        Font.Style = []
100
        ParentFont = False
101
      end
102
    end
24 daniel-mar 103
    object Groesse: TSpinEdit
1 daniel-mar 104
      Left = 144
105
      Top = 28
24 daniel-mar 106
      Width = 121
107
      Height = 22
108
      MaxValue = 65000
109
      MinValue = 100
1 daniel-mar 110
      TabOrder = 1
24 daniel-mar 111
      Value = 1200
1 daniel-mar 112
    end
43 daniel-mar 113
    object LevName: TEdit
114
      Left = 167
115
      Top = 133
116
      Width = 178
117
      Height = 21
118
      TabOrder = 2
119
    end
120
    object LevAuthor: TEdit
121
      Left = 167
122
      Top = 160
123
      Width = 178
124
      Height = 21
125
      TabOrder = 3
126
    end
1 daniel-mar 127
  end
128
end