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

    r3 r4  
    1313  object ListView1: TListView
    1414    Left = 4
    15     Height = 626
     15    Height = 616
    1616    Top = 4
    1717    Width = 970
     
    3939  object ToolBar1: TToolBar
    4040    Left = 0
    41     Height = 26
    42     Top = 634
     41    Height = 36
     42    Top = 624
    4343    Width = 978
    4444    Align = alBottom
     45    ButtonHeight = 32
     46    ButtonWidth = 32
    4547    Caption = 'ToolBar1'
    4648    Images = Core.ImageList1
    47     ShowCaptions = True
    4849    TabOrder = 1
    4950    object ToolButton1: TToolButton
     
    5354    end
    5455    object ToolButton2: TToolButton
    55       Left = 46
     56      Left = 37
    5657      Top = 2
    5758      Action = AModify
    5859    end
    5960    object ToolButton3: TToolButton
    60       Left = 118
     61      Left = 73
    6162      Top = 2
    6263      Action = ARemove
    6364    end
    6465    object ToolButton4: TToolButton
    65       Left = 201
     66      Left = 109
    6667      Top = 2
    6768      Action = AShowRecords
    6869    end
    6970    object ToolButton5: TToolButton
    70       Left = 283
     71      Left = 145
    7172      Top = 2
    7273      Action = AShowFields
     
    7980    object AAdd: TAction
    8081      Caption = 'Add'
     82      ImageIndex = 5
    8183      OnExecute = AAddExecute
    8284    end
    8385    object AModify: TAction
    8486      Caption = 'Modify'
     87      ImageIndex = 3
    8588      OnExecute = AModifyExecute
    8689    end
    8790    object ARemove: TAction
    8891      Caption = 'Remove'
     92      ImageIndex = 4
    8993      OnExecute = ARemoveExecute
    9094    end
    9195    object AShowRecords: TAction
    9296      Caption = 'Records'
     97      ImageIndex = 7
    9398      OnExecute = AShowRecordsExecute
    9499    end
    95100    object AShowFields: TAction
    96101      Caption = 'Design'
     102      ImageIndex = 6
    97103      OnExecute = AShowFieldsExecute
    98104    end
Note: See TracChangeset for help on using the changeset viewer.