|
@@ -0,0 +1,248 @@
|
|
|
+<?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="KMCompressView" customModule="PDF_Master" customModuleProvider="target">
|
|
|
+ <connections>
|
|
|
+ <outlet property="batchButton" destination="oK4-qZ-nsZ" id="qs0-gu-74l"/>
|
|
|
+ <outlet property="cancelButton" destination="M8m-46-Uhb" id="K0C-2I-WOj"/>
|
|
|
+ <outlet property="compressButton" destination="IHF-en-Dqi" id="PwN-g7-RFb"/>
|
|
|
+ <outlet property="fileImageView" destination="got-mA-Esq" id="Zls-7k-XND"/>
|
|
|
+ <outlet property="finalSizeLabel" destination="AVp-B0-LcQ" id="syN-mv-nSW"/>
|
|
|
+ <outlet property="hightLabel" destination="QQd-Ip-P83" id="dPU-qd-naS"/>
|
|
|
+ <outlet property="lowLabel" destination="vym-ui-oBO" id="Dqb-89-6Ky"/>
|
|
|
+ <outlet property="previewBox" destination="JoQ-Bg-A7A" id="IFH-92-kmH"/>
|
|
|
+ <outlet property="progress" destination="rI6-3z-z33" id="EnV-KA-efW"/>
|
|
|
+ <outlet property="progressSizeLabel" destination="qSB-Az-aee" id="nUn-C4-CiF"/>
|
|
|
+ <outlet property="qualitySlider" destination="eL4-zP-lte" id="wPt-6Y-4YT"/>
|
|
|
+ <outlet property="qulityMatrix" destination="pD4-qc-WIt" id="CAg-ZN-HuB"/>
|
|
|
+ <outlet property="selectLabel" destination="7pF-2n-frE" id="C6e-zX-bqL"/>
|
|
|
+ <outlet property="sizeLabel" destination="JF7-f4-ihM" id="03Y-DG-toK"/>
|
|
|
+ <outlet property="titleLabel" destination="feZ-ij-cjM" id="4xr-Ws-a8c"/>
|
|
|
+ </connections>
|
|
|
+ </customObject>
|
|
|
+ <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
+ <customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
|
+ <customView id="c22-O7-iKe">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="531" height="424"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <view translatesAutoresizingMaskIntoConstraints="NO" id="7D3-FA-RtT">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="531" height="424"/>
|
|
|
+ <subviews>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="M8m-46-Uhb">
|
|
|
+ <rect key="frame" x="332" y="11" width="76" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="jGJ-6V-t57">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <string key="keyEquivalent" base64-UTF8="YES">
|
|
|
+Gw
|
|
|
+</string>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="cancelButtonAction:" target="-2" id="gNl-ks-fY8"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button horizontalHuggingPriority="249" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="IHF-en-Dqi">
|
|
|
+ <rect key="frame" x="409" y="11" width="96" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Compress" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ZKC-Ne-tUY">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <string key="keyEquivalent" base64-UTF8="YES">
|
|
|
+DQ
|
|
|
+</string>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="compressButtonAction:" target="-2" id="5LC-ea-MLd"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pD4-qc-WIt">
|
|
|
+ <rect key="frame" x="61" y="90" width="357" height="123"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <size key="cellSize" width="357" height="23"/>
|
|
|
+ <size key="intercellSpacing" width="4" height="2"/>
|
|
|
+ <buttonCell key="prototype" type="bevel" title="Radio" imagePosition="left" alignment="left" inset="2" id="ZoF-so-Qrp">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <cells>
|
|
|
+ <column>
|
|
|
+ <buttonCell type="radio" title="Large File Size(High Quality)" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="a8s-8G-jq2">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <buttonCell type="radio" title="Medium File Size(Medium Quality)" imagePosition="left" alignment="left" inset="2" id="Tdw-Os-Nhn">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <buttonCell type="radio" title="Small File Size(Recommended Quality)" imagePosition="left" alignment="left" inset="2" id="c7y-5G-qtA">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <buttonCell type="radio" title="Minimum File Size(Low Quality)" imagePosition="left" alignment="left" inset="2" id="LRe-1E-d0e">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <buttonCell type="radio" title="Other" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="IHz-jB-tSr">
|
|
|
+ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ </column>
|
|
|
+ </cells>
|
|
|
+ <connections>
|
|
|
+ <action selector="qulityMatrixAction:" target="-2" id="tA2-1h-dxN"/>
|
|
|
+ </connections>
|
|
|
+ </matrix>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7pF-2n-frE">
|
|
|
+ <rect key="frame" x="59" y="223" width="154" height="16"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Select Compress Format" id="unA-fp-iyW">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oK4-qZ-nsZ">
|
|
|
+ <rect key="frame" x="8" y="11" width="69" height="32"/>
|
|
|
+ <buttonCell key="cell" type="push" title="Batch" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="d4I-h4-20k">
|
|
|
+ <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ </buttonCell>
|
|
|
+ <connections>
|
|
|
+ <action selector="batchButtonAction:" target="-2" id="WsW-uG-03w"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="JoQ-Bg-A7A" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
|
|
|
+ <rect key="frame" x="37" y="260" width="457" height="146"/>
|
|
|
+ <view key="contentView" id="qgD-bf-gnS">
|
|
|
+ <rect key="frame" x="4" y="5" width="449" height="138"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JF7-f4-ihM">
|
|
|
+ <rect key="frame" x="128" y="81" width="4" height="16"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="whk-Hu-7q8">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <progressIndicator wantsLayer="YES" maxValue="100" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="rI6-3z-z33">
|
|
|
+ <rect key="frame" x="130" y="47" width="240" height="20"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="240" id="r9M-rs-3WM"/>
|
|
|
+ </constraints>
|
|
|
+ </progressIndicator>
|
|
|
+ <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="feZ-ij-cjM">
|
|
|
+ <rect key="frame" x="128" y="102" width="303" height="16"/>
|
|
|
+ <textFieldCell key="cell" truncatesLastVisibleLine="YES" sendsActionOnEndEditing="YES" id="He2-H0-3Up">
|
|
|
+ <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>
|
|
|
+ <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="got-mA-Esq">
|
|
|
+ <rect key="frame" x="10" y="14" width="110" height="110"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="110" id="Guy-Ta-rMV"/>
|
|
|
+ <constraint firstAttribute="width" constant="110" id="TbS-1n-M8o"/>
|
|
|
+ </constraints>
|
|
|
+ <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="Uy4-7y-Qeb"/>
|
|
|
+ </imageView>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AVp-B0-LcQ">
|
|
|
+ <rect key="frame" x="143" y="81" width="4" height="16"/>
|
|
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="XEA-VF-Y0d">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qSB-Az-aee">
|
|
|
+ <rect key="frame" x="383" y="49" width="4" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" id="jbV-Qh-AnI">
|
|
|
+ <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>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="JF7-f4-ihM" firstAttribute="top" secondItem="feZ-ij-cjM" secondAttribute="bottom" constant="5" id="0Te-Rh-Zal"/>
|
|
|
+ <constraint firstItem="rI6-3z-z33" firstAttribute="leading" secondItem="JF7-f4-ihM" secondAttribute="leading" id="0fG-ad-ixq"/>
|
|
|
+ <constraint firstItem="got-mA-Esq" firstAttribute="leading" secondItem="qgD-bf-gnS" secondAttribute="leading" constant="10" id="8el-Fe-esX"/>
|
|
|
+ <constraint firstItem="feZ-ij-cjM" firstAttribute="top" secondItem="qgD-bf-gnS" secondAttribute="top" constant="20" id="Iog-kr-jgF"/>
|
|
|
+ <constraint firstItem="qSB-Az-aee" firstAttribute="centerY" secondItem="rI6-3z-z33" secondAttribute="centerY" id="L6b-vM-oZp"/>
|
|
|
+ <constraint firstItem="JF7-f4-ihM" firstAttribute="leading" secondItem="feZ-ij-cjM" secondAttribute="leading" id="RT3-Xi-ANr"/>
|
|
|
+ <constraint firstItem="feZ-ij-cjM" firstAttribute="leading" secondItem="got-mA-Esq" secondAttribute="trailing" constant="10" id="ToQ-y4-mKG"/>
|
|
|
+ <constraint firstItem="qSB-Az-aee" firstAttribute="leading" secondItem="rI6-3z-z33" secondAttribute="trailing" constant="15" id="YGm-Im-bDy"/>
|
|
|
+ <constraint firstItem="rI6-3z-z33" firstAttribute="top" secondItem="JF7-f4-ihM" secondAttribute="bottom" constant="15" id="Ysp-bX-Tau"/>
|
|
|
+ <constraint firstItem="AVp-B0-LcQ" firstAttribute="centerY" secondItem="JF7-f4-ihM" secondAttribute="centerY" id="cHu-mi-1qN"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="feZ-ij-cjM" secondAttribute="trailing" constant="20" id="fGv-MR-AoV"/>
|
|
|
+ <constraint firstItem="AVp-B0-LcQ" firstAttribute="leading" secondItem="JF7-f4-ihM" secondAttribute="trailing" constant="15" id="gDW-WJ-ROl"/>
|
|
|
+ <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="qSB-Az-aee" secondAttribute="trailing" constant="10" id="gX9-xj-gEb"/>
|
|
|
+ <constraint firstItem="got-mA-Esq" firstAttribute="centerY" secondItem="qgD-bf-gnS" secondAttribute="centerY" id="nkG-Zb-rLY"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="140" id="HWO-1j-I4e"/>
|
|
|
+ </constraints>
|
|
|
+ </box>
|
|
|
+ <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="eL4-zP-lte" customClass="KMSlider" customModule="PDF_Master" customModuleProvider="target">
|
|
|
+ <rect key="frame" x="127" y="56" width="204" height="28"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" constant="200" id="PSU-qN-bMS"/>
|
|
|
+ </constraints>
|
|
|
+ <sliderCell key="cell" state="on" alignment="left" minValue="1" maxValue="120" doubleValue="60" tickMarkPosition="above" sliderType="linear" id="mi1-5s-sLY"/>
|
|
|
+ </slider>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vym-ui-oBO">
|
|
|
+ <rect key="frame" x="84" y="64" width="37" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="i3j-GV-aUO">
|
|
|
+ <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>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QQd-Ip-P83">
|
|
|
+ <rect key="frame" x="337" y="64" width="37" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="XHK-Rr-DPO">
|
|
|
+ <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>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="JoQ-Bg-A7A" secondAttribute="trailing" constant="40" id="0BD-V6-QH5"/>
|
|
|
+ <constraint firstItem="vym-ui-oBO" firstAttribute="leading" secondItem="7D3-FA-RtT" secondAttribute="leading" constant="86" id="0dc-Pw-Dha"/>
|
|
|
+ <constraint firstItem="7pF-2n-frE" firstAttribute="top" secondItem="JoQ-Bg-A7A" secondAttribute="bottom" constant="25" id="Aab-bv-j0P"/>
|
|
|
+ <constraint firstItem="M8m-46-Uhb" firstAttribute="centerY" secondItem="oK4-qZ-nsZ" secondAttribute="centerY" id="BNo-z7-3aF"/>
|
|
|
+ <constraint firstItem="oK4-qZ-nsZ" firstAttribute="leading" secondItem="7D3-FA-RtT" secondAttribute="leading" constant="15" id="Cpb-jC-cBb"/>
|
|
|
+ <constraint firstItem="pD4-qc-WIt" firstAttribute="leading" secondItem="7pF-2n-frE" secondAttribute="leading" id="Dkp-ae-eMC"/>
|
|
|
+ <constraint firstItem="QQd-Ip-P83" firstAttribute="centerY" secondItem="eL4-zP-lte" secondAttribute="centerY" id="GVR-gW-8qX"/>
|
|
|
+ <constraint firstItem="IHF-en-Dqi" firstAttribute="centerY" secondItem="oK4-qZ-nsZ" secondAttribute="centerY" id="Hd6-wV-p14"/>
|
|
|
+ <constraint firstItem="QQd-Ip-P83" firstAttribute="leading" secondItem="eL4-zP-lte" secondAttribute="trailing" constant="10" id="Liz-u2-Dsv"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="IHF-en-Dqi" secondAttribute="trailing" constant="33" id="PnY-ds-mE9"/>
|
|
|
+ <constraint firstItem="eL4-zP-lte" firstAttribute="leading" secondItem="vym-ui-oBO" secondAttribute="trailing" constant="10" id="Q5a-kG-TbE"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="oK4-qZ-nsZ" secondAttribute="bottom" constant="18" id="S50-eb-Jw5"/>
|
|
|
+ <constraint firstItem="JoQ-Bg-A7A" firstAttribute="leading" secondItem="7D3-FA-RtT" secondAttribute="leading" constant="40" id="SIf-DG-vtq"/>
|
|
|
+ <constraint firstItem="eL4-zP-lte" firstAttribute="centerY" secondItem="vym-ui-oBO" secondAttribute="centerY" id="c1J-bd-Hr2"/>
|
|
|
+ <constraint firstItem="JoQ-Bg-A7A" firstAttribute="top" secondItem="7D3-FA-RtT" secondAttribute="top" constant="20" id="cN3-Xc-cuz"/>
|
|
|
+ <constraint firstItem="7pF-2n-frE" firstAttribute="leading" secondItem="qgD-bf-gnS" secondAttribute="leading" constant="20" id="hrr-AP-NWs"/>
|
|
|
+ <constraint firstItem="vym-ui-oBO" firstAttribute="top" secondItem="pD4-qc-WIt" secondAttribute="bottom" constant="10" id="iMw-Ts-ws1"/>
|
|
|
+ <constraint firstItem="pD4-qc-WIt" firstAttribute="top" secondItem="7pF-2n-frE" secondAttribute="bottom" constant="10" id="nj6-Bo-0W9"/>
|
|
|
+ <constraint firstItem="IHF-en-Dqi" firstAttribute="leading" secondItem="M8m-46-Uhb" secondAttribute="trailing" constant="15" id="qhx-jh-Biu"/>
|
|
|
+ </constraints>
|
|
|
+ </view>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="7D3-FA-RtT" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="FfU-B7-Lu5"/>
|
|
|
+ <constraint firstItem="7D3-FA-RtT" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Mw2-f6-U8P"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="7D3-FA-RtT" secondAttribute="trailing" id="QvG-p4-qhW"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="7D3-FA-RtT" secondAttribute="bottom" id="rPf-Hv-ogo"/>
|
|
|
+ </constraints>
|
|
|
+ <point key="canvasLocation" x="45" y="146"/>
|
|
|
+ </customView>
|
|
|
+ </objects>
|
|
|
+</document>
|