Changeset 3 for trunk/UCore.lfm


Ignore:
Timestamp:
Jan 18, 2015, 5:25:37 PM (9 years ago)
Author:
chronos
Message:
  • Added: Support for editing String and DateTime value types in record edit form.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33MyData.lps
        44data.xml
         5Config.xml
  • trunk/UCore.lfm

    r2 r3  
    1111    top = 137
    1212  end
     13  object XMLConfig1: TXMLConfig
     14    Filename = 'Config.xml'
     15    StartEmpty = False
     16    RootName = 'CONFIG'
     17    left = 294
     18    top = 216
     19  end
     20  object ActionList1: TActionList
     21    Images = ImageList1
     22    left = 297
     23    top = 77
     24    object AExit: TAction
     25      Caption = 'Exit'
     26      OnExecute = AExitExecute
     27    end
     28  end
    1329end
Note: See TracChangeset for help on using the changeset viewer.