<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<Variables>[myvar]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>1366</PageWidth>
	<PageHeight>400</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>True</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\Rudy\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>tbody {
    display:block;
    height:200px;
    overflow:auto;
    color:black;
}

thead {
   color:white;
}

thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

thead {
    width: calc( 100% - 1.2em );
    background-color:green;
}

tbody tr:hover {
   background-color: cyan !important;
}

td{
  padding:0px 5px!important;
}</CustomCSS>
	<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>
	<startup>NeoScriptToJS
.Empty array to store table values
CreateEmptyArray [myobj]

.Values to store
neoTableSetData [myobj] 0 &quot;id&quot; 1
neoTableSetData [myobj] 1 &quot;id&quot; 2
neoTableSetData [myobj] 2 &quot;id&quot; 3
neoTableSetData [myobj] 3 &quot;id&quot; 1
neoTableSetData [myobj] 4 &quot;id&quot; 2
neoTableSetData [myobj] 5 &quot;id&quot; 3
neoTableSetData [myobj] 6 &quot;id&quot; 1
neoTableSetData [myobj] 7 &quot;id&quot; 2
neoTableSetData [myobj] 8 &quot;id&quot; 3
neoTableSetData [myobj] 9 &quot;id&quot; 1
neoTableSetData [myobj] 10 &quot;id&quot; 2
neoTableSetData [myobj] 11 &quot;id&quot; 3

neoTableSetData [myobj] 0 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 1 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 2 &quot;LastName&quot; &quot;Jiménez&quot;
neoTableSetData [myobj] 3 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 4 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 5 &quot;LastName&quot; &quot;Jiménez&quot;
neoTableSetData [myobj] 6 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 7 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 8 &quot;LastName&quot; &quot;Jiménez&quot;
neoTableSetData [myobj] 9 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 10 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 11 &quot;LastName&quot; &quot;Jiménez&quot;
neoTableSetData [myobj] 12 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 13 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 14 &quot;LastName&quot; &quot;Jiménez&quot;
neoTableSetData [myobj] 15 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 16 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 17 &quot;LastName&quot; &quot;Jiménez&quot;
neoTableSetData [myobj] 18 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 19 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 20 &quot;LastName&quot; &quot;Jiménez&quot;
neoTableSetData [myobj] 21 &quot;LastName&quot; &quot;Pérez&quot;
neoTableSetData [myobj] 22 &quot;LastName&quot; &quot;López&quot;
neoTableSetData [myobj] 23 &quot;LastName&quot; &quot;Jiménez&quot;

neoTableSetData [myobj] 0 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 1 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 2 &quot;FirstName&quot; &quot;Andrés&quot;
neoTableSetData [myobj] 3 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 4 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 5 &quot;FirstName&quot; &quot;Andrés&quot;
neoTableSetData [myobj] 6 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 7 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 8 &quot;FirstName&quot; &quot;Andrés&quot;
neoTableSetData [myobj] 9 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 10 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 11 &quot;FirstName&quot; &quot;Andrés&quot;
neoTableSetData [myobj] 12 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 13 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 14 &quot;FirstName&quot; &quot;Andrés&quot;
neoTableSetData [myobj] 15 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 16 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 17 &quot;FirstName&quot; &quot;Andrés&quot;
neoTableSetData [myobj] 18 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 19 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 20 &quot;FirstName&quot; &quot;Andrés&quot;
neoTableSetData [myobj] 21 &quot;FirstName&quot; &quot;Ana&quot;
neoTableSetData [myobj] 22 &quot;FirstName&quot; &quot;Lucas&quot;
neoTableSetData [myobj] 23 &quot;FirstName&quot; &quot;Andrés&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="tombolAction">
					<Code>Return &quot;&lt;a class=edite style=color:green title=edit&gt;&lt;button&gt;edit&lt;/button&gt;&lt;/a&gt;  &lt;a class=dele style=color:red title=Delete&gt;&lt;button&gt;Delete&lt;/button&gt;&lt;/Tombol&gt;&lt;/a&gt;&quot;</Code>
				</Function>
				<Function name="eventtombol">
					<Code>BeginJS
