Subversion Repositories Mobile Apps.GyroMouse

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
<?xml version="1.0" encoding="UTF-8"?>
2
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3
    <dependencies>
4
        <deployment identifier="macosx"/>
5
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
6
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7
    </dependencies>
8
    <objects>
9
        <customObject id="-2" userLabel="File's Owner" customClass="FirstBootWindowController" customModule="GyroServer" customModuleProvider="target">
10
            <connections>
11
                <outlet property="activeScreenListButton" destination="l6t-Jy-ty4" id="KOw-g5-vGD"/>
12
                <outlet property="doneButton" destination="NNy-zO-lxj" id="heV-ac-PN1"/>
13
                <outlet property="runAtStartupCheckButton" destination="t96-Y5-o7v" id="AK0-Ak-3yC"/>
14
                <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
15
            </connections>
16
        </customObject>
17
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
19
        <window title="Welcome to GyroServer" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" animationBehavior="default" id="F0z-JX-Cv5">
20
            <windowStyleMask key="styleMask" titled="YES" miniaturizable="YES"/>
21
            <rect key="contentRect" x="417" y="270" width="564" height="305"/>
22
            <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
23
            <view key="contentView" id="se5-gp-TjO">
24
                <rect key="frame" x="0.0" y="0.0" width="564" height="305"/>
25
                <autoresizingMask key="autoresizingMask"/>
26
                <subviews>
27
                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="mw3-0s-Mwp">
28
                        <rect key="frame" x="239" y="206" width="87" height="79"/>
29
                        <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Hi!" id="AqY-9s-w12">
30
                            <font key="font" metaFont="system" size="66"/>
31
                            <color key="textColor" red="0.16002293410000001" green="0.37113487099999998" blue="0.76751893940000004" alpha="1" colorSpace="calibratedRGB"/>
32
                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
33
                        </textFieldCell>
34
                    </textField>
35
                    <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Zao-az-cNG">
36
                        <rect key="frame" x="75" y="113" width="414" height="85"/>
37
                        <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" id="19u-Rw-09f">
38
                            <font key="font" metaFont="system"/>
39
                            <string key="title">GyroServer is the companion app to GyroMouse, available on the App Store. This is the first time you open this app, thus we have a couple question for you. You can always change your choices later.
40
Thank you for downloading the app! Have fun (:</string>
41
                            <color key="textColor" red="0.16002293410000001" green="0.37113487099999998" blue="0.76751893940000004" alpha="1" colorSpace="calibratedRGB"/>
42
                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
43
                        </textFieldCell>
44
                    </textField>
45
                    <popUpButton verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="l6t-Jy-ty4">
46
                        <rect key="frame" x="260" y="74" width="137" height="26"/>
47
                        <constraints>
48
                            <constraint firstAttribute="width" constant="132" id="IJq-DE-Maz"/>
49
                        </constraints>
50
                        <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyUpOrDown" inset="2" selectedItem="vqi-vs-VXf" id="VBM-Mm-6C9">
51
                            <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
52
                            <font key="font" metaFont="menu"/>
53
                            <menu key="menu" id="lQX-04-fSF">
54
                                <items>
55
                                    <menuItem title="Item 1" state="on" id="vqi-vs-VXf"/>
56
                                    <menuItem title="Item 2" id="9qG-I0-OVH"/>
57
                                    <menuItem title="Item 3" id="O9a-Ad-O31"/>
58
                                </items>
59
                            </menu>
60
                        </popUpButtonCell>
61
                        <connections>
62
                            <action selector="setActiveScreenAction:" target="-2" id="eLm-BA-Ec4"/>
63
                        </connections>
64
                    </popUpButton>
65
                    <button verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="NNy-zO-lxj">
66
                        <rect key="frame" x="246" y="13" width="73" height="32"/>
67
                        <buttonCell key="cell" type="push" title="Done" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="rht-su-b38">
68
                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
69
                            <font key="font" metaFont="system"/>
70
                        </buttonCell>
71
                        <connections>
72
                            <action selector="doneAction:" target="-2" id="c75-gB-cgZ"/>
73
                        </connections>
74
                    </button>
75
                    <button misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="t96-Y5-o7v">
76
                        <rect key="frame" x="436" y="18" width="110" height="18"/>
77
                        <buttonCell key="cell" type="check" title="Run at startup" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="P3r-XO-3ay">
78
                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
79
                            <font key="font" metaFont="system"/>
80
                        </buttonCell>
81
                        <connections>
82
                            <action selector="toggleLaunchAtStartup:" target="-2" id="j7t-CS-nGn"/>
83
                        </connections>
84
                    </button>
85
                    <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VgZ-S4-uRq">
86
                        <rect key="frame" x="118" y="71" width="138" height="34"/>
87
                        <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Select the screen you wanna use" id="W2T-9N-3Ad">
88
                            <font key="font" metaFont="system"/>
89
                            <color key="textColor" red="0.16002293410000001" green="0.37113487099999998" blue="0.76751893940000004" alpha="1" colorSpace="calibratedRGB"/>
90
                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
91
                        </textFieldCell>
92
                    </textField>
93
                </subviews>
94
                <constraints>
95
                    <constraint firstAttribute="bottom" secondItem="NNy-zO-lxj" secondAttribute="bottom" constant="20" id="AvL-Jd-Epz"/>
96
                    <constraint firstItem="mw3-0s-Mwp" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="C5j-ir-vxK"/>
97
                    <constraint firstAttribute="bottom" secondItem="t96-Y5-o7v" secondAttribute="bottom" constant="20" id="EHQ-Fx-1tM"/>
98
                    <constraint firstItem="VgZ-S4-uRq" firstAttribute="top" secondItem="Zao-az-cNG" secondAttribute="bottom" constant="8" id="G1R-lu-Kb7"/>
99
                    <constraint firstAttribute="trailing" secondItem="t96-Y5-o7v" secondAttribute="trailing" constant="20" id="KnG-mh-YEH"/>
100
                    <constraint firstItem="l6t-Jy-ty4" firstAttribute="top" secondItem="Zao-az-cNG" secondAttribute="bottom" constant="15" id="U3e-LD-HIZ"/>
101
                    <constraint firstItem="l6t-Jy-ty4" firstAttribute="centerX" secondItem="Zao-az-cNG" secondAttribute="centerX" constant="46" id="V3u-7t-3f9"/>
102
                    <constraint firstItem="Zao-az-cNG" firstAttribute="centerX" secondItem="mw3-0s-Mwp" secondAttribute="centerX" id="clH-zj-Gkv"/>
103
                    <constraint firstItem="l6t-Jy-ty4" firstAttribute="leading" secondItem="VgZ-S4-uRq" secondAttribute="trailing" constant="8" id="e0h-6P-Prr"/>
104
                    <constraint firstItem="NNy-zO-lxj" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="geg-cN-wYu"/>
105
                    <constraint firstItem="Zao-az-cNG" firstAttribute="top" secondItem="mw3-0s-Mwp" secondAttribute="bottom" constant="8" id="iMj-Xh-WpZ"/>
106
                    <constraint firstItem="mw3-0s-Mwp" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="20" id="lun-bM-JDn"/>
107
                </constraints>
108
            </view>
109
            <connections>
110
                <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
111
            </connections>
112
            <point key="canvasLocation" x="14" y="144"/>
113
        </window>
114
    </objects>
115
</document>