PreferenceWindow.xib 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="101100" 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="KMPreferenceController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="resetAllBtn" destination="491" id="kfd-9g-D0A"/>
  12. <outlet property="resetBtn" destination="492" id="cF1-yb-Fkg"/>
  13. <outlet property="window" destination="5" id="7"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <window allowsToolTipsWhenApplicationIsInactive="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="KMPreferenceWindow" customModule="PDF_Reader_Pro" customModuleProvider="target">
  19. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  20. <rect key="contentRect" x="327" y="514" width="438" height="256"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  22. <value key="minSize" type="size" width="213" height="107"/>
  23. <view key="contentView" id="6">
  24. <rect key="frame" x="0.0" y="0.0" width="438" height="256"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <button toolTip="Revert all preferences to their original values" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="491">
  28. <rect key="frame" x="76" y="3" width="73" height="28"/>
  29. <autoresizingMask key="autoresizingMask"/>
  30. <buttonCell key="cell" type="push" title="Reset All" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="1648">
  31. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  32. <font key="font" metaFont="smallSystem"/>
  33. </buttonCell>
  34. <connections>
  35. <action selector="resetAll:" target="-2" id="494"/>
  36. </connections>
  37. </button>
  38. <button toolTip="Revert all currently shown preferences to their original values" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="492">
  39. <rect key="frame" x="5" y="3" width="73" height="28"/>
  40. <autoresizingMask key="autoresizingMask"/>
  41. <buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="1649">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="smallSystem"/>
  44. </buttonCell>
  45. <connections>
  46. <accessibilityConnection property="link" destination="491" id="1656"/>
  47. <action selector="resetCurrent:" target="-2" id="495"/>
  48. </connections>
  49. </button>
  50. </subviews>
  51. </view>
  52. <connections>
  53. <outlet property="delegate" destination="-2" id="8"/>
  54. </connections>
  55. <point key="canvasLocation" x="-273" y="-27"/>
  56. </window>
  57. <customObject id="1657" userLabel="Reset Buttons"/>
  58. </objects>
  59. </document>