Ver código fonte

【综合】付费比较表调整

tangchao 4 meses atrás
pai
commit
e1bcc9a5c7

+ 37 - 23
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseCompareDMGWindowController.m

@@ -202,6 +202,8 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
 - (NSString *)_buyNowEventToPaidEventName;
 - (NSDictionary *)_getPaidEventParamsWith:(NSString *)eventN;
 
+@property (nonatomic, retain) AccountCenterWindowController *winC;
+
 @end
 
 @implementation KMPurchaseCompareDMGWindowController
@@ -249,7 +251,8 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
     [self.discountPriceLabel2 setHidden:YES];
 
     self.freeVersionLbl.stringValue = NSLocalizedString(@"Free Version", nil);
-    self.parmanentVerLbl.stringValue = NSLocalizedString(@"Permanent License", nil);
+//    self.parmanentVerLbl.stringValue = NSLocalizedString(@"Permanent License", nil);
+    self.parmanentVerLbl.stringValue = NSLocalizedString(@"VIP", nil);
     
     self.freeVersionInfoLbl1.stringValue =  self.parmanentVerInfoLbl1.stringValue = NSLocalizedString(@"View PDFs", nil);
     self.freeVersionInfoLbl2.stringValue = NSLocalizedString(@"Annotate PDFs (basic)", nil);
@@ -286,7 +289,9 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
     
     
     
+    self.oneTimeTipLbl.hidden = true;
     self.oneTimeTipLbl.stringValue = NSLocalizedString(@"one-time purchase", nil);
