Ignore:
Timestamp:
Jul 4, 2018, 2:05:48 PM (6 years ago)
Author:
chronos
Message:
  • Added: New menu action Tools - Document check which shows a form for checking acronyms in text documents.
  • Added: Remember dimensions of Import, Export and Settings forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r176 r184  
    1515  OnHide = FormHide
    1616  OnShow = FormShow
    17   LCLVersion = '1.8.0.6'
     17  LCLVersion = '1.8.2.0'
    1818  object PanelMain: TPanel
    1919    Left = 0
     
    416416      OnExecute = AManageAcronymExecute
    417417    end
     418    object ADocumentCheck: TAction
     419      Caption = 'Document check'
     420      OnExecute = ADocumentCheckExecute
     421    end
    418422  end
    419423  object MainMenu1: TMainMenu
     
    488492      object MenuItem23: TMenuItem
    489493        Action = AProcessImports
     494      end
     495      object MenuItem3: TMenuItem
     496        Action = ADocumentCheck
     497      end
     498      object MenuItem2: TMenuItem
     499        Caption = '-'
    490500      end
    491501      object MenuItem18: TMenuItem
Note: See TracChangeset for help on using the changeset viewer.