Ignore:
Timestamp:
Feb 18, 2012, 8:44:10 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Target specific options is maintained by target class in registry.
  • Modified: Integer index TargetIndex replaced by object reference CurrentTarget.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r30 r32  
    9292      Left = 126
    9393      Top = 2
    94       Action = ACompile
     94      Action = AProgramCompile
    9595    end
    9696    object ToolButton8: TToolButton
     
    394394      Caption = 'Program'
    395395      object MenuItem11: TMenuItem
    396         Action = ACompile
     396        Action = AProgramCompile
    397397        Bitmap.Data = {
    398398          36040000424D3604000000000000360000002800000010000000100000000100
     
    562562      end
    563563      object MenuItem33: TMenuItem
    564         Action = AProgramStopOver
     564        Action = AProgramStepOver
    565565      end
    566566      object MenuItem34: TMenuItem
     
    761761      ShortCut = 32883
    762762    end
    763     object ACompile: TAction
     763    object AProgramCompile: TAction
    764764      Category = 'Program'
    765765      Caption = 'Compile'
    766766      ImageIndex = 8
    767       OnExecute = ACompileExecute
     767      OnExecute = AProgramCompileExecute
    768768      ShortCut = 16504
    769769    end
     
    814814      ShortCut = 118
    815815    end
    816     object AProgramStopOver: TAction
     816    object AProgramStepOver: TAction
    817817      Category = 'Program'
    818818      Caption = 'Step over'
Note: See TracChangeset for help on using the changeset viewer.