<?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: &quot; &quot;;
    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: &quot; &quot;;
    position: absolute;
    height: 12px;
    width: 12px;
    background: black;
    right: -6px;
    bottom: -6px;
    border-radius: 100%;
}
#handle2 .rs-handle:after  {
    display: block;
    content: &quot; &quot;;
    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] &quot;Slow&quot;
ElseIf [x] &lt; 40
   setvar [speed] &quot;Normal&quot;
ElseIf [x] &lt; 70
   setvar [speed] &quot;Speed&quot;
Else
   setvar [speed] &quot;Very Speed&quot;
EndIf

Return &quot;[x] km/h &lt;div&gt;[speed] &lt;/div&gt;&quot;</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 &quot;Hello&quot; &quot;You have successfully done dragging&quot; &quot;ok&quot; &quot;&quot;</Code>
					<Params>[event]|STRING|</Params>
				</Function>
				<Function name="tooltip1">
					<Code>setvar [p1] [args]
setvar [index] [p1.value]
CreateArray [months] &quot;January,February,March,April,May,June,July,August,September,October,November,December&quot;
Return &quot;[months([index])]&quot;</Code>
					<Params>[args]|STRING|parameter</Params>
				</Function>
				<Function name="tooltip2">
					<Code>setvar [p2] [args]
setvar [sign] [p2.value]
Return &quot;$ [sign]&quot;</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] &quot;Various Slider Types&quot;
...............................................................................
roundSlider &quot;type1&quot; &quot;30&quot; &quot;default&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;type2&quot; &quot;30&quot; &quot;min-range&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;type3&quot; &quot;30&quot; &quot;range&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;</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] &quot;Various Circle Shapes&quot;
.......................................................................................
roundSlider &quot;shape1&quot; &quot;30&quot; &quot;min-range&quot; &quot;quarter-top-left&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape2&quot; &quot;30&quot; &quot;min-range&quot; &quot;quarter-top-right&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape3&quot; &quot;30&quot; &quot;min-range&quot; &quot;quarter-bottom-left&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape4&quot; &quot;30&quot; &quot;min-range&quot; &quot;quarter-bottom-right&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape5&quot; &quot;30&quot; &quot;min-range&quot; &quot;half-top&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape6&quot; &quot;30&quot; &quot;min-range&quot; &quot;half-bottom&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;</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] &quot;Various Circle Shapes&quot;
.......................................................................................
roundSlider &quot;shape7&quot; &quot;30&quot; &quot;min-range&quot; &quot;half-left&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape8&quot; &quot;30&quot; &quot;min-range&quot; &quot;half-right&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape9&quot; &quot;30&quot; &quot;min-range&quot; &quot;pie&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape10&quot; &quot;30&quot; &quot;min-range&quot; &quot;custom-half&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;shape11&quot; &quot;30&quot; &quot;min-range&quot; &quot;custom-quarter&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;</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] &quot;Different Theming and Appearances 1&quot;
................................................................

roundSlider &quot;appearance1&quot; &quot;30&quot; &quot;min-range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;24,12&quot; &quot;square&quot; &quot;14&quot; &quot;&quot;
roundSlider &quot;appearance2&quot; &quot;40&quot; &quot;min-range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+8&quot; &quot;dot&quot; &quot;14&quot; &quot;&quot;
roundSlider &quot;appearance3&quot; &quot;40&quot; &quot;min-range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+8&quot; &quot;dot&quot; &quot;9&quot; &quot;&quot;
roundSlider &quot;appearance4&quot; &quot;40,60&quot; &quot;range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+10&quot; &quot;dot&quot; &quot;10&quot; &quot;&quot;</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] &quot;Different Theming and Appearances 2&quot;
................................................................

roundSlider &quot;appearance5&quot; &quot;60&quot; &quot;min-range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;16&quot; &quot;square&quot; &quot;0&quot; &quot;&quot;
roundSlider &quot;appearance6&quot; &quot;5,55&quot; &quot;range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+0&quot; &quot;dot&quot; &quot;14&quot; &quot;&quot;
roundSlider &quot;appearance7&quot; &quot;65&quot; &quot;min-range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+16&quot; &quot;dot&quot; &quot;8&quot; &quot;&quot;
roundSlider &quot;appearance8&quot; &quot;55&quot; &quot;min-range&quot; &quot;&quot; &quot;80&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+0&quot; &quot;dot&quot; &quot;22&quot; &quot;&quot;</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] &quot;Custom Handle Shapes&quot;
................................................................

roundSlider &quot;handle1&quot; &quot;20&quot; &quot;min-range&quot; &quot;pie&quot; &quot;105&quot; &quot;&quot; &quot;&quot; &quot;&quot; true false true false &quot;&quot; &quot;&quot; &quot;315&quot; &quot;&quot; &quot;0&quot; &quot;square&quot; &quot;16&quot; &quot;edit&quot;
roundSlider &quot;handle2&quot; &quot;68&quot; &quot;min-range&quot; &quot;half-top&quot; &quot;130&quot; &quot;&quot; &quot;&quot; &quot;&quot; false false true false &quot;&quot; &quot;&quot; &quot;315&quot; &quot;&quot; &quot;0&quot; &quot;square&quot; &quot;16&quot; &quot;&quot;</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 &quot;.rs-handle&quot; 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] &quot;Properties&quot;
....................................................................
roundSlider &quot;slider1&quot; &quot;3000&quot; &quot;min-range&quot; &quot;&quot; &quot;&quot; &quot;1000&quot; &quot;10000&quot; &quot;1000&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;slider2&quot; &quot;30&quot; &quot;default&quot; &quot;&quot; &quot;70&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+10&quot; &quot;dot&quot; &quot;10&quot; &quot;&quot;
roundSlider &quot;slider3&quot; &quot;50&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;34,10&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;slider4&quot; &quot;45&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;90&quot; &quot;+225&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;slider5&quot; &quot;30&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;
roundSlider &quot;slider6&quot; &quot;30&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; true false true false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot;</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] &quot;Subroutines&quot;
.........................................
roundSlider &quot;slider_event&quot; &quot;40&quot; &quot;range&quot; &quot;&quot; &quot;130&quot; &quot;&quot; &quot;&quot; &quot;&quot; true true true false &quot;OnDrag&quot; &quot;OnStop&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;dot&quot; &quot;25&quot; &quot;&quot;</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] &quot;Customization&quot;
................................................
roundSlider &quot;tooltip1&quot; &quot;4&quot; &quot;min-range&quot; &quot;custom-quarter&quot; &quot;300&quot; &quot;0&quot; &quot;11&quot; &quot;&quot; true false false false &quot;&quot; &quot;&quot; &quot;45&quot; &quot;&quot; &quot;&quot; &quot;dot&quot; &quot;20&quot; &quot;tooltip1&quot;
roundSlider &quot;tooltip2&quot; &quot;98&quot; &quot;default&quot; &quot;&quot; &quot;90&quot; &quot;&quot; &quot;&quot; &quot;&quot; true false false false &quot;&quot; &quot;&quot; &quot;&quot; &quot;&quot; &quot;+14&quot; &quot;&quot; &quot;4&quot; &quot;tooltip2&quot;</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=&quot;color: #838383;&quot;&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>
