KMBatchOperateCompressSettingViewController.xib 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="KMBatchOperateCompressSettingViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="sVB-3V-Y0k" id="WuD-aB-uY1"/>
  12. <outlet property="doneButton" destination="eVt-ve-VmB" id="6fM-1p-W9A"/>
  13. <outlet property="settingView" destination="fbx-YC-qHs" id="vb6-gh-2ej"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="624" height="513"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <customView translatesAutoresizingMaskIntoConstraints="NO" id="fbx-YC-qHs" customClass="KMCompressSettingTableView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  24. <rect key="frame" x="0.0" y="64" width="624" height="429"/>
  25. </customView>
  26. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sVB-3V-Y0k" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  27. <rect key="frame" x="386" y="13" width="76" height="32"/>
  28. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="EYu-9c-4mc">
  29. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  30. <font key="font" metaFont="system"/>
  31. <string key="keyEquivalent" base64-UTF8="YES">
  32. Gw
  33. </string>
  34. </buttonCell>
  35. <connections>
  36. <action selector="cancelButtonAction:" target="-2" id="upk-fU-fOC"/>
  37. </connections>
  38. </button>
  39. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="eVt-ve-VmB" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  40. <rect key="frame" x="456" y="13" width="155" height="32"/>
  41. <buttonCell key="cell" type="push" title="Save and Compress" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="pnh-3j-SVd">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="system"/>
  44. <string key="keyEquivalent" base64-UTF8="YES">
  45. DQ
  46. </string>
  47. <connections>
  48. <action selector="doneButtonAction:" target="-2" id="f06-fj-C04"/>
  49. </connections>
  50. </buttonCell>
  51. </button>
  52. </subviews>
  53. <constraints>
  54. <constraint firstAttribute="trailing" secondItem="fbx-YC-qHs" secondAttribute="trailing" id="A1Z-3W-rxf"/>
  55. <constraint firstAttribute="bottom" secondItem="fbx-YC-qHs" secondAttribute="bottom" constant="64" id="J3x-rf-L9f"/>
  56. <constraint firstAttribute="bottom" secondItem="eVt-ve-VmB" secondAttribute="bottom" constant="20" id="KCi-BI-FJQ"/>
  57. <constraint firstAttribute="trailing" secondItem="eVt-ve-VmB" secondAttribute="trailing" constant="20" id="L0M-fU-M18"/>
  58. <constraint firstItem="eVt-ve-VmB" firstAttribute="leading" secondItem="sVB-3V-Y0k" secondAttribute="trailing" constant="8" id="Okp-Tv-xiQ"/>
  59. <constraint firstItem="fbx-YC-qHs" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="ckJ-fE-0nn"/>
  60. <constraint firstItem="fbx-YC-qHs" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="mLG-xd-Co3"/>
  61. <constraint firstItem="sVB-3V-Y0k" firstAttribute="centerY" secondItem="eVt-ve-VmB" secondAttribute="centerY" id="t0w-fU-UlE"/>
  62. </constraints>
  63. <point key="canvasLocation" x="122" y="122"/>
  64. </customView>
  65. </objects>
  66. </document>