Subversion Repositories spacemission

Compare Revisions

Regard whitespace Rev 1 → Rev HEAD

/LevOptions.dfm
1,11 → 1,10
object LevelForm: TLevelForm
Left = 195
Top = 103
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
BorderStyle = bsDialog
Caption = 'Leveleigenschaften'
ClientHeight = 252
ClientWidth = 388
ClientHeight = 251
ClientWidth = 384
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
12,11 → 11,9
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ElPopupButton1: TButton
Left = 280
52,6 → 49,20
Height = 13
Caption = 'Gr'#246#223'e des Spielfeldes:'
end
object Label2: TLabel
Left = 16
Top = 136
Width = 124
Height = 13
Caption = 'Interner Name des Levels:'
end
object Label3: TLabel
Left = 16
Top = 168
Width = 57
Height = 13
Caption = 'Level-Autor:'
end
object Panel1: TPanel
Left = 16
Top = 56
58,6 → 69,7
Width = 329
Height = 57
Color = clInfoBk
ParentBackground = False
TabOrder = 0
object ElLabel1: TLabel
Left = 8
75,40 → 87,45
object ElLabel2: TLabel
Left = 80
Top = 10
Width = 225
Width = 228
Height = 39
Caption =
'Die Spielfeldgr'#246#223'e wird nur von dem Leveleditor'#13#10'ben'#246'tigt. Das '#228 +
'ndern dieser Gr'#246#223'e wirkt sich'#13#10'nicht auf die Gr'#246#223'e der Levels au' +
's.'
'Die Spielfeldgr'#246#223'e wird nur von dem Leveleditor '#13#10'ben'#246'tigt. Das ' +
#196'ndern dieser Gr'#246#223'e wirkt sich '#13#10'nicht auf die Gr'#246#223'e der Levels ' +
'aus.'
Color = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
end
end
object GroesseEdt: TEdit
object Groesse: TSpinEdit
Left = 144
Top = 28
Width = 185
Height = 21
MaxLength = 4
Width = 121
Height = 22
MaxValue = 65000
MinValue = 100
TabOrder = 1
Text = '1200'
OnChange = GroesseEdtChange
OnKeyPress = GroesseEdtKeyPress
Value = 1200
end
object Groesse: TUpDown
Left = 328
Top = 30
Width = 17
Height = 19
Max = 9999
Position = 1
object LevName: TEdit
Left = 167
Top = 133
Width = 178
Height = 21
TabOrder = 2
OnClick = GroesseClick
end
object LevAuthor: TEdit
Left = 167
Top = 160
Width = 178
Height = 21
TabOrder = 3
end
end
end