KMDocumentAIPopViewController.xib 7.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMDocumentAIPopViewController">
  10. <connections>
  11. <outlet property="applyButton" destination="hi0-v7-lVY" id="GxO-A4-hqb"/>
  12. <outlet property="cancelButton" destination="awK-Zg-7RS" id="k3T-Pn-4AA"/>
  13. <outlet property="contentTextView" destination="pyK-z0-ayG" id="oED-T0-97k"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="320" height="130"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <scrollView borderType="line" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ovV-I1-Bhe">
  24. <rect key="frame" x="16" y="50" width="288" height="64"/>
  25. <clipView key="contentView" drawsBackground="NO" id="T5d-XD-Ghy">
  26. <rect key="frame" x="1" y="1" width="286" height="62"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <textView importsGraphics="NO" richText="NO" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="pyK-z0-ayG">
  30. <rect key="frame" x="0.0" y="0.0" width="286" height="62"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  34. <size key="minSize" width="286" height="62"/>
  35. <size key="maxSize" width="288" height="10000000"/>
  36. <color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
  37. </textView>
  38. </subviews>
  39. </clipView>
  40. <constraints>
  41. <constraint firstAttribute="width" constant="288" id="AAU-Qe-dwD"/>
  42. <constraint firstAttribute="height" constant="64" id="XEI-gU-6dB"/>
  43. </constraints>
  44. <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="Hi8-bB-5af">
  45. <rect key="frame" x="-100" y="-100" width="225" height="15"/>
  46. <autoresizingMask key="autoresizingMask"/>
  47. </scroller>
  48. <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="i7v-v9-y3g">
  49. <rect key="frame" x="-100" y="-100" width="15" height="135"/>
  50. <autoresizingMask key="autoresizingMask"/>
  51. </scroller>
  52. </scrollView>
  53. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="awK-Zg-7RS">
  54. <rect key="frame" x="164" y="8" width="76" height="32"/>
  55. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="7rk-yu-dmq">
  56. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  57. <font key="font" metaFont="system"/>
  58. <string key="keyEquivalent" base64-UTF8="YES">
  59. Gw
  60. </string>
  61. </buttonCell>
  62. <connections>
  63. <action selector="buttonItemClick_Cancel:" target="-2" id="b0I-vd-KNw"/>
  64. </connections>
  65. </button>
  66. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hi0-v7-lVY">
  67. <rect key="frame" x="242" y="9" width="69" height="30"/>
  68. <buttonCell key="cell" type="push" title="Apply" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="xyh-gb-kD3">
  69. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  70. <font key="font" metaFont="system"/>
  71. <string key="keyEquivalent" base64-UTF8="YES">
  72. DQ
  73. </string>
  74. </buttonCell>
  75. <connections>
  76. <action selector="buttonItemClick_Apply:" target="-2" id="PRw-mr-yW3"/>
  77. </connections>
  78. </button>
  79. </subviews>
  80. <constraints>
  81. <constraint firstAttribute="bottom" secondItem="ovV-I1-Bhe" secondAttribute="bottom" constant="50" id="0N2-7S-h6z"/>
  82. <constraint firstItem="ovV-I1-Bhe" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="16" id="BRu-fq-A5z"/>
  83. <constraint firstItem="hi0-v7-lVY" firstAttribute="centerY" secondItem="awK-Zg-7RS" secondAttribute="centerY" id="Igz-xy-gwU"/>
  84. <constraint firstItem="hi0-v7-lVY" firstAttribute="top" secondItem="ovV-I1-Bhe" secondAttribute="bottom" constant="16" id="ajc-V1-L7C"/>
  85. <constraint firstItem="hi0-v7-lVY" firstAttribute="leading" secondItem="awK-Zg-7RS" secondAttribute="trailing" constant="16" id="foC-Ya-66n"/>
  86. <constraint firstAttribute="trailing" secondItem="hi0-v7-lVY" secondAttribute="trailing" constant="16" id="h0D-T6-UP2"/>
  87. <constraint firstItem="ovV-I1-Bhe" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="16" id="qyO-tm-aDv"/>
  88. <constraint firstAttribute="trailing" secondItem="ovV-I1-Bhe" secondAttribute="trailing" constant="16" id="vsT-XB-5hg"/>
  89. <constraint firstAttribute="bottom" secondItem="hi0-v7-lVY" secondAttribute="bottom" constant="16" id="wvQ-nS-R4y"/>
  90. </constraints>
  91. <point key="canvasLocation" x="279.5" y="278"/>
  92. </customView>
  93. </objects>
  94. </document>