Changeset 120 for trunk/Forms


Ignore:
Timestamp:
Feb 19, 2022, 12:09:21 AM (2 years ago)
Author:
chronos
Message:
  • Added: Partially implemented contacts compare.
Location:
trunk/Forms
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r115 r120  
    8383      Height = 34
    8484      Top = 5
    85       Width = 109
     85      Width = 145
    8686      Align = alNone
    8787      AutoSize = True
     
    9797      Transparent = True
    9898      object ToolButton5: TToolButton
    99         Left = 73
     99        Left = 109
    100100        Top = 0
    101101        Action = Core.ASettings
     
    110110        Top = 0
    111111        Action = Core.AFind
     112      end
     113      object ToolButton8: TToolButton
     114        Left = 73
     115        Top = 0
     116        Action = Core.AFileCompare
    112117      end
    113118    end
     
    146151        Action = Core.AFileSplit
    147152      end
     153      object MenuItem12: TMenuItem
     154        Action = Core.AFileCompare
     155      end
    148156      object MenuItem2: TMenuItem
    149157        Caption = '-'
  • trunk/Forms/UFormMain.pas

    r115 r120  
    1919    MenuItem10: TMenuItem;
    2020    MenuItem11: TMenuItem;
     21    MenuItem12: TMenuItem;
    2122    MenuItem3: TMenuItem;
    2223    MenuItem4: TMenuItem;
     
    5253    ToolButton6: TToolButton;
    5354    ToolButton7: TToolButton;
     55    ToolButton8: TToolButton;
    5456    procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
    5557    procedure FormCloseQuery(Sender: TObject; var CanClose: boolean);
Note: See TracChangeset for help on using the changeset viewer.