home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TWEBVIEWFORM / TWEBVIEWFORM.txt
Text File  |  1996-11-23  |  2KB  |  64 lines

  1. object WebViewForm: TWebViewForm
  2.   Left = 302
  3.   Top = 150
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Web View'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   ShowHint = True
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object HTMLViewer1: THTMLViewer
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 245
  22.     Cursor = crIBeam
  23.     OnHotSpotCovered = HTMLViewer1HotSpotCovered
  24.     ViewImages = False
  25.     TabOrder = 0
  26.     Align = alClient
  27.     BorderStyle = bsSingle
  28.     HistoryMaxCount = 0
  29.     DefFontName = 'Times New Roman'
  30.     DefPreFontName = 'Courier New'
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 245
  35.     Width = 427
  36.     Height = 28
  37.     Align = alBottom
  38.     BevelInner = bvLowered
  39.     TabOrder = 1
  40.     object SpeedButton1: TSpeedButton
  41.       Left = 5
  42.       Top = 5
  43.       Width = 25
  44.       Height = 20
  45.       Hint = 'Click to view images'
  46.       Glyph.Data = {
  47.         78010000424D7801000000000000760000002800000020000000100000000100
  48.         04000000000000000000120B0000120B00000000000000000000000000000000
  49.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  50.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00559999999995
  51.         5555557777777775F5555559999999505555555777777757FFF5555555555550
  52.         0955555555555FF7775F55555555995501955555555577557F75555555555555
  53.         01995555555555557F5755555555555501905555555555557F57555555555555
  54.         0F905555555555557FF75555555555500005555555555557777555555555550F
  55.         F05555555555557F57F5555555555008F05555555555F775F755555555570000
  56.         05555555555775577555555555700007555555555F755F775555555570000755
  57.         55555555775F77555555555700075555555555F75F7755555555570007555555
  58.         5555577F775555555555000755555555555577775555555555550000}
  59.       NumGlyphs = 2
  60.       OnClick = SpeedButton1Click
  61.     end
  62.   end
  63. end
  64.