mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:16:13 +02:00
33 lines
621 B
Plaintext
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
|