Subversion Repositories spacemission

Rev

Rev 6 | Rev 29 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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