Ignore:
Timestamp:
Apr 10, 2022, 1:39:35 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Show number of removed duplicates.
  • Fixed: Set document as modified only if data are really changed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormProperties.lfm

    r95 r133  
    11object FormProperties: TFormProperties
    22  Left = 400
    3   Height = 946
     3  Height = 908
    44  Top = 212
    5   Width = 1260
     5  Width = 1210
    66  Caption = 'Contacts'
    7   ClientHeight = 946
    8   ClientWidth = 1260
    9   DesignTimePPI = 150
     7  ClientHeight = 908
     8  ClientWidth = 1210
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 844
     16    Height = 810
    1717    Top = 0
    18     Width = 1260
     18    Width = 1210
    1919    Align = alClient
    2020    Columns = <   
    2121      item
    2222        Caption = 'Name'
    23         Width = 312
     23        Width = 300
    2424      end   
    2525      item
    2626        Caption = 'Attributes'
    27         Width = 156
     27        Width = 150
    2828      end   
    2929      item
    3030        Caption = 'Values'
    31         Width = 777
     31        Width = 746
    3232      end>
    3333    MultiSelect = True
     
    4545  object ToolBar1: TToolBar
    4646    Left = 0
    47     Height = 41
    48     Top = 877
    49     Width = 1260
     47    Height = 39
     48    Top = 842
     49    Width = 1210
    5050    Align = alBottom
    5151    Images = Core.ImageList1
     
    6060    end
    6161    object ToolButton2: TToolButton
    62       Left = 37
     62      Left = 36
    6363      Top = 2
    6464      Action = AModify
    6565    end
    6666    object ToolButton3: TToolButton
    67       Left = 109
     67      Left = 106
    6868      Top = 2
    6969      Action = ARemove
    7070    end
    7171    object ToolButton4: TToolButton
    72       Left = 73
     72      Left = 71
    7373      Top = 2
    7474      Action = AClone
    7575    end
    7676    object ToolButton5: TToolButton
    77       Left = 145
    78       Height = 34
     77      Left = 141
     78      Height = 33
    7979      Top = 2
    8080      Style = tbsSeparator
    8181    end
    8282    object ToolButton6: TToolButton
    83       Left = 153
     83      Left = 149
    8484      Top = 2
    8585      Action = ALoadValueFromFile
    8686    end
    8787    object ToolButton7: TToolButton
    88       Left = 189
     88      Left = 184
    8989      Top = 2
    9090      Action = ASaveValueToFile
     
    9393  object ListViewFilter1: TListViewFilter
    9494    Left = 0
    95     Height = 33
    96     Top = 844
    97     Width = 1260
     95    Height = 32
     96    Top = 810
     97    Width = 1210
    9898    OnChange = ListViewFilter1Change
    9999    Align = alBottom
     
    101101  object StatusBar1: TStatusBar
    102102    Left = 0
    103     Height = 28
    104     Top = 918
    105     Width = 1260
     103    Height = 27
     104    Top = 881
     105    Width = 1210
    106106    Panels = <   
    107107      item
    108         Width = 52
     108        Width = 50
    109109      end>
    110110    SimplePanel = False
     
    112112  object PopupMenuField: TPopupMenu
    113113    Images = Core.ImageList1
    114     Left = 453
    115     Top = 274
     114    Left = 435
     115    Top = 263
    116116    object MenuItem1: TMenuItem
    117117      Action = AAdd
     
    141141  object ActionList1: TActionList
    142142    Images = Core.ImageList1
    143     Left = 763
    144     Top = 268
     143    Left = 732
     144    Top = 257
    145145    object AAdd: TAction
    146146      Caption = 'Add'
     
    189189    Column = 0
    190190    Order = soNone
    191     Left = 550
    192     Top = 446
     191    Left = 528
     192    Top = 428
    193193  end
    194194  object SaveDialog1: TSaveDialog
    195     Left = 792
    196     Top = 467
     195    Left = 760
     196    Top = 448
    197197  end
    198198  object OpenDialog1: TOpenDialog
    199     Left = 792
    200     Top = 542
     199    Left = 760
     200    Top = 520
    201201  end
    202202end
Note: See TracChangeset for help on using the changeset viewer.