object PlainSightForm: TPlainSightForm Left = 457 Top = 140 Width = 269 Height = 505 Caption = 'Code InPlainSights' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 120 TextHeight = 16 object Splitter1: TSplitter Left = 0 Top = 284 Width = 261 Height = 4 Cursor = crVSplit Align = alTop Beveled = False end object Panel1: TPanel Left = 0 Top = 0 Width = 261 Height = 284 Align = alTop BevelOuter = bvNone TabOrder = 0 object UpperLB: TListBox Left = 0 Top = 0 Width = 261 Height = 284 Align = alClient ItemHeight = 16 TabOrder = 0 OnClick = UpperLBClick end end object Panel2: TPanel Left = 0 Top = 288 Width = 261 Height = 190 Align = alClient BevelOuter = bvNone TabOrder = 1 object LowerLB: TListBox Left = 0 Top = 0 Width = 261 Height = 190 Align = alClient ItemHeight = 16 TabOrder = 0 end end end