home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TTHESAURUSDIALOG / TTHESAURUSDIALOG.txt < prev   
Text File  |  1998-01-25  |  3KB  |  142 lines

  1. object ThesaurusDialog: TThesaurusDialog
  2.   Left = 361
  3.   Top = 93
  4.   Hint = '|Thesaurus...'
  5.   BorderIcons = [biMaximize]
  6.   AutoScroll = False
  7.   Caption = 'Thesaurus'
  8.   ClientHeight = 160
  9.   ClientWidth = 331
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object WordLabel: TLabel
  19.     Left = 4
  20.     Top = 28
  21.     Width = 29
  22.     Height = 13
  23.     Caption = '&Word:'
  24.     FocusControl = WordEdit
  25.   end
  26.   object Label1: TLabel
  27.     Left = 4
  28.     Top = 4
  29.     Width = 30
  30.     Height = 13
  31.     Caption = 'Topic:'
  32.   end
  33.   object PageControl: TPageControl
  34.     Left = 142
  35.     Top = 4
  36.     Width = 185
  37.     Height = 124
  38.     ActivePage = Sheet2
  39.     TabOrder = 2
  40.     object Sheet1: TTabSheet
  41.       Caption = 'Noun'
  42.       object LB1: TListBox
  43.         Left = 0
  44.         Top = 0
  45.         Width = 177
  46.         Height = 96
  47.         Align = alClient
  48.         ItemHeight = 13
  49.         TabOrder = 0
  50.       end
  51.     end
  52.     object Sheet2: TTabSheet
  53.       Caption = 'Verb'
  54.       object LB2: TListBox
  55.         Left = 0
  56.         Top = 0
  57.         Width = 177
  58.         Height = 96
  59.         Align = alClient
  60.         ItemHeight = 13
  61.         TabOrder = 0
  62.       end
  63.     end
  64.     object Sheet3: TTabSheet
  65.       Caption = 'Adj'
  66.       object LB3: TListBox
  67.         Left = 0
  68.         Top = 0
  69.         Width = 177
  70.         Height = 96
  71.         Align = alClient
  72.         ItemHeight = 13
  73.         TabOrder = 0
  74.       end
  75.     end
  76.     object Sheet4: TTabSheet
  77.       Caption = 'Adv.'
  78.       object LB4: TListBox
  79.         Left = 0
  80.         Top = 0
  81.         Width = 177
  82.         Height = 96
  83.         Align = alClient
  84.         ItemHeight = 13
  85.         TabOrder = 0
  86.       end
  87.     end
  88.   end
  89.   object LookupButton: TButton
  90.     Left = 4
  91.     Top = 132
  92.     Width = 66
  93.     Height = 25
  94.     Caption = '&Lookup'
  95.     TabOrder = 3
  96.   end
  97.   object CancelButton: TBitBtn
  98.     Left = 238
  99.     Top = 132
  100.     Width = 90
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = 'Cancel'
  104.     ModalResult = 2
  105.     TabOrder = 5
  106.     OnClick = CancelButtonClick
  107.     NumGlyphs = 2
  108.   end
  109.   object ReplaceButton: TButton
  110.     Left = 72
  111.     Top = 132
  112.     Width = 66
  113.     Height = 25
  114.     Caption = '&Replace'
  115.     TabOrder = 4
  116.   end
  117.   object WordEdit: TEdit
  118.     Left = 44
  119.     Top = 28
  120.     Width = 93
  121.     Height = 21
  122.     TabOrder = 0
  123.   end
  124.   object Lookup: TListBox
  125.     Left = 4
  126.     Top = 52
  127.     Width = 133
  128.     Height = 76
  129.     ItemHeight = 13
  130.     TabOrder = 1
  131.   end
  132.   object ContextEdit: TComboBox
  133.     Left = 44
  134.     Top = 4
  135.     Width = 93
  136.     Height = 21
  137.     Style = csDropDownList
  138.     ItemHeight = 13
  139.     TabOrder = 6
  140.   end
  141. end
  142.