Changeset 128 for trunk/Forms/UFormFindDuplicity.lfm
- Timestamp:
- Apr 8, 2022, 9:43:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormFindDuplicity.lfm
r103 r128 1 1 object FormFindDuplicity: TFormFindDuplicity 2 2 Left = 455 3 Height = 5 453 Height = 523 4 4 Top = 355 5 Width = 8 415 Width = 807 6 6 Caption = 'Find duplicities' 7 ClientHeight = 5 458 ClientWidth = 8 419 DesignTimePPI = 1 507 ClientHeight = 523 8 ClientWidth = 807 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 15 15 object ListView1: TListView 16 16 Left = 5 17 Height = 4 7518 Top = 6 519 Width = 83117 Height = 455 18 Top = 63 19 Width = 797 20 20 Align = alClient 21 21 BorderSpacing.Around = 5 … … 23 23 item 24 24 Caption = 'Field' 25 Width = 18 825 Width = 180 26 26 end 27 27 item 28 28 Caption = 'Contacts' 29 Width = 3 7529 Width = 360 30 30 end 31 31 item 32 32 Caption = 'Count' 33 Width = 2 5333 Width = 243 34 34 end> 35 35 OwnerData = True … … 45 45 object Panel1: TPanel 46 46 Left = 0 47 Height = 6047 Height = 58 48 48 Top = 0 49 Width = 8 4149 Width = 807 50 50 Align = alTop 51 51 BevelOuter = bvNone 52 ClientHeight = 6053 ClientWidth = 8 4152 ClientHeight = 58 53 ClientWidth = 807 54 54 ParentFont = False 55 55 TabOrder = 1 56 56 object ComboBoxField: TComboBox 57 Left = 16 758 Height = 4 259 Top = 1 760 Width = 3 4057 Left = 160 58 Height = 41 59 Top = 16 60 Width = 326 61 61 ItemHeight = 0 62 62 OnChange = ComboBoxFieldChange … … 66 66 end 67 67 object Label1: TLabel 68 Left = 1 469 Height = 2 770 Top = 2071 Width = 1 4268 Left = 13 69 Height = 26 70 Top = 19 71 Width = 135 72 72 Caption = 'By contact field:' 73 73 ParentFont = False 74 74 end 75 75 object ButtonMerge: TButton 76 Left = 51777 Height = 4078 Top = 1 579 Width = 11 876 Left = 496 77 Height = 38 78 Top = 14 79 Width = 113 80 80 Caption = 'Merge' 81 81 OnClick = ButtonMergeClick … … 84 84 end 85 85 object ActionList1: TActionList 86 Left = 2 7387 Top = 1 6086 Left = 262 87 Top = 154 88 88 object AShowContacts: TAction 89 89 Caption = 'Show contacts' … … 92 92 end 93 93 object PopupMenu1: TPopupMenu 94 Left = 9 495 Top = 1 5594 Left = 90 95 Top = 149 96 96 object MenuItem1: TMenuItem 97 97 Action = AShowContacts
Note:
See TracChangeset
for help on using the changeset viewer.