KMBatchWindowController.xib 9.0 KB

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