KMScreenShotMaskWindowController.xib 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment 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="KMScreenShotMaskWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="timeLabel" destination="kT8-FU-lWi" id="T2Y-5J-xcI"/>
  12. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  18. <windowStyleMask key="styleMask" fullSizeContentView="YES"/>
  19. <windowCollectionBehavior key="collectionBehavior" canJoinAllSpaces="YES" managed="YES"/>
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="196" y="240" width="480" height="270"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  23. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  24. <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kT8-FU-lWi">
  28. <rect key="frame" x="154" y="138" width="37" height="17"/>
  29. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  30. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="kl2-sP-IOO">
  31. <font key="font" metaFont="system"/>
  32. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  33. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  34. </textFieldCell>
  35. </textField>
  36. </subviews>
  37. </view>
  38. <connections>
  39. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  40. </connections>
  41. <point key="canvasLocation" x="257" y="-67"/>
  42. </window>
  43. </objects>
  44. </document>