﻿// Bismillahirrahmanirrahim

$!include "mainskin_alt/widgets/widgets_rightpanel.txt"
$!include "mainskin_alt/widgets/widgets_leftpanel.txt"
$!include "mainskin_alt/widgets/widgets_middle.txt"
$!include "mainskin_alt/widgets/widgets_popup.txt"
$!include "mainskin_alt/widgets/widgets_index.txt"
$!include "mainskin_alt/widgets/widgets_dictionary.txt"
$!include "mainskin_alt/widgets/widgets_worksheet.txt"
$!include "mainskin_alt/widgets/widgets_soundpanel.txt"
$!include "mainskin_alt/widgets/widgets_statusbar.txt"

@mainwindow
{
    $class com.isoft.mmcd.skin.MMCDWindow

    @position
    {
        $x 0
        $y 0
        $wdt 1000
        $hgt 680
    }

	$minimumsize 640 440

    $title "Risale-i Nur Külliyatı Elektronik Versiyonu"

    $visible true

    $exitonclose true
}

@anapanel
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 1
        $hgt 1
    }

    $visible true
}

@dugmeayarlar
{
    $class com.isoft.mmcd.skin.widgets.MMCDButton

    @images
    {
         $default "images/ayarlar.png"
    }
    $onlyimages true
    @rationalpos
    {
        $x 1
        $y 0
        $wdt 0
        $hgt 1
    }

    @position
    {
        $x -200
        $y 3
        $wdt 120
        $hgt -6
    }

	$focusable false    
    $font "Arial-plain-14"
	$margin 1 1 1 1
    $text "~@settings"

    $visible true
}


@dugmecikis
{
    $class com.isoft.mmcd.skin.widgets.MMCDButton

    @images
    {
         $default "images/cikis2.png"
    }
    $onlyimages true

    @rationalpos
    {
        $x 1	
        $y 0
        $wdt 0
        $hgt 0
    }

    @position
    {
        $x -110
        $y 3
        $wdt 105
        $hgt 24
    }

	$focusable false    
    $font "Arial-plain-14"
	$margin 1 1 1 1
    
    $text "~@exit"

    $visible true
}


@toppanel
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 1
        $hgt 0
    }

    @position
    {
        $x 8
        $y 6
        $wdt -16
        $hgt 40	
    }

	$eborder line gray

    $visible true
}


@dugmeanasayfa
{
    $class com.isoft.mmcd.skin.widgets.MMCDToggleButton

    @images
    {
         $default "images/mainscreen.png"
    }

    @rationalpos
    {
        $x 0.01
        $y 0
        $wdt 0.23
        $hgt 1
    }
	$focusable false

    @position
    {
        $x 0
        $y 1
        $wdt 0
        $hgt -2
    }
    
    $font "Arial-plain-14"
   	$margin 1 1 1 1
    
    
    $text "~@main_page"

    $visible true
}

@dugmekitaplartop
{
    $class com.isoft.mmcd.skin.widgets.MMCDToggleButton


    @rationalpos
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 1
    }
	$focusable false
	
	
    
	@images
    {
         $default "images/kitaplar.png"
    }
    $onlyimages true


    @position
    {
        $x 5
        $y 1
        $wdt 90
        $hgt -2
    }
    
    $font "Arial-plain-14"
   	$margin 1 1 1 1
    
    
    $text "Kitaplar"

    $visible true
}
@dugmearamatop
{
    $class com.isoft.mmcd.skin.widgets.MMCDToggleButton


    @rationalpos
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 1
    }
	$focusable false

    @position
    {
        $x 95
        $y 1
        $wdt 80
        $hgt -2
    }
    
    @images
    {
         $default "images/aramatop.png"
    }
    $onlyimages true
    
    $font "Arial-plain-14"
   	$margin 1 1 1 1
    
    
    $text "Arama"

    $visible true
}
@dugmeindex
{
    $class com.isoft.mmcd.skin.widgets.MMCDToggleButton

    @images
    {
         $default "images/index.png"
    }

    @rationalpos
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 1
    }

    @position
    {
        $x 175
        $y 1
        $wdt 90
        $hgt -2
    }
    
    $onlyimages true
    
	$focusable false
    
    $font "Arial-plain-14"
    $margin 1 1 1 1
    
    $text "~@index"

    $visible true
}

