Changeset 13 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Feb 11, 2012, 5:53:25 PM (12 years ago)
Author:
chronos
Message:
  • Added: Options form.
  • Modified: Interpretter now accept source code as string again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r12 r13  
    9494      Action = ACompile
    9595    end
     96    object ToolButton8: TToolButton
     97      Left = 149
     98      Top = 2
     99      Action = AOptions
     100    end
    96101  end
    97102  object TabControl1: TTabControl
     
    518523    object MenuItem18: TMenuItem
    519524      Caption = 'View'
     525      object MenuItem22: TMenuItem
     526        Action = AOptions
     527      end
    520528      object MenuItem19: TMenuItem
    521529        Action = AViewInterpretter
     
    663671    object ABreakpointUnset: TAction
    664672      Caption = 'Unset breakpoint'
     673    end
     674    object AOptions: TAction
     675      Caption = 'Options'
     676      ImageIndex = 2
     677      OnExecute = AOptionsExecute
    665678    end
    666679  end
Note: See TracChangeset for help on using the changeset viewer.