KMCloseApplyWC.xib 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMCloseApplyWC" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="subTitleLabel" destination="RB3-y4-vun" id="17d-pu-bzV"/>
  12. <outlet property="titleLabel" destination="EQD-z7-1z0" id="o8l-BG-vFL"/>
  13. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  14. <outlet property="yesButton" destination="H54-N6-Pzl" id="a7n-dP-Hmi"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  20. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  21. <rect key="contentRect" x="196" y="240" width="358" height="312"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/>
  23. <value key="minSize" type="size" width="358" height="312"/>
  24. <value key="maxSize" type="size" width="358" height="312"/>
  25. <view key="contentView" id="se5-gp-TjO">
  26. <rect key="frame" x="0.0" y="0.0" width="358" height="312"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RB3-y4-vun">
  30. <rect key="frame" x="18" y="216" width="322" height="16"/>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="318" id="gmc-If-mgM"/>
  33. </constraints>
  34. <textFieldCell key="cell" title="Label" id="YCA-uI-6Hf">
  35. <font key="font" usesAppearanceFont="YES"/>
  36. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  37. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  38. </textFieldCell>
  39. </textField>
  40. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EQD-z7-1z0">
  41. <rect key="frame" x="18" y="256" width="322" height="16"/>
  42. <constraints>
  43. <constraint firstAttribute="width" constant="318" id="jb4-a1-xPP"/>
  44. </constraints>
  45. <textFieldCell key="cell" title="Label" id="IBg-5H-TzV">
  46. <font key="font" usesAppearanceFont="YES"/>
  47. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  48. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  49. </textFieldCell>
  50. </textField>
  51. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="H54-N6-Pzl">
  52. <rect key="frame" x="270" y="13" width="75" height="32"/>
  53. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="vhh-Af-vA9">
  54. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  55. <font key="font" metaFont="system"/>
  56. <string key="keyEquivalent" base64-UTF8="YES">
  57. DQ
  58. </string>
  59. </buttonCell>
  60. <connections>
  61. <action selector="yesButtonAction:" target="-2" id="7en-bu-eNo"/>
  62. </connections>
  63. </button>
  64. </subviews>
  65. <constraints>
  66. <constraint firstAttribute="bottom" secondItem="H54-N6-Pzl" secondAttribute="bottom" constant="20" id="1Tu-lF-FLb"/>
  67. <constraint firstAttribute="trailing" secondItem="H54-N6-Pzl" secondAttribute="trailing" constant="20" id="Fbz-nF-Wex"/>
  68. <constraint firstItem="RB3-y4-vun" firstAttribute="trailing" secondItem="EQD-z7-1z0" secondAttribute="trailing" id="PDP-BO-8OL"/>
  69. <constraint firstItem="EQD-z7-1z0" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="Ucl-Xb-au7"/>
  70. <constraint firstAttribute="trailing" secondItem="EQD-z7-1z0" secondAttribute="trailing" constant="20" id="Y1P-EI-sqg"/>
  71. <constraint firstItem="RB3-y4-vun" firstAttribute="leading" secondItem="EQD-z7-1z0" secondAttribute="leading" id="s2v-wE-Hpn"/>
  72. <constraint firstItem="EQD-z7-1z0" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="40" id="vb6-tm-Opi"/>
  73. <constraint firstItem="RB3-y4-vun" firstAttribute="top" secondItem="EQD-z7-1z0" secondAttribute="bottom" constant="24" id="wpl-1f-6W4"/>
  74. </constraints>
  75. </view>
  76. <connections>
  77. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  78. </connections>
  79. <point key="canvasLocation" x="139" y="144"/>
  80. </window>
  81. </objects>
  82. </document>