$(&apos;.edite&apos;).on(&apos;click&apos;,function(){
($App.oops=&apos;ok&apos;)

}),
$(&apos;.dele&apos;).on(&apos;click&apos;,function(){
($App.oopsi=&apos;ok&apos;)

})
EndJS
..........
If [oops] != undefined
MessageBox &quot;your choice&quot; &quot;Edit&quot; &quot;ok&quot; &quot;&quot;
deletevar [oops]
else
.MessageBox &quot;222&quot; &quot;222&quot; &quot;222&quot; &quot;&quot;
deletevar [oops]
endif
.......................................
..........
If [oopsi] != undefined
MessageBox &quot;your choice&quot; &quot;Delete&quot; &quot;ok&quot; &quot;&quot;
deletevar [oopsi]
else
.MessageBox &quot;222&quot; &quot;222&quot; &quot;222&quot; &quot;&quot;
deletevar [oopsi]
endif
.......................................
   If [neoTableEvent] == &quot;click&quot;
   EndIf

.SetVar [showTableRow] [neoTableRow]
.jsAlert &quot;Id: [neoTableRow.id]&quot;</Code>
				</Function>
				<Function name="mysub">
					<Code>AlertBox &quot;Hi!&quot; &quot;Hello from mysub!&quot; &quot;&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="halaman1">
					<style>min-height:600px</style>
					<background_masterpage>bagianheader</background_masterpage>
					<foreground_masterpage>bagianfooter</foreground_masterpage>
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>272px</top>
							<width>1366px</width>
							<height>66px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px</style>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="dataContainer1">
									<left>533px</left>
									<top>3px</top>
									<width>802px</width>
									<height>320px</height>
									<style>background-color:#FFFFFF;border-color:#A8A8A8;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:auto;min-height:320px</style>
									<align>right</align>
									<css_class>table-fixed neo-col-12</css_class>
									<click>If [neoTableEvent] == &quot;click&quot;
   EndIf</click>
								</Container>
							</Components>
						</Container>
						<Container id="Container25">
							<left>-2px</left>
							<top>287px</top>
							<width>1367px</width>
							<height>40px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px</style>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container2">
									<left>8px</left>
									<top>9px</top>
									<width>319px</width>
									<height>44px</height>
									<style>text-align:center;background-color:#fff;border-style:solid;border-width:1px</style>
									<css_class>neo-col-12</css_class>
									<Components>
										<PushButton id="PushButton3">
											<left>1237px</left>
											<top>4px</top>
											<width>98px</width>
											<height>32px</height>
											<align>right</align>
											<margin_left>20px</margin_left>
											<css_class>neo-col-sm-4</css_class>
											<caption>Call Page</caption>
											<icon>glyphicon-cd</icon>
											<click>Wait 3000
 GotoPage halaman2

EndWait</click>
										</PushButton>
										<PushButton id="PushButton1">
											<left>1014px</left>
											<top>4px</top>
											<width>111px</width>
											<height>32px</height>
											<align>right</align>
											<margin_left>20px</margin_left>
											<css_class>neo-col-sm-4</css_class>
											<caption>Popup</caption>
											<icon>glyphicon-ok</icon>
											<click>SetVar [showTableRow] [neoTableRow]
OpenDialog &quot;NewDialog&quot;
Wait 200
  SetVar &quot;[employeename]&quot; &quot;[neoTableRow.FirstName]&quot;
  neoDatePicker &quot;TextInput_otherdate&quot; &quot;dd-mm-yyyy&quot; &quot;en&quot; true &quot;&quot;

EndWait</click>
										</PushButton>
										<PushButton id="PushButton4">
											<left>16px</left>
											<top>12px</top>
											<width>112px</width>
											<height>32px</height>
											<align>right</align>
											<css_class>neo-col-sm-4</css_class>
											<caption>Load&amp;nbsp;Data</caption>
											<icon>glyphicon-calendar</icon>
											<click>.Select column (optional)
neoTableSetSelectColumn &quot;dataContainer1&quot; 1 &quot;id&quot;

