Subversion Repositories spacemission

Rev

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