Subversion Repositories fastphp

Rev

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

Rev 31 Rev 33
Line 258... Line 258...
258
      Width = 75
258
      Width = 75
259
      Height = 35
259
      Height = 35
260
      Action = ActionSpaceToTab
260
      Action = ActionSpaceToTab
261
      TabOrder = 9
261
      TabOrder = 9
262
    end
262
    end
-
 
263
    object btnLint: TButton
-
 
264
      Left = 814
-
 
265
      Top = 0
-
 
266
      Width = 75
-
 
267
      Height = 35
-
 
268
      Action = ActionLint
-
 
269
      TabOrder = 10
-
 
270
    end
263
  end
271
  end
264
  object OpenDialog1: TOpenDialog
272
  object OpenDialog1: TOpenDialog
265
    DefaultExt = '.chm'
273
    DefaultExt = '.chm'
266
    FileName = 'php_manual_en.chm'
274
    FileName = 'php_manual_en.chm'
267
    Filter = 'Help files (*.chm)|*.chm'
275
    Filter = 'Help files (*.chm)|*.chm'
Line 359... Line 367...
359
    object ActionSpaceToTab: TAction
367
    object ActionSpaceToTab: TAction
360
      Caption = 'SpaceToTab'
368
      Caption = 'SpaceToTab'
361
      Hint = 'Converts leading spaces to tabs'
369
      Hint = 'Converts leading spaces to tabs'
362
      OnExecute = ActionSpaceToTabExecute
370
      OnExecute = ActionSpaceToTabExecute
363
    end
371
    end
-
 
372
    object ActionLint: TAction
-
 
373
      Caption = 'Lint'
-
 
374
      OnExecute = ActionLintExecute
-
 
375
    end
364
  end
376
  end
365
  object Timer1: TTimer
377
  object Timer1: TTimer
366
    Enabled = False
378
    Enabled = False
367
    OnTimer = Timer1Timer
379
    OnTimer = Timer1Timer
368
    Left = 776
380
    Left = 776