Changeset 20 for trunk/UCore.lfm


Ignore:
Timestamp:
Mar 23, 2018, 1:59:25 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Database classes reorganized. Now TDbConnectProfile is class which holds information about connection to database.
  • Modified: TDbManager is top most class for managing other database classes.
  • Modified: TDbConnectParams class contains client specific parameters for connect profile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r19 r20  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 693
    6   HorizontalOffset = 640
    7   VerticalOffset = 275
    8   Width = 980
    9   PPI = 144
     5  Height = 578
     6  HorizontalOffset = 533
     7  VerticalOffset = 229
     8  Width = 817
     9  PPI = 120
    1010  object ImageList1: TImageList
    1111    Height = 32
    1212    Width = 32
    13     left = 441
    14     top = 204
     13    left = 368
     14    top = 170
    1515    Bitmap = {
    1616      4C690C000000200000002000000061C66E0061C66E0061C66E0061C66E0061C6
     
    15531553    }
    15541554  end
    1555   object XMLConfig1: TXMLConfig
    1556     StartEmpty = False
    1557     RootName = 'CONFIG'
    1558     ReadOnly = False
    1559     left = 441
    1560     top = 324
    1561   end
    15621555  object ActionList1: TActionList
    15631556    Images = ImageList1
    1564     left = 446
    1565     top = 116
     1557    left = 372
     1558    top = 97
    15661559    object AExit: TAction
    15671560      Caption = 'Exit'
     
    15931586    POFilesFolder = 'Languages'
    15941587    OnTranslate = CoolTranslator1Translate
    1595     left = 432
    1596     top = 456
     1588    left = 360
     1589    top = 380
    15971590  end
    15981591  object ApplicationInfo1: TApplicationInfo
     
    16111604    RegistryRoot = rrKeyCurrentUser
    16121605    License = 'CC0'
    1613     left = 120
    1614     top = 132
     1606    left = 100
     1607    top = 104
    16151608  end
    16161609  object PersistentForm1: TPersistentForm
    16171610    MinVisiblePart = 50
    16181611    EntireVisible = False
    1619     left = 121
    1620     top = 214
     1612    left = 101
     1613    top = 178
    16211614  end
    16221615end
Note: See TracChangeset for help on using the changeset viewer.