tvplanit: Add button "Add all" to FlexDatastore field mapper.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5029 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-07-25 11:23:25 +00:00
parent 6a1d71c140
commit f12d13a062
2 changed files with 78 additions and 57 deletions

View File

@ -144,8 +144,8 @@ object frmFieldMapper: TfrmFieldMapper
end
object btnAddMapping: TBitBtn
Left = 166
Height = 49
Top = 136
Height = 48
Top = 128
Width = 69
Caption = 'Add'
Enabled = False
@ -162,6 +162,16 @@ object frmFieldMapper: TfrmFieldMapper
OnClick = btnClearMappingsClick
TabOrder = 6
end
object btnAddAll: TButton
Left = 166
Height = 48
Top = 184
Width = 69
Caption = 'Add all'
Enabled = False
OnClick = btnAddAllClick
TabOrder = 7
end
end
end
end