<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Без названия</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Samsung Galaxy Tab 7</DesignDeviceName>
	<Variables>&quot;[ myCSS ( &quot;&quot;border-bottom-left-radius&quot;&quot; )]&quot;,&quot;[ myCSS ( &quot;&quot;border-bottom-right-radius&quot;&quot; )]&quot;,&quot;[ myCSS ( &quot;&quot;border-top-left-radius&quot;&quot; )]&quot;,&quot;[ myCSS ( &quot;&quot;border-top-right-radius&quot;&quot; )]&quot;,&quot;[ myCSS ]&quot;,[email_singIn],[password_signIn]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<ArchiveTarget>C:\Users\user\Desktop\123.zip</ArchiveTarget>
	<AppIcon>C:\Users\user\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>
						<Container id="Container_in_up_action">
							<left>370px</left>
							<top>100px</top>
							<width>300px</width>
							<height>361px</height>
							<style>background-color:#fff;border-radius:8px;border-style:none;border-width:1px;box-shadow:0px 0px 30px #22003F</style>
							<Components>
								<Container id="Container_signIn_action">
									<left>0px</left>
									<top>0px</top>
									<width>300px</width>
									<height>359px</height>
									<style>background-color:#22003F;border-style:none;border-width:1px</style>
									<Components>
										<PushButton id="PushButton_signIn_action">
											<left>49px</left>
											<top>207px</top>
											<width>200px</width>
											<height>34px</height>
											<style>color:#FFFFFF;font-family:Times New Roman,Times,serif;font-size:12pt;background-color:#563B83;border-bottom:0;border-left:0;border-radius:4px;border-right:0;border-top:0</style>
											<hover>background-color:#6938AA</hover>
											<caption>Вход</caption>
											<size>small</size>
											<click>IfEx [email_singIn] == undefined or [password_signIn] == undefined or [email_singIn] == &quot;&quot; or [password_signIn] == &quot;&quot;
  ifEx [email_singIn] == undefined or [email_singIn] == &quot;&quot;
    SetObjectStyle &quot;TextInput_email_singIn_action&quot; &quot;border-color&quot; &quot;#FF4C3C&quot;
    SetObjectStyle &quot;TextInput_email_singIn_action&quot; &quot;box-shadow&quot; &quot;0px 0px 6px #FF4C3C&quot;
  EndIf
  ifEx [password_signIn] == undefined or [password_signIn] == &quot;&quot;
    SetObjectStyle &quot;PasswordInput_signIn_action&quot; &quot;border-color&quot; &quot;#FF4C3C&quot;
    SetObjectStyle &quot;PasswordInput_signIn_action&quot; &quot;box-shadow&quot; &quot;0px 0px 6px #FF4C3C&quot;
  EndIf
Else
EndIf</click>
										</PushButton>
										<TextInput id="TextInput_email_singIn_action">
											<left>20px</left>
											<top>101px</top>
											<width>260px</width>
											<height>30px</height>
											<style>color:#072700;font-family:Arial,Helvetica,sans-serif;background-color:#E0DEDC</style>
											<variable>[email_singIn]</variable>
											<place_holder>Почта</place_holder>
											<change>ClearObjectStyles &quot;TextInput_email_singIn_action&quot;</change>
										</TextInput>
										<Headline id="Headline_signIn_action">
											<left>70px</left>
											<top>43px</top>
											<width>176px</width>
											<height>36px</height>
											<style>color:#FFFFFF;font-family:Arial,Helvetica,sans-serif;font-size:18pt;font-weight:bolder</style>
											<css_class>neo-middle-center-content</css_class>
											<text>Авторизация</text>
											<kind>h3</kind>
										</Headline>
										<PasswordInput id="PasswordInput_signIn_action">
											<left>20px</left>
											<top>148px</top>
											<width>260px</width>
											<height>30px</height>
											<style>color:#181200;font-family:Arial,Helvetica,sans-serif;background-color:#E0DEDC</style>
											<variable>[password_signIn]</variable>
											<place_holder>Пароль</place_holder>
											<change>ClearObjectStyles &quot;PasswordInput_signIn_action&quot;</change>
										</PasswordInput>
									</Components>
								</Container>
								<Container id="Container_signUp_action">
									<left>0px</left>
									<top>310px</top>
									<width>300px</width>
									<height>298px</height>
									<style>background-color:#FFFFFF;border-radius:40px 40px 0px 0px;border-style:none;border-width:1px</style>
									<Components>
										<PushButton id="PushButton_register_action">
											<left>50px</left>
											<top>220px</top>
											<width>200px</width>
											<height>34px</height>
											<style>color:#FFFFFF;font-family:Times New Roman,Times,serif;font-size:12pt;background-color:#563B83;border-radius:4px</style>
											<hover>background-color:#6938AA</hover>
											<caption>Регистрация</caption>
											<size>small</size>
											<click>IfEx [name_singUp] == undefined or [email_singUp] == undefined or [password_singUp] == undefined or [name_singUp] == &quot;&quot; or [email_singUp] == &quot;&quot; or [password_singUp] == &quot;&quot;
     ifEx [name_singUp] == undefined or [name_singUp] == &quot;&quot;
       SetObjectStyle &quot;TextInput_name_singUp_action&quot; &quot;border-color&quot; &quot;#FF4C3C&quot;
       SetObjectStyle &quot;TextInput_name_singUp_action&quot; &quot;box-shadow&quot; &quot;0px 0px 6px #FF4C3C&quot;
     EndIf
     ifEx [email_singUp] == undefined or [email_singUp] == &quot;&quot;
       SetObjectStyle &quot;TextInput_email_singUp_action&quot; &quot;border-color&quot; &quot;#FF4C3C&quot;
       SetObjectStyle &quot;TextInput_email_singUp_action&quot; &quot;box-shadow&quot; &quot;0px 0px 6px #FF4C3C&quot;
     EndIf
     ifEx [password_signUp] == undefined or [password_signUp] == &quot;&quot;
       SetObjectStyle &quot;PasswordInput_signUp_action&quot; &quot;border-color&quot; &quot;#FF4C3C&quot;
       SetObjectStyle &quot;PasswordInput_signUp_action&quot; &quot;box-shadow&quot; &quot;0px 0px 6px #FF4C3C&quot;
     EndIf
