KMBatesTemplateController.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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="KMBatesTemplateController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="addButton" destination="lXg-eE-lSQ" id="Blj-DO-KsF"/>
  12. <outlet property="collectionView" destination="QB3-rL-uHX" id="3lU-pH-cFA"/>
  13. <outlet property="contendView" destination="MiB-Yl-n1S" id="UKI-tj-vBF"/>
  14. <outlet property="emptyView" destination="akr-er-3Ml" id="4Nv-a0-WvR"/>
  15. <outlet property="scrollView" destination="FzK-lA-zWu" id="UtW-fE-6dx"/>
  16. <outlet property="titleLabel" destination="oIx-tw-YLY" id="XKe-Lf-NDF"/>
  17. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <customView id="Hz6-mo-xeY">
  23. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  25. <subviews>
  26. <customView translatesAutoresizingMaskIntoConstraints="NO" id="MiB-Yl-n1S">
  27. <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
  28. <subviews>
  29. <customView translatesAutoresizingMaskIntoConstraints="NO" id="uSu-3z-23I">
  30. <rect key="frame" x="0.0" y="232" width="480" height="40"/>
  31. <subviews>
  32. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oIx-tw-YLY">
  33. <rect key="frame" x="207" y="12" width="67" height="16"/>
  34. <textFieldCell key="cell" lineBreakMode="clipping" title="Templates" id="RtO-Hg-mOK">
  35. <font key="font" usesAppearanceFont="YES"/>
  36. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  37. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  38. </textFieldCell>
  39. </textField>
  40. <customView translatesAutoresizingMaskIntoConstraints="NO" id="lXg-eE-lSQ" customClass="ComponentButton" customModule="KMComponentLibrary">
  41. <rect key="frame" x="448" y="8" width="24" height="24"/>
  42. <constraints>
  43. <constraint firstAttribute="width" constant="24" id="R2E-F4-CJa"/>
  44. <constraint firstAttribute="height" constant="24" id="YFN-5W-Oli"/>
  45. </constraints>
  46. </customView>
  47. <customView translatesAutoresizingMaskIntoConstraints="NO" id="LSa-P9-S6K" customClass="ComponentDivider" customModule="KMComponentLibrary">
  48. <rect key="frame" x="0.0" y="0.0" width="480" height="1"/>
  49. <constraints>
  50. <constraint firstAttribute="height" constant="1" id="kmA-dc-7iJ"/>
  51. </constraints>
  52. </customView>
  53. </subviews>
  54. <constraints>
  55. <constraint firstAttribute="trailing" secondItem="lXg-eE-lSQ" secondAttribute="trailing" constant="8" id="Ass-RK-Rdx"/>
  56. <constraint firstItem="LSa-P9-S6K" firstAttribute="leading" secondItem="uSu-3z-23I" secondAttribute="leading" id="LVs-l9-Z0R"/>
  57. <constraint firstAttribute="bottom" secondItem="LSa-P9-S6K" secondAttribute="bottom" id="hnq-n0-8gN"/>
  58. <constraint firstItem="lXg-eE-lSQ" firstAttribute="centerY" secondItem="uSu-3z-23I" secondAttribute="centerY" id="kmB-Zi-ijh"/>
  59. <constraint firstItem="oIx-tw-YLY" firstAttribute="centerY" secondItem="uSu-3z-23I" secondAttribute="centerY" id="mj8-dC-gML"/>
  60. <constraint firstAttribute="height" constant="40" id="pkS-NQ-pcE"/>
  61. <constraint firstItem="oIx-tw-YLY" firstAttribute="centerX" secondItem="uSu-3z-23I" secondAttribute="centerX" id="vU7-zQ-T17"/>
  62. <constraint firstAttribute="trailing" secondItem="LSa-P9-S6K" secondAttribute="trailing" id="zER-2F-2zn"/>
  63. </constraints>
  64. </customView>
  65. <customView translatesAutoresizingMaskIntoConstraints="NO" id="lvP-wo-8Hm">
  66. <rect key="frame" x="0.0" y="0.0" width="480" height="232"/>
  67. <subviews>
  68. <customView translatesAutoresizingMaskIntoConstraints="NO" id="akr-er-3Ml" customClass="ComponentEmpty" customModule="KMComponentLibrary">
  69. <rect key="frame" x="124" y="24" width="232" height="184"/>
  70. <constraints>
  71. <constraint firstAttribute="width" constant="232" id="5dY-b9-qzu"/>
  72. <constraint firstAttribute="height" constant="184" id="Ifj-Fi-Hxt"/>
  73. </constraints>
  74. </customView>
  75. </subviews>
  76. <constraints>
  77. <constraint firstItem="akr-er-3Ml" firstAttribute="centerX" secondItem="lvP-wo-8Hm" secondAttribute="centerX" id="P5x-cD-IH9"/>
  78. <constraint firstItem="akr-er-3Ml" firstAttribute="centerY" secondItem="lvP-wo-8Hm" secondAttribute="centerY" id="ZUO-8i-Q1Z"/>
  79. </constraints>
  80. </customView>
  81. <scrollView wantsLayer="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FzK-lA-zWu">
  82. <rect key="frame" x="0.0" y="0.0" width="480" height="232"/>
  83. <clipView key="contentView" id="96W-na-Q49">
  84. <rect key="frame" x="0.0" y="0.0" width="465" height="232"/>
  85. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  86. <subviews>
  87. <collectionView selectable="YES" allowsMultipleSelection="YES" id="QB3-rL-uHX">
  88. <rect key="frame" x="0.0" y="0.0" width="465" height="307"/>
  89. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  90. <collectionViewFlowLayout key="collectionViewLayout" id="B9c-an-nh3">
  91. <size key="itemSize" width="1" height="1"/>
  92. </collectionViewFlowLayout>
  93. <color key="primaryBackgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  94. </collectionView>
  95. </subviews>
  96. </clipView>
  97. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="iN7-fx-zRL">
  98. <rect key="frame" x="-100" y="-100" width="233" height="15"/>
  99. <autoresizingMask key="autoresizingMask"/>
  100. </scroller>
  101. <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="KRS-Eu-ZWQ">
  102. <rect key="frame" x="465" y="0.0" width="15" height="232"/>
  103. <autoresizingMask key="autoresizingMask"/>
  104. </scroller>
  105. </scrollView>
  106. </subviews>
  107. <constraints>
  108. <constraint firstAttribute="trailing" secondItem="FzK-lA-zWu" secondAttribute="trailing" id="D3L-er-S9G"/>
  109. <constraint firstItem="uSu-3z-23I" firstAttribute="top" secondItem="MiB-Yl-n1S" secondAttribute="top" id="FVo-HV-XnS"/>
  110. <constraint firstItem="lvP-wo-8Hm" firstAttribute="top" secondItem="uSu-3z-23I" secondAttribute="bottom" id="FjE-s9-rlC"/>
  111. <constraint firstAttribute="bottom" secondItem="FzK-lA-zWu" secondAttribute="bottom" id="Kf6-5o-4tq"/>
  112. <constraint firstItem="uSu-3z-23I" firstAttribute="leading" secondItem="MiB-Yl-n1S" secondAttribute="leading" id="Kx0-ZY-VeT"/>
  113. <constraint firstItem="FzK-lA-zWu" firstAttribute="leading" secondItem="MiB-Yl-n1S" secondAttribute="leading" id="LRF-t6-QJr"/>
  114. <constraint firstItem="FzK-lA-zWu" firstAttribute="top" secondItem="uSu-3z-23I" secondAttribute="bottom" id="Ys6-LV-NsU"/>
  115. <constraint firstAttribute="trailing" secondItem="uSu-3z-23I" secondAttribute="trailing" id="eRd-a1-Ms8"/>
  116. <constraint firstAttribute="bottom" secondItem="lvP-wo-8Hm" secondAttribute="bottom" id="geM-In-fJo"/>
  117. <constraint firstItem="lvP-wo-8Hm" firstAttribute="leading" secondItem="MiB-Yl-n1S" secondAttribute="leading" id="n70-UW-eIi"/>
  118. <constraint firstAttribute="trailing" secondItem="lvP-wo-8Hm" secondAttribute="trailing" id="ztK-LF-cVz"/>
  119. </constraints>
  120. </customView>
  121. </subviews>
  122. <constraints>
  123. <constraint firstItem="MiB-Yl-n1S" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="026-gU-7vY"/>
  124. <constraint firstAttribute="bottom" secondItem="MiB-Yl-n1S" secondAttribute="bottom" id="D3h-Rs-lCy"/>
  125. <constraint firstItem="MiB-Yl-n1S" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="dY0-pL-5wN"/>
  126. <constraint firstAttribute="trailing" secondItem="MiB-Yl-n1S" secondAttribute="trailing" id="zCw-Fm-FvB"/>
  127. </constraints>
  128. <point key="canvasLocation" x="132" y="-72"/>
  129. </customView>
  130. </objects>
  131. </document>