12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner">
- <connections>
- <outlet property="contentView" destination="c22-O7-iKe" id="RjV-fa-1Ne"/>
- <outlet property="iconButton" destination="oX7-Le-Qnh" id="gI4-OT-Wa6"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe" customClass="KMBOTAOutlineCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="288" height="40"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oX7-Le-Qnh">
- <rect key="frame" x="0.0" y="9" width="22" height="22"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameBotaNoteExpand" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="kCY-iL-cPI">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="width" constant="22" id="hKW-TA-kaD"/>
- <constraint firstAttribute="height" constant="22" id="o5n-A4-9Gl"/>
- </constraints>
- <connections>
- <action selector="iconButtonAction:" target="c22-O7-iKe" id="PWK-GI-ujg"/>
- </connections>
- </button>
- <box boxType="custom" borderWidth="0.0" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="r6w-bc-fEQ" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="34" y="4" width="238" height="32"/>
- <view key="contentView" id="2uf-xe-jFx">
- <rect key="frame" x="0.0" y="0.0" width="238" height="32"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qgr-rq-q7D" customClass="KMTextField" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="-2" y="8" width="242" height="16"/>
- <textFieldCell key="cell" lineBreakMode="charWrapping" title="Label" id="GUU-ti-yMJ">
- <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="qgr-rq-q7D" firstAttribute="centerY" secondItem="2uf-xe-jFx" secondAttribute="centerY" id="0T5-gj-AFe"/>
- <constraint firstItem="qgr-rq-q7D" firstAttribute="leading" secondItem="2uf-xe-jFx" secondAttribute="leading" id="28C-uR-yK5"/>
- <constraint firstAttribute="trailing" secondItem="qgr-rq-q7D" secondAttribute="trailing" id="3XF-hG-vsj"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="ooK-jZ-Lt7"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="r6w-bc-fEQ" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="GXt-wT-Iae"/>
- <constraint firstItem="oX7-Le-Qnh" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="JvF-tZ-PnT"/>
- <constraint firstItem="r6w-bc-fEQ" firstAttribute="leading" secondItem="oX7-Le-Qnh" secondAttribute="trailing" constant="12" id="ckn-l4-SD6"/>
- <constraint firstItem="oX7-Le-Qnh" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="hwc-vQ-gYr"/>
- <constraint firstAttribute="trailing" secondItem="r6w-bc-fEQ" secondAttribute="trailing" constant="16" id="kai-8d-2uS"/>
- </constraints>
- <connections>
- <outlet property="iconButton" destination="oX7-Le-Qnh" id="I1a-ac-G9Q"/>
- <outlet property="titleLabel" destination="qgr-rq-q7D" id="NB3-FK-bao"/>
- <outlet property="titleLabelBox" destination="r6w-bc-fEQ" id="nPg-9C-QYD"/>
- </connections>
- <point key="canvasLocation" x="13" y="380"/>
- </customView>
- </objects>
- <resources>
- <image name="KMImageNameBotaNoteExpand" width="16" height="16"/>
- </resources>
- </document>
|