KMVerificationMessageViewController.xib 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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="KMVerificationMessageViewController">
  10. <connections>
  11. <outlet property="bgImg" destination="2uI-Va-Seq" id="jPH-zd-3ag"/>
  12. <outlet property="button" destination="QJo-q8-m15" id="MyX-CN-b3n"/>
  13. <outlet property="label" destination="CFu-6F-yoa" id="ewG-lF-Fh1"/>
  14. <outlet property="labelContentView" destination="ke5-qF-WBV" id="PDK-eS-xef"/>
  15. <outlet property="secondTrialBtn" destination="pIG-TY-YRO" id="CtU-7B-BUB"/>
  16. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  17. </connections>
  18. </customObject>
  19. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  20. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  21. <customView id="Hz6-mo-xeY">
  22. <rect key="frame" x="0.0" y="0.0" width="184" height="20"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ke5-qF-WBV">
  26. <rect key="frame" x="0.0" y="0.0" width="136" height="18"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  28. <subviews>
  29. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CFu-6F-yoa">
  30. <rect key="frame" x="33" y="2" width="69" height="14"/>
  31. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  32. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Trial expired" id="8XR-4Y-Pwr">
  33. <font key="font" metaFont="smallSystem"/>
  34. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. <button hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pIG-TY-YRO">
  39. <rect key="frame" x="24" y="0.0" width="87" height="18"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  41. <buttonCell key="cell" type="bevel" title="Free Trial" bezelStyle="rounded" imagePosition="overlaps" alignment="center" lineBreakMode="charWrapping" imageScaling="axesIndependently" inset="2" id="a5h-OU-upy">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="smallSystem"/>
  44. </buttonCell>
  45. <connections>
  46. <action selector="secondTrialAction:" target="-2" id="55x-Hm-H0y"/>
  47. </connections>
  48. </button>
  49. </subviews>
  50. </customView>
  51. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2uI-Va-Seq">
  52. <rect key="frame" x="77" y="0.0" width="87" height="18"/>
  53. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  54. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Upgarde_bg_icon" id="Ck3-aK-AHy"/>
  55. </imageView>
  56. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QJo-q8-m15">
  57. <rect key="frame" x="77" y="0.0" width="87" height="18"/>
  58. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  59. <buttonCell key="cell" type="bevel" title="アップグレード" bezelStyle="rounded" imagePosition="overlaps" alignment="center" lineBreakMode="charWrapping" imageScaling="axesIndependently" inset="2" id="TYG-t1-nb5">
  60. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  61. <font key="font" metaFont="smallSystem"/>
  62. </buttonCell>
  63. <connections>
  64. <action selector="buttonAction:" target="-2" id="xOv-Gv-Xrg"/>
  65. </connections>
  66. </button>
  67. </subviews>
  68. <point key="canvasLocation" x="221" y="32"/>
  69. </customView>
  70. </objects>
  71. <resources>
  72. <image name="Upgarde_bg_icon" width="98" height="20"/>
  73. </resources>
  74. </document>