KMTextHintWindowController.xib 6.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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="KMTextHintWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="actionButton" destination="x5y-RO-Lmv" id="rq1-LN-0Xl"/>
  12. <outlet property="detailTextfield" destination="ry0-kd-mg3" id="hOn-CU-p3h"/>
  13. <outlet property="headerTextField" destination="l42-pQ-rSZ" id="LEa-NJ-HMr"/>
  14. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  20. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  21. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  22. <rect key="contentRect" x="196" y="240" width="385" height="258"/>
  23. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  24. <view key="contentView" id="se5-gp-TjO">
  25. <rect key="frame" x="0.0" y="0.0" width="385" height="133"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="l42-pQ-rSZ">
  29. <rect key="frame" x="22" y="99" width="184" height="16"/>
  30. <textFieldCell key="cell" selectable="YES" title="Cannot add conversion task" id="NfC-Cv-b95">
  31. <font key="font" metaFont="systemBold"/>
  32. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  33. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  34. </textFieldCell>
  35. </textField>
  36. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ry0-kd-mg3">
  37. <rect key="frame" x="22" y="46" width="341" height="45"/>
  38. <textFieldCell key="cell" selectable="YES" id="wDd-jS-7Pi">
  39. <font key="font" metaFont="cellTitle"/>
  40. <string key="title">The current conversion is in progress...
  41. Please wait for the conversion to be completed before proceeding.</string>
  42. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  43. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  44. </textFieldCell>
  45. </textField>
  46. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="x5y-RO-Lmv">
  47. <rect key="frame" x="303" y="11" width="75" height="32"/>
  48. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5pj-EG-tmU">
  49. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  50. <font key="font" metaFont="system"/>
  51. <string key="keyEquivalent" base64-UTF8="YES">
  52. DQ
  53. </string>
  54. </buttonCell>
  55. <connections>
  56. <action selector="buttonClicked_Action:" target="-2" id="zpF-T3-a6t"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <constraints>
  61. <constraint firstAttribute="trailing" secondItem="ry0-kd-mg3" secondAttribute="trailing" constant="24" id="7Av-f2-oJO"/>
  62. <constraint firstItem="ry0-kd-mg3" firstAttribute="leading" secondItem="l42-pQ-rSZ" secondAttribute="leading" id="9X3-pO-YU0"/>
  63. <constraint firstAttribute="trailing" secondItem="x5y-RO-Lmv" secondAttribute="trailing" constant="14" id="D6Q-bI-Xh9"/>
  64. <constraint firstItem="l42-pQ-rSZ" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="18" id="EQb-qq-tfG"/>
  65. <constraint firstItem="ry0-kd-mg3" firstAttribute="top" secondItem="l42-pQ-rSZ" secondAttribute="bottom" constant="8" id="W21-yo-QVO"/>
  66. <constraint firstItem="x5y-RO-Lmv" firstAttribute="top" secondItem="ry0-kd-mg3" secondAttribute="bottom" constant="8" id="WzS-9m-BQr"/>
  67. <constraint firstAttribute="bottom" secondItem="x5y-RO-Lmv" secondAttribute="bottom" constant="18" id="Z74-pW-WEo"/>
  68. <constraint firstItem="l42-pQ-rSZ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="24" id="a2c-AF-SJc"/>
  69. </constraints>
  70. </view>
  71. <connections>
  72. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  73. </connections>
  74. <point key="canvasLocation" x="-147.5" y="107"/>
  75. </window>
  76. </objects>
  77. </document>