<CsoundSynthesizer>
<CsOptions>

-+P 

</CsOptions>
<CsInstruments>

sr=44100
kr=441
ksmps=100
nchnls=1
	;FLcolor	120,50,0

iwidth,iheight,ibpp bmopen	"backModifyApparence.png",1 ,1


	FLpanel	"This Panel contains some Buttons",400,400
	FLgroup	"group",400,400,0,0,0,1 
	FLcolor	-1	
gk1,ihb1	FLbutton	"Embossed Label",  150,150, 1,300,50,50,20,    0,1,0,3
	FLsetTextType 5,ihb1
	FLsetTextSize 35,ihb1
	FLsetFont	4,ihb1
	FLsetTextColor  200,200,200,ihb1
gk1,ihb2	FLbutton	"Engraved Label",  200,100, 2,300,50,50,80,    0,1,0,3
	FLsetTextType 4,ihb2
	FLsetTextSize 30,ihb2
	FLsetTextColor  200,200,100,ihb2
gk1,ihb3	FLbutton	"Embossed Label",  500,300, 1,300,50,50,150,   0,1,0,3
	FLsetTextType 5,ihb3
	FLsetTextSize 35,ihb3
	FLsetTextColor  100,200,200,ihb3
gk1,ihb4	FLbutton	"Shadow Label", 800,1500,1,300,50,50,210,   0,1,0,3
	FLsetTextType 3,ihb4
	FLsetTextSize 38,ihb4
	FLsetFont	2,ihb4
	FLsetBox	13,ihb4
	FLsetTextColor  255,255,255,ihb4
ihb5	FLbox "This is a label",6,8,30,300,50,50, 270
	FLsetTextColor  200,200,200,ihb5
	FLsetTextType 4,ihb5
	FLgroup_end
	FLpanel_end

	FLrun


	instr 1
aenv	linseg	3000,p3/2,100,p3/2,0
a1	oscili	aenv, i(gk1), 1
	out	a1
	endin

</CsInstruments>
<CsScore>

f1 0 1024 10 1
f0 3600

</CsScore>
</CsoundSynthesizer>
