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

    r50 r51  
    77  ClientHeight = 414
    88  ClientWidth = 812
     9  OnCreate = FormCreate
    910  OnShow = FormShow
    1011  LCLVersion = '1.6.0.4'
    1112  object ListView1: TListView
    1213    Left = 8
    13     Height = 398
     14    Height = 376
    1415    Top = 8
    1516    Width = 798
     
    4344    OnDblClick = ListView1DblClick
    4445    OnSelectItem = ListView1SelectItem
     46  end
     47  object ToolBar1: TToolBar
     48    Left = 0
     49    Height = 26
     50    Top = 388
     51    Width = 812
     52    Align = alBottom
     53    Caption = 'ToolBar1'
     54    Images = FormMain.ImageList1
     55    ParentShowHint = False
     56    ShowHint = True
     57    TabOrder = 1
     58    object ToolButton1: TToolButton
     59      Left = 1
     60      Top = 2
     61      Action = AAdd
     62    end
     63    object ToolButton2: TToolButton
     64      Left = 24
     65      Top = 2
     66      Action = AModify
     67    end
     68    object ToolButton3: TToolButton
     69      Left = 47
     70      Top = 2
     71      Action = ARemove
     72    end
     73    object ToolButton4: TToolButton
     74      Left = 70
     75      Top = 2
     76      Action = AProcess
     77    end
    4578  end
    4679  object ActionList1: TActionList
Note: See TracChangeset for help on using the changeset viewer.