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