home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TADVFORM / TADVFORM.txt
Encoding:
Text File  |  2001-06-19  |  3.1 KB  |  121 lines

  1. object AdvForm: TAdvForm
  2.   Left = 275
  3.   Top = 197
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'AdvForm'
  7.   ClientHeight = 295
  8.   ClientWidth = 344
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   OnKeyPress = FormKeyPress
  23.   OnKeyUp = FormKeyUp
  24.   OnPaint = FormPaint
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object AdvPad: TPanel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 329
  32.     Height = 201
  33.     BevelOuter = bvNone
  34.     Color = clWhite
  35.     TabOrder = 0
  36.     Visible = False
  37.     object ImageBkg: TImage
  38.       Left = 224
  39.       Top = 160
  40.       Width = 40
  41.       Height = 30
  42.       AutoSize = True
  43.       OnMouseDown = FormMouseDown
  44.       OnMouseMove = FormMouseMove
  45.       OnMouseUp = FormMouseUp
  46.     end
  47.     object bX: TImage
  48.       Left = 280
  49.       Top = 160
  50.       Width = 40
  51.       Height = 30
  52.       AutoSize = True
  53.       OnClick = bXClick
  54.     end
  55.     object WebPad: TPanel
  56.       Left = 24
  57.       Top = 16
  58.       Width = 185
  59.       Height = 41
  60.       BevelOuter = bvNone
  61.       Color = clGray
  62.       TabOrder = 0
  63.       object WebMask: TPanel
  64.         Left = 20
  65.         Top = -64
  66.         Width = 313
  67.         Height = 137
  68.         BevelOuter = bvNone
  69.         Color = clBlack
  70.         TabOrder = 0
  71.         object WebBrowser: TWebBrowser
  72.           Left = 0
  73.           Top = 0
  74.           Width = 313
  75.           Height = 137
  76.           Hint = 'Web Browser'
  77.           Align = alClient
  78.           TabOrder = 0
  79.           OnTitleChange = WebBrowserTitleChange
  80.           OnBeforeNavigate2 = WebBrowserBeforeNavigate2
  81.           OnNewWindow2 = WebBrowserNewWindow2
  82.           OnNavigateComplete2 = WebBrowserNavigateComplete2
  83.           ControlData = {
  84.             4C00000059200000290E00000100000005000000000000000000000000000000
  85.             000000004C000000000000000000000001000000E0D057007335CF11AE690800
  86.             2B2E126208000000000000004C0000000114020000000000C000000000000046
  87.             8000000000000000000000000000000000000000000000000000000000000000
  88.             00000000000000000100000000000000000000000000000000000000}
  89.         end
  90.       end
  91.     end
  92.   end
  93.   object NewWebBrowser: TWebBrowser
  94.     Left = 15
  95.     Top = 224
  96.     Width = 322
  97.     Height = 57
  98.     Hint = 'Web Browser'
  99.     TabOrder = 1
  100.     OnBeforeNavigate2 = NewWebBrowserBeforeNavigate2
  101.     ControlData = {
  102.       4C00000048210000E40500000100000005000000000000000000000000000000
  103.       000000004C000000000000000000000001000000E0D057007335CF11AE690800
  104.       2B2E126208000000000000004C0000000114020000000000C000000000000046
  105.       8000000000000000000000000000000000000000000000000000000000000000
  106.       00000000000000000100000000000000000000000000000000000000}
  107.   end
  108.   object TimeoutTimer: TTimer
  109.     Enabled = False
  110.     OnTimer = TimeoutTimerTimer
  111.     Left = 16
  112.     Top = 128
  113.   end
  114.   object RepeatTimer: TTimer
  115.     Enabled = False
  116.     OnTimer = RepeatTimerTimer
  117.     Left = 56
  118.     Top = 128
  119.   end
  120. end
  121.