KMBatchProcessingView.xib 7.9 KB

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