Subversion Repositories fastphp

Rev

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

Rev 23 Rev 24
Line 114... Line 114...
114
        Gutter.ShowLineNumbers = True
114
        Gutter.ShowLineNumbers = True
115
        Highlighter = SynPHPSyn1
115
        Highlighter = SynPHPSyn1
116
        Lines.Strings = (
116
        Lines.Strings = (
117
          'SynEdit1')
117
          'SynEdit1')
118
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
118
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
-
 
119
        SearchEngine = SynEditSearch1
119
        WantTabs = True
120
        WantTabs = True
120
        OnMouseCursor = SynEdit1MouseCursor
121
        OnMouseCursor = SynEdit1MouseCursor
121
        FontSmoothing = fsmNone
122
        FontSmoothing = fsmNone
122
      end
123
      end
123
    end
124
    end
Line 344... Line 345...
344
    Enabled = False
345
    Enabled = False
345
    OnTimer = Timer1Timer
346
    OnTimer = Timer1Timer
346
    Left = 776
347
    Left = 776
347
    Top = 8
348
    Top = 8
348
  end
349
  end
-
 
350
  object SynEditSearch1: TSynEditSearch
-
 
351
    Left = 780
-
 
352
    Top = 236
-
 
353
  end
349
end
354
end