KMImageToPDFWindowController.xib 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  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="KMImageToPDFWindowController" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="batchPrecessingBackgroundView" destination="KpB-cI-TfO" id="t42-3y-0ZO"/>
  11. <outlet property="batchPrecessingView" destination="N4U-HW-jaL" id="HYc-Uz-luD"/>
  12. <outlet property="chooseBackgroundView" destination="PXS-tr-tdB" id="ZWK-nB-Ghk"/>
  13. <outlet property="chooseView" destination="QNq-8o-MgE" id="Ito-NK-3UG"/>
  14. <outlet property="closeBox" destination="jS0-d8-F2j" id="bgu-O9-9DN"/>
  15. <outlet property="closeButton" destination="cTL-az-iEe" id="2ss-MI-XNQ"/>
  16. <outlet property="titleLabel" destination="caz-OH-OLa" id="mxs-JZ-Xi1"/>
  17. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  23. <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
  24. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  25. <rect key="contentRect" x="196" y="240" width="1024" height="640"/>
  26. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  27. <value key="minSize" type="size" width="1024" height="640"/>
  28. <value key="maxSize" type="size" width="1024" height="640"/>
  29. <view key="contentView" id="se5-gp-TjO">
  30. <rect key="frame" x="0.0" y="0.0" width="1024" height="640"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <subviews>
  33. <customView translatesAutoresizingMaskIntoConstraints="NO" id="KpB-cI-TfO">
  34. <rect key="frame" x="0.0" y="0.0" width="764" height="640"/>
  35. <subviews>
  36. <customView translatesAutoresizingMaskIntoConstraints="NO" id="N4U-HW-jaL" customClass="KMBatchProcessingView" customModule="PDF_Master" customModuleProvider="target">
  37. <rect key="frame" x="0.0" y="0.0" width="764" height="590"/>
  38. </customView>
  39. </subviews>
  40. <constraints>
  41. <constraint firstAttribute="trailing" secondItem="N4U-HW-jaL" secondAttribute="trailing" id="FKG-EO-iGA"/>
  42. <constraint firstItem="N4U-HW-jaL" firstAttribute="leading" secondItem="KpB-cI-TfO" secondAttribute="leading" id="jj1-Nl-PyQ"/>
  43. <constraint firstAttribute="bottom" secondItem="N4U-HW-jaL" secondAttribute="bottom" id="qsJ-FI-DfG"/>
  44. <constraint firstItem="N4U-HW-jaL" firstAttribute="top" secondItem="KpB-cI-TfO" secondAttribute="top" constant="50" id="sum-Ks-8RO"/>
  45. </constraints>
  46. </customView>
  47. <customView translatesAutoresizingMaskIntoConstraints="NO" id="PXS-tr-tdB">
  48. <rect key="frame" x="764" y="0.0" width="260" height="640"/>
  49. <subviews>
  50. <customView translatesAutoresizingMaskIntoConstraints="NO" id="QNq-8o-MgE" customClass="KMImageToPDFChooseView" customModule="PDF_Master" customModuleProvider="target">
  51. <rect key="frame" x="0.0" y="0.0" width="260" height="640"/>
  52. <constraints>
  53. <constraint firstAttribute="width" constant="260" id="vf1-OG-co0"/>
  54. </constraints>
  55. </customView>
  56. </subviews>
  57. <constraints>
  58. <constraint firstItem="QNq-8o-MgE" firstAttribute="top" secondItem="PXS-tr-tdB" secondAttribute="top" id="MTh-fY-Mbe"/>
  59. <constraint firstItem="QNq-8o-MgE" firstAttribute="leading" secondItem="PXS-tr-tdB" secondAttribute="leading" id="Q49-yv-JfA"/>
  60. <constraint firstAttribute="bottom" secondItem="QNq-8o-MgE" secondAttribute="bottom" id="SM6-0o-Va4"/>
  61. <constraint firstAttribute="trailing" secondItem="QNq-8o-MgE" secondAttribute="trailing" id="eeI-iN-gAX"/>
  62. <constraint firstAttribute="width" constant="260" id="mRZ-1t-IXL"/>
  63. </constraints>
  64. </customView>
  65. <customView translatesAutoresizingMaskIntoConstraints="NO" id="E6R-rA-m7p">
  66. <rect key="frame" x="0.0" y="590" width="1024" height="50"/>
  67. <subviews>
  68. <customView translatesAutoresizingMaskIntoConstraints="NO" id="f4J-Jx-DAy">
  69. <rect key="frame" x="0.0" y="5" width="84" height="40"/>
  70. <subviews>
  71. <box boxType="custom" borderWidth="0.0" cornerRadius="4" translatesAutoresizingMaskIntoConstraints="NO" id="jS0-d8-F2j" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  72. <rect key="frame" x="16" y="14" width="12" height="12"/>
  73. <view key="contentView" id="VXs-Wn-bHr">
  74. <rect key="frame" x="0.0" y="0.0" width="12" height="12"/>
  75. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  76. </view>
  77. <constraints>
  78. <constraint firstAttribute="width" constant="12" id="91U-7g-IoI"/>
  79. <constraint firstAttribute="height" constant="12" id="B7l-zp-DHS"/>
  80. </constraints>
  81. </box>
  82. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cTL-az-iEe">
  83. <rect key="frame" x="16" y="14" width="12" height="12"/>
  84. <constraints>
  85. <constraint firstAttribute="height" constant="12" id="7lk-oj-H8p"/>
  86. <constraint firstAttribute="width" constant="12" id="f9M-kA-aXX"/>
  87. </constraints>
  88. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_window_close" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="XLl-Sp-EwR">
  89. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  90. <font key="font" metaFont="system"/>
  91. </buttonCell>
  92. <connections>
  93. <action selector="closeButtonAction:" target="-2" id="b3S-xB-uvJ"/>
  94. </connections>
  95. </button>
  96. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="TBJ-Eb-5NA">
  97. <rect key="frame" x="36" y="14" width="12" height="12"/>
  98. <constraints>
  99. <constraint firstAttribute="width" constant="12" id="KPJ-ad-Iaf"/>
  100. <constraint firstAttribute="height" constant="12" id="mOG-WS-pgY"/>
  101. </constraints>
  102. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_window_shrink" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Yt0-1Y-PZF">
  103. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  104. <font key="font" metaFont="system"/>
  105. </buttonCell>
  106. <connections>
  107. <action selector="shrinkButtonAction:" target="-2" id="iOd-pt-yiP"/>
  108. </connections>
  109. </button>
  110. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NtL-aM-VWM">
  111. <rect key="frame" x="56" y="14" width="12" height="12"/>
  112. <constraints>
  113. <constraint firstAttribute="height" constant="12" id="MRJ-lI-VTv"/>
  114. <constraint firstAttribute="width" constant="12" id="V5l-cy-Sp1"/>
  115. </constraints>
  116. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_window_enlarge" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="LIU-aX-exh">
  117. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  118. <font key="font" metaFont="system"/>
  119. </buttonCell>
  120. <connections>
  121. <action selector="enlargeButtonAction:" target="-2" id="nlk-2o-A0q"/>
  122. </connections>
  123. </button>
  124. </subviews>
  125. <constraints>
  126. <constraint firstItem="TBJ-Eb-5NA" firstAttribute="centerY" secondItem="cTL-az-iEe" secondAttribute="centerY" id="039-Tw-ICe"/>
  127. <constraint firstItem="NtL-aM-VWM" firstAttribute="leading" secondItem="TBJ-Eb-5NA" secondAttribute="trailing" constant="8" id="0ht-kS-IQV"/>
  128. <constraint firstAttribute="height" constant="40" id="5aD-Sq-SvW"/>
  129. <constraint firstItem="jS0-d8-F2j" firstAttribute="leading" secondItem="f4J-Jx-DAy" secondAttribute="leading" constant="16" id="5sN-wb-P9J"/>
  130. <constraint firstItem="cTL-az-iEe" firstAttribute="centerY" secondItem="f4J-Jx-DAy" secondAttribute="centerY" id="6SG-zT-NX5"/>
  131. <constraint firstItem="TBJ-Eb-5NA" firstAttribute="leading" secondItem="cTL-az-iEe" secondAttribute="trailing" constant="8" id="Bm1-Id-ls6"/>
  132. <constraint firstItem="jS0-d8-F2j" firstAttribute="top" secondItem="f4J-Jx-DAy" secondAttribute="top" constant="14" id="Gmv-WX-eFt"/>
  133. <constraint firstItem="cTL-az-iEe" firstAttribute="leading" secondItem="f4J-Jx-DAy" secondAttribute="leading" constant="16" id="OzQ-Ao-muz"/>
  134. <constraint firstItem="NtL-aM-VWM" firstAttribute="centerY" secondItem="cTL-az-iEe" secondAttribute="centerY" id="YYA-qL-s6j"/>
  135. <constraint firstAttribute="width" constant="84" id="lf6-80-Wdo"/>
  136. </constraints>
  137. </customView>
  138. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="caz-OH-OLa">
  139. <rect key="frame" x="98" y="17" width="86" height="16"/>
  140. <textFieldCell key="cell" lineBreakMode="clipping" title="Image to PDF" id="dWF-bQ-5Cw">
  141. <font key="font" usesAppearanceFont="YES"/>
  142. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  143. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  144. </textFieldCell>
  145. </textField>
  146. </subviews>
  147. <constraints>
  148. <constraint firstAttribute="height" constant="50" id="0ZI-Tw-97a"/>
  149. <constraint firstItem="caz-OH-OLa" firstAttribute="leading" secondItem="f4J-Jx-DAy" secondAttribute="trailing" constant="16" id="2Nr-Hl-oGe"/>
  150. <constraint firstItem="caz-OH-OLa" firstAttribute="centerY" secondItem="E6R-rA-m7p" secondAttribute="centerY" id="EjA-g6-hPf"/>
  151. <constraint firstItem="f4J-Jx-DAy" firstAttribute="centerY" secondItem="E6R-rA-m7p" secondAttribute="centerY" id="PVU-mO-5dI"/>
  152. <constraint firstItem="f4J-Jx-DAy" firstAttribute="leading" secondItem="E6R-rA-m7p" secondAttribute="leading" id="cph-N8-M91"/>
  153. </constraints>
  154. </customView>
  155. </subviews>
  156. <constraints>
  157. <constraint firstAttribute="trailing" secondItem="E6R-rA-m7p" secondAttribute="trailing" id="AlA-bp-rNm"/>
  158. <constraint firstAttribute="trailing" secondItem="PXS-tr-tdB" secondAttribute="trailing" id="I41-6s-5DB"/>
  159. <constraint firstAttribute="bottom" secondItem="KpB-cI-TfO" secondAttribute="bottom" id="KsO-jv-3sO"/>
  160. <constraint firstItem="E6R-rA-m7p" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="OQi-ZN-mDC"/>
  161. <constraint firstItem="KpB-cI-TfO" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="ZD0-U4-14b"/>
  162. <constraint firstItem="PXS-tr-tdB" firstAttribute="leading" secondItem="KpB-cI-TfO" secondAttribute="trailing" id="asc-j4-Xn6"/>
  163. <constraint firstItem="E6R-rA-m7p" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="bp6-QP-eCE"/>
  164. <constraint firstItem="PXS-tr-tdB" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="eIp-Qk-uUO"/>
  165. <constraint firstItem="KpB-cI-TfO" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="ieg-yT-lrK"/>
  166. <constraint firstAttribute="bottom" secondItem="PXS-tr-tdB" secondAttribute="bottom" id="sE7-YZ-GO0"/>
  167. </constraints>
  168. </view>
  169. <connections>
  170. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  171. </connections>
  172. <point key="canvasLocation" x="-26" y="-57"/>
  173. </window>
  174. <customView id="0pa-Yo-B2i">
  175. <rect key="frame" x="0.0" y="0.0" width="163" height="96"/>
  176. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  177. <point key="canvasLocation" x="110" y="-450"/>
  178. </customView>
  179. </objects>
  180. <resources>
  181. <image name="icon_btn_window_close" width="12" height="12"/>
  182. <image name="icon_btn_window_enlarge" width="12" height="12"/>
  183. <image name="icon_btn_window_shrink" width="12" height="12"/>
  184. </resources>
  185. </document>