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

  1. object HelpViewWindow: THelpViewWindow
  2.   Left = 275
  3.   Top = 161
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'JBuilder Help Viewer'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Splitter1: TSplitter
  23.     Left = 250
  24.     Top = 0
  25.     Width = 3
  26.     Height = 453
  27.     Cursor = crHSplit
  28.     Beveled = False
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 250
  34.     Height = 453
  35.     Align = alLeft
  36.     BevelOuter = bvNone
  37.     TabOrder = 0
  38.     object navPanel: TPanel
  39.       Left = 0
  40.       Top = 0
  41.       Width = 250
  42.       Height = 30
  43.       Align = alTop
  44.       BevelOuter = bvNone
  45.       TabOrder = 0
  46.     end
  47.     object helpPanel: TPanel
  48.       Left = 0
  49.       Top = 30
  50.       Width = 250
  51.       Height = 423
  52.       Align = alClient
  53.       BevelOuter = bvNone
  54.       TabOrder = 1
  55.       OnResize = helpPanelResize
  56.     end
  57.   end
  58.   object viewClient: TPanel
  59.     Left = 253
  60.     Top = 0
  61.     Width = 435
  62.     Height = 453
  63.     Align = alClient
  64.     BevelOuter = bvLowered
  65.     TabOrder = 1
  66.   end
  67. end
  68.