Ignore:
Timestamp:
Feb 29, 2012, 11:16:44 AM (12 years ago)
Author:
chronos
Message:
  • Added: Targets definition classes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UMainForm.lfm

    r41 r42  
    8989    Top = 26
    9090    Width = 200
    91     ActivePage = TabSheetProject
     91    ActivePage = TabSheetCompiledProject
    9292    Align = alRight
    93     TabIndex = 0
     93    TabIndex = 2
    9494    TabOrder = 3
    9595    TabPosition = tpRight
     
    148148  object MainMenu1: TMainMenu
    149149    Images = ImageList1
    150     left = 624
    151     top = 8
     150    left = 115
     151    top = 160
    152152    object MenuItem1: TMenuItem
    153153      Caption = 'Project'
     
    474474      end
    475475      object MenuItemProducer: TMenuItem
    476         Caption = 'Producer'
     476        Caption = 'Target'
    477477      end
    478478    end
     
    540540      end
    541541      object MenuItem24: TMenuItem
    542         Action = AViewProducers
     542        Action = AViewTargets
    543543      end
    544544    end
     
    591591  object ActionList1: TActionList
    592592    Images = ImageList1
    593     left = 624
    594     top = 64
     593    left = 112
     594    top = 216
    595595    object AProjectNew: TAction
    596596      Category = 'Project'
     
    688688      OnExecute = AViewCompiledSoruceExecute
    689689    end
    690     object AViewProducers: TAction
     690    object AViewTargets: TAction
    691691      Category = 'View'
    692       Caption = 'Producers'
    693       OnExecute = AViewProducersExecute
     692      Caption = 'Targets'
     693      OnExecute = AViewTargetsExecute
    694694    end
    695695  end
     
    707707  end
    708708  object ImageList1: TImageList
    709     left = 624
    710     top = 112
     709    left = 344
     710    top = 184
    711711    Bitmap = {
    712712      4C690E0000001000000010000000000000000000000000000000000000000000
Note: See TracChangeset for help on using the changeset viewer.