Ignore:
Timestamp:
Sep 23, 2016, 12:29:16 PM (8 years ago)
Author:
chronos
Message:
  • Added: Main form hide action to tray icon popup menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r100 r102  
    11object FormMain: TFormMain
    2   Left = 454
    3   Height = 446
    4   Top = 401
     2  Left = 449
     3  Height = 447
     4  Top = 396
    55  Width = 782
    66  Caption = 'Acronym Decoder'
     
    2727    object CheckBoxExactMath: TCheckBox
    2828      Left = 8
    29       Height = 21
     29      Height = 24
    3030      Top = 3
    31       Width = 102
     31      Width = 104
    3232      Caption = 'Exact match'
    3333      OnChange = CheckBoxExactMathChange
     
    699699      Default = True
    700700    end
     701    object MenuItem26: TMenuItem
     702      Action = AHide
     703    end
    701704    object MenuItem3: TMenuItem
    702705      Action = AImport
     706    end
     707    object MenuItem27: TMenuItem
     708      Action = AExport
     709    end
     710    object MenuItem28: TMenuItem
     711      Action = AProcessImports
    703712    end
    704713    object MenuItem19: TMenuItem
     
    793802      Caption = 'Show'
    794803      OnExecute = AShowExecute
     804    end
     805    object AHide: TAction
     806      Caption = 'Hide'
     807      OnExecute = AHideExecute
    795808    end
    796809    object AImport: TAction
Note: See TracChangeset for help on using the changeset viewer.