object HelpViewWindow: THelpViewWindow Left = 275 Top = 161 Width = 696 Height = 480 Caption = 'JBuilder Help Viewer' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDeactivate = FormDeactivate OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 250 Top = 0 Width = 3 Height = 453 Cursor = crHSplit Beveled = False end object Panel1: TPanel Left = 0 Top = 0 Width = 250 Height = 453 Align = alLeft BevelOuter = bvNone TabOrder = 0 object navPanel: TPanel Left = 0 Top = 0 Width = 250 Height = 30 Align = alTop BevelOuter = bvNone TabOrder = 0 end object helpPanel: TPanel Left = 0 Top = 30 Width = 250 Height = 423 Align = alClient BevelOuter = bvNone TabOrder = 1 OnResize = helpPanelResize end end object viewClient: TPanel Left = 253 Top = 0 Width = 435 Height = 453 Align = alClient BevelOuter = bvLowered TabOrder = 1 end end