Ignore:
Timestamp:
Aug 3, 2012, 3:17:28 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Some base project manager actions handling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StudioModules/LDModuleProject/ULDModuleProject.lfm

    r11 r12  
    11object DataModuleProject: TDataModuleProject
     2  OnDestroy = DataModuleDestroy
    23  OldCreateOrder = False
    34  Height = 328
     
    78  object ActionList1: TActionList
    89    left = 208
    9     top = 176
     10    top = 171
    1011    object ANew: TAction
    1112      Caption = 'New'
     13      OnExecute = ANewExecute
    1214    end
    1315    object AOpen: TAction
    1416      Caption = 'Open...'
     17      OnExecute = AOpenExecute
    1518    end
    1619    object AOpenRecent: TAction
     
    1922    object ASave: TAction
    2023      Caption = 'Save'
     24      OnExecute = ASaveExecute
    2125    end
    2226    object ASaveAs: TAction
    2327      Caption = 'Save as...'
     28      OnExecute = ASaveAsExecute
    2429    end
    2530    object AClose: TAction
    2631      Caption = 'Close'
     32      OnExecute = ACloseExecute
    2733    end
    2834    object AProjectManager: TAction
    2935      Caption = 'Project manager'
     36      OnExecute = AProjectManagerExecute
    3037    end
    3138  end
     
    5865    end
    5966  end
     67  object OpenDialog1: TOpenDialog
     68    left = 125
     69    top = 120
     70  end
     71  object SaveDialog1: TSaveDialog
     72    left = 208
     73    top = 120
     74  end
    6075end
Note: See TracChangeset for help on using the changeset viewer.