HomeLynxGuideItem.xib 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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="HomeLynxGuideItem" customModule="LynxPDF_Editor" customModuleProvider="target">
  10. <connections>
  11. <outlet property="clickBox" destination="HVV-c5-91u" id="EvG-Dc-w1f"/>
  12. <outlet property="clickBtn" destination="3Hz-hZ-hcF" id="Tq6-SB-IA4"/>
  13. <outlet property="contendBox" destination="ZaC-KJ-pjY" id="db8-Z4-wuF"/>
  14. <outlet property="contendView" destination="IrH-GP-tl0" id="u70-nN-ga3"/>
  15. <outlet property="iconImageview" destination="eZV-ef-f2b" id="q2c-MQ-R2N"/>
  16. <outlet property="subTitleLabel" destination="0FE-DJ-LQB" id="Gty-9W-dRq"/>
  17. <outlet property="titleLabel" destination="9pe-Fk-BP2" id="jO0-VV-PdW"/>
  18. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  19. </connections>
  20. </customObject>
  21. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  22. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  23. <customView id="Hz6-mo-xeY">
  24. <rect key="frame" x="0.0" y="0.0" width="254" height="184"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  26. <subviews>
  27. <box boxType="custom" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ZaC-KJ-pjY">
  28. <rect key="frame" x="0.0" y="0.0" width="254" height="184"/>
  29. <view key="contentView" id="Vcg-lc-9fS">
  30. <rect key="frame" x="1" y="1" width="252" height="182"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. </view>
  33. </box>
  34. <customView translatesAutoresizingMaskIntoConstraints="NO" id="IrH-GP-tl0">
  35. <rect key="frame" x="0.0" y="0.0" width="254" height="184"/>
  36. <subviews>
  37. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="O4y-rJ-EyD">
  38. <rect key="frame" x="0.0" y="0.0" width="254" height="185"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  40. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="lynxGuideBg" id="XuS-RN-BNx"/>
  41. </imageView>
  42. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="eZV-ef-f2b">
  43. <rect key="frame" x="24" y="136" width="24" height="24"/>
  44. <constraints>
  45. <constraint firstAttribute="width" constant="24" id="5hc-X5-lQF"/>
  46. <constraint firstAttribute="height" constant="24" id="c1d-xX-C5G"/>
  47. </constraints>
  48. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="1DW-6W-r5Y"/>
  49. </imageView>
  50. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9pe-Fk-BP2">
  51. <rect key="frame" x="22" y="112" width="37" height="16"/>
  52. <constraints>
  53. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="226" id="PTh-Kl-Cmr"/>
  54. </constraints>
  55. <textFieldCell key="cell" lineBreakMode="truncatingTail" title="Label" id="XxR-Kx-qUf">
  56. <font key="font" metaFont="system"/>
  57. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  58. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  59. </textFieldCell>
  60. </textField>
  61. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0FE-DJ-LQB">
  62. <rect key="frame" x="22" y="88" width="210" height="16"/>
  63. <constraints>
  64. <constraint firstAttribute="width" constant="206" id="EA3-zP-4SL"/>
  65. </constraints>
  66. <textFieldCell key="cell" title="Label" id="Nhi-UR-j51">
  67. <font key="font" metaFont="system"/>
  68. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  69. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  70. </textFieldCell>
  71. </textField>
  72. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="HVV-c5-91u">
  73. <rect key="frame" x="24" y="24" width="79" height="24"/>
  74. <view key="contentView" id="fZO-bD-swI">
  75. <rect key="frame" x="1" y="1" width="77" height="22"/>
  76. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  77. <subviews>
  78. <button allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3Hz-hZ-hcF" customClass="KMButton" customModule="LynxPDF_Editor" customModuleProvider="target">
  79. <rect key="frame" x="8" y="0.0" width="61" height="22"/>
  80. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="lynxGuidebackward" imagePosition="right" alignment="center" imageScaling="proportionallyDown" inset="2" id="JNC-Z5-OYC">
  81. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  82. <font key="font" metaFont="system"/>
  83. </buttonCell>
  84. <connections>
  85. <action selector="btnClicked:" target="-2" id="NzT-iZ-r4p"/>
  86. </connections>
  87. </button>
  88. </subviews>
  89. <constraints>
  90. <constraint firstItem="3Hz-hZ-hcF" firstAttribute="top" secondItem="fZO-bD-swI" secondAttribute="top" id="aJt-hG-v76"/>
  91. <constraint firstItem="3Hz-hZ-hcF" firstAttribute="leading" secondItem="fZO-bD-swI" secondAttribute="leading" constant="8" id="mwE-QK-Rxt"/>
  92. <constraint firstAttribute="trailing" secondItem="3Hz-hZ-hcF" secondAttribute="trailing" constant="8" id="sZa-TR-Dab"/>
  93. <constraint firstAttribute="bottom" secondItem="3Hz-hZ-hcF" secondAttribute="bottom" id="urz-qi-HMO"/>
  94. </constraints>
  95. </view>
  96. <constraints>
  97. <constraint firstAttribute="height" constant="24" id="SzY-DO-hkM"/>
  98. </constraints>
  99. </box>
  100. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zOr-fU-uV6">
  101. <rect key="frame" x="0.0" y="0.0" width="254" height="184"/>
  102. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  103. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="gqc-Sh-2cI">
  104. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  105. <font key="font" metaFont="system"/>
  106. </buttonCell>
  107. <connections>
  108. <action selector="btnClicked:" target="-2" id="4j9-mq-hmz"/>
  109. </connections>
  110. </button>
  111. </subviews>
  112. <constraints>
  113. <constraint firstAttribute="bottom" secondItem="HVV-c5-91u" secondAttribute="bottom" constant="24" id="4tW-HF-d3b"/>
  114. <constraint firstItem="9pe-Fk-BP2" firstAttribute="leading" secondItem="IrH-GP-tl0" secondAttribute="leading" constant="24" id="7B8-Vj-Jub"/>
  115. <constraint firstItem="0FE-DJ-LQB" firstAttribute="top" secondItem="eZV-ef-f2b" secondAttribute="bottom" constant="32" id="9dw-By-Y5M"/>
  116. <constraint firstItem="HVV-c5-91u" firstAttribute="leading" secondItem="IrH-GP-tl0" secondAttribute="leading" constant="24" id="EKD-ME-RfB"/>
  117. <constraint firstItem="HVV-c5-91u" firstAttribute="top" relation="greaterThanOrEqual" secondItem="0FE-DJ-LQB" secondAttribute="bottom" constant="5" id="M5u-qp-ifY"/>
  118. <constraint firstItem="0FE-DJ-LQB" firstAttribute="leading" secondItem="IrH-GP-tl0" secondAttribute="leading" constant="24" id="NZh-UX-Hc3"/>
  119. <constraint firstItem="eZV-ef-f2b" firstAttribute="leading" secondItem="IrH-GP-tl0" secondAttribute="leading" constant="24" id="ZQO-Z7-xOD"/>
  120. <constraint firstItem="9pe-Fk-BP2" firstAttribute="top" secondItem="eZV-ef-f2b" secondAttribute="bottom" constant="8" id="eGO-E3-87C"/>
  121. <constraint firstItem="eZV-ef-f2b" firstAttribute="top" secondItem="IrH-GP-tl0" secondAttribute="top" constant="24" id="lr2-tF-nfw"/>
  122. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="HVV-c5-91u" secondAttribute="trailing" constant="24" id="tG6-O8-JcD"/>
  123. </constraints>
  124. </customView>
  125. </subviews>
  126. <constraints>
  127. <constraint firstItem="ZaC-KJ-pjY" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="AV2-wI-O90"/>
  128. <constraint firstAttribute="trailing" secondItem="ZaC-KJ-pjY" secondAttribute="trailing" id="D1F-AY-5C3"/>
  129. <constraint firstAttribute="bottom" secondItem="ZaC-KJ-pjY" secondAttribute="bottom" id="H2b-aq-PJz"/>
  130. <constraint firstItem="IrH-GP-tl0" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="ITY-t3-oKc"/>
  131. <constraint firstAttribute="trailing" secondItem="IrH-GP-tl0" secondAttribute="trailing" id="imh-fL-TKg"/>
  132. <constraint firstItem="IrH-GP-tl0" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="p6X-Y7-dzU"/>
  133. <constraint firstItem="ZaC-KJ-pjY" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="pmI-jY-dA3"/>
  134. <constraint firstAttribute="bottom" secondItem="IrH-GP-tl0" secondAttribute="bottom" id="tOP-bY-SIM"/>
  135. </constraints>
  136. <point key="canvasLocation" x="-6" y="84"/>
  137. </customView>
  138. </objects>
  139. <resources>
  140. <image name="lynxGuideBg" width="254" height="194"/>
  141. <image name="lynxGuidebackward" width="16" height="16"/>
  142. </resources>
  143. </document>