+    self.enterLicenseButton.hidden = true;
     self.enterLicenseButton.title = NSLocalizedString(@"Enter License", nil);
     [self.enterLicenseButton setTitleColor:[KMAppearance KMColor_Layout_W0]];
     self.enterLicenseButton.mouseMoveCallback = ^(BOOL mouseEntered) {
@@ -491,7 +496,7 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
 
 - (void)updatePurchaseInformation {
     self.freeTrialBox.hidden = NO;
-    self.titleLabel.stringValue = NSLocalizedString(@"Upgrade to Pro Version", nil);
+    self.titleLabel.stringValue = NSLocalizedString(@"Upgrade to authorized Pro version", nil);
     self.titleLabel.textColor = [NSColor whiteColor];
     
     [self.freeTrialButton setTitle:NSLocalizedString(@"7-day Free Trial", nil)];
@@ -751,11 +756,20 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
 }
 
 - (IBAction)buttonItemClicked_Buy:(id)sender {
+    if (self.winC.window.sheetParent != nil) {
+        return ;
+    }
+    AccountCenterWindowController *winC = [[AccountCenterWindowController alloc] initWithWindowNibName:@"AccountCenterWindowController"];
+    self.winC = winC;
+    [self.window beginSheet:winC.window completionHandler:^(NSModalResponse returnCode) {
 
+    }];
+    
+    
 #if VERSION_DMG
-    NSURL *url = [NSURL URLWithString:@"https://www.anyrecover.com/buy-pdf-editor-reader-converter"];
-    [[NSWorkspace sharedWorkspace] openURL:url];
-    [[FMTrackEventManager defaultManager] trackEventWithEvent:@"PUW" withProperties:@{@"PUW_Btn":@"PUW_Btn_UpgradeBuyNow"}];
+//    NSURL *url = [NSURL URLWithString:@"https://www.anyrecover.com/buy-pdf-editor-reader-converter"];
+//    [[NSWorkspace sharedWorkspace] openURL:url];
+//    [[FMTrackEventManager defaultManager] trackEventWithEvent:@"PUW" withProperties:@{@"PUW_Btn":@"PUW_Btn_UpgradeBuyNow"}];
 #endif
 
 //#if VERSION_DMG
@@ -766,24 +780,24 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
 
     
 #if VERSION_DMG
-    [self trackEvent_buyNow];
-    NSString *paidEventName = [self _buyNowEventToPaidEventName];
-    NSDictionary *paidEventParams = [self _getPaidEventParamsWith:paidEventName];
-    
-    NSString *thePaidEventName = paidEventParams.allKeys.firstObject;
-    NSDictionary *thePaidEventParams = nil;
-    if (paidEventName != nil && paidEventParams.allValues.firstObject != nil) {
-        thePaidEventParams = @{paidEventParams.allValues.firstObject : paidEventName};
-    }
-    
-    [self close];
-    
-    NSString *productID = @"";
-    if ([self.buySwitch state]) {
-        productID = @"com.brother.pdfreaderpro.mac.product_3";
-    } else {
-        productID = @"com.brother.pdfreaderpro.mac.product_1";
-    }
+//    [self trackEvent_buyNow];
+//    NSString *paidEventName = [self _buyNowEventToPaidEventName];
+//    NSDictionary *paidEventParams = [self _getPaidEventParamsWith:paidEventName];
+//
+//    NSString *thePaidEventName = paidEventParams.allKeys.firstObject;
+//    NSDictionary *thePaidEventParams = nil;
+//    if (paidEventName != nil && paidEventParams.allValues.firstObject != nil) {
+//        thePaidEventParams = @{paidEventParams.allValues.firstObject : paidEventName};
+//    }
+//
+//    [self close];
+//
+//    NSString *productID = @"";
+//    if ([self.buySwitch state]) {
+//        productID = @"com.brother.pdfreaderpro.mac.product_3";
+//    } else {
+//        productID = @"com.brother.pdfreaderpro.mac.product_1";
+//    }
 //    KMPurchaseEmbeddedWindowController *embeddedWC = [[KMPurchaseEmbeddedWindowController alloc] initWithWindowNibName:@"KMPurchaseEmbeddedWindowController"];
 //    KMPurchaseEmbeddedWindowController *embeddedWC = [KMPurchaseEmbeddedWindowController currentFirstTrialWC:productID];
 //    [embeddedWC beginSheetModalFor:NSApp.mainWindow completionHandler:^(NSInteger result) {

+ 3 - 97
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseCompareDMGWindowController.xib

@@ -19,9 +19,6 @@
                 <outlet property="aiTitleLabel" destination="inx-bW-irf" id="RYQ-CD-MPH"/>
                 <outlet property="buyNowBox" destination="uWP-u3-9ES" id="7M1-B9-9w1"/>
                 <outlet property="buyNowButton" destination="HrV-Kb-x66" id="Qc0-hK-Otk"/>
-                <outlet property="buySwitch" destination="tbA-Jh-3g0" id="3Ix-rM-0vu"/>
-                <outlet property="discountPriceLabel" destination="2Ai-gP-tyw" id="otG-Wx-3sn"/>
-                <outlet property="discountPriceLabel2" destination="Utf-37-XY7" id="kss-xI-f9y"/>
                 <outlet property="discountTipImage" destination="KBo-MG-ErN" id="xI6-Lo-YRE"/>
                 <outlet property="enterLicenseButton" destination="JrW-cc-ivk" id="8vR-Ti-GJy"/>
                 <outlet property="freeContendView" destination="bSI-fT-0EN" id="dpN-M9-Jg2"/>
@@ -29,7 +26,6 @@
                 <outlet property="freeTrialButton" destination="4fI-f7-Qnp" id="vgb-1F-F7n"/>
                 <outlet property="freeVersionBGView" destination="wbK-Ex-3dw" id="e9B-DT-BTi"/>
                 <outlet property="freeVersionInfoLbl1" destination="xaG-Yc-Kmu" id="L0r-pG-0sJ"/>
-                <outlet property="freeVersionInfoLbl10" destination="UKG-ux-KRO" id="bMo-Bi-L8B"/>
                 <outlet property="freeVersionInfoLbl2" destination="11Y-f7-Zj2" id="IYF-Nv-fV7"/>
                 <outlet property="freeVersionInfoLbl3" destination="cIu-Xk-RbB" id="eaj-JM-6qU"/>
                 <outlet property="freeVersionInfoLbl4" destination="drj-ku-nB2" id="K9f-VW-RZh"/>
@@ -40,13 +36,10 @@
                 <outlet property="freeVersionLbl" destination="hW7-gR-Gg1" id="x2T-M6-cXN"/>
                 <outlet property="freeVersionLineView" destination="vL8-ba-6qD" id="qPG-2Q-Y4Z"/>
                 <outlet property="oneTimeTipLbl" destination="tDw-Yz-8eU" id="JzJ-Bq-FFG"/>
-                <outlet property="originalPriceLabel" destination="ff7-bb-SZU" id="wMW-2K-rl6"/>
                 <outlet property="parmanentInfoView" destination="pBx-aL-HB5" id="bES-gi-ZXJ"/>
                 <outlet property="parmanentVerBGView" destination="sMr-Hu-FgQ" id="qBw-GC-9u7"/>
                 <outlet property="parmanentVerInfoBtn2" destination="3mX-DM-Ssw" id="wor-Lh-GWC"/>
-                <outlet property="parmanentVerInfoImage1" destination="XEN-LV-Gvh" id="tdi-Sb-6ua"/>
                 <outlet property="parmanentVerInfoLbl1" destination="zlT-ii-WYi" id="DXw-7o-Se2"/>
-                <outlet property="parmanentVerInfoLbl10" destination="HWK-kT-yEA" id="Sb9-FY-5sU"/>
                 <outlet property="parmanentVerInfoLbl2" destination="xnv-Sf-nZ1" id="4ek-uc-drU"/>
                 <outlet property="parmanentVerInfoLbl3" destination="Dgh-Aq-0O5" id="f5F-xX-27f"/>
                 <outlet property="parmanentVerInfoLbl4" destination="kaB-X2-mLe" id="IZE-wJ-aVA"/>
@@ -56,8 +49,6 @@
                 <outlet property="parmanentVerInfoLbl8" destination="6cc-rQ-t1T" id="ThZ-hd-85d"/>
                 <outlet property="parmanentVerLbl" destination="xB9-aF-9mk" id="ya8-aa-ISN"/>
                 <outlet property="parmanentVerinfoimg2" destination="Tko-Q7-b96" id="jxq-yK-b9I"/>
-                <outlet property="permanentLabel" destination="7RN-3g-qpL" id="J1U-hW-PCm"/>
-                <outlet property="premiumLabel" destination="UAe-RJ-yib" id="yhm-cr-zxi"/>
                 <outlet property="titleLabel" destination="PYw-CG-kOA" id="97w-HQ-3Fh"/>
                 <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
             </connections>
@@ -94,7 +85,7 @@
                                 </connections>
                             </button>
                             <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PYw-CG-kOA">
-                                <rect key="frame" x="330" y="556" width="273" height="24"/>
+                                <rect key="frame" x="330" y="538" width="273" height="24"/>
                                 <textFieldCell key="cell" lineBreakMode="clipping" title="Upgrade to Permanent Version" id="mXT-0V-U8G">
                                     <font key="font" metaFont="system" size="20"/>
                                     <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -293,7 +284,6 @@
                                                     <constraint firstItem="9Cn-ee-K9o" firstAttribute="top" secondItem="8ix-zm-8qS" secondAttribute="top" id="L2r-fk-Q05"/>
                                                     <constraint firstAttribute="trailing" secondItem="xaG-Yc-Kmu" secondAttribute="trailing" constant="2" id="Lde-xs-gYU"/>
                                                     <constraint firstItem="8Eg-fh-d4o" firstAttribute="top" secondItem="9Cn-ee-K9o" secondAttribute="bottom" constant="8" id="O9F-Af-Vou"/>
-                                                    <constraint firstItem="Sh5-3m-GcE" firstAttribute="leading" secondItem="uTt-h1-2BX" secondAttribute="leading" id="PL9-ff-3Pl"/>
                                                     <constraint firstAttribute="width" constant="236" id="Phu-yR-kca"/>
                                                     <constraint firstItem="8ix-zm-8qS" firstAttribute="leading" secondItem="uTt-h1-2BX" secondAttribute="leading" id="SPC-YH-oSr"/>
                                                     <constraint firstItem="6Qi-Bb-cZi" firstAttribute="leading" secondItem="uTt-h1-2BX" secondAttribute="leading" id="Vxs-IL-Z5e"/>
@@ -302,7 +292,6 @@
                                                     <constraint firstItem="s2U-Oo-hyt" firstAttribute="leading" secondItem="uTt-h1-2BX" secondAttribute="leading" id="YCz-zW-hFh"/>
                                                     <constraint firstItem="aqC-Bx-eUM" firstAttribute="top" secondItem="2EZ-EI-7h1" secondAttribute="top" id="Zgk-nc-bNQ"/>
                                                     <constraint firstItem="AAH-AD-uBk" firstAttribute="leading" secondItem="7w2-Se-UeC" secondAttribute="trailing" constant="16" id="a2p-PQ-9hH"/>
-                                                    <constraint firstItem="UKG-ux-KRO" firstAttribute="top" secondItem="GCv-Zo-FpH" secondAttribute="bottom" constant="10" id="a5Y-gA-ut5"/>
                                                     <constraint firstItem="8Eg-fh-d4o" firstAttribute="leading" secondItem="Jgm-mH-Qhj" secondAttribute="trailing" constant="16" id="aE2-nY-dM1"/>
                                                     <constraint firstItem="cIu-Xk-RbB" firstAttribute="top" secondItem="s2U-Oo-hyt" secondAttribute="top" id="aiz-5c-Atk"/>
                                                     <constraint firstAttribute="trailing" secondItem="aqC-Bx-eUM" secondAttribute="trailing" constant="2" id="c77-bH-OjR"/>
@@ -705,7 +694,6 @@
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="n9c-Vb-LAE">
                                                 <rect key="frame" x="0.0" y="60" width="20" height="20"/>
-                                                <rect key="frame" x="0.0" y="112" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="20" id="Axv-Mo-9sE"/>
                                                     <constraint firstAttribute="width" constant="20" id="Psf-Oi-2tN"/>
@@ -789,14 +777,12 @@
                                             <constraint firstItem="xnv-Sf-nZ1" firstAttribute="top" secondItem="JZk-yI-ZN1" secondAttribute="top" id="QY4-AL-hm1"/>
                                             <constraint firstItem="Jb1-Ji-S0u" firstAttribute="leading" secondItem="m8L-nN-ucX" secondAttribute="trailing" constant="16" id="ZxK-bI-iAG"/>
                                             <constraint firstItem="7p3-XR-Rs2" firstAttribute="top" secondItem="HHk-6V-4yO" secondAttribute="top" id="aS0-ID-5A3"/>
-                                            <constraint firstItem="HWK-kT-yEA" firstAttribute="top" secondItem="sAj-ob-iZk" secondAttribute="bottom" constant="10" id="aUv-mX-x1T"/>
                                             <constraint firstAttribute="width" constant="236" id="bvk-yN-VFJ"/>
                                             <constraint firstItem="Tko-Q7-b96" firstAttribute="bottom" secondItem="3mX-DM-Ssw" secondAttribute="bottom" id="c34-GP-ZhL"/>
                                             <constraint firstItem="xnv-Sf-nZ1" firstAttribute="top" secondItem="zlT-ii-WYi" secondAttribute="bottom" constant="8" id="c57-Jp-KlT"/>
                                             <constraint firstItem="Dgh-Aq-0O5" firstAttribute="top" secondItem="Xkj-ZO-il5" secondAttribute="top" id="cS4-YD-Fcj"/>
                                             <constraint firstAttribute="trailing" secondItem="kaB-X2-mLe" secondAttribute="trailing" constant="2" id="cpP-jU-ran"/>
                                             <constraint firstAttribute="trailing" secondItem="Jb1-Ji-S0u" secondAttribute="trailing" constant="2" id="cqa-sG-3xY"/>
-                                            <constraint firstItem="HWK-kT-yEA" firstAttribute="leading" secondItem="ezi-hQ-XkB" secondAttribute="trailing" constant="16" id="dZ4-Ou-fhU"/>
                                             <constraint firstAttribute="trailing" secondItem="Dgh-Aq-0O5" secondAttribute="trailing" constant="2" id="due-i9-zE5"/>
                                             <constraint firstItem="6cc-rQ-t1T" firstAttribute="top" secondItem="qgp-Ha-4AU" secondAttribute="top" id="exo-gG-qoa"/>
                                             <constraint firstItem="Jb1-Ji-S0u" firstAttribute="top" secondItem="m8L-nN-ucX" secondAttribute="top" id="eyA-4Y-isQ"/>
@@ -804,7 +790,6 @@
                                             <constraint firstItem="HHk-6V-4yO" firstAttribute="leading" secondItem="pBx-aL-HB5" secondAttribute="leading" id="hee-kE-zBr"/>
                                             <constraint firstAttribute="trailing" secondItem="tPr-KE-sls" secondAttribute="trailing" constant="2" id="hpZ-4G-Nqz"/>
                                             <constraint firstItem="Tko-Q7-b96" firstAttribute="top" secondItem="3mX-DM-Ssw" secondAttribute="top" id="iNb-vf-kIX"/>
-                                            <constraint firstItem="ezi-hQ-XkB" firstAttribute="centerY" secondItem="HWK-kT-yEA" secondAttribute="centerY" id="ks3-B0-jfd"/>
                                             <constraint firstItem="3mX-DM-Ssw" firstAttribute="centerY" secondItem="xnv-Sf-nZ1" secondAttribute="centerY" id="mAY-Hd-isN"/>
                                             <constraint firstItem="XEN-LV-Gvh" firstAttribute="leading" secondItem="pBx-aL-HB5" secondAttribute="leading" id="nSi-B8-wBW"/>
                                             <constraint firstItem="Tko-Q7-b96" firstAttribute="trailing" secondItem="3mX-DM-Ssw" secondAttribute="trailing" id="ngv-2q-YxI"/>
@@ -841,97 +826,18 @@
                                         </constraints>
                                         <color key="fillColor" red="1" green="0.36862745098039218" blue="0.17254901960784313" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                     </box>
-                                    <switch horizontalHuggingPriority="750" verticalHuggingPriority="750" baseWritingDirection="leftToRight" alignment="left" state="on" translatesAutoresizingMaskIntoConstraints="NO" id="tbA-Jh-3g0">
-                                        <rect key="frame" x="128" y="468" width="44" height="23"/>
-                                        <constraints>
-                                            <constraint firstAttribute="width" constant="40" id="Pmx-W4-KxA"/>
-                                            <constraint firstAttribute="height" constant="20" id="qRM-7N-pfi"/>
-                                        </constraints>
-                                        <connections>
-                                            <action selector="buySwitchAction:" target="-2" id="aGa-wU-cTS"/>
-                                        </connections>
-                                    </switch>
-                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UAe-RJ-yib">
-                                        <rect key="frame" x="87" y="472" width="37" height="16"/>
-                                        <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="hjh-hL-QZA">
-                                            <font key="font" metaFont="system"/>
-                                            <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
-                                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                        </textFieldCell>
-                                    </textField>
-                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7RN-3g-qpL">
-                                        <rect key="frame" x="176" y="472" width="37" height="16"/>
-                                        <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="z8K-Cc-0da">
-                                            <font key="font" metaFont="system"/>
-                                            <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
-                                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                        </textFieldCell>
-                                    </textField>
-                                    <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ZIL-vW-TJt">
-                                        <rect key="frame" x="115" y="363" width="70" height="54"/>
-                                        <view key="contentView" id="jja-GZ-6mb">
-                                            <rect key="frame" x="0.0" y="0.0" width="70" height="54"/>
-                                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-                                            <subviews>
-                                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2Ai-gP-tyw">
-                                                    <rect key="frame" x="-2" y="19" width="37" height="16"/>
-                                                    <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Pdd-go-c9s">
-                                                        <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 focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ff7-bb-SZU">
-                                                    <rect key="frame" x="35" y="8" width="37" height="16"/>
-                                                    <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="giy-sO-fLN">
-                                                        <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 focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Utf-37-XY7">
-                                                    <rect key="frame" x="17" y="19" width="37" height="16"/>
-                                                    <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="A8X-la-7P2">
-                                                        <font key="font" metaFont="system"/>
-                                                        <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
-                                                        <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
-                                                    </textFieldCell>
-                                                </textField>
-                                            </subviews>
-                                            <constraints>
-                                                <constraint firstItem="2Ai-gP-tyw" firstAttribute="leading" secondItem="jja-GZ-6mb" secondAttribute="leading" id="Zbp-ib-vwL"/>
-                                                <constraint firstAttribute="bottom" secondItem="ff7-bb-SZU" secondAttribute="bottom" constant="8" id="gEx-E2-yEP"/>
-                                                <constraint firstItem="ff7-bb-SZU" firstAttribute="leading" secondItem="2Ai-gP-tyw" secondAttribute="trailing" constant="4" id="x4f-DK-uBx"/>
-                                                <constraint firstAttribute="trailing" secondItem="ff7-bb-SZU" secondAttribute="trailing" id="zeZ-KC-fCO"/>
-                                            </constraints>
-                                        </view>
-                                        <constraints>
-                                            <constraint firstItem="2Ai-gP-tyw" firstAttribute="centerY" secondItem="ZIL-vW-TJt" secondAttribute="centerY" id="6QE-RL-Ti6"/>
-                                            <constraint firstItem="Utf-37-XY7" firstAttribute="centerY" secondItem="ZIL-vW-TJt" secondAttribute="centerY" id="Nx6-i7-a2N"/>
-                                            <constraint firstItem="Utf-37-XY7" firstAttribute="centerX" secondItem="ZIL-vW-TJt" secondAttribute="centerX" id="Ny9-Rf-4ej"/>
-                                            <constraint firstAttribute="height" constant="54" id="QTP-2n-xhK"/>
-                                        </constraints>
-                                    </box>
                                 </subviews>
                                 <constraints>
-                                    <constraint firstItem="tbA-Jh-3g0" firstAttribute="centerX" secondItem="sMr-Hu-FgQ" secondAttribute="centerX" id="3St-Et-kjV"/>
-                                    <constraint firstItem="tbA-Jh-3g0" firstAttribute="centerY" secondItem="UAe-RJ-yib" secondAttribute="centerY" id="4aI-Xh-UaT"/>
-                                    <constraint firstItem="7RN-3g-qpL" firstAttribute="leading" secondItem="tbA-Jh-3g0" secondAttribute="trailing" constant="8" id="7hz-hH-dDG"/>
-                                    <constraint firstItem="ZIL-vW-TJt" firstAttribute="centerX" secondItem="sMr-Hu-FgQ" secondAttribute="centerX" id="9t3-KT-9Jb"/>
                                     <constraint firstItem="uWP-u3-9ES" firstAttribute="centerX" secondItem="sMr-Hu-FgQ" secondAttribute="centerX" id="Bqf-og-JFh"/>
                                     <constraint firstItem="tDw-Yz-8eU" firstAttribute="top" secondItem="xB9-aF-9mk" secondAttribute="bottom" constant="4" id="DGA-bU-9gY"/>
                                     <constraint firstItem="40K-mz-4Ku" firstAttribute="top" secondItem="sMr-Hu-FgQ" secondAttribute="top" constant="8" id="Dkp-Hb-ZFe"/>
                                     <constraint firstItem="pBx-aL-HB5" firstAttribute="centerX" secondItem="sMr-Hu-FgQ" secondAttribute="centerX" id="FdQ-LU-Vhk"/>
-                                    <constraint firstItem="xB9-aF-9mk" firstAttribute="top" secondItem="tbA-Jh-3g0" secondAttribute="bottom" constant="4" id="NKf-rd-VIZ"/>
                                     <constraint firstAttribute="trailing" secondItem="40K-mz-4Ku" secondAttribute="trailing" constant="8" id="Y1o-3d-tAd"/>
-                                    <constraint firstItem="ZIL-vW-TJt" firstAttribute="top" secondItem="tDw-Yz-8eU" secondAttribute="bottom" id="bdg-uw-NXC"/>
-                                    <constraint firstItem="tbA-Jh-3g0" firstAttribute="leading" secondItem="UAe-RJ-yib" secondAttribute="trailing" constant="8" id="etL-d2-map"/>
+                                    <constraint firstItem="pBx-aL-HB5" firstAttribute="top" secondItem="sMr-Hu-FgQ" secondAttribute="top" constant="130" id="aoK-Tz-SkB"/>
                                     <constraint firstItem="xB9-aF-9mk" firstAttribute="centerX" secondItem="sMr-Hu-FgQ" secondAttribute="centerX" id="ivC-qZ-v9a"/>
                                     <constraint firstItem="uWP-u3-9ES" firstAttribute="top" secondItem="pBx-aL-HB5" secondAttribute="bottom" constant="20" id="jk7-qg-Ge3"/>
                                     <constraint firstItem="tDw-Yz-8eU" firstAttribute="centerX" secondItem="sMr-Hu-FgQ" secondAttribute="centerX" id="nWr-w9-XPl"/>
-                                    <constraint firstItem="pBx-aL-HB5" firstAttribute="top" secondItem="ZIL-vW-TJt" secondAttribute="bottom" constant="5" id="qvX-h0-gak"/>
                                     <constraint firstAttribute="width" constant="300" id="tFa-vJ-rIX"/>
-                                    <constraint firstItem="7RN-3g-qpL" firstAttribute="centerY" secondItem="tbA-Jh-3g0" secondAttribute="centerY" id="tJV-X7-fKl"/>
                                     <constraint firstItem="xB9-aF-9mk" firstAttribute="top" secondItem="sMr-Hu-FgQ" secondAttribute="top" constant="44" id="zv3-r4-BjG"/>
                                 </constraints>
                             </customView>
@@ -953,7 +859,7 @@
                             <constraint firstAttribute="bottom" secondItem="bSI-fT-0EN" secondAttribute="bottom" constant="32" id="Gnz-bg-bgO"/>
                             <constraint firstItem="sMr-Hu-FgQ" firstAttribute="bottom" secondItem="bSI-fT-0EN" secondAttribute="bottom" constant="12" id="HY7-IA-dNE"/>
                             <constraint firstItem="sMr-Hu-FgQ" firstAttribute="trailing" secondItem="KBo-MG-ErN" secondAttribute="trailing" constant="-17" id="MYX-lm-hZ1"/>
-                            <constraint firstItem="PYw-CG-kOA" firstAttribute="top" secondItem="1YN-0h-Eql" secondAttribute="top" constant="30" id="SD8-5p-QbQ"/>
+                            <constraint firstItem="PYw-CG-kOA" firstAttribute="top" secondItem="1YN-0h-Eql" secondAttribute="top" constant="48" id="SD8-5p-QbQ"/>
                             <constraint firstItem="Ybk-PR-oIW" firstAttribute="bottom" secondItem="bSI-fT-0EN" secondAttribute="bottom" id="UPA-9e-Hs2"/>
                             <constraint firstItem="sMr-Hu-FgQ" firstAttribute="leading" secondItem="bSI-fT-0EN" secondAttribute="trailing" constant="-6" id="XQO-bQ-yyI"/>
                             <constraint firstItem="KBo-MG-ErN" firstAttribute="top" secondItem="sMr-Hu-FgQ" secondAttribute="top" constant="62" id="klB-P3-TGc"/>

+ 1 - 1
PDF Office/PDF Master/Class/Purchase/DMG/Verification/KMVerificationMessageViewController.m

@@ -42,7 +42,7 @@ NSPopoverDelegate>
 
 @property (nonatomic, retain) KMUnlockAlertViewController *testVC;
 
-@property (nonatomic, retain) AccountCenterWindowController*winC;
+@property (nonatomic, retain) AccountCenterWindowController *winC;
 
 
 @end

+ 2 - 0
PDF Office/PDF Master/Strings/ar.lproj/Localizable.strings

@@ -4794,3 +4794,5 @@
 "Yes"="نعم";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="تم تسجيل الدخول إلى حسابك على جهاز آخر. إذا لم تطلب تسجيل الدخول، يرجى تغيير كلمة المرور الخاصة بك.";
 "OK"="موافق";
+
+"Upgrade to authorized Pro version" = "الترقية إلى الإصدار الاحترافي المعتمد";

+ 2 - 0
PDF Office/PDF Master/Strings/de.lproj/Localizable.strings

@@ -3163,3 +3163,5 @@
 "Yes"="Ja";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Ihr Konto wurde bereits auf einem anderen Gerät angemeldet. Wenn Sie die Anmeldung nicht anfordern, ändern Sie bitte Ihr Passwort.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Upgrade auf autorisierte Pro-Version";

+ 2 - 0
PDF Office/PDF Master/Strings/en.lproj/Localizable.strings

@@ -4326,3 +4326,5 @@
 "Yes"="Yes";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Your account has been logged in on another device. If you do not request the login, please change your password.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Upgrade to authorized Pro version";

+ 2 - 0
PDF Office/PDF Master/Strings/es.lproj/Localizable.strings

@@ -3245,3 +3245,5 @@
 "Yes"="Sí";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Su cuenta ha sido iniciada en otro dispositivo. Si no solicita el inicio de sesión, cambie su contraseña.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Actualizar a la versión Pro autorizada";

+ 2 - 0
PDF Office/PDF Master/Strings/fr.lproj/Localizable.strings

@@ -3125,3 +3125,5 @@
 "Yes"="Oui";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Votre compte a été connecté sur un autre appareil. Si vous ne demandez pas la connexion, veuillez modifier votre mot de passe.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Mise à niveau vers la version Pro autorisée";

+ 2 - 0
PDF Office/PDF Master/Strings/it.lproj/Localizable.strings

@@ -3042,3 +3042,5 @@
 "Yes"="Sì";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Il suo account è stato registrato su un altro dispositivo. Se non si richiede l'accesso, si prega di cambiare la password.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Aggiorna alla versione Pro autorizzata";

+ 2 - 0
PDF Office/PDF Master/Strings/ja.lproj/Localizable.strings

@@ -3320,3 +3320,5 @@
 "Yes"="はい";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="あなたのアカウントは別のデバイスでログインされています。ログインを要求しない場合は、パスワードを変更してください。";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "認定されたProバージョンにアップグレード";

+ 2 - 0
PDF Office/PDF Master/Strings/nl.lproj/Localizable.strings

@@ -3201,3 +3201,5 @@
 "Yes"="Ja";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Je account is aangemeld op een ander apparaat. Als u de aanmelding niet aanvraagt, wijzig dan uw wachtwoord.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Upgrade naar een geautoriseerde Pro-versie";

+ 2 - 0
PDF Office/PDF Master/Strings/pl.lproj/Localizable.strings

@@ -3257,3 +3257,5 @@
 "Yes"="Tak";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Twoje konto zostało zalogowane na innym urządzeniu. Jeśli nie chcesz się zalogować, zmień hasło.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Uaktualnij do autoryzowanej wersji Pro";

+ 2 - 0
PDF Office/PDF Master/Strings/pt.lproj/Localizable.strings

@@ -4714,3 +4714,5 @@
 "Yes"="Sim";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Sua conta foi conectada em outro dispositivo. Se você não solicitar o login, altere sua senha.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Atualize para a versão Pro autorizada";

+ 2 - 0
PDF Office/PDF Master/Strings/ru.lproj/Localizable.strings

@@ -3190,3 +3190,5 @@
 "Yes"="Да";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="Ваша учетная запись была зарегистрирована на другом устройстве. Если вы не запрашиваете вход, пожалуйста, измените пароль.";
 "OK"="OK";
+
+"Upgrade to authorized Pro version" = "Обновитесь до авторизованной версии Pro";

+ 2 - 0
PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings

@@ -4247,3 +4247,5 @@
 "Yes"="是";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="您的账号已在其他设备登录,如未请求登录,请修改密码。";
 "OK"="好的";
+
+"Upgrade to authorized Pro version" = "升级授权Pro版本";

+ 2 - 0
PDF Office/PDF Master/Strings/zh-Hant.lproj/Localizable.strings

@@ -4360,3 +4360,5 @@
 "Yes"="是的";
 "Your account has been logged in on another device. If you do not request the login, please change your password."="您的帳戶已在其他裝置上登入。如果您不要求登錄,請更改您的密碼。";
 "OK"="好的";
+
+"Upgrade to authorized Pro version" = "升級授權Pro版本";