uifw/eikctl/src/eikclock.ra
changeset 33 b3425bf29f82
parent 0 2f259fa3e83a
--- a/uifw/eikctl/src/eikclock.ra	Mon May 03 12:45:33 2010 +0300
+++ b/uifw/eikctl/src/eikclock.ra	Wed Jun 23 05:40:10 2010 +0800
@@ -1,199 +1,199 @@
-/*
-* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*     This file contains all the resources for clock control.
-*     Initial content was generated by SERIES60 Wizard.
-*
-*     THE RESOURCES IN THIS FILE ARE DEPRECATED!
-*
-*
-*/
-
-
-//  INCLUDES
-
-#include "EikClock.rh"
-
-
-// CONSTANTS
-
-
-//  MACROS
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_idle
-//
-//
-// ---------------------------------------------------------
-//
-RESOURCE CLOCK r_idle
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_ampm_clock
-//
-//
-// ---------------------------------------------------------
-//
-RESOURCE CLOCK r_ampm_clock
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_locale
-//
-//
-// ---------------------------------------------------------
-//
-RESOURCE CLOCK r_locale
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_digital
-//
-//
-// ---------------------------------------------------------
-//
-RESOURCE CLOCK r_digital
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_analog
-//
-//
-// ---------------------------------------------------------
-//
-RESOURCE CLOCK r_analog
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_digital_clock
-//      Digital clock setting.
-//
-// ---------------------------------------------------------
-//
-RESOURCE DIGITAL_CLOCK r_digital_clock
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_analog_clock
-//      Analog clock setting
-//
-// ---------------------------------------------------------
-//
-RESOURCE ANALOG_CLOCK_FACE r_analog_clock
-    {
-    }
-
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_ampm
-//      AmPm clock setting.
-//      Justification : right
-// ---------------------------------------------------------
-//
-RESOURCE AMPM_CLOCK r_ampm
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_digital_clock
-//      Digital clock setting.
-//      Justification : right
-// ---------------------------------------------------------
-//
-RESOURCE DIGITAL_CLOCK r_eik_digital_clock
-    {
-    }
-
-RESOURCE DIGITAL_CLOCK r_eik_digital_clock_with_ampm
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_clock
-//      Used in Real-Time, World view and Alarm view.
-//
-// ---------------------------------------------------------
-//
-RESOURCE CLOCK r_eik_clock
-    {
-    }
-
-RESOURCE CLOCK r_eik_clock_with_ampm
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_analog_clock
-//      Used in Real-Time and World clock view.
-//
-// ---------------------------------------------------------
-//
-RESOURCE ANALOG_CLOCK_FACE r_eik_analog_clock
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_ampm
-//      Used in Real-Time, World view and Alarm view.
-//
-// ---------------------------------------------------------
-//
-RESOURCE CLOCK r_eik_ampm
-    {
-    }
-
-//  RESOURCE DEFINITIONS
-// ---------------------------------------------------------
-//
-//      r_eik_ampm_clock
-//      AmPm clock setting.
-//      Justification : right
-// ---------------------------------------------------------
-//
-RESOURCE AMPM_CLOCK r_eik_ampm_clock
-    {
-    }
-
-// End of File
+/*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*     This file contains all the resources for clock control.
+*     Initial content was generated by SERIES60 Wizard.
+*
+*     THE RESOURCES IN THIS FILE ARE DEPRECATED!
+*
+*
+*/
+
+
+//  INCLUDES
+
+#include "EikClock.rh"
+
+
+// CONSTANTS
+
+
+//  MACROS
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_idle
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE CLOCK r_idle
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_ampm_clock
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE CLOCK r_ampm_clock
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_locale
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE CLOCK r_locale
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_digital
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE CLOCK r_digital
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_analog
+//
+//
+// ---------------------------------------------------------
+//
+RESOURCE CLOCK r_analog
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_digital_clock
+//      Digital clock setting.
+//
+// ---------------------------------------------------------
+//
+RESOURCE DIGITAL_CLOCK r_digital_clock
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_analog_clock
+//      Analog clock setting
+//
+// ---------------------------------------------------------
+//
+RESOURCE ANALOG_CLOCK_FACE r_analog_clock
+    {
+    }
+
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_ampm
+//      AmPm clock setting.
+//      Justification : right
+// ---------------------------------------------------------
+//
+RESOURCE AMPM_CLOCK r_ampm
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_digital_clock
+//      Digital clock setting.
+//      Justification : right
+// ---------------------------------------------------------
+//
+RESOURCE DIGITAL_CLOCK r_eik_digital_clock
+    {
+    }
+
+RESOURCE DIGITAL_CLOCK r_eik_digital_clock_with_ampm
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_clock
+//      Used in Real-Time, World view and Alarm view.
+//
+// ---------------------------------------------------------
+//
+RESOURCE CLOCK r_eik_clock
+    {
+    }
+
+RESOURCE CLOCK r_eik_clock_with_ampm
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_analog_clock
+//      Used in Real-Time and World clock view.
+//
+// ---------------------------------------------------------
+//
+RESOURCE ANALOG_CLOCK_FACE r_eik_analog_clock
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_ampm
+//      Used in Real-Time, World view and Alarm view.
+//
+// ---------------------------------------------------------
+//
+RESOURCE CLOCK r_eik_ampm
+    {
+    }
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//      r_eik_ampm_clock
+//      AmPm clock setting.
+//      Justification : right
+// ---------------------------------------------------------
+//
+RESOURCE AMPM_CLOCK r_eik_ampm_clock
+    {
+    }
+
+// End of File