12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMBatchOperateRemoveHeaderFooterViewController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="actionButton" destination="rij-IY-bAZ" id="uRb-Ty-y7n"/>
- <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="480" height="272"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="MnA-Ka-GT9">
- <rect key="frame" x="0.0" y="269" width="480" height="5"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="102-8I-TP4"/>
- </constraints>
- </box>
- <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rij-IY-bAZ">
- <rect key="frame" x="16" y="120" width="448" height="32"/>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="0XI-EU-sYm">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- <connections>
- <action selector="buttonClicked_Action:" target="-2" id="cVo-x6-zlz"/>
- </connections>
- </buttonCell>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="04g-cN-UNw"/>
- </constraints>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="MnA-Ka-GT9" secondAttribute="trailing" id="068-Rf-l61"/>
- <constraint firstItem="rij-IY-bAZ" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="083-Bo-yPl"/>
- <constraint firstItem="rij-IY-bAZ" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="47P-zc-TBC"/>
- <constraint firstItem="MnA-Ka-GT9" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="P3k-a3-y1n"/>
- <constraint firstItem="MnA-Ka-GT9" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="byk-0o-f2g"/>
- <constraint firstItem="rij-IY-bAZ" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="syj-W5-Ijr"/>
- </constraints>
- <point key="canvasLocation" x="6" y="121"/>
- </customView>
- </objects>
- </document>
|