12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe" customClass="ASBOOLPropertyCell" customModule="KdanAuto" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="537" height="35"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" id="Ftg-ui-Mvq">
- <rect key="frame" x="10" y="9" width="170" height="18"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="trailing" alignment="right" state="on" inset="2" id="jAk-8y-UxE">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="valueChanged:" target="c22-O7-iKe" id="N6V-Be-xcd"/>
- </connections>
- </button>
- </subviews>
- <connections>
- <outlet property="m_checkBtn" destination="Ftg-ui-Mvq" id="TIl-Hm-vVa"/>
- </connections>
- <point key="canvasLocation" x="142.5" y="31.5"/>
- </customView>
- </objects>
- </document>
|