Ignore:
Timestamp:
Aug 2, 2012, 4:43:10 PM (12 years ago)
Author:
chronos
Message:
  • Added: Empty application settings form. Modules will register custom settings subforms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StudioPackage/Forms/UFormMain.lfm

    r5 r6  
    77  ClientHeight = 501
    88  ClientWidth = 747
    9   Menu = MainMenu1
     9  Menu = MainMenu
    1010  OnShow = FormShow
    1111  LCLVersion = '1.1'
     
    2323    Width = 747
    2424    Caption = 'ToolBar1'
    25     Images = ImageList1
     25    Images = ImageListMain
    2626    TabOrder = 1
    2727    object ToolButton1: TToolButton
     
    114114    end
    115115  end
    116   object MainMenu1: TMainMenu
    117     Images = ImageList1
    118     left = 48
    119     top = 64
     116  object MainMenu: TMainMenu
     117    Images = ImageListMain
     118    left = 80
     119    top = 48
    120120    object MenuItem1: TMenuItem
    121121      Caption = 'Project'
     
    520520      end
    521521    end
     522    object MenuItem20: TMenuItem
     523      Caption = 'Build'
     524      object MenuItem21: TMenuItem
     525        Action = ABuild
     526      end
     527      object MenuItem22: TMenuItem
     528        Action = ARun
     529      end
     530      object MenuItem23: TMenuItem
     531        Action = AStop
     532      end
     533      object MenuItem24: TMenuItem
     534        Action = ARebuild
     535      end
     536      object MenuItem25: TMenuItem
     537        Action = ABuildClean
     538      end
     539    end
    522540    object MenuItem16: TMenuItem
    523541      Caption = 'Tools'
     542      object MenuItem19: TMenuItem
     543        Action = AViewSettings
     544      end
    524545    end
    525546    object MenuItem17: TMenuItem
     
    533554    end
    534555  end
    535   object ActionList1: TActionList
    536     Images = ImageList1
    537     left = 48
    538     top = 120
     556  object ActionListMain: TActionList
     557    Images = ImageListMain
     558    left = 80
     559    top = 104
    539560    object AProjectNew: TAction
    540561      Category = 'Project'
     
    616637      OnExecute = AViewProjectManagerExecute
    617638    end
     639    object AViewSettings: TAction
     640      Category = 'View'
     641      Caption = 'Settings'
     642      ImageIndex = 10
     643      OnExecute = AViewSettingsExecute
     644    end
     645    object ABuild: TAction
     646      Category = 'Build'
     647      Caption = 'Build'
     648    end
     649    object ARun: TAction
     650      Category = 'Build'
     651      Caption = 'Run'
     652    end
     653    object AStop: TAction
     654      Category = 'Build'
     655      Caption = 'Stop'
     656    end
     657    object ARebuild: TAction
     658      Category = 'Build'
     659      Caption = 'Rebuild'
     660    end
     661    object ABuildClean: TAction
     662      Category = 'Build'
     663      Caption = 'Clean'
     664    end
    618665  end
    619   object ImageList1: TImageList
    620     left = 48
    621     top = 176
     666  object ImageListMain: TImageList
     667    left = 80
     668    top = 160
    622669    Bitmap = {
    623670      4C69160000001000000010000000000000000000000000000000000000000000
Note: See TracChangeset for help on using the changeset viewer.