KMBatchOCRView.xib 7.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  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="KMBatchOCRView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="applyButton" destination="Gy3-l6-gJH" id="M1x-ck-hfo"/>
  12. <outlet property="cancelButton" destination="gmd-il-Z6u" id="L6K-hw-NPc"/>
  13. <outlet property="ocrPageView" destination="hxR-DN-Dgp" id="haP-WK-oWx"/>
  14. <outlet property="titleContentView" destination="HAs-X1-Swu" id="8ck-EC-y3q"/>
  15. <outlet property="titleLabel" destination="SpF-oV-PgS" id="wI0-lQ-VvA"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="c22-O7-iKe">
  21. <rect key="frame" x="0.0" y="0.0" width="274" height="587"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <customView translatesAutoresizingMaskIntoConstraints="NO" id="hxR-DN-Dgp" customClass="KMOCRPageView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  25. <rect key="frame" x="0.0" y="72" width="274" height="475"/>
  26. </customView>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="HAs-X1-Swu">
  28. <rect key="frame" x="0.0" y="547" width="274" height="40"/>
  29. <subviews>
  30. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="SpF-oV-PgS">
  31. <rect key="frame" x="121" y="12" width="32" height="16"/>
  32. <textFieldCell key="cell" lineBreakMode="clipping" title="OCR" id="35d-RY-VTH">
  33. <font key="font" usesAppearanceFont="YES"/>
  34. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. </subviews>
  39. <constraints>
  40. <constraint firstAttribute="height" constant="40" id="tKl-Fb-1cB"/>
  41. <constraint firstItem="SpF-oV-PgS" firstAttribute="centerX" secondItem="HAs-X1-Swu" secondAttribute="centerX" id="uOf-3K-EHA"/>
  42. <constraint firstItem="SpF-oV-PgS" firstAttribute="centerY" secondItem="HAs-X1-Swu" secondAttribute="centerY" id="veF-Hf-dOy"/>
  43. </constraints>
  44. </customView>
  45. <customView translatesAutoresizingMaskIntoConstraints="NO" id="gbt-bx-is3">
  46. <rect key="frame" x="0.0" y="0.0" width="274" height="72"/>
  47. <subviews>
  48. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Gy3-l6-gJH" customClass="ComponentButton" customModule="KMComponentLibrary">
  49. <rect key="frame" x="16" y="16" width="242" height="40"/>
  50. </customView>
  51. <customView translatesAutoresizingMaskIntoConstraints="NO" id="gmd-il-Z6u" customClass="ComponentButton" customModule="KMComponentLibrary">
  52. <rect key="frame" x="16" y="16" width="242" height="40"/>
  53. </customView>
  54. </subviews>
  55. <constraints>
  56. <constraint firstAttribute="bottom" secondItem="Gy3-l6-gJH" secondAttribute="bottom" constant="16" id="3d4-ac-0Jy"/>
  57. <constraint firstAttribute="trailing" secondItem="Gy3-l6-gJH" secondAttribute="trailing" constant="16" id="KTK-dV-Fsn"/>
  58. <constraint firstAttribute="height" constant="72" id="MjB-0a-hql"/>
  59. <constraint firstItem="gmd-il-Z6u" firstAttribute="leading" secondItem="gbt-bx-is3" secondAttribute="leading" constant="16" id="Ru2-g0-MnK"/>
  60. <constraint firstItem="gmd-il-Z6u" firstAttribute="top" secondItem="gbt-bx-is3" secondAttribute="top" constant="16" id="bUY-48-P8e"/>
  61. <constraint firstAttribute="trailing" secondItem="gmd-il-Z6u" secondAttribute="trailing" constant="16" id="e4T-WZ-kdn"/>
  62. <constraint firstItem="Gy3-l6-gJH" firstAttribute="leading" secondItem="gbt-bx-is3" secondAttribute="leading" constant="16" id="hxL-w0-8Uh"/>
  63. <constraint firstAttribute="bottom" secondItem="gmd-il-Z6u" secondAttribute="bottom" constant="16" id="jU6-Yd-UlP"/>
  64. <constraint firstItem="Gy3-l6-gJH" firstAttribute="top" secondItem="gbt-bx-is3" secondAttribute="top" constant="16" id="zck-xr-kuX"/>
  65. </constraints>
  66. </customView>
  67. </subviews>
  68. <constraints>
  69. <constraint firstAttribute="bottom" secondItem="gbt-bx-is3" secondAttribute="bottom" id="FpU-5z-bBL"/>
  70. <constraint firstItem="hxR-DN-Dgp" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="GPM-4O-hh7"/>
  71. <constraint firstItem="HAs-X1-Swu" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="RW6-xE-hjl"/>
  72. <constraint firstItem="gbt-bx-is3" firstAttribute="top" secondItem="hxR-DN-Dgp" secondAttribute="bottom" id="YrG-fB-Kcc"/>
  73. <constraint firstItem="HAs-X1-Swu" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="bfW-yE-tEf"/>
  74. <constraint firstItem="hxR-DN-Dgp" firstAttribute="top" secondItem="HAs-X1-Swu" secondAttribute="bottom" id="gel-29-q8r"/>
  75. <constraint firstAttribute="trailing" secondItem="HAs-X1-Swu" secondAttribute="trailing" id="pyf-Q7-9mO"/>
  76. <constraint firstAttribute="trailing" secondItem="hxR-DN-Dgp" secondAttribute="trailing" id="q9I-Vs-sNk"/>
  77. <constraint firstItem="gbt-bx-is3" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="uQw-uJ-pkm"/>
  78. <constraint firstAttribute="trailing" secondItem="gbt-bx-is3" secondAttribute="trailing" id="zFb-wy-ILK"/>
  79. </constraints>
  80. <point key="canvasLocation" x="73" y="307.5"/>
  81. </customView>
  82. </objects>
  83. </document>