Subversion Repositories fastphp

Compare Revisions

Regard whitespace Rev 60 → Rev 91

/trunk/BrowserMain.dfm
40,4 → 40,17
Left = 288
Top = 80
end
object OpenDialog3: TOpenDialog
DefaultExt = 'php'
FileName = 'scrap.php'
Filter =
'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
'(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +
'le (*.xphp)|*.xphp|All files (*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Title = 'Please select (or create) a scrap file'
Left = 352
Top = 88
end
end