home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / EPA / run.exe / 0 / RCDATA / TELMMAINFORM / TELMMAINFORM.txt
Text File  |  1999-07-01  |  731b  |  40 lines

  1. inherited ELMMainForm: TELMMainForm
  2.   Left = 398
  3.   Top = 154
  4.   Width = 489
  5.   Height = 452
  6.   BorderStyle = bsSizeable
  7.   Caption = 'ELMMainForm'
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object HistoryList: THistoryListEx
  13.     OnJumpToItem = HistoryListJumpToItem
  14.     Left = 10
  15.     Top = 8
  16.   end
  17.   object BackList: TPopupMenu
  18.     OnPopup = HistoryListPopup
  19.     Left = 58
  20.     Top = 8
  21.   end
  22.   object ForwardList: TPopupMenu
  23.     OnPopup = HistoryListPopup
  24.     Left = 110
  25.     Top = 8
  26.   end
  27.   object HomePopup: TPopupMenu
  28.     Left = 234
  29.     Top = 8
  30.   end
  31.   object HelpPopup: TPopupMenu
  32.     Left = 172
  33.     Top = 8
  34.   end
  35.   object LibraryPopup: TPopupMenu
  36.     Left = 296
  37.     Top = 8
  38.   end
  39. end
  40.