.Data columns setup
neoTableSetColumn &quot;dataContainer1&quot; 2 &quot;id&quot; &quot;Id&quot; &quot;25%&quot; false false false &quot;&quot;
neoTableSetColumn &quot;dataContainer1&quot; 3 &quot;LastName&quot; &quot;Last name&quot; &quot;25%&quot; true false false &quot;&quot;
neoTableEditColumnAsTextArea &quot;dataContainer1&quot; &quot;4&quot; &quot;inline&quot; &quot;left&quot; &quot;Base 64 Image:&quot; &quot;&quot; true &quot;&quot; false &quot;&quot;
neoTableSetColumn &quot;dataContainer1&quot; 4 &quot;FirstName&quot; &quot;First name&quot; &quot;25%&quot; true true false &quot;&quot;
neoTableSetColumn &quot;dataContainer1&quot; 5 &quot;&quot; &quot;Tombol&quot; &quot;20%&quot; false false false  &quot;tombolAction&quot;

.neoTable Initialization
neoTableInitTable &quot;dataContainer1&quot; &quot;&quot; 0 &quot;Table&quot; true true true true false &quot;eventtombol&quot;


.Data loading
neoTableLoadData &quot;dataContainer1&quot; [myobj]</click>
										</PushButton>
									</Components>
								</Container>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="halaman2">
					<background_masterpage>bagianheader</background_masterpage>
					<foreground_masterpage>bagianfooter</foreground_masterpage>
					<Components>
						<Container id="Container19">
							<left>183px</left>
							<top>31px</top>
							<width>280px</width>
							<height>80px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container20">
									<left>63px</left>
									<top>0px</top>
									<width>200px</width>
									<height>22px</height>
									<style>border-width:1px;border-style:solid;background-color:#fff;</style>
									<css_class>neo-col-12</css_class>
									<Components>
										<Headline id="Headline1">
											<left>574px</left>
											<top>-12px</top>
											<width>231px</width>
											<height>52px</height>
											<css_class>neo-col-12 neo-middle-center</css_class>
											<text>test</text>
										</Headline>
									</Components>
								</Container>
							</Components>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="bagianheader">
					<Components>
						<Container id="Container21oldbad">
							<left>240px</left>
							<top>16px</top>
							<width>400px</width>
							<height>100%</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<visible>False</visible>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container22">
									<left>10px</left>
									<top>10px</top>
									<width>1344px</width>
									<height>70px</height>
									<style>background-color:#fff;border-style:solid;border-width:1px;min-height:40px</style>
									<align>left</align>
									<css_class>neo-col-12</css_class>
									<Components>
										<Container id="Container26">
											<left>22px</left>
											<top>14px</top>
											<width>192px</width>
											<height>88px</height>
											<style>background-color:#97B0FF;border-radius:16px;border-style:solid;border-width:1px</style>
											<align>left</align>
											<css_class>neo-col-4</css_class>
											<Components>
												<Headline id="Headline2">
													<left>5px</left>
													<top>5px</top>
													<width>164px</width>
													<height>76px</height>
													<style>color:#000080;font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:bolder</style>
													<css_class>neo-col-12 neo-top-left</css_class>
													<text>My Logo Company</text>
													<kind>h2</kind>
												</Headline>
											</Components>
										</Container>
										<Container id="Container27">
											<left>853px</left>
											<top>14px</top>
											<width>484px</width>
											<height>100%</height>
											<style>background-color:#fff;overflow-x:visible;overflow-y:visible</style>
											<align>right</align>
											<margin_top>10px</margin_top>
											<css_class>neo-col-8</css_class>
											<html>&lt;div id=&quot;custom-bootstrap-menu&quot; class=&quot;navbar navbar-default &quot; role=&quot;navigation&quot;&gt;
    &lt;div class=&quot;container-fluid&quot;&gt;
        &lt;div class=&quot;collapse navbar-collapse navbar-menubuilder&quot;&gt;
            &lt;ul class=&quot;nav navbar-nav navbar-left&quot;&gt;
                &lt;li&gt;&lt;a href=&quot;#!/Page1&quot;&gt;Page 1&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;#!/Page2&quot;&gt;Page 2&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;dropdown&quot;&gt;
                   &lt;li class=&quot;dropdown&quot;&gt;&lt;a class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot; href=&quot;#&quot;&gt;SubMenu &lt;span class=&quot;caret&quot;&gt;&lt;/span&gt;&lt;/a&gt;
                    &lt;ul class=&quot;dropdown-menu&quot;&gt;
                       &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Page 1-1&lt;/a&gt;&lt;/li&gt;

                   &lt;/ul&gt;
               &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;javascript:neosubroutine.mysub();&quot;&gt;Subroutine&lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</html>
										</Container>
									</Components>
								</Container>
							</Components>
						</Container>
						<Container id="Container21">
							<left>18px</left>
							<top>18px</top>
							<height>16px</height>
							<style>padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;overflow-x:visible;overflow-y:visible</style>
							<css_class>col-md-12</css_class>
							<html>&lt;style&gt;
   .navbar a.navbar-brand {padding: 9px 15px 8px; }
