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

    r2 r4  
    1111  object ToolBar1: TToolBar
    1212    Left = 0
    13     Height = 26
    14     Top = 446
     13    Height = 36
     14    Top = 436
    1515    Width = 940
    1616    Align = alBottom
     17    ButtonHeight = 32
     18    ButtonWidth = 32
    1719    Caption = 'ToolBar1'
    1820    Images = Core.ImageList1
    19     ShowCaptions = True
    2021    TabOrder = 0
    2122    object ToolButton1: TToolButton
     
    2526    end
    2627    object ToolButton2: TToolButton
    27       Left = 46
     28      Left = 37
    2829      Top = 2
    2930      Action = AModify
    3031    end
    3132    object ToolButton3: TToolButton
    32       Left = 118
     33      Left = 73
    3334      Top = 2
    3435      Action = ARemove
     36    end
     37    object ToolButton4: TToolButton
     38      Left = 109
     39      Top = 2
     40      Action = AOk
     41    end
     42    object ToolButton5: TToolButton
     43      Left = 145
     44      Top = 2
     45      Action = ACancel
    3546    end
    3647  end
    3748  object ListView1: TListView
    3849    Left = 4
    39     Height = 438
     50    Height = 428
    4051    Top = 4
    4152    Width = 932
     
    7990    object AAdd: TAction
    8091      Caption = 'Add'
     92      ImageIndex = 5
    8193      OnExecute = AAddExecute
    8294    end
    8395    object AModify: TAction
    8496      Caption = 'Modify'
     97      ImageIndex = 3
    8598      OnExecute = AModifyExecute
    8699    end
    87100    object ARemove: TAction
    88101      Caption = 'Remove'
     102      ImageIndex = 4
    89103      OnExecute = ARemoveExecute
     104    end
     105    object AOk: TAction
     106      Caption = 'Ok'
     107      ImageIndex = 0
     108      OnExecute = AOkExecute
     109    end
     110    object ACancel: TAction
     111      Caption = 'Cancel'
     112      ImageIndex = 1
     113      OnExecute = ACancelExecute
    90114    end
    91115  end
Note: See TracChangeset for help on using the changeset viewer.