KMBatchOperateRemoveHeaderFooterViewController.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMBatchOperateRemoveHeaderFooterViewController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="actionButton" destination="rij-IY-bAZ" id="uRb-Ty-y7n"/>
  12. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="Hz6-mo-xeY">
  18. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="MnA-Ka-GT9">
  22. <rect key="frame" x="0.0" y="269" width="480" height="5"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="1" id="102-8I-TP4"/>
  25. </constraints>
  26. </box>
  27. <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rij-IY-bAZ">
  28. <rect key="frame" x="16" y="120" width="448" height="32"/>
  29. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="0XI-EU-sYm">
  30. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  31. <font key="font" metaFont="system"/>
  32. <connections>
  33. <action selector="buttonClicked_Action:" target="-2" id="cVo-x6-zlz"/>
  34. </connections>
  35. </buttonCell>
  36. <constraints>
  37. <constraint firstAttribute="height" constant="32" id="04g-cN-UNw"/>
  38. </constraints>
  39. </button>
  40. </subviews>
  41. <constraints>
  42. <constraint firstAttribute="trailing" secondItem="MnA-Ka-GT9" secondAttribute="trailing" id="068-Rf-l61"/>
  43. <constraint firstItem="rij-IY-bAZ" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="083-Bo-yPl"/>
  44. <constraint firstItem="rij-IY-bAZ" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="47P-zc-TBC"/>
  45. <constraint firstItem="MnA-Ka-GT9" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="P3k-a3-y1n"/>
  46. <constraint firstItem="MnA-Ka-GT9" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="byk-0o-f2g"/>
  47. <constraint firstItem="rij-IY-bAZ" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="syj-W5-Ijr"/>
  48. </constraints>
  49. <point key="canvasLocation" x="6" y="121"/>
  50. </customView>
  51. </objects>
  52. </document>