TestCaseCellView.xib 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner"/>
  9. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  10. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  11. <tableCellView id="Ob6-j8-aNh" customClass="TestCaseCellView" customModule="KdanAuto" customModuleProvider="target">
  12. <rect key="frame" x="0.0" y="0.0" width="339" height="60"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xZE-kG-hKQ" customClass="ActivityView" customModule="KdanAuto" customModuleProvider="target">
  16. <rect key="frame" x="279" y="33" width="55" height="25"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  18. </customView>
  19. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EgA-BQ-X23">
  20. <rect key="frame" x="0.0" y="39" width="339" height="16"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  22. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="4yb-fM-clL">
  23. <font key="font" metaFont="systemBold"/>
  24. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  25. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  26. </textFieldCell>
  27. </textField>
  28. <scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="n2m-gK-mlz">
  29. <rect key="frame" x="9" y="6" width="320" height="32"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  31. <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="VAh-KM-jZY">
  32. <rect key="frame" x="0.0" y="0.0" width="320" height="32"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  34. <subviews>
  35. <view id="RGK-vl-yJC">
  36. <rect key="frame" x="0.0" y="0.0" width="322" height="34"/>
  37. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  38. </view>
  39. </subviews>
  40. </clipView>
  41. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="o4j-5g-APJ">
  42. <rect key="frame" x="-100" y="-100" width="320" height="16"/>
  43. <autoresizingMask key="autoresizingMask"/>
  44. </scroller>
  45. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="Dh0-Lf-Lpe">
  46. <rect key="frame" x="-100" y="-100" width="16" height="32"/>
  47. <autoresizingMask key="autoresizingMask"/>
  48. </scroller>
  49. </scrollView>
  50. <customView id="Dg0-nG-U3m">
  51. <rect key="frame" x="9" y="0.0" width="325" height="1"/>
  52. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  53. </customView>
  54. </subviews>
  55. <connections>
  56. <outlet property="_activityView" destination="xZE-kG-hKQ" id="QaP-h4-ll6"/>
  57. <outlet property="_keyContentView" destination="RGK-vl-yJC" id="qmx-mV-sDv"/>
  58. <outlet property="_keyScrollView" destination="n2m-gK-mlz" id="vpO-R3-c7L"/>
  59. <outlet property="_sepLine" destination="Dg0-nG-U3m" id="fck-m4-6W4"/>
  60. <outlet property="_titleLbl" destination="EgA-BQ-X23" id="Kft-ve-pVP"/>
  61. <outlet property="textField" destination="EgA-BQ-X23" id="j2n-kB-6EY"/>
  62. </connections>
  63. <point key="canvasLocation" x="-494.5" y="108"/>
  64. </tableCellView>
  65. </objects>
  66. </document>