home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TPLAINSIGHTFORM / TPLAINSIGHTFORM.txt
Text File  |  1998-05-08  |  1KB  |  64 lines

  1. object PlainSightForm: TPlainSightForm
  2.   Left = 457
  3.   Top = 140
  4.   Width = 269
  5.   Height = 505
  6.   Caption = 'Code InPlainSights'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Splitter1: TSplitter
  18.     Left = 0
  19.     Top = 284
  20.     Width = 261
  21.     Height = 4
  22.     Cursor = crVSplit
  23.     Align = alTop
  24.     Beveled = False
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 261
  30.     Height = 284
  31.     Align = alTop
  32.     BevelOuter = bvNone
  33.     TabOrder = 0
  34.     object UpperLB: TListBox
  35.       Left = 0
  36.       Top = 0
  37.       Width = 261
  38.       Height = 284
  39.       Align = alClient
  40.       ItemHeight = 16
  41.       TabOrder = 0
  42.       OnClick = UpperLBClick
  43.     end
  44.   end
  45.   object Panel2: TPanel
  46.     Left = 0
  47.     Top = 288
  48.     Width = 261
  49.     Height = 190
  50.     Align = alClient
  51.     BevelOuter = bvNone
  52.     TabOrder = 1
  53.     object LowerLB: TListBox
  54.       Left = 0
  55.       Top = 0
  56.       Width = 261
  57.       Height = 190
  58.       Align = alClient
  59.       ItemHeight = 16
  60.       TabOrder = 0
  61.     end
  62.   end
  63. end
  64.