close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 33 for trunk/UCore.lfm


Ignore:
Timestamp:
Mar 5, 2014, 12:01:04 AM (10 years ago)
Author:
chronos
Message:
  • Added: Main application settings form.
  • Added: CoolTranslator component for interface localization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r30 r33  
    3636      ShortCut = 16466
    3737    end
     38    object ASettings: TAction
     39      Caption = 'Settings'
     40      OnExecute = ASettingsExecute
     41    end
    3842  end
    3943  object ImageList1: TImageList
     
    4145    top = 152
    4246  end
     47  object CoolTranslator1: TCoolTranslator
     48    POFilesFolder = 'Languages'
     49    OnTranslate = CoolTranslator1Translate
     50    left = 214
     51    top = 252
     52  end
    4353end
Note: See TracChangeset for help on using the changeset viewer.