Ignore:
Timestamp:
Apr 27, 2014, 1:49:43 PM (10 years ago)
Author:
chronos
Message:
  • Added: Some new concept forms and actions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • platform/trunk/LDPlatform.FormMain.dfm

    r10 r11  
    2828    object File1: TMenuItem
    2929      Caption = 'File'
     30      object MenuItemNew: TMenuItem
     31        Caption = 'New'
     32        object N1: TMenuItem
     33          Caption = '-'
     34        end
     35        object Options2: TMenuItem
     36          Action = Core.ANew
     37        end
     38      end
     39      object Open1: TMenuItem
     40        Action = Core.AFileOpen
     41      end
     42      object Reopen1: TMenuItem
     43        Caption = 'Reopen'
     44        object TMenuItem
     45        end
     46      end
     47      object Save1: TMenuItem
     48        Action = Core.AFileSave
     49      end
     50      object Saveas1: TMenuItem
     51        Action = Core.AFileSaveAs
     52      end
     53      object Saveall1: TMenuItem
     54        Action = Core.AFileSaveAll
     55      end
     56      object Close1: TMenuItem
     57        Action = Core.AFileClose
     58      end
     59      object Closeall1: TMenuItem
     60        Action = Core.AFileCloseAll
     61      end
     62      object N2: TMenuItem
     63        Caption = '-'
     64      end
    3065      object Quit1: TMenuItem
    3166        Action = Core.AQuit
     
    3873      end
    3974    end
     75    object Help1: TMenuItem
     76      Caption = 'Help'
     77      object About1: TMenuItem
     78        Action = Core.AHelpAbout
     79      end
     80    end
    4081  end
    4182end
Note: See TracChangeset for help on using the changeset viewer.