<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<Variables>[aksstring],[arrayData([currentRecord]).aksstring],[arrayData],[currentRecord],[iddaneshamooz],[im],[miobj],[total],[totalRows],[totalRowsd]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>1020</PageWidth>
	<PageHeight>670</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\Novin Pendar\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>td{
   height:40px;
   vertical-align:top;
}</CustomCSS>
	<LanguageCode>fa</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<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>
	<startup>NeoScriptToJS</startup>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>fabInitialize &quot;Container1&quot;
fabInitialize &quot;Container2&quot;</pageenter>
					<Components>
						<FileInput id="FileInput3">
							<left>267px</left>
							<top>267px</top>
							<width>91px</width>
							<height>21px</height>
							<prop_name>loadfile</prop_name>
							<variable>[aks1]</variable>
							<change>fabLoadFile &quot;Container1&quot;
......................................................

    BeginJS
        $(function () {
        $(&quot;#FileInput3&quot;).bind(&quot;click&quot;, function () {
            if (typeof ($(&quot;#loadfile&quot;)[0].files) != &quot;undefined&quot;) {
                var size = parseFloat($(&quot;#loadfile&quot;)[0].files[0].size / 1024).toFixed(2);
                alert(size + &quot; KB.حجم&quot;);
            } else {
                alert(&quot; مرورگر شما قادر به پشتيباني نيست&quot;);
            }
        });
    });

    EndJS
    .........................................................

BeginJS
$App.sizepic = document.getElementById(&quot;size&quot;).value;
EndJS</change>
							<caption>image1</caption>
							<accept>image/*</accept>
						</FileInput>
						<Container id="Container1">
							<left>124px</left>
							<top>18px</top>
							<width>401px</width>
							<height>236px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Headline id="Headline2">
							<left>241px</left>
							<top>329px</top>
							<width>173px</width>
							<height>84px</height>
							<text>[sizepic]</text>
						</Headline>
						<Headline id="Headline1">
							<left>122px</left>
							<top>328px</top>
							<width>110px</width>
							<height>58px</height>
							<text>size :</text>
						</Headline>
						<Headline id="Headline3">
							<left>600px</left>
							<top>48px</top>
							<width>345px</width>
							<height>274px</height>
							<text>When we upload the photo! We can get its size in a separate variable with JavaScript code and use it in the program.</text>
						</Headline>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
