Subversion Repositories spacemission

Rev

Rev 43 | 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
79 daniel-mar 72
      ParentBackground = False
1 daniel-mar 73
      TabOrder = 0
74
      object ElLabel1: TLabel
75
        Left = 8
76
        Top = 8
77
        Width = 55
78
        Height = 13
79
        Caption = 'Information:'
80
        Font.Charset = DEFAULT_CHARSET
81
        Font.Color = clWindowText
82
        Font.Height = -11
83
        Font.Name = 'MS Sans Serif'
84
        Font.Style = [fsUnderline]
85
        ParentFont = False
86
      end
87
      object ElLabel2: TLabel
88
        Left = 80
89
        Top = 10
8 daniel-mar 90
        Width = 228
1 daniel-mar 91
        Height = 39
92
        Caption = 
8 daniel-mar 93
          'Die Spielfeldgr'#246#223'e wird nur von dem Leveleditor '#13#10'ben'#246'tigt. Das ' +
94
          #196'ndern dieser Gr'#246#223'e wirkt sich '#13#10'nicht auf die Gr'#246#223'e der Levels ' +
95
          'aus.'
79 daniel-mar 96
        Color = clInfoBk
1 daniel-mar 97
        Font.Charset = DEFAULT_CHARSET
98
        Font.Color = clWindowText
99
        Font.Height = -11
100
        Font.Name = 'MS Sans Serif'
101
        Font.Style = []
79 daniel-mar 102
        ParentColor = False
1 daniel-mar 103
        ParentFont = False
104
      end
105
    end
24 daniel-mar 106
    object Groesse: TSpinEdit
1 daniel-mar 107
      Left = 144
108
      Top = 28
24 daniel-mar 109
      Width = 121
110
      Height = 22
111
      MaxValue = 65000
112
      MinValue = 100
1 daniel-mar 113
      TabOrder = 1
24 daniel-mar 114
      Value = 1200
1 daniel-mar 115
    end
43 daniel-mar 116
    object LevName: TEdit
117
      Left = 167
118
      Top = 133
119
      Width = 178
120
      Height = 21
121
      TabOrder = 2
122
    end
123
    object LevAuthor: TEdit
124
      Left = 167
125
      Top = 160
126
      Width = 178
127
      Height = 21
128
      TabOrder = 3
129
    end
1 daniel-mar 130
  end
131
end