KMTextfieldButton.xib 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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="KMTextfieldButton" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="button" destination="gSc-Qa-M8D" id="04I-5E-idC"/>
  12. <outlet property="imageView" destination="LLv-Vn-WMI" id="cEo-wO-NDf"/>
  13. <outlet property="titleLabel" destination="MmT-n9-LqD" id="rT9-Fq-Ska"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <customView id="c22-O7-iKe">
  19. <rect key="frame" x="0.0" y="0.0" width="329" height="49"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LLv-Vn-WMI">
  23. <rect key="frame" x="309" y="19" width="12" height="12"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="12" id="2Rr-2n-kZh"/>
  26. <constraint firstAttribute="width" constant="12" id="TU2-mb-jCP"/>
  27. </constraints>
  28. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="btn_arrow_gray_down_s_norm_on" id="CeS-qp-9HU"/>
  29. </imageView>
  30. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MmT-n9-LqD">
  31. <rect key="frame" x="6" y="17" width="297" height="16"/>
  32. <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="Document and Markups" id="uWO-cA-MxX">
  33. <font key="font" metaFont="system"/>
  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. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gSc-Qa-M8D">
  39. <rect key="frame" x="0.0" y="0.0" width="329" height="49"/>
  40. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  41. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="awn-wc-VSb">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="system"/>
  44. </buttonCell>
  45. <color key="bezelColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  46. <connections>
  47. <action selector="buttonAction:" target="-2" id="mUx-NP-NRw"/>
  48. </connections>
  49. </button>
  50. </subviews>
  51. <constraints>
  52. <constraint firstAttribute="trailing" secondItem="LLv-Vn-WMI" secondAttribute="trailing" constant="8" id="GkP-EK-LKw"/>
  53. <constraint firstItem="LLv-Vn-WMI" firstAttribute="leading" secondItem="MmT-n9-LqD" secondAttribute="trailing" constant="8" id="Kvf-zr-6eC"/>
  54. <constraint firstItem="MmT-n9-LqD" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="cLD-Qb-IiX"/>
  55. <constraint firstItem="MmT-n9-LqD" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="ctk-fq-Ghv"/>
  56. <constraint firstItem="LLv-Vn-WMI" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="gGF-LK-a4m"/>
  57. </constraints>
  58. <point key="canvasLocation" x="53.5" y="79.5"/>
  59. </customView>
  60. </objects>
  61. <resources>
  62. <image name="btn_arrow_gray_down_s_norm_on" width="12" height="12"/>
  63. </resources>
  64. </document>