KMBatchWindowController.xib 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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="KMBatchWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="batchCollectionView" destination="NpS-mf-MjM" id="2Cn-9G-deg"/>
  12. <outlet property="batchHandleView" destination="gb1-Aa-tbK" id="F8k-Ha-0pb"/>
  13. <outlet property="batchPrecessingView" destination="Quv-tZ-EYd" id="mU2-SE-yX7"/>
  14. <outlet property="settingView" destination="DNN-jM-3Lh" id="cmU-9D-7sd"/>
  15. <outlet property="titleLabel" destination="xVD-EG-S9x" id="3fh-eH-TeT"/>
  16. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  17. </connections>
  18. </customObject>
  19. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  20. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  21. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  22. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  23. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  24. <rect key="contentRect" x="196" y="240" width="1014" height="559"/>
  25. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  26. <view key="contentView" id="se5-gp-TjO">
  27. <rect key="frame" x="0.0" y="0.0" width="1014" height="559"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <subviews>
  30. <customView translatesAutoresizingMaskIntoConstraints="NO" id="NpS-mf-MjM" customClass="KMBatchCollectionView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  31. <rect key="frame" x="0.0" y="0.0" width="206" height="559"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="206" id="Ar4-ka-nDh"/>
  34. </constraints>
  35. </customView>
  36. <customView translatesAutoresizingMaskIntoConstraints="NO" id="gb1-Aa-tbK">
  37. <rect key="frame" x="754" y="0.0" width="260" height="559"/>
  38. <subviews>
  39. <customView translatesAutoresizingMaskIntoConstraints="NO" id="DNN-jM-3Lh" customClass="KMBatchSettingView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  40. <rect key="frame" x="0.0" y="0.0" width="260" height="559"/>
  41. </customView>
  42. </subviews>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="260" id="8VA-Va-3Ig"/>
  45. <constraint firstItem="DNN-jM-3Lh" firstAttribute="leading" secondItem="gb1-Aa-tbK" secondAttribute="leading" id="Tu9-I3-iga"/>
  46. <constraint firstAttribute="bottom" secondItem="DNN-jM-3Lh" secondAttribute="bottom" id="a21-dC-rM5"/>
  47. <constraint firstAttribute="trailing" secondItem="DNN-jM-3Lh" secondAttribute="trailing" id="fyz-Ts-N4p"/>
  48. <constraint firstItem="DNN-jM-3Lh" firstAttribute="top" secondItem="gb1-Aa-tbK" secondAttribute="top" id="g31-cF-azl"/>
  49. </constraints>
  50. </customView>
  51. <customView translatesAutoresizingMaskIntoConstraints="NO" id="gH5-eQ-PMm">
  52. <rect key="frame" x="206" y="0.0" width="548" height="559"/>
  53. <subviews>
  54. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Quv-tZ-EYd" customClass="KMBatchProcessingView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  55. <rect key="frame" x="0.0" y="0.0" width="548" height="509"/>
  56. </customView>
  57. <customView translatesAutoresizingMaskIntoConstraints="NO" id="mFD-ha-HSU">
  58. <rect key="frame" x="0.0" y="509" width="548" height="50"/>
  59. <subviews>
  60. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xVD-EG-S9x">
  61. <rect key="frame" x="14" y="16" width="96" height="19"/>
  62. <textFieldCell key="cell" lineBreakMode="clipping" title="Convert PDF" id="KrB-84-Qgx">
  63. <font key="font" metaFont="system" size="16"/>
  64. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  65. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  66. </textFieldCell>
  67. </textField>
  68. </subviews>
  69. <constraints>
  70. <constraint firstItem="xVD-EG-S9x" firstAttribute="leading" secondItem="mFD-ha-HSU" secondAttribute="leading" constant="16" id="Q85-QJ-QqY"/>
  71. <constraint firstItem="xVD-EG-S9x" firstAttribute="centerY" secondItem="mFD-ha-HSU" secondAttribute="centerY" id="SEk-KJ-ItS"/>
  72. </constraints>
  73. </customView>
  74. </subviews>
  75. <constraints>
  76. <constraint firstAttribute="trailing" secondItem="Quv-tZ-EYd" secondAttribute="trailing" id="1hX-5W-4L5"/>
  77. <constraint firstAttribute="trailing" secondItem="mFD-ha-HSU" secondAttribute="trailing" id="CLD-8X-OO6"/>
  78. <constraint firstItem="Quv-tZ-EYd" firstAttribute="top" secondItem="mFD-ha-HSU" secondAttribute="bottom" id="Mge-H9-gwb"/>
  79. <constraint firstItem="Quv-tZ-EYd" firstAttribute="leading" secondItem="gH5-eQ-PMm" secondAttribute="leading" id="QIT-5k-dc3"/>
  80. <constraint firstAttribute="bottom" secondItem="Quv-tZ-EYd" secondAttribute="bottom" id="egJ-td-GWL"/>
  81. <constraint firstItem="mFD-ha-HSU" firstAttribute="top" secondItem="gH5-eQ-PMm" secondAttribute="top" id="gfg-6Z-Pcg"/>
  82. <constraint firstItem="mFD-ha-HSU" firstAttribute="leading" secondItem="gH5-eQ-PMm" secondAttribute="leading" id="qD8-cm-0x8"/>
  83. <constraint firstItem="Quv-tZ-EYd" firstAttribute="top" secondItem="gH5-eQ-PMm" secondAttribute="top" constant="50" id="rhu-u5-ci5"/>
  84. </constraints>
  85. </customView>
  86. </subviews>
  87. <constraints>
  88. <constraint firstAttribute="bottom" secondItem="gH5-eQ-PMm" secondAttribute="bottom" id="Ba1-wk-2L5"/>
  89. <constraint firstItem="gb1-Aa-tbK" firstAttribute="leading" secondItem="gH5-eQ-PMm" secondAttribute="trailing" id="Cyf-J5-8vZ"/>
  90. <constraint firstAttribute="bottom" secondItem="gb1-Aa-tbK" secondAttribute="bottom" id="Eds-JU-XNZ"/>
  91. <constraint firstItem="gb1-Aa-tbK" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="Nn4-Uu-Zqt"/>
  92. <constraint firstAttribute="trailing" secondItem="gb1-Aa-tbK" secondAttribute="trailing" id="UL3-OH-rU8"/>
  93. <constraint firstAttribute="bottom" secondItem="NpS-mf-MjM" secondAttribute="bottom" id="V7t-Vc-2At"/>
  94. <constraint firstItem="NpS-mf-MjM" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="dGe-a2-t3N"/>
  95. <constraint firstItem="gH5-eQ-PMm" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="jir-E1-0Mc"/>
  96. <constraint firstItem="NpS-mf-MjM" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="oI7-Qy-gR2"/>
  97. <constraint firstItem="gH5-eQ-PMm" firstAttribute="leading" secondItem="NpS-mf-MjM" secondAttribute="trailing" id="v7q-oF-GUx"/>
  98. </constraints>
  99. </view>
  100. <connections>
  101. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  102. </connections>
  103. <point key="canvasLocation" x="240" y="281.5"/>
  104. </window>
  105. </objects>
  106. </document>