<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>960</PageWidth>
	<PageHeight>640</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\NANO\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>8px</left>
							<top>8px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert current date and time to seconds</caption>
							<kind>danger</kind>
							<click>TimeToSeconds_NoyzenUtility &quot;[NAB.Year]&quot; &quot;[NAB.MonthNum]&quot; &quot;[NAB.DayNum]&quot; &quot;[NAB.Hour24]&quot; &quot;[NAB.Minute]&quot; &quot;[NAB.Second]&quot; [TimeToSeconds]</click>
						</PushButton>
						<Paragraph id="Paragraph1">
							<left>448px</left>
							<top>24px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#FE2712;font-size:14pt</style>
							<text>Current Date and Time in Seconds: [TimeToSeconds]</text>
						</Paragraph>
						<PushButton id="PushButton2">
							<left>8px</left>
							<top>80px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert number of Seconds to Time and Date</caption>
							<kind>danger</kind>
							<click>SecondsToTime_NoyzenUtility &quot;[TimeToSeconds]&quot; [ResultYear] [ResultMonth] [ResultDay] [ResultHour] [ResultMinute] [ResultSecond]</click>
						</PushButton>
						<Paragraph id="Paragraph2">
							<left>448px</left>
							<top>96px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#FE2712;font-size:14pt</style>
							<text>Date and Time&amp;nbsp;from Seconds:[ResultYear]/[ResultMonth]/[ResultDay] [ResultHour]:[ResultMinute]:[ResultSecond]</text>
						</Paragraph>
						<PushButton id="PushButton3">
							<left>8px</left>
							<top>168px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert current date and time to minutes</caption>
							<kind>primary</kind>
							<click>TimeToMinutes_NoyzenUtility &quot;[NAB.Year]&quot; &quot;[NAB.MonthNum]&quot; &quot;[NAB.DayNum]&quot; &quot;[NAB.Hour24]&quot; &quot;[NAB.Minute]&quot; &quot;[NAB.Second]&quot; [TimeToMinutes]</click>
						</PushButton>
						<Paragraph id="Paragraph3">
							<left>448px</left>
							<top>184px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#0392CE;font-size:14pt</style>
							<text>Current Date and Time in Minutes: [TimeToMinutes]</text>
						</Paragraph>
						<PushButton id="PushButton4">
							<left>8px</left>
							<top>240px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert number of Minutes to Time and Date</caption>
							<kind>primary</kind>
							<click>MinutesToTime_NoyzenUtility &quot;[TimeToMinutes]&quot; [ResultYear] [ResultMonth] [ResultDay] [ResultHour] [ResultMinute] [ResultSecond]</click>
						</PushButton>
						<Paragraph id="Paragraph4">
							<left>448px</left>
							<top>256px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#0392CE;font-size:14pt</style>
							<text>Date and Time&amp;nbsp;from Minutes:[ResultYear]/[ResultMonth]/[ResultDay] [ResultHour]:[ResultMinute]:[ResultSecond]</text>
						</Paragraph>
						<PushButton id="PushButton5">
							<left>8px</left>
							<top>328px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert current date and time to hours</caption>
							<kind>success</kind>
							<click>TimeToHours_NoyzenUtility &quot;[NAB.Year]&quot; &quot;[NAB.MonthNum]&quot; &quot;[NAB.DayNum]&quot; &quot;[NAB.Hour24]&quot; &quot;[NAB.Minute]&quot; &quot;[NAB.Second]&quot; [TimeToHours]</click>
						</PushButton>
						<Paragraph id="Paragraph5">
							<left>448px</left>
							<top>344px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#66B032;font-size:14pt</style>
							<text>Current Date and Time in Hours: [TimeToHours]</text>
						</Paragraph>
						<PushButton id="PushButton6">
							<left>8px</left>
							<top>400px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert number of Hours to Time and Date</caption>
							<kind>success</kind>
							<click>HoursToTime_NoyzenUtility &quot;[TimeToHours]&quot; [ResultYear] [ResultMonth] [ResultDay] [ResultHour] [ResultMinute] [ResultSecond]</click>
						</PushButton>
						<Paragraph id="Paragraph6">
							<left>448px</left>
							<top>416px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#66B032;font-size:14pt</style>
							<text>Date and Time&amp;nbsp;from Hours:[ResultYear]/[ResultMonth]/[ResultDay] [ResultHour]:[ResultMinute]:[ResultSecond]</text>
						</Paragraph>
						<PushButton id="PushButton7">
							<left>8px</left>
							<top>488px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert current date and time to days</caption>
							<kind>warning</kind>
							<click>TimeToDays_NoyzenUtility &quot;[NAB.Year]&quot; &quot;[NAB.MonthNum]&quot; &quot;[NAB.DayNum]&quot; &quot;[NAB.Hour24]&quot; &quot;[NAB.Minute]&quot; &quot;[NAB.Second]&quot; [TimeToDays]</click>
						</PushButton>
						<Paragraph id="Paragraph7">
							<left>448px</left>
							<top>504px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#FB9902;font-size:14pt</style>
							<text>Current Date and Time in Days: [TimeToDays]</text>
						</Paragraph>
						<PushButton id="PushButton8">
							<left>8px</left>
							<top>560px</top>
							<width>424px</width>
							<height>64px</height>
							<style>font-size:14pt</style>
							<caption>Convert number of Days to Time and Date</caption>
							<kind>warning</kind>
							<click>DaysToTime_NoyzenUtility &quot;[TimeToDays]&quot; [ResultYear] [ResultMonth] [ResultDay] [ResultHour] [ResultMinute] [ResultSecond]</click>
						</PushButton>
						<Paragraph id="Paragraph8">
							<left>448px</left>
							<top>576px</top>
							<width>496px</width>
							<height>32px</height>
							<style>color:#FB9902;font-size:14pt</style>
							<text>Date and Time&amp;nbsp;from Days:[ResultYear]/[ResultMonth]/[ResultDay] [ResultHour]:[ResultMinute]:[ResultSecond]</text>
						</Paragraph>
					</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>1280px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
