Ignore:
Timestamp:
Sep 1, 2014, 7:10:03 PM (10 years ago)
Author:
chronos
Message:
  • Added: Concept of project and open project as directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r3 r4  
    55  Width = 667
    66  Caption = 'VCSCommander'
    7   ClientHeight = 472
     7  ClientHeight = 471
    88  ClientWidth = 667
    99  Menu = MainMenu1
    10   LCLVersion = '1.1'
     10  LCLVersion = '1.3'
    1111  object ToolBarMain: TToolBar
    1212    Left = 0
     
    1515    Width = 667
    1616    Caption = 'ToolBarMain'
    17     Images = ImageList1
    1817    ParentShowHint = False
    1918    ShowHint = True
     
    2221  object StatusBar1: TStatusBar
    2322    Left = 0
    24     Height = 21
    25     Top = 451
     23    Height = 26
     24    Top = 445
    2625    Width = 667
    2726    Panels = <>
    2827  end
    2928  object MainMenu1: TMainMenu
    30     Images = ImageList1
    3129    left = 232
    3230    top = 88
    3331    object MenuItemFile: TMenuItem
    3432      Caption = 'File'
     33      object MenuItem8: TMenuItem
     34        Action = Core.AProjectOpen
     35      end
     36      object MenuItem10: TMenuItem
     37        Action = Core.AProjectClose
     38      end
     39      object MenuItem9: TMenuItem
     40        Caption = '-'
     41      end
    3542      object MenuItemQuit: TMenuItem
    36         Action = AQuit
     43        Action = Core.AQuit
    3744      end
    3845    end
     
    4047      Caption = 'View'
    4148      object MenuItem7: TMenuItem
    42         Action = AViewFavorites
     49        Caption = 'Favorites'
    4350      end
    4451    end
     
    4653      Caption = 'General'
    4754      object MenuItem2: TMenuItem
    48         Action = ASettings
     55        Action = Core.ASettings
    4956      end
    5057    end
    5158    object MenuItem3: TMenuItem
    52       Caption = 'Help'
     59      Action = Core.AHelp
    5360      object MenuItem5: TMenuItem
    54         Action = AHelp
     61        Caption = 'Help'
    5562      end
    5663      object MenuItem4: TMenuItem
    57         Action = AAbout
     64        Action = Core.AAbout
    5865      end
    5966    end
    6067  end
    61   object ActionList1: TActionList
    62     Images = ImageList1
    63     left = 232
    64     top = 144
    65     object AQuit: TAction
    66       Caption = 'Quit'
    67       Hint = 'Quit'
    68       OnExecute = AQuitExecute
    69     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
    82   end
    83   object ImageList1: TImageList
    84     left = 232
    85     top = 200
    86   end
    8768end
Note: See TracChangeset for help on using the changeset viewer.