Subversion Repositories jumper

Compare Revisions

Regard whitespace Rev HEAD → Rev 1

/trunk/Main.dfm
15,16 → 15,17
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu
Position = poScreenCenter
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Playground: TPanel
Left = 0
Top = 0
Left = 8
Top = 8
Width = 313
Height = 289
BevelOuter = bvNone
47,8 → 48,6
Alignment = taRightJustify
Width = 50
end>
ExplicitTop = 257
ExplicitWidth = 336
end
object MainMenu: TMainMenu
Left = 8
69,9 → 68,9
OnClick = MRestartGameClick
end
object MPauseTime: TMenuItem
AutoCheck = True
Caption = 'Pause timer'
ShortCut = 16464
OnClick = MPauseTimeClick
end
object N2: TMenuItem
Caption = '-'
80,8 → 79,12
Caption = 'Undo'
Enabled = False
ShortCut = 16474
OnClick = MUndoClick
end
object MRedo: TMenuItem
Caption = 'Redo'
Enabled = False
ShortCut = 16473
end
object N3: TMenuItem
Caption = '-'
end
107,10 → 110,10
object MSettings: TMenuItem
Caption = 'Settings'
object MEnableSound: TMenuItem
AutoCheck = True
Caption = 'Enable sound'
Checked = True
ShortCut = 32851
OnClick = MEnableSoundClick
end
end
object Help2: TMenuItem
120,10 → 123,6
ShortCut = 112
OnClick = MHelpClick
end
object Aboutthislevel1: TMenuItem
Caption = 'About this level'
OnClick = Aboutthislevel1Click
end
object N5: TMenuItem
Caption = '-'
end