Ignore:
Timestamp:
Jul 12, 2016, 5:56:39 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Load also acronym description.
  • Added: Interface icons.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCategories.lfm

    r20 r30  
    11object FormCategories: TFormCategories
    2   Left = 630
    3   Height = 487
    4   Top = 485
     2  Left = 592
     3  Height = 429
     4  Top = 490
    55  Width = 784
    66  Caption = 'Acronym categories'
    7   ClientHeight = 487
     7  ClientHeight = 429
    88  ClientWidth = 784
    99  OnShow = FormShow
     
    1111  object ListViewCategories: TListView
    1212    Left = 9
    13     Height = 432
     13    Height = 374
    1414    Top = 8
    1515    Width = 767
     
    3636    Left = 15
    3737    Height = 25
    38     Top = 448
     38    Top = 390
    3939    Width = 75
    4040    Action = AAdd
     41    Anchors = [akLeft, akBottom]
    4142    TabOrder = 1
    4243  end
     
    4445    Left = 104
    4546    Height = 25
    46     Top = 448
     47    Top = 390
    4748    Width = 75
    4849    Action = AModify
     50    Anchors = [akLeft, akBottom]
    4951    TabOrder = 2
    5052  end
     
    5254    Left = 192
    5355    Height = 25
    54     Top = 448
     56    Top = 390
    5557    Width = 75
    5658    Action = ARemove
     59    Anchors = [akLeft, akBottom]
    5760    TabOrder = 3
    5861  end
     
    6366    object AAdd: TAction
    6467      Caption = 'Add'
     68      ImageIndex = 0
    6569      OnExecute = AAddExecute
    6670      ShortCut = 45
     
    6872    object ARemove: TAction
    6973      Caption = 'Remove'
     74      ImageIndex = 4
    7075      OnExecute = ARemoveExecute
    7176      ShortCut = 46
     
    7378    object AModify: TAction
    7479      Caption = 'Modify'
     80      ImageIndex = 3
    7581      OnExecute = AModifyExecute
    7682      ShortCut = 13
Note: See TracChangeset for help on using the changeset viewer.