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/UFormDatabases.lfm

    r20 r26  
    11object FormDatabases: TFormDatabases
    22  Left = 592
    3   Height = 515
     3  Height = 618
    44  Top = 429
    5   Width = 908
     5  Width = 1090
    66  Caption = 'Connection profiles'
    7   ClientHeight = 515
    8   ClientWidth = 908
    9   DesignTimePPI = 120
     7  ClientHeight = 618
     8  ClientWidth = 1090
     9  DesignTimePPI = 144
    1010  OnShow = FormShow
    1111  Position = poMainFormCenter
    12   LCLVersion = '1.8.0.6'
     12  LCLVersion = '2.2.2.0'
    1313  object ListView1: TListView
    14     Left = 4
    15     Height = 471
    16     Top = 4
    17     Width = 900
     14    Left = 5
     15    Height = 565
     16    Top = 5
     17    Width = 1080
    1818    Align = alClient
    19     BorderSpacing.Around = 4
     19    BorderSpacing.Around = 5
    2020    Columns = <   
    2121      item
    2222        Caption = 'Name'
    23         Width = 200
     23        Width = 240
    2424      end   
    2525      item
    2626        Caption = 'Type'
    27         Width = 200
     27        Width = 240
    2828      end   
    2929      item
    3030        Caption = 'Connection string'
    31         Width = 483
     31        Width = 585
    3232      end>
    3333    OwnerData = True
     
    4343  object ToolBar1: TToolBar
    4444    Left = 0
    45     Height = 36
    46     Top = 479
    47     Width = 908
     45    Height = 43
     46    Top = 575
     47    Width = 1090
    4848    Align = alBottom
    49     ButtonHeight = 32
    50     ButtonWidth = 32
     49    ButtonHeight = 38
     50    ButtonWidth = 38
    5151    Images = Core.ImageList1
    5252    ParentShowHint = False
     
    5959    end
    6060    object ToolButton2: TToolButton
    61       Left = 37
     61      Left = 39
    6262      Top = 2
    6363      Action = AModify
    6464    end
    6565    object ToolButton3: TToolButton
    66       Left = 73
     66      Left = 77
    6767      Top = 2
    6868      Action = ARemove
    6969    end
    7070    object ToolButton4: TToolButton
    71       Left = 109
     71      Left = 115
    7272      Top = 2
    7373      Action = AOpen
     
    7676  object PopupMenu1: TPopupMenu
    7777    Images = Core.ImageList1
    78     left = 569
    79     top = 136
     78    Left = 704
     79    Top = 168
    8080    object MenuItem1: TMenuItem
    8181      Action = AAdd
     
    9494  object ActionList1: TActionList
    9595    Images = Core.ImageList1
    96     left = 392
    97     top = 136
     96    Left = 470
     97    Top = 163
    9898    object AAdd: TAction
    9999      Caption = 'New'
Note: See TracChangeset for help on using the changeset viewer.