KMDesignDropdown.xib 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMDesignDropdown" customModule="PDF_Office" customModuleProvider="target">
  10. <connections>
  11. <outlet property="button" destination="BXC-dZ-9yX" id="jXs-tC-AF9"/>
  12. <outlet property="dropdownView" destination="eXj-Sw-zps" id="7cP-az-Fa2"/>
  13. <outlet property="horizontalPadding" destination="OGp-dd-Gf1" id="Wpn-tJ-FTe"/>
  14. <outlet property="label" destination="FW6-Dg-1uM" id="fau-ZN-QFM"/>
  15. <outlet property="mainBox" destination="CmV-Us-mcD" id="Xh9-op-uHH"/>
  16. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  17. </connections>
  18. </customObject>
  19. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  20. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  21. <customView id="Hz6-mo-xeY">
  22. <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
  23. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  24. <subviews>
  25. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CmV-Us-mcD" customClass="KMMoveBox" customModule="PDF_Office" customModuleProvider="target">
  26. <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
  27. <view key="contentView" id="JP3-RS-EzL">
  28. <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. </view>
  31. </box>
  32. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BXC-dZ-9yX">
  33. <rect key="frame" x="0.0" y="0.0" width="480" height="0.0"/>
  34. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="4Gc-ig-f2M">
  35. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  36. <font key="font" metaFont="system"/>
  37. </buttonCell>
  38. </button>
  39. </subviews>
  40. <constraints>
  41. <constraint firstAttribute="trailing" secondItem="CmV-Us-mcD" secondAttribute="trailing" id="7Sy-3T-JJG"/>
  42. <constraint firstItem="CmV-Us-mcD" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="HKn-Fl-U6x"/>
  43. <constraint firstItem="BXC-dZ-9yX" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="OFT-wh-NJ7"/>
  44. <constraint firstAttribute="bottom" secondItem="BXC-dZ-9yX" secondAttribute="bottom" id="Odg-7y-8cj"/>
  45. <constraint firstAttribute="trailing" secondItem="BXC-dZ-9yX" secondAttribute="trailing" id="fPU-bX-W5p"/>
  46. <constraint firstItem="CmV-Us-mcD" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="lbw-Qy-aBh"/>
  47. <constraint firstItem="BXC-dZ-9yX" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="qYA-Pb-iVP"/>
  48. <constraint firstAttribute="bottom" secondItem="CmV-Us-mcD" secondAttribute="bottom" id="zZv-Hp-mfk"/>
  49. </constraints>
  50. <point key="canvasLocation" x="114" y="153"/>
  51. </customView>
  52. <customView id="eXj-Sw-zps">
  53. <rect key="frame" x="0.0" y="0.0" width="170" height="52"/>
  54. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  55. <subviews>
  56. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FW6-Dg-1uM">
  57. <rect key="frame" x="6" y="18" width="158" height="16"/>
  58. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="42D-th-UnC">
  59. <font key="font" usesAppearanceFont="YES"/>
  60. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  61. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  62. </textFieldCell>
  63. </textField>
  64. </subviews>
  65. <constraints>
  66. <constraint firstItem="FW6-Dg-1uM" firstAttribute="leading" secondItem="eXj-Sw-zps" secondAttribute="leading" constant="8" id="OGp-dd-Gf1"/>
  67. <constraint firstAttribute="trailing" secondItem="FW6-Dg-1uM" secondAttribute="trailing" constant="8" id="gEk-Tq-ZWl"/>
  68. <constraint firstItem="FW6-Dg-1uM" firstAttribute="centerY" secondItem="eXj-Sw-zps" secondAttribute="centerY" id="wFc-cF-QlK"/>
  69. </constraints>
  70. <point key="canvasLocation" x="-43" y="252"/>
  71. </customView>
  72. </objects>
  73. </document>