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

    r35 r51  
    77  ClientHeight = 429
    88  ClientWidth = 784
     9  OnCreate = FormCreate
    910  OnShow = FormShow
    1011  LCLVersion = '1.6.0.4'
     
    3334    OnSelectItem = ListViewCategoriesSelectItem
    3435  end
    35   object Button1: TButton
    36     Left = 15
    37     Height = 25
    38     Top = 390
    39     Width = 75
    40     Action = AAdd
    41     Anchors = [akLeft, akBottom]
     36  object ToolBar1: TToolBar
     37    Left = 0
     38    Height = 26
     39    Top = 403
     40    Width = 784
     41    Align = alBottom
     42    Caption = 'ToolBar1'
     43    Images = FormMain.ImageList1
     44    ParentShowHint = False
     45    ShowHint = True
    4246    TabOrder = 1
    43   end
    44   object Button2: TButton
    45     Left = 104
    46     Height = 25
    47     Top = 390
    48     Width = 75
    49     Action = AModify
    50     Anchors = [akLeft, akBottom]
    51     TabOrder = 2
    52   end
    53   object Button3: TButton
    54     Left = 192
    55     Height = 25
    56     Top = 390
    57     Width = 75
    58     Action = ARemove
    59     Anchors = [akLeft, akBottom]
    60     TabOrder = 3
     47    object ToolButton1: TToolButton
     48      Left = 1
     49      Top = 2
     50      Action = AAdd
     51    end
     52    object ToolButton2: TToolButton
     53      Left = 24
     54      Top = 2
     55      Action = AModify
     56    end
     57    object ToolButton3: TToolButton
     58      Left = 47
     59      Top = 2
     60      Action = ARemove
     61    end
    6162  end
    6263  object ActionList1: TActionList
Note: See TracChangeset for help on using the changeset viewer.