PreferenceWindow.xib 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment version="101100" identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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" 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. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="327" y="514" width="438" height="256"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  23. <value key="minSize" type="size" width="213" height="107"/>
  24. <view key="contentView" id="6">
  25. <rect key="frame" x="0.0" y="0.0" width="438" height="256"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <button toolTip="Revert all preferences to their original values" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="491">
  29. <rect key="frame" x="76" y="3" width="73" height="28"/>
  30. <autoresizingMask key="autoresizingMask"/>
  31. <buttonCell key="cell" type="push" title="Reset All" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="1648">
  32. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  33. <font key="font" metaFont="smallSystem"/>
  34. </buttonCell>
  35. <connections>
  36. <action selector="resetAll:" target="-2" id="494"/>
  37. </connections>
  38. </button>
  39. <button toolTip="Revert all currently shown preferences to their original values" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="492">
  40. <rect key="frame" x="5" y="3" width="73" height="28"/>
  41. <autoresizingMask key="autoresizingMask"/>
  42. <buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="1649">
  43. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  44. <font key="font" metaFont="smallSystem"/>
  45. </buttonCell>
  46. <connections>
  47. <accessibilityConnection property="link" destination="491" id="1656"/>
  48. <action selector="resetCurrent:" target="-2" id="495"/>
  49. </connections>
  50. </button>
  51. </subviews>
  52. </view>
  53. <connections>
  54. <outlet property="delegate" destination="-2" id="8"/>
  55. </connections>
  56. <point key="canvasLocation" x="-273" y="-27"/>
  57. </window>
  58. <customObject id="1657" userLabel="Reset Buttons"/>
  59. </objects>
  60. </document>