Subversion Repositories fastphp

Rev

Rev 60 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 daniel-mar 1
object Form2: TForm2
2
  Left = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft FastPHP Browser'
5
  ClientHeight = 662
6
  ClientWidth = 1008
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  Position = poScreenCenter
15
  PixelsPerInch = 96
16
  TextHeight = 13
17
  object WebBrowser1: TWebBrowser
18
    Left = 0
19
    Top = 0
20
    Width = 1008
21
    Height = 662
22
    Align = alClient
23
    TabOrder = 0
24
    OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
25
    ExplicitLeft = 80
26
    ExplicitTop = 64
27
    ExplicitWidth = 300
28
    ExplicitHeight = 150
29
    ControlData = {
30
      4C0000002E6800006B4400000000000000000000000000000000000000000000
31
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
32
      2B2E126208000000000000004C0000000114020000000000C000000000000046
33
      8000000000000000000000000000000000000000000000000000000000000000
34
      00000000000000000100000000000000000000000000000000000000}
35
  end
36
  object Timer1: TTimer
37
    Interval = 100
38
    OnTimer = Timer1Timer
39
    Left = 288
40
    Top = 80
41
  end
42
end