From adc599adfccdca9cc11e5dd983f26962008bc240 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 7 Jun 2016 11:58:39 +0000 Subject: [PATCH] tvplanit: Cosmetic changes in vpbase.pas. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4680 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/source/vpbase.pas | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/tvplanit/source/vpbase.pas b/components/tvplanit/source/vpbase.pas index 47b88a468..b312dd410 100644 --- a/components/tvplanit/source/vpbase.pas +++ b/components/tvplanit/source/vpbase.pas @@ -30,7 +30,6 @@ unit VpBase; - interface uses @@ -57,11 +56,11 @@ type TVpRotationAngle = (ra0, ra90, ra180, ra270); TVpItemMeasurement = (imAbsolutePixel, imPercent, imInches); 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, - 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_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); TVpGranularity = (gr05Min, gr06Min, gr10Min, gr15Min, gr20Min, gr30Min, gr60Min);