Ignore:
Timestamp:
Jan 28, 2013, 7:58:22 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Menu organization.
  • Added: Form for settings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r1 r3  
    11object FormMain: TFormMain
    2   Left = 259
     2  Left = 340
    33  Height = 497
    4   Top = 84
     4  Top = 152
    55  Width = 667
    6   Caption = 'FormMain'
     6  Caption = 'VCSCommander'
    77  ClientHeight = 472
    88  ClientWidth = 667
     
    3737      end
    3838    end
     39    object MenuItem6: TMenuItem
     40      Caption = 'View'
     41      object MenuItem7: TMenuItem
     42        Action = AViewFavorites
     43      end
     44    end
     45    object MenuItem1: TMenuItem
     46      Caption = 'General'
     47      object MenuItem2: TMenuItem
     48        Action = ASettings
     49      end
     50    end
     51    object MenuItem3: TMenuItem
     52      Caption = 'Help'
     53      object MenuItem5: TMenuItem
     54        Action = AHelp
     55      end
     56      object MenuItem4: TMenuItem
     57        Action = AAbout
     58      end
     59    end
    3960  end
    4061  object ActionList1: TActionList
     
    4768      OnExecute = AQuitExecute
    4869    end
     70    object ASettings: TAction
     71      Caption = 'Settings'
     72    end
     73    object AAbout: TAction
     74      Caption = 'About'
     75    end
     76    object AHelp: TAction
     77      Caption = 'Help'
     78    end
     79    object AViewFavorites: TAction
     80      Caption = 'Favorites'
     81    end
    4982  end
    5083  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.