<?xml version="1.0" encoding="UTF-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>800</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<CustomCSS>/*......... style for appearance1........page:appearances1 ....  */
#appearance1 .rs-range-color  {
    background-color: #5673E7;
}
#appearance1 .rs-path-color  {
    background-color: #dedede;
}
#appearance1 .rs-handle  {
    background-color: #000000;
}
#appearance1 .rs-border  {
    border-color: white;
}
/*......... style for appearance2........page:appearances1 ....  */
#appearance2 .rs-range-color  {
    background-color: #ff8d00;
}
#appearance2 .rs-handle:after  {
    background-color: #000000;
}
#appearance2 .rs-border  {
    border-color: #ff8d00;
}

/*......... style for appearance3........page:appearances1 ....  */
#appearance3 .rs-range-color  {
    background-color: black;
}
#appearance3 .rs-handle  {
    background-color: #fff;
    border: 5px solid black;
}

/*......... style for appearance4........page:appearances1 ....  */
#appearance4 .rs-range-color  {
    background-color: #00FFF5;
}
#appearance4 .rs-path-color  {
    background-color: #382d5f;
    border-radius: 0;
}
#appearance4 .rs-handle  {
    background-color: #00FFF5;
}
#appearance4 .rs-border  {
    border: 8px solid #382d5f;
}

/*......... style for appearance5........page:appearances2 ....  */
#appearance5 .rs-border.rs-outer  {
    border: 16px dotted #61A9DC;
}
#appearance5 .rs-border.rs-inner  {
    border-width: 0px;
}
#appearance5 .rs-handle  {
    background: black;
    margin-left: 0 !important;
}

/*......... style for appearance6........page:appearances2 ....  */
#appearance6 .rs-border  {
    border-width: 0px;
}
#appearance6 .rs-border.rs-outer  {
    border: 14px solid #aaa;
}
#appearance6 .rs-range-color  {
    background: black;
}
#appearance6 .rs-handle  {
    background: black;
    margin-left: 0 !important;
}


/*......... style for appearance7........page:appearances2 ....  */
#appearance7 .rs-range-color  {
    background-color: #33B5E5;
}
#appearance7 .rs-path-color  {
    background-color: #C2E9F7;
}
#appearance7 .rs-handle  {
    background-color: #C2E9F7;
    padding: 7px;
    border: 2px solid #C2E9F7;
}
#appearance7 .rs-handle.rs-focus  {
    border-color: #33B5E5;
}
#appearance7 .rs-handle:after  {
    border-color: #33B5E5;
    background-color: #33B5E5;
}
#appearance7 .rs-border  {
    border-color: transparent;
}

/*......... style for appearance8........page:appearances2 ....  */
#appearance8 .rs-range-color  {
    background: radial-gradient(ellipse at bottom, rgba(0, 0, 0, 1) 0%, rgba(48, 7, 36, 1) 34%, rgba(255, 255, 255, 1) 66%, rgba(0, 0, 0, 1) 100%);
}
#appearance8 .rs-path-color  {
    background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 1) 0%, rgba(169, 173, 174, 1) 34%, rgba(255, 255, 255, 1) 66%, rgba(5, 0, 0, 1) 100%);
}
#appearance8 .rs-handle  {
    background: radial-gradient(ellipse at center, rgba(228, 228, 228, 1) 0%, rgba(179, 179, 179, 1) 34%, rgb(102, 91, 98) 100%);
}
#appearance8 .rs-border  {
    border-color: white;
}

/*......... style for handle1........page:customHandleShape ....  */
#handle1 .rs-handle  {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -6px 0px 0px 14px !important;
    border-width: 6px 104px 6px 4px;
}
#handle1 .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 22px;
    width: 22px;
    background: black;
    right: -11px;
    bottom: -11px;
    border-radius: 100px;
}
#handle1 .rs-tooltip  {
    top: 75%;
    font-size: 11px;
}
#handle1 .rs-tooltip div  {
    text-align: center;
    background: orange;
    color: white;
    border-radius: 4px;
    padding: 1px 5px 2px;
    margin-top: 4px;
}
#handle1 .rs-range-color  {
    background-color: #DB5959;
}
#handle1 .rs-path-color  {
    background-color: #F0C5C5;
}


