Subversion Repositories spacemission

Rev

Rev 3 | Rev 15 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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