CipherTextView.xib 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21225" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21225"/>
  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="CipherTextView" customModule="PDF_Office" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="300" height="400"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RzM-N4-al1">
  17. <rect key="frame" x="0.0" y="0.0" width="300" height="400"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yE1-PU-LB7">
  21. <rect key="frame" x="212" y="353" width="75" height="32"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="sbO-1X-RD7">
  24. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  25. <font key="font" metaFont="system"/>
  26. </buttonCell>
  27. <connections>
  28. <action selector="buttonAction:" target="c22-O7-iKe" id="4sz-3X-xKA"/>
  29. </connections>
  30. </button>
  31. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yjf-cp-69Y">
  32. <rect key="frame" x="105" y="264" width="75" height="32"/>
  33. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  34. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="t98-sr-9zN">
  35. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  36. <font key="font" metaFont="system"/>
  37. </buttonCell>
  38. </button>
  39. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vk7-2o-4CH">
  40. <rect key="frame" x="0.0" y="0.0" width="300" height="242"/>
  41. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  42. </customView>
  43. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="h4b-jK-bhv">
  44. <rect key="frame" x="105" y="310" width="75" height="32"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  46. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="23a-z1-AiH">
  47. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  48. <font key="font" metaFont="system"/>
  49. </buttonCell>
  50. </button>
  51. </subviews>
  52. </customView>
  53. </subviews>
  54. <connections>
  55. <outlet property="cipherTextBtn" destination="yjf-cp-69Y" id="OwF-8T-PVX"/>
  56. <outlet property="pageCipherTextBtn" destination="h4b-jK-bhv" id="yuG-6D-K5R"/>
  57. <outlet property="settingBtn" destination="yE1-PU-LB7" id="3iw-fB-a3l"/>
  58. </connections>
  59. <point key="canvasLocation" x="29" y="200"/>
  60. </customView>
  61. </objects>
  62. </document>