CPerimeterMeasureInfoWindowController.xib 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="CPerimeterMeasureInfoWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="angleLabel" destination="gE6-un-ONi" id="kGL-pr-10H"/>
  12. <outlet property="lengthLabel" destination="Esk-Mt-wGg" id="tGT-uA-ElU"/>
  13. <outlet property="precisionLabel" destination="D8T-iy-XgH" id="K3O-vz-F96"/>
  14. <outlet property="scaleLabel" destination="wxE-i8-Oyh" id="mC6-ck-IxD"/>
  15. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" titlebarAppearsTransparent="YES" id="F0z-JX-Cv5">
  21. <windowStyleMask key="styleMask" titled="YES"/>
  22. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  23. <rect key="contentRect" x="2242" y="1105" width="300" height="230"/>
  24. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  25. <view key="contentView" id="se5-gp-TjO">
  26. <rect key="frame" x="0.0" y="0.0" width="300" height="230"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="O2f-Vz-OLT">
  30. <rect key="frame" x="12" y="188" width="30" height="30"/>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="30" id="0RW-YT-ps9"/>
  33. <constraint firstAttribute="height" constant="30" id="UvM-g7-IMU"/>
  34. </constraints>
  35. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ImageNameToolbarPolyline" id="UoC-fH-pS8"/>
  36. </imageView>
  37. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fuf-bl-vhH">
  38. <rect key="frame" x="56" y="193" width="172" height="19"/>
  39. <constraints>
  40. <constraint firstAttribute="height" constant="19" id="Hwv-xM-Tw4"/>
  41. <constraint firstAttribute="width" constant="168" id="pjH-sd-lfI"/>
  42. </constraints>
  43. <textFieldCell key="cell" lineBreakMode="clipping" title="Multiline Measurement" id="koO-KJ-80f">
  44. <font key="font" metaFont="system" size="16"/>
  45. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  46. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  47. </textFieldCell>
  48. </textField>
  49. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FkT-se-g48">
  50. <rect key="frame" x="56" y="151" width="44" height="17"/>
  51. <constraints>
  52. <constraint firstAttribute="height" constant="17" id="6rB-Wj-i1a"/>
  53. <constraint firstAttribute="width" constant="40" id="ePY-Kg-hvq"/>
  54. </constraints>
  55. <textFieldCell key="cell" lineBreakMode="clipping" title="Scale:" id="rF7-b0-Ej4">
  56. <font key="font" metaFont="system" size="14"/>
  57. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  58. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  59. </textFieldCell>
  60. </textField>
  61. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GMr-eD-dPe">
  62. <rect key="frame" x="56" y="122" width="53" height="17"/>
  63. <constraints>
  64. <constraint firstAttribute="width" constant="49" id="Iqi-C5-0s6"/>
  65. <constraint firstAttribute="height" constant="17" id="Pfs-Gp-ZUU"/>
  66. </constraints>
  67. <textFieldCell key="cell" lineBreakMode="clipping" title="Length:" id="XhL-t1-Mz7">
  68. <font key="font" metaFont="system" size="14"/>
  69. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  70. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  71. </textFieldCell>
  72. </textField>
  73. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="mx9-KK-QVJ">
  74. <rect key="frame" x="56" y="93" width="68" height="17"/>
  75. <constraints>
  76. <constraint firstAttribute="height" constant="17" id="RiL-Yi-EzY"/>
  77. <constraint firstAttribute="width" constant="64" id="xTg-CG-t4y"/>
  78. </constraints>
  79. <textFieldCell key="cell" lineBreakMode="clipping" title="Precision:" id="GIS-QW-AhI">
  80. <font key="font" metaFont="system" size="14"/>
  81. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  82. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  83. </textFieldCell>
  84. </textField>
  85. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="S8f-V0-Jcv">
  86. <rect key="frame" x="56" y="64" width="45" height="17"/>
  87. <constraints>
  88. <constraint firstAttribute="height" constant="17" id="YEn-J3-xqJ"/>
  89. <constraint firstAttribute="width" constant="41" id="pKp-E0-z4J"/>
  90. </constraints>
  91. <textFieldCell key="cell" lineBreakMode="clipping" title="Angle:" id="gpq-1T-4lV">
  92. <font key="font" metaFont="system" size="14"/>
  93. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  94. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  95. </textFieldCell>
  96. </textField>
  97. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wxE-i8-Oyh">
  98. <rect key="frame" x="148" y="151" width="144" height="17"/>
  99. <constraints>
  100. <constraint firstAttribute="width" constant="140" id="CZT-BR-EhO"/>
  101. <constraint firstAttribute="height" constant="17" id="VqB-jx-B9y"/>
  102. </constraints>
  103. <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="1 cm = 1 cm" id="aNN-w5-GMR">
  104. <font key="font" metaFont="system" size="14"/>
  105. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  106. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  107. </textFieldCell>
  108. </textField>
  109. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Esk-Mt-wGg">
  110. <rect key="frame" x="148" y="122" width="144" height="17"/>
  111. <constraints>
  112. <constraint firstAttribute="width" constant="140" id="dBp-dW-QUc"/>
  113. <constraint firstAttribute="height" constant="17" id="fsF-a4-l4W"/>
  114. </constraints>
  115. <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" id="7Gf-T2-JZL">
  116. <font key="font" metaFont="system" size="14"/>
  117. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  118. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  119. </textFieldCell>
  120. </textField>
  121. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="D8T-iy-XgH">
  122. <rect key="frame" x="148" y="93" width="84" height="17"/>
  123. <constraints>
  124. <constraint firstAttribute="height" constant="17" id="3aU-lE-wCe"/>
  125. <constraint firstAttribute="width" constant="80" id="vCc-or-5rD"/>
  126. </constraints>
  127. <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" id="oo2-8Q-8Lg">
  128. <font key="font" metaFont="system" size="14"/>
  129. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  130. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  131. </textFieldCell>
  132. </textField>
  133. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gE6-un-ONi">
  134. <rect key="frame" x="148" y="64" width="84" height="17"/>
  135. <constraints>
  136. <constraint firstAttribute="width" constant="80" id="PhV-jC-lXa"/>
  137. <constraint firstAttribute="height" constant="17" id="qCp-Oi-c8P"/>
  138. </constraints>
  139. <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" id="Xen-qB-g1F">
  140. <font key="font" metaFont="system" size="14"/>
  141. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  142. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  143. </textFieldCell>
  144. </textField>
  145. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7fr-3C-l1g">
  146. <rect key="frame" x="212" y="9" width="79" height="32"/>
  147. <buttonCell key="cell" type="push" title="Setting" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ygA-aI-XfY">
  148. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  149. <font key="font" metaFont="system"/>
  150. <string key="keyEquivalent" base64-UTF8="YES">
  151. DQ
  152. </string>
  153. </buttonCell>
  154. <constraints>
  155. <constraint firstAttribute="width" constant="67" id="t1P-Zp-tFW"/>
  156. <constraint firstAttribute="height" constant="20" id="usc-20-WEC"/>
  157. </constraints>
  158. <connections>
  159. <action selector="buttonItemClick_Setting:" target="-2" id="hqK-Ww-vbZ"/>
  160. </connections>
  161. </button>
  162. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aSX-Nt-h63">
  163. <rect key="frame" x="127" y="9" width="79" height="32"/>
  164. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="AQo-Cp-Fqj">
  165. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  166. <font key="font" metaFont="system"/>
  167. <string key="keyEquivalent" base64-UTF8="YES">
  168. Gw
  169. </string>
  170. </buttonCell>
  171. <constraints>
  172. <constraint firstAttribute="height" constant="20" id="K9h-SK-6sK"/>
  173. <constraint firstAttribute="width" constant="67" id="ipO-Zw-sdb"/>
  174. </constraints>
  175. </button>
  176. </subviews>
  177. <constraints>
  178. <constraint firstItem="D8T-iy-XgH" firstAttribute="leading" secondItem="mx9-KK-QVJ" secondAttribute="trailing" constant="28" id="0Su-zR-vCj"/>
  179. <constraint firstItem="fuf-bl-vhH" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="18" id="2Yq-bn-BVJ"/>
  180. <constraint firstItem="O2f-Vz-OLT" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="12" id="54M-p4-RYn"/>
  181. <constraint firstItem="FkT-se-g48" firstAttribute="top" secondItem="fuf-bl-vhH" secondAttribute="bottom" constant="25" id="7Xb-bE-6zl"/>
  182. <constraint firstItem="O2f-Vz-OLT" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="12" id="9Fs-NL-noG"/>
  183. <constraint firstAttribute="bottom" secondItem="7fr-3C-l1g" secondAttribute="bottom" constant="15" id="9oK-CS-JGs"/>
  184. <constraint firstItem="wxE-i8-Oyh" firstAttribute="leading" secondItem="FkT-se-g48" secondAttribute="trailing" constant="52" id="9r5-Wu-ZPH"/>
  185. <constraint firstItem="GMr-eD-dPe" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="58" id="EMK-IM-WGF"/>
  186. <constraint firstItem="S8f-V0-Jcv" firstAttribute="top" secondItem="mx9-KK-QVJ" secondAttribute="bottom" constant="12" id="Ews-FC-6cx"/>
  187. <constraint firstItem="mx9-KK-QVJ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="58" id="GCw-3z-Jei"/>
  188. <constraint firstItem="mx9-KK-QVJ" firstAttribute="top" secondItem="GMr-eD-dPe" secondAttribute="bottom" constant="12" id="QrC-ho-Jq2"/>
  189. <constraint firstItem="7fr-3C-l1g" firstAttribute="centerY" secondItem="aSX-Nt-h63" secondAttribute="centerY" id="RGr-8k-ahf"/>
  190. <constraint firstItem="gE6-un-ONi" firstAttribute="leading" secondItem="S8f-V0-Jcv" secondAttribute="trailing" constant="51" id="SMR-Wh-NoQ"/>
  191. <constraint firstItem="FkT-se-g48" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="58" id="Sv7-4f-CfJ"/>
  192. <constraint firstItem="7fr-3C-l1g" firstAttribute="leading" secondItem="aSX-Nt-h63" secondAttribute="trailing" constant="18" id="TiS-xD-6u8"/>
  193. <constraint firstItem="D8T-iy-XgH" firstAttribute="top" secondItem="Esk-Mt-wGg" secondAttribute="bottom" constant="12" id="bLG-hD-8Ma"/>
  194. <constraint firstItem="fuf-bl-vhH" firstAttribute="leading" secondItem="O2f-Vz-OLT" secondAttribute="trailing" constant="16" id="f7Q-Bc-txQ"/>
  195. <constraint firstItem="Esk-Mt-wGg" firstAttribute="leading" secondItem="GMr-eD-dPe" secondAttribute="trailing" constant="43" id="hXv-jp-zAy"/>
  196. <constraint firstItem="Esk-Mt-wGg" firstAttribute="top" secondItem="wxE-i8-Oyh" secondAttribute="bottom" constant="12" id="ixP-Pl-crT"/>
  197. <constraint firstItem="S8f-V0-Jcv" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="58" id="kOh-wo-1oP"/>
  198. <constraint firstAttribute="trailing" secondItem="7fr-3C-l1g" secondAttribute="trailing" constant="15" id="ngH-QW-d7Q"/>
  199. <constraint firstItem="GMr-eD-dPe" firstAttribute="top" secondItem="FkT-se-g48" secondAttribute="bottom" constant="12" id="ome-GT-YJh"/>
  200. <constraint firstItem="wxE-i8-Oyh" firstAttribute="top" secondItem="fuf-bl-vhH" secondAttribute="bottom" constant="25" id="qvG-Jx-Vrx"/>
  201. <constraint firstItem="gE6-un-ONi" firstAttribute="top" secondItem="D8T-iy-XgH" secondAttribute="bottom" constant="12" id="y1n-PV-8IM"/>
  202. </constraints>
  203. </view>
  204. <connections>
  205. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  206. </connections>
  207. <point key="canvasLocation" x="-28" y="144"/>
  208. </window>
  209. </objects>
  210. <resources>
  211. <image name="ImageNameToolbarPolyline" width="20" height="20"/>
  212. </resources>
  213. </document>