Subversion Repositories spacemission

Compare Revisions

Regard whitespace Rev 1 → Rev HEAD

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