home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / ierunner.exe / 0 / RCDATA / TFMMAIN / TFMMAIN.txt
Text File  |  2003-09-22  |  940b  |  35 lines

  1. object fmMain: TfmMain
  2.   Left = 320
  3.   Top = 103
  4.   Width = 783
  5.   Height = 540
  6.   Caption = 'fmMain'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   WindowState = wsMinimized
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object FWebBrowserEvents21: TDWebBrowserEvents2
  20.     CommandStateChange = FWebBrowserEvents21CommandStateChange
  21.     BeforeNavigate2 = FWebBrowserEvents21BeforeNavigate2
  22.     NewWindow2 = FWebBrowserEvents21NewWindow2
  23.     DocumentComplete = FWebBrowserEvents21DocumentComplete
  24.     OnQuit = FWebBrowserEvents21Quit
  25.     Left = 24
  26.     Top = 24
  27.   end
  28.   object MSHTMLHTMLDocumentEvents21: TMSHTMLHTMLDocumentEvents2
  29.     onclick = MSHTMLHTMLDocumentEvents21click
  30.     oncontextmenu = MSHTMLHTMLDocumentEvents21contextmenu
  31.     Left = 24
  32.     Top = 64
  33.   end
  34. end
  35.