PageSheet.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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">
  3. <dependencies>
  4. <deployment version="1070" 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="KMTextFieldSheetController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="42" id="jBr-SZ-blj"/>
  12. <outlet property="okButton" destination="41" id="s37-U2-eAE"/>
  13. <outlet property="pageBox" destination="40" id="TRk-hJ-4Lk"/>
  14. <outlet property="pageLabel" destination="39" id="uKg-Ud-SKt"/>
  15. <outlet property="window" destination="37" id="43"/>
  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" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="37" userLabel="Window" customClass="NSPanel">
  21. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  22. <rect key="contentRect" x="416" y="377" width="192" height="107"/>
  23. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  24. <view key="contentView" id="38">
  25. <rect key="frame" x="0.0" y="0.0" width="192" height="107"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="39">
  29. <rect key="frame" x="17" y="69" width="38" height="17"/>
  30. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  31. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Page:" id="49">
  32. <font key="font" metaFont="system"/>
  33. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  34. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  35. </textFieldCell>
  36. </textField>
  37. <button tag="1" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="41">
  38. <rect key="frame" x="96" y="12" width="82" height="32"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  40. <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="51">
  41. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  42. <font key="font" metaFont="system"/>
  43. <string key="keyEquivalent" base64-UTF8="YES">
  44. DQ
  45. </string>
  46. </buttonCell>
  47. <connections>
  48. <action selector="okAction:" target="-2" id="bIN-ey-RaB"/>
  49. </connections>
  50. </button>
  51. <button imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="42">
  52. <rect key="frame" x="14" y="12" width="82" height="32"/>
  53. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  54. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="52">
  55. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  56. <font key="font" metaFont="system"/>
  57. <string key="keyEquivalent" base64-UTF8="YES">
  58. Gw
  59. </string>
  60. </buttonCell>
  61. <connections>
  62. <action selector="okAction:" target="-2" id="1nO-nc-C0Z"/>
  63. </connections>
  64. </button>
  65. <comboBox focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="40">
  66. <rect key="frame" x="60" y="65" width="115" height="26"/>
  67. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  68. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="50">
  69. <font key="font" metaFont="system"/>
  70. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  71. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  72. </comboBoxCell>
  73. </comboBox>
  74. </subviews>
  75. </view>
  76. <point key="canvasLocation" x="141" y="123"/>
  77. </window>
  78. </objects>
  79. </document>