&lt;/style&gt;




&lt;div id=&quot;main-menu&quot; class=&quot;navbar navbar-default &quot;  role=&quot;navigation&quot;&gt;
    &lt;div class=&quot;container-fluid&quot; &gt;
        &lt;div class=&quot;navbar-header&quot;&gt;



&lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;

   &lt;img src=&quot;https://via.placeholder.com/140x34?text=140x34 Logo&quot; alt=&quot;&quot;&gt;
&lt;/a&gt;


            &lt;button type=&quot;button&quot; class=&quot;navbar-toggle&quot;  data-toggle=&quot;collapse&quot; data-target=&quot;.navbar-menubuilder&quot;&gt;&lt;span class=&quot;sr-only&quot;&gt;Intercambiar navegación&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
            &lt;/button&gt;
        &lt;/div&gt;
        &lt;div class=&quot;collapse navbar-collapse navbar-menubuilder &quot;&gt;
            &lt;ul class=&quot;nav navbar-nav navbar-right  &quot;&gt;
                &lt;li&gt;&lt;a href=&quot;#!/Page1&quot;&gt;Page 1&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;#!/Page2&quot;&gt;Page 2&lt;/a&gt;
                &lt;/li&gt;
                &lt;li class=&quot;dropdown&quot; class=&quot;dropdown&quot;&gt;&lt;a class=&quot;dropdown-toggle blanco&quot; data-toggle=&quot;dropdown&quot;&gt;Opcion1&lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;&lt;/a&gt;
                    &lt;ul class=&quot;dropdown-menu&quot; role=&quot;menu&quot;&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Page 1-1&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Page 1-2&lt;/a&gt;&lt;/li&gt;
                        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Page 1-3&lt;/a&gt;&lt;/li&gt;
                    &lt;/ul&gt;
                &lt;/li&gt;


               &lt;li&gt;&lt;a href=&quot;javascript:neosubroutine.mysub();&quot;&gt;Subroutine&lt;/a&gt;


            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</html>
						</Container>
					</Components>
				</Page>
				<Page id="bagianfooter">
					<Components>
						<Container id="Container23">
							<left>-1px</left>
							<top>343px</top>
							<width>1366px</width>
							<height>55px</height>
							<style>background-color:#A8A8A8;border-style:solid;border-width:1px;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px</style>
							<css_class>neo-bottom-center</css_class>
							<html>Footer content
