Subversion Repositories fastphp

Rev

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

Rev 73 Rev 74
Line 59... Line 59...
59
      end
59
      end
60
    end
60
    end
61
    object HtmlTabSheet: TTabSheet
61
    object HtmlTabSheet: TTabSheet
62
      Caption = 'HTML'
62
      Caption = 'HTML'
63
      ImageIndex = 1
63
      ImageIndex = 1
64
      ExplicitLeft = 0
-
 
65
      ExplicitTop = 0
-
 
66
      ExplicitWidth = 0
-
 
67
      ExplicitHeight = 0
-
 
68
      object WebBrowser1: TWebBrowser
64
      object WebBrowser1: TWebBrowser
69
        Left = 0
65
        Left = 0
70
        Top = 0
66
        Top = 0
71
        Width = 1112
67
        Width = 1112
72
        Height = 245
68
        Height = 245
Line 188... Line 184...
188
      end
184
      end
189
    end
185
    end
190
    object HelpTabsheet: TTabSheet
186
    object HelpTabsheet: TTabSheet
191
      Caption = 'Help'
187
      Caption = 'Help'
192
      ImageIndex = 1
188
      ImageIndex = 1
193
      ExplicitLeft = 0
-
 
194
      ExplicitTop = 0
-
 
195
      ExplicitWidth = 0
-
 
196
      ExplicitHeight = 0
-
 
197
      object WebBrowser2: TWebBrowser
189
      object WebBrowser2: TWebBrowser
198
        Left = 0
190
        Left = 0
199
        Top = 0
191
        Top = 0
200
        Width = 1112
192
        Width = 1112
201
        Height = 321
193
        Height = 321
Line 692... Line 684...
692
      Action = ActionLint
684
      Action = ActionLint
693
      TabOrder = 10
685
      TabOrder = 10
694
    end
686
    end
695
  end
687
  end
696
  object OpenDialog1: TOpenDialog
688
  object OpenDialog1: TOpenDialog
697
    DefaultExt = '.chm'
689
    DefaultExt = 'chm'
698
    FileName = 'php_manual_en.chm'
690
    FileName = 'php_manual_en.chm'
699
    Filter = 'Help files (*.chm)|*.chm'
691
    Filter = 'Help files (*.chm)|*.chm'
700
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
692
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
701
    Title = 'Please select your PHP Help file (CHM format)'
693
    Title = 'Please select your PHP Help file (CHM format)'
702
    Left = 504
694
    Left = 504
703
    Top = 248
695
    Top = 248
704
  end
696
  end
705
  object OpenDialog3: TOpenDialog
697
  object OpenDialog3: TOpenDialog
706
    DefaultExt = '.php'
698
    DefaultExt = 'php'
707
    FileName = 'scrap.php'
699
    FileName = 'scrap.php'
708
    Filter = 
700
    Filter = 
709
      'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
701
      'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
710
      ';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
702
      ';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
711
      '(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +
703
      '(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +
Line 844... Line 836...
844
      Caption = 'Save as...'
836
      Caption = 'Save as...'
845
      OnClick = Saveas1Click
837
      OnClick = Saveas1Click
846
    end
838
    end
847
  end
839
  end
848
  object SaveDialog1: TSaveDialog
840
  object SaveDialog1: TSaveDialog
849
    DefaultExt = '.php'
841
    DefaultExt = 'php'
850
    FileName = 'scrap.php'
842
    FileName = 'scrap.php'
851
    Filter = 
843
    Filter = 
852
      'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
844
      'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
853
      ';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
845
      ';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
854
      '(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +
846
      '(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +