1object Form1: TForm1
2  Left = 290
3  Height = 122
4  Top = 175
5  Width = 242
6  HorzScrollBar.Page = 241
7  VertScrollBar.Page = 121
8  ActiveControl = Memo1
9  Caption = 'Form1'
10  OnCreate = FormCreate
11  object Memo1: TMemo
12    Left = 24
13    Height = 90
14    Top = 16
15    Width = 150
16    Lines.Strings = (
17      'Memo1'
18    )
19    TabOrder = 0
20  end
21  object ApplicationProperties1: TApplicationProperties
22    CaptureExceptions = True
23    HintColor = clInfoBk
24    HintHidePause = 2500
25    HintPause = 500
26    HintShortCuts = True
27    ShowHint = True
28    OnIdle = ApplicationProperties1Idle
29    left = 16
30    top = 192
31  end
32end
33