Subversion Repositories spacemission

Compare Revisions

Regard whitespace Rev HEAD → Rev 1

/LevSpeicherung.dfm
1,10 → 1,11
object SpeicherungForm: TSpeicherungForm
Left = 281
Top = 153
BorderStyle = bsDialog
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Levels'
ClientHeight = 424
ClientWidth = 447
ClientHeight = 409
ClientWidth = 449
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
11,10 → 12,11
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
26,23 → 28,23
object Label2: TLabel
Left = 8
Top = 72
Width = 34
Width = 58
Height = 13
Caption = 'Levels:'
Caption = 'Spielst'#228'nde:'
end
object Label3: TLabel
Left = 8
Top = 336
Width = 67
Width = 92
Height = 13
Caption = 'Informationen:'
Caption = 'Levelinformationen:'
end
object Label1: TLabel
Left = 8
Top = 20
Width = 55
Width = 78
Height = 13
Caption = 'Levelname:'
Caption = 'Spielstandname:'
end
object LadenBtn: TButton
Left = 336
84,7 → 86,7
end
object AbbrechenBtn: TButton
Left = 336
Top = 391
Top = 376
Width = 105
Height = 25
Cancel = True
102,12 → 104,13
ItemHeight = 13
TabOrder = 5
OnClick = LevelListBoxClick
OnDblClick = LevelListBoxDblClick
end
object ElPanel1: TPanel
Left = 112
Top = 336
Width = 201
Height = 80
Height = 65
BevelOuter = bvLowered
Color = clWindow
TabOrder = 6
170,9 → 173,9
object liw: TLabel
Left = 8
Top = 8
Width = 125
Width = 104
Height = 13
Caption = 'Bitte w'#228'hlen Sie ein Level.'
Caption = 'W'#228'hlen Sie ein Level.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
181,22 → 184,27
ParentFont = False
Visible = False
end
object li4: TLabel
Left = 8
Top = 56
Width = 118
Height = 13
Caption = 'Name / Autor unbekannt'
end
end
object LevelNumber: TSpinEdit
object SpinEditEdt: TEdit
Left = 112
Top = 16
Width = 201
Height = 22
MaxValue = 0
MinValue = 0
Top = 20
Width = 185
Height = 21
MaxLength = 4
TabOrder = 7
Value = 0
Text = '1'
OnChange = SpinEditEdtChange
OnKeyPress = SpinEditEdtKeyPress
end
object SpinEdit: TUpDown
Left = 296
Top = 22
Width = 17
Height = 19
Min = 1
Max = 9999
Position = 1
TabOrder = 8
OnClick = SpinEditClick
end
end