KMMemberPromptWC.xib 7.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  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="KMMemberPromptWC" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="8xl-n1-Kt9" id="u3j-vT-ZsO"/>
  12. <outlet property="subTitleLabel" destination="C2z-bX-lgK" id="TWx-rw-wf3"/>
  13. <outlet property="titleLabel" destination="A6Z-Od-O7u" id="uDM-dz-K0i"/>
  14. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  15. <outlet property="yesButton" destination="h3e-f6-zlI" id="wKx-gv-zQz"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  21. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  22. <rect key="contentRect" x="196" y="240" width="332" height="153"/>
  23. <rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/>
  24. <value key="minSize" type="size" width="332" height="153"/>
  25. <value key="maxSize" type="size" width="332" height="153"/>
  26. <view key="contentView" id="se5-gp-TjO">
  27. <rect key="frame" x="0.0" y="0.0" width="332" height="153"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <subviews>
  30. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A6Z-Od-O7u">
  31. <rect key="frame" x="18" y="125" width="296" height="16"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="292" id="Ff2-97-DHB"/>
  34. </constraints>
  35. <textFieldCell key="cell" lineBreakMode="charWrapping" title="Label" id="tcg-kV-NVS">
  36. <font key="font" usesAppearanceFont="YES"/>
  37. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  38. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  39. </textFieldCell>
  40. </textField>
  41. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="C2z-bX-lgK">
  42. <rect key="frame" x="18" y="101" width="296" height="16"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="292" id="16l-P5-OJQ"/>
  45. </constraints>
  46. <textFieldCell key="cell" title="Label" id="hH5-YO-gJX">
  47. <font key="font" usesAppearanceFont="YES"/>
  48. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  49. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  50. </textFieldCell>
  51. </textField>
  52. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="h3e-f6-zlI">
  53. <rect key="frame" x="242" y="9" width="75" height="32"/>
  54. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="pnN-md-OV3">
  55. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  56. <font key="font" metaFont="system"/>
  57. <string key="keyEquivalent" base64-UTF8="YES">
  58. DQ
  59. </string>
  60. </buttonCell>
  61. <connections>
  62. <action selector="yesButtonAction:" target="-2" id="FdS-3c-AIi"/>
  63. </connections>
  64. </button>
  65. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8xl-n1-Kt9">
  66. <rect key="frame" x="173" y="9" width="75" height="32"/>
  67. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Qja-Cq-xfx">
  68. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  69. <font key="font" metaFont="system"/>
  70. </buttonCell>
  71. <connections>
  72. <action selector="cancelButtonAction:" target="-2" id="hxb-Q5-E5u"/>
  73. </connections>
  74. </button>
  75. </subviews>
  76. <constraints>
  77. <constraint firstItem="h3e-f6-zlI" firstAttribute="leading" secondItem="8xl-n1-Kt9" secondAttribute="trailing" constant="8" id="0zT-6L-azr"/>
  78. <constraint firstAttribute="bottom" secondItem="h3e-f6-zlI" secondAttribute="bottom" constant="16" id="3ag-03-PlV"/>
  79. <constraint firstItem="C2z-bX-lgK" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="C5R-HV-TsF"/>
  80. <constraint firstItem="8xl-n1-Kt9" firstAttribute="centerY" secondItem="h3e-f6-zlI" secondAttribute="centerY" id="MSs-o9-fQ0"/>
  81. <constraint firstAttribute="trailing" secondItem="h3e-f6-zlI" secondAttribute="trailing" constant="22" id="PBw-mF-E9s"/>
  82. <constraint firstAttribute="trailing" secondItem="A6Z-Od-O7u" secondAttribute="trailing" constant="20" id="QW4-8O-Swh"/>
  83. <constraint firstItem="A6Z-Od-O7u" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="TgE-jb-Fsv"/>
  84. <constraint firstItem="C2z-bX-lgK" firstAttribute="top" secondItem="A6Z-Od-O7u" secondAttribute="bottom" constant="8" id="bwh-CP-oyc"/>
  85. <constraint firstItem="A6Z-Od-O7u" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="12" id="i6W-iD-Cwl"/>
  86. <constraint firstAttribute="trailing" secondItem="C2z-bX-lgK" secondAttribute="trailing" constant="20" id="pMk-aq-wtx"/>
  87. </constraints>
  88. </view>
  89. <connections>
  90. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  91. </connections>
  92. <point key="canvasLocation" x="92" y="140"/>
  93. </window>
  94. </objects>
  95. </document>