object WWForm: TWWForm Left = 175 Top = 201 AutoScroll = False Caption = 'WordWeb thesaurus/dictionary' ClientHeight = 314 ClientWidth = 502 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnMouseWheel = FormMouseWheel OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object LookupLab: TLabel Left = 8 Top = 16 Width = 39 Height = 13 Caption = '&Lookup:' FocusControl = KeyWord end object RightPanel: TPanel Left = 416 Top = 0 Width = 86 Height = 314 Align = alRight BevelOuter = bvNone TabOrder = 3 object NounButton: TSpeedButton Left = 8 Top = 40 Width = 73 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = '&Nouns' Enabled = False OnClick = WordTypeButClick OnMouseDown = WTypeMouseDown end object VerbButton: TSpeedButton Tag = 1 Left = 8 Top = 60 Width = 73 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = '&Verbs' Enabled = False OnClick = WordTypeButClick OnMouseDown = WTypeMouseDown end object AdjButton: TSpeedButton Tag = 2 Left = 8 Top = 80 Width = 73 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = '&Adjectives' Enabled = False OnClick = WordTypeButClick OnMouseDown = WTypeMouseDown end object AdvButton: TSpeedButton Tag = 3 Left = 8 Top = 100 Width = 73 Height = 21 AllowAllUp = True GroupIndex = 1 Caption = 'Adve&rbs' Enabled = False OnClick = WordTypeButClick OnMouseDown = WTypeMouseDown end object CopyButton: TSpeedButton Left = 8 Top = 248 Width = 73 Height = 25 Caption = '&Copy' OnClick = CopyButtonClick end object PreviousBut: TSpeedButton Left = 8 Top = 8 Width = 73 Height = 23 Caption = '&Previous' Enabled = False OnClick = PreviousButClick end object CloseButton: TButton Left = 8 Top = 280 Width = 73 Height = 25 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 0 OnClick = CloseButtonClick end end object ViewTabs: TTabControl Left = 8 Top = 136 Width = 409 Height = 169 HelpContext = 109 MultiLine = True TabOrder = 2 OnChange = ViewTabsChange object Synonyms: TListBox Left = 4 Top = 6 Width = 401 Height = 159 Align = alClient BorderStyle = bsNone Ctl3D = True ItemHeight = 13 ParentCtl3D = False TabOrder = 0 OnClick = SynonymsClick OnDblClick = SynonymsDblClick OnKeyPress = SynonymsKeyPress end end object KeyWord: TComboBox Left = 56 Top = 8 Width = 297 Height = 21 ItemHeight = 13 MaxLength = 40 TabOrder = 0 OnChange = KeyWordChange end object Defs: TScrollBox Left = 8 Top = 40 Width = 409 Height = 89 HorzScrollBar.Visible = False Color = clWindow ParentColor = False TabOrder = 1 end object SearchButton: TButton Left = 360 Top = 8 Width = 57 Height = 23 Caption = '&Search' Default = True Enabled = False TabOrder = 4 OnClick = SearchButtonClick end end