tvplanit: new component palette icons by Roland Hahn

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8487 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-17 20:36:21 +00:00
parent eb6f23c3fa
commit dee1fb0d00
97 changed files with 33 additions and 8 deletions

View File

@ -667,17 +667,18 @@ begin
{----------------------------------------------------------------------------}
{ register Visual PlanIt components with the IDE }
{ Register Visual PlanIt components with the IDE }
{----------------------------------------------------------------------------}
RegisterComponents('Visual PlanIt', [
// Planner controls
TVpControlLink,
TVpDayView,
TVpWeekView,
TVpMonthView,
TVpGanttView,
TVpTaskList,
TVpContactGrid,
TVpContactButtonBar,
TVpGanttView,
TVpResourceCombo,
TVpPrintFormatComboBox,
TVpResourceEditDialog,
@ -688,11 +689,14 @@ begin
TVpPrintPreviewDialog,
TVpNotificationDialog,
TVpPrintPreview,
// Misc controls
TVpCalendar,
TVpLEDLabel,
TVpClock,
TVpCalendar,
TVpNavBar,
// Datastore types
TVpFlexDataStore,
{$IFDEF DELPHI}
TVpBDEDataStore, // BDE is not available in Lazarus
@ -705,10 +709,10 @@ begin
TVpBufDSDatastore,
TVpSqlite3Datastore,
TVpFirebirdDatastore
//TVpSdfDatastore, // to do (maybe)...
//TVpDbfDatastore, // to do...
//TVpSdfDatastore // to do (maybe)...
//TVpDbfDatastore // to do...
{$ENDIF}
]);
]);
end;
end.