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/Forms/UFormField.lfm

    r15 r20  
    77  ClientHeight = 444
    88  ClientWidth = 974
     9  DesignTimePPI = 120
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    1112  Position = poMainFormCenter
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '1.8.0.6'
    1314  object EditName: TEdit
    1415    Left = 168
    15     Height = 36
     16    Height = 28
    1617    Top = 11
    1718    Width = 264
     
    2021  object Label1: TLabel
    2122    Left = 17
    22     Height = 26
     23    Height = 20
    2324    Top = 21
    24     Width = 56
     25    Width = 43
    2526    Caption = 'Name:'
    2627    ParentColor = False
     
    3839  object EditTextBefore: TEdit
    3940    Left = 167
    40     Height = 36
     41    Height = 28
    4142    Top = 88
    4243    Width = 265
     
    4546  object Label2: TLabel
    4647    Left = 16
    47     Height = 26
     48    Height = 20
    4849    Top = 98
    49     Width = 101
     50    Width = 79
    5051    Caption = 'Text before:'
    5152    ParentColor = False
     
    5354  object EditTextAfter: TEdit
    5455    Left = 167
    55     Height = 36
     56    Height = 28
    5657    Top = 136
    5758    Width = 265
     
    6061  object Label3: TLabel
    6162    Left = 16
    62     Height = 26
     63    Height = 20
    6364    Top = 144
    64     Width = 86
     65    Width = 66
    6566    Caption = 'Text after:'
    6667    ParentColor = False
     
    6869  object Label4: TLabel
    6970    Left = 17
    70     Height = 26
     71    Height = 20
    7172    Top = 56
    72     Width = 87
     73    Width = 68
    7374    Caption = 'Data type:'
    7475    ParentColor = False
     
    7677  object ComboBoxType: TComboBox
    7778    Left = 167
    78     Height = 40
     79    Height = 28
    7980    Top = 48
    8081    Width = 265
    81     ItemHeight = 0
     82    ItemHeight = 20
    8283    OnChange = ComboBoxTypeChange
    8384    Style = csDropDownList
Note: See TracChangeset for help on using the changeset viewer.