&lt;style&gt;
.neopage{
   min-height:[NAB.ClientHeight]px!important;
}
&lt;/style&gt;</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>-2px</left>
							<top>0px</top>
							<width>610px</width>
							<height>432px</height>
							<caption>Form Dialog</caption>
							<close_button>True</close_button>
							<kind>custom</kind>
							<Components>
								<Container id="Container3">
									<left>0px</left>
									<top>57px</top>
									<width>608px</width>
									<height>39px</height>
									<style>background-color:#fff</style>
									<css_class>neo-row</css_class>
									<Components>
										<Container id="Container4">
											<left>10px</left>
											<top>10px</top>
											<width>147px</width>
											<height>21px</height>
											<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt;background-color:#fff</style>
											<css_class>neo-col-3 neo-middle-left</css_class>
											<Components>
												<Paragraph id="Paragraph1">
													<left>0px</left>
													<top>5px</top>
													<width>104px</width>
													<height>18px</height>
													<text>Employee Name</text>
												</Paragraph>
											</Components>
										</Container>
										<TextInput id="TextInput1">
											<left>1px</left>
											<top>2px</top>
											<width>436px</width>
											<height>28px</height>
											<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt</style>
											<css_class>neo-col-9</css_class>
											<variable>[employeename]</variable>
										</TextInput>
									</Components>
								</Container>
								<Container id="Container6">
									<left>26px</left>
									<top>120px</top>
									<width>144px</width>
									<height>40px</height>
									<style>background-color:#fff</style>
									<css_class>neo-row</css_class>
									<Components>
										<Container id="Container7">
											<left>-6px</left>
											<top>3px</top>
											<width>120px</width>
											<height>16px</height>
											<style>background-color:#fff</style>
											<css_class>neo-col-3</css_class>
											<Components>
												<Paragraph id="Paragraph2">
													<left>0px</left>
													<top>10px</top>
													<width>104px</width>
													<height>15px</height>
													<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt</style>
													<css_class>neo-middle-left</css_class>
													<text>Date</text>
												</Paragraph>
											</Components>
										</Container>
										<DateInput id="DateInput1">
											<left>154px</left>
											<top>13px</top>
											<width>152px</width>
											<height>24px</height>
											<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt;line-height:100%</style>
											<align>left</align>
											<css_class>neo-col-3</css_class>
										</DateInput>
										<Container id="Container24">
											<left>354px</left>
											<top>13px</top>
											<width>88px</width>
											<height>16px</height>
											<style>background-color:#fff;border-width:1px</style>
											<css_class>neo-col-2</css_class>
											<Components>
												<Paragraph id="Paragraph8">
													<left>10px</left>
													<top>3px</top>
													<width>56px</width>
													<height>16px</height>
													<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt</style>
													<css_class>neo-middle-center</css_class>
													<text>Other Date</text>
												</Paragraph>
											</Components>
										</Container>
										<DateInput id="TextInput_otherdate">
											<left>165px</left>
											<top>18px</top>
											<width>152px</width>
											<height>24px</height>
											<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt;line-height:100%</style>
											<align>left</align>
											<css_class>neo-col-3</css_class>
										</DateInput>
									</Components>
								</Container>
								<Container id="Container11">
									<left>10px</left>
									<top>168px</top>
									<width>288px</width>
									<height>40px</height>
									<style>background-color:#fff</style>
									<css_class>neo-row</css_class>
									<Components>
										<Container id="Container15">
											<left>10px</left>
											<top>7px</top>
											<width>144px</width>
											<height>16px</height>
											<style>background-color:#fff</style>
											<css_class>neo-col-3</css_class>
											<Components>
												<Paragraph id="Paragraph3">
													<left>16px</left>
													<top>5px</top>
													<width>88px</width>
													<height>16px</height>
													<style>font-size:8pt</style>
													<css_class>neo-middle-left</css_class>
													<text>Address</text>
												</Paragraph>
											</Components>
										</Container>
										<TextInput id="TextInput2">
											<left>66px</left>
											<top>11px</top>
											<width>437px</width>
											<height>28px</height>
											<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt</style>
											<css_class>neo-col-9</css_class>
										</TextInput>
									</Components>
								</Container>
								<Container id="Container12">
									<left>26px</left>
									<top>208px</top>
									<width>200px</width>
									<height>24px</height>
									<style>background-color:#fff</style>
									<css_class>neo-row</css_class>
									<Components>
										<Container id="Container17">
											<left>10px</left>
											<top>3px</top>
											<width>104px</width>
											<height>24px</height>
											<style>background-color:#fff</style>
											<css_class>neo-col-3</css_class>
										</Container>
										<TextInput id="TextInput3">
											<left>157px</left>
											<top>10px</top>
											<width>437px</width>
											<height>28px</height>
											<css_class>neo-col-9</css_class>
										</TextInput>
									</Components>
								</Container>
								<Container id="Container13">
									<left>10px</left>
									<top>240px</top>
									<width>232px</width>
									<height>40px</height>
									<style>background-color:#fff</style>
									<css_class>neo-row</css_class>
									<Components>
										<Container id="Container9">
											<left>18px</left>
											<top>7px</top>
											<width>72px</width>
											<height>16px</height>
											<style>background-color:#fff;border-width:1px</style>
											<css_class>neo-col-3</css_class>
											<Components>
												<Paragraph id="Paragraph4">
													<left>16px</left>
													<top>5px</top>
													<width>88px</width>
													<height>16px</height>
													<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt</style>
													<css_class>neo-middle-left</css_class>
													<text>City</text>
												</Paragraph>
											</Components>
										</Container>
										<Combobox id="Combobox1">
											<left>0px</left>
											<top>1px</top>
											<width>181px</width>
											<height>28px</height>
											<css_class>neo-col-4</css_class>
											<multi_select>False</multi_select>
										</Combobox>
										<Container id="Container5">
											<left>18px</left>
											<top>7px</top>
											<width>72px</width>
											<height>16px</height>
											<style>background-color:#fff;border-width:1px</style>
											<align>right</align>
											<css_class>neo-col-2</css_class>
											<Components>
												<Paragraph id="Paragraph5">
													<left>16px</left>
													<top>5px</top>
													<width>88px</width>
													<height>16px</height>
													<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt</style>
													<align>left</align>
													<margin_left>10px</margin_left>
													<css_class>neo-middle-left</css_class>
													<text>Zip Code</text>
												</Paragraph>
											</Components>
										</Container>
										<TextInput id="TextInput4">
											<left>410px</left>
											<top>7px</top>
											<width>96px</width>
											<height>24px</height>
											<css_class>neo-col-2</css_class>
										</TextInput>
									</Components>
								</Container>
								<Container id="Container14">
									<left>2px</left>
									<top>256px</top>
									<width>208px</width>
									<height>32px</height>
									<style>background-color:#fff</style>
									<css_class>neo-row</css_class>
									<Components>
										<Container id="Container18">
											<left>10px</left>
											<top>5px</top>
											<width>88px</width>
											<height>24px</height>
											<style>background-color:#fff</style>
											<css_class>neo-col-3</css_class>
											<Components>
												<Paragraph id="Paragraph6">
													<left>16px</left>
													<top>5px</top>
													<width>88px</width>
													<height>16px</height>
													<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt</style>
													<css_class>neo-middle-left</css_class>
													<text>BirthDate</text>
												</Paragraph>
											</Components>
										</Container>
										<DateInput id="DateInput2">
											<left>170px</left>
											<top>13px</top>
											<width>136px</width>
											<height>24px</height>
											<style>font-family:Arial,Helvetica,sans-serif;font-size:8pt;line-height:100%</style>
											<css_class>neo-col-3</css_class>
										</DateInput>
									</Components>
								</Container>
								<Container id="Container8">
									<left>26px</left>
									<top>376px</top>
									<width>256px</width>
									<height>24px</height>
									<style>background-color:#fff</style>
									<css_class>neo-row</css_class>
									<Components>
										<Container id="Container10">
											<left>346px</left>
											<top>1px</top>
											<width>96px</width>
											<height>16px</height>
											<style>background-color:#fff</style>
											<css_class>neo-col-9</css_class>
										</Container>
										<Container id="Container16">
											<left>458px</left>
											<top>9px</top>
											<width>136px</width>
											<height>32px</height>
											<style>text-align:right;background-color:#fff</style>
											<css_class>neo-col-3</css_class>
											<Components>
												<PushButton id="PushButton2">
													<left>27px</left>
													<top>5px</top>
													<width>115px</width>
													<height>36px</height>
													<style>font-size:9pt;font-weight:bold</style>
													<css_class>neo-col-12</css_class>
													<caption>Close</caption>
													<icon>glyphicon-remove</icon>
													<click>CloseDialog</click>
												</PushButton>
											</Components>
										</Container>
									</Components>
								</Container>
							</Components>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
