Subversion Repositories spacemission

Rev

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