KMLanguageViewController.xib 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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" customClass="KMLanguageViewController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="outlineView" destination="8Es-2J-byF" id="drN-nm-ux1"/>
  12. <outlet property="tokenField" destination="5gm-kg-o0h" id="CVP-A1-cVJ"/>
  13. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <customView id="Hz6-mo-xeY">
  19. <rect key="frame" x="0.0" y="0.0" width="337" height="440"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <tokenField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5gm-kg-o0h">
  23. <rect key="frame" x="10" y="408" width="317" height="22"/>
  24. <tokenFieldCell key="cell" selectable="YES" editable="YES" borderStyle="bezel" alignment="left" allowsEditingTextAttributes="YES" bezelStyle="round" id="ko8-wD-x9C">
  25. <font key="font" metaFont="cellTitle"/>
  26. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  27. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  28. </tokenFieldCell>
  29. <connections>
  30. <outlet property="delegate" destination="-2" id="XfZ-ha-Ho7"/>
  31. </connections>
  32. </tokenField>
  33. <scrollView autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xEa-P5-7CN">
  34. <rect key="frame" x="0.0" y="0.0" width="337" height="398"/>
  35. <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="laq-aG-Vai">
  36. <rect key="frame" x="1" y="1" width="335" height="396"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  38. <subviews>
  39. <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="sourceList" alternatingRowBackgroundColors="YES" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" viewBased="YES" indentationMarkerFollowsCell="NO" outlineTableColumn="i9s-MT-kLZ" id="8Es-2J-byF">
  40. <rect key="frame" x="0.0" y="0.0" width="335" height="396"/>
  41. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  42. <size key="intercellSpacing" width="20" height="0.0"/>
  43. <color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
  44. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  45. <tableColumns>
  46. <tableColumn width="303" minWidth="16" maxWidth="1000" id="i9s-MT-kLZ">
  47. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
  48. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  49. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  50. </tableHeaderCell>
  51. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="XPk-BR-SFd">
  52. <font key="font" metaFont="system"/>
  53. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  54. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  55. </textFieldCell>
  56. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  57. <prototypeCellViews>
  58. <tableCellView identifier="DataCell" id="C0I-oH-B2j" customClass="KMLanguageTableCellView" customModule="PDF_Master" customModuleProvider="target">
  59. <rect key="frame" x="20" y="0.0" width="295" height="24"/>
  60. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  61. <subviews>
  62. <textField focusRingType="none" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Z85-c4-CJv">
  63. <rect key="frame" x="20" y="4" width="96" height="16"/>
  64. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" focusRingType="none" title="Table View Cell" drawsBackground="YES" id="5bQ-tJ-9hg">
  65. <font key="font" metaFont="system"/>
  66. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  67. <color key="backgroundColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  68. </textFieldCell>
  69. </textField>
  70. <button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="wMd-Rw-rLw">
  71. <rect key="frame" x="-2" y="3" width="18" height="18"/>
  72. <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" state="on" focusRingType="none" inset="2" id="JhA-XH-n3a">
  73. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  74. <font key="font" metaFont="system"/>
  75. </buttonCell>
  76. <connections>
  77. <action selector="checkButtonAction:" target="C0I-oH-B2j" id="Rmu-pb-LgJ"/>
  78. </connections>
  79. </button>
  80. </subviews>
  81. <constraints>
  82. <constraint firstItem="Z85-c4-CJv" firstAttribute="leading" secondItem="wMd-Rw-rLw" secondAttribute="trailing" constant="6" id="58S-2o-88N"/>
  83. <constraint firstItem="wMd-Rw-rLw" firstAttribute="centerY" secondItem="C0I-oH-B2j" secondAttribute="centerY" id="G90-2z-Pji"/>
  84. <constraint firstItem="Z85-c4-CJv" firstAttribute="centerY" secondItem="C0I-oH-B2j" secondAttribute="centerY" id="pBF-7Q-gcL"/>
  85. <constraint firstItem="wMd-Rw-rLw" firstAttribute="leading" secondItem="C0I-oH-B2j" secondAttribute="leading" id="rop-lB-TZX"/>
  86. </constraints>
  87. <connections>
  88. <outlet property="checkButton" destination="wMd-Rw-rLw" id="NI1-H5-pgN"/>
  89. <outlet property="textField" destination="Z85-c4-CJv" id="5ld-VL-e6K"/>
  90. </connections>
  91. </tableCellView>
  92. </prototypeCellViews>
  93. </tableColumn>
  94. </tableColumns>
  95. <connections>
  96. <outlet property="dataSource" destination="-2" id="4C6-0v-kcG"/>
  97. <outlet property="delegate" destination="-2" id="dCh-VO-Hd3"/>
  98. </connections>
  99. </outlineView>
  100. </subviews>
  101. <nil key="backgroundColor"/>
  102. </clipView>
  103. <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="9SF-O5-3Wq">
  104. <rect key="frame" x="1" y="119" width="238" height="15"/>
  105. <autoresizingMask key="autoresizingMask"/>
  106. </scroller>
  107. <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="1Gw-AD-G7g">
  108. <rect key="frame" x="224" y="17" width="15" height="102"/>
  109. <autoresizingMask key="autoresizingMask"/>
  110. </scroller>
  111. </scrollView>
  112. </subviews>
  113. <constraints>
  114. <constraint firstItem="xEa-P5-7CN" firstAttribute="top" secondItem="5gm-kg-o0h" secondAttribute="bottom" constant="10" id="8Ru-pe-U3c"/>
  115. <constraint firstItem="xEa-P5-7CN" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="WG3-be-ffU"/>
  116. <constraint firstAttribute="trailing" secondItem="5gm-kg-o0h" secondAttribute="trailing" constant="10" id="a9M-me-ZgN"/>
  117. <constraint firstItem="5gm-kg-o0h" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="10" id="aSc-yU-gkQ"/>
  118. <constraint firstAttribute="bottom" secondItem="xEa-P5-7CN" secondAttribute="bottom" id="o9g-Mo-brU"/>
  119. <constraint firstItem="5gm-kg-o0h" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="s1z-X5-jRF"/>
  120. <constraint firstAttribute="trailing" secondItem="xEa-P5-7CN" secondAttribute="trailing" id="xOr-C1-JaL"/>
  121. </constraints>
  122. <point key="canvasLocation" x="132.5" y="153.5"/>
  123. </customView>
  124. </objects>
  125. </document>