|
@@ -0,0 +1,285 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
|
+ <dependencies>
|
|
|
+ <deployment identifier="macosx"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
|
|
|
+ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
+ </dependencies>
|
|
|
+ <objects>
|
|
|
+ <customObject id="-2" userLabel="File's Owner" customClass="KMExtractImageWindowController">
|
|
|
+ <connections>
|
|
|
+ <outlet property="allPageButton" destination="fGc-Jb-twS" id="Gou-NM-Y6Y"/>
|
|
|
+ <outlet property="cancelButton" destination="U2r-WX-MWr" id="PIv-P7-O5x"/>
|
|
|
+ <outlet property="currentPageButton" destination="4uk-a5-29Y" id="i7c-1a-U6Z"/>
|
|
|
+ <outlet property="currentPageTextField" destination="KHk-2c-1Ze" id="XIB-mW-JXG"/>
|
|
|
+ <outlet property="customPageButton" destination="21L-76-gVO" id="euH-pH-xeF"/>
|
|
|
+ <outlet property="customTextField" destination="zv6-oO-IdL" id="u8u-3h-LE4"/>
|
|
|
+ <outlet property="doublePageButton" destination="10w-qu-XYA" id="rri-oc-AM0"/>
|
|
|
+ <outlet property="extractImageButton" destination="Z30-wQ-Pyx" id="lJT-4d-rLV"/>
|
|
|
+ <outlet property="pageCountTextField" destination="xbI-UW-pTy" id="4jP-as-W9h"/>
|
|
|
+ <outlet property="pdfViewBG" destination="eqc-DH-dLf" id="B4d-Pd-Tbc"/>
|
|
|
+ <outlet property="rangeTextField" destination="dWn-uO-q8r" id="2lw-wv-OTO"/>
|
|
|
+ <outlet property="rangeTipLabel" destination="bEa-uY-xz2" id="BZn-1Z-0e7"/>
|
|
|
+ <outlet property="singlePageButton" destination="2Dk-dY-K3x" id="QUF-L5-DS9"/>
|
|
|
+ <outlet property="totalImagesTextField" destination="MtV-Dv-21E" id="VMd-Us-Gkr"/>
|
|
|
+ <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
|
|
+ </connections>
|
|
|
+ </customObject>
|
|
|
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
+ <customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
|
+ <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
|
|
|
+ <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
|
+ <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
|
+ <rect key="contentRect" x="196" y="240" width="615" height="427"/>
|
|
|
+ <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
|
|
|
+ <view key="contentView" id="se5-gp-TjO">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="615" height="427"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <subviews>
|
|
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bEa-uY-xz2">
|
|
|
+ <rect key="frame" x="286" y="389" width="37" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="R6D-ab-ahD">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Z30-wQ-Pyx">
|
|
|
+ <rect key="frame" x="513" y="13" width="75" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="m1D-HD-mdF">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="20" id="8ps-dr-hvn"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <action selector="extractImageButton_Action:" target="-2" id="il5-7I-GSQ"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="U2r-WX-MWr">
|
|
|
+ <rect key="frame" x="444" y="13" width="75" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="V9x-Ai-YHG">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="cancleButton_Action:" target="-2" id="aCP-GL-ddb"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="eqc-DH-dLf">
|
|
|
+ <rect key="frame" x="22" y="85" width="240" height="320"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="240" id="Ybh-sG-qsQ"/>
|
|
|
+ <constraint firstAttribute="height" constant="320" id="pEx-Ir-kWo"/>
|
|
|
+ </constraints>
|
|
|
+ </customView>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="83o-Pq-4ks">
|
|
|
+ <rect key="frame" x="40" y="46" width="26" height="26"/>
|
|
|
+ <buttonCell key="cell" type="round" title="Button" bezelStyle="circular" image="NSGoLeftTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="v3Z-LC-LHv">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="previousPage_Action:" target="-2" id="nLQ-tq-G2A"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Q67-eB-W4S">
|
|
|
+ <rect key="frame" x="219" y="46" width="26" height="26"/>
|
|
|
+ <buttonCell key="cell" type="round" bezelStyle="circular" image="NSGoRightTemplate" imagePosition="only" alignment="center" borderStyle="border" inset="2" id="8Lh-c9-rZq">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="nextPage_Action:" target="-2" id="YQr-Wa-Yhe"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <box title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="etD-b0-mRt">
|
|
|
+ <rect key="frame" x="279" y="244" width="319" height="146"/>
|
|
|
+ <view key="contentView" id="gah-ql-H7S">
|
|
|
+ <rect key="frame" x="4" y="5" width="311" height="138"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fGc-Jb-twS">
|
|
|
+ <rect key="frame" x="8" y="112" width="18" height="18"/>
|
|
|
+ <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="Npc-6e-9Gz">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="customPageButton_Action:" target="-2" id="rVn-zm-UKc"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2Dk-dY-K3x">
|
|
|
+ <rect key="frame" x="8" y="62" width="18" height="18"/>
|
|
|
+ <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="j0r-ED-Z9m">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="customPageButton_Action:" target="-2" id="Rzi-oZ-F1l"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button tag="3" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21L-76-gVO">
|
|
|
+ <rect key="frame" x="8" y="14" width="18" height="18"/>
|
|
|
+ <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="GW7-IK-iDY">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="customPageButton_Action:" target="-2" id="unU-dM-sVe"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button tag="2" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10w-qu-XYA">
|
|
|
+ <rect key="frame" x="8" y="38" width="18" height="18"/>
|
|
|
+ <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="g0X-RY-5Nn">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="customPageButton_Action:" target="-2" id="DPP-a0-SNk"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button tag="4" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4uk-a5-29Y">
|
|
|
+ <rect key="frame" x="8" y="86" width="18" height="18"/>
|
|
|
+ <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="F6v-gm-24n">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="customPageButton_Action:" target="-2" id="oZH-pY-G3P"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dWn-uO-q8r">
|
|
|
+ <rect key="frame" x="30" y="13" width="200" height="21"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="200" id="iep-TD-78n"/>
|
|
|
+ </constraints>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="mN0-xw-rsx">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ <connections>
|
|
|
+ <outlet property="delegate" destination="-2" id="BH3-Qb-ZVF"/>
|
|
|
+ </connections>
|
|
|
+ </textField>
|
|
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zv6-oO-IdL">
|
|
|
+ <rect key="frame" x="234" y="15" width="20" height="16"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="/ 0" id="yTk-ZC-8ZZ">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="disabledControlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="4uk-a5-29Y" firstAttribute="leading" secondItem="gah-ql-H7S" secondAttribute="leading" constant="10" id="0rD-Vq-WpE"/>
|
|
|
+ <constraint firstItem="fGc-Jb-twS" firstAttribute="leading" secondItem="gah-ql-H7S" secondAttribute="leading" constant="10" id="4k2-7n-94F"/>
|
|
|
+ <constraint firstItem="dWn-uO-q8r" firstAttribute="leading" secondItem="21L-76-gVO" secondAttribute="trailing" constant="6" id="BVh-SI-dRm"/>
|
|
|
+ <constraint firstItem="dWn-uO-q8r" firstAttribute="centerY" secondItem="21L-76-gVO" secondAttribute="centerY" id="FCE-Gt-npi"/>
|
|
|
+ <constraint firstItem="2Dk-dY-K3x" firstAttribute="top" secondItem="4uk-a5-29Y" secondAttribute="bottom" constant="10" id="FEG-44-rZj"/>
|
|
|
+ <constraint firstItem="fGc-Jb-twS" firstAttribute="top" secondItem="gah-ql-H7S" secondAttribute="top" constant="10" id="SET-lE-A1m"/>
|
|
|
+ <constraint firstItem="2Dk-dY-K3x" firstAttribute="leading" secondItem="gah-ql-H7S" secondAttribute="leading" constant="10" id="UEG-rg-HRz"/>
|
|
|
+ <constraint firstItem="10w-qu-XYA" firstAttribute="leading" secondItem="gah-ql-H7S" secondAttribute="leading" constant="10" id="WQK-3n-C4d"/>
|
|
|
+ <constraint firstItem="4uk-a5-29Y" firstAttribute="top" secondItem="fGc-Jb-twS" secondAttribute="bottom" constant="12" id="Zhp-0R-ouM"/>
|
|
|
+ <constraint firstItem="10w-qu-XYA" firstAttribute="top" secondItem="2Dk-dY-K3x" secondAttribute="bottom" constant="10" id="fLF-uk-kDt"/>
|
|
|
+ <constraint firstItem="21L-76-gVO" firstAttribute="top" secondItem="10w-qu-XYA" secondAttribute="bottom" constant="10" id="hNi-oD-vho"/>
|
|
|
+ <constraint firstItem="zv6-oO-IdL" firstAttribute="leading" secondItem="dWn-uO-q8r" secondAttribute="trailing" constant="6" id="pVT-Z5-1xe"/>
|
|
|
+ <constraint firstItem="zv6-oO-IdL" firstAttribute="centerY" secondItem="dWn-uO-q8r" secondAttribute="centerY" id="rdw-1G-vva"/>
|
|
|
+ <constraint firstItem="21L-76-gVO" firstAttribute="leading" secondItem="gah-ql-H7S" secondAttribute="leading" constant="10" id="sVO-0h-LtV"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="dWn-uO-q8r" secondAttribute="bottom" constant="13" id="te2-T3-HHD"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </box>
|
|
|
+ <textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MtV-Dv-21E">
|
|
|
+ <rect key="frame" x="281" y="224" width="85" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Total Images:" id="X6M-iS-t1y">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <box boxType="custom" borderWidth="0.0" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="Qhz-dw-Bys">
|
|
|
+ <rect key="frame" x="100" y="49" width="85" height="20"/>
|
|
|
+ <view key="contentView" id="VhF-eO-l5u">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="85" height="20"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="KHk-2c-1Ze">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="64" height="22"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="22" id="4KQ-Rd-do3"/>
|
|
|
+ <constraint firstAttribute="width" constant="64" id="Dkw-N6-Tl8"/>
|
|
|
+ </constraints>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="F0w-x1-U2r">
|
|
|
+ <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="X3m-Xo-oLf">
|
|
|
+ <real key="minimum" value="1"/>
|
|
|
+ </numberFormatter>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ <connections>
|
|
|
+ <outlet property="delegate" destination="-2" id="Jma-Q5-ZOa"/>
|
|
|
+ </connections>
|
|
|
+ </textField>
|
|
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xbI-UW-pTy">
|
|
|
+ <rect key="frame" x="67" y="2" width="20" height="18"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="/ 0" id="PeK-t2-39O">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="KHk-2c-1Ze" firstAttribute="leading" secondItem="VhF-eO-l5u" secondAttribute="leading" id="GQh-Ly-v7l"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="xbI-UW-pTy" secondAttribute="bottom" constant="2" id="LfP-4f-2Aa"/>
|
|
|
+ <constraint firstItem="xbI-UW-pTy" firstAttribute="leading" secondItem="KHk-2c-1Ze" secondAttribute="trailing" constant="5" id="TZ1-d6-FAd"/>
|
|
|
+ <constraint firstItem="KHk-2c-1Ze" firstAttribute="top" secondItem="VhF-eO-l5u" secondAttribute="top" id="a0K-Cz-RYj"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="KHk-2c-1Ze" secondAttribute="bottom" id="c9e-DG-dFJ"/>
|
|
|
+ <constraint firstItem="xbI-UW-pTy" firstAttribute="top" secondItem="VhF-eO-l5u" secondAttribute="top" constant="2" id="mN2-W3-L2v"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="xbI-UW-pTy" secondAttribute="trailing" id="uWR-2q-kJ0"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="KHk-2c-1Ze" secondAttribute="bottom" id="xyX-7x-dxw"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="20" id="dIA-rE-hjk"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="eqc-DH-dLf" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="22" id="AB8-wz-gaX"/>
|
|
|
+ <constraint firstItem="MtV-Dv-21E" firstAttribute="leading" secondItem="gah-ql-H7S" secondAttribute="leading" id="AqE-QZ-ouw"/>
|
|
|
+ <constraint firstItem="Q67-eB-W4S" firstAttribute="leading" secondItem="Qhz-dw-Bys" secondAttribute="trailing" constant="37" id="Fnv-Y6-oWk"/>
|
|
|
+ <constraint firstItem="eqc-DH-dLf" firstAttribute="centerX" secondItem="Qhz-dw-Bys" secondAttribute="centerX" id="Hbi-9T-24v"/>
|
|
|
+ <constraint firstItem="83o-Pq-4ks" firstAttribute="centerY" secondItem="Qhz-dw-Bys" secondAttribute="centerY" id="KRw-GR-c8T"/>
|
|
|
+ <constraint firstItem="etD-b0-mRt" firstAttribute="top" secondItem="bEa-uY-xz2" secondAttribute="bottom" constant="1" id="LBa-OM-pvs"/>
|
|
|
+ <constraint firstItem="Qhz-dw-Bys" firstAttribute="top" secondItem="eqc-DH-dLf" secondAttribute="bottom" constant="16" id="ML1-Cr-LXj"/>
|
|
|
+ <constraint firstItem="MtV-Dv-21E" firstAttribute="top" secondItem="etD-b0-mRt" secondAttribute="bottom" constant="8" id="MNg-HN-YHC"/>
|
|
|
+ <constraint firstItem="Q67-eB-W4S" firstAttribute="centerY" secondItem="Qhz-dw-Bys" secondAttribute="centerY" id="N4W-OS-Z4R"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="etD-b0-mRt" secondAttribute="trailing" constant="20" id="RE6-Nu-f2L"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="Z30-wQ-Pyx" secondAttribute="trailing" constant="34" id="T41-FH-3CM"/>
|
|
|
+ <constraint firstItem="U2r-WX-MWr" firstAttribute="centerY" secondItem="Z30-wQ-Pyx" secondAttribute="centerY" id="baj-eB-2pd"/>
|
|
|
+ <constraint firstItem="Z30-wQ-Pyx" firstAttribute="leading" secondItem="U2r-WX-MWr" secondAttribute="trailing" constant="8" id="e8g-pE-ppN"/>
|
|
|
+ <constraint firstItem="83o-Pq-4ks" firstAttribute="top" secondItem="eqc-DH-dLf" secondAttribute="bottom" constant="16" id="gqV-fk-saK"/>
|
|
|
+ <constraint firstItem="eqc-DH-dLf" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="22" id="nXb-sd-Swo"/>
|
|
|
+ <constraint firstItem="Qhz-dw-Bys" firstAttribute="leading" secondItem="83o-Pq-4ks" secondAttribute="trailing" constant="37" id="pW9-GJ-JKO"/>
|
|
|
+ <constraint firstItem="bEa-uY-xz2" firstAttribute="top" secondItem="eqc-DH-dLf" secondAttribute="top" id="qNp-uv-XRD"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="Z30-wQ-Pyx" secondAttribute="bottom" constant="20" id="r3M-cz-Zaj"/>
|
|
|
+ <constraint firstItem="bEa-uY-xz2" firstAttribute="leading" secondItem="eqc-DH-dLf" secondAttribute="trailing" constant="26" id="vfq-KG-GVZ"/>
|
|
|
+ <constraint firstItem="etD-b0-mRt" firstAttribute="leading" secondItem="eqc-DH-dLf" secondAttribute="trailing" constant="20" id="vwD-ps-jsa"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <connections>
|
|
|
+ <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
|
+ </connections>
|
|
|
+ <point key="canvasLocation" x="212.5" y="233.5"/>
|
|
|
+ </window>
|
|
|
+ </objects>
|
|
|
+ <resources>
|
|
|
+ <image name="NSGoLeftTemplate" width="12" height="17"/>
|
|
|
+ <image name="NSGoRightTemplate" width="12" height="17"/>
|
|
|
+ </resources>
|
|
|
+</document>
|