Changeset 9 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Feb 9, 2012, 4:10:10 PM (12 years ago)
Author:
chronos
Message:
  • Added: Easy compiler to Delphi.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r6 r9  
    11object MainForm: TMainForm
    2   Left = 270
     2  Left = 258
    33  Height = 465
    4   Top = 120
     4  Top = 121
    55  Width = 643
    66  Caption = 'LazFuck'
     
    369369        }
    370370      end
     371      object MenuItem40: TMenuItem
     372        Caption = 'Target'
     373        object MenuItem21: TMenuItem
     374          Caption = 'New Item21'
     375        end
     376      end
    371377      object MenuItem17: TMenuItem
    372378        Caption = '-'
     
    416422      object MenuItem16: TMenuItem
    417423        Action = AProgramStop
     424      end
     425    end
     426    object MenuItem18: TMenuItem
     427      Caption = 'View'
     428      object MenuItem19: TMenuItem
     429        Action = AViewInterpretter
     430      end
     431      object MenuItem20: TMenuItem
     432        Action = AViewCompiled
    418433      end
    419434    end
     
    507522      Caption = 'Compile'
    508523      ImageIndex = 8
     524      OnExecute = ACompileExecute
    509525    end
    510526    object AProgramRun: TAction
     
    529545      ImageIndex = 10
    530546      OnExecute = AProgramStopExecute
     547    end
     548    object AViewInterpretter: TAction
     549      Caption = 'Interpretter'
     550      OnExecute = AViewInterpretterExecute
     551    end
     552    object AViewCompiled: TAction
     553      Caption = 'Compiled'
     554      OnExecute = AViewCompiledExecute
    531555    end
    532556  end
Note: See TracChangeset for help on using the changeset viewer.