KMHomeNOFileView.xib 6.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="KMHomeNOFileView" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="subtitleLabel" destination="1Gc-Xd-aZe" id="pwC-sc-jJr"/>
  12. <outlet property="titleLabel" destination="EpA-iG-2fX" id="oUP-TK-acF"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="c22-O7-iKe">
  18. <rect key="frame" x="0.0" y="0.0" width="260" height="215"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Rqu-VJ-nd2">
  22. <rect key="frame" x="0.0" y="0.0" width="260" height="215"/>
  23. <subviews>
  24. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EpA-iG-2fX">
  25. <rect key="frame" x="-2" y="42" width="264" height="17"/>
  26. <textFieldCell key="cell" alignment="center" title="No recently opened file" id="jxf-2m-h5S">
  27. <font key="font" metaFont="systemSemibold" size="14"/>
  28. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  30. </textFieldCell>
  31. </textField>
  32. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="kgz-YX-oag">
  33. <rect key="frame" x="60" y="75" width="140" height="140"/>
  34. <constraints>
  35. <constraint firstAttribute="width" constant="140" id="BKm-Q1-YeQ"/>
  36. <constraint firstAttribute="height" constant="140" id="Gbg-Xa-qLe"/>
  37. </constraints>
  38. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameUXIconImgEmpthHome" id="aSM-Nq-t67"/>
  39. </imageView>
  40. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1Gc-Xd-aZe">
  41. <rect key="frame" x="-2" y="0.0" width="264" height="34"/>
  42. <textFieldCell key="cell" alignment="center" title="Click Add files or drag-and-drop files here to open them" id="NHF-rt-7Js">
  43. <font key="font" metaFont="system" size="14"/>
  44. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  46. </textFieldCell>
  47. </textField>
  48. </subviews>
  49. <constraints>
  50. <constraint firstItem="EpA-iG-2fX" firstAttribute="leading" secondItem="Rqu-VJ-nd2" secondAttribute="leading" id="0NT-wi-bcZ"/>
  51. <constraint firstAttribute="trailing" secondItem="EpA-iG-2fX" secondAttribute="trailing" id="0pK-A5-6rf"/>
  52. <constraint firstItem="1Gc-Xd-aZe" firstAttribute="top" secondItem="EpA-iG-2fX" secondAttribute="bottom" constant="8" id="8jo-O3-gaQ"/>
  53. <constraint firstItem="kgz-YX-oag" firstAttribute="centerX" secondItem="Rqu-VJ-nd2" secondAttribute="centerX" id="Gep-uT-FZ0"/>
  54. <constraint firstItem="EpA-iG-2fX" firstAttribute="top" secondItem="kgz-YX-oag" secondAttribute="bottom" constant="16" id="Jvc-cu-Cr5"/>
  55. <constraint firstItem="1Gc-Xd-aZe" firstAttribute="leading" secondItem="Rqu-VJ-nd2" secondAttribute="leading" id="M6N-2l-Shn"/>
  56. <constraint firstAttribute="trailing" secondItem="1Gc-Xd-aZe" secondAttribute="trailing" id="Vo0-Pq-pLX"/>
  57. <constraint firstAttribute="trailing" secondItem="kgz-YX-oag" secondAttribute="trailing" constant="60" id="Zrc-C2-nxF"/>
  58. <constraint firstAttribute="bottom" secondItem="1Gc-Xd-aZe" secondAttribute="bottom" id="bA8-JM-AxD"/>
  59. <constraint firstItem="kgz-YX-oag" firstAttribute="top" secondItem="Rqu-VJ-nd2" secondAttribute="top" id="eac-A1-5Qr"/>
  60. <constraint firstItem="kgz-YX-oag" firstAttribute="leading" secondItem="Rqu-VJ-nd2" secondAttribute="leading" constant="60" id="lJC-gg-ouc"/>
  61. </constraints>
  62. </customView>
  63. </subviews>
  64. <constraints>
  65. <constraint firstItem="Rqu-VJ-nd2" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Cgz-Ps-JpD"/>
  66. <constraint firstAttribute="bottom" secondItem="Rqu-VJ-nd2" secondAttribute="bottom" id="IAk-5A-JSN"/>
  67. <constraint firstAttribute="trailing" secondItem="Rqu-VJ-nd2" secondAttribute="trailing" id="IE3-rQ-cTx"/>
  68. <constraint firstItem="Rqu-VJ-nd2" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="QS4-UF-nef"/>
  69. </constraints>
  70. <point key="canvasLocation" x="-54" y="108"/>
  71. </customView>
  72. </objects>
  73. <resources>
  74. <image name="KMImageNameUXIconImgEmpthHome" width="140" height="141"/>
  75. </resources>
  76. </document>