1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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="KMBatchOperateNewCompressViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="compressButton" destination="baL-o2-whg" id="fHX-gs-gXW"/>
- <outlet property="compressView" destination="nlU-Iu-DXD" id="mbC-tf-yaD"/>
- <outlet property="titleLabel" destination="y0T-QN-EWu" id="Rbt-QN-OZz"/>
- <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="528" height="343"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="y0T-QN-EWu">
- <rect key="frame" x="14" y="311" width="45" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Modes" id="mpx-gV-Hhf">
- <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>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="nlU-Iu-DXD" customClass="KMBatchOperateCompressView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="16" y="48" width="496" height="255"/>
- </customView>
- <button translatesAutoresizingMaskIntoConstraints="NO" id="baL-o2-whg">
- <rect key="frame" x="16" y="16" width="496" height="32"/>
- <buttonCell key="cell" type="square" title="Compress" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="bDz-ig-q3z">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="XYv-z2-ll9"/>
- </constraints>
- <connections>
- <action selector="compressButtonAction:" target="-2" id="f8F-1j-duY"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="y0T-QN-EWu" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="16" id="8wn-dj-NMN"/>
- <constraint firstAttribute="bottom" secondItem="nlU-Iu-DXD" secondAttribute="bottom" constant="48" id="9fy-f3-6D5"/>
- <constraint firstAttribute="trailing" secondItem="baL-o2-whg" secondAttribute="trailing" constant="16" id="NrT-Zg-Qxn"/>
- <constraint firstItem="y0T-QN-EWu" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="P1B-uw-Pwo"/>
- <constraint firstAttribute="bottom" secondItem="baL-o2-whg" secondAttribute="bottom" constant="16" id="aih-wH-xrl"/>
- <constraint firstItem="nlU-Iu-DXD" firstAttribute="top" secondItem="y0T-QN-EWu" secondAttribute="bottom" constant="8" id="g2W-3l-VJN"/>
- <constraint firstItem="baL-o2-whg" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="sBN-vn-lxm"/>
- <constraint firstItem="nlU-Iu-DXD" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="sFh-Fm-fyS"/>
- <constraint firstAttribute="trailing" secondItem="nlU-Iu-DXD" secondAttribute="trailing" constant="16" id="x5p-Ld-uf2"/>
- </constraints>
- <point key="canvasLocation" x="163" y="181.5"/>
- </customView>
- </objects>
- </document>
|