object VerbForm: TVerbForm Left = 437 Top = 184 Width = 150 Height = 400 BorderIcons = [biSystemMenu] Caption = 'Verbs' Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Verdana' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnHide = FormHide OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object VerbTree: TTreeView Left = 0 Top = 0 Width = 121 Height = 97 Indent = 19 ParentColor = True ReadOnly = True ShowButtons = False ShowRoot = False TabOrder = 0 OnChanging = VerbTreeChanging end end