<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>430</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<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"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>152px</left>
							<top>541px</top>
							<width>152px</width>
							<height>40px</height>
							<caption>Fix Problem</caption>
							<click>slFixBootStrapTab</click>
						</PushButton>
						<Container id="Container1">
							<left>16px</left>
							<top>16px</top>
							<width>400px</width>
							<height>504px</height>
							<html>&lt;ul class=&quot;nav nav-tabs&quot; role=&quot;tablist&quot;&gt;
      &lt;li class=&quot;active&quot;&gt;
          &lt;a href=&quot;#home&quot; role=&quot;tab&quot; data-toggle=&quot;tab&quot;&gt;
              &lt;icon class=&quot;fa fa-home&quot;&gt;&lt;/icon&gt; Tab 1
          &lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;#profile&quot; role=&quot;tab&quot; data-toggle=&quot;tab&quot;&gt;
          &lt;i class=&quot;fa fa-user&quot;&gt;&lt;/i&gt; Tab 2
          &lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
          &lt;a href=&quot;#messages&quot; role=&quot;tab&quot; data-toggle=&quot;tab&quot;&gt;
              &lt;i class=&quot;fa fa-envelope&quot;&gt;&lt;/i&gt; Tab 3
          &lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
          &lt;a href=&quot;#settings&quot; role=&quot;tab&quot; data-toggle=&quot;tab&quot;&gt;
              &lt;i class=&quot;fa fa-cog&quot;&gt;&lt;/i&gt; Tab 4
          &lt;/a&gt;
      &lt;/li&gt;
    &lt;/ul&gt;

    &lt;!-- Tab panes --&gt;
    &lt;div class=&quot;tab-content&quot;&gt;
      &lt;div class=&quot;tab-pane fade active in&quot; id=&quot;home&quot;&gt;
          &lt;h2&gt;Tab 1&lt;/h2&gt;
          &lt;img src=&quot;http://lorempixel.com/400/400/cats/1&quot; alt=&quot;Cats&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tab-pane fade&quot; id=&quot;profile&quot;&gt;
          &lt;h2&gt;Tab 2&lt;/h2&gt;
          &lt;img src=&quot;http://lorempixel.com/400/400/cats/2&quot; alt=&quot;Cats&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tab-pane fade&quot; id=&quot;messages&quot;&gt;
          &lt;h2&gt;Tab 3&lt;/h2&gt;
          &lt;img src=&quot;http://lorempixel.com/400/400/cats/3&quot; alt=&quot;Cats&quot;/&gt;
      &lt;/div&gt;
      &lt;div class=&quot;tab-pane fade&quot; id=&quot;settings&quot;&gt;
          &lt;h2&gt;Tab 4&lt;/h2&gt;
          &lt;img src=&quot;http://lorempixel.com/400/400/cats/4&quot; alt=&quot;Cats&quot;/&gt;
      &lt;/div&gt;
    &lt;/div&gt;</html>
						</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
