1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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" customClass="KMBatchSelectedFilesView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="box" destination="y5i-wB-Qel" id="ZZN-sE-YKB"/>
- <outlet property="imageButton" destination="STJ-AT-hZ8" id="zQz-NR-i0B"/>
- <outlet property="subtitleLabel" destination="zH4-UK-9qG" id="B6o-JS-9vD"/>
- <outlet property="titleLabel" destination="sAL-Vd-XZZ" id="tMW-xI-LeS"/>
- </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="542" height="472"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Ibq-pW-6fR">
- <rect key="frame" x="62" y="176" width="418" height="220"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" cornerRadius="4" translatesAutoresizingMaskIntoConstraints="NO" id="y5i-wB-Qel" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="145" y="92" width="128" height="128"/>
- <view key="contentView" id="aGb-yq-zUB">
- <rect key="frame" x="0.0" y="0.0" width="128" height="128"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="128" id="1ea-VG-Qef"/>
- <constraint firstAttribute="width" constant="128" id="vNq-f1-LJQ"/>
- </constraints>
- </box>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="STJ-AT-hZ8">
- <rect key="frame" x="145" y="92" width="128" height="128"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_empty_add_norm" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="6la-3i-h0B">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="128" id="FPo-kq-4aa"/>
- <constraint firstAttribute="width" constant="128" id="SOe-q0-XB4"/>
- </constraints>
- <connections>
- <action selector="selectFilse:" target="-2" id="Af0-zo-h0U"/>
- </connections>
- </button>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sAL-Vd-XZZ">
- <rect key="frame" x="172" y="54" width="74" height="22"/>
- <constraints>
- <constraint firstAttribute="height" constant="22" id="ZBC-vg-gHp"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Select Files" id="KEm-N5-nXy">
- <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="zH4-UK-9qG">
- <rect key="frame" x="40" y="10" width="339" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="aPR-g2-3cm"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Drop files here or Click “+ Add Files” at left up button. " id="iXp-xv-xKg">
- <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="sAL-Vd-XZZ" firstAttribute="centerX" secondItem="Ibq-pW-6fR" secondAttribute="centerX" id="9Y7-jS-EwI"/>
- <constraint firstItem="zH4-UK-9qG" firstAttribute="centerX" secondItem="Ibq-pW-6fR" secondAttribute="centerX" id="G28-DZ-VIh"/>
- <constraint firstItem="STJ-AT-hZ8" firstAttribute="top" secondItem="Ibq-pW-6fR" secondAttribute="top" id="HWS-Fs-hwa"/>
- <constraint firstItem="y5i-wB-Qel" firstAttribute="centerX" secondItem="Ibq-pW-6fR" secondAttribute="centerX" id="Mjf-JJ-wUX"/>
- <constraint firstItem="sAL-Vd-XZZ" firstAttribute="top" secondItem="y5i-wB-Qel" secondAttribute="bottom" constant="16" id="Ob1-Ag-hX5"/>
- <constraint firstItem="STJ-AT-hZ8" firstAttribute="centerX" secondItem="Ibq-pW-6fR" secondAttribute="centerX" id="XRB-UH-BSM"/>
- <constraint firstAttribute="height" constant="220" id="dRa-O2-ZIE"/>
- <constraint firstAttribute="width" constant="418" id="jX2-q2-wWm"/>
- <constraint firstItem="y5i-wB-Qel" firstAttribute="top" secondItem="Ibq-pW-6fR" secondAttribute="top" id="sev-fp-PCp"/>
- <constraint firstItem="zH4-UK-9qG" firstAttribute="top" secondItem="sAL-Vd-XZZ" secondAttribute="bottom" constant="4" id="zHD-xY-uIQ"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="Ibq-pW-6fR" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" constant="-50" id="JnW-cT-aQx"/>
- <constraint firstItem="Ibq-pW-6fR" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="gJ7-WH-3iF"/>
- </constraints>
- <point key="canvasLocation" x="76" y="12"/>
- </customView>
- </objects>
- <resources>
- <image name="icon_empty_add_norm" width="128" height="128"/>
- </resources>
- </document>
|