AccountRightListView.xib 7.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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="AccountRightListView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="260" height="300"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a3c-P5-kMV">
  17. <rect key="frame" x="0.0" y="0.0" width="260" height="300"/>
  18. <clipView key="contentView" drawsBackground="NO" id="bTv-NA-4o1">
  19. <rect key="frame" x="0.0" y="0.0" width="260" height="300"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" tableStyle="fullWidth" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" rowSizeStyle="automatic" viewBased="YES" id="t08-ku-HW8">
  23. <rect key="frame" x="0.0" y="0.0" width="260" height="300"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  26. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  27. <tableColumns>
  28. <tableColumn identifier="AutomaticTableColumnIdentifier.0" width="248" minWidth="40" maxWidth="1000" id="IZI-Ca-8YA">
  29. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
  30. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  31. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  32. </tableHeaderCell>
  33. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="bK4-0P-8fp">
  34. <font key="font" metaFont="system"/>
  35. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  36. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  37. </textFieldCell>
  38. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  39. <prototypeCellViews>
  40. <tableCellView id="bTW-oM-rz3">
  41. <rect key="frame" x="0.0" y="0.0" width="260" height="24"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  43. <subviews>
  44. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kzj-P7-EVg">
  45. <rect key="frame" x="0.0" y="4" width="260" height="16"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  47. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="kDX-7I-d1m">
  48. <font key="font" usesAppearanceFont="YES"/>
  49. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  50. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  51. </textFieldCell>
  52. </textField>
  53. </subviews>
  54. <connections>
  55. <outlet property="textField" destination="kzj-P7-EVg" id="3gH-oh-exa"/>
  56. </connections>
  57. </tableCellView>
  58. </prototypeCellViews>
  59. </tableColumn>
  60. </tableColumns>
  61. </tableView>
  62. </subviews>
  63. <nil key="backgroundColor"/>
  64. </clipView>
  65. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="UYw-UU-nRq">
  66. <rect key="frame" x="1" y="283" width="258" height="16"/>
  67. <autoresizingMask key="autoresizingMask"/>
  68. </scroller>
  69. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="edb-Mb-P2q">
  70. <rect key="frame" x="224" y="17" width="15" height="102"/>
  71. <autoresizingMask key="autoresizingMask"/>
  72. </scroller>
  73. </scrollView>
  74. </subviews>
  75. <constraints>
  76. <constraint firstAttribute="trailing" secondItem="a3c-P5-kMV" secondAttribute="trailing" id="YMg-qw-kNO"/>
  77. <constraint firstAttribute="bottom" secondItem="a3c-P5-kMV" secondAttribute="bottom" id="ZGg-K1-eE5"/>
  78. <constraint firstItem="a3c-P5-kMV" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="g4h-gT-Wzu"/>
  79. <constraint firstItem="a3c-P5-kMV" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="wm9-Bs-zd3"/>
  80. </constraints>
  81. <connections>
  82. <outlet property="scrollView" destination="a3c-P5-kMV" id="7k6-X3-xdH"/>
  83. <outlet property="tableView" destination="t08-ku-HW8" id="J5z-uz-SaS"/>
  84. </connections>
  85. <point key="canvasLocation" x="26" y="-36"/>
  86. </customView>
  87. </objects>
  88. </document>