Ignore:
Timestamp:
Jan 18, 2015, 11:29:26 PM (9 years ago)
Author:
chronos
Message:
  • Moved: Field and value data type declaration moved to separate unit.
  • Modified: Fields edit form is now modal and made need changes need to be accepted.
  • Added: 32x32 icons to actions.
  • Fixed: If fileds count or type changed then table values are updated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormRecords.lfm

    r3 r4  
    1111  object ListView1: TListView
    1212    Left = 4
    13     Height = 399
     13    Height = 389
    1414    Top = 4
    1515    Width = 851
     
    3737  object ToolBar1: TToolBar
    3838    Left = 0
    39     Height = 26
    40     Top = 407
     39    Height = 36
     40    Top = 397
    4141    Width = 859
    4242    Align = alBottom
     43    ButtonHeight = 32
     44    ButtonWidth = 32
    4345    Caption = 'ToolBar1'
    4446    Images = Core.ImageList1
    45     ShowCaptions = True
    4647    TabOrder = 1
    4748    object ToolButton1: TToolButton
     
    5152    end
    5253    object ToolButton2: TToolButton
    53       Left = 46
     54      Left = 37
    5455      Top = 2
    5556      Action = AModify
    5657    end
    5758    object ToolButton3: TToolButton
    58       Left = 118
     59      Left = 73
    5960      Top = 2
    6061      Action = ARemove
     
    6768    object AAdd: TAction
    6869      Caption = 'Add'
     70      ImageIndex = 5
    6971      OnExecute = AAddExecute
    7072    end
    7173    object AModify: TAction
    7274      Caption = 'Modify'
     75      ImageIndex = 3
    7376      OnExecute = AModifyExecute
    7477    end
    7578    object ARemove: TAction
    7679      Caption = 'Remove'
     80      ImageIndex = 4
    7781      OnExecute = ARemoveExecute
    7882    end
Note: See TracChangeset for help on using the changeset viewer.