KMSavePanelAccessoryController.xib 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
  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="KMSavePanelAccessoryController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="openAutomaticButton" destination="NPu-wD-FJY" id="sB2-tM-cdd"/>
  12. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="Hz6-mo-xeY">
  18. <rect key="frame" x="0.0" y="0.0" width="362" height="56"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NPu-wD-FJY">
  22. <rect key="frame" x="119" y="19" width="123" height="18"/>
  23. <buttonCell key="cell" type="check" title="Open automatic" bezelStyle="regularSquare" imagePosition="left" inset="2" id="gER-AG-REK">
  24. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  25. <font key="font" metaFont="system"/>
  26. </buttonCell>
  27. <connections>
  28. <action selector="buttonClickedOpenAutomatic:" target="-2" id="tSx-K7-wdw"/>
  29. </connections>
  30. </button>
  31. </subviews>
  32. <constraints>
  33. <constraint firstAttribute="bottom" secondItem="NPu-wD-FJY" secondAttribute="bottom" constant="20" id="14V-oS-oH9"/>
  34. <constraint firstItem="NPu-wD-FJY" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="SpB-Zt-3AX"/>
  35. <constraint firstItem="NPu-wD-FJY" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="gm7-cV-AaZ"/>
  36. </constraints>
  37. <point key="canvasLocation" x="170" y="47"/>
  38. </customView>
  39. </objects>
  40. </document>