"WingsFT"
{
	"title"                         "   Wings Fine Tuning by seiken"
	"resourcefile"					"resource/ui/wingsFT.res"

    "controls"
    {
		"smalltext"
		{
			"label"			"      Wings Script by ROBO_DONUT"
		}

		"button"
		{
			"name"		"MkWing"
		  	"label"		"   make wing"
	  	  	"command"	"wings_makewing"  	
		}

		"button"
		{
			"name"			"lifti_1"
		  	"label"			"0,01"
	  	  	"command"		"wings_inclift 0.01"
		}

		"button"
		{
			"name"			"lifti_2"
		  	"label"			"0,1"
	  	  	"command"		"wings_inclift 0.1"
		}

		"button"
		{
			"name"			"lifti_3"
		  	"label"			"1"
	  	  	"command"		"wings_inclift 1"
		}

		"button"
		{
			"name"			"lifti_4"
		  	"label"			"10"
	  	  	"command"		"wings_inclift 10"
		}

		"button"
		{
			"name"			"chklift"
			"label"			" Check Lift "
			"command"		"wings_inclift cl"
		}

		"button"
		{
			"name"			"liftd_1"
		  	"label"			"-0,01"
	  	  	"command"		"wings_declift 0.01"
		}

		"button"
		{
			"name"			"liftd_2"
		  	"label"			"-0,1"
	  	  	"command"		"wings_declift 0.1"
		}

		"button"
		{
			"name"			"liftd_3"
		  	"label"			"-1"
	  	  	"command"		"wings_declift 1"
		}

		"button"
		{
			"name"			"liftd_4"
		  	"label"			"-10"
	  	  	"command"		"wings_declift 10"
		}

		"button"
		{
			"name"			"dragi_1"
		  	"label"			"0,01"
	  	  	"command"		"wings_incdrag 0.01"
		}

		"button"
		{
			"name"			"dragi_2"
		  	"label"			"0,1"
	  	  	"command"		"wings_incdrag 0.1"
		}

		"button"
		{
			"name"			"dragi_3"
		  	"label"			"1"
	  	  	"command"		"wings_incdrag 1"
		}

		"button"
		{
			"name"			"dragi_4"
		  	"label"			"10"
	  	  	"command"		"wings_incdrag 10"
		}

		"button"
		{
			"name"			"chkdrag"
			"label"			" Check Drag "
			"command"		"wings_incdrag cd"
		}

		"button"
		{
			"name"			"dragd_1"
		  	"label"			"-0,01"
	  	  	"command"		"wings_decdrag 0.01"
		}

		"button"
		{
			"name"			"dragd_2"
		  	"label"			"-0,1"
	  	  	"command"		"wings_decdrag 0.1"
		}

		"button"
		{
			"name"			"dragd_3"
		  	"label"			"-1"
	  	  	"command"		"wings_decdrag 1"
		}

		"button"
		{
			"name"			"dragd_4"
		  	"label"			"-10"
	  	  	"command"		"wings_decdrag 10"
		}

		"button"
		{
			"name"			"areai_1"
		  	"label"			"0,01"
	  	  	"command"		"wings_incarea 0.01"
		}

		"button"
		{
			"name"			"areai_2"
		  	"label"			"0,1"
	  	  	"command"		"wings_incarea 0.1"
		}

		"button"
		{
			"name"			"areai_3"
		  	"label"			"1"
	  	  	"command"		"wings_incarea 1"
		}

		"button"
		{
			"name"			"areai_4"
		  	"label"			"10"
	  	  	"command"		"wings_incarea 10"
		}

		"button"
		{
			"name"			"chkarea"
			"label"			" Check Area "
			"command"		"wings_incarea ca"
		}

		"button"
		{
			"name"			"aread_1"
		  	"label"			"-0,01"
	  	  	"command"		"wings_decarea 0.01"
		}

		"button"
		{
			"name"			"aread_2"
		  	"label"			"-0,1"
	  	  	"command"		"wings_decarea 0.1"
		}

		"button"
		{
			"name"			"aread_3"
		  	"label"			"-1"
	  	  	"command"		"wings_decarea 1"
		}

		"button"
		{
			"name"			"aread_4"
		  	"label"			"-10"
	  	  	"command"		"wings_decarea 10"
		}
		
		"button"
		{
			"name"		"msgori"
		  	"label"		"Original"
	  	  	"command"	"wings_msgstyle 1; say WingsFT:-=msg style original!=-"
		}
		
		"button"
		{
			"name"		"msgcust"
		  	"label"		"Gmod text"
	  	  	"command"	"wings_msgstyle 2; say WingsFT:-=msg style Gmod text!=-"
		}
		
		"button"
		{
			"name"		"msgchat"
		  	"label"		"Chat Area"
	  	  	"command"	"wings_msgstyle 3; say WingsFT:-=msg style Chat area!=-"
		}
		
	}
}