ControllerVC.xib 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  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="ControllerVC" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cColorGroup" destination="ahh-iK-bbM" id="D6I-E2-6S6"/>
  12. <outlet property="cColorItem" destination="QIk-eb-aff" id="zD2-7c-QB5"/>
  13. <outlet property="cCustomColorItem" destination="Qou-kP-7jk" id="N2Q-VI-O8E"/>
  14. <outlet property="cPositionItem" destination="fhQ-rT-Yuf" id="Ucc-Ip-iN5"/>
  15. <outlet property="cSelectorGroup" destination="VKE-hr-qRX" id="Zkx-VU-YgP"/>
  16. <outlet property="cSelectorItem" destination="grc-Dc-zHI" id="rLC-7I-xGB"/>
  17. <outlet property="choosedColorBox" destination="keB-I3-nV7" id="zzY-pV-Pb2"/>
  18. <outlet property="colorItemBox" destination="To2-dm-Fgy" id="isd-Sc-ycZ"/>
  19. <outlet property="cselectorGroupHeightConst" destination="SlQ-wY-B74" id="ajR-cG-eBw"/>
  20. <outlet property="cselectorGroupWidthConst" destination="4iq-zl-cXu" id="eTY-Eb-AEP"/>
  21. <outlet property="positionColumnField" destination="YTL-It-Htb" id="vwp-E2-dBV"/>
  22. <outlet property="positionDashBtn" destination="OxS-5P-Onb" id="9K6-8C-mdT"/>
  23. <outlet property="positionHeightConst" destination="gA1-ye-16b" id="AWJ-y4-ahm"/>
  24. <outlet property="positionResultLabel" destination="OMo-Et-Ysy" id="XQt-3S-4kN"/>
  25. <outlet property="positionRowField" destination="qRG-qC-Wrb" id="srh-4s-7mX"/>
  26. <outlet property="positionWidthConst" destination="GYT-sX-kMR" id="Qgj-go-mi3"/>
  27. <outlet property="showLabelBtn" destination="NdG-op-ZNG" id="4sX-qL-27k"/>
  28. <outlet property="sizeBox" destination="Cat-Ls-a4I" id="6jM-qB-LEB"/>
  29. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  30. </connections>
  31. </customObject>
  32. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  33. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  34. <customView id="Hz6-mo-xeY">
  35. <rect key="frame" x="0.0" y="0.0" width="791" height="461"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  37. <subviews>
  38. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="6Gm-cI-VH0">
  39. <rect key="frame" x="0.0" y="0.0" width="461" height="461"/>
  40. <view key="contentView" id="OVH-AV-dhG">
  41. <rect key="frame" x="1" y="1" width="459" height="459"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  43. <subviews>
  44. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="n55-cZ-Tq3">
  45. <rect key="frame" x="18" y="433" width="124" height="16"/>
  46. <textFieldCell key="cell" lineBreakMode="clipping" title="Controller-Selector:" id="HKN-Tq-Uhf">
  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. <customView translatesAutoresizingMaskIntoConstraints="NO" id="grc-Dc-zHI" customClass="ComponentCSelector" customModule="KMComponentLibrary">
  53. <rect key="frame" x="20" y="383" width="40" height="40"/>
  54. <constraints>
  55. <constraint firstAttribute="width" constant="40" id="d91-cx-QOa"/>
  56. <constraint firstAttribute="height" constant="40" id="hgR-Du-ffT"/>
  57. </constraints>
  58. </customView>
  59. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HuM-x0-gc4">
  60. <rect key="frame" x="178" y="433" width="162" height="16"/>
  61. <textFieldCell key="cell" lineBreakMode="clipping" title="Controller-SelectorGroup:" id="zua-Ct-mKx">
  62. <font key="font" usesAppearanceFont="YES"/>
  63. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  64. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  65. </textFieldCell>
  66. </textField>
  67. <customView translatesAutoresizingMaskIntoConstraints="NO" id="VKE-hr-qRX" customClass="ComponentCSelectorGroup" customModule="KMComponentLibrary">
  68. <rect key="frame" x="180" y="375" width="148" height="48"/>
  69. <constraints>
  70. <constraint firstAttribute="width" constant="148" id="4iq-zl-cXu"/>
  71. <constraint firstAttribute="height" constant="48" id="SlQ-wY-B74"/>
  72. </constraints>
  73. </customView>
  74. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="08Y-eA-0Wp">
  75. <rect key="frame" x="18" y="347" width="106" height="16"/>
  76. <textFieldCell key="cell" lineBreakMode="clipping" title="Controller-Color:" id="bGs-uc-7CB">
  77. <font key="font" usesAppearanceFont="YES"/>
  78. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  79. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  80. </textFieldCell>
  81. </textField>
  82. <customView translatesAutoresizingMaskIntoConstraints="NO" id="QIk-eb-aff" customClass="ComponentCColorItem" customModule="KMComponentLibrary">
  83. <rect key="frame" x="20" y="295" width="32" height="32"/>
  84. <constraints>
  85. <constraint firstAttribute="height" constant="32" id="Gck-Ml-dVV"/>
  86. <constraint firstAttribute="width" constant="32" id="bPK-3W-eIT"/>
  87. </constraints>
  88. </customView>
  89. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Qou-kP-7jk" customClass="ComponentCColorCustom" customModule="KMComponentLibrary">
  90. <rect key="frame" x="72" y="295" width="56" height="32"/>
  91. <constraints>
  92. <constraint firstAttribute="width" constant="56" id="fYp-PH-28c"/>
  93. <constraint firstAttribute="height" constant="32" id="p3K-ax-CzR"/>
  94. </constraints>
  95. </customView>
  96. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ahh-iK-bbM" customClass="ComponentCColorGroup" customModule="KMComponentLibrary">
  97. <rect key="frame" x="148" y="295" width="200" height="32"/>
  98. <constraints>
  99. <constraint firstAttribute="height" constant="32" id="nBj-1G-fDN"/>
  100. <constraint firstAttribute="width" constant="200" id="zTZ-hL-9er"/>
  101. </constraints>
  102. </customView>
  103. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7qw-6X-GID">
  104. <rect key="frame" x="18" y="259" width="122" height="16"/>
  105. <textFieldCell key="cell" lineBreakMode="clipping" title="Controller-Position:" id="BL2-gA-Zvf">
  106. <font key="font" usesAppearanceFont="YES"/>
  107. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  108. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  109. </textFieldCell>
  110. </textField>
  111. <customView translatesAutoresizingMaskIntoConstraints="NO" id="fhQ-rT-Yuf" customClass="ComponentCPosition" customModule="KMComponentLibrary">
  112. <rect key="frame" x="20" y="139" width="100" height="100"/>
  113. <constraints>
  114. <constraint firstAttribute="width" constant="100" id="GYT-sX-kMR"/>
  115. <constraint firstAttribute="height" constant="100" id="gA1-ye-16b"/>
  116. </constraints>
  117. </customView>
  118. </subviews>
  119. <constraints>
  120. <constraint firstItem="QIk-eb-aff" firstAttribute="leading" secondItem="OVH-AV-dhG" secondAttribute="leading" constant="20" id="3Yc-O6-peU"/>
  121. <constraint firstItem="n55-cZ-Tq3" firstAttribute="leading" secondItem="OVH-AV-dhG" secondAttribute="leading" constant="20" id="7Gc-if-dRh"/>
  122. <constraint firstItem="08Y-eA-0Wp" firstAttribute="top" secondItem="grc-Dc-zHI" secondAttribute="bottom" constant="20" id="GZS-Dj-VfK"/>
  123. <constraint firstItem="HuM-x0-gc4" firstAttribute="top" secondItem="OVH-AV-dhG" secondAttribute="top" constant="10" id="Gb3-RA-kQO"/>
  124. <constraint firstItem="grc-Dc-zHI" firstAttribute="leading" secondItem="OVH-AV-dhG" secondAttribute="leading" constant="20" id="HNC-vr-kww"/>
  125. <constraint firstItem="08Y-eA-0Wp" firstAttribute="leading" secondItem="OVH-AV-dhG" secondAttribute="leading" constant="20" id="Ibc-nW-J5P"/>
  126. <constraint firstItem="fhQ-rT-Yuf" firstAttribute="leading" secondItem="OVH-AV-dhG" secondAttribute="leading" constant="20" id="JWd-Wq-fwj"/>
  127. <constraint firstItem="QIk-eb-aff" firstAttribute="top" secondItem="08Y-eA-0Wp" secondAttribute="bottom" constant="20" id="QrI-7s-3xg"/>
  128. <constraint firstItem="HuM-x0-gc4" firstAttribute="leading" secondItem="n55-cZ-Tq3" secondAttribute="trailing" constant="40" id="Til-Y5-Un3"/>
  129. <constraint firstItem="fhQ-rT-Yuf" firstAttribute="top" secondItem="7qw-6X-GID" secondAttribute="bottom" constant="20" id="VBR-JK-vhc"/>
  130. <constraint firstItem="VKE-hr-qRX" firstAttribute="top" secondItem="HuM-x0-gc4" secondAttribute="bottom" constant="10" id="a16-fn-f61"/>
  131. <constraint firstItem="VKE-hr-qRX" firstAttribute="leading" secondItem="HuM-x0-gc4" secondAttribute="leading" id="aiG-h2-CeC"/>
  132. <constraint firstItem="Qou-kP-7jk" firstAttribute="leading" secondItem="QIk-eb-aff" secondAttribute="trailing" constant="20" id="c2k-ZC-K8S"/>
  133. <constraint firstItem="7qw-6X-GID" firstAttribute="top" secondItem="QIk-eb-aff" secondAttribute="bottom" constant="20" id="dH6-7S-prW"/>
  134. <constraint firstItem="ahh-iK-bbM" firstAttribute="centerY" secondItem="Qou-kP-7jk" secondAttribute="centerY" id="eOB-9o-6Ss"/>
  135. <constraint firstItem="ahh-iK-bbM" firstAttribute="leading" secondItem="Qou-kP-7jk" secondAttribute="trailing" constant="20" id="jBg-OZ-1Ak"/>
  136. <constraint firstItem="7qw-6X-GID" firstAttribute="leading" secondItem="OVH-AV-dhG" secondAttribute="leading" constant="20" id="wOc-02-VpN"/>
  137. <constraint firstItem="Qou-kP-7jk" firstAttribute="centerY" secondItem="QIk-eb-aff" secondAttribute="centerY" id="xjd-xw-scy"/>
  138. <constraint firstItem="grc-Dc-zHI" firstAttribute="top" secondItem="n55-cZ-Tq3" secondAttribute="bottom" constant="10" id="xvK-OT-kEQ"/>
  139. <constraint firstItem="n55-cZ-Tq3" firstAttribute="top" secondItem="OVH-AV-dhG" secondAttribute="top" constant="10" id="y7S-1D-Nyb"/>
  140. </constraints>
  141. </view>
  142. <constraints>
  143. <constraint firstAttribute="width" secondItem="6Gm-cI-VH0" secondAttribute="height" multiplier="1:1" id="t7P-HH-e59"/>
  144. </constraints>
  145. </box>
  146. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="htz-zy-QVc">
  147. <rect key="frame" x="481" y="0.0" width="310" height="461"/>
  148. <view key="contentView" id="naZ-zh-dcC">
  149. <rect key="frame" x="1" y="1" width="308" height="459"/>
  150. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  151. <subviews>
  152. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Pga-0l-ahS">
  153. <rect key="frame" x="8" y="438" width="124" height="16"/>
  154. <textFieldCell key="cell" lineBreakMode="clipping" title="Controller-Selector:" id="zJL-93-Mvw">
  155. <font key="font" usesAppearanceFont="YES"/>
  156. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  157. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  158. </textFieldCell>
  159. </textField>
  160. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EBu-zx-pYU">
  161. <rect key="frame" x="8" y="417" width="34" height="16"/>
  162. <textFieldCell key="cell" lineBreakMode="clipping" title="Size:" id="nbd-Uf-IOk">
  163. <font key="font" metaFont="system"/>
  164. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  165. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  166. </textFieldCell>
  167. </textField>
  168. <comboBox focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Cat-Ls-a4I">
  169. <rect key="frame" x="44" y="413" width="109" height="23"/>
  170. <constraints>
  171. <constraint firstAttribute="width" constant="105" id="zcC-bE-gR8"/>
  172. </constraints>
  173. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" title="M" drawsBackground="YES" completes="NO" numberOfVisibleItems="6" id="BQQ-q7-WXt">
  174. <font key="font" metaFont="system"/>
  175. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  176. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  177. <objectValues>
  178. <string>M</string>
  179. <string>S</string>
  180. </objectValues>
  181. </comboBoxCell>
  182. <connections>
  183. <action selector="sizeBoxAction:" target="-2" id="LaF-wz-EgG"/>
  184. </connections>
  185. </comboBox>
  186. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="NdG-op-ZNG">
  187. <rect key="frame" x="8" y="390" width="96" height="18"/>
  188. <buttonCell key="cell" type="check" title="Show Label" bezelStyle="regularSquare" imagePosition="left" inset="2" id="sid-ur-XOd">
  189. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  190. <font key="font" metaFont="system"/>
  191. </buttonCell>
  192. <connections>
  193. <action selector="buttonAction:" target="-2" id="XLm-yt-CY8"/>
  194. </connections>
  195. </button>
  196. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="dIm-xO-YH8">
  197. <rect key="frame" x="0.0" y="385" width="308" height="1"/>
  198. <view key="contentView" id="rt2-0g-DTP">
  199. <rect key="frame" x="1" y="1" width="306" height="0.0"/>
  200. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  201. </view>
  202. <constraints>
  203. <constraint firstAttribute="height" constant="1" id="zxp-4k-wW4"/>
  204. </constraints>
  205. </box>
  206. <customView translatesAutoresizingMaskIntoConstraints="NO" id="95h-fC-cZa">
  207. <rect key="frame" x="0.0" y="277" width="308" height="108"/>
  208. <subviews>
  209. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A9l-Pm-ixj">
  210. <rect key="frame" x="8" y="82" width="37" height="16"/>
  211. <textFieldCell key="cell" lineBreakMode="clipping" title="Color" id="unc-A1-D9j">
  212. <font key="font" metaFont="system"/>
  213. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  214. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  215. </textFieldCell>
  216. </textField>
  217. <comboBox focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="To2-dm-Fgy">
  218. <rect key="frame" x="52" y="76" width="109" height="23"/>
  219. <constraints>
  220. <constraint firstAttribute="width" constant="105" id="Ai5-ug-lkR"/>
  221. </constraints>
  222. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="center" title="Color" drawsBackground="YES" completes="NO" numberOfVisibleItems="6" id="UNR-9j-HvL">
  223. <font key="font" metaFont="system"/>
  224. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  225. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  226. <objectValues>
  227. <string>Color</string>
  228. <string>None</string>
  229. </objectValues>
  230. </comboBoxCell>
  231. <connections>
  232. <action selector="sizeBoxAction:" target="-2" id="5df-Fg-gCR"/>
  233. </connections>
  234. </comboBox>
  235. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9Dd-fj-xmj">
  236. <rect key="frame" x="8" y="40" width="98" height="16"/>
  237. <textFieldCell key="cell" lineBreakMode="clipping" title="Choosed Color:" id="DHB-hP-mLI">
  238. <font key="font" metaFont="system"/>
  239. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  240. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  241. </textFieldCell>
  242. </textField>
  243. <box boxType="custom" cornerRadius="20" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="keB-I3-nV7">
  244. <rect key="frame" x="114" y="28" width="40" height="40"/>
  245. <view key="contentView" id="dee-g1-oyQ">
  246. <rect key="frame" x="1" y="1" width="38" height="38"/>
  247. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  248. </view>
  249. <constraints>
  250. <constraint firstAttribute="height" constant="40" id="X6z-vZ-e8V"/>
  251. <constraint firstAttribute="width" constant="40" id="rGu-SL-nbB"/>
  252. </constraints>
  253. </box>
  254. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Sos-36-Wp2">
  255. <rect key="frame" x="0.0" y="0.0" width="308" height="1"/>
  256. <view key="contentView" id="Nat-kM-LAE">
  257. <rect key="frame" x="1" y="1" width="306" height="0.0"/>
  258. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  259. </view>
  260. <constraints>
  261. <constraint firstAttribute="height" constant="1" id="zOk-vC-fD6"/>
  262. </constraints>
  263. </box>
  264. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JPS-dP-wYO">
  265. <rect key="frame" x="3" y="-2" width="87" height="32"/>
  266. <buttonCell key="cell" type="push" title="Reset All" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="D8M-jp-xfl">
  267. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  268. <font key="font" metaFont="system"/>
  269. </buttonCell>
  270. <connections>
  271. <action selector="resetAction:" target="-2" id="jWy-t8-X5Z"/>
  272. </connections>
  273. </button>
  274. </subviews>
  275. <constraints>
  276. <constraint firstAttribute="height" constant="108" id="2fP-6d-vRu"/>
  277. <constraint firstItem="keB-I3-nV7" firstAttribute="top" secondItem="To2-dm-Fgy" secondAttribute="bottom" constant="10" id="CR8-Nu-Pcs"/>
  278. <constraint firstItem="A9l-Pm-ixj" firstAttribute="top" secondItem="95h-fC-cZa" secondAttribute="top" constant="10" id="DfY-mY-oOq"/>
  279. <constraint firstItem="9Dd-fj-xmj" firstAttribute="leading" secondItem="95h-fC-cZa" secondAttribute="leading" constant="10" id="HJb-4y-cA7"/>
  280. <constraint firstItem="JPS-dP-wYO" firstAttribute="leading" secondItem="95h-fC-cZa" secondAttribute="leading" constant="10" id="Iws-TB-wPq"/>
  281. <constraint firstAttribute="bottom" secondItem="Sos-36-Wp2" secondAttribute="bottom" id="NtN-BH-0AA"/>
  282. <constraint firstItem="To2-dm-Fgy" firstAttribute="leading" secondItem="A9l-Pm-ixj" secondAttribute="trailing" constant="10" id="RDx-kH-szC"/>
  283. <constraint firstItem="JPS-dP-wYO" firstAttribute="top" secondItem="9Dd-fj-xmj" secondAttribute="bottom" constant="15" id="Rzc-om-voV"/>
  284. <constraint firstAttribute="trailing" secondItem="Sos-36-Wp2" secondAttribute="trailing" id="URw-nm-v5c"/>
  285. <constraint firstItem="To2-dm-Fgy" firstAttribute="top" secondItem="95h-fC-cZa" secondAttribute="top" constant="10" id="VEk-FH-tay"/>
  286. <constraint firstItem="A9l-Pm-ixj" firstAttribute="leading" secondItem="95h-fC-cZa" secondAttribute="leading" constant="10" id="Wbf-Td-eU6"/>
  287. <constraint firstItem="keB-I3-nV7" firstAttribute="centerY" secondItem="9Dd-fj-xmj" secondAttribute="centerY" id="eHW-N9-tlm"/>
  288. <constraint firstItem="keB-I3-nV7" firstAttribute="leading" secondItem="9Dd-fj-xmj" secondAttribute="trailing" constant="10" id="fD5-OA-kAL"/>
  289. <constraint firstItem="Sos-36-Wp2" firstAttribute="leading" secondItem="95h-fC-cZa" secondAttribute="leading" id="rym-7M-uen"/>
  290. </constraints>
  291. </customView>
  292. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Cmm-wQ-AEv">
  293. <rect key="frame" x="0.0" y="169" width="308" height="108"/>
  294. <subviews>
  295. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="c0r-dT-dow">
  296. <rect key="frame" x="8" y="82" width="57" height="16"/>
  297. <textFieldCell key="cell" lineBreakMode="clipping" title="Position:" id="Erd-20-kgK">
  298. <font key="font" metaFont="system"/>
  299. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  300. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  301. </textFieldCell>
  302. </textField>
  303. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Qub-Qa-kHn">
  304. <rect key="frame" x="8" y="56" width="38" height="16"/>
  305. <textFieldCell key="cell" lineBreakMode="clipping" title="行数:" id="mXA-pc-Ynz">
  306. <font key="font" metaFont="system"/>
  307. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  308. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  309. </textFieldCell>
  310. </textField>
  311. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fIf-UR-rt3">
  312. <rect key="frame" x="8" y="30" width="38" height="16"/>
  313. <textFieldCell key="cell" lineBreakMode="clipping" title="列数:" id="YVu-iz-WB7">
  314. <font key="font" metaFont="system"/>
  315. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  316. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  317. </textFieldCell>
  318. </textField>
  319. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qRG-qC-Wrb">
  320. <rect key="frame" x="54" y="54" width="50" height="21"/>
  321. <constraints>
  322. <constraint firstAttribute="width" constant="50" id="IBZ-pi-mDh"/>
  323. </constraints>
  324. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="2" drawsBackground="YES" id="L7Z-L0-dBU">
  325. <numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="decimal" formatWidth="-1" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" maximumFractionDigits="3" id="jAe-EN-THb"/>
  326. <font key="font" metaFont="system"/>
  327. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  328. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  329. </textFieldCell>
  330. </textField>
  331. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="YTL-It-Htb">
  332. <rect key="frame" x="54" y="28" width="50" height="21"/>
  333. <constraints>
  334. <constraint firstAttribute="width" constant="50" id="lEe-vX-eBp"/>
  335. </constraints>
  336. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="2" drawsBackground="YES" id="bGM-Mv-5yP">
  337. <numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="decimal" formatWidth="-1" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" maximumFractionDigits="3" id="yrX-WN-R8l"/>
  338. <font key="font" metaFont="system"/>
  339. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  340. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  341. </textFieldCell>
  342. </textField>
  343. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OxS-5P-Onb">
  344. <rect key="frame" x="111" y="82" width="96" height="18"/>
  345. <buttonCell key="cell" type="check" title="Dash" bezelStyle="regularSquare" imagePosition="left" inset="2" id="pIN-DS-Xfc">
  346. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  347. <font key="font" metaFont="system"/>
  348. </buttonCell>
  349. <constraints>
  350. <constraint firstAttribute="width" constant="94" id="czP-Gr-f3n"/>
  351. </constraints>
  352. <connections>
  353. <action selector="buttonAction:" target="-2" id="xns-mG-g1e"/>
  354. </connections>
  355. </button>
  356. <box fixedFrame="YES" boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="NyZ-4Z-5Wi">
  357. <rect key="frame" x="0.0" y="0.0" width="308" height="1"/>
  358. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  359. <view key="contentView" id="b4L-T7-GBS">
  360. <rect key="frame" x="1" y="1" width="306" height="0.0"/>
  361. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  362. </view>
  363. </box>
  364. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OMo-Et-Ysy">
  365. <rect key="frame" x="8" y="2" width="121" height="16"/>
  366. <textFieldCell key="cell" lineBreakMode="clipping" title="当前选中了X行X列" id="bhl-rW-HmV">
  367. <font key="font" metaFont="system"/>
  368. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  369. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  370. </textFieldCell>
  371. </textField>
  372. </subviews>
  373. <constraints>
  374. <constraint firstItem="c0r-dT-dow" firstAttribute="leading" secondItem="Cmm-wQ-AEv" secondAttribute="leading" constant="10" id="0u3-tD-IeP"/>
  375. <constraint firstItem="OMo-Et-Ysy" firstAttribute="leading" secondItem="Cmm-wQ-AEv" secondAttribute="leading" constant="10" id="584-UR-DLC"/>
  376. <constraint firstItem="OxS-5P-Onb" firstAttribute="top" secondItem="Cmm-wQ-AEv" secondAttribute="top" constant="9" id="68Q-L6-gSe"/>
  377. <constraint firstItem="OxS-5P-Onb" firstAttribute="leading" secondItem="c0r-dT-dow" secondAttribute="trailing" constant="50" id="GLb-g3-tdK"/>
  378. <constraint firstItem="fIf-UR-rt3" firstAttribute="top" secondItem="Qub-Qa-kHn" secondAttribute="bottom" constant="10" id="IO1-b8-dVa"/>
  379. <constraint firstItem="Qub-Qa-kHn" firstAttribute="top" secondItem="c0r-dT-dow" secondAttribute="bottom" constant="10" id="WFj-AX-IEk"/>
  380. <constraint firstAttribute="height" constant="108" id="aak-4w-WNR"/>
  381. <constraint firstItem="fIf-UR-rt3" firstAttribute="leading" secondItem="Cmm-wQ-AEv" secondAttribute="leading" constant="10" id="blP-bK-qv1"/>
  382. <constraint firstItem="OMo-Et-Ysy" firstAttribute="top" secondItem="YTL-It-Htb" secondAttribute="bottom" constant="10" id="d3a-FV-zZj"/>
  383. <constraint firstItem="Qub-Qa-kHn" firstAttribute="leading" secondItem="Cmm-wQ-AEv" secondAttribute="leading" constant="10" id="dTQ-3Q-5cz"/>
  384. <constraint firstItem="qRG-qC-Wrb" firstAttribute="leading" secondItem="Qub-Qa-kHn" secondAttribute="trailing" constant="10" id="ikV-M8-dEC"/>
  385. <constraint firstItem="qRG-qC-Wrb" firstAttribute="centerY" secondItem="Qub-Qa-kHn" secondAttribute="centerY" id="jgQ-Ym-h6m"/>
  386. <constraint firstItem="YTL-It-Htb" firstAttribute="leading" secondItem="fIf-UR-rt3" secondAttribute="trailing" constant="10" id="leH-33-iTx"/>
  387. <constraint firstItem="c0r-dT-dow" firstAttribute="top" secondItem="Cmm-wQ-AEv" secondAttribute="top" constant="10" id="pHA-4o-HaN"/>
  388. <constraint firstItem="YTL-It-Htb" firstAttribute="centerY" secondItem="fIf-UR-rt3" secondAttribute="centerY" id="uGN-7D-RaF"/>
  389. </constraints>
  390. </customView>
  391. </subviews>
  392. <constraints>
  393. <constraint firstItem="Pga-0l-ahS" firstAttribute="leading" secondItem="naZ-zh-dcC" secondAttribute="leading" constant="10" id="0NC-x3-Umo"/>
  394. <constraint firstItem="95h-fC-cZa" firstAttribute="top" secondItem="dIm-xO-YH8" secondAttribute="bottom" id="0dU-im-wTB"/>
  395. <constraint firstItem="NdG-op-ZNG" firstAttribute="leading" secondItem="naZ-zh-dcC" secondAttribute="leading" constant="10" id="Fqv-VF-6Pr"/>
  396. <constraint firstItem="EBu-zx-pYU" firstAttribute="top" secondItem="Pga-0l-ahS" secondAttribute="bottom" constant="5" id="JpT-zB-pK1"/>
  397. <constraint firstAttribute="trailing" secondItem="dIm-xO-YH8" secondAttribute="trailing" id="Kaq-KT-epw"/>
  398. <constraint firstAttribute="trailing" secondItem="Cmm-wQ-AEv" secondAttribute="trailing" id="Krx-84-2xs"/>
  399. <constraint firstItem="NdG-op-ZNG" firstAttribute="top" secondItem="EBu-zx-pYU" secondAttribute="bottom" constant="10" id="PVq-TQ-BiD"/>
  400. <constraint firstItem="Cmm-wQ-AEv" firstAttribute="leading" secondItem="naZ-zh-dcC" secondAttribute="leading" id="RrV-b2-Ptd"/>
  401. <constraint firstItem="dIm-xO-YH8" firstAttribute="top" secondItem="NdG-op-ZNG" secondAttribute="bottom" constant="5" id="TMn-OS-hej"/>
  402. <constraint firstItem="EBu-zx-pYU" firstAttribute="leading" secondItem="NdG-op-ZNG" secondAttribute="leading" id="WKp-4q-2dR"/>
  403. <constraint firstItem="Cmm-wQ-AEv" firstAttribute="top" secondItem="95h-fC-cZa" secondAttribute="bottom" id="au4-Tk-i27"/>
  404. <constraint firstItem="Cat-Ls-a4I" firstAttribute="leading" secondItem="EBu-zx-pYU" secondAttribute="trailing" constant="5" id="ecZ-X3-1yz"/>
  405. <constraint firstItem="95h-fC-cZa" firstAttribute="leading" secondItem="naZ-zh-dcC" secondAttribute="leading" id="iu5-GY-Oin"/>
  406. <constraint firstItem="dIm-xO-YH8" firstAttribute="leading" secondItem="naZ-zh-dcC" secondAttribute="leading" id="l9a-Rb-3iI"/>
  407. <constraint firstItem="Pga-0l-ahS" firstAttribute="top" secondItem="naZ-zh-dcC" secondAttribute="top" constant="5" id="lm5-gf-x5X"/>
  408. <constraint firstAttribute="trailing" secondItem="95h-fC-cZa" secondAttribute="trailing" id="o7J-cH-1HR"/>
  409. <constraint firstItem="Cat-Ls-a4I" firstAttribute="centerY" secondItem="EBu-zx-pYU" secondAttribute="centerY" id="vsd-ir-qTc"/>
  410. </constraints>
  411. </view>
  412. </box>
  413. </subviews>
  414. <constraints>
  415. <constraint firstAttribute="bottom" secondItem="htz-zy-QVc" secondAttribute="bottom" id="H5F-fW-9oi"/>
  416. <constraint firstItem="htz-zy-QVc" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="Vss-KJ-Eko"/>
  417. <constraint firstAttribute="trailing" secondItem="htz-zy-QVc" secondAttribute="trailing" id="ehG-RN-pZc"/>
  418. <constraint firstAttribute="bottom" secondItem="6Gm-cI-VH0" secondAttribute="bottom" id="hps-ce-lfQ"/>
  419. <constraint firstItem="6Gm-cI-VH0" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="lkf-qA-GvK"/>
  420. <constraint firstItem="htz-zy-QVc" firstAttribute="leading" secondItem="6Gm-cI-VH0" secondAttribute="trailing" constant="20" id="zLb-Og-Ksl"/>
  421. <constraint firstItem="6Gm-cI-VH0" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="zoZ-W9-NZ7"/>
  422. </constraints>
  423. <point key="canvasLocation" x="35.5" y="85.5"/>
  424. </customView>
  425. </objects>
  426. </document>