tvplanit: Some elemental code for VpGanttView (cooperation with control link and datastore).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8415 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-08-22 22:30:13 +00:00
parent 0be0798652
commit c11c9f5163
4 changed files with 146 additions and 6 deletions

View File

@ -176,6 +176,7 @@ uses
VpMonthView, { Month View Component }
VpContactGrid, { ContactGrid Component }
VpTaskList, { Task List Component }
VpGanttView, { Gantt View Component }
{$IFDEF DELPHI}
VpBDEDS, { DataStore Component }
VpDateEdit, { DateEdit Component }
@ -676,6 +677,7 @@ begin
TVpTaskList,
TVpContactGrid,
TVpContactButtonBar,
TVpGanttView,
TVpResourceCombo,
TVpPrintFormatComboBox,
TVpResourceEditDialog,