Changeset 16 for trunk/UCore.lfm


Ignore:
Timestamp:
Apr 2, 2016, 8:18:30 PM (8 years ago)
Author:
chronos
Message:
  • Added: Ability to add and remove scan operation.
  • Modified: XMLConfig moved from TMainForm to TCore as more proper place for general object.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r15 r16  
    1313    top = 208
    1414  end
     15  object ImageList1: TImageList
     16    left = 224
     17    top = 136
     18  end
     19  object XMLConfig1: TXMLConfig
     20    Filename = 'config.xml'
     21    StartEmpty = False
     22    RootName = 'CONFIG'
     23    ReadOnly = False
     24    left = 424
     25    top = 136
     26  end
    1527end
Note: See TracChangeset for help on using the changeset viewer.