KMPDFEditPageRangeWindowController.xib 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMPDFEditPageRangeWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="olX-uy-ep7" id="kcv-1Z-NP6"/>
  12. <outlet property="detailLabel" destination="3RZ-kO-gik" id="IWw-Iy-LGK"/>
  13. <outlet property="okButton" destination="KWl-OO-JcO" id="TlR-ob-hvz"/>
  14. <outlet property="pageRangeLabel" destination="CMW-TV-OdV" id="0S8-dj-GhZ"/>
  15. <outlet property="pageRangeTextField" destination="8ZD-TC-XGF" id="ZQs-9o-eyL"/>
  16. <outlet property="totalPageCountLabel" destination="bIJ-I9-uy4" id="Knn-Hc-PwO"/>
  17. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  23. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  24. <rect key="contentRect" x="361" y="300" width="480" height="270"/>
  25. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  26. <view key="contentView" misplaced="YES" id="se5-gp-TjO">
  27. <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <subviews>
  30. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CMW-TV-OdV">
  31. <rect key="frame" x="22" y="99" width="76" height="16"/>
  32. <textFieldCell key="cell" lineBreakMode="clipping" title="page Range" id="elC-6i-Rgc">
  33. <font key="font" usesAppearanceFont="YES"/>
  34. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8ZD-TC-XGF">
  39. <rect key="frame" x="24" y="73" width="160" height="21"/>
  40. <constraints>
  41. <constraint firstAttribute="width" constant="160" id="V1x-tt-HYV"/>
  42. </constraints>
  43. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="tOs-iR-0pw">
  44. <font key="font" metaFont="system"/>
  45. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  46. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  47. </textFieldCell>
  48. </textField>
  49. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3RZ-kO-gik">
  50. <rect key="frame" x="22" y="53" width="436" height="16"/>
  51. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="YJa-bt-CHv">
  52. <font key="font" metaFont="system"/>
  53. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  54. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  55. </textFieldCell>
  56. </textField>
  57. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="olX-uy-ep7">
  58. <rect key="frame" x="323" y="11" width="75" height="32"/>
  59. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="uZv-JV-YYf">
  60. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  61. <font key="font" metaFont="system"/>
  62. </buttonCell>
  63. <connections>
  64. <action selector="buttonClicked_Cancel:" target="-2" id="249-vv-rey"/>
  65. </connections>
  66. </button>
  67. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bIJ-I9-uy4">
  68. <rect key="frame" x="190" y="76" width="37" height="16"/>
  69. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="aQg-cT-Dgr">
  70. <font key="font" metaFont="system"/>
  71. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  72. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  73. </textFieldCell>
  74. </textField>
  75. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KWl-OO-JcO">
  76. <rect key="frame" x="398" y="11" width="75" height="32"/>
  77. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="kgK-UK-CkY">
  78. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  79. <font key="font" metaFont="system"/>
  80. <string key="keyEquivalent" base64-UTF8="YES">
  81. DQ
  82. </string>
  83. </buttonCell>
  84. <connections>
  85. <action selector="buttonClicked_Done:" target="-2" id="OsZ-6c-Ut5"/>
  86. </connections>
  87. </button>
  88. </subviews>
  89. <constraints>
  90. <constraint firstItem="KWl-OO-JcO" firstAttribute="centerY" secondItem="olX-uy-ep7" secondAttribute="centerY" id="4SE-2M-jxp"/>
  91. <constraint firstItem="olX-uy-ep7" firstAttribute="top" secondItem="3RZ-kO-gik" secondAttribute="bottom" constant="15" id="Dn8-bC-iIC"/>
  92. <constraint firstItem="CMW-TV-OdV" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="24" id="HM1-28-hRI"/>
  93. <constraint firstItem="CMW-TV-OdV" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="20" id="ISk-Cl-bCf"/>
  94. <constraint firstItem="3RZ-kO-gik" firstAttribute="top" secondItem="8ZD-TC-XGF" secondAttribute="bottom" constant="4" id="JLS-Zp-kZN"/>
  95. <constraint firstItem="3RZ-kO-gik" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="LUC-Hq-kaG"/>
  96. <constraint firstItem="KWl-OO-JcO" firstAttribute="leading" secondItem="olX-uy-ep7" secondAttribute="trailing" constant="14" id="OTV-if-uLn"/>
  97. <constraint firstAttribute="trailing" secondItem="KWl-OO-JcO" secondAttribute="trailing" constant="14" id="SmZ-Bz-iJg"/>
  98. <constraint firstItem="3RZ-kO-gik" firstAttribute="leading" secondItem="CMW-TV-OdV" secondAttribute="leading" id="UgH-cZ-hQb"/>
  99. <constraint firstItem="8ZD-TC-XGF" firstAttribute="top" secondItem="CMW-TV-OdV" secondAttribute="bottom" constant="5" id="Vdo-1P-NdJ"/>
  100. <constraint firstAttribute="bottom" secondItem="olX-uy-ep7" secondAttribute="bottom" constant="18" id="XI5-py-CNL"/>
  101. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="CMW-TV-OdV" secondAttribute="trailing" constant="24" id="klE-fb-CHj"/>
  102. <constraint firstItem="8ZD-TC-XGF" firstAttribute="leading" secondItem="CMW-TV-OdV" secondAttribute="leading" id="nI1-9g-GxC"/>
  103. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="bIJ-I9-uy4" secondAttribute="trailing" constant="24" id="oZI-wi-ZSP"/>
  104. <constraint firstItem="bIJ-I9-uy4" firstAttribute="leading" secondItem="8ZD-TC-XGF" secondAttribute="trailing" constant="8" id="tMg-IA-giq"/>
  105. <constraint firstItem="bIJ-I9-uy4" firstAttribute="centerY" secondItem="8ZD-TC-XGF" secondAttribute="centerY" id="tdJ-f8-zkM"/>
  106. </constraints>
  107. </view>
  108. <connections>
  109. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  110. </connections>
  111. <point key="canvasLocation" x="-208" y="83"/>
  112. </window>
  113. </objects>
  114. </document>