/*......... style for handle2........page:customHandleShape ....  */
#handle2 .rs-handle  {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -8px 0 0 14px !important;
}
#handle2 .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 12px;
    width: 12px;
    background: black;
    right: -6px;
    bottom: -6px;
    border-radius: 100%;
}
#handle2 .rs-handle:after  {
    display: block;
    content: " ";
    width: 106px;
    position: absolute;
    top: -1px;
    right: 0px;
    border-top: 2px dotted black;
}
#handle2 .rs-range-color  {
    background-color: #8832cd;
}
#handle2 .rs-path-color  {
    background-color: #ddc5f0;
}

/*......... style for tooltip1........page:customization ....  */
#tooltip1  {
    height: 160px !important;
    width: 100% !important;
    overflow: hidden;
    padding: 10px;
}
#tooltip1 .rs-container  {
    left: 50%;
    margin-left: -300px;
}
#tooltip1 .rs-tooltip  {
    top: 100px;
}

/*......... style for tooltip2........page:customization ....  */
#tooltip2 .rs-path-color  {
    background-color: #939393;
}
#tooltip2 .rs-handle  {
    background-color: orange;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="edit">
					<Code>setvar [myVar] [e]
setvar [x] [myVar.value]
If [x] &lt; 20
   setvar [speed] "Slow"
ElseIf [x] &lt; 40
   setvar [speed] "Normal"
ElseIf [x] &lt; 70
   setvar [speed] "Speed"
Else
   setvar [speed] "Very Speed"
EndIf

Return "[x] km/h &lt;div&gt;[speed] &lt;/div&gt;"</Code>
					<Params>[e]|STRING|parameter</Params>
				</Function>
				<Function name="OnDrag">
					<Code>setvar [y] [y]+1
refresh</Code>
					<Params>[e]|STRING|parameter</Params>
				</Function>
				<Function name="OnStop">
					<Code>MessageBox "Hello" "You have successfully done dragging" "ok" ""</Code>
					<Params>[event]|STRING|</Params>
				</Function>
				<Function name="tooltip1">
					<Code>setvar [p1] [args]
setvar [index] [p1.value]
CreateArray [months] "January,February,March,April,May,June,July,August,September,October,November,December"
Return "[months([index])]"</Code>
					<Params>[args]|STRING|parameter</Params>
				</Function>
				<Function name="tooltip2">
					<Code>setvar [p2] [args]
setvar [sign] [p2.value]
Return "$ [sign]"</Code>
					<Params>[args]|STRING|</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="start">
					<Components>
						<Container id="Container12">
							<left>0px</left>
							<top>0px</top>
							<width>800px</width>
							<height>600px</height>
							<style>background-color:#fff</style>
							<css_class>startback</css_class>
						</Container>
						<PushButton id="PushButton1">
							<left>286px</left>
							<top>401px</top>
							<width>229px</width>
							<height>63px</height>
							<style>font-size:20pt</style>
							<caption>start</caption>
							<kind>info</kind>
							<click>GotoNextPage</click>
						</PushButton>
						<Headline id="Headline1">
							<left>129px</left>
							<top>71px</top>
							<width>547px</width>
							<height>127px</height>
							<style>color:#3ab1d6;font-size:72pt;text-align:center</style>
							<text>roundSlider</text>
						</Headline>
						<Container id="Container11">
							<left>85px</left>
							<top>193px</top>
							<width>653px</width>
							<height>18px</height>
							<style>background-color:#3ab1d6</style>
						</Container>
						<Paragraph id="Paragraph7">
							<left>266px</left>
							<top>229px</top>
							<width>272px</width>
							<height>55px</height>
							<style>font-size:20pt;text-align:center</style>
							<text>Author:asmat</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="types">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] "Various Slider Types"
...............................................................................
roundSlider "type1" "30" "default" "" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "type2" "30" "min-range" "" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "type3" "30" "range" "" "" "" "" "" true true true false "" "" "" "" "" "" "" ""</pageenter>
					<Components>
						<Container id="Container1">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>There are three types of sliders available such as default, min-range and range slider. The default and min-range sliders are the similar which is used to select a single value inbetween the min and max values. In case of range slider, it is used to selece a range of values.</html>
						</Container>
						<Container id="type1">
							<left>124px</left>
							<top>219px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="type2">
							<left>314px</left>
							<top>219px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="type3">
							<left>503px</left>
							<top>219px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
					</Components>
				</Page>
				<Page id="shapes1">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>Setvar [topic] "Various Circle Shapes"
