home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / HTMLEd / FlexED / FlexED32.exe / 0 / RCDATA / TFORM_HTMLVIEW / TFORM_HTMLVIEW.txt < prev   
Encoding:
Text File  |  1997-08-22  |  3.4 KB  |  155 lines

  1. object Form_HTMLView: TForm_HTMLView
  2.   Left = 244
  3.   Top = 194
  4.   Width = 615
  5.   Height = 521
  6.   Font.Color = clWindowText
  7.   Font.Height = -13
  8.   Font.Name = 'System'
  9.   Font.Style = []
  10.   FormStyle = fsMDIChild
  11.   Icon.Data = {<image000.ico>}
  12.   Menu = MainMenu
  13.   Position = poDefaultPosOnly
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel3: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 607
  25.     Height = 475
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvNone
  29.     Caption = 'Panel3'
  30.     TabOrder = 0
  31.     object Viewer: THTMLViewer
  32.       Left = 1
  33.       Top = 1
  34.       Width = 605
  35.       Height = 473
  36.       Cursor = crIBeam
  37.       OnHotSpotCovered = HotSpotChange
  38.       OnHotSpotClick = HotSpotClick
  39.       OnFormSubmit = SubmitEvent
  40.       OnHistoryChange = HistoryChange
  41.       ViewImages = True
  42.       TabStop = True
  43.       TabOrder = 0
  44.       Align = alClient
  45.       PopupMenu = PopupMenu1
  46.       BorderStyle = htNone
  47.       HistoryMaxCount = 6
  48.       DefFontName = 'Times New Roman'
  49.       DefPreFontName = 'Courier New'
  50.       OnProcessing = ProcessingHandler
  51.       ImageCacheCount = 0
  52.       NoSelect = False
  53.     end
  54.   end
  55.   object MainMenu: TMainMenu
  56.     AutoMerge = True
  57.     Left = 355
  58.     Top = 4
  59.     object HistoryMenuItem: TMenuItem
  60.       Caption = '&Browser'
  61.       GroupIndex = 3
  62.       ShortCut = 0
  63.       object Open1: TMenuItem
  64.         Caption = 'Open...'
  65.         ShortCut = 0
  66.         OnClick = Open1Click
  67.       end
  68.       object Print1: TMenuItem
  69.         Caption = 'Print'
  70.         ShortCut = 0
  71.         OnClick = Print1Click
  72.       end
  73.       object N2: TMenuItem
  74.         Caption = '-'
  75.         ShortCut = 0
  76.       end
  77.       object ShowImages: TMenuItem
  78.         Caption = '&Show images'
  79.         Checked = True
  80.         ShortCut = 0
  81.         OnClick = ShowImagesClick
  82.       end
  83.       object N4: TMenuItem
  84.         Caption = '-'
  85.         ShortCut = 0
  86.       end
  87.       object BackButton: TMenuItem
  88.         Tag = 1
  89.         Caption = 'Back'
  90.         ShortCut = 122
  91.         OnClick = FwdBackClick
  92.       end
  93.       object FwdButton: TMenuItem
  94.         Caption = 'Forward'
  95.         ShortCut = 123
  96.         OnClick = FwdBackClick
  97.       end
  98.       object N1: TMenuItem
  99.         Caption = '-'
  100.         GroupIndex = 1
  101.         ShortCut = 0
  102.       end
  103.     end
  104.   end
  105.   object PrintDialog: TPrintDialog
  106.     FromPage = 1
  107.     MinPage = 1
  108.     MaxPage = 9999
  109.     Options = [poPageNums]
  110.     ToPage = 1
  111.     Left = 434
  112.     Top = 1
  113.   end
  114.   object FindDialog: TFindDialog
  115.     Options = [frDown, frHideWholeWord, frHideUpDown, frDisableUpDown, frDisableWholeWord]
  116.     Left = 313
  117.     Top = 65535
  118.   end
  119.   object OpenDialog1: TOpenDialog
  120.     FileEditStyle = fsEdit
  121.     Filter = 'HTML Documents (*.htm)|*.htm;*.html|All Documents (*.*)|*.*'
  122.     Title = 'Open HTML document'
  123.     Left = 393
  124.     Top = 9
  125.   end
  126.   object PopupMenu1: TPopupMenu
  127.     Left = 337
  128.     Top = 81
  129.     object BackButton1: TMenuItem
  130.       Tag = 1
  131.       Caption = 'Back'
  132.       ShortCut = 0
  133.       OnClick = FwdBackClick
  134.     end
  135.     object FwdButton1: TMenuItem
  136.       Caption = 'Forward'
  137.       ShortCut = 0
  138.       OnClick = FwdBackClick
  139.     end
  140.     object N3: TMenuItem
  141.       Caption = '-'
  142.       ShortCut = 0
  143.     end
  144.     object EditDocument2: TMenuItem
  145.       Caption = 'Edit Document'
  146.       ShortCut = 0
  147.       OnClick = EditDocument1Click
  148.     end
  149.   end
  150.   object FormStorage1: TFormStorage
  151.     Left = 146
  152.     Top = 74
  153.   end
  154. end
  155.