KMDiscountToSaveWindowController.xib 7.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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="KMDiscountToSaveWindowController">
  10. <connections>
  11. <outlet property="box" destination="hPS-sw-LOy" id="HSB-fR-bTX"/>
  12. <outlet property="cancelButton" destination="Xmw-O0-wn8" id="jB0-1T-7D9"/>
  13. <outlet property="imgIv" destination="BKn-Xo-Uc4" id="jnC-nn-CEW"/>
  14. <outlet property="okButton" destination="i6B-Yb-rLq" id="yix-Kl-GM5"/>
  15. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  21. <windowStyleMask key="styleMask" fullSizeContentView="YES"/>
  22. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  23. <rect key="contentRect" x="196" y="240" width="420" height="480"/>
  24. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  25. <value key="minSize" type="size" width="420" height="480"/>
  26. <value key="maxSize" type="size" width="420" height="480"/>
  27. <value key="minFullScreenContentSize" type="size" width="420" height="480"/>
  28. <value key="maxFullScreenContentSize" type="size" width="420" height="480"/>
  29. <view key="contentView" id="se5-gp-TjO">
  30. <rect key="frame" x="0.0" y="0.0" width="420" height="480"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <subviews>
  33. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="hPS-sw-LOy">
  34. <rect key="frame" x="0.0" y="0.0" width="420" height="480"/>
  35. <view key="contentView" id="Fcu-4d-0Wi">
  36. <rect key="frame" x="0.0" y="0.0" width="420" height="480"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  38. <subviews>
  39. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="BKn-Xo-Uc4">
  40. <rect key="frame" x="0.0" y="0.0" width="420" height="480"/>
  41. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="OX1-uy-3nc"/>
  42. </imageView>
  43. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Xmw-O0-wn8">
  44. <rect key="frame" x="322" y="400" width="44" height="44"/>
  45. <constraints>
  46. <constraint firstAttribute="width" constant="44" id="S4V-PM-smK"/>
  47. <constraint firstAttribute="height" constant="44" id="kiF-Pr-E7a"/>
  48. </constraints>
  49. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="cT6-9w-GGT">
  50. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  51. <font key="font" metaFont="system"/>
  52. </buttonCell>
  53. </button>
  54. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="i6B-Yb-rLq">
  55. <rect key="frame" x="73" y="115" width="274" height="71"/>
  56. <constraints>
  57. <constraint firstAttribute="width" constant="274" id="n2L-Sa-joU"/>
  58. <constraint firstAttribute="height" constant="71" id="s5s-pF-Srd"/>
  59. </constraints>
  60. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="QNu-uz-LKc">
  61. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  62. <font key="font" metaFont="system"/>
  63. <string key="keyEquivalent" base64-UTF8="YES">
  64. DQ
  65. </string>
  66. </buttonCell>
  67. </button>
  68. </subviews>
  69. <constraints>
  70. <constraint firstItem="i6B-Yb-rLq" firstAttribute="leading" secondItem="Fcu-4d-0Wi" secondAttribute="leading" constant="73" id="0nH-bR-CvP"/>
  71. <constraint firstItem="i6B-Yb-rLq" firstAttribute="top" secondItem="Xmw-O0-wn8" secondAttribute="bottom" constant="214" id="7aa-qQ-noC"/>
  72. <constraint firstAttribute="bottom" secondItem="BKn-Xo-Uc4" secondAttribute="bottom" id="Ves-7m-vp4"/>
  73. <constraint firstAttribute="trailing" secondItem="BKn-Xo-Uc4" secondAttribute="trailing" id="XCG-eu-wCH"/>
  74. <constraint firstItem="Xmw-O0-wn8" firstAttribute="top" secondItem="Fcu-4d-0Wi" secondAttribute="top" constant="36" id="YR6-tH-9FJ"/>
  75. <constraint firstItem="BKn-Xo-Uc4" firstAttribute="leading" secondItem="Fcu-4d-0Wi" secondAttribute="leading" id="cSj-nz-rXb"/>
  76. <constraint firstAttribute="trailing" secondItem="Xmw-O0-wn8" secondAttribute="trailing" constant="54" id="kgI-SW-rDR"/>
  77. <constraint firstItem="BKn-Xo-Uc4" firstAttribute="top" secondItem="Fcu-4d-0Wi" secondAttribute="top" id="vdg-2e-c05"/>
  78. </constraints>
  79. </view>
  80. </box>
  81. </subviews>
  82. <constraints>
  83. <constraint firstAttribute="trailing" secondItem="hPS-sw-LOy" secondAttribute="trailing" id="9fy-YE-Cpl"/>
  84. <constraint firstItem="hPS-sw-LOy" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="J9I-ki-ML9"/>
  85. <constraint firstAttribute="bottom" secondItem="hPS-sw-LOy" secondAttribute="bottom" id="c9v-GR-l4n"/>
  86. <constraint firstItem="hPS-sw-LOy" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="huE-Pb-p4Z"/>
  87. </constraints>
  88. </view>
  89. <connections>
  90. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  91. </connections>
  92. <point key="canvasLocation" x="90" y="144"/>
  93. </window>
  94. </objects>
  95. </document>