Subversion Repositories spacemission

Rev

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

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