Else
EndIf</click>
										</PushButton>
										<TextInput id="TextInput_email_singUp_action">
											<left>20px</left>
											<top>120px</top>
											<width>260px</width>
											<height>30px</height>
											<style>color:#072700;font-family:Arial,Helvetica,sans-serif;background-color:#E0DEDC</style>
											<variable>[email_singUp]</variable>
											<place_holder>Почта</place_holder>
											<change>ClearObjectStyles &quot;TextInput_email_singUp_action&quot;</change>
										</TextInput>
										<TextInput id="TextInput_name_singUp_action">
											<left>20px</left>
											<top>70px</top>
											<width>260px</width>
											<height>30px</height>
											<style>color:#072700;font-family:Arial,Helvetica,sans-serif;background-color:#E0DEDC</style>
											<variable>[name_singUp]</variable>
											<place_holder>Имя</place_holder>
											<change>ClearObjectStyles &quot;TextInput_name_singUp_action&quot;</change>
										</TextInput>
										<Headline id="Headline_register_action">
											<left>71px</left>
											<top>10px</top>
											<width>170px</width>
											<height>31px</height>
											<style>color:#543D81;font-family:Arial,Helvetica,sans-serif;font-weight:800;cursor:pointer</style>
											<text>Регистрация</text>
											<kind>h3</kind>
											<click>CreateEmptyObject [yTop]
GetObjectInfo &quot;Container_signUp_action&quot; &quot;top&quot; &quot;[yTop]&quot;

IF [yTop] = &quot;80px&quot;
  CreateEmptyObject [mycss2]
  SetVar [mycss2(&quot;font-size&quot;)] &quot;+=8&quot;
  neoAnimateTo &quot;Headline_signIn_action&quot; [mycss2] 0.4 0 &quot;&quot; &quot;&quot;
  CreateEmptyObject [mycss]
  SetVar [mycss(&quot;top&quot;)] &quot;+=230&quot;
  neoAnimateTo &quot;Container_signUp_action&quot; [mycss] 0.7 0 &quot;&quot; &quot;&quot;
Else
  CreateEmptyObject [mycss2]
  SetVar [mycss2(&quot;font-size&quot;)] &quot;-=8&quot;
  neoAnimateTo &quot;Headline_signIn_action&quot; [mycss2] 0.4 0 &quot;&quot; &quot;&quot;
  CreateEmptyObject [mycss]
  SetVar [mycss(&quot;top&quot;)] &quot;-=230&quot;
  neoAnimateTo &quot;Container_signUp_action&quot; [mycss] 0.7 0 &quot;&quot; &quot;&quot;
EndIf</click>
										</Headline>
										<PasswordInput id="PasswordInput_signUp_action">
											<left>20px</left>
											<top>170px</top>
											<width>260px</width>
											<height>30px</height>
											<style>color:#072700;font-family:Arial,Helvetica,sans-serif;background-color:#E0DEDC</style>
											<variable>[password_singUp]</variable>
											<place_holder>Пароль</place_holder>
											<change>ClearObjectStyles &quot;PasswordInput_signUp_action&quot;</change>
										</PasswordInput>
									</Components>
								</Container>
							</Components>
						</Container>
					</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>317px</width>
							<height>27px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
