KMBatchOperateRemoveWatermarkViewController.xib 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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="KMBatchOperateRemoveWatermarkViewController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="actionButton" destination="PUK-OW-gG4" id="4pZ-zl-f4E"/>
  12. <outlet property="bottomBaseView" destination="2CP-eN-a90" id="Kjx-wW-iGD"/>
  13. <outlet property="detailLabel" destination="Xdo-Ar-Zgu" id="lpZ-Y6-fnN"/>
  14. <outlet property="titleLabel" destination="59g-x1-2pg" id="XY4-4o-MCw"/>
  15. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="Hz6-mo-xeY">
  21. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="opc-yN-PIY">
  25. <rect key="frame" x="0.0" y="269" width="480" height="5"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="1" id="Wzl-ug-5SI"/>
  28. </constraints>
  29. </box>
  30. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="59g-x1-2pg">
  31. <rect key="frame" x="14" y="245" width="40" height="17"/>
  32. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="i7r-7o-yIL">
  33. <font key="font" metaFont="system" size="14"/>
  34. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Xdo-Ar-Zgu">
  39. <rect key="frame" x="14" y="220" width="452" height="15"/>
  40. <textFieldCell key="cell" selectable="YES" title="Multiline Label" id="bWC-ro-k6v">
  41. <font key="font" metaFont="cellTitle"/>
  42. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  43. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  44. </textFieldCell>
  45. </textField>
  46. <customView translatesAutoresizingMaskIntoConstraints="NO" id="2CP-eN-a90">
  47. <rect key="frame" x="0.0" y="0.0" width="480" height="68"/>
  48. <subviews>
  49. <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PUK-OW-gG4">
  50. <rect key="frame" x="16" y="20" width="448" height="32"/>
  51. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="ZjT-RU-fay">
  52. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  53. <font key="font" metaFont="system"/>
  54. </buttonCell>
  55. <constraints>
  56. <constraint firstAttribute="height" constant="32" id="U2I-jD-2lE"/>
  57. </constraints>
  58. <connections>
  59. <action selector="buttonClicked_RemoveWatermark:" target="-2" id="sX4-ze-6ah"/>
  60. </connections>
  61. </button>
  62. </subviews>
  63. <constraints>
  64. <constraint firstAttribute="bottom" secondItem="PUK-OW-gG4" secondAttribute="bottom" constant="20" id="Edg-Cm-vCm"/>
  65. <constraint firstItem="PUK-OW-gG4" firstAttribute="centerX" secondItem="2CP-eN-a90" secondAttribute="centerX" id="Zl6-Gh-Y1d"/>
  66. <constraint firstAttribute="height" constant="68" id="oYH-bl-3Oz"/>
  67. <constraint firstItem="PUK-OW-gG4" firstAttribute="leading" secondItem="2CP-eN-a90" secondAttribute="leading" constant="16" id="vCR-za-4VY"/>
  68. </constraints>
  69. </customView>
  70. </subviews>
  71. <constraints>
  72. <constraint firstItem="59g-x1-2pg" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="0RK-JM-So7"/>
  73. <constraint firstItem="opc-yN-PIY" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="32w-FE-49j"/>
  74. <constraint firstAttribute="trailing" secondItem="Xdo-Ar-Zgu" secondAttribute="trailing" constant="16" id="5eP-0u-C9H"/>
  75. <constraint firstItem="2CP-eN-a90" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="8Bj-8L-zdk"/>
  76. <constraint firstItem="Xdo-Ar-Zgu" firstAttribute="top" secondItem="59g-x1-2pg" secondAttribute="bottom" constant="10" id="G1Z-oz-r80"/>
  77. <constraint firstItem="Xdo-Ar-Zgu" firstAttribute="leading" secondItem="59g-x1-2pg" secondAttribute="leading" id="Id4-z0-XkX"/>
  78. <constraint firstAttribute="trailing" secondItem="2CP-eN-a90" secondAttribute="trailing" id="Ot6-8f-8Zx"/>
  79. <constraint firstAttribute="trailing" secondItem="opc-yN-PIY" secondAttribute="trailing" id="S8W-dz-43E"/>
  80. <constraint firstAttribute="bottom" secondItem="2CP-eN-a90" secondAttribute="bottom" id="Zye-iQ-Ai6"/>
  81. <constraint firstItem="59g-x1-2pg" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="gzW-sX-76e"/>
  82. <constraint firstItem="opc-yN-PIY" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="to8-WJ-mAA"/>
  83. </constraints>
  84. <point key="canvasLocation" x="-145" y="121"/>
  85. </customView>
  86. </objects>
  87. </document>