12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <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"/>
- <tableCellView id="Ob6-j8-aNh" customClass="TestCaseCellView" customModule="KdanAuto" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="339" height="60"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xZE-kG-hKQ" customClass="ActivityView" customModule="KdanAuto" customModuleProvider="target">
- <rect key="frame" x="260" y="33" width="74" height="25"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
- </customView>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EgA-BQ-X23">
- <rect key="frame" x="23" y="39" width="250" height="16"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="4yb-fM-clL">
- <font key="font" metaFont="systemBold"/>
- <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="p3u-y5-wfL">
- <rect key="frame" x="23" y="39" width="250" height="16"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="[新库]" id="BIW-SP-dyb">
- <font key="font" metaFont="systemBold"/>
- <color key="textColor" name="linkColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <view id="zMS-2A-6Cy">
- <rect key="frame" x="8" y="7" width="322" height="24"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <customView id="Dg0-nG-U3m">
- <rect key="frame" x="9" y="0.0" width="325" height="1"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- </customView>
- <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cIu-IV-F3B">
- <rect key="frame" x="2" y="34" width="24" height="24"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="squareTextured" bezelStyle="texturedSquare" image="Toggle_off" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="QkA-Tb-3az">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="toggleAction:" target="Ob6-j8-aNh" id="1bu-19-SY4"/>
- </connections>
- </button>
- <button verticalHuggingPriority="750" id="lav-wa-kWL">
- <rect key="frame" x="255" y="29" width="82" height="32"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
- <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="8yU-HJ-27q">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="showCompareReportAction:" target="Ob6-j8-aNh" id="X4c-BY-WEI"/>
- </connections>
- </button>
- </subviews>
- <connections>
- <outlet property="_activityView" destination="xZE-kG-hKQ" id="QaP-h4-ll6"/>
- <outlet property="_keyContentView" destination="zMS-2A-6Cy" id="Egq-9y-jXs"/>
- <outlet property="_markLbl" destination="p3u-y5-wfL" id="eVj-Rv-FV9"/>
- <outlet property="_reportBtn" destination="lav-wa-kWL" id="Imc-qi-zlq"/>
- <outlet property="_sepLine" destination="Dg0-nG-U3m" id="fck-m4-6W4"/>
- <outlet property="_titleLbl" destination="EgA-BQ-X23" id="Kft-ve-pVP"/>
- <outlet property="_toggleBtn" destination="cIu-IV-F3B" id="vy7-s7-IaY"/>
- <outlet property="textField" destination="EgA-BQ-X23" id="j2n-kB-6EY"/>
- </connections>
- <point key="canvasLocation" x="-494.5" y="108"/>
- </tableCellView>
- </objects>
- <resources>
- <image name="Toggle_off" width="128" height="128"/>
- </resources>
- </document>
|