Ignore:
Timestamp:
Sep 10, 2022, 8:03:08 PM (20 months ago)
Author:
chronos
Message:
  • Removed: TemplateGenerics as required package. Used Generics.Collections instead.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        77heaptrclog.trc
        88MyData.exe
         9MyData.dbg
         10
  • trunk/Forms/UFormConnect.lfm

    r20 r26  
    11object FormConnect: TFormConnect
    22  Left = 795
    3   Height = 452
     3  Height = 542
    44  Top = 509
    5   Width = 616
     5  Width = 739
    66  Caption = 'Connection parameters:'
    7   ClientHeight = 452
    8   ClientWidth = 616
    9   DesignTimePPI = 120
     7  ClientHeight = 542
     8  ClientWidth = 739
     9  DesignTimePPI = 144
    1010  OnShow = FormShow
    11   LCLVersion = '1.8.0.6'
     11  LCLVersion = '2.2.2.0'
    1212  object EditName: TEdit
    13     Left = 211
    14     Height = 28
    15     Top = 21
    16     Width = 261
     13    Left = 253
     14    Height = 43
     15    Top = 25
     16    Width = 313
    1717    TabOrder = 0
    1818  end
    1919  object Label1: TLabel
    20     Left = 16
    21     Height = 20
    22     Top = 26
    23     Width = 43
     20    Left = 19
     21    Height = 26
     22    Top = 31
     23    Width = 56
    2424    Caption = 'Name:'
    2525    ParentColor = False
    2626  end
    2727  object Label2: TLabel
    28     Left = 16
    29     Height = 20
    30     Top = 67
    31     Width = 115
     28    Left = 19
     29    Height = 26
     30    Top = 80
     31    Width = 147
    3232    Caption = 'Database engine:'
    3333    ParentColor = False
    3434  end
    3535  object ComboBox1: TComboBox
    36     Left = 213
    37     Height = 28
    38     Top = 67
    39     Width = 260
    40     ItemHeight = 20
     36    Left = 256
     37    Height = 42
     38    Top = 80
     39    Width = 312
     40    ItemHeight = 0
    4141    OnChange = ComboBox1Change
    4242    Style = csDropDownList
     
    4444  end
    4545  object ButtonOk: TButton
    46     Left = 460
    47     Height = 25
    48     Top = 402
    49     Width = 75
     46    Left = 552
     47    Height = 30
     48    Top = 482
     49    Width = 90
    5050    Anchors = [akRight, akBottom]
    5151    Caption = 'Ok'
     
    5454  end
    5555  object ButtonCancel: TButton
    56     Left = 336
    57     Height = 25
    58     Top = 400
    59     Width = 75
     56    Left = 403
     57    Height = 30
     58    Top = 480
     59    Width = 90
    6060    Anchors = [akRight, akBottom]
    6161    Caption = 'Cancel'
     
    6464  end
    6565  object PageControl1: TPageControl
    66     Left = 15
    67     Height = 250
    68     Top = 116
    69     Width = 586
     66    Left = 18
     67    Height = 300
     68    Top = 139
     69    Width = 703
    7070    ActivePage = TabSheetRegistry
    7171    Anchors = [akTop, akLeft, akRight]
     
    7474    TabOrder = 4
    7575    object TabSheetXml: TTabSheet
    76       ClientHeight = 242
    77       ClientWidth = 578
     76      ClientHeight = 296
     77      ClientWidth = 693
    7878      object Label3: TLabel
    79         Left = 14
    80         Height = 20
    81         Top = 20
    82         Width = 54
     79        Left = 17
     80        Height = 26
     81        Top = 24
     82        Width = 69
    8383        Caption = 'Xml file:'
    8484        ParentColor = False
    8585      end
    8686      object EditXml: TEdit
    87         Left = 92
    88         Height = 28
    89         Top = 21
    90         Width = 372
     87        Left = 110
     88        Height = 43
     89        Top = 25
     90        Width = 446
    9191        Anchors = [akTop, akLeft, akRight]
    9292        TabOrder = 0
    9393      end
    9494      object ButtonXmlBrowse: TButton
    95         Left = 472
    96         Height = 31
    97         Top = 16
    98         Width = 94
     95        Left = 566
     96        Height = 37
     97        Top = 19
     98        Width = 113
    9999        Anchors = [akTop, akRight]
    100100        Caption = 'Browse'
     
    104104    end
    105105    object TabSheetSql: TTabSheet
    106       ClientHeight = 242
    107       ClientWidth = 578
     106      ClientHeight = 296
     107      ClientWidth = 693
    108108      object Label4: TLabel
    109         Left = 14
    110         Height = 20
    111         Top = 16
    112         Width = 34
     109        Left = 17
     110        Height = 26
     111        Top = 19
     112        Width = 44
    113113        Caption = 'Host:'
    114114        ParentColor = False
    115115      end
    116116      object EditHost: TEdit
    117         Left = 125
    118         Height = 28
    119         Top = 12
    120         Width = 260
     117        Left = 150
     118        Height = 43
     119        Top = 14
     120        Width = 312
    121121        TabOrder = 0
    122122      end
    123123      object Label5: TLabel
    124         Left = 16
    125         Height = 20
    126         Top = 48
    127         Width = 30
     124        Left = 19
     125        Height = 26
     126        Top = 58
     127        Width = 40
    128128        Caption = 'Port:'
    129129        ParentColor = False
    130130      end
    131131      object SpinEditPort: TSpinEdit
    132         Left = 125
    133         Height = 28
    134         Top = 48
    135         Width = 111
     132        Left = 150
     133        Height = 43
     134        Top = 58
     135        Width = 133
    136136        MaxValue = 65535
    137137        TabOrder = 1
     
    146146  end
    147147  object OpenDialog1: TOpenDialog
    148     left = 528
    149     top = 32
     148    Left = 632
     149    Top = 32
    150150  end
    151151end
Note: See TracChangeset for help on using the changeset viewer.