Subversion Repositories spacemission

Rev

Rev 29 | Rev 40 | 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 SpeicherungForm: TSpeicherungForm
2
  Left = 281
3
  Top = 153
29 daniel-mar 4
  BorderStyle = bsDialog
1 daniel-mar 5
  Caption = 'Levels'
15 daniel-mar 6
  ClientHeight = 408
7
  ClientWidth = 445
1 daniel-mar 8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
6 daniel-mar 11
  Font.Height = -11
1 daniel-mar 12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
14
  Position = poMainFormCenter
15
  OnHide = FormHide
16
  OnShow = FormShow
17
  TextHeight = 13
18
  object Bevel1: TBevel
19
    Left = 8
20
    Top = 56
21
    Width = 433
22
    Height = 2
23
    Shape = bsBottomLine
24
  end
25
  object Label2: TLabel
26
    Left = 8
27
    Top = 72
28
    Width = 58
29
    Height = 13
30
    Caption = 'Spielst'#228'nde:'
31
  end
32
  object Label3: TLabel
33
    Left = 8
34
    Top = 336
35
    Width = 92
36
    Height = 13
37
    Caption = 'Levelinformationen:'
38
  end
39
  object Label1: TLabel
40
    Left = 8
41
    Top = 20
42
    Width = 78
43
    Height = 13
44
    Caption = 'Spielstandname:'
45
  end
46
  object LadenBtn: TButton
47
    Left = 336
48
    Top = 72
49
    Width = 105
50
    Height = 25
51
    Caption = '&Laden'
52
    Enabled = False
53
    TabOrder = 0
54
    OnClick = LadenBtnClick
55
  end
56
  object LoeschenBtn: TButton
57
    Left = 336
58
    Top = 104
59
    Width = 105
60
    Height = 25
61
    Caption = 'L'#246'&schen'
62
    Enabled = False
63
    TabOrder = 1
64
    OnClick = LoeschenBtnClick
65
  end
66
  object AktualisierenBtn: TButton
67
    Left = 336
68
    Top = 144
69
    Width = 105
70
    Height = 25
71
    Caption = '&Aktualisieren'
72
    TabOrder = 2
73
    OnClick = DsFancyButton2Click
74
  end
75
  object SpeichernBtn: TButton
76
    Left = 336
77
    Top = 16
78
    Width = 105
79
    Height = 25
80
    Caption = '&Speichern'
81
    TabOrder = 3
82
    OnClick = SpeichernBtnClick
83
  end
84
  object AbbrechenBtn: TButton
85
    Left = 336
86
    Top = 376
87
    Width = 105
88
    Height = 25
89
    Cancel = True
90
    Caption = 'Schli&e'#223'en'
91
    Default = True
92
    ModalResult = 1
93
    TabOrder = 4
94
    OnClick = AbbrechenBtnClick
95
  end
96
  object LevelListBox: TListBox
97
    Left = 112
98
    Top = 72
99
    Width = 201
100
    Height = 249
101
    ItemHeight = 13
102
    TabOrder = 5
103
    OnClick = LevelListBoxClick
104
  end
105
  object ElPanel1: TPanel
106
    Left = 112
107
    Top = 336
108
    Width = 201
109
    Height = 65
110
    BevelOuter = bvLowered
111
    Color = clWindow
112
    TabOrder = 6
113
    object li3a: TLabel
114
      Left = 8
115
      Top = 40
116
      Width = 32
117
      Height = 13
118
      Caption = 'Gr'#246#223'e:'
119
    end
120
    object li1b: TLabel
121
      Left = 96
122
      Top = 8
123
      Width = 17
124
      Height = 13
125
      Caption = 'n/a'
126
    end
127
    object li1a: TLabel
128
      Left = 8
129
      Top = 8
130
      Width = 47
131
      Height = 13
132
      Caption = 'Einheiten:'
133
    end
134
    object li2b: TLabel
135
      Left = 96
136
      Top = 24
137
      Width = 17
138
      Height = 13
139
      Caption = 'n/a'
140
    end
141
    object li2a: TLabel
142
      Left = 8
143
      Top = 24
144
      Width = 26
145
      Height = 13
146
      Caption = 'Boss:'
147
    end
148
    object li3b: TLabel
149
      Left = 96
150
      Top = 40
151
      Width = 17
152
      Height = 13
153
      Caption = 'n/a'
154
    end
155
    object liu: TLabel
156
      Left = 8
157
      Top = 8
158
      Width = 135
159
      Height = 13
160
      Caption = 'Das Level ist nicht einlesbar!'
161
      Font.Charset = DEFAULT_CHARSET
162
      Font.Color = clMaroon
163
      Font.Height = -11
164
      Font.Name = 'MS Sans Serif'
165
      Font.Style = []
166
      ParentFont = False
167
      Visible = False
168
    end
169
    object liw: TLabel
170
      Left = 8
171
      Top = 8
172
      Width = 104
173
      Height = 13
174
      Caption = 'W'#228'hlen Sie ein Level.'
175
      Font.Charset = DEFAULT_CHARSET
176
      Font.Color = clNavy
177
      Font.Height = -11
178
      Font.Name = 'MS Sans Serif'
179
      Font.Style = []
180
      ParentFont = False
181
      Visible = False
182
    end
183
  end
24 daniel-mar 184
  object LevelNumber: TSpinEdit
1 daniel-mar 185
    Left = 112
30 daniel-mar 186
    Top = 16
24 daniel-mar 187
    Width = 201
188
    Height = 22
189
    MaxValue = 9999
190
    MinValue = 1
1 daniel-mar 191
    TabOrder = 7
24 daniel-mar 192
    Value = 1
1 daniel-mar 193
  end
194
end