Subversion Repositories spacemission

Rev

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

Rev 30 Rev 40
Line 1... Line 1...
1
object SpeicherungForm: TSpeicherungForm
1
object SpeicherungForm: TSpeicherungForm
2
  Left = 281
2
  Left = 281
3
  Top = 153
3
  Top = 153
4
  BorderStyle = bsDialog
4
  BorderStyle = bsDialog
5
  Caption = 'Levels'
5
  Caption = 'Levels'
6
  ClientHeight = 408
6
  ClientHeight = 424
7
  ClientWidth = 445
7
  ClientWidth = 447
8
  Color = clBtnFace
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
10
  Font.Color = clWindowText
11
  Font.Height = -11
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
13
  Font.Style = []
14
  Position = poMainFormCenter
14
  Position = poMainFormCenter
-
 
15
  OnCreate = FormCreate
15
  OnHide = FormHide
16
  OnHide = FormHide
16
  OnShow = FormShow
17
  OnShow = FormShow
17
  TextHeight = 13
18
  TextHeight = 13
18
  object Bevel1: TBevel
19
  object Bevel1: TBevel
19
    Left = 8
20
    Left = 8
Line 23... Line 24...
23
    Shape = bsBottomLine
24
    Shape = bsBottomLine
24
  end
25
  end
25
  object Label2: TLabel
26
  object Label2: TLabel
26
    Left = 8
27
    Left = 8
27
    Top = 72
28
    Top = 72
28
    Width = 58
29
    Width = 34
29
    Height = 13
30
    Height = 13
30
    Caption = 'Spielst'#228'nde:'
31
    Caption = 'Levels:'
31
  end
32
  end
32
  object Label3: TLabel
33
  object Label3: TLabel
33
    Left = 8
34
    Left = 8
34
    Top = 336
35
    Top = 336
35
    Width = 92
36
    Width = 67
36
    Height = 13
37
    Height = 13
37
    Caption = 'Levelinformationen:'
38
    Caption = 'Informationen:'
38
  end
39
  end
39
  object Label1: TLabel
40
  object Label1: TLabel
40
    Left = 8
41
    Left = 8
41
    Top = 20
42
    Top = 20
42
    Width = 78
43
    Width = 55
43
    Height = 13
44
    Height = 13
44
    Caption = 'Spielstandname:'
45
    Caption = 'Levelname:'
45
  end
46
  end
46
  object LadenBtn: TButton
47
  object LadenBtn: TButton
47
    Left = 336
48
    Left = 336
48
    Top = 72
49
    Top = 72
49
    Width = 105
50
    Width = 105
Line 81... Line 82...
81
    TabOrder = 3
82
    TabOrder = 3
82
    OnClick = SpeichernBtnClick
83
    OnClick = SpeichernBtnClick
83
  end
84
  end
84
  object AbbrechenBtn: TButton
85
  object AbbrechenBtn: TButton
85
    Left = 336
86
    Left = 336
86
    Top = 376
87
    Top = 391
87
    Width = 105
88
    Width = 105
88
    Height = 25
89
    Height = 25
89
    Cancel = True
90
    Cancel = True
90
    Caption = 'Schli&e'#223'en'
91
    Caption = 'Schli&e'#223'en'
91
    Default = True
92
    Default = True
Line 104... Line 105...
104
  end
105
  end
105
  object ElPanel1: TPanel
106
  object ElPanel1: TPanel
106
    Left = 112
107
    Left = 112
107
    Top = 336
108
    Top = 336
108
    Width = 201
109
    Width = 201
109
    Height = 65
110
    Height = 80
110
    BevelOuter = bvLowered
111
    BevelOuter = bvLowered
111
    Color = clWindow
112
    Color = clWindow
112
    TabOrder = 6
113
    TabOrder = 6
113
    object li3a: TLabel
114
    object li3a: TLabel
114
      Left = 8
115
      Left = 8
Line 184... Line 185...
184
  object LevelNumber: TSpinEdit
185
  object LevelNumber: TSpinEdit
185
    Left = 112
186
    Left = 112
186
    Top = 16
187
    Top = 16
187
    Width = 201
188
    Width = 201
188
    Height = 22
189
    Height = 22
189
    MaxValue = 9999
190
    MaxValue = 0
190
    MinValue = 1
191
    MinValue = 0
191
    TabOrder = 7
192
    TabOrder = 7
192
    Value = 1
193
    Value = 0
193
  end
194
  end
194
end
195
end