.......................................................................................
roundSlider "shape1" "30" "min-range" "quarter-top-left" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape2" "30" "min-range" "quarter-top-right" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape3" "30" "min-range" "quarter-bottom-left" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape4" "30" "min-range" "quarter-bottom-right" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape5" "30" "min-range" "half-top" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape6" "30" "min-range" "half-bottom" "" "" "" "" true true true false "" "" "" "" "" "" "" ""</pageenter>
					<Components>
						<Container id="Container2">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>The roundSlider not only means the complete round circle, it also supports the most commonly used circle shapes such as:

    Quarter Circle ( quarter-top-left, quarter-top-right, quarter-bottom-left, quarter-bottom-right)
    Half Circle (half-top, half-bottom, half-left, half-right)
    Pie shape</html>
						</Container>
						<Container id="shape1">
							<left>123px</left>
							<top>157px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape2">
							<left>313px</left>
							<top>157px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape3">
							<left>502px</left>
							<top>157px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape4">
							<left>123px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape5">
							<left>313px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape6">
							<left>502px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
					</Components>
				</Page>
				<Page id="shapes2">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>Setvar [topic] "Various Circle Shapes"
.......................................................................................
roundSlider "shape7" "30" "min-range" "half-left" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape8" "30" "min-range" "half-right" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape9" "30" "min-range" "pie" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape10" "30" "min-range" "custom-half" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "shape11" "30" "min-range" "custom-quarter" "" "" "" "" true true true false "" "" "" "" "" "" "" ""</pageenter>
					<Components>
						<Container id="Container3">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>The roundSlider not only means the complete round circle, it also supports the most commonly used circle shapes such as:

    Quarter Circle ( quarter-top-left, quarter-top-right, quarter-bottom-left, quarter-bottom-right)
    Half Circle (half-top, half-bottom, half-left, half-right)
    Pie shape</html>
						</Container>
						<Container id="shape7">
							<left>123px</left>
							<top>157px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape8">
							<left>313px</left>
							<top>157px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape9">
							<left>502px</left>
							<top>157px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape10">
							<left>123px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="shape11">
							<left>313px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
					</Components>
				</Page>
				<Page id="appearances1">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] "Different Theming and Appearances 1"
................................................................

roundSlider "appearance1" "30" "min-range" "" "80" "" "" "" true true true false "" "" "" "" "24,12" "square" "14" ""
roundSlider "appearance2" "40" "min-range" "" "80" "" "" "" true true true false "" "" "" "" "+8" "dot" "14" ""
roundSlider "appearance3" "40" "min-range" "" "80" "" "" "" true true true false "" "" "" "" "+8" "dot" "9" ""
roundSlider "appearance4" "40,60" "range" "" "80" "" "" "" true true true false "" "" "" "" "+10" "dot" "10" ""</pageenter>
					<Components>
						<Container id="Container4">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>The following demos show that, in what are the ways we can customize the control. The below examples may provide an idea to make different look and feel.</html>
						</Container>
						<Container id="appearance1">
							<left>219px</left>
							<top>148px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="appearance2">
							<left>409px</left>
							<top>148px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="appearance3">
							<left>219px</left>
							<top>338px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="appearance4">
							<left>409px</left>
							<top>338px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
					</Components>
				</Page>
				<Page id="appearances2">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] "Different Theming and Appearances 2"
................................................................

roundSlider "appearance5" "60" "min-range" "" "80" "" "" "" true true true false "" "" "" "" "16" "square" "0" ""
roundSlider "appearance6" "5,55" "range" "" "80" "" "" "" true true true false "" "" "" "" "+0" "dot" "14" ""
roundSlider "appearance7" "65" "min-range" "" "80" "" "" "" true true true false "" "" "" "" "+16" "dot" "8" ""
roundSlider "appearance8" "55" "min-range" "" "80" "" "" "" true true true false "" "" "" "" "+0" "dot" "22" ""</pageenter>
					<Components>
						<Container id="Container5">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>The following demos show that, in what are the ways we can customize the control. The below examples may provide an idea to make different look and feel.</html>
						</Container>
						<Container id="appearance5">
							<left>219px</left>
							<top>148px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="appearance6">
							<left>409px</left>
							<top>148px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="appearance7">
							<left>219px</left>
							<top>338px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="appearance8">
							<left>409px</left>
							<top>338px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
					</Components>
				</Page>
				<Page id="customHandleShape">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] "Custom Handle Shapes"
