Subversion Repositories fastphp

Compare Revisions

Regard whitespace Rev 18 → Rev 19

/trunk/EditorMain.dfm
61,10 → 61,6
object HtmlTabSheet: TTabSheet
Caption = 'HTML'
ImageIndex = 1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object WebBrowser1: TWebBrowser
Left = 0
Top = 0
127,10 → 123,6
object HelpTabsheet: TTabSheet
Caption = 'Help'
ImageIndex = 1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object WebBrowser2: TWebBrowser
Left = 0
Top = 0
241,10 → 233,10
end
object OpenDialog3: TOpenDialog
DefaultExt = '.php'
FileName = 'scap.php'
FileName = 'scrap.php'
Filter = 'PHP file (*.php;*.xphp)|*.php;*.xphp|All files (*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Title = 'Where should the scrap file be saved?'
Title = 'Please select (or create) a scrap file'
Left = 608
Top = 248
end