Subversion Repositories fastphp

Rev

Rev 91 | 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
  Position = poScreenCenter
14
  TextHeight = 13
15
  object WebBrowser1: TWebBrowser
16
    Left = 0
17
    Top = 0
18
    Width = 1008
19
    Height = 662
20
    Align = alClient
21
    TabOrder = 0
22
    OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
60 daniel-mar 23
    OnWindowClosing = WebBrowser1WindowClosing
8 daniel-mar 24
    ControlData = {
25
      4C0000002E6800006B4400000000000000000000000000000000000000000000
26
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
27
      2B2E126208000000000000004C0000000114020000000000C000000000000046
28
      8000000000000000000000000000000000000000000000000000000000000000
29
      00000000000000000100000000000000000000000000000000000000}
30
  end
31
  object Timer1: TTimer
32
    Interval = 100
33
    OnTimer = Timer1Timer
34
    Left = 288
35
    Top = 80
36
  end
91 daniel-mar 37
  object OpenDialog3: TOpenDialog
38
    DefaultExt = 'php'
39
    FileName = 'scrap.php'
40
    Filter = 
41
      'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
42
      ';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
43
      '(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +
44
      'le (*.xphp)|*.xphp|All files (*.*)|*.*'
45
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
46
    Title = 'Please select (or create) a scrap file'
47
    Left = 352
48
    Top = 88
49
  end
8 daniel-mar 50
end