AIRedoConfirmView.xib 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <customView id="c22-O7-iKe" customClass="AIRedoConfirmView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="168" height="84"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Yht-sZ-aLc">
  17. <rect key="frame" x="0.0" y="0.0" width="168" height="84"/>
  18. <subviews>
  19. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Crj-NC-BGQ">
  20. <rect key="frame" x="6" y="36" width="156" height="48"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="152" id="w7x-ZL-FQj"/>
  23. </constraints>
  24. <textFieldCell key="cell" alignment="left" title="Redoing will cost 1 credit. Do you want to redo it?" id="ipH-J9-tkt">
  25. <font key="font" usesAppearanceFont="YES"/>
  26. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  27. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  28. </textFieldCell>
  29. </textField>
  30. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="G4R-se-0w6">
  31. <rect key="frame" x="1" y="1" width="123" height="32"/>
  32. <buttonCell key="cell" type="push" title="Redo (1 credit)" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="nBH-pC-Yi9">
  33. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  34. <font key="font" metaFont="system"/>
  35. <string key="keyEquivalent" base64-UTF8="YES">
  36. DQ
  37. </string>
  38. </buttonCell>
  39. <connections>
  40. <action selector="redoAction:" target="c22-O7-iKe" id="rKa-xM-44d"/>
  41. </connections>
  42. </button>
  43. </subviews>
  44. <constraints>
  45. <constraint firstItem="Crj-NC-BGQ" firstAttribute="top" secondItem="Yht-sZ-aLc" secondAttribute="top" id="AHX-8t-yEg"/>
  46. <constraint firstAttribute="bottom" secondItem="G4R-se-0w6" secondAttribute="bottom" constant="8" id="TpF-M3-jQQ"/>
  47. <constraint firstItem="Crj-NC-BGQ" firstAttribute="leading" secondItem="Yht-sZ-aLc" secondAttribute="leading" constant="8" id="boO-7K-yPz"/>
  48. <constraint firstItem="G4R-se-0w6" firstAttribute="leading" secondItem="Yht-sZ-aLc" secondAttribute="leading" constant="8" id="cmu-58-6XQ"/>
  49. <constraint firstItem="G4R-se-0w6" firstAttribute="top" secondItem="Crj-NC-BGQ" secondAttribute="bottom" constant="8" id="p4M-Ff-vvt"/>
  50. </constraints>
  51. </customView>
  52. </subviews>
  53. <constraints>
  54. <constraint firstItem="Yht-sZ-aLc" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="3Tl-PJ-7C5"/>
  55. <constraint firstItem="Yht-sZ-aLc" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Xep-J9-VZY"/>
  56. <constraint firstAttribute="bottom" secondItem="Yht-sZ-aLc" secondAttribute="bottom" id="hex-pp-Lwy"/>
  57. <constraint firstAttribute="trailing" secondItem="Yht-sZ-aLc" secondAttribute="trailing" id="iFf-yK-s7B"/>
  58. </constraints>
  59. <connections>
  60. <outlet property="contendView" destination="Yht-sZ-aLc" id="jcL-tl-DkP"/>
  61. <outlet property="infoLabel" destination="Crj-NC-BGQ" id="Crt-Xy-rbK"/>
  62. <outlet property="redoButton" destination="G4R-se-0w6" id="S4f-Iy-Zk6"/>
  63. </connections>
  64. <point key="canvasLocation" x="27" y="116"/>
  65. </customView>
  66. </objects>
  67. </document>