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

  1. inherited FreeDi: TFreeDi
  2.   Left = 143
  3.   Top = 231
  4.   ClientHeight = 310
  5.   Icon.Data = {<image000.ico>}
  6.   Menu = MainMenu
  7.   Position = poDefaultPosOnly
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Bevel1: TBevel [1]
  12.     Left = 0
  13.     Top = 0
  14.     Width = 502
  15.     Height = 3
  16.     Align = alTop
  17.     Shape = bsTopLine
  18.   end
  19.   inherited RightPanel: TPanel
  20.     Top = 3
  21.     Height = 307
  22.     inherited CopyButton: TSpeedButton
  23.       Top = 246
  24.     end
  25.     inherited PreviousBut: TSpeedButton
  26.       Top = 5
  27.     end
  28.     object UrlLabel1: TUrlLabel [6]
  29.       Left = 14
  30.       Top = 148
  31.       Width = 54
  32.       Height = 13
  33.       Cursor = 5
  34.       Caption = 'x-word.com'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clBlue
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = [fsUnderline]
  40.       ParentFont = False
  41.       URL = 'http://www.x-word.com'
  42.     end
  43.     object Label1: TLabel [7]
  44.       Left = 10
  45.       Top = 132
  46.       Width = 63
  47.       Height = 13
  48.       Caption = 'WordWeb by'
  49.     end
  50.     inherited CloseButton: TButton
  51.       Top = 278
  52.     end
  53.   end
  54.   inherited ViewTabs: TTabControl
  55.     inherited Synonyms: TListBox
  56.       OnDrawItem = SynonymsDrawItem
  57.     end
  58.   end
  59.   object MainMenu: TMainMenu
  60.     Left = 8
  61.     Top = 8
  62.     object Options1: TMenuItem
  63.       Caption = '&Options'
  64.       HelpContext = 10
  65.       object RootsOnlyMenu: TMenuItem
  66.         Caption = 'Show &roots only'
  67.         HelpContext = 10
  68.         OnClick = RootsOnlyMenuClick
  69.       end
  70.       object N1: TMenuItem
  71.         Caption = '-'
  72.       end
  73.       object StayOnTopMen: TMenuItem
  74.         Caption = 'Stay on &top'
  75.         HelpContext = 10
  76.         OnClick = StayOnTopMenClick
  77.       end
  78.       object Font1: TMenuItem
  79.         Caption = '&Font'
  80.         HelpContext = 14
  81.         object Small1: TMenuItem
  82.           Tag = 8
  83.           Caption = '&Small'
  84.           Checked = True
  85.           GroupIndex = 1
  86.           HelpContext = 14
  87.           RadioItem = True
  88.           OnClick = Large1Click
  89.         end
  90.         object Medium1: TMenuItem
  91.           Tag = 10
  92.           Caption = '&Medium'
  93.           GroupIndex = 1
  94.           HelpContext = 14
  95.           RadioItem = True
  96.           OnClick = Large1Click
  97.         end
  98.         object Large1: TMenuItem
  99.           Tag = 12
  100.           Caption = '&Large'
  101.           GroupIndex = 1
  102.           HelpContext = 14
  103.           RadioItem = True
  104.           OnClick = Large1Click
  105.         end
  106.       end
  107.     end
  108.     object Help1: TMenuItem
  109.       Caption = 'Help'
  110.       HelpContext = 11
  111.       object Contents1: TMenuItem
  112.         Caption = 'C&ontents'
  113.         HelpContext = 2
  114.         ShortCut = 112
  115.         OnClick = Contents1Click
  116.       end
  117.       object N2: TMenuItem
  118.         Caption = '-'
  119.       end
  120.       object WordWebPro1: TMenuItem
  121.         Caption = '&WordWeb Pro...'
  122.         HelpContext = 5
  123.         OnClick = WordWebPro1Click
  124.       end
  125.       object CrosswordCompiler1: TMenuItem
  126.         Caption = '&Crossword Compiler...'
  127.         HelpContext = 4
  128.         OnClick = CrosswordCompiler1Click
  129.       end
  130.       object WordWebDeveloper1: TMenuItem
  131.         Caption = 'WordWeb &Developer...'
  132.         HelpContext = 202
  133.         OnClick = WordWebDeveloper1Click
  134.       end
  135.       object BBreak: TMenuItem
  136.         Caption = '-'
  137.         HelpContext = 11
  138.       end
  139.       object WordWebontheWeb1: TMenuItem
  140.         Caption = 'WordWeb on the &Internet...'
  141.         HelpContext = 5
  142.         OnClick = WordWebontheWeb1Click
  143.       end
  144.       object OrderWordWebProonline1: TMenuItem
  145.         Caption = '&Order WordWeb Pro online...'
  146.         HelpContext = 5
  147.         OnClick = OrderWordWebProonline1Click
  148.       end
  149.       object WordWebDevloperontheweb1: TMenuItem
  150.         Caption = 'WordWeb De&veloper on the Internet...'
  151.         HelpContext = 202
  152.         OnClick = WordWebDevloperontheweb1Click
  153.       end
  154.       object CrosswordCompilerontheweb1: TMenuItem
  155.         Caption = 'Cro&ssword Compiler on the Internet...'
  156.         HelpContext = 4
  157.         OnClick = CrosswordCompilerontheweb1Click
  158.       end
  159.       object N3: TMenuItem
  160.         Caption = '-'
  161.       end
  162.       object About1: TMenuItem
  163.         Caption = '&About'
  164.         HelpContext = 6
  165.         OnClick = About1Click
  166.       end
  167.     end
  168.   end
  169. end
  170.