KMBatchProcessingView.xib 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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="KMBatchProcessingView" customModule="PDF_Office" customModuleProvider="target">
  10. <connections>
  11. <outlet property="addBox" destination="CFL-oP-esw" id="EUt-9H-7zF"/>
  12. <outlet property="cleanButton" destination="ZW9-hb-VaF" id="5kP-QY-Dep"/>
  13. <outlet property="contentView" destination="c22-O7-iKe" id="Fy0-yD-EFd"/>
  14. <outlet property="selectedFilesView" destination="Btb-75-0Y1" id="UsJ-q1-h2h"/>
  15. <outlet property="tableView" destination="OMY-wn-4ox" id="fPx-xC-NN0"/>
  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="632" height="628"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <customView translatesAutoresizingMaskIntoConstraints="NO" id="GnF-d1-s3v">
  25. <rect key="frame" x="0.0" y="52" width="632" height="576"/>
  26. <subviews>
  27. <customView translatesAutoresizingMaskIntoConstraints="NO" id="OMY-wn-4ox" customClass="KMBatchProcessingTableView" customModule="PDF_Office" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="0.0" width="632" height="576"/>
  29. </customView>
  30. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Btb-75-0Y1" customClass="KMBatchSelectedFilesView" customModule="PDF_Office" customModuleProvider="target">
  31. <rect key="frame" x="0.0" y="0.0" width="632" height="576"/>
  32. </customView>
  33. </subviews>
  34. <constraints>
  35. <constraint firstItem="OMY-wn-4ox" firstAttribute="leading" secondItem="GnF-d1-s3v" secondAttribute="leading" id="2w7-zD-V8e"/>
  36. <constraint firstItem="Btb-75-0Y1" firstAttribute="top" secondItem="GnF-d1-s3v" secondAttribute="top" id="4Uw-zn-3wj"/>
  37. <constraint firstItem="Btb-75-0Y1" firstAttribute="leading" secondItem="GnF-d1-s3v" secondAttribute="leading" id="DEO-9k-xQu"/>
  38. <constraint firstAttribute="trailing" secondItem="Btb-75-0Y1" secondAttribute="trailing" id="RcT-sB-RCq"/>
  39. <constraint firstAttribute="bottom" secondItem="OMY-wn-4ox" secondAttribute="bottom" id="TPS-w4-KNC"/>
  40. <constraint firstItem="OMY-wn-4ox" firstAttribute="top" secondItem="GnF-d1-s3v" secondAttribute="top" id="fye-I1-Rwh"/>
  41. <constraint firstAttribute="bottom" secondItem="Btb-75-0Y1" secondAttribute="bottom" id="gng-A1-fEu"/>
  42. <constraint firstAttribute="trailing" secondItem="OMY-wn-4ox" secondAttribute="trailing" id="kVO-fM-Hny"/>
  43. </constraints>
  44. </customView>
  45. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Ucf-BJ-rtF">
  46. <rect key="frame" x="0.0" y="0.0" width="632" height="52"/>
  47. <subviews>
  48. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZW9-hb-VaF">
  49. <rect key="frame" x="584" y="10" width="32" height="32"/>
  50. <constraints>
  51. <constraint firstAttribute="width" constant="32" id="csb-7H-Da8"/>
  52. <constraint firstAttribute="height" constant="32" id="njF-m1-vms"/>
  53. </constraints>
  54. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_clear_norm_false" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" inset="2" id="ym9-ds-X7L">
  55. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  56. <font key="font" metaFont="system"/>
  57. </buttonCell>
  58. <connections>
  59. <action selector="cleanAll:" target="-2" id="qHw-Qd-YQ6"/>
  60. </connections>
  61. </button>
  62. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CFL-oP-esw">
  63. <rect key="frame" x="16" y="16" width="117" height="32"/>
  64. <view key="contentView" id="Hlh-Xg-2Kw">
  65. <rect key="frame" x="0.0" y="0.0" width="117" height="32"/>
  66. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  67. </view>
  68. <constraints>
  69. <constraint firstAttribute="width" constant="117" id="LhB-yx-0g2"/>
  70. <constraint firstAttribute="height" constant="32" id="Thk-TI-ld5"/>
  71. </constraints>
  72. <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  73. </box>
  74. </subviews>
  75. <constraints>
  76. <constraint firstItem="CFL-oP-esw" firstAttribute="leading" secondItem="Ucf-BJ-rtF" secondAttribute="leading" constant="16" id="6UD-uF-q2B"/>
  77. <constraint firstItem="ZW9-hb-VaF" firstAttribute="centerY" secondItem="Ucf-BJ-rtF" secondAttribute="centerY" id="6c3-Mh-hxP"/>
  78. <constraint firstAttribute="bottom" secondItem="CFL-oP-esw" secondAttribute="bottom" constant="16" id="QKc-aN-gqM"/>
  79. <constraint firstAttribute="trailing" secondItem="ZW9-hb-VaF" secondAttribute="trailing" constant="16" id="Zn7-Jr-0pu"/>
  80. <constraint firstAttribute="height" constant="52" id="ml0-wK-1zH"/>
  81. </constraints>
  82. </customView>
  83. </subviews>
  84. <constraints>
  85. <constraint firstAttribute="trailing" secondItem="Ucf-BJ-rtF" secondAttribute="trailing" id="2TU-gQ-aEZ"/>
  86. <constraint firstAttribute="trailing" secondItem="GnF-d1-s3v" secondAttribute="trailing" id="7DB-b0-pWq"/>
  87. <constraint firstItem="GnF-d1-s3v" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Tl8-bb-ncT"/>
  88. <constraint firstItem="Ucf-BJ-rtF" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="ZYs-zC-oi3"/>
  89. <constraint firstItem="GnF-d1-s3v" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="bAc-gW-qCK"/>
  90. <constraint firstItem="Ucf-BJ-rtF" firstAttribute="top" secondItem="GnF-d1-s3v" secondAttribute="bottom" id="jT0-hc-Rzy"/>
  91. <constraint firstAttribute="bottom" secondItem="Ucf-BJ-rtF" secondAttribute="bottom" id="xpi-cf-aZu"/>
  92. </constraints>
  93. <point key="canvasLocation" x="-452" y="47"/>
  94. </customView>
  95. </objects>
  96. <resources>
  97. <image name="icon_btn_clear_norm_false" width="16" height="16"/>
  98. </resources>
  99. </document>