Subversion Repositories fastphp

Rev

Rev 60 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 91
1
object Form2: TForm2
1
object Form2: TForm2
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft FastPHP Browser'
4
  Caption = 'ViaThinkSoft FastPHP Browser'
5
  ClientHeight = 662
5
  ClientHeight = 662
6
  ClientWidth = 1008
6
  ClientWidth = 1008
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
12
  Font.Style = []
13
  OldCreateOrder = False
13
  OldCreateOrder = False
14
  Position = poScreenCenter
14
  Position = poScreenCenter
15
  PixelsPerInch = 96
15
  PixelsPerInch = 96
16
  TextHeight = 13
16
  TextHeight = 13
17
  object WebBrowser1: TWebBrowser
17
  object WebBrowser1: TWebBrowser
18
    Left = 0
18
    Left = 0
19
    Top = 0
19
    Top = 0
20
    Width = 1008
20
    Width = 1008
21
    Height = 662
21
    Height = 662
22
    Align = alClient
22
    Align = alClient
23
    TabOrder = 0
23
    TabOrder = 0
24
    OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
24
    OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
25
    OnWindowClosing = WebBrowser1WindowClosing
25
    OnWindowClosing = WebBrowser1WindowClosing
26
    ExplicitLeft = 80
26
    ExplicitLeft = 80
27
    ExplicitTop = 64
27
    ExplicitTop = 64
28
    ExplicitWidth = 300
28
    ExplicitWidth = 300
29
    ExplicitHeight = 150
29
    ExplicitHeight = 150
30
    ControlData = {
30
    ControlData = {
31
      4C0000002E6800006B4400000000000000000000000000000000000000000000
31
      4C0000002E6800006B4400000000000000000000000000000000000000000000
32
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
32
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
33
      2B2E126208000000000000004C0000000114020000000000C000000000000046
33
      2B2E126208000000000000004C0000000114020000000000C000000000000046
34
      8000000000000000000000000000000000000000000000000000000000000000
34
      8000000000000000000000000000000000000000000000000000000000000000
35
      00000000000000000100000000000000000000000000000000000000}
35
      00000000000000000100000000000000000000000000000000000000}
36
  end
36
  end
37
  object Timer1: TTimer
37
  object Timer1: TTimer
38
    Interval = 100
38
    Interval = 100
39
    OnTimer = Timer1Timer
39
    OnTimer = Timer1Timer
40
    Left = 288
40
    Left = 288
41
    Top = 80
41
    Top = 80
42
  end
42
  end
-
 
43
  object OpenDialog3: TOpenDialog
-
 
44
    DefaultExt = 'php'
-
 
45
    FileName = 'scrap.php'
-
 
46
    Filter = 
-
 
47
      'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
-
 
48
      ';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
-
 
49
      '(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +
-
 
50
      'le (*.xphp)|*.xphp|All files (*.*)|*.*'
-
 
51
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
-
 
52
    Title = 'Please select (or create) a scrap file'
-
 
53
    Left = 352
-
 
54
    Top = 88
-
 
55
  end
43
end
56
end