AutoSavePopController.xib 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  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="AutoSavePopController">
  10. <connections>
  11. <outlet property="cancelBtn" destination="WsC-2g-7BJ" id="eEm-wh-3x1"/>
  12. <outlet property="collectionView" destination="BKU-2F-WfH" id="ZZV-K8-inU"/>
  13. <outlet property="headerCheckBtn" destination="7mq-rP-JVV" id="ljL-L8-MoS"/>
  14. <outlet property="headerDateLbl" destination="amj-oC-zlc" id="dtw-Se-Wt4"/>
  15. <outlet property="headerLineView1" destination="Im9-9V-nBI" id="k7p-6E-4Il"/>
  16. <outlet property="headerLineView2" destination="uUP-qw-229" id="Vff-fo-Cmb"/>
  17. <outlet property="headerNameLbl" destination="P5u-cM-soL" id="jra-ZI-EQi"/>
  18. <outlet property="headerView" destination="1Hh-eS-bTq" id="0zd-g9-DAx"/>
  19. <outlet property="saveAsBtn" destination="WTc-ea-CBJ" id="1xX-dl-2bH"/>
  20. <outlet property="tableBGView" destination="KBj-VH-O6S" id="5Jx-Vd-RdK"/>
  21. <outlet property="titleLbl" destination="l8h-g8-ot2" id="wdB-Qb-ZpK"/>
  22. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  23. </connections>
  24. </customObject>
  25. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  26. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  27. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  28. <windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" resizable="YES"/>
  29. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  30. <rect key="contentRect" x="196" y="240" width="600" height="418"/>
  31. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
  32. <view key="contentView" id="se5-gp-TjO">
  33. <rect key="frame" x="0.0" y="0.0" width="600" height="418"/>
  34. <autoresizingMask key="autoresizingMask"/>
  35. <subviews>
  36. <view translatesAutoresizingMaskIntoConstraints="NO" id="zpo-K2-USx">
  37. <rect key="frame" x="0.0" y="0.0" width="600" height="418"/>
  38. <subviews>
  39. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WsC-2g-7BJ">
  40. <rect key="frame" x="436" y="13" width="76" height="32"/>
  41. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Vp4-wT-z8Q">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="system"/>
  44. <string key="keyEquivalent" base64-UTF8="YES">
  45. Gw
  46. </string>
  47. </buttonCell>
  48. <connections>
  49. <action selector="cancelAction:" target="-2" id="uqV-tR-hOL"/>
  50. </connections>
  51. </button>
  52. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WTc-ea-CBJ">
  53. <rect key="frame" x="506" y="13" width="81" height="32"/>
  54. <buttonCell key="cell" type="push" title="Save as" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="94h-Oj-eeE">
  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="saveAsAction:" target="-2" id="5CI-iI-Aqq"/>
  63. </connections>
  64. </button>
  65. <customView translatesAutoresizingMaskIntoConstraints="NO" id="KBj-VH-O6S">
  66. <rect key="frame" x="20" y="60" width="560" height="320"/>
  67. <subviews>
  68. <customView translatesAutoresizingMaskIntoConstraints="NO" id="1Hh-eS-bTq">
  69. <rect key="frame" x="0.0" y="288" width="560" height="32"/>
  70. <subviews>
  71. <customView translatesAutoresizingMaskIntoConstraints="NO" id="w2l-WH-0b7">
  72. <rect key="frame" x="0.0" y="0.0" width="328" height="32"/>
  73. <subviews>
  74. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="P5u-cM-soL">
  75. <rect key="frame" x="14" y="8" width="71" height="16"/>
  76. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Files Name" id="HY0-Bm-UgW">
  77. <font key="font" metaFont="system"/>
  78. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  79. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  80. </textFieldCell>
  81. </textField>
  82. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Im9-9V-nBI">
  83. <rect key="frame" x="327" y="0.0" width="1" height="32"/>
  84. <constraints>
  85. <constraint firstAttribute="width" constant="1" id="cXa-Xl-Txa"/>
  86. </constraints>
  87. </customView>
  88. </subviews>
  89. <constraints>
  90. <constraint firstItem="Im9-9V-nBI" firstAttribute="top" secondItem="w2l-WH-0b7" secondAttribute="top" id="03d-QV-qtF"/>
  91. <constraint firstAttribute="bottom" secondItem="Im9-9V-nBI" secondAttribute="bottom" id="70S-a4-rSS"/>
  92. <constraint firstItem="P5u-cM-soL" firstAttribute="leading" secondItem="w2l-WH-0b7" secondAttribute="leading" constant="16" id="HUq-me-hSR"/>
  93. <constraint firstItem="P5u-cM-soL" firstAttribute="centerY" secondItem="w2l-WH-0b7" secondAttribute="centerY" id="VJA-jX-x5S"/>
  94. <constraint firstAttribute="trailing" secondItem="Im9-9V-nBI" secondAttribute="trailing" id="Wij-aO-ewi"/>
  95. </constraints>
  96. </customView>
  97. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Prf-HL-0rP">
  98. <rect key="frame" x="328" y="0.0" width="184" height="32"/>
  99. <subviews>
  100. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="amj-oC-zlc">
  101. <rect key="frame" x="14" y="8" width="146" height="16"/>
  102. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Automatic Backup Date" id="ODg-MW-eIN">
  103. <font key="font" usesAppearanceFont="YES"/>
  104. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  105. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  106. </textFieldCell>
  107. </textField>
  108. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uUP-qw-229">
  109. <rect key="frame" x="182" y="0.0" width="1" height="32"/>
  110. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" heightSizable="YES"/>
  111. </customView>
  112. </subviews>
  113. <constraints>
  114. <constraint firstItem="amj-oC-zlc" firstAttribute="leading" secondItem="Prf-HL-0rP" secondAttribute="leading" constant="16" id="gFB-8j-0oh"/>
  115. <constraint firstItem="amj-oC-zlc" firstAttribute="centerY" secondItem="Prf-HL-0rP" secondAttribute="centerY" id="z4h-N7-0Fg"/>
  116. </constraints>
  117. </customView>
  118. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7mq-rP-JVV">
  119. <rect key="frame" x="527" y="7" width="18" height="18"/>
  120. <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="dDt-Du-W4h">
  121. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  122. <font key="font" metaFont="system"/>
  123. </buttonCell>
  124. <connections>
  125. <action selector="headerCheckBtnAction:" target="-2" id="VZg-O1-8Tb"/>
  126. </connections>
  127. </button>
  128. </subviews>
  129. <constraints>
  130. <constraint firstAttribute="bottom" secondItem="Prf-HL-0rP" secondAttribute="bottom" id="CJp-Ma-7XP"/>
  131. <constraint firstAttribute="trailing" secondItem="7mq-rP-JVV" secondAttribute="trailing" constant="17" id="Hjm-yW-o4T"/>
  132. <constraint firstItem="7mq-rP-JVV" firstAttribute="centerY" secondItem="1Hh-eS-bTq" secondAttribute="centerY" id="MGp-7v-fxT"/>
  133. <constraint firstAttribute="bottom" secondItem="w2l-WH-0b7" secondAttribute="bottom" id="ObQ-RV-CVD"/>
  134. <constraint firstItem="Prf-HL-0rP" firstAttribute="top" secondItem="1Hh-eS-bTq" secondAttribute="top" id="cTD-HI-p42"/>
  135. <constraint firstItem="Prf-HL-0rP" firstAttribute="leading" secondItem="w2l-WH-0b7" secondAttribute="trailing" id="co5-mv-4w9"/>
  136. <constraint firstItem="w2l-WH-0b7" firstAttribute="leading" secondItem="1Hh-eS-bTq" secondAttribute="leading" id="dkX-ab-mmt"/>
  137. <constraint firstItem="Prf-HL-0rP" firstAttribute="width" secondItem="1Hh-eS-bTq" secondAttribute="width" multiplier="184:560" id="fpB-Yd-eQg"/>
  138. <constraint firstItem="w2l-WH-0b7" firstAttribute="top" secondItem="1Hh-eS-bTq" secondAttribute="top" id="jhy-Rs-xXB"/>
  139. <constraint firstAttribute="height" constant="32" id="tfJ-X0-0hz"/>
  140. <constraint firstItem="w2l-WH-0b7" firstAttribute="width" secondItem="1Hh-eS-bTq" secondAttribute="width" multiplier="328:560" id="xUs-Es-qPW"/>
  141. </constraints>
  142. </customView>
  143. <scrollView wantsLayer="YES" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KNM-aC-wVf">
  144. <rect key="frame" x="0.0" y="0.0" width="560" height="288"/>
  145. <clipView key="contentView" id="LQo-ei-zLi">
  146. <rect key="frame" x="1" y="1" width="558" height="286"/>
  147. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  148. <subviews>
  149. <collectionView id="BKU-2F-WfH">
  150. <rect key="frame" x="0.0" y="0.0" width="558" height="158"/>
  151. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  152. <collectionViewFlowLayout key="collectionViewLayout" minimumInteritemSpacing="10" minimumLineSpacing="10" id="F8P-u5-5WO">
  153. <size key="itemSize" width="50" height="50"/>
  154. </collectionViewFlowLayout>
  155. <color key="primaryBackgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  156. </collectionView>
  157. </subviews>
  158. </clipView>
  159. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="ly0-LG-HJQ">
  160. <rect key="frame" x="1" y="144" width="233" height="15"/>
  161. <autoresizingMask key="autoresizingMask"/>
  162. </scroller>
  163. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="F0W-gV-dxx">
  164. <rect key="frame" x="234" y="1" width="15" height="143"/>
  165. <autoresizingMask key="autoresizingMask"/>
  166. </scroller>
  167. </scrollView>
  168. </subviews>
  169. <constraints>
  170. <constraint firstAttribute="trailing" secondItem="1Hh-eS-bTq" secondAttribute="trailing" id="3bw-fy-wWI"/>
  171. <constraint firstItem="1Hh-eS-bTq" firstAttribute="top" secondItem="KBj-VH-O6S" secondAttribute="top" id="8Qm-n2-hBn"/>
  172. <constraint firstAttribute="trailing" secondItem="KNM-aC-wVf" secondAttribute="trailing" id="d7P-vT-Alc"/>
  173. <constraint firstItem="KNM-aC-wVf" firstAttribute="top" secondItem="1Hh-eS-bTq" secondAttribute="bottom" id="kDk-Md-Fb7"/>
  174. <constraint firstItem="1Hh-eS-bTq" firstAttribute="leading" secondItem="KBj-VH-O6S" secondAttribute="leading" id="lX1-WV-6aP"/>
  175. <constraint firstItem="KNM-aC-wVf" firstAttribute="leading" secondItem="KBj-VH-O6S" secondAttribute="leading" id="uqr-qJ-sN5"/>
  176. <constraint firstAttribute="bottom" secondItem="KNM-aC-wVf" secondAttribute="bottom" id="wsA-CG-wmU"/>
  177. </constraints>
  178. </customView>
  179. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="l8h-g8-ot2">
  180. <rect key="frame" x="18" y="394" width="345" height="16"/>
  181. <textFieldCell key="cell" lineBreakMode="clipping" title="Canceling it clears the accidentally stable cache records" id="bgr-rD-iEn">
  182. <font key="font" metaFont="system"/>
  183. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  184. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  185. </textFieldCell>
  186. </textField>
  187. </subviews>
  188. <constraints>
  189. <constraint firstItem="KBj-VH-O6S" firstAttribute="top" secondItem="zpo-K2-USx" secondAttribute="top" constant="38" id="0N1-nN-KJl"/>
  190. <constraint firstAttribute="bottom" secondItem="WsC-2g-7BJ" secondAttribute="bottom" constant="20" id="9Fd-Fh-LHs"/>
  191. <constraint firstAttribute="trailing" secondItem="WTc-ea-CBJ" secondAttribute="trailing" constant="20" id="IAi-Ip-rwZ"/>
  192. <constraint firstItem="KBj-VH-O6S" firstAttribute="leading" secondItem="zpo-K2-USx" secondAttribute="leading" constant="20" id="LFQ-Ki-VuH"/>
  193. <constraint firstItem="WTc-ea-CBJ" firstAttribute="leading" secondItem="WsC-2g-7BJ" secondAttribute="trailing" constant="8" id="MvG-NE-I34"/>
  194. <constraint firstAttribute="bottom" secondItem="WTc-ea-CBJ" secondAttribute="bottom" constant="20" id="OJa-5K-W0j"/>
  195. <constraint firstItem="l8h-g8-ot2" firstAttribute="top" secondItem="zpo-K2-USx" secondAttribute="top" constant="8" id="Ryu-c5-QA8"/>
  196. <constraint firstAttribute="trailing" secondItem="KBj-VH-O6S" secondAttribute="trailing" constant="20" id="Xze-cC-pWg"/>
  197. <constraint firstItem="l8h-g8-ot2" firstAttribute="leading" secondItem="zpo-K2-USx" secondAttribute="leading" constant="20" id="fal-uh-rBZ"/>
  198. <constraint firstAttribute="bottom" secondItem="KBj-VH-O6S" secondAttribute="bottom" constant="60" id="o55-7j-Q0o"/>
  199. </constraints>
  200. </view>
  201. </subviews>
  202. <constraints>
  203. <constraint firstItem="zpo-K2-USx" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="bIg-9g-5RM"/>
  204. <constraint firstAttribute="trailing" secondItem="zpo-K2-USx" secondAttribute="trailing" id="ek7-eH-TaG"/>
  205. <constraint firstAttribute="bottom" secondItem="zpo-K2-USx" secondAttribute="bottom" id="hqX-SE-aQE"/>
  206. <constraint firstItem="zpo-K2-USx" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="uWp-1h-cQM"/>
  207. </constraints>
  208. </view>
  209. <connections>
  210. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  211. </connections>
  212. <point key="canvasLocation" x="87" y="-178"/>
  213. </window>
  214. </objects>
  215. </document>