KMPrintBottomView.xib 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  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="KMPrintBottomView">
  10. <connections>
  11. <outlet property="bookletButton" destination="Gke-Bn-OKJ" id="r9E-L4-5yH"/>
  12. <outlet property="cancelButton" destination="Ayk-Hy-6Mb" id="HNS-Xh-3aU"/>
  13. <outlet property="cancelButtonRightConstraint" destination="hV9-LB-Cse" id="FtJ-LB-AmZ"/>
  14. <outlet property="multipleButton" destination="Pvn-3t-pYc" id="sFy-3M-nx5"/>
  15. <outlet property="posterButton" destination="XoC-G4-SMT" id="6lg-XF-1fV"/>
  16. <outlet property="printButton" destination="hjt-Ec-LG7" id="IUp-w6-Ojd"/>
  17. <outlet property="savePDFButton" destination="9yM-DE-RPR" id="XM8-1V-U6f"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <customView translatesAutoresizingMaskIntoConstraints="NO" id="zFh-KB-UcZ">
  23. <rect key="frame" x="0.0" y="0.0" width="586" height="48"/>
  24. <subviews>
  25. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XoC-G4-SMT">
  26. <rect key="frame" x="13" y="7" width="83" height="33"/>
  27. <buttonCell key="cell" type="push" title="Poster" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Wov-Hx-VLR">
  28. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  29. <font key="font" metaFont="system"/>
  30. </buttonCell>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="69" id="5UY-qe-Hhf"/>
  33. <constraint firstAttribute="height" constant="21" id="ciE-k1-cm5"/>
  34. </constraints>
  35. <connections>
  36. <action selector="poseterButtonAction:" target="-2" id="zaa-aw-AEV"/>
  37. </connections>
  38. </button>
  39. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Pvn-3t-pYc">
  40. <rect key="frame" x="102" y="7" width="83" height="33"/>
  41. <buttonCell key="cell" type="push" title="Multiple" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Rwl-n4-Wg6">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="system"/>
  44. </buttonCell>
  45. <constraints>
  46. <constraint firstAttribute="height" constant="21" id="XAa-yl-s36"/>
  47. <constraint firstAttribute="width" constant="69" id="fyf-K9-WXR"/>
  48. </constraints>
  49. <connections>
  50. <action selector="multipleButtonAction:" target="-2" id="q2b-xX-Dh6"/>
  51. </connections>
  52. </button>
  53. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Gke-Bn-OKJ">
  54. <rect key="frame" x="191" y="7" width="83" height="33"/>
  55. <buttonCell key="cell" type="push" title="Booklet" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="f4A-vO-fi9">
  56. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  57. <font key="font" metaFont="system"/>
  58. </buttonCell>
  59. <constraints>
  60. <constraint firstAttribute="height" constant="21" id="hUQ-Td-kLn"/>
  61. <constraint firstAttribute="width" constant="69" id="p5E-WO-2K9"/>
  62. </constraints>
  63. <connections>
  64. <action selector="bookletButtonAction:" target="-2" id="UMV-gz-7O2"/>
  65. </connections>
  66. </button>
  67. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ayk-Hy-6Mb">
  68. <rect key="frame" x="312" y="7" width="83" height="33"/>
  69. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4uM-k8-JhQ">
  70. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  71. <font key="font" metaFont="system"/>
  72. <string key="keyEquivalent" base64-UTF8="YES">
  73. Gw
  74. </string>
  75. </buttonCell>
  76. <constraints>
  77. <constraint firstAttribute="width" constant="69" id="aPV-YQ-kHt"/>
  78. <constraint firstAttribute="height" constant="21" id="io1-r2-j68"/>
  79. </constraints>
  80. <connections>
  81. <action selector="cancelAction:" target="-2" id="miQ-kV-4fm"/>
  82. </connections>
  83. </button>
  84. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hjt-Ec-LG7">
  85. <rect key="frame" x="490" y="7" width="83" height="33"/>
  86. <buttonCell key="cell" type="push" title="Print" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="FqK-xu-iCI">
  87. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  88. <font key="font" metaFont="system"/>
  89. <string key="keyEquivalent" base64-UTF8="YES">
  90. DQ
  91. </string>
  92. </buttonCell>
  93. <constraints>
  94. <constraint firstAttribute="height" constant="21" id="Xi5-ST-NiP"/>
  95. <constraint firstAttribute="width" constant="69" id="kPr-yH-HAI"/>
  96. </constraints>
  97. <connections>
  98. <action selector="printAction:" target="-2" id="uJS-Vx-1rN"/>
  99. </connections>
  100. </button>
  101. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9yM-DE-RPR">
  102. <rect key="frame" x="401" y="7" width="83" height="32"/>
  103. <buttonCell key="cell" type="push" title="Save" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="gUE-ob-qQ6">
  104. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  105. <font key="font" metaFont="system"/>
  106. </buttonCell>
  107. <constraints>
  108. <constraint firstAttribute="width" constant="69" id="Irq-ie-pqA"/>
  109. <constraint firstAttribute="height" constant="20" id="ZNg-OS-SeG"/>
  110. </constraints>
  111. <connections>
  112. <action selector="savePDFAction:" target="-2" id="pUA-ow-Opw"/>
  113. </connections>
  114. </button>
  115. </subviews>
  116. <constraints>
  117. <constraint firstItem="Gke-Bn-OKJ" firstAttribute="centerY" secondItem="XoC-G4-SMT" secondAttribute="centerY" id="1Ai-AJ-d1m"/>
  118. <constraint firstItem="XoC-G4-SMT" firstAttribute="leading" secondItem="zFh-KB-UcZ" secondAttribute="leading" constant="20" id="65s-vm-jnZ"/>
  119. <constraint firstItem="9yM-DE-RPR" firstAttribute="centerY" secondItem="hjt-Ec-LG7" secondAttribute="centerY" id="6Fh-X6-Fuu"/>
  120. <constraint firstAttribute="trailing" secondItem="hjt-Ec-LG7" secondAttribute="trailing" constant="20" id="7Sr-Qv-kfF"/>
  121. <constraint firstItem="Pvn-3t-pYc" firstAttribute="leading" secondItem="XoC-G4-SMT" secondAttribute="trailing" constant="20" id="7pr-9B-fk2"/>
  122. <constraint firstItem="Ayk-Hy-6Mb" firstAttribute="centerY" secondItem="XoC-G4-SMT" secondAttribute="centerY" id="Aqg-0R-0Ut"/>
  123. <constraint firstItem="Pvn-3t-pYc" firstAttribute="centerY" secondItem="XoC-G4-SMT" secondAttribute="centerY" id="EjH-EI-AuH"/>
  124. <constraint firstItem="XoC-G4-SMT" firstAttribute="centerY" secondItem="zFh-KB-UcZ" secondAttribute="centerY" id="W61-pR-Fhf"/>
  125. <constraint firstAttribute="height" constant="48" id="Wh7-M9-jtZ"/>
  126. <constraint firstItem="Gke-Bn-OKJ" firstAttribute="leading" secondItem="Pvn-3t-pYc" secondAttribute="trailing" constant="20" id="YZz-yh-HBZ"/>
  127. <constraint firstItem="hjt-Ec-LG7" firstAttribute="leading" secondItem="Ayk-Hy-6Mb" secondAttribute="trailing" constant="109" id="hV9-LB-Cse"/>
  128. <constraint firstItem="hjt-Ec-LG7" firstAttribute="centerY" secondItem="XoC-G4-SMT" secondAttribute="centerY" id="mAC-Pm-KCC"/>
  129. <constraint firstItem="hjt-Ec-LG7" firstAttribute="leading" secondItem="9yM-DE-RPR" secondAttribute="trailing" constant="20" id="zg9-dC-gQ4"/>
  130. </constraints>
  131. <point key="canvasLocation" x="74" y="172"/>
  132. </customView>
  133. </objects>
  134. </document>