KMHistoryFileDeleteWindowController.xib 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner" customClass="KMHistoryFileDeleteWindowController" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="cancelBox" destination="84N-oJ-zPU" id="vS5-xZ-TRI"/>
  11. <outlet property="deleteBox" destination="ICh-pS-7xc" id="e6j-Jk-V9z"/>
  12. <outlet property="deleteOptionsLabel" destination="pp4-jZ-PBy" id="RfJ-0m-IH8"/>
  13. <outlet property="noLongerPromptView" destination="D79-0i-D8F" id="pot-uk-rRP"/>
  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" animationBehavior="default" id="F0z-JX-Cv5">
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="196" y="240" width="253" height="260"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  23. <view key="contentView" id="se5-gp-TjO">
  24. <rect key="frame" x="0.0" y="0.0" width="260" height="213"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pp4-jZ-PBy">
  28. <rect key="frame" x="14" y="93" width="232" height="16"/>
  29. <constraints>
  30. <constraint firstAttribute="width" constant="228" id="SGg-Fg-WbD"/>
  31. </constraints>
  32. <textFieldCell key="cell" alignment="center" title="Label" id="I5C-zs-Vdr">
  33. <font key="font" usesAppearanceFont="YES"/>
  34. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CFg-PY-DoN">
  39. <rect key="frame" x="16" y="49" width="228" height="28"/>
  40. <view key="contentView" id="foZ-sP-lIV">
  41. <rect key="frame" x="0.0" y="0.0" width="228" height="28"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  43. <subviews>
  44. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="84N-oJ-zPU">
  45. <rect key="frame" x="0.0" y="0.0" width="110" height="28"/>
  46. <view key="contentView" id="eeh-vE-MkA">
  47. <rect key="frame" x="0.0" y="0.0" width="110" height="28"/>
  48. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  49. </view>
  50. <constraints>
  51. <constraint firstAttribute="width" constant="110" id="Gay-3n-o4g"/>
  52. </constraints>
  53. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  54. </box>
  55. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ICh-pS-7xc">
  56. <rect key="frame" x="118" y="0.0" width="110" height="28"/>
  57. <view key="contentView" id="JRM-SG-WrT">
  58. <rect key="frame" x="0.0" y="0.0" width="110" height="28"/>
  59. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  60. </view>
  61. <constraints>
  62. <constraint firstAttribute="height" constant="28" id="chL-3u-a9G"/>
  63. </constraints>
  64. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  65. </box>
  66. </subviews>
  67. <constraints>
  68. <constraint firstAttribute="bottom" secondItem="ICh-pS-7xc" secondAttribute="bottom" id="1X2-gD-EWr"/>
  69. <constraint firstAttribute="trailing" secondItem="ICh-pS-7xc" secondAttribute="trailing" id="72r-Db-fyb"/>
  70. <constraint firstAttribute="bottom" secondItem="84N-oJ-zPU" secondAttribute="bottom" id="BYG-N7-9BJ"/>
  71. <constraint firstItem="ICh-pS-7xc" firstAttribute="top" secondItem="foZ-sP-lIV" secondAttribute="top" id="CBN-k0-edY"/>
  72. <constraint firstItem="84N-oJ-zPU" firstAttribute="leading" secondItem="foZ-sP-lIV" secondAttribute="leading" id="P9b-rj-cw8"/>
  73. <constraint firstItem="ICh-pS-7xc" firstAttribute="height" secondItem="84N-oJ-zPU" secondAttribute="height" id="URO-no-nNv"/>
  74. <constraint firstItem="ICh-pS-7xc" firstAttribute="width" secondItem="84N-oJ-zPU" secondAttribute="width" id="sXl-EI-Kwi"/>
  75. <constraint firstItem="84N-oJ-zPU" firstAttribute="top" secondItem="foZ-sP-lIV" secondAttribute="top" id="vrj-We-jth"/>
  76. <constraint firstItem="ICh-pS-7xc" firstAttribute="leading" secondItem="84N-oJ-zPU" secondAttribute="trailing" constant="8" id="zW3-Pr-URN"/>
  77. </constraints>
  78. </view>
  79. </box>
  80. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="fLO-Nh-mth">
  81. <rect key="frame" x="98" y="129" width="64" height="64"/>
  82. <constraints>
  83. <constraint firstAttribute="width" constant="64" id="2Bl-A7-mw4"/>
  84. <constraint firstAttribute="height" constant="64" id="Xct-nV-zdw"/>
  85. </constraints>
  86. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMimageAppIcon" id="ohe-3M-dgU"/>
  87. </imageView>
  88. <customView translatesAutoresizingMaskIntoConstraints="NO" id="D79-0i-D8F">
  89. <rect key="frame" x="16" y="17" width="228" height="16"/>
  90. <constraints>
  91. <constraint firstAttribute="height" constant="16" id="NnP-bw-wlp"/>
  92. </constraints>
  93. </customView>
  94. </subviews>
  95. <constraints>
  96. <constraint firstItem="fLO-Nh-mth" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="8IX-Gy-4K0"/>
  97. <constraint firstAttribute="trailing" secondItem="D79-0i-D8F" secondAttribute="trailing" constant="16" id="8oc-hF-8IT"/>
  98. <constraint firstItem="CFg-PY-DoN" firstAttribute="top" secondItem="pp4-jZ-PBy" secondAttribute="bottom" constant="16" id="A2t-Jw-Odn"/>
  99. <constraint firstItem="pp4-jZ-PBy" firstAttribute="top" secondItem="fLO-Nh-mth" secondAttribute="bottom" constant="20" id="CPs-py-CU6"/>
  100. <constraint firstItem="fLO-Nh-mth" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="20" id="FQ3-KB-oBb"/>
  101. <constraint firstItem="pp4-jZ-PBy" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="MX1-qU-bth"/>
  102. <constraint firstAttribute="bottom" secondItem="D79-0i-D8F" secondAttribute="bottom" constant="17" id="N7u-cZ-btC"/>
  103. <constraint firstItem="CFg-PY-DoN" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="Qi0-oW-N6N"/>
  104. <constraint firstItem="D79-0i-D8F" firstAttribute="top" secondItem="CFg-PY-DoN" secondAttribute="bottom" constant="16" id="WW2-ek-yrq"/>
  105. <constraint firstItem="D79-0i-D8F" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="16" id="YRk-vK-rN1"/>
  106. <constraint firstAttribute="trailing" secondItem="CFg-PY-DoN" secondAttribute="trailing" constant="16" id="ahQ-x5-G37"/>
  107. <constraint firstItem="CFg-PY-DoN" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="16" id="kNt-7z-8vF"/>
  108. <constraint firstItem="D79-0i-D8F" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="rGZ-BQ-GvL"/>
  109. </constraints>
  110. </view>
  111. <connections>
  112. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  113. </connections>
  114. <point key="canvasLocation" x="138" y="188.5"/>
  115. </window>
  116. </objects>
  117. <resources>
  118. <image name="KMimageAppIcon" width="1024" height="1024"/>
  119. </resources>
  120. </document>