xamarin-macios/tests/templates/WatchApp/Interface.storyboard

43 строки
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="8173.3" systemVersion="14E46" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="AgC-eL-Hgc">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8142"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="8089"/>
</dependencies>
<scenes>
<!--Interface Controller-->
<scene sceneID="aou-V4-d1y">
<objects>
<controller id="AgC-eL-Hgc" customClass="InterfaceController">
<items>
<label alignment="center" text="Loading tests..." id="11" width="1" textAlignment="center">
<fontDescription key="font" style="UICTFontTextStyleCaption1"/>
</label>
<label alignment="center" id="12" textAlignment="center" width="134" height="0">
<fontDescription key="font" style="UICTFontTextStyleFootnote"/>
</label>
<label alignment="center" id="13" width="1" textAlignment="center">
<fontDescription key="font" style="UICTFontTextStyleFootnote"/>
</label>
<label alignment="center" id="14" textAlignment="center" width="1">
<fontDescription key="font" style="UICTFontTextStyleFootnote"/>
</label>
<button width="1" alignment="center" title="Run tests" id="10" enabled="NO" hidden="YES" verticalAlignment="bottom">
<connections>
<action selector="runTests:" destination="AgC-eL-Hgc" id="Wls-1L-AuI"/>
</connections>
</button>
</items>
<connections>
<outlet property="lblStatus" destination="11" id="name-outlet-11"/>
<outlet property="lblSuccess" destination="12" id="name-outlet-12"/>
<outlet property="lblFailed" destination="13" id="name-outlet-13"/>
<outlet property="lblIgnInc" destination="14" id="name-outlet-14"/>
<outlet property="cmdRun" destination="10" id="name-outlet-10"/>
</connections>
</controller>
</objects>
<point key="canvasLocation" x="0.0" y="0.0"/>
</scene>
</scenes>
</document>