12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMDesignDropdown" customModule="PDF_Office" customModuleProvider="target">
- <connections>
- <outlet property="button" destination="BXC-dZ-9yX" id="jXs-tC-AF9"/>
- <outlet property="dropdownView" destination="eXj-Sw-zps" id="7cP-az-Fa2"/>
- <outlet property="horizontalPadding" destination="OGp-dd-Gf1" id="Wpn-tJ-FTe"/>
- <outlet property="label" destination="FW6-Dg-1uM" id="fau-ZN-QFM"/>
- <outlet property="mainBox" destination="CmV-Us-mcD" id="Xh9-op-uHH"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CmV-Us-mcD" customClass="KMMoveBox" customModule="PDF_Office" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
- <view key="contentView" id="JP3-RS-EzL">
- <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BXC-dZ-9yX">
- <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
- <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="4Gc-ig-f2M">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="CmV-Us-mcD" secondAttribute="trailing" id="7Sy-3T-JJG"/>
- <constraint firstItem="CmV-Us-mcD" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="HKn-Fl-U6x"/>
- <constraint firstItem="BXC-dZ-9yX" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="OFT-wh-NJ7"/>
- <constraint firstAttribute="bottom" secondItem="BXC-dZ-9yX" secondAttribute="bottom" id="Odg-7y-8cj"/>
- <constraint firstAttribute="trailing" secondItem="BXC-dZ-9yX" secondAttribute="trailing" id="fPU-bX-W5p"/>
- <constraint firstItem="CmV-Us-mcD" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="lbw-Qy-aBh"/>
- <constraint firstItem="BXC-dZ-9yX" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="qYA-Pb-iVP"/>
- <constraint firstAttribute="bottom" secondItem="CmV-Us-mcD" secondAttribute="bottom" id="zZv-Hp-mfk"/>
- </constraints>
- <point key="canvasLocation" x="114" y="153"/>
- </customView>
- <customView id="eXj-Sw-zps">
- <rect key="frame" x="0.0" y="0.0" width="170" height="52"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FW6-Dg-1uM">
- <rect key="frame" x="6" y="18" width="158" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="42D-th-UnC">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="FW6-Dg-1uM" firstAttribute="leading" secondItem="eXj-Sw-zps" secondAttribute="leading" constant="8" id="OGp-dd-Gf1"/>
- <constraint firstAttribute="trailing" secondItem="FW6-Dg-1uM" secondAttribute="trailing" constant="8" id="gEk-Tq-ZWl"/>
- <constraint firstItem="FW6-Dg-1uM" firstAttribute="centerY" secondItem="eXj-Sw-zps" secondAttribute="centerY" id="wFc-cF-QlK"/>
- </constraints>
- <point key="canvasLocation" x="-43" y="252"/>
- </customView>
- </objects>
- </document>
|