uidesigner/com.nokia.sdt.series60.componentlibrary/components/controls/CEikAlignedBase.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
       
     3 <!-- All rights reserved. -->
       
     4 <!-- This component and the accompanying materials are made available -->
       
     5 <!-- under the terms of the License "Eclipse Public License v1.0" -->
       
     6 <!-- which accompanies this distribution, and is available -->
       
     7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     8 
       
     9 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
       
    10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       
    11 	<enumPropertyDeclaration qualifiedName="com.nokia.sdt.symbian.CEikAligned.HorizontalAlignment">
       
    12 
       
    13 		<enumElement value="EHLeft" displayValue="left"/>
       
    14 		<enumElement value="EHCenter" displayValue="center"/>
       
    15 		<enumElement value="EHRight" displayValue="right"/>
       
    16 	</enumPropertyDeclaration>
       
    17 	<enumPropertyDeclaration qualifiedName="com.nokia.sdt.symbian.CEikAligned.VerticalAlignment">
       
    18 		<enumElement value="EVTop" displayValue="top"/>
       
    19 		<enumElement value="EVCenter" displayValue="center"/>
       
    20 		<enumElement value="EVBottom" displayValue="bottom"/>
       
    21 	</enumPropertyDeclaration>
       
    22 	
       
    23 	<component baseComponent="com.nokia.sdt.series60.CCoeControlBase" 
       
    24 		qualifiedName="com.nokia.sdt.symbian.CEikAlignedBase"
       
    25 		abstract="true"
       
    26 		version="1.0">
       
    27 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"  />
       
    28 		<properties>
       
    29 			<enumProperty category="Appearance" name="horiz_align" 
       
    30 					type="com.nokia.sdt.symbian.CEikAligned.HorizontalAlignment"
       
    31 					default="EHCenter"
       
    32 					descriptionKey="horiz_alignDescription" />
       
    33 			<enumProperty category="Appearance" name="vert_align" 
       
    34 					type="com.nokia.sdt.symbian.CEikAligned.VerticalAlignment"
       
    35 					default="EVTop"
       
    36 					descriptionKey="vert_alignDescription" />
       
    37 		</properties>
       
    38 	</component>
       
    39 </componentDefinition>