Subversion Repositories fastphp

Rev

Rev 60 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 91
Line 38... Line 38...
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