PageSheet.xib 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment version="1070" identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
  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="KMTextFieldSheetController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="42" id="jBr-SZ-blj"/>
  12. <outlet property="okButton" destination="41" id="s37-U2-eAE"/>
  13. <outlet property="pageBox" destination="40" id="TRk-hJ-4Lk"/>
  14. <outlet property="pageLabel" destination="39" id="uKg-Ud-SKt"/>
  15. <outlet property="window" destination="37" id="43"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="37" userLabel="Window" customClass="NSPanel">
  21. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  22. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  23. <rect key="contentRect" x="416" y="377" width="192" height="107"/>
  24. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  25. <view key="contentView" id="38">
  26. <rect key="frame" x="0.0" y="0.0" width="192" height="107"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="39">
  30. <rect key="frame" x="17" y="69" width="38" height="17"/>
  31. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  32. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Page:" id="49">
  33. <font key="font" metaFont="system"/>
  34. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. <button tag="1" imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="41">
  39. <rect key="frame" x="96" y="12" width="82" height="32"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  41. <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="51">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="system"/>
  44. <string key="keyEquivalent" base64-UTF8="YES">
  45. DQ
  46. </string>
  47. </buttonCell>
  48. <connections>
  49. <action selector="okAction:" target="-2" id="bIN-ey-RaB"/>
  50. </connections>
  51. </button>
  52. <button imageHugsTitle="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="42">
  53. <rect key="frame" x="14" y="12" width="82" height="32"/>
  54. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  55. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="52">
  56. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  57. <font key="font" metaFont="system"/>
  58. <string key="keyEquivalent" base64-UTF8="YES">
  59. Gw
  60. </string>
  61. </buttonCell>
  62. <connections>
  63. <action selector="okAction:" target="-2" id="1nO-nc-C0Z"/>
  64. </connections>
  65. </button>
  66. <comboBox focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="40">
  67. <rect key="frame" x="60" y="65" width="115" height="26"/>
  68. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  69. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="50">
  70. <font key="font" metaFont="system"/>
  71. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  72. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  73. </comboBoxCell>
  74. </comboBox>
  75. </subviews>
  76. </view>
  77. <point key="canvasLocation" x="141" y="123"/>
  78. </window>
  79. </objects>
  80. </document>