lazarus/test/bugs/7462/unit1.lfm

33 lines
621 B
Plaintext

object Form1: TForm1
Left = 290
Height = 122
Top = 175
Width = 242
HorzScrollBar.Page = 241
VertScrollBar.Page = 121
ActiveControl = Memo1
Caption = 'Form1'
OnCreate = FormCreate
object Memo1: TMemo
Left = 24
Height = 90
Top = 16
Width = 150
Lines.Strings = (
'Memo1'
)
TabOrder = 0
end
object ApplicationProperties1: TApplicationProperties
CaptureExceptions = True
HintColor = clInfoBk
HintHidePause = 2500
HintPause = 500
HintShortCuts = True
ShowHint = True
OnIdle = ApplicationProperties1Idle
left = 16
top = 192
end
end