You've already forked lazarus-ccr
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:
@ -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.
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user