<Widget setSize="310,400" setBackground="f8f4db" setBackgroundHighlight="blue" setForegroundHighlight="white">
	<Widget setShape="200,0,110,400" setBackground="d8d0bb" setName="panel1"/>
	<Combobox setShape="10,10,170,25" setLabel="Actions" setFontstyle="bold" setBackgroundHighlight="blue" setForegroundHighlight="white" >
	  <Listbox setSize="150,100" setBackgroundHighlight="blue" setForegroundHighlight="white" >
         <Item setLabel="Borders" setAction="loadgui,tutorials_combo_border.xml" setTarget="panel1"/>
         <Item setLabel="Fonts_Colors" setAction="loadgui,tutorials_combo_fonts_colors.xml" setTarget="panel1"/>
         <Item setLabel="Highlights" setAction="loadgui,tutorials_combo_highlights.xml" setTarget="panel1"/>
         <Item setLabel="Bambookit" setAction="loadurl,http://www.bambookit.com"/>
        </Listbox>
      </Combobox>
<Combobox setLabel="[None]" setShape="10,60,100,22" setBorder="flat" setAlign="left" setBackgroundHighlight="blue" setForegroundHighlight="white" >
	  <Listbox setBackgroundHighlight="blue" setForegroundHighlight="white" >	  
		<Item setLabel="Conpany" setSize="100,18"/>	
	 	<Item setLabel="Enterprise" setSize="100,18"/>	
		<Item setLabel="Individual" setSize="100,18"/>	
	  </Listbox>	  
	</Combobox>
	<Combobox setLabel="[None]" setShape="10,90,100,22" setBorder="flat" setAlign="left" setBackgroundHighlight="blue" setForegroundHighlight="white" >
	  <View setSize="100,100">
         <Scrollbar setSize="15,15"/>
         <Scrollbar setVertical="false"/>

	  	<Listbox setSize="85,1" setBackgroundHighlight="blue" setForegroundHighlight="white" >	  
		  <Item setLabel="[None]" setSize="100,18"/>
		  <Item setLabel="Academic" setSize="100,18"/>
		  <Item setLabel="Clerical" setSize="100,18"/>
		  <Item setLabel="Computer Related" setSize="100,18"/>
		  <Item setLabel="Engineering" setSize="100,18"/>	
		  <Item setLabel="Executive" setSize="100,18"/>	
		  <Item setLabel="Managerial" setSize="100,18" />	
	 	  <Item setLabel="Other Technical" setSize="100,18"/>	
		  <Item setLabel="Professional" setSize="100,18"/>
		  <Item setLabel="Sales" setSize="100,18"/>	
		  <Item setLabel="Service" setSize="100,18"/>	
		  <Item setLabel="Student" setSize="100,18"/>	
	  </Listbox>	  
	</View>
	</Combobox>
	<Combobox setLabel="dd/mm/yyyy" setBorder="flat" setAlign="left" setShape="10,120,100,22" setBackgroundHighlight="blue" setForegroundHighlight="white" >
      	<Calendar setBackgroundHighlight="blue" setForegroundHighlight="white" />
      </Combobox>

</Widget>

	
	
