KMBookmarkSheetController.xib 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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="KMBookmarkSheetController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="bookmarkTextField" destination="p8e-MI-ByW" id="1fq-NO-s3r"/>
  12. <outlet property="folderPopUp" destination="plc-mT-b5y" id="n7t-l2-yr6"/>
  13. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  19. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="196" y="240" width="350" height="122"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  23. <view key="contentView" id="se5-gp-TjO">
  24. <rect key="frame" x="0.0" y="0.0" width="350" height="122"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <view translatesAutoresizingMaskIntoConstraints="NO" id="rTZ-Vg-N1g">
  28. <rect key="frame" x="0.0" y="0.0" width="350" height="122"/>
  29. <subviews>
  30. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="s1L-CE-Y2L">
  31. <rect key="frame" x="17" y="84" width="72" height="17"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  33. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Bookmark:" id="YqR-LW-fxz">
  34. <font key="font" metaFont="system"/>
  35. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  36. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  37. </textFieldCell>
  38. </textField>
  39. <button tag="1" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3eE-dU-7Kz">
  40. <rect key="frame" x="254" y="12" width="82" height="32"/>
  41. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  42. <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="e3e-c6-KCC">
  43. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  44. <font key="font" metaFont="system"/>
  45. <string key="keyEquivalent" base64-UTF8="YES">
  46. DQ
  47. </string>
  48. </buttonCell>
  49. <connections>
  50. <accessibilityConnection property="link" destination="zqw-vB-SGL" id="Hgc-3q-yde"/>
  51. <action selector="doneButtonAction:" target="-2" id="yEz-I2-vKT"/>
  52. </connections>
  53. </button>
  54. <button imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zqw-vB-SGL">
  55. <rect key="frame" x="172" y="12" width="82" height="32"/>
  56. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  57. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="OXC-ec-E6o">
  58. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  59. <font key="font" metaFont="system"/>
  60. <string key="keyEquivalent" base64-UTF8="YES">
  61. Gw
  62. </string>
  63. </buttonCell>
  64. <connections>
  65. <action selector="cancelButtonAction:" target="-2" id="a9d-Ar-EB5"/>
  66. </connections>
  67. </button>
  68. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="p8e-MI-ByW">
  69. <rect key="frame" x="94" y="82" width="236" height="22"/>
  70. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  71. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="sgQ-rS-y3Y">
  72. <font key="font" metaFont="system"/>
  73. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  74. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  75. </textFieldCell>
  76. <connections>
  77. <accessibilityConnection property="title" destination="s1L-CE-Y2L" id="D6l-IC-4WG"/>
  78. </connections>
  79. </textField>
  80. <popUpButton imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="plc-mT-b5y">
  81. <rect key="frame" x="91" y="50" width="242" height="26"/>
  82. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  83. <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="Ez5-vL-MEw" id="gFv-pL-Na1">
  84. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  85. <font key="font" metaFont="menu"/>
  86. <menu key="menu" id="QCH-VJ-LAu">
  87. <items>
  88. <menuItem state="on" id="Ez5-vL-MEw"/>
  89. </items>
  90. </menu>
  91. </popUpButtonCell>
  92. <connections>
  93. <accessibilityConnection property="title" destination="P1I-FS-CN8" id="M9d-Do-Pz9"/>
  94. </connections>
  95. </popUpButton>
  96. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="P1I-FS-CN8">
  97. <rect key="frame" x="17" y="56" width="72" height="17"/>
  98. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  99. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Add to:" id="zVX-Pd-Udl">
  100. <font key="font" metaFont="system"/>
  101. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  102. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  103. </textFieldCell>
  104. </textField>
  105. </subviews>
  106. </view>
  107. </subviews>
  108. <constraints>
  109. <constraint firstItem="rTZ-Vg-N1g" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="CbT-17-jAy"/>
  110. <constraint firstItem="rTZ-Vg-N1g" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="RSb-z8-wLI"/>
  111. <constraint firstAttribute="trailing" secondItem="rTZ-Vg-N1g" secondAttribute="trailing" id="cP2-Rq-AiR"/>
  112. <constraint firstAttribute="bottom" secondItem="rTZ-Vg-N1g" secondAttribute="bottom" id="ckS-9L-4qA"/>
  113. </constraints>
  114. </view>
  115. <connections>
  116. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  117. </connections>
  118. <point key="canvasLocation" x="70" y="130"/>
  119. </window>
  120. </objects>
  121. </document>