Ignore:
Timestamp:
Aug 8, 2016, 12:37:58 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: ESC and ENTER keys handling in some dialogs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAcronym.lfm

    r69 r85  
    88  ClientWidth = 509
    99  OnClose = FormClose
    10   OnKeyUp = FormKeyUp
    1110  OnShow = FormShow
    1211  Position = poScreenCenter
     
    2625    Width = 361
    2726    Anchors = [akTop, akLeft, akRight]
    28     OnKeyUp = FormKeyUp
     27    OnKeyPress = EditMeaningKeyPress
    2928    TabOrder = 0
    3029  end
     
    4342    Width = 361
    4443    Anchors = [akTop, akLeft, akRight]
    45     OnKeyUp = FormKeyUp
     44    OnKeyPress = EditMeaningKeyPress
    4645    TabOrder = 1
    4746  end
     
    5453    Caption = 'Ok'
    5554    ModalResult = 1
    56     OnKeyUp = FormKeyUp
     55    OnKeyPress = EditMeaningKeyPress
    5756    TabOrder = 7
    5857  end
     
    6564    Caption = 'Cancel'
    6665    ModalResult = 2
    67     OnKeyUp = FormKeyUp
     66    OnKeyPress = EditMeaningKeyPress
    6867    TabOrder = 6
    6968  end
     
    8281    Width = 361
    8382    Anchors = [akTop, akLeft, akRight]
     83    OnKeyPress = EditMeaningKeyPress
    8484    ScrollBars = ssAutoBoth
    8585    TabOrder = 2
     
    101101    ItemHeight = 0
    102102    MultiSelect = True
     103    OnKeyPress = EditMeaningKeyPress
    103104    OnSelectionChange = ListBox1SelectionChange
    104105    PopupMenu = PopupMenuCategory
     
    112113    Width = 75
    113114    Action = ACategoryAdd
     115    OnKeyPress = EditMeaningKeyPress
    114116    TabOrder = 4
    115117  end
     
    120122    Width = 75
    121123    Action = ACategoryRemove
     124    OnKeyPress = EditMeaningKeyPress
    122125    TabOrder = 5
    123126  end
Note: See TracChangeset for help on using the changeset viewer.