KMBatchOperateNewCompressViewController.xib 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="KMBatchOperateNewCompressViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="compressButton" destination="baL-o2-whg" id="fHX-gs-gXW"/>
  12. <outlet property="compressView" destination="nlU-Iu-DXD" id="mbC-tf-yaD"/>
  13. <outlet property="titleLabel" destination="y0T-QN-EWu" id="Rbt-QN-OZz"/>
  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="528" height="343"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="y0T-QN-EWu">
  24. <rect key="frame" x="14" y="311" width="45" height="16"/>
  25. <textFieldCell key="cell" lineBreakMode="clipping" title="Modes" id="mpx-gV-Hhf">
  26. <font key="font" metaFont="system"/>
  27. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  28. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  29. </textFieldCell>
  30. </textField>
  31. <customView translatesAutoresizingMaskIntoConstraints="NO" id="nlU-Iu-DXD" customClass="KMBatchOperateCompressView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  32. <rect key="frame" x="16" y="48" width="496" height="255"/>
  33. </customView>
  34. <button translatesAutoresizingMaskIntoConstraints="NO" id="baL-o2-whg">
  35. <rect key="frame" x="16" y="16" width="496" height="32"/>
  36. <buttonCell key="cell" type="square" title="Compress" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="bDz-ig-q3z">
  37. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  38. <font key="font" metaFont="system"/>
  39. </buttonCell>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="32" id="XYv-z2-ll9"/>
  42. </constraints>
  43. <connections>
  44. <action selector="compressButtonAction:" target="-2" id="f8F-1j-duY"/>
  45. </connections>
  46. </button>
  47. </subviews>
  48. <constraints>
  49. <constraint firstItem="y0T-QN-EWu" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="16" id="8wn-dj-NMN"/>
  50. <constraint firstAttribute="bottom" secondItem="nlU-Iu-DXD" secondAttribute="bottom" constant="48" id="9fy-f3-6D5"/>
  51. <constraint firstAttribute="trailing" secondItem="baL-o2-whg" secondAttribute="trailing" constant="16" id="NrT-Zg-Qxn"/>
  52. <constraint firstItem="y0T-QN-EWu" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="P1B-uw-Pwo"/>
  53. <constraint firstAttribute="bottom" secondItem="baL-o2-whg" secondAttribute="bottom" constant="16" id="aih-wH-xrl"/>
  54. <constraint firstItem="nlU-Iu-DXD" firstAttribute="top" secondItem="y0T-QN-EWu" secondAttribute="bottom" constant="8" id="g2W-3l-VJN"/>
  55. <constraint firstItem="baL-o2-whg" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="sBN-vn-lxm"/>
  56. <constraint firstItem="nlU-Iu-DXD" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="sFh-Fm-fyS"/>
  57. <constraint firstAttribute="trailing" secondItem="nlU-Iu-DXD" secondAttribute="trailing" constant="16" id="x5p-Ld-uf2"/>
  58. </constraints>
  59. <point key="canvasLocation" x="163" y="181.5"/>
  60. </customView>
  61. </objects>
  62. </document>