Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Forms/UFormAcronyms.lfm

    r19 r30  
    1111  object ListViewAcronyms: TListView
    1212    Left = 8
    13     Height = 510
     13    Height = 480
    1414    Top = 40
    1515    Width = 725
     
    2626      item
    2727        Caption = 'Categories'
    28         Width = 300
     28        Width = 305
    2929      end>
    3030    MultiSelect = True
     
    4848    Anchors = [akTop, akLeft, akRight]
    4949  end
     50  object StatusBar1: TStatusBar
     51    Left = 0
     52    Height = 28
     53    Top = 530
     54    Width = 740
     55    Panels = <   
     56      item
     57        Width = 100
     58      end   
     59      item
     60        Width = 100
     61      end>
     62    SimplePanel = False
     63  end
    5064  object ListViewSort1: TListViewSort
    5165    ListView = ListViewAcronyms
     
    5367    OnFilter = ListViewSort1Filter
    5468    Column = 0
    55     Order = soDown
     69    Order = soUp
    5670    left = 248
    5771    top = 168
     
    6377    object AAdd: TAction
    6478      Caption = 'Add'
     79      ImageIndex = 0
    6580      OnExecute = AAddExecute
    6681      ShortCut = 45
     
    6883    object AModify: TAction
    6984      Caption = 'Modify'
     85      ImageIndex = 3
    7086      OnExecute = AModifyExecute
    7187      ShortCut = 13
     
    7389    object ARemove: TAction
    7490      Caption = 'Remove'
     91      ImageIndex = 4
    7592      OnExecute = ARemoveExecute
    7693      ShortCut = 46
     
    7895    object ASelectAll: TAction
    7996      Caption = 'Select all'
     97      OnExecute = ASelectAllExecute
    8098      ShortCut = 16449
    8199    end
Note: See TracChangeset for help on using the changeset viewer.