Subversion Repositories fastphp

Rev

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

Rev 22 Rev 23
Line 115... Line 115...
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
        WantTabs = True
119
        WantTabs = True
-
 
120
        OnMouseCursor = SynEdit1MouseCursor
120
        FontSmoothing = fsmNone
121
        FontSmoothing = fsmNone
121
      end
122
      end
122
    end
123
    end
123
    object HelpTabsheet: TTabSheet
124
    object HelpTabsheet: TTabSheet
124
      Caption = 'Help'
125
      Caption = 'Help'
Line 227... Line 228...
227
      Width = 75
228
      Width = 75
228
      Height = 35
229
      Height = 35
229
      Action = ActionFindPrev
230
      Action = ActionFindPrev
230
      TabOrder = 8
231
      TabOrder = 8
231
    end
232
    end
-
 
233
    object Button11: TButton
-
 
234
      Left = 733
-
 
235
      Top = -1
-
 
236
      Width = 75
-
 
237
      Height = 35
-
 
238
      Action = ActionSpaceToTab
-
 
239
      TabOrder = 9
-
 
240
    end
232
  end
241
  end
233
  object OpenDialog1: TOpenDialog
242
  object OpenDialog1: TOpenDialog
234
    DefaultExt = '.chm'
243
    DefaultExt = '.chm'
235
    FileName = 'php_manual_en.chm'
244
    FileName = 'php_manual_en.chm'
236
    Filter = 'Help files (*.chm)|*.chm'
245
    Filter = 'Help files (*.chm)|*.chm'
Line 323... Line 332...
323
    object ActionOpen: TAction
332
    object ActionOpen: TAction
324
      Caption = 'Open'
333
      Caption = 'Open'
325
      ShortCut = 16463
334
      ShortCut = 16463
326
      OnExecute = ActionOpenExecute
335
      OnExecute = ActionOpenExecute
327
    end
336
    end
-
 
337
    object ActionSpaceToTab: TAction
-
 
338
      Caption = 'SpaceToTab'
-
 
339
      Hint = 'Converts leading spaces to tabs'
-
 
340
      OnExecute = ActionSpaceToTabExecute
-
 
341
    end
-
 
342
  end
-
 
343
  object Timer1: TTimer
-
 
344
    Enabled = False
-
 
345
    OnTimer = Timer1Timer
-
 
346
    Left = 776
-
 
347
    Top = 8
328
  end
348
  end
329
end
349
end