123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMCancellationSuccessView" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="closeBox" destination="Ews-5U-e3e" id="t0c-47-yxx"/>
- <outlet property="closeButton" destination="Tx7-Ft-LhQ" id="ugb-xT-o47"/>
- <outlet property="doneView" destination="ICE-z5-M1Q" id="3pB-il-NkF"/>
- <outlet property="subTitleLabel" destination="iye-TR-Rcu" id="v1G-3q-xS3"/>
- <outlet property="titleLabel" destination="i1q-1C-cVS" id="gZH-Jx-huE"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="326" height="408"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="M22-FE-Phc">
- <rect key="frame" x="48" y="122" width="230" height="238"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="v3R-yS-PKg">
- <rect key="frame" x="70" y="148" width="90" height="90"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SAP-e1-U1t">
- <rect key="frame" x="0.0" y="0.0" width="90" height="90"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="icon_success_tips" id="xEq-G7-TX4"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstAttribute="height" constant="90" id="XjS-oT-Mty"/>
- <constraint firstAttribute="width" constant="90" id="mqp-Wr-uiK"/>
- </constraints>
- </customView>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="i1q-1C-cVS">
- <rect key="frame" x="-2" y="116" width="234" height="16"/>
- <textFieldCell key="cell" lineBreakMode="charWrapping" alignment="center" title="Cancellation Submitted" id="62J-pr-O9u">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iye-TR-Rcu">
- <rect key="frame" x="-2" y="36" width="234" height="64"/>
- <textFieldCell key="cell" lineBreakMode="charWrapping" alignment="center" title="Your account will be canceled within 3 working days and there is no need to submit the application for cancellation again" id="eGy-Ov-ABz">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="iye-TR-Rcu" firstAttribute="top" secondItem="i1q-1C-cVS" secondAttribute="bottom" constant="16" id="8c4-Ho-aqf"/>
- <constraint firstItem="v3R-yS-PKg" firstAttribute="centerX" secondItem="M22-FE-Phc" secondAttribute="centerX" id="Z9v-OB-DWq"/>
- <constraint firstAttribute="height" constant="238" id="eYR-le-rcN"/>
- <constraint firstAttribute="width" constant="230" id="hec-4J-W5K"/>
- <constraint firstAttribute="trailing" secondItem="i1q-1C-cVS" secondAttribute="trailing" id="iib-xz-DN4"/>
- <constraint firstItem="iye-TR-Rcu" firstAttribute="centerX" secondItem="M22-FE-Phc" secondAttribute="centerX" id="jYH-Os-t3X"/>
- <constraint firstItem="iye-TR-Rcu" firstAttribute="leading" secondItem="M22-FE-Phc" secondAttribute="leading" id="lIZ-xc-68e"/>
- <constraint firstItem="i1q-1C-cVS" firstAttribute="top" secondItem="v3R-yS-PKg" secondAttribute="bottom" constant="16" id="ph2-LT-Tum"/>
- <constraint firstItem="v3R-yS-PKg" firstAttribute="top" secondItem="M22-FE-Phc" secondAttribute="top" id="qND-ac-gmc"/>
- <constraint firstItem="i1q-1C-cVS" firstAttribute="centerX" secondItem="M22-FE-Phc" secondAttribute="centerX" id="rdl-GI-BIU"/>
- <constraint firstItem="i1q-1C-cVS" firstAttribute="leading" secondItem="M22-FE-Phc" secondAttribute="leading" id="ucl-5D-jAo"/>
- <constraint firstAttribute="trailing" secondItem="iye-TR-Rcu" secondAttribute="trailing" id="vmJ-VK-75G"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="i4O-Wa-FiJ">
- <rect key="frame" x="0.0" y="380" width="326" height="28"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" cornerRadius="4" translatesAutoresizingMaskIntoConstraints="NO" id="Ews-5U-e3e" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="8" y="8" width="12" height="12"/>
- <view key="contentView" id="k6j-Be-QCf">
- <rect key="frame" x="0.0" y="0.0" width="12" height="12"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="Q3a-SF-zQB"/>
- <constraint firstAttribute="width" constant="12" id="YIj-ZS-wDh"/>
- </constraints>
- </box>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Tx7-Ft-LhQ">
- <rect key="frame" x="8" y="8" width="12" height="12"/>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="01y-7H-n7t"/>
- <constraint firstAttribute="width" constant="12" id="Ege-Ta-tLC"/>
- </constraints>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="control_btn_icon_close" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="jmB-Fp-WOg">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="closeButtonAction:" target="-2" id="4ZL-7U-SRB"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="Tx7-Ft-LhQ" firstAttribute="centerY" secondItem="i4O-Wa-FiJ" secondAttribute="centerY" id="EPh-9t-gTt"/>
- <constraint firstItem="Ews-5U-e3e" firstAttribute="leading" secondItem="i4O-Wa-FiJ" secondAttribute="leading" constant="8" id="Y1g-R1-5jT"/>
- <constraint firstAttribute="height" constant="28" id="eAM-wW-B3T"/>
- <constraint firstItem="Tx7-Ft-LhQ" firstAttribute="leading" secondItem="i4O-Wa-FiJ" secondAttribute="leading" constant="8" id="i6L-Gm-PVw"/>
- <constraint firstItem="Ews-5U-e3e" firstAttribute="centerY" secondItem="i4O-Wa-FiJ" secondAttribute="centerY" id="zxu-C4-nb6"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="ICE-z5-M1Q">
- <rect key="frame" x="32" y="50" width="262" height="32"/>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="36K-gi-LVF"/>
- <constraint firstAttribute="width" constant="262" id="CbA-10-CEc"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="M22-FE-Phc" firstAttribute="top" secondItem="i4O-Wa-FiJ" secondAttribute="bottom" constant="20" id="1ig-dk-AXZ"/>
- <constraint firstItem="ICE-z5-M1Q" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="6fF-3w-lD6"/>
- <constraint firstAttribute="trailing" secondItem="i4O-Wa-FiJ" secondAttribute="trailing" id="Fqq-ST-fvm"/>
- <constraint firstItem="M22-FE-Phc" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="Mgj-Un-Tcx"/>
- <constraint firstItem="i4O-Wa-FiJ" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Ulf-QH-blD"/>
- <constraint firstItem="i4O-Wa-FiJ" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="eza-Wo-ze3"/>
- <constraint firstItem="ICE-z5-M1Q" firstAttribute="top" secondItem="M22-FE-Phc" secondAttribute="bottom" constant="40" id="t3h-Of-pUs"/>
- </constraints>
- <point key="canvasLocation" x="132" y="-72"/>
- </customView>
- </objects>
- <resources>
- <image name="control_btn_icon_close" width="12" height="12"/>
- <image name="icon_success_tips" width="80" height="80"/>
- </resources>
- </document>
|