KMUserFbListHeaderItemView.xib 6.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <customView id="c22-O7-iKe" customClass="KMUserFbListHeaderItemView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="480" height="70"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RKA-wn-mvX">
  17. <rect key="frame" x="-2" y="53" width="65" height="18"/>
  18. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="iKV-6n-n2e">
  19. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  20. <font key="font" metaFont="system"/>
  21. </buttonCell>
  22. </button>
  23. <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="8HF-ce-Fcd">
  24. <rect key="frame" x="0.0" y="33" width="480" height="5"/>
  25. </box>
  26. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oFe-Ma-UNb">
  27. <rect key="frame" x="-2" y="4" width="37" height="16"/>
  28. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Vmr-ld-t6V">
  29. <font key="font" metaFont="system"/>
  30. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  31. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  32. </textFieldCell>
  33. </textField>
  34. <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cfe-1a-esp" customClass="KMCoverButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  35. <rect key="frame" x="36" y="-2" width="25" height="25"/>
  36. <buttonCell key="cell" type="help" bezelStyle="helpButton" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="D1C-Za-1Nd">
  37. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  38. <font key="font" metaFont="system"/>
  39. </buttonCell>
  40. </button>
  41. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="crE-40-uN2">
  42. <rect key="frame" x="410" y="-5" width="75" height="32"/>
  43. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="gyi-kg-Zlm">
  44. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  45. <font key="font" metaFont="system"/>
  46. </buttonCell>
  47. </button>
  48. </subviews>
  49. <constraints>
  50. <constraint firstAttribute="bottom" secondItem="oFe-Ma-UNb" secondAttribute="bottom" constant="4" id="10j-RN-9e5"/>
  51. <constraint firstItem="oFe-Ma-UNb" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="1Fj-92-On9"/>
  52. <constraint firstItem="8HF-ce-Fcd" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="69f-Ii-g6E"/>
  53. <constraint firstItem="crE-40-uN2" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="cfe-1a-esp" secondAttribute="trailing" constant="12" id="E1c-gW-z61"/>
  54. <constraint firstItem="RKA-wn-mvX" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="EUN-pI-YaN"/>
  55. <constraint firstAttribute="trailing" secondItem="crE-40-uN2" secondAttribute="trailing" constant="2" id="JWn-rf-yhZ"/>
  56. <constraint firstAttribute="bottom" secondItem="crE-40-uN2" secondAttribute="bottom" constant="2" id="Jea-En-OkG"/>
  57. <constraint firstItem="RKA-wn-mvX" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="L4U-m1-YOM"/>
  58. <constraint firstItem="cfe-1a-esp" firstAttribute="leading" secondItem="oFe-Ma-UNb" secondAttribute="trailing" constant="6" id="cSX-LP-8jl"/>
  59. <constraint firstItem="8HF-ce-Fcd" firstAttribute="top" secondItem="RKA-wn-mvX" secondAttribute="bottom" constant="18" id="cf8-tp-2JV"/>
  60. <constraint firstItem="cfe-1a-esp" firstAttribute="centerY" secondItem="oFe-Ma-UNb" secondAttribute="centerY" id="dYm-KG-DSW"/>
  61. <constraint firstAttribute="trailing" secondItem="8HF-ce-Fcd" secondAttribute="trailing" id="egl-bT-EwN"/>
  62. </constraints>
  63. <connections>
  64. <outlet property="addButton" destination="crE-40-uN2" id="isN-Cc-UXU"/>
  65. <outlet property="checkButton" destination="RKA-wn-mvX" id="7gg-UM-I1l"/>
  66. <outlet property="helpButton" destination="cfe-1a-esp" id="bE6-8v-gcj"/>
  67. <outlet property="label" destination="oFe-Ma-UNb" id="pii-cQ-I9a"/>
  68. <outlet property="lineTopConst" destination="cf8-tp-2JV" id="EwX-OV-ZJV"/>
  69. <outlet property="lineView" destination="8HF-ce-Fcd" id="SHl-ek-iwx"/>
  70. </connections>
  71. <point key="canvasLocation" x="116" y="114"/>
  72. </customView>
  73. </objects>
  74. </document>