PreferenceWindow.xib 4.1 KB

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