<?xml version="1.0" standalone="yes"?>
<Skin>
  <!--Nome  dello skin -->
  <Name>Nova</Name>
  
  <!-- Impostazioni globali -->
  <Logo>Logo.png</Logo>
  <!-- Colore di sfondo dei forms e controlli -->
  <Backcolor>178, 237, 207</Backcolor>
  <!-- Colore di sfondo e del teso dei controlli ENABLE=true -->
  <EnableBackColor></EnableBackColor>
  <EnableForeColor>0, 0, 0</EnableForeColor>
  <!-- Colore di sfondo e del testo dei controlli ENABLE=false -->
  <DisableBackColor></DisableBackColor>
  <DisableForeColor></DisableForeColor>
  
  <!-- Immagine di sfondo dell'applicazione -->
  <Frmmain>
    <Backgroundimage></Backgroundimage>
  </Frmmain>
  
  <!--Impostazioni della TitleBar -->
  <Title>
    <Textcolor>0, 0, 0</Textcolor>
    <Backgroundimage>titleBar.png</Backgroundimage>
  </Title>
  
	<!-- Impostazioni di default per i forms generici -->
  <Forms>
	<Buttons>
	  <!-- Nome file immagine esetnsioni: bmp, giff, jpg, png -->
	  <Backgroundimage>button1.png</Backgroundimage>
	  <!-- stili supporttati: syle=Bold ; syle=Italic ; syle=Strikeout ; style=Underline ; syke=Regular -->
	  <Font>Microsoft Sans Serif; 9pt; style=Regular</Font>
	  <!-- Colore in coordinate RGB -->
	  <Forecolor>0, 0, 0</Forecolor>
      <!-- Gestione eventi su passaggio mouse -->
	  <OnMouseBackColor>178, 237, 207</OnMouseBackColor>
      <OnMouseBackImage>button2.png</OnMouseBackImage>
    </Buttons>
  </Forms>

  <!-- Impostazioni per actionBar -->
  <ActionBar>
    <Buttons>
      <Backgroundimage>button1.png</Backgroundimage>
      <Font>Microsoft Sans Serif; 10pt; style=Regular</Font>
      <Forecolor>0, 0, 0</Forecolor>
      <OnMouseBackColor>178, 237, 207</OnMouseBackColor>
      <OnMouseBackImage>button2.png</OnMouseBackImage>
	</Buttons>
  </ActionBar>
	
</Skin>
