lazarus/test/bugs/12216/unit1.lfm
vincents f55f9d7c68 tests: added test for issue #12216
git-svn-id: trunk@16708 -
2008-09-24 14:24:04 +00:00

32 lines
615 B
Plaintext

object Form1: TForm1
Left = 302
Height = 87
Top = 155
Width = 214
Caption = 'Form1'
ClientHeight = 87
ClientWidth = 214
ParentFont = False
LCLVersion = '0.9.25'
object Button1: TButton
Left = 112
Height = 25
Top = 24
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 0
end
object ApplicationProperties1: TApplicationProperties
CaptureExceptions = True
HintColor = clInfoBk
HintHidePause = 2500
HintPause = 500
HintShortCuts = True
ShowHint = True
OnIdle = ApplicationProperties1Idle
left = 25
top = 19
end
end