KMPropertiesViewPopController.xib 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  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="KMPropertiesViewPopController">
  10. <connections>
  11. <outlet property="closeBtn" destination="Xit-7w-v0y" id="XKJ-gm-c3r"/>
  12. <outlet property="titleLabel" destination="EtC-cd-Eas" id="WWC-oP-cRe"/>
  13. <outlet property="titlesubLabel" destination="E40-Pw-WxP" id="nL7-dW-PWq"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="260" height="126"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EtC-cd-Eas">
  24. <rect key="frame" x="18" y="97" width="224" height="19"/>
  25. <textFieldCell key="cell" lineBreakMode="clipping" title="Customize colors" id="rsl-oa-m1V">
  26. <font key="font" size="16" name="HelveticaNeue-Bold"/>
  27. <color key="textColor" red="1" green="1" blue="1" alpha="0.84705882349999995" colorSpace="custom" customColorSpace="sRGB"/>
  28. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  29. </textFieldCell>
  30. </textField>
  31. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="E40-Pw-WxP">
  32. <rect key="frame" x="18" y="60" width="224" height="32"/>
  33. <constraints>
  34. <constraint firstAttribute="width" constant="220" id="CpC-mn-Q2B"/>
  35. </constraints>
  36. <textFieldCell key="cell" title="Right click a color and select &quot;Change Colo...&quot;" id="DNM-d2-shm">
  37. <font key="font" metaFont="system"/>
  38. <color key="textColor" red="1" green="1" blue="1" alpha="0.84705882349999995" colorSpace="custom" customColorSpace="sRGB"/>
  39. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  40. </textFieldCell>
  41. </textField>
  42. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Xit-7w-v0y">
  43. <rect key="frame" x="160" y="20" width="80" height="30"/>
  44. <constraints>
  45. <constraint firstAttribute="height" constant="30" id="8hG-tT-ocg"/>
  46. <constraint firstAttribute="width" constant="80" id="qks-bj-hij"/>
  47. </constraints>
  48. <buttonCell key="cell" type="bevel" title="Close" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="30i-Ts-CBv">
  49. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  50. <font key="font" metaFont="system"/>
  51. </buttonCell>
  52. <connections>
  53. <action selector="buttonItemClick_Close:" target="-2" id="ASf-wL-lEl"/>
  54. </connections>
  55. </button>
  56. </subviews>
  57. <constraints>
  58. <constraint firstItem="Xit-7w-v0y" firstAttribute="trailing" secondItem="E40-Pw-WxP" secondAttribute="trailing" id="3vk-0Y-T6S"/>
  59. <constraint firstItem="E40-Pw-WxP" firstAttribute="top" secondItem="EtC-cd-Eas" secondAttribute="bottom" constant="5" id="6OU-4b-THw"/>
  60. <constraint firstAttribute="trailing" secondItem="E40-Pw-WxP" secondAttribute="trailing" constant="20" id="9M0-n5-gWB"/>
  61. <constraint firstItem="E40-Pw-WxP" firstAttribute="leading" secondItem="EtC-cd-Eas" secondAttribute="leading" id="WON-eB-F9n"/>
  62. <constraint firstAttribute="bottom" secondItem="Xit-7w-v0y" secondAttribute="bottom" constant="20" id="XRa-oq-rnB"/>
  63. <constraint firstItem="EtC-cd-Eas" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="YWV-hL-fHW"/>
  64. <constraint firstItem="E40-Pw-WxP" firstAttribute="trailing" secondItem="EtC-cd-Eas" secondAttribute="trailing" id="YZ8-Mb-zcq"/>
  65. <constraint firstItem="Xit-7w-v0y" firstAttribute="top" secondItem="E40-Pw-WxP" secondAttribute="bottom" constant="10" id="uoO-3G-qxP"/>
  66. <constraint firstItem="E40-Pw-WxP" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="vdN-59-qxB"/>
  67. </constraints>
  68. <point key="canvasLocation" x="139" y="154"/>
  69. </customView>
  70. </objects>
  71. </document>