home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / vyuka / wordweb / WORDWEB.EXE / wweb32.dll / 0 / RCDATA / TWWFORM / TWWFORM.txt
Text File  |  2001-01-29  |  4KB  |  173 lines

  1. object WWForm: TWWForm
  2.   Left = 175
  3.   Top = 201
  4.   AutoScroll = False
  5.   Caption = 'WordWeb thesaurus/dictionary'
  6.   ClientHeight = 314
  7.   ClientWidth = 502
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnMouseWheel = FormMouseWheel
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LookupLab: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 39
  24.     Height = 13
  25.     Caption = '&Lookup:'
  26.     FocusControl = KeyWord
  27.   end
  28.   object RightPanel: TPanel
  29.     Left = 416
  30.     Top = 0
  31.     Width = 86
  32.     Height = 314
  33.     Align = alRight
  34.     BevelOuter = bvNone
  35.     TabOrder = 3
  36.     object NounButton: TSpeedButton
  37.       Left = 8
  38.       Top = 40
  39.       Width = 73
  40.       Height = 21
  41.       AllowAllUp = True
  42.       GroupIndex = 1
  43.       Caption = '&Nouns'
  44.       Enabled = False
  45.       OnClick = WordTypeButClick
  46.       OnMouseDown = WTypeMouseDown
  47.     end
  48.     object VerbButton: TSpeedButton
  49.       Tag = 1
  50.       Left = 8
  51.       Top = 60
  52.       Width = 73
  53.       Height = 21
  54.       AllowAllUp = True
  55.       GroupIndex = 1
  56.       Caption = '&Verbs'
  57.       Enabled = False
  58.       OnClick = WordTypeButClick
  59.       OnMouseDown = WTypeMouseDown
  60.     end
  61.     object AdjButton: TSpeedButton
  62.       Tag = 2
  63.       Left = 8
  64.       Top = 80
  65.       Width = 73
  66.       Height = 21
  67.       AllowAllUp = True
  68.       GroupIndex = 1
  69.       Caption = '&Adjectives'
  70.       Enabled = False
  71.       OnClick = WordTypeButClick
  72.       OnMouseDown = WTypeMouseDown
  73.     end
  74.     object AdvButton: TSpeedButton
  75.       Tag = 3
  76.       Left = 8
  77.       Top = 100
  78.       Width = 73
  79.       Height = 21
  80.       AllowAllUp = True
  81.       GroupIndex = 1
  82.       Caption = 'Adve&rbs'
  83.       Enabled = False
  84.       OnClick = WordTypeButClick
  85.       OnMouseDown = WTypeMouseDown
  86.     end
  87.     object CopyButton: TSpeedButton
  88.       Left = 8
  89.       Top = 248
  90.       Width = 73
  91.       Height = 25
  92.       Caption = '&Copy'
  93.       OnClick = CopyButtonClick
  94.     end
  95.     object PreviousBut: TSpeedButton
  96.       Left = 8
  97.       Top = 8
  98.       Width = 73
  99.       Height = 23
  100.       Caption = '&Previous'
  101.       Enabled = False
  102.       OnClick = PreviousButClick
  103.     end
  104.     object CloseButton: TButton
  105.       Left = 8
  106.       Top = 280
  107.       Width = 73
  108.       Height = 25
  109.       Cancel = True
  110.       Caption = 'Close'
  111.       ModalResult = 2
  112.       TabOrder = 0
  113.       OnClick = CloseButtonClick
  114.     end
  115.   end
  116.   object ViewTabs: TTabControl
  117.     Left = 8
  118.     Top = 136
  119.     Width = 409
  120.     Height = 169
  121.     HelpContext = 109
  122.     MultiLine = True
  123.     TabOrder = 2
  124.     OnChange = ViewTabsChange
  125.     object Synonyms: TListBox
  126.       Left = 4
  127.       Top = 6
  128.       Width = 401
  129.       Height = 159
  130.       Align = alClient
  131.       BorderStyle = bsNone
  132.       Ctl3D = True
  133.       ItemHeight = 13
  134.       ParentCtl3D = False
  135.       TabOrder = 0
  136.       OnClick = SynonymsClick
  137.       OnDblClick = SynonymsDblClick
  138.       OnKeyPress = SynonymsKeyPress
  139.     end
  140.   end
  141.   object KeyWord: TComboBox
  142.     Left = 56
  143.     Top = 8
  144.     Width = 297
  145.     Height = 21
  146.     ItemHeight = 13
  147.     MaxLength = 40
  148.     TabOrder = 0
  149.     OnChange = KeyWordChange
  150.   end
  151.   object Defs: TScrollBox
  152.     Left = 8
  153.     Top = 40
  154.     Width = 409
  155.     Height = 89
  156.     HorzScrollBar.Visible = False
  157.     Color = clWindow
  158.     ParentColor = False
  159.     TabOrder = 1
  160.   end
  161.   object SearchButton: TButton
  162.     Left = 360
  163.     Top = 8
  164.     Width = 57
  165.     Height = 23
  166.     Caption = '&Search'
  167.     Default = True
  168.     Enabled = False
  169.     TabOrder = 4
  170.     OnClick = SearchButtonClick
  171.   end
  172. end
  173.