................................................................

roundSlider "handle1" "20" "min-range" "pie" "105" "" "" "" true false true false "" "" "315" "" "0" "square" "16" "edit"
roundSlider "handle2" "68" "min-range" "half-top" "130" "" "" "" false false true false "" "" "315" "" "0" "square" "16" ""</pageenter>
					<Components>
						<Container id="Container6">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>The handle shapes are defined in the ".rs-handle" class. By customizing this class we can make different shapes of handle.

The below examples shows the gauge like appearances.</html>
						</Container>
						<Container id="handle1">
							<left>108px</left>
							<top>193px</top>
							<width>210px</width>
							<height>210px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="handle2">
							<left>349px</left>
							<top>189px</top>
							<width>260px</width>
							<height>130px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
					</Components>
				</Page>
				<Page id="properties">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] "Properties"
....................................................................
roundSlider "slider1" "3000" "min-range" "" "" "1000" "10000" "1000" true true true false "" "" "" "" "" "" "" ""
roundSlider "slider2" "30" "default" "" "70" "" "" "" true true true false "" "" "" "" "+10" "dot" "10" ""
roundSlider "slider3" "50" "" "" "" "" "" "" true true true false "" "" "" "" "34,10" "" "" ""
roundSlider "slider4" "45" "" "" "" "" "" "" true true true false "" "" "90" "+225" "" "" "" ""
roundSlider "slider5" "30" "" "" "" "" "" "" true true true false "" "" "" "" "" "" "" ""
roundSlider "slider6" "30" "" "" "" "" "" "" true false true false "" "" "" "" "" "" "" ""</pageenter>
					<Components>
						<Container id="Container7">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>The following demos shows the basic usage of some properties.</html>
						</Container>
						<Container id="slider1">
							<left>123px</left>
							<top>133px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="slider2">
							<left>313px</left>
							<top>133px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="slider3">
							<left>502px</left>
							<top>133px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="slider4">
							<left>123px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="slider5">
							<left>313px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Container id="slider6">
							<left>502px</left>
							<top>347px</top>
							<width>170px</width>
							<height>170px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<Paragraph id="Paragraph1">
							<left>124px</left>
							<top>99px</top>
							<width>169px</width>
							<height>31px</height>
							<style>text-align:center</style>
							<text>min max step and value</text>
						</Paragraph>
						<Paragraph id="Paragraph2">
							<left>312px</left>
							<top>99px</top>
							<width>169px</width>
							<height>31px</height>
							<style>text-align:center</style>
							<text>width and radius</text>
						</Paragraph>
						<Paragraph id="Paragraph3">
							<left>506px</left>
							<top>99px</top>
							<width>169px</width>
							<height>31px</height>
							<style>text-align:center</style>
							<text>handleSize</text>
						</Paragraph>
						<Paragraph id="Paragraph4">
							<left>312px</left>
							<top>318px</top>
							<width>169px</width>
							<height>31px</height>
							<style>text-align:center</style>
							<text>mouseScrollAction</text>
						</Paragraph>
						<Paragraph id="Paragraph5">
							<left>121px</left>
							<top>318px</top>
							<width>169px</width>
							<height>31px</height>
							<style>text-align:center</style>
							<text>startAngle and endAngle</text>
						</Paragraph>
						<Paragraph id="Paragraph6">
							<left>503px</left>
							<top>318px</top>
							<width>169px</width>
							<height>31px</height>
							<style>text-align:center</style>
							<text>editable tooltip</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="Subroutines">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] "Subroutines"
