tvplanit: New component palette icons including versions at 150% and 200% magnification for HighDPI screens.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-06-07 22:37:51 +00:00
parent c77aed9270
commit 5d59eca6f0
97 changed files with 225 additions and 19 deletions

View File

@ -648,10 +648,28 @@ begin
{ register Visual PlanIt components with the IDE }
{----------------------------------------------------------------------------}
RegisterComponents('Visual PlanIt', [
TVpControlLink,
TVpDayView,
TVpWeekView,
TVpMonthView,
TVpTaskList,
TVpContactGrid,
TVpContactButtonBar,
TVpResourceCombo,
TVpPrintFormatComboBox,
TVpResourceEditDialog,
TVpEventEditDialog,
TVpContactEditDialog,
TVpTaskEditDialog,
TVpPrintFormatEditDialog,
TVpPrintPreviewDialog,
TVpPrintPreview,
TVpNotificationDialog,
TVpLEDLabel,
TVpClock,
TVpCalendar,
TVpNavBar,
TVpFlexDataStore,
{$IFDEF DELPHI}
TVpBDEDataStore, // BDE is not available in Lazarus
@ -662,27 +680,10 @@ begin
TVpXmlDatastore,
TVpBufDSDatastore,
TVpSqlite3Datastore,
TVpFirebirdDatastore,
TVpFirebirdDatastore
//TVpSdfDatastore, // to do (maybe)...
//TVpDbfDatastore, // to do...
{$ENDIF}
TVpControlLink,
TVpPrintPreview,
TVpPrintFormatComboBox,
TVpResourceCombo,
TVpDayView,
TVpWeekView,
TVpMonthView,
TVpContactGrid,
TVpContactButtonBar,
TVpTaskList,
TVpNotificationDialog,
TVpResourceEditDialog,
TVpEventEditDialog,
TVpContactEditDialog,
TVpTaskEditDialog,
TVpPrintFormatEditDialog,
TVpPrintPreviewDialog
]);
end;

View File

@ -68,7 +68,7 @@ type
procedure FormShow(Sender: TObject);
private
SnoozeDelay: TDateTime;
ShowTime : TDateTime;
ShowTime: TDateTime;
procedure CalcSnooze;
protected
procedure PositionControls;