tvplanit: Cosmetic changes in vpbase.pas.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4680 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-07 11:58:39 +00:00
parent 11791cb13a
commit adc599adfc

View File

@ -30,7 +30,6 @@
unit VpBase; unit VpBase;
interface interface
uses uses
@ -57,11 +56,11 @@ type
TVpRotationAngle = (ra0, ra90, ra180, ra270); TVpRotationAngle = (ra0, ra90, ra180, ra270);
TVpItemMeasurement = (imAbsolutePixel, imPercent, imInches); TVpItemMeasurement = (imAbsolutePixel, imPercent, imInches);
TVpItemType = (itDayView, itWeekView, itMonthView, itCalendar, TVpItemType = (itDayView, itWeekView, itMonthView, itCalendar,
itShape, itCaption, itTasks, itContacts); itShape, itCaption, itTasks, itContacts);
TVpHours = (h_00, h_01, h_02, h_03, h_04, h_05, h_06, h_07, h_08, TVpHours = (h_00, h_01, h_02, h_03, h_04, h_05, h_06, h_07, h_08,
h_09, h_10, h_11, h_12, h_13, h_14, h_15, h_16, h_17, h_09, h_10, h_11, h_12, h_13, h_14, h_15, h_16, h_17,
h_18, h_19, h_20, h_21, h_22, h_23); h_18, h_19, h_20, h_21, h_22, h_23);
TVpGranularity = (gr05Min, gr06Min, gr10Min, gr15Min, gr20Min, gr30Min, TVpGranularity = (gr05Min, gr06Min, gr10Min, gr15Min, gr20Min, gr30Min,
gr60Min); gr60Min);