Subversion Repositories fastphp

Rev

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

Rev 24 Rev 25
Line 111... Line 111...
111
        Gutter.Font.Height = -11
111
        Gutter.Font.Height = -11
112
        Gutter.Font.Name = 'Courier New'
112
        Gutter.Font.Name = 'Courier New'
113
        Gutter.Font.Style = []
113
        Gutter.Font.Style = []
114
        Gutter.ShowLineNumbers = True
114
        Gutter.ShowLineNumbers = True
115
        Highlighter = SynPHPSyn1
115
        Highlighter = SynPHPSyn1
116
        Lines.Strings = (
-
 
117
          'SynEdit1')
-
 
118
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
116
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
119
        SearchEngine = SynEditSearch1
117
        SearchEngine = SynEditSearch1
120
        WantTabs = True
118
        WantTabs = True
121
        OnMouseCursor = SynEdit1MouseCursor
119
        OnMouseCursor = SynEdit1MouseCursor
122
        FontSmoothing = fsmNone
120
        FontSmoothing = fsmNone
Line 231... Line 229...
231
      Action = ActionFindPrev
229
      Action = ActionFindPrev
232
      TabOrder = 8
230
      TabOrder = 8
233
    end
231
    end
234
    object Button11: TButton
232
    object Button11: TButton
235
      Left = 733
233
      Left = 733
236
      Top = -1
234
      Top = 0
237
      Width = 75
235
      Width = 75
238
      Height = 35
236
      Height = 35
239
      Action = ActionSpaceToTab
237
      Action = ActionSpaceToTab
240
      TabOrder = 9
238
      TabOrder = 9
241
    end
239
    end