KMRedactSelectPagesWindowController.xib 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19162" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19162"/>
  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="KMRedactSelectPagesWindowController">
  10. <connections>
  11. <outlet property="allPagesButton" destination="CdS-l3-Vxh" id="Aix-8P-I8P"/>
  12. <outlet property="cancelButton" destination="NbO-BC-f8D" id="mqd-sJ-Cmi"/>
  13. <outlet property="evenPagesButton" destination="8ma-0v-p64" id="Aes-x8-jxY"/>
  14. <outlet property="oddPagesButton" destination="Fgu-SN-Sca" id="AlK-bQ-6DH"/>
  15. <outlet property="okButton" destination="yIl-WC-eyE" id="7ic-TD-O6F"/>
  16. <outlet property="otherButton" destination="tEz-H2-F6l" id="EpT-wl-3lk"/>
  17. <outlet property="otherTextField" destination="jbg-q8-hAy" id="xtV-lI-TGG"/>
  18. <outlet property="pagesLabel" destination="cwg-HZ-DYS" id="zXA-7e-fdK"/>
  19. <outlet property="titleLabel" destination="f5E-0u-dzS" id="TBg-Xh-izl"/>
  20. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  21. </connections>
  22. </customObject>
  23. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  24. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  25. <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" titlebarAppearsTransparent="YES" id="F0z-JX-Cv5">
  26. <windowStyleMask key="styleMask" titled="YES" fullSizeContentView="YES"/>
  27. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  28. <rect key="contentRect" x="196" y="240" width="480" height="270"/>
  29. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  30. <view key="contentView" misplaced="YES" id="se5-gp-TjO">
  31. <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
  32. <autoresizingMask key="autoresizingMask"/>
  33. <subviews>
  34. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="f5E-0u-dzS">
  35. <rect key="frame" x="28" y="186" width="230" height="16"/>
  36. <textFieldCell key="cell" lineBreakMode="clipping" title="Repeat Mark Redaction Across Pages" id="TVI-3z-njy">
  37. <font key="font" usesAppearanceFont="YES"/>
  38. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  39. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  40. </textFieldCell>
  41. </textField>
  42. <box title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="zdp-fA-EQf">
  43. <rect key="frame" x="17" y="56" width="446" height="129"/>
  44. <view key="contentView" id="38S-Cv-Yip">
  45. <rect key="frame" x="3" y="3" width="440" height="123"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  47. <subviews>
  48. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CdS-l3-Vxh">
  49. <rect key="frame" x="8" y="92" width="82" height="18"/>
  50. <buttonCell key="cell" type="radio" title="All Pages" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="k7P-h8-cnj">
  51. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  52. <font key="font" metaFont="system"/>
  53. </buttonCell>
  54. <connections>
  55. <action selector="allpages_button:" target="-2" id="udX-s9-uKd"/>
  56. </connections>
  57. </button>
  58. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Fgu-SN-Sca">
  59. <rect key="frame" x="8" y="64" width="124" height="18"/>
  60. <buttonCell key="cell" type="radio" title="Odd Pages Only" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="aFp-Ab-Mqy">
  61. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  62. <font key="font" metaFont="system"/>
  63. </buttonCell>
  64. <connections>
  65. <action selector="oddpages_button:" target="-2" id="c52-uj-qsp"/>
  66. </connections>
  67. </button>
  68. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8ma-0v-p64">
  69. <rect key="frame" x="8" y="38" width="128" height="18"/>
  70. <buttonCell key="cell" type="radio" title="Even Pages Only" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="Vcw-kS-aME">
  71. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  72. <font key="font" metaFont="system"/>
  73. </buttonCell>
  74. <connections>
  75. <action selector="evenPages_button:" target="-2" id="LRG-ei-mPY"/>
  76. </connections>
  77. </button>
  78. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tEz-H2-F6l">
  79. <rect key="frame" x="8" y="11" width="18" height="18"/>
  80. <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="9be-Gp-a72">
  81. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  82. <font key="font" metaFont="system"/>
  83. </buttonCell>
  84. <connections>
  85. <action selector="other_button:" target="-2" id="feK-LM-VCS"/>
  86. </connections>
  87. </button>
  88. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jbg-q8-hAy">
  89. <rect key="frame" x="30" y="10" width="200" height="20"/>
  90. <constraints>
  91. <constraint firstAttribute="width" constant="200" id="cbo-lY-xyR"/>
  92. <constraint firstAttribute="height" constant="20" id="i9c-YB-EWK"/>
  93. </constraints>
  94. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="e.g 1,3 - 5,10" drawsBackground="YES" id="dLO-hq-Oh8">
  95. <font key="font" metaFont="system"/>
  96. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  97. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  98. </textFieldCell>
  99. </textField>
  100. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cwg-HZ-DYS">
  101. <rect key="frame" x="234" y="12" width="24" height="16"/>
  102. <textFieldCell key="cell" lineBreakMode="clipping" title="/23" id="H26-cf-5vH">
  103. <font key="font" metaFont="system"/>
  104. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  105. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  106. </textFieldCell>
  107. </textField>
  108. </subviews>
  109. <constraints>
  110. <constraint firstItem="8ma-0v-p64" firstAttribute="leading" secondItem="Fgu-SN-Sca" secondAttribute="leading" id="5d1-EQ-I0s"/>
  111. <constraint firstItem="CdS-l3-Vxh" firstAttribute="top" secondItem="38S-Cv-Yip" secondAttribute="top" constant="14" id="8RN-Ci-9Z9"/>
  112. <constraint firstItem="tEz-H2-F6l" firstAttribute="leading" secondItem="8ma-0v-p64" secondAttribute="leading" id="N5O-Yf-CY4"/>
  113. <constraint firstItem="8ma-0v-p64" firstAttribute="top" secondItem="Fgu-SN-Sca" secondAttribute="bottom" constant="10" id="Pck-8r-H9p"/>
  114. <constraint firstItem="cwg-HZ-DYS" firstAttribute="leading" secondItem="jbg-q8-hAy" secondAttribute="trailing" constant="6" id="Q3R-OH-X4k"/>
  115. <constraint firstItem="Fgu-SN-Sca" firstAttribute="top" secondItem="CdS-l3-Vxh" secondAttribute="bottom" constant="12" id="Rkm-ys-q6E"/>
  116. <constraint firstItem="Fgu-SN-Sca" firstAttribute="leading" secondItem="CdS-l3-Vxh" secondAttribute="leading" id="a2N-IC-4Df"/>
  117. <constraint firstItem="tEz-H2-F6l" firstAttribute="top" secondItem="8ma-0v-p64" secondAttribute="bottom" constant="12" id="eKg-sh-DMp"/>
  118. <constraint firstItem="jbg-q8-hAy" firstAttribute="centerY" secondItem="tEz-H2-F6l" secondAttribute="centerY" id="gNT-Nr-Puk"/>
  119. <constraint firstAttribute="bottom" secondItem="jbg-q8-hAy" secondAttribute="bottom" constant="10" id="iMC-Yw-Yr3"/>
  120. <constraint firstItem="cwg-HZ-DYS" firstAttribute="centerY" secondItem="jbg-q8-hAy" secondAttribute="centerY" id="pzM-cp-w5z"/>
  121. <constraint firstItem="jbg-q8-hAy" firstAttribute="leading" secondItem="tEz-H2-F6l" secondAttribute="trailing" constant="6" id="snH-d7-c8Z"/>
  122. <constraint firstItem="CdS-l3-Vxh" firstAttribute="leading" secondItem="38S-Cv-Yip" secondAttribute="leading" constant="10" id="zwP-dU-dDZ"/>
  123. </constraints>
  124. </view>
  125. </box>
  126. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yIl-WC-eyE">
  127. <rect key="frame" x="413" y="13" width="54" height="32"/>
  128. <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Qd0-aY-sUO">
  129. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  130. <font key="font" metaFont="system"/>
  131. <string key="keyEquivalent" base64-UTF8="YES">
  132. DQ
  133. </string>
  134. </buttonCell>
  135. <connections>
  136. <action selector="sure_button:" target="-2" id="bod-1l-CCd"/>
  137. </connections>
  138. </button>
  139. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NbO-BC-f8D">
  140. <rect key="frame" x="343" y="13" width="76" height="32"/>
  141. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="0Rt-bp-xbP">
  142. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  143. <font key="font" metaFont="system"/>
  144. <string key="keyEquivalent" base64-UTF8="YES">
  145. Gw
  146. </string>
  147. </buttonCell>
  148. <connections>
  149. <action selector="cancel_button:" target="-2" id="vVj-pe-cKg"/>
  150. </connections>
  151. </button>
  152. </subviews>
  153. <constraints>
  154. <constraint firstAttribute="bottom" secondItem="yIl-WC-eyE" secondAttribute="bottom" constant="20" id="7fu-2Y-SiA"/>
  155. <constraint firstItem="zdp-fA-EQf" firstAttribute="top" secondItem="f5E-0u-dzS" secondAttribute="bottom" constant="3" id="Cye-f5-x9Q"/>
  156. <constraint firstItem="NbO-BC-f8D" firstAttribute="centerY" secondItem="yIl-WC-eyE" secondAttribute="centerY" id="LC7-Xy-QHX"/>
  157. <constraint firstItem="f5E-0u-dzS" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="20" id="MQK-iM-7fO"/>
  158. <constraint firstItem="yIl-WC-eyE" firstAttribute="leading" secondItem="NbO-BC-f8D" secondAttribute="trailing" constant="8" id="dNT-ot-tnU"/>
  159. <constraint firstItem="yIl-WC-eyE" firstAttribute="trailing" secondItem="38S-Cv-Yip" secondAttribute="trailing" id="hXW-Mz-pxg"/>
  160. <constraint firstItem="yIl-WC-eyE" firstAttribute="top" secondItem="zdp-fA-EQf" secondAttribute="bottom" constant="20" id="kFy-VF-X3l"/>
  161. <constraint firstAttribute="trailing" secondItem="zdp-fA-EQf" secondAttribute="trailing" constant="20" id="n2p-cu-dHn"/>
  162. <constraint firstItem="zdp-fA-EQf" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="ooh-l7-nMz"/>
  163. <constraint firstItem="f5E-0u-dzS" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="30" id="pvW-v5-lex"/>
  164. </constraints>
  165. </view>
  166. <connections>
  167. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  168. </connections>
  169. <point key="canvasLocation" x="140" y="117"/>
  170. </window>
  171. </objects>
  172. </document>