tvplanit: Add option to select category to ical event import form.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8382 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-08-12 09:50:18 +00:00
parent d97209a2a3
commit 5d091a3a05
5 changed files with 101 additions and 14 deletions

View File

@ -20,11 +20,11 @@ inherited VpImportPreviewICalTaskForm: TVpImportPreviewICalTaskForm
PickList.Strings = ( )
ReadOnly = True
Title.Caption = 'Items'
Width = 630
Width = 634
end>
ColWidths = (
33
630
634
)
end
inherited ButtonPanel: TPanel