KMAILanguagePopVC.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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" customClass="KMAILanguagePopVC" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="customBoxHeightLayoutConstraint" destination="rdA-eT-dCB" id="pPf-fQ-F6v"/>
  11. <outlet property="customBoxWidthLayoutConstraint" destination="MB3-kd-CwY" id="vvd-ZD-sZa"/>
  12. <outlet property="tableView" destination="AiV-eI-jJC" id="I0w-aH-KRV"/>
  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="207" height="441"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <scrollView autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zqa-UQ-ORh">
  23. <rect key="frame" x="0.0" y="0.0" width="207" height="441"/>
  24. <clipView key="contentView" id="T3e-Ee-rVs">
  25. <rect key="frame" x="1" y="1" width="205" height="439"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="none" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" rowSizeStyle="automatic" viewBased="YES" id="AiV-eI-jJC">
  29. <rect key="frame" x="0.0" y="0.0" width="205" height="439"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. <size key="intercellSpacing" width="17" height="0.0"/>
  32. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  33. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  34. <tableColumns>
  35. <tableColumn identifier="AutomaticTableColumnIdentifier.0" width="193" minWidth="40" maxWidth="1000" id="5UU-2A-kde">
  36. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
  37. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  38. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  39. </tableHeaderCell>
  40. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="FtA-cD-ymX">
  41. <font key="font" metaFont="system"/>
  42. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  43. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  44. </textFieldCell>
  45. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  46. <prototypeCellViews>
  47. <tableCellView id="sWi-zz-Afb" customClass="KMAILanguagePopTableviewCell" customModule="PDF_Master" customModuleProvider="target">
  48. <rect key="frame" x="8" y="0.0" width="188" height="24"/>
  49. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  50. <subviews>
  51. <box boxType="custom" borderWidth="0.0" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="jU9-UR-X43" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  52. <rect key="frame" x="0.0" y="0.0" width="188" height="24"/>
  53. <view key="contentView" id="JB2-fC-90U">
  54. <rect key="frame" x="0.0" y="0.0" width="188" height="24"/>
  55. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  56. <subviews>
  57. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GqM-tb-dE5">
  58. <rect key="frame" x="6" y="4" width="176" height="16"/>
  59. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="KGr-nC-kUD">
  60. <font key="font" usesAppearanceFont="YES"/>
  61. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  62. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  63. </textFieldCell>
  64. </textField>
  65. </subviews>
  66. <constraints>
  67. <constraint firstItem="GqM-tb-dE5" firstAttribute="centerY" secondItem="JB2-fC-90U" secondAttribute="centerY" id="OZO-Gu-bnj"/>
  68. <constraint firstAttribute="trailing" secondItem="GqM-tb-dE5" secondAttribute="trailing" constant="8" id="RaM-zc-KwC"/>
  69. <constraint firstItem="GqM-tb-dE5" firstAttribute="leading" secondItem="JB2-fC-90U" secondAttribute="leading" constant="8" id="qgF-kp-WKs"/>
  70. </constraints>
  71. </view>
  72. </box>
  73. </subviews>
  74. <constraints>
  75. <constraint firstAttribute="bottom" secondItem="jU9-UR-X43" secondAttribute="bottom" id="GCu-Rn-2wc"/>
  76. <constraint firstAttribute="trailing" secondItem="jU9-UR-X43" secondAttribute="trailing" id="UnO-Ah-ynL"/>
  77. <constraint firstItem="jU9-UR-X43" firstAttribute="leading" secondItem="sWi-zz-Afb" secondAttribute="leading" id="hR1-Kf-qvn"/>
  78. <constraint firstItem="jU9-UR-X43" firstAttribute="top" secondItem="sWi-zz-Afb" secondAttribute="top" id="ld0-vw-kfA"/>
  79. </constraints>
  80. <connections>
  81. <outlet property="languageLabel" destination="GqM-tb-dE5" id="IdR-PZ-0ET"/>
  82. <outlet property="mainBox" destination="jU9-UR-X43" id="mY0-Pb-k61"/>
  83. </connections>
  84. </tableCellView>
  85. </prototypeCellViews>
  86. </tableColumn>
  87. </tableColumns>
  88. <connections>
  89. <outlet property="dataSource" destination="-2" id="9Mc-Lc-0yL"/>
  90. <outlet property="delegate" destination="-2" id="6H3-VB-Oxr"/>
  91. </connections>
  92. </tableView>
  93. </subviews>
  94. </clipView>
  95. <constraints>
  96. <constraint firstAttribute="width" constant="207" id="MB3-kd-CwY"/>
  97. <constraint firstAttribute="height" constant="441" id="rdA-eT-dCB"/>
  98. </constraints>
  99. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="INY-9b-67r">
  100. <rect key="frame" x="1" y="119" width="223" height="15"/>
  101. <autoresizingMask key="autoresizingMask"/>
  102. </scroller>
  103. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="bV5-KW-cD2">
  104. <rect key="frame" x="224" y="17" width="15" height="102"/>
  105. <autoresizingMask key="autoresizingMask"/>
  106. </scroller>
  107. </scrollView>
  108. </subviews>
  109. <constraints>
  110. <constraint firstItem="zqa-UQ-ORh" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="Vfd-Yo-udL"/>
  111. <constraint firstAttribute="trailing" secondItem="zqa-UQ-ORh" secondAttribute="trailing" id="Y3y-hV-S8z"/>
  112. <constraint firstAttribute="bottom" secondItem="zqa-UQ-ORh" secondAttribute="bottom" id="dmE-MK-Uj6"/>
  113. <constraint firstItem="zqa-UQ-ORh" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="sXK-Qf-aMP"/>
  114. </constraints>
  115. <point key="canvasLocation" x="2.5" y="237.5"/>
  116. </customView>
  117. </objects>
  118. </document>