KMLinkEmailView.xib 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="KMLinkEmailView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contendBox" destination="fzI-mq-ZLB" id="Fgo-Mv-YZB"/>
  12. <outlet property="goButton" destination="2k9-fB-WcG" id="Uzw-wC-U8f"/>
  13. <outlet property="inputTextarea" destination="Qll-tk-a72" id="i2J-4f-ce7"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <customView id="c22-O7-iKe">
  19. <rect key="frame" x="0.0" y="0.0" width="263" height="320"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="fzI-mq-ZLB">
  23. <rect key="frame" x="0.0" y="0.0" width="263" height="320"/>
  24. <view key="contentView" id="qdc-aa-55L">
  25. <rect key="frame" x="0.0" y="0.0" width="263" height="320"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <subviews>
  28. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Qll-tk-a72" customClass="ComponentTextarea" customModule="KMComponentLibrary">
  29. <rect key="frame" x="16" y="240" width="231" height="80"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="80" id="khH-W2-tv2"/>
  32. </constraints>
  33. </customView>
  34. <customView translatesAutoresizingMaskIntoConstraints="NO" id="2k9-fB-WcG" customClass="ComponentButton" customModule="KMComponentLibrary">
  35. <rect key="frame" x="80" y="192" width="104" height="32"/>
  36. <constraints>
  37. <constraint firstAttribute="width" constant="104" id="GRd-ws-6EV"/>
  38. <constraint firstAttribute="height" constant="32" id="uUU-gK-Hdi"/>
  39. </constraints>
  40. </customView>
  41. </subviews>
  42. <constraints>
  43. <constraint firstItem="2k9-fB-WcG" firstAttribute="top" secondItem="Qll-tk-a72" secondAttribute="bottom" constant="16" id="9gO-NY-Gkv"/>
  44. <constraint firstItem="Qll-tk-a72" firstAttribute="top" secondItem="qdc-aa-55L" secondAttribute="top" id="Dr5-Y4-MTa"/>
  45. <constraint firstAttribute="trailing" secondItem="Qll-tk-a72" secondAttribute="trailing" constant="16" id="G45-jC-nML"/>
  46. <constraint firstItem="Qll-tk-a72" firstAttribute="centerX" secondItem="qdc-aa-55L" secondAttribute="centerX" id="JBS-Wo-woH"/>
  47. <constraint firstItem="Qll-tk-a72" firstAttribute="leading" secondItem="qdc-aa-55L" secondAttribute="leading" constant="16" id="SSl-Fr-Ayx"/>
  48. <constraint firstItem="2k9-fB-WcG" firstAttribute="centerX" secondItem="qdc-aa-55L" secondAttribute="centerX" id="ma7-vy-fmH"/>
  49. </constraints>
  50. </view>
  51. </box>
  52. </subviews>
  53. <constraints>
  54. <constraint firstAttribute="trailing" secondItem="fzI-mq-ZLB" secondAttribute="trailing" id="7GA-Nx-0yb"/>
  55. <constraint firstItem="fzI-mq-ZLB" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="NOE-85-bBT"/>
  56. <constraint firstItem="fzI-mq-ZLB" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="Szy-RP-NNE"/>
  57. <constraint firstAttribute="bottom" secondItem="fzI-mq-ZLB" secondAttribute="bottom" id="gHH-OX-n7E"/>
  58. </constraints>
  59. <point key="canvasLocation" x="-14.5" y="-48"/>
  60. </customView>
  61. </objects>
  62. </document>