.........................................
roundSlider "slider_event" "40" "range" "" "130" "" "" "" true true true false "OnDrag" "OnStop" "" "" "" "dot" "25" ""</pageenter>
					<Components>
						<Container id="Container8">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>The following demo shows the basic usage of the events.</html>
						</Container>
						<Container id="slider_event">
							<left>122px</left>
							<top>179px</top>
							<width>260px</width>
							<height>260px</height>
							<style>background-color:#fff;border-color:#818080;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
						</Container>
						<NumericInput id="NumericInput1">
							<left>452px</left>
							<top>193px</top>
							<width>229px</width>
							<height>54px</height>
							<variable>y</variable>
							<init_value>0</init_value>
						</NumericInput>
					</Components>
				</Page>
				<Page id="customization">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] "Customization"
................................................
roundSlider "tooltip1" "4" "min-range" "custom-quarter" "300" "0" "11" "" true false false false "" "" "45" "" "" "dot" "20" "tooltip1"
roundSlider "tooltip2" "98" "default" "" "90" "" "" "" true false false false "" "" "" "" "+14" "" "4" "tooltip2"</pageenter>
					<Components>
						<Container id="Container9">
							<left>15px</left>
							<top>71px</top>
							<width>760px</width>
							<height>87px</height>
							<style>color:#838383;background-color:#fff</style>
							<html>Due to the flexibility of roundSlider, the user can do any customization based on their requirement. Here, some examples for the basic customization.</html>
						</Container>
						<Container id="Container10">
							<left>22px</left>
							<top>199px</top>
							<width>422px</width>
							<height>209px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<Container id="tooltip1">
									<left>0px</left>
									<top>21px</top>
									<width>260px</width>
									<height>260px</height>
									<style>background-color:#fff;border-width:1px;overflow-x:visible;overflow-y:visible</style>
								</Container>
							</Components>
						</Container>
						<Container id="tooltip2">
							<left>534px</left>
							<top>208px</top>
							<width>180px</width>
							<height>180px</height>
							<style>background-color:#fff;overflow-x:visible;overflow-y:visible</style>
						</Container>
					</Components>
				</Page>
				<Page id="end">
					<Components>
						<Headline id="Headline2">
							<left>126px</left>
							<top>214px</top>
							<width>547px</width>
							<height>127px</height>
							<style>color:#3ab1d6;font-size:72pt;text-align:center</style>
							<text>The End</text>
						</Headline>
						<Rectangle id="Rectangle1">
							<left>0px</left>
							<top>544px</top>
							<width>800px</width>
							<height>55px</height>
							<style>fill:#54bbe0</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<SVGicon id="SVGicon1">
							<left>16px</left>
							<top>553px</top>
							<width>40px</width>
							<height>40px</height>
							<style>cursor:pointer;fill:white</style>
							<hover>fill:#ffffff</hover>
							<icon>svgArrowCircleLeft</icon>
							<click>GotoPrevPage</click>
						</SVGicon>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage">
					<Components>
						<Rectangle id="HeaderBand">
							<left>0px</left>
							<top>0px</top>
							<width>800px</width>
							<height>60px</height>
							<style>fill:#54bbe0</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<Rectangle id="FooterBand">
							<left>0px</left>
							<top>544px</top>
							<width>800px</width>
							<height>55px</height>
							<style>fill:#54bbe0</style>
							<corner_radius>0</corner_radius>
						</Rectangle>
						<SVGicon id="GoToPreviousPage">
							<left>16px</left>
							<top>553px</top>
							<width>40px</width>
							<height>40px</height>
							<style>cursor:pointer;fill:white</style>
							<hover>fill:#ffffff</hover>
							<icon>svgArrowCircleLeft</icon>
							<click>GotoPrevPage</click>
						</SVGicon>
						<SVGicon id="GoToNextPage">
							<left>732px</left>
							<top>552px</top>
							<width>40px</width>
							<height>40px</height>
							<style>cursor:pointer;fill:white</style>
							<hover>fill:#ffffff</hover>
							<icon>svgArrowCircleRight</icon>
							<click>GotoNextPage</click>
						</SVGicon>
						<Headline id="Title1">
							<left>93px</left>
							<top>10px</top>
							<width>605px</width>
							<height>40px</height>
							<style>color:#838383;font-family:verdana;font-size:16pt;background-color:white;padding-bottom:15px;padding-left:15px;padding-right:15px;padding-top:5px</style>
							<text>&lt;strong style="color: #838383;"&gt;Tutorial&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/strong&gt;[topic]</text>
							<kind>h2</kind>
						</Headline>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>800px</width>
							<height>600px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>