KMAnnotationPropertiesViewController.xib 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner" customClass="KMAnnotationPropertiesViewController">
  9. <connections>
  10. <outlet property="emptyImageView" destination="IyU-eu-2bu" id="fgt-Po-b4I"/>
  11. <outlet property="emptyView" destination="B80-hQ-s7Z" id="a5K-dQ-LAr"/>
  12. <outlet property="gradientView" destination="rxw-ZM-edB" id="ySD-nb-CCK"/>
  13. <outlet property="propertiesBox" destination="Gxz-qV-Ap6" id="ruG-O2-6fy"/>
  14. <outlet property="subTitleLabel" destination="UXe-E2-gz1" id="EdP-N3-zNa"/>
  15. <outlet property="titleLabel" destination="Mws-8l-JHx" id="lAx-aZ-g3F"/>
  16. <outlet property="titleViewHeightConstraint" destination="xEx-Vj-lAB" id="V8A-7G-HUV"/>
  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="284" height="569"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <customView translatesAutoresizingMaskIntoConstraints="NO" id="rxw-ZM-edB">
  27. <rect key="frame" x="0.0" y="529" width="284" height="40"/>
  28. <subviews>
  29. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Mws-8l-JHx">
  30. <rect key="frame" x="14" y="13" width="256" height="15"/>
  31. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Label" id="mBB-CB-9jR">
  32. <font key="font" metaFont="systemBold" size="12"/>
  33. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  34. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  35. </textFieldCell>
  36. </textField>
  37. </subviews>
  38. <constraints>
  39. <constraint firstItem="Mws-8l-JHx" firstAttribute="centerY" secondItem="rxw-ZM-edB" secondAttribute="centerY" id="dhi-e3-edr"/>
  40. <constraint firstItem="Mws-8l-JHx" firstAttribute="leading" secondItem="rxw-ZM-edB" secondAttribute="leading" constant="16" id="hGu-ai-NbU"/>
  41. <constraint firstAttribute="trailing" secondItem="Mws-8l-JHx" secondAttribute="trailing" constant="16" id="u4f-TF-Kun"/>
  42. <constraint firstAttribute="height" constant="40" id="xEx-Vj-lAB"/>
  43. </constraints>
  44. </customView>
  45. <customView translatesAutoresizingMaskIntoConstraints="NO" id="B80-hQ-s7Z">
  46. <rect key="frame" x="52" y="174" width="180" height="182"/>
  47. <subviews>
  48. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UXe-E2-gz1">
  49. <rect key="frame" x="-2" y="0.0" width="184" height="34"/>
  50. <constraints>
  51. <constraint firstAttribute="width" constant="180" id="kUd-2I-6Is"/>
  52. </constraints>
  53. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Show/Hide Annotation Properties Panel" id="3zw-7G-wfz">
  54. <font key="font" metaFont="system" size="14"/>
  55. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  56. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  57. </textFieldCell>
  58. </textField>
  59. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IyU-eu-2bu">
  60. <rect key="frame" x="20" y="42" width="140" height="140"/>
  61. <constraints>
  62. <constraint firstAttribute="width" constant="140" id="JRy-fR-0gz"/>
  63. <constraint firstAttribute="height" constant="140" id="OFn-gW-ffj"/>
  64. </constraints>
  65. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="5VG-o8-CXo"/>
  66. </imageView>
  67. </subviews>
  68. <constraints>
  69. <constraint firstItem="UXe-E2-gz1" firstAttribute="top" secondItem="IyU-eu-2bu" secondAttribute="bottom" constant="8" id="5O5-oa-IEd"/>
  70. <constraint firstItem="UXe-E2-gz1" firstAttribute="leading" secondItem="B80-hQ-s7Z" secondAttribute="leading" id="Id8-xr-7Ox"/>
  71. <constraint firstAttribute="trailing" secondItem="UXe-E2-gz1" secondAttribute="trailing" id="ZgM-Yt-N4Z"/>
  72. <constraint firstItem="UXe-E2-gz1" firstAttribute="centerX" secondItem="B80-hQ-s7Z" secondAttribute="centerX" id="nX3-5L-Znk"/>
  73. <constraint firstItem="IyU-eu-2bu" firstAttribute="centerX" secondItem="B80-hQ-s7Z" secondAttribute="centerX" id="ppm-gt-agB"/>
  74. <constraint firstAttribute="bottom" secondItem="UXe-E2-gz1" secondAttribute="bottom" id="qS8-g6-jSs"/>
  75. <constraint firstItem="IyU-eu-2bu" firstAttribute="top" secondItem="B80-hQ-s7Z" secondAttribute="top" id="vC2-VG-g19"/>
  76. </constraints>
  77. </customView>
  78. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Gxz-qV-Ap6">
  79. <rect key="frame" x="0.0" y="0.0" width="284" height="529"/>
  80. <view key="contentView" id="Uab-Rr-u5i">
  81. <rect key="frame" x="0.0" y="0.0" width="284" height="529"/>
  82. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  83. </view>
  84. </box>
  85. </subviews>
  86. <constraints>
  87. <constraint firstItem="rxw-ZM-edB" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="0id-ag-6a1"/>
  88. <constraint firstItem="Gxz-qV-Ap6" firstAttribute="top" secondItem="rxw-ZM-edB" secondAttribute="bottom" id="1t8-bZ-MPp"/>
  89. <constraint firstItem="Gxz-qV-Ap6" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="Gsl-AQ-r4u"/>
  90. <constraint firstAttribute="trailing" secondItem="rxw-ZM-edB" secondAttribute="trailing" id="KND-L6-dZ2"/>
  91. <constraint firstAttribute="bottom" secondItem="Gxz-qV-Ap6" secondAttribute="bottom" id="KTQ-vg-rJj"/>
  92. <constraint firstItem="B80-hQ-s7Z" firstAttribute="centerX" secondItem="Gxz-qV-Ap6" secondAttribute="centerX" id="WME-Ow-cdY"/>
  93. <constraint firstItem="B80-hQ-s7Z" firstAttribute="centerY" secondItem="Gxz-qV-Ap6" secondAttribute="centerY" id="gob-d6-4iG"/>
  94. <constraint firstItem="rxw-ZM-edB" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="kxZ-XW-zXg"/>
  95. <constraint firstAttribute="trailing" secondItem="Gxz-qV-Ap6" secondAttribute="trailing" id="uKl-em-Ovn"/>
  96. </constraints>
  97. <point key="canvasLocation" x="-246" y="264.5"/>
  98. </customView>
  99. </objects>
  100. </document>