Subversion Repositories fastphp

Rev

Rev 60 | Go to most recent revision | Details | Compare with Previous | 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
60 daniel-mar 25
    OnWindowClosing = WebBrowser1WindowClosing
8 daniel-mar 26
    ExplicitLeft = 80
27
    ExplicitTop = 64
28
    ExplicitWidth = 300
29
    ExplicitHeight = 150
30
    ControlData = {
31
      4C0000002E6800006B4400000000000000000000000000000000000000000000
32
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
33
      2B2E126208000000000000004C0000000114020000000000C000000000000046
34
      8000000000000000000000000000000000000000000000000000000000000000
35
      00000000000000000100000000000000000000000000000000000000}
36
  end
37
  object Timer1: TTimer
38
    Interval = 100
39
    OnTimer = Timer1Timer
40
    Left = 288
41
    Top = 80
42
  end
91 daniel-mar 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
8 daniel-mar 56
end