1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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" customClass="KMBatchBatesNumberView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="applyBtnLeftConst" destination="U1B-Ib-EfL" id="5kl-0G-Oe6"/>
- <outlet property="applyButton" destination="DwC-6b-br2" id="MSS-3f-OS3"/>
- <outlet property="itemContentView" destination="Vfh-Ms-jRy" id="4s8-wO-LJF"/>
- <outlet property="saveTemplateButton" destination="D0r-01-L2F" id="lSv-LX-ftx"/>
- </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="225" height="534"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Vfh-Ms-jRy">
- <rect key="frame" x="0.0" y="72" width="225" height="462"/>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="hKi-rB-odN">
- <rect key="frame" x="0.0" y="0.0" width="225" height="72"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="DwC-6b-br2" customClass="ComponentButton" customModule="KMComponentLibrary">
- <rect key="frame" x="68" y="16" width="141" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="X7N-3X-BQc"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="D0r-01-L2F" customClass="ComponentButton" customModule="KMComponentLibrary">
- <rect key="frame" x="16" y="16" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="5Bv-cM-kCm"/>
- <constraint firstAttribute="height" constant="40" id="Y7C-9l-x6y"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="height" constant="72" id="5SA-ED-afM"/>
- <constraint firstItem="D0r-01-L2F" firstAttribute="leading" secondItem="hKi-rB-odN" secondAttribute="leading" constant="16" id="CpH-et-GoR"/>
- <constraint firstItem="D0r-01-L2F" firstAttribute="centerY" secondItem="hKi-rB-odN" secondAttribute="centerY" id="Gw4-z8-lW2"/>
- <constraint firstItem="DwC-6b-br2" firstAttribute="centerY" secondItem="hKi-rB-odN" secondAttribute="centerY" id="TCH-hG-261"/>
- <constraint firstItem="DwC-6b-br2" firstAttribute="leading" secondItem="hKi-rB-odN" secondAttribute="leading" constant="68" id="U1B-Ib-EfL"/>
- <constraint firstAttribute="trailing" secondItem="DwC-6b-br2" secondAttribute="trailing" constant="16" id="jcK-zS-8HK"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="hKi-rB-odN" secondAttribute="trailing" id="2rA-1D-hx6"/>
- <constraint firstItem="hKi-rB-odN" firstAttribute="top" secondItem="Vfh-Ms-jRy" secondAttribute="bottom" id="827-zY-dcX"/>
- <constraint firstAttribute="trailing" secondItem="Vfh-Ms-jRy" secondAttribute="trailing" id="BNA-o3-DAh"/>
- <constraint firstItem="Vfh-Ms-jRy" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="DFo-un-G3R"/>
- <constraint firstAttribute="bottom" secondItem="hKi-rB-odN" secondAttribute="bottom" id="VRa-TO-fr3"/>
- <constraint firstItem="Vfh-Ms-jRy" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="eEz-pp-9jW"/>
- <constraint firstItem="hKi-rB-odN" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="up5-tA-DqD"/>
- </constraints>
- <point key="canvasLocation" x="-160.5" y="245"/>
- </customView>
- </objects>
- </document>
|