Changeset 73 for trunk/Forms/UFormFindDuplicity.lfm
- Timestamp:
- Dec 13, 2021, 11:33:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormFindDuplicity.lfm
r23 r73 1 1 object FormFindDuplicity: TFormFindDuplicity 2 2 Left = 455 3 Height = 4814 Top = 3 975 Width = 7013 Height = 523 4 Top = 355 5 Width = 807 6 6 Caption = 'Find duplicities' 7 ClientHeight = 4818 ClientWidth = 7017 ClientHeight = 523 8 ClientWidth = 807 9 9 DesignTimePPI = 144 10 10 OnClose = FormClose … … 15 15 object ListView1: TListView 16 16 Left = 5 17 Height = 4 1317 Height = 455 18 18 Top = 63 19 Width = 69119 Width = 797 20 20 Align = alClient 21 21 BorderSpacing.Around = 5 … … 47 47 Height = 58 48 48 Top = 0 49 Width = 70149 Width = 807 50 50 Align = alTop 51 51 BevelOuter = bvNone 52 52 ClientHeight = 58 53 ClientWidth = 70153 ClientWidth = 807 54 54 ParentFont = False 55 55 TabOrder = 1 56 56 object ComboBoxField: TComboBox 57 Left = 1 7358 Height = 4159 Top = 1 457 Left = 160 58 Height = 33 59 Top = 16 60 60 Width = 326 61 ItemHeight = 061 ItemHeight = 25 62 62 OnChange = ComboBoxFieldChange 63 63 ParentFont = False … … 67 67 object Label1: TLabel 68 68 Left = 13 69 Height = 2 469 Height = 25 70 70 Top = 19 71 Width = 1 1172 Caption = ' Contact field:'71 Width = 125 72 Caption = 'By contact field:' 73 73 ParentColor = False 74 74 ParentFont = False 75 end 76 object ButtonMerge: TButton 77 Left = 496 78 Height = 38 79 Top = 14 80 Width = 113 81 Caption = 'Merge' 82 OnClick = ButtonMergeClick 83 TabOrder = 1 75 84 end 76 85 end
Note:
See TracChangeset
for help on using the changeset viewer.