12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMDesignSelect" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="horizontalPadding_spacing" destination="zXq-bs-uyE" id="lj0-Ik-ovU"/>
- <outlet property="imageView" destination="pY7-Ye-k9N" id="gmc-pp-NfK"/>
- <outlet property="imageViewHeight_spacing" destination="wQ0-Sm-ouD" id="gm1-HN-AZe"/>
- <outlet property="imageViewWidth_spacing" destination="fsD-g9-9HF" id="QMu-RI-Mhx"/>
- <outlet property="itemSpacing_spacing" destination="ksd-qp-8Dh" id="qRB-b8-ik4"/>
- <outlet property="mainBox" destination="Xk1-7q-unw" id="FAZ-7b-K1Y"/>
- <outlet property="selectBox" destination="zQq-gL-WX1" id="muq-m4-pBd"/>
- <outlet property="textField" destination="aHg-43-XTf" id="gbL-aa-Wtm"/>
- <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="272"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Xk1-7q-unw" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
- <view key="contentView" id="WPX-6N-vCM">
- <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Xk1-7q-unw" secondAttribute="trailing" id="12r-YS-P8Q"/>
- <constraint firstItem="Xk1-7q-unw" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="Ja2-rd-bYh"/>
- <constraint firstItem="Xk1-7q-unw" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="QvI-Tq-5EZ"/>
- <constraint firstAttribute="bottom" secondItem="Xk1-7q-unw" secondAttribute="bottom" id="cmr-jP-TRk"/>
- </constraints>
- <point key="canvasLocation" x="133" y="154"/>
- </customView>
- <box boxType="custom" borderWidth="0.0" title="Box" id="zQq-gL-WX1">
- <rect key="frame" x="0.0" y="0.0" width="317" height="21"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" id="YgH-SR-osu">
- <rect key="frame" x="0.0" y="0.0" width="317" height="21"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aHg-43-XTf">
- <rect key="frame" x="0.0" y="0.0" width="287" height="21"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="c66-BA-jKX" customClass="KMSelectCell" customModule="PDF_Master" customModuleProvider="target">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="pY7-Ye-k9N">
- <rect key="frame" x="295" y="5" width="12" height="12"/>
- <constraints>
- <constraint firstAttribute="width" constant="12" id="fsD-g9-9HF"/>
- <constraint firstAttribute="height" constant="12" id="wQ0-Sm-ouD"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="icon_btn_arrow_gray_down_s_norm_false" id="efR-sZ-tiN"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="aHg-43-XTf" firstAttribute="top" secondItem="YgH-SR-osu" secondAttribute="top" id="FF3-9a-UZJ"/>
- <constraint firstItem="pY7-Ye-k9N" firstAttribute="centerY" secondItem="YgH-SR-osu" secondAttribute="centerY" id="a6h-Ww-zqY"/>
- <constraint firstItem="pY7-Ye-k9N" firstAttribute="leading" secondItem="aHg-43-XTf" secondAttribute="trailing" constant="8" id="ksd-qp-8Dh"/>
- <constraint firstAttribute="trailing" secondItem="pY7-Ye-k9N" secondAttribute="trailing" constant="10" id="ruU-2M-5WW"/>
- <constraint firstAttribute="bottom" secondItem="aHg-43-XTf" secondAttribute="bottom" id="tCH-ZJ-Ch8"/>
- <constraint firstItem="aHg-43-XTf" firstAttribute="leading" secondItem="YgH-SR-osu" secondAttribute="leading" id="zXq-bs-uyE"/>
- </constraints>
- </view>
- <point key="canvasLocation" x="52" y="390"/>
- </box>
- </objects>
- <resources>
- <image name="icon_btn_arrow_gray_down_s_norm_false" width="12" height="12"/>
- </resources>
- </document>
|