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

    r21 r26  
    11object FormTables: TFormTables
    22  Left = 731
    3   Height = 660
     3  Height = 792
    44  Top = 117
    5   Width = 978
     5  Width = 1174
    66  Caption = 'Tables'
    7   ClientHeight = 660
    8   ClientWidth = 978
    9   DesignTimePPI = 120
    10   OnActivate = FormActivate
    11   OnClose = FormClose
     7  ClientHeight = 792
     8  ClientWidth = 1174
     9  DesignTimePPI = 144
    1210  OnCreate = FormCreate
    1311  OnDestroy = FormDestroy
    1412  OnShow = FormShow
    15   LCLVersion = '1.8.0.6'
     13  LCLVersion = '2.2.2.0'
    1614  object ListView1: TListView
    17     Left = 4
    18     Height = 616
    19     Top = 4
    20     Width = 970
     15    Left = 5
     16    Height = 739
     17    Top = 5
     18    Width = 1164
    2119    Align = alClient
    22     BorderSpacing.Around = 4
     20    BorderSpacing.Around = 5
    2321    Columns = <   
    2422      item
    2523        Caption = 'Name'
    26         Width = 500
     24        Width = 600
    2725      end   
    2826      item
    2927        Caption = 'Records'
    30         Width = 453
     28        Width = 549
    3129      end>
    3230    OwnerData = True
     
    4240  object ToolBar1: TToolBar
    4341    Left = 0
    44     Height = 36
    45     Top = 624
    46     Width = 978
     42    Height = 43
     43    Top = 749
     44    Width = 1174
    4745    Align = alBottom
    48     ButtonHeight = 32
    49     ButtonWidth = 32
     46    ButtonHeight = 38
     47    ButtonWidth = 38
    5048    Images = Core.ImageList1
    5149    ParentShowHint = False
     
    5856    end
    5957    object ToolButton2: TToolButton
    60       Left = 37
     58      Left = 39
    6159      Top = 2
    6260      Action = AModify
    6361    end
    6462    object ToolButton3: TToolButton
    65       Left = 73
     63      Left = 77
    6664      Top = 2
    6765      Action = ARemove
    6866    end
    6967    object ToolButton4: TToolButton
    70       Left = 109
     68      Left = 115
    7169      Top = 2
    7270      Action = AShowRecords
    7371    end
    7472    object ToolButton5: TToolButton
    75       Left = 145
     73      Left = 153
    7674      Top = 2
    7775      Action = AShowFields
     
    8078  object ActionList1: TActionList
    8179    Images = Core.ImageList1
    82     left = 322
    83     top = 142
     80    Left = 368
     81    Top = 173
    8482    object AAdd: TAction
    8583      Caption = 'Add'
     
    110108  object PopupMenu1: TPopupMenu
    111109    Images = Core.ImageList1
    112     left = 464
    113     top = 144
     110    Left = 557
     111    Top = 173
    114112    object MenuItem4: TMenuItem
    115113      Action = AShowRecords
Note: See TracChangeset for help on using the changeset viewer.