Ignore:
Timestamp:
Jul 25, 2016, 5:20:29 PM (8 years ago)
Author:
chronos
Message:
  • Added: Bottom action toolbar to windows with lists.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAcronyms.lfm

    r50 r51  
    77  ClientHeight = 558
    88  ClientWidth = 740
     9  OnCreate = FormCreate
    910  OnShow = FormShow
    1011  LCLVersion = '1.6.0.4'
    1112  object ListViewAcronyms: TListView
    1213    Left = 8
    13     Height = 480
     14    Height = 456
    1415    Top = 40
    1516    Width = 725
     
    6162      end>
    6263    SimplePanel = False
     64  end
     65  object ToolBar1: TToolBar
     66    Left = 0
     67    Height = 26
     68    Top = 504
     69    Width = 740
     70    Align = alBottom
     71    Caption = 'ToolBar1'
     72    Images = FormMain.ImageList1
     73    ParentShowHint = False
     74    ShowHint = True
     75    TabOrder = 3
     76    object ToolButton1: TToolButton
     77      Left = 1
     78      Top = 2
     79      Action = AAdd
     80    end
     81    object ToolButton2: TToolButton
     82      Left = 24
     83      Top = 2
     84      Action = AModify
     85    end
     86    object ToolButton3: TToolButton
     87      Left = 47
     88      Top = 2
     89      Action = ARemove
     90    end
    6391  end
    6492  object ListViewSort1: TListViewSort
Note: See TracChangeset for help on using the changeset viewer.