ASBOOLPropertyCell.xib 2.1 KB

12345678910111213141516171819202122232425262728293031323334
  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="ASBOOLPropertyCell" customModule="KdanAuto" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="537" height="35"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <button verticalHuggingPriority="750" id="Ftg-ui-Mvq">
  17. <rect key="frame" x="10" y="9" width="170" height="18"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  19. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="trailing" alignment="right" state="on" inset="2" id="jAk-8y-UxE">
  20. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  21. <font key="font" metaFont="system"/>
  22. </buttonCell>
  23. <connections>
  24. <action selector="valueChanged:" target="c22-O7-iKe" id="N6V-Be-xcd"/>
  25. </connections>
  26. </button>
  27. </subviews>
  28. <connections>
  29. <outlet property="m_checkBtn" destination="Ftg-ui-Mvq" id="TIl-Hm-vVa"/>
  30. </connections>
  31. <point key="canvasLocation" x="142.5" y="31.5"/>
  32. </customView>
  33. </objects>
  34. </document>