Ignore:
Timestamp:
Aug 9, 2017, 8:47:42 AM (7 years ago)
Author:
chronos
Message:
  • Added: Icons for various actions.
  • Added: Show rule items in rules list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms/UFormRule.lfm

    r111 r112  
    11object FormRule: TFormRule
    22  Left = 679
    3   Height = 398
     3  Height = 505
    44  Top = 620
    55  Width = 660
    66  ActiveControl = ButtonOk
    77  Caption = 'Rule'
    8   ClientHeight = 398
     8  ClientHeight = 505
    99  ClientWidth = 660
    1010  OnShow = FormShow
     
    1313    Left = 376
    1414    Height = 25
    15     Top = 360
     15    Top = 467
    1616    Width = 75
    1717    Anchors = [akLeft, akBottom]
     
    2323    Left = 168
    2424    Height = 25
    25     Top = 360
     25    Top = 467
    2626    Width = 75
    2727    Anchors = [akLeft, akBottom]
     
    4747  object ListView: TListView
    4848    Left = 16
    49     Height = 232
     49    Height = 307
    5050    Top = 112
    5151    Width = 624
    52     Anchors = [akTop, akLeft, akBottom]
     52    Anchors = [akTop, akLeft, akRight, akBottom]
    5353    Columns = <   
    5454      item
     
    7878  object ComboBox1: TComboBox
    7979    Left = 186
    80     Height = 36
     80    Height = 34
    8181    Top = 61
    8282    Width = 390
     
    8989    TabOrder = 4
    9090  end
     91  object ToolBar1: TToolBar
     92    Left = 16
     93    Height = 26
     94    Top = 424
     95    Width = 624
     96    Align = alCustom
     97    Anchors = [akLeft, akRight, akBottom]
     98    Caption = 'ToolBar1'
     99    Images = Core.ImageList1
     100    TabOrder = 5
     101    object ToolButton1: TToolButton
     102      Left = 1
     103      Top = 2
     104      Action = AAdd
     105    end
     106    object ToolButton2: TToolButton
     107      Left = 24
     108      Top = 2
     109      Action = AModify
     110    end
     111    object ToolButton3: TToolButton
     112      Left = 47
     113      Top = 2
     114      Action = ARemove
     115    end
     116  end
    91117  object ActionList1: TActionList
     118    Images = Core.ImageList1
    92119    left = 347
    93120    top = 187
    94121    object AAdd: TAction
    95122      Caption = 'Add'
     123      ImageIndex = 0
    96124      OnExecute = AAddExecute
    97125    end
    98126    object AModify: TAction
    99127      Caption = 'Modify'
     128      ImageIndex = 3
    100129      OnExecute = AModifyExecute
    101130    end
    102131    object ARemove: TAction
    103132      Caption = 'Remove'
     133      ImageIndex = 1
    104134      OnExecute = ARemoveExecute
    105135    end
    106136  end
    107137  object PopupMenu1: TPopupMenu
     138    Images = Core.ImageList1
    108139    left = 118
    109140    top = 185
Note: See TracChangeset for help on using the changeset viewer.