TestCaseCellView.xib 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. <tableCellView id="Ob6-j8-aNh" customClass="TestCaseCellView" customModule="KdanAuto" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="339" height="60"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xZE-kG-hKQ" customClass="ActivityView" customModule="KdanAuto" customModuleProvider="target">
  17. <rect key="frame" x="260" y="33" width="74" height="25"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  19. </customView>
  20. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EgA-BQ-X23">
  21. <rect key="frame" x="23" y="39" width="250" height="16"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  23. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="4yb-fM-clL">
  24. <font key="font" metaFont="systemBold"/>
  25. <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
  26. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  27. </textFieldCell>
  28. </textField>
  29. <view id="zMS-2A-6Cy">
  30. <rect key="frame" x="8" y="7" width="322" height="24"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. </view>
  33. <customView id="Dg0-nG-U3m">
  34. <rect key="frame" x="9" y="0.0" width="325" height="1"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  36. </customView>
  37. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cIu-IV-F3B">
  38. <rect key="frame" x="2" y="34" width="24" height="24"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  40. <buttonCell key="cell" type="squareTextured" bezelStyle="texturedSquare" image="Toggle_off" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="QkA-Tb-3az">
  41. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  42. <font key="font" metaFont="system"/>
  43. </buttonCell>
  44. <connections>
  45. <action selector="toggleAction:" target="Ob6-j8-aNh" id="1bu-19-SY4"/>
  46. </connections>
  47. </button>
  48. <button verticalHuggingPriority="750" id="lav-wa-kWL">
  49. <rect key="frame" x="255" y="29" width="82" height="32"/>
  50. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  51. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="8yU-HJ-27q">
  52. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  53. <font key="font" metaFont="system"/>
  54. </buttonCell>
  55. <connections>
  56. <action selector="showCompareReportAction:" target="Ob6-j8-aNh" id="X4c-BY-WEI"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <connections>
  61. <outlet property="_activityView" destination="xZE-kG-hKQ" id="QaP-h4-ll6"/>
  62. <outlet property="_keyContentView" destination="zMS-2A-6Cy" id="Egq-9y-jXs"/>
  63. <outlet property="_reportBtn" destination="lav-wa-kWL" id="Imc-qi-zlq"/>
  64. <outlet property="_sepLine" destination="Dg0-nG-U3m" id="fck-m4-6W4"/>
  65. <outlet property="_titleLbl" destination="EgA-BQ-X23" id="Kft-ve-pVP"/>
  66. <outlet property="_toggleBtn" destination="cIu-IV-F3B" id="vy7-s7-IaY"/>
  67. <outlet property="textField" destination="EgA-BQ-X23" id="j2n-kB-6EY"/>
  68. </connections>
  69. <point key="canvasLocation" x="-494.5" y="108"/>
  70. </tableCellView>
  71. </objects>
  72. <resources>
  73. <image name="Toggle_off" width="128" height="128"/>
  74. </resources>
  75. </document>