@dugmesozluk
{
    $class com.isoft.mmcd.skin.widgets.MMCDToggleButton

    @images
    {
         $default "images/dictionary.png"
    }
    $onlyimages true

    @rationalpos
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 1
    }

    @position
    {
        $x 265
        $y 1
        $wdt 90
        $hgt -2
    }
	$focusable false
    
    $font "Arial-plain-14"
    $margin 1 1 1 1
    
    $text "~@dictionary"

    $visible true
}

@dugmecalismasayfasi
{
    $class com.isoft.mmcd.skin.widgets.MMCDToggleButton

    @images
    {
         $default "images/worksheet.png"
    }
    $onlyimages true

    @rationalpos
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 1
    }

    @position
    {
        $x 355
        $y 1
        $wdt 110
        $hgt -2
    }
    
    $focusable false
    
    $font "Arial-plain-14"
    $margin 1 1 1 1
    
    $text "~@work_sheet"

    $visible true
}

@dugmeHelp
{
    $class com.isoft.mmcd.skin.widgets.MMCDToggleButton

    @images
    {
         $default "images/index.png"
    }
    $onlyimages true
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 1
    }

    @position
    {
        $x 465
        $y 1
        $wdt 85
        $hgt -2
    }


	$focusable false
    
    $font "Arial-plain-14"
    $margin 1 1 1 1
    
    $text "yardim"

    $visible true
}

@toptabs
{
    $class com.isoft.mmcd.skin.widgets.MMCDTabPane
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 1
    }

    @position
    {
        $x 3
        $y 2
        $wdt 560
        $hgt -4
    }

    // $lafyout default
    $margin 0 0 0 0
	
	$border null

    $tabcount 6

    $selectedtab 0

    @tabs
    {
         @tab0
         {
         	 $externalwidget dugmekitaplartop
             $widget mainscreenpanel leftkitapcontainer kitaplardigertabs
         }

         @tab1
         {
         	 $externalwidget dugmearamatop
             $widget mainscreenpanel leftsearchcontainer aramasonuctab
         }

         @tab2
         {
         	 $externalwidget dugmeindex
             $widget indexscreenpanel
         }
         
         @tab3
         {
         	 $externalwidget dugmesozluk
             $widget dictionarypanel
         }

         @tab4
         {
         	 $externalwidget dugmecalismasayfasi
             $widget worksheetpanel
         }
         
         @tab5
         {
         	 $externalwidget dugmeHelp
             $widget helpscreenpanel
         }
    }
	
	
    $visible true
}


@mainscreenpanel
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 1
        $hgt 1
    }

    @position
    {
        $x 0
        $y 49
        $wdt 0
        $hgt -49	
    }

    $visible true
}


@indexscreenpanel
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 1
        $hgt 1
    }

    @position
    {
        $x 0
        $y 39
        $wdt 0
        $hgt -39	
    }

    $visible false
}


@worksheetpanel
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 1
        $hgt 1
    }

    @position
    {
        $x 0
        $y 39
        $wdt 0
        $hgt -39	
    }

    $visible false
}

@dictionarypanel
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0
        $y 0
        $wdt 1
        $hgt 1
    }

    @position
    {
        $x 0
        $y 39
        $wdt 0
        $hgt -39	
    }

    $visible false
}


@invisibleleftmiddlecontainer
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0	
        $y 0
        $wdt 1
        $hgt 1
    }

    @position
    {
        $x 0
        $y 0
        $wdt -3
        $hgt 0	
    }
    
    $margin 0 0 0 0


    
    $visible true
}

@invisiblemiddlepanel
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x .27	
        $y 0
        $wdt 0.73
        $hgt 1
    }

    @position
    {
        $x 11
        $y 0
        $wdt -11
        $hgt -3	
    }



    $visible true
}


@middlepanel1
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0	
        $y 0
        $wdt 1
        $hgt 0
    }

    @position
    {
        $x 0
        $y 0
        $wdt 0
        $hgt 77	
    }

	$border line gray

    $visible true
}


@middlepanel2
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0	
        $y 0
        $wdt 1
        $hgt 1
    }

    @position
    {
        $x 0
        $y 80
        $wdt 0
        $hgt -100	
    }
	
	
    $visible true
}


@middlepanel3
{
    $class com.isoft.mmcd.skin.widgets.MMCDPanel
    
    @rationalpos
    {
        $x 0	
        $y 1
        $wdt 1
        $hgt 0
    }

    @position
    {
        $x 0
        $y -47
        $wdt 0
        $hgt 47	
    }

	$border line gray

    $visible true
}

