12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe" customClass="KMFunctionGuideNameItemView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="240" height="32"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="8fJ-u7-N92">
- <rect key="frame" x="0.0" y="0.0" width="240" height="32"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ja0-Hq-s7s">
- <rect key="frame" x="4" y="10" width="12" height="12"/>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="DEp-WD-8eh"/>
- <constraint firstAttribute="width" constant="12" id="IKu-Ol-B53"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vip-2" id="wY9-n8-eAc"/>
- </imageView>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8s2-V7-Y87">
- <rect key="frame" x="18" y="10" width="224" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="7Qg-Iu-Cge">
- <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 translatesAutoresizingMaskIntoConstraints="NO" id="tUi-Ed-UXT">
- <rect key="frame" x="0.0" y="0.0" width="240" height="32"/>
- <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Qla-gw-aLO">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="clickAction:" target="c22-O7-iKe" id="uXV-Rj-Em2"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="tUi-Ed-UXT" secondAttribute="trailing" id="4jX-OV-BfL"/>
- <constraint firstAttribute="bottom" secondItem="tUi-Ed-UXT" secondAttribute="bottom" id="62P-nc-BZA"/>
- <constraint firstItem="8s2-V7-Y87" firstAttribute="centerY" secondItem="8fJ-u7-N92" secondAttribute="centerY" constant="-2" id="IA5-am-8b0"/>
- <constraint firstAttribute="trailing" secondItem="8s2-V7-Y87" secondAttribute="trailing" id="NBx-Ul-nZj"/>
- <constraint firstItem="tUi-Ed-UXT" firstAttribute="leading" secondItem="8fJ-u7-N92" secondAttribute="leading" id="Q1M-7F-ls8"/>
- <constraint firstItem="ja0-Hq-s7s" firstAttribute="leading" secondItem="8fJ-u7-N92" secondAttribute="leading" constant="4" id="gpD-vf-rRd"/>
- <constraint firstItem="ja0-Hq-s7s" firstAttribute="centerY" secondItem="8fJ-u7-N92" secondAttribute="centerY" id="qzV-uw-4X1"/>
- <constraint firstItem="tUi-Ed-UXT" firstAttribute="top" secondItem="8fJ-u7-N92" secondAttribute="top" id="tuC-v7-BCC"/>
- <constraint firstItem="8s2-V7-Y87" firstAttribute="leading" secondItem="ja0-Hq-s7s" secondAttribute="trailing" constant="4" id="yAk-iJ-oIW"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="8fJ-u7-N92" secondAttribute="trailing" id="S2j-6A-Rdk"/>
- <constraint firstItem="8fJ-u7-N92" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="SSd-A5-tdw"/>
- <constraint firstAttribute="bottom" secondItem="8fJ-u7-N92" secondAttribute="bottom" id="ml6-Fw-LyT"/>
- <constraint firstItem="8fJ-u7-N92" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="nSn-rL-ygo"/>
- </constraints>
- <connections>
- <outlet property="contendView" destination="8fJ-u7-N92" id="4V3-aL-U4S"/>
- <outlet property="iconImg" destination="ja0-Hq-s7s" id="JPJ-yW-UAq"/>
- <outlet property="nameLabel" destination="8s2-V7-Y87" id="Q3C-yf-pyL"/>
- </connections>
- <point key="canvasLocation" x="136" y="18"/>
- </customView>
- </objects>
- <resources>
- <image name="vip-2" width="12" height="12"/>
- </resources>
- </document>
|