Changeset 103 for trunk/Forms/UFormFindDuplicity.lfm
- Timestamp:
- Feb 9, 2022, 3:51:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormFindDuplicity.lfm
r82 r103 1 1 object FormFindDuplicity: TFormFindDuplicity 2 2 Left = 455 3 Height = 5 233 Height = 545 4 4 Top = 355 5 Width = 8 075 Width = 841 6 6 Caption = 'Find duplicities' 7 ClientHeight = 5 238 ClientWidth = 8 079 DesignTimePPI = 1 447 ClientHeight = 545 8 ClientWidth = 841 9 DesignTimePPI = 150 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '2. 0.12.0'14 LCLVersion = '2.2.0.4' 15 15 object ListView1: TListView 16 16 Left = 5 17 Height = 4 5518 Top = 6 319 Width = 79717 Height = 475 18 Top = 65 19 Width = 831 20 20 Align = alClient 21 21 BorderSpacing.Around = 5 … … 23 23 item 24 24 Caption = 'Field' 25 Width = 18 025 Width = 188 26 26 end 27 27 item 28 28 Caption = 'Contacts' 29 Width = 3 6029 Width = 375 30 30 end 31 31 item 32 32 Caption = 'Count' 33 Width = 2 4233 Width = 253 34 34 end> 35 35 OwnerData = True … … 45 45 object Panel1: TPanel 46 46 Left = 0 47 Height = 5847 Height = 60 48 48 Top = 0 49 Width = 8 0749 Width = 841 50 50 Align = alTop 51 51 BevelOuter = bvNone 52 ClientHeight = 5853 ClientWidth = 8 0752 ClientHeight = 60 53 ClientWidth = 841 54 54 ParentFont = False 55 55 TabOrder = 1 56 56 object ComboBoxField: TComboBox 57 Left = 16 058 Height = 4 159 Top = 1 660 Width = 3 2657 Left = 167 58 Height = 42 59 Top = 17 60 Width = 340 61 61 ItemHeight = 0 62 62 OnChange = ComboBoxFieldChange … … 66 66 end 67 67 object Label1: TLabel 68 Left = 1 369 Height = 2 470 Top = 1971 Width = 1 3568 Left = 14 69 Height = 27 70 Top = 20 71 Width = 142 72 72 Caption = 'By contact field:' 73 ParentColor = False74 73 ParentFont = False 75 74 end 76 75 object ButtonMerge: TButton 77 Left = 49678 Height = 3879 Top = 1 480 Width = 11 376 Left = 517 77 Height = 40 78 Top = 15 79 Width = 118 81 80 Caption = 'Merge' 82 81 OnClick = ButtonMergeClick … … 85 84 end 86 85 object ActionList1: TActionList 87 Left = 2 6288 Top = 1 5486 Left = 273 87 Top = 160 89 88 object AShowContacts: TAction 90 89 Caption = 'Show contacts' … … 93 92 end 94 93 object PopupMenu1: TPopupMenu 95 Left = 9 096 Top = 1 4994 Left = 94 95 Top = 155 97 96 object MenuItem1: TMenuItem 98 97 Action = AShowContacts
Note:
See TracChangeset
for help on using the changeset viewer.