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

    r2 r4  
    1919    Height = 25
    2020    Top = 21
    21     Width = 62
    22     Caption = 'Name:'
     21    Width = 131
     22    Caption = 'System name:'
    2323    ParentColor = False
    2424  end
     
    2828    Top = 302
    2929    Width = 75
     30    Anchors = [akRight, akBottom]
    3031    Caption = 'Ok'
    3132    ModalResult = 1
    3233    TabOrder = 1
    3334  end
     35  object EditCaption: TEdit
     36    Left = 167
     37    Height = 35
     38    Top = 56
     39    Width = 156
     40    TabOrder = 2
     41  end
     42  object Label2: TLabel
     43    Left = 16
     44    Height = 25
     45    Top = 66
     46    Width = 78
     47    Caption = 'Caption:'
     48    ParentColor = False
     49  end
     50  object ButtonCancel: TButton
     51    Left = 472
     52    Height = 25
     53    Top = 302
     54    Width = 75
     55    Anchors = [akRight, akBottom]
     56    Caption = 'Cancel'
     57    ModalResult = 2
     58    TabOrder = 3
     59  end
    3460end
Note: See TracChangeset for help on using the changeset viewer.