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/UFormImportFormats.lfm

    r35 r51  
    44  Top = 327
    55  Width = 591
    6   Caption = 'Import sources'
     6  Caption = 'Import formats'
    77  ClientHeight = 414
    88  ClientWidth = 591
     9  OnCreate = FormCreate
    910  OnShow = FormShow
    1011  LCLVersion = '1.6.0.4'
    1112  object ListView1: TListView
    1213    Left = 8
    13     Height = 398
     14    Height = 368
    1415    Top = 8
    1516    Width = 577
     
    3031    OnDblClick = ListView1DblClick
    3132    OnSelectItem = ListView1SelectItem
     33  end
     34  object ToolBar1: TToolBar
     35    Left = 0
     36    Height = 26
     37    Top = 388
     38    Width = 591
     39    Align = alBottom
     40    Caption = 'ToolBar1'
     41    Images = FormMain.ImageList1
     42    ParentShowHint = False
     43    ShowHint = True
     44    TabOrder = 1
     45    object ToolButton1: TToolButton
     46      Left = 1
     47      Top = 2
     48      Action = AAdd
     49    end
     50    object ToolButton2: TToolButton
     51      Left = 24
     52      Top = 2
     53      Action = AModify
     54    end
     55    object ToolButton3: TToolButton
     56      Left = 47
     57      Top = 2
     58      Action = ARemove
     59    end
    3260  end
    3361  object ActionList1: TActionList
Note: See TracChangeset for help on using the changeset viewer.