KMFromViewController.xib 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21225" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21225"/>
  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="KMFromViewController" customModule="PDF_Office" customModuleProvider="target">
  10. <connections>
  11. <outlet property="formOutilneView" destination="sRO-lE-exy" id="Yg6-94-x6v"/>
  12. <outlet property="titleLabel" destination="HyT-J4-Grv" id="QSP-mw-sBZ"/>
  13. <outlet property="topBackView" destination="aY9-qR-LAW" id="uD0-BK-CZX"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView misplaced="YES" id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="293" height="361"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <customView translatesAutoresizingMaskIntoConstraints="NO" id="aY9-qR-LAW">
  24. <rect key="frame" x="0.0" y="314" width="293" height="40"/>
  25. <subviews>
  26. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HyT-J4-Grv">
  27. <rect key="frame" x="14" y="12" width="40" height="17"/>
  28. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="cF5-Vp-D4f">
  29. <font key="font" metaFont="system" size="14"/>
  30. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  31. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  32. </textFieldCell>
  33. </textField>
  34. <comboBox verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X0s-VG-AX0">
  35. <rect key="frame" x="232" y="8" width="54" height="23"/>
  36. <constraints>
  37. <constraint firstAttribute="width" constant="50" id="dq9-rE-Zhs"/>
  38. </constraints>
  39. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" title="A" drawsBackground="YES" completes="NO" numberOfVisibleItems="3" id="mPy-gj-cOF">
  40. <font key="font" metaFont="system"/>
  41. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  42. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  43. <objectValues>
  44. <string>11</string>
  45. <string>Item 2</string>
  46. <string>Item 3</string>
  47. </objectValues>
  48. </comboBoxCell>
  49. </comboBox>
  50. </subviews>
  51. <constraints>
  52. <constraint firstItem="HyT-J4-Grv" firstAttribute="centerY" secondItem="aY9-qR-LAW" secondAttribute="centerY" id="EeG-i2-JbV"/>
  53. <constraint firstItem="X0s-VG-AX0" firstAttribute="centerY" secondItem="aY9-qR-LAW" secondAttribute="centerY" id="RAB-a5-e3U"/>
  54. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="40" id="cXT-s5-sfR"/>
  55. <constraint firstAttribute="height" constant="40" id="geX-qr-HWb"/>
  56. <constraint firstAttribute="trailing" secondItem="X0s-VG-AX0" secondAttribute="trailing" constant="10" id="q5b-WL-3H6"/>
  57. <constraint firstItem="HyT-J4-Grv" firstAttribute="leading" secondItem="aY9-qR-LAW" secondAttribute="leading" constant="16" id="wgd-Fs-AxR"/>
  58. </constraints>
  59. </customView>
  60. <scrollView autohidesScrollers="YES" horizontalLineScroll="43" horizontalPageScroll="10" verticalLineScroll="43" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YgO-Eb-mi8">
  61. <rect key="frame" x="0.0" y="0.0" width="293" height="314"/>
  62. <clipView key="contentView" id="olV-TU-clW">
  63. <rect key="frame" x="1" y="1" width="291" height="312"/>
  64. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  65. <subviews>
  66. <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" rowHeight="43" rowSizeStyle="automatic" viewBased="YES" indentationPerLevel="13" outlineTableColumn="hak-HS-7Jv" id="sRO-lE-exy">
  67. <rect key="frame" x="0.0" y="0.0" width="291" height="312"/>
  68. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  69. <size key="intercellSpacing" width="17" height="0.0"/>
  70. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  71. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  72. <tableColumns>
  73. <tableColumn identifier="AutomaticTableColumnIdentifier.0" width="279" minWidth="40" maxWidth="1000" id="hak-HS-7Jv">
  74. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
  75. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  76. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  77. </tableHeaderCell>
  78. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="T4H-wf-QCs">
  79. <font key="font" metaFont="system"/>
  80. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  81. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  82. </textFieldCell>
  83. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  84. <prototypeCellViews>
  85. <tableCellView identifier="KMFormCellView" id="eNI-UO-01S" customClass="KMFormCellView" customModule="PDF_Office" customModuleProvider="target">
  86. <rect key="frame" x="8" y="0.0" width="274" height="43"/>
  87. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  88. <subviews>
  89. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LfL-2i-Q5a">
  90. <rect key="frame" x="10" y="14" width="16" height="16"/>
  91. <constraints>
  92. <constraint firstAttribute="width" constant="16" id="5Bq-Mv-cqA"/>
  93. <constraint firstAttribute="height" constant="16" id="JAW-gR-sTL"/>
  94. </constraints>
  95. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameWidgtStyeRound" id="Hz3-a6-Cak"/>
  96. </imageView>
  97. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WEI-9K-TKe">
  98. <rect key="frame" x="34" y="14" width="232" height="16"/>
  99. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Nfx-vs-TX7">
  100. <font key="font" metaFont="system"/>
  101. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  102. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  103. </textFieldCell>
  104. </textField>
  105. </subviews>
  106. <constraints>
  107. <constraint firstItem="LfL-2i-Q5a" firstAttribute="centerY" secondItem="eNI-UO-01S" secondAttribute="centerY" id="FYW-Z2-OrD"/>
  108. <constraint firstItem="WEI-9K-TKe" firstAttribute="leading" secondItem="eNI-UO-01S" secondAttribute="leading" constant="36" id="Q6f-SE-dp8"/>
  109. <constraint firstItem="WEI-9K-TKe" firstAttribute="centerY" secondItem="eNI-UO-01S" secondAttribute="centerY" id="QWJ-Vp-Lm5"/>
  110. <constraint firstItem="LfL-2i-Q5a" firstAttribute="leading" secondItem="eNI-UO-01S" secondAttribute="leading" constant="10" id="ZdA-c8-mXN"/>
  111. <constraint firstAttribute="trailing" secondItem="WEI-9K-TKe" secondAttribute="trailing" constant="10" id="gh8-7P-cWR"/>
  112. </constraints>
  113. <connections>
  114. <outlet property="leftOffset" destination="Q6f-SE-dp8" id="DyH-Hl-QMl"/>
  115. <outlet property="widgetImageView" destination="LfL-2i-Q5a" id="Ft5-1x-1aV"/>
  116. <outlet property="widgetTitleLabel" destination="WEI-9K-TKe" id="o9n-rF-aWH"/>
  117. </connections>
  118. </tableCellView>
  119. </prototypeCellViews>
  120. </tableColumn>
  121. </tableColumns>
  122. <connections>
  123. <outlet property="dataSource" destination="-2" id="tAh-8h-pFP"/>
  124. <outlet property="delegate" destination="-2" id="Hwz-Hn-eWR"/>
  125. </connections>
  126. </outlineView>
  127. </subviews>
  128. </clipView>
  129. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="pfy-6d-0uD">
  130. <rect key="frame" x="1" y="119" width="223" height="15"/>
  131. <autoresizingMask key="autoresizingMask"/>
  132. </scroller>
  133. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="n9g-CP-dfS">
  134. <rect key="frame" x="224" y="17" width="15" height="102"/>
  135. <autoresizingMask key="autoresizingMask"/>
  136. </scroller>
  137. </scrollView>
  138. </subviews>
  139. <constraints>
  140. <constraint firstItem="YgO-Eb-mi8" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="1Kf-di-vEN"/>
  141. <constraint firstItem="YgO-Eb-mi8" firstAttribute="top" secondItem="aY9-qR-LAW" secondAttribute="bottom" id="690-lM-B6m"/>
  142. <constraint firstAttribute="trailing" secondItem="aY9-qR-LAW" secondAttribute="trailing" id="BlL-hh-2TJ"/>
  143. <constraint firstAttribute="bottom" secondItem="YgO-Eb-mi8" secondAttribute="bottom" id="ERb-Q2-hbU"/>
  144. <constraint firstItem="aY9-qR-LAW" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="chb-Ty-mK4"/>
  145. <constraint firstItem="aY9-qR-LAW" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="f08-Mo-AoC"/>
  146. <constraint firstAttribute="trailing" secondItem="YgO-Eb-mi8" secondAttribute="trailing" id="haz-Te-S0n"/>
  147. </constraints>
  148. <point key="canvasLocation" x="39.5" y="-83.5"/>
  149. </customView>
  150. </objects>
  151. <resources>
  152. <image name="KMImageNameWidgtStyeRound" width="17" height="17"/>
  153. </resources>
  154. </document>