Browse Source

【fix】【比较表】付费内容新增搜索替换和测量,是否需要调整比较表内容

tangchao 6 months ago
parent
commit
73dd840148

+ 18 - 7
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseCompareDMGWindowController.m

@@ -146,6 +146,8 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
 @property (assign) IBOutlet NSTextField *freeVersionInfoLbl8;
 @property (assign) IBOutlet NSTextField *freeVersionInfoLbl9;
 
+@property (weak) IBOutlet NSTextField *freeVersionInfoLbl10;
+
 @property (assign) IBOutlet NSView *parmanentVerBGView;
 @property (assign) IBOutlet NSTextField *parmanentVerLbl;
 @property (assign) IBOutlet NSTextField *parmanentVerInfoLbl1;
@@ -157,6 +159,9 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
 @property (assign) IBOutlet NSTextField *parmanentVerInfoLbl7;
 @property (assign) IBOutlet NSTextField *parmanentVerInfoLbl8;
 @property (assign) IBOutlet NSTextField *parmanentVerInfoLbl9;
+
+@property (weak) IBOutlet NSTextField *parmanentVerInfoLbl10;
+
 @property (assign) IBOutlet KMButton *parmanentVerInfoBtn2;
 @property (assign) IBOutlet NSImageView *parmanentVerinfoimg2;
 @property (assign) IBOutlet NSView *parmanentInfoView;
@@ -228,7 +233,8 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
     self.freeVersionInfoLbl6.stringValue = self.parmanentVerInfoLbl6.stringValue = NSLocalizedString(@"Organize pages", nil);
     self.freeVersionInfoLbl7.stringValue = self.parmanentVerInfoLbl7.stringValue = NSLocalizedString(@"Batch process", nil);
     self.freeVersionInfoLbl8.stringValue = self.parmanentVerInfoLbl8.stringValue = NSLocalizedString(@"OCR PDFs", nil);
-    self.freeVersionInfoLbl9.stringValue = self.parmanentVerInfoLbl9.stringValue = NSLocalizedString(@"Ad-free", nil);
+    self.freeVersionInfoLbl9.stringValue = self.parmanentVerInfoLbl9.stringValue = NSLocalizedString(@"Measuring Tools", nil);
+    self.freeVersionInfoLbl10.stringValue = self.parmanentVerInfoLbl10.stringValue = NSLocalizedString(@"Ad-free", nil);
 
 //    self.parmanentVerinfoimg2.toolTip = NSLocalizedString(@"Support insert links and custom stamps", nil);
     self.parmanentVerInfoBtn2.mouseMoveCallback = ^(BOOL mouseEntered) {
@@ -275,6 +281,7 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
     self.freeVersionInfoLbl7.font = self.parmanentVerInfoLbl7.font = [NSFont SFProTextRegularFont:14.];
     self.freeVersionInfoLbl8.font = self.parmanentVerInfoLbl8.font = [NSFont SFProTextRegularFont:14.];
     self.freeVersionInfoLbl9.font = self.parmanentVerInfoLbl9.font = [NSFont SFProTextRegularFont:14.];
+    self.freeVersionInfoLbl10.font = self.parmanentVerInfoLbl10.font = [NSFont SFProTextRegularFont:14.];
     self.buyNowButton.font = [NSFont UbuntuMediumFontWithSize:16];
     self.freeTrialButton.font = [NSFont UbuntuMediumFontWithSize:16];
     
@@ -373,8 +380,9 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
         self.freeVersionInfoLbl5.textColor =
         self.freeVersionInfoLbl6.textColor =
         self.freeVersionInfoLbl7.textColor =
-        self.freeVersionInfoLbl8.textColor = 
-        self.freeVersionInfoLbl9.textColor = [NSColor whiteColor];
+        self.freeVersionInfoLbl8.textColor =
+        self.freeVersionInfoLbl9.textColor =
+        self.freeVersionInfoLbl10.textColor = [NSColor whiteColor];
         
         self.parmanentVerInfoLbl1.textColor = 
         self.parmanentVerInfoLbl2.textColor =
@@ -384,7 +392,8 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
         self.parmanentVerInfoLbl6.textColor =
         self.parmanentVerInfoLbl7.textColor = 
         self.parmanentVerInfoLbl8.textColor =
-        self.parmanentVerInfoLbl9.textColor = [NSColor whiteColor];
+        self.parmanentVerInfoLbl9.textColor =
+        self.parmanentVerInfoLbl10.textColor = [NSColor whiteColor];
         
         self.aiInfoLbl1.textColor = self.aiInfoLbl2.textColor = self.aiInfoLbl3.textColor = self.aiInfoLbl4.textColor = [NSColor whiteColor];
         self.aiPurchaseLabel.textColor = [NSColor whiteColor];
@@ -407,7 +416,8 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
         self.freeVersionInfoLbl6.textColor =
         self.freeVersionInfoLbl7.textColor =
         self.freeVersionInfoLbl8.textColor =
-        self.freeVersionInfoLbl9.textColor = [NSColor colorWithRed:20/255.0 green:0/255.0 blue:102/255.0 alpha:1];
+        self.freeVersionInfoLbl9.textColor =
+        self.freeVersionInfoLbl10.textColor = [NSColor colorWithRed:20/255.0 green:0/255.0 blue:102/255.0 alpha:1];
         
         self.parmanentVerInfoLbl1.textColor = 
         self.parmanentVerInfoLbl2.textColor =
@@ -416,8 +426,9 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
         self.parmanentVerInfoLbl5.textColor =
         self.parmanentVerInfoLbl6.textColor =
         self.parmanentVerInfoLbl7.textColor =
-        self.parmanentVerInfoLbl8.textColor = 
-        self.parmanentVerInfoLbl9.textColor = [NSColor whiteColor];
+        self.parmanentVerInfoLbl8.textColor =
+        self.parmanentVerInfoLbl9.textColor =
+        self.parmanentVerInfoLbl10.textColor = [NSColor whiteColor];
         
         self.aiInfoLbl1.textColor = self.aiInfoLbl2.textColor = self.aiInfoLbl3.textColor = self.aiInfoLbl4.textColor = [NSColor colorWithRed:20/255. green:0 blue:102/255. alpha:1];
         self.aiPurchaseLabel.textColor = [NSColor whiteColor];

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

@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
     <dependencies>
         <deployment identifier="macosx"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
     <objects>
@@ -26,6 +26,7 @@
                 <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"/>
@@ -41,6 +42,7 @@
                 <outlet property="parmanentVerBGView" destination="sMr-Hu-FgQ" id="qBw-GC-9u7"/>
                 <outlet property="parmanentVerInfoBtn2" destination="3mX-DM-Ssw" id="wor-Lh-GWC"/>
                 <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"/>
@@ -61,7 +63,7 @@
             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
             <rect key="contentRect" x="160" y="33" width="932" height="610"/>
-            <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
+            <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
             <value key="minSize" type="size" width="932" height="610"/>
             <value key="maxSize" type="size" width="932" height="1110"/>
             <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
@@ -86,7 +88,7 @@
                                     <action selector="enterLicenseAction:" target="-2" id="c66-I2-Yta"/>
                                 </connections>
                             </button>
-                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PYw-CG-kOA">
+                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PYw-CG-kOA">
                                 <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"/>
@@ -95,13 +97,13 @@
                                 </textFieldCell>
                             </textField>
                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="bSI-fT-0EN">
-                                <rect key="frame" x="38" y="32" width="284" height="446"/>
+                                <rect key="frame" x="38" y="32" width="284" height="474"/>
                                 <subviews>
                                     <customView translatesAutoresizingMaskIntoConstraints="NO" id="wbK-Ex-3dw">
-                                        <rect key="frame" x="0.0" y="0.0" width="284" height="446"/>
+                                        <rect key="frame" x="0.0" y="0.0" width="284" height="474"/>
                                         <subviews>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hW7-gR-Gg1">
-                                                <rect key="frame" x="73" y="399" width="139" height="28"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hW7-gR-Gg1">
+                                                <rect key="frame" x="73" y="427" width="139" height="28"/>
                                                 <textFieldCell key="cell" lineBreakMode="clipping" title="Free Version" id="l5l-jW-bbS">
                                                     <font key="font" metaFont="systemSemibold" size="24"/>
                                                     <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -109,25 +111,25 @@
                                                 </textFieldCell>
                                             </textField>
                                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="vL8-ba-6qD">
-                                                <rect key="frame" x="22" y="379" width="240" height="1"/>
+                                                <rect key="frame" x="22" y="407" width="240" height="1"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="1" id="dGI-oq-NB7"/>
                                                     <constraint firstAttribute="width" constant="240" id="zMB-Ep-YjS"/>
                                                 </constraints>
                                             </customView>
                                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="uTt-h1-2BX">
-                                                <rect key="frame" x="24" y="104" width="236" height="247"/>
+                                                <rect key="frame" x="24" y="104" width="236" height="275"/>
                                                 <subviews>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="GcX-d7-Qm4">
-                                                        <rect key="frame" x="0.0" y="225" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="253" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="width" constant="20" id="cY1-Dm-duS"/>
                                                             <constraint firstAttribute="height" constant="20" id="fiB-qw-gin"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="TRW-cy-tts"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xaG-Yc-Kmu">
-                                                        <rect key="frame" x="34" y="225" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xaG-Yc-Kmu">
+                                                        <rect key="frame" x="34" y="253" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="c8L-yx-7H9"/>
                                                         </constraints>
@@ -138,15 +140,15 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="WpI-yY-axs">
-                                                        <rect key="frame" x="0.0" y="197" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="225" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="width" constant="20" id="5dz-da-E5M"/>
                                                             <constraint firstAttribute="height" constant="20" id="NUL-5z-pts"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="BZa-F2-hcC"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="11Y-f7-Zj2">
-                                                        <rect key="frame" x="34" y="197" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="11Y-f7-Zj2">
+                                                        <rect key="frame" x="34" y="225" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="3V1-ua-cBJ"/>
                                                         </constraints>
@@ -157,15 +159,15 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="s2U-Oo-hyt">
-                                                        <rect key="frame" x="0.0" y="169" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="197" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="width" constant="20" id="C7Z-RS-Mac"/>
                                                             <constraint firstAttribute="height" constant="20" id="Tz4-RS-obn"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="a1c-h0-EhN"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cIu-Xk-RbB">
-                                                        <rect key="frame" x="34" y="169" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cIu-Xk-RbB">
+                                                        <rect key="frame" x="34" y="197" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="n6a-8j-4Jx"/>
                                                         </constraints>
@@ -176,15 +178,15 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6Qi-Bb-cZi">
-                                                        <rect key="frame" x="0.0" y="141" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="169" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" constant="20" id="ClD-Zm-zTF"/>
                                                             <constraint firstAttribute="width" constant="20" id="VIe-PV-q3p"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="Mi1-wo-N70"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="drj-ku-nB2">
-                                                        <rect key="frame" x="34" y="141" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="drj-ku-nB2">
+                                                        <rect key="frame" x="34" y="169" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="jSe-bh-zc6"/>
                                                         </constraints>
@@ -195,15 +197,15 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="2EZ-EI-7h1">
-                                                        <rect key="frame" x="0.0" y="113" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="141" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" constant="20" id="0Tt-06-WJF"/>
                                                             <constraint firstAttribute="width" constant="20" id="udY-Qe-ydv"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="lih-Ae-WxX"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aqC-Bx-eUM">
-                                                        <rect key="frame" x="34" y="113" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aqC-Bx-eUM">
+                                                        <rect key="frame" x="34" y="141" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="xx6-Qz-oju"/>
                                                         </constraints>
@@ -214,15 +216,15 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="8ix-zm-8qS">
-                                                        <rect key="frame" x="0.0" y="85" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="113" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="width" constant="20" id="AD0-sj-pRM"/>
                                                             <constraint firstAttribute="height" constant="20" id="xoc-r7-wg3"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="SwV-uC-WHy"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9Cn-ee-K9o">
-                                                        <rect key="frame" x="34" y="85" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9Cn-ee-K9o">
+                                                        <rect key="frame" x="34" y="113" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="9E4-1b-Xxa"/>
                                                         </constraints>
@@ -233,15 +235,15 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Jgm-mH-Qhj">
-                                                        <rect key="frame" x="0.0" y="57" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="85" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" constant="20" id="QoZ-wc-Wz0"/>
                                                             <constraint firstAttribute="width" constant="20" id="syr-vJ-NKz"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="rdh-jo-8al"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8Eg-fh-d4o">
-                                                        <rect key="frame" x="34" y="57" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8Eg-fh-d4o">
+                                                        <rect key="frame" x="34" y="85" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="uZT-B7-cDY"/>
                                                         </constraints>
@@ -252,15 +254,15 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7w2-Se-UeC">
-                                                        <rect key="frame" x="0.0" y="29" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="57" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" constant="20" id="DhP-GL-icn"/>
                                                             <constraint firstAttribute="width" constant="20" id="hg0-zI-A4o"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="9at-M1-45l"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AAH-AD-uBk">
-                                                        <rect key="frame" x="34" y="29" width="202" height="20"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AAH-AD-uBk">
+                                                        <rect key="frame" x="34" y="57" width="202" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="lyK-Wx-OUz"/>
                                                         </constraints>
@@ -271,21 +273,37 @@
                                                         </textFieldCell>
                                                     </textField>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="i1G-04-uom">
-                                                        <rect key="frame" x="0.0" y="1" width="20" height="20"/>
+                                                        <rect key="frame" x="0.0" y="29" width="20" height="20"/>
                                                         <constraints>
                                                             <constraint firstAttribute="height" constant="20" id="D6j-9t-Bxx"/>
                                                             <constraint firstAttribute="width" constant="20" id="qVB-d8-7IK"/>
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="rfl-3x-q37"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GCv-Zo-FpH">
-                                                        <rect key="frame" x="34" y="4" width="202" height="17"/>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GCv-Zo-FpH">
+                                                        <rect key="frame" x="34" y="32" width="202" height="17"/>
                                                         <textFieldCell key="cell" title="View PDFs" id="JPB-N9-U7c">
                                                             <font key="font" metaFont="system" size="14"/>
                                                             <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
                                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                                         </textFieldCell>
                                                     </textField>
+                                                    <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Sh5-3m-GcE">
+                                                        <rect key="frame" x="0.0" y="5" width="20" height="20"/>
+                                                        <constraints>
+                                                            <constraint firstAttribute="width" constant="20" id="WTF-Nj-fbs"/>
+                                                            <constraint firstAttribute="height" constant="20" id="a04-EC-L3i"/>
+                                                        </constraints>
+                                                        <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="compare_nosupport" id="Pim-As-S9G"/>
+                                                    </imageView>
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="UKG-ux-KRO">
+                                                        <rect key="frame" x="34" y="5" width="202" height="17"/>
+                                                        <textFieldCell key="cell" title="View PDFs" id="KKy-Bg-y3A">
+                                                            <font key="font" metaFont="system" size="14"/>
+                                                            <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
+                                                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
+                                                        </textFieldCell>
+                                                    </textField>
                                                 </subviews>
                                                 <constraints>
                                                     <constraint firstAttribute="trailing" secondItem="drj-ku-nB2" secondAttribute="trailing" constant="2" id="3li-eC-ph7"/>
@@ -304,6 +322,7 @@
                                                     <constraint firstAttribute="trailing" secondItem="xaG-Yc-Kmu" secondAttribute="trailing" constant="2" id="Lde-xs-gYU"/>
                                                     <constraint firstItem="GCv-Zo-FpH" firstAttribute="leading" secondItem="i1G-04-uom" secondAttribute="trailing" constant="16" id="MTn-iq-17X"/>
                                                     <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="i1G-04-uom" firstAttribute="leading" secondItem="uTt-h1-2BX" secondAttribute="leading" id="Ue1-Dq-xBp"/>
@@ -313,6 +332,7 @@
                                                     <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"/>
@@ -323,11 +343,12 @@
                                                     <constraint firstItem="xaG-Yc-Kmu" firstAttribute="leading" secondItem="GcX-d7-Qm4" secondAttribute="trailing" constant="16" id="dqO-sH-FnO"/>
                                                     <constraint firstAttribute="trailing" secondItem="9Cn-ee-K9o" secondAttribute="trailing" constant="2" id="ec2-DF-lDd"/>
                                                     <constraint firstAttribute="trailing" secondItem="cIu-Xk-RbB" secondAttribute="trailing" constant="2" id="fwF-h4-xbr"/>
-                                                    <constraint firstAttribute="bottom" secondItem="GCv-Zo-FpH" secondAttribute="bottom" constant="4" id="koa-VF-fNJ"/>
+                                                    <constraint firstAttribute="bottom" secondItem="GCv-Zo-FpH" secondAttribute="bottom" constant="32" id="koa-VF-fNJ"/>
                                                     <constraint firstItem="cIu-Xk-RbB" firstAttribute="leading" secondItem="s2U-Oo-hyt" secondAttribute="trailing" constant="16" id="kwp-3w-qo3"/>
                                                     <constraint firstItem="2EZ-EI-7h1" firstAttribute="leading" secondItem="uTt-h1-2BX" secondAttribute="leading" id="nNM-zJ-25F"/>
                                                     <constraint firstItem="drj-ku-nB2" firstAttribute="leading" secondItem="6Qi-Bb-cZi" secondAttribute="trailing" constant="16" id="oSb-84-sSg"/>
                                                     <constraint firstItem="aqC-Bx-eUM" firstAttribute="top" secondItem="drj-ku-nB2" secondAttribute="bottom" constant="8" id="oaJ-no-Lwf"/>
+                                                    <constraint firstItem="Sh5-3m-GcE" firstAttribute="top" secondItem="i1G-04-uom" secondAttribute="bottom" constant="4" id="pSB-dF-eNr"/>
                                                     <constraint firstItem="i1G-04-uom" firstAttribute="top" secondItem="GCv-Zo-FpH" secondAttribute="top" id="sjx-nn-R4U"/>
                                                     <constraint firstItem="8Eg-fh-d4o" firstAttribute="top" secondItem="Jgm-mH-Qhj" secondAttribute="top" id="slH-LP-MHQ"/>
                                                     <constraint firstAttribute="trailing" secondItem="11Y-f7-Zj2" secondAttribute="trailing" constant="2" id="t1X-RU-Kg8"/>
@@ -343,7 +364,7 @@
                                                     <rect key="frame" x="1" y="1" width="160" height="38"/>
                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                     <subviews>
-                                                        <button focusRingType="none" allowsExpansionToolTips="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4fI-f7-Qnp" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
+                                                        <button focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4fI-f7-Qnp" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
                                                             <rect key="frame" x="0.0" y="0.0" width="162" height="40"/>
                                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                             <buttonCell key="cell" type="square" title="Free Trial" bezelStyle="shadowlessSquare" alignment="center" lineBreakMode="truncatingMiddle" focusRingType="none" imageScaling="proportionallyDown" inset="2" id="OUe-aZ-jdt">
@@ -381,14 +402,14 @@
                                 </constraints>
                             </customView>
                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="Ybk-PR-oIW">
-                                <rect key="frame" x="612" y="32" width="284" height="446"/>
+                                <rect key="frame" x="612" y="32" width="284" height="474"/>
                                 <subviews>
                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="lEW-YS-MTS">
-                                        <rect key="frame" x="0.0" y="0.0" width="284" height="446"/>
+                                        <rect key="frame" x="0.0" y="0.0" width="284" height="474"/>
                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="AIDMGBG" id="pL4-Kh-6Ho"/>
                                     </imageView>
-                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="inx-bW-irf">
-                                        <rect key="frame" x="102" y="400" width="89" height="28"/>
+                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="inx-bW-irf">
+                                        <rect key="frame" x="102" y="428" width="89" height="28"/>
                                         <textFieldCell key="cell" lineBreakMode="clipping" title="AI Tools" id="uog-PY-C6F">
                                             <font key="font" metaFont="systemSemibold" size="24"/>
                                             <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -396,14 +417,14 @@
                                         </textFieldCell>
                                     </textField>
                                     <customView translatesAutoresizingMaskIntoConstraints="NO" id="T25-j2-ubF">
-                                        <rect key="frame" x="26" y="377" width="240" height="1"/>
+                                        <rect key="frame" x="26" y="405" width="240" height="1"/>
                                         <constraints>
                                             <constraint firstAttribute="width" constant="240" id="Vnx-Zh-0C9"/>
                                             <constraint firstAttribute="height" constant="1" id="ub1-L3-9oG"/>
                                         </constraints>
                                     </customView>
                                     <customView translatesAutoresizingMaskIntoConstraints="NO" id="bui-pk-dtA">
-                                        <rect key="frame" x="36" y="151" width="220" height="200"/>
+                                        <rect key="frame" x="36" y="179" width="220" height="200"/>
                                         <subviews>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="W8R-HP-746">
                                                 <rect key="frame" x="0.0" y="180" width="20" height="20"/>
@@ -413,7 +434,7 @@
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipAbleIcon" id="usA-3E-SLF"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dD0-C2-Lga">
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dD0-C2-Lga">
                                                 <rect key="frame" x="30" y="184" width="88" height="16"/>
                                                 <textFieldCell key="cell" title="AI Summarize" id="3vB-Fw-N6B">
                                                     <font key="font" metaFont="system"/>
@@ -429,7 +450,7 @@
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipAbleIcon" id="LzZ-iP-8em"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pdE-kf-rtu">
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pdE-kf-rtu">
                                                 <rect key="frame" x="30" y="156" width="73" height="17"/>
                                                 <textFieldCell key="cell" title="View PDFs" id="83k-RN-53d">
                                                     <font key="font" metaFont="system" size="14"/>
@@ -445,7 +466,7 @@
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipAbleIcon" id="csy-Zd-yX9"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zyJ-pN-yCh">
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zyJ-pN-yCh">
                                                 <rect key="frame" x="30" y="128" width="73" height="17"/>
                                                 <textFieldCell key="cell" title="View PDFs" id="LBd-dR-Ld1">
                                                     <font key="font" metaFont="system" size="14"/>
@@ -461,7 +482,7 @@
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vipAbleIcon" id="bdL-7C-DKn"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1OY-mu-1YV">
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1OY-mu-1YV">
                                                 <rect key="frame" x="30" y="100" width="73" height="17"/>
                                                 <textFieldCell key="cell" title="View PDFs" id="p6V-Sz-eSC">
                                                     <font key="font" metaFont="system" size="14"/>
@@ -509,7 +530,7 @@
                                                         </constraints>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="aiIconA" id="bjw-7w-ecP"/>
                                                     </imageView>
-                                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2yh-PK-SVp">
+                                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2yh-PK-SVp">
                                                         <rect key="frame" x="26" y="4" width="79" height="16"/>
                                                         <textFieldCell key="cell" lineBreakMode="clipping" title="My AI Credit" id="PkG-XP-GsP">
                                                             <font key="font" metaFont="system"/>
@@ -529,14 +550,14 @@
                                             </customView>
                                             <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0S4-Y8-qlW" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
                                                 <rect key="frame" x="0.0" y="0.0" width="200" height="40"/>
-                                                <buttonCell key="cell" type="bevel" bezelStyle="rounded" imagePosition="overlaps" alignment="center" lineBreakMode="charWrapping" imageScaling="axesIndependently" inset="2" id="nfY-Ib-pyH">
-                                                    <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
-                                                    <font key="font" metaFont="smallSystem"/>
-                                                </buttonCell>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="40" id="gtc-cl-Yxg"/>
                                                     <constraint firstAttribute="width" constant="200" id="rJW-IL-6Pp"/>
                                                 </constraints>
+                                                <buttonCell key="cell" type="bevel" bezelStyle="rounded" imagePosition="overlaps" alignment="center" lineBreakMode="charWrapping" imageScaling="axesIndependently" inset="2" id="nfY-Ib-pyH">
+                                                    <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                                                    <font key="font" metaFont="smallSystem"/>
+                                                </buttonCell>
                                                 <connections>
                                                     <action selector="aiPurchaseButtonClick:" target="-2" id="1LH-Br-IFZ"/>
                                                 </connections>
@@ -572,31 +593,31 @@
                                 </constraints>
                             </customView>
                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="sMr-Hu-FgQ">
-                                <rect key="frame" x="316" y="20" width="300" height="482"/>
+                                <rect key="frame" x="316" y="20" width="300" height="510"/>
                                 <subviews>
                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sSv-3U-kFl">
-                                        <rect key="frame" x="0.0" y="0.0" width="300" height="482"/>
+                                        <rect key="frame" x="0.0" y="0.0" width="300" height="510"/>
                                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="dmg_upgrade_part_bg" id="gA1-8q-pda"/>
                                     </imageView>
                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="40K-mz-4Ku">
-                                        <rect key="frame" x="221" y="450" width="71" height="24"/>
+                                        <rect key="frame" x="221" y="478" width="71" height="24"/>
                                         <constraints>
                                             <constraint firstAttribute="height" constant="24" id="DGI-EH-CtC"/>
                                             <constraint firstAttribute="width" constant="71" id="vwk-0v-Wrm"/>
                                         </constraints>
                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="vip_pro_icon" id="ay0-vg-Q18"/>
                                     </imageView>
-                                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xB9-aF-9mk">
-                                        <rect key="frame" x="44" y="410" width="213" height="28"/>
+                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xB9-aF-9mk">
+                                        <rect key="frame" x="44" y="438" width="213" height="28"/>
                                         <textFieldCell key="cell" lineBreakMode="clipping" title="Permanent License" id="bgF-Cs-9jH">
                                             <font key="font" metaFont="systemSemibold" size="24"/>
                                             <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="tDw-Yz-8eU">
-                                        <rect key="frame" x="87" y="389" width="126" height="17"/>
+                                    <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tDw-Yz-8eU">
+                                        <rect key="frame" x="87" y="417" width="126" height="17"/>
                                         <textFieldCell key="cell" lineBreakMode="clipping" title="one-time purchase" id="AmC-dB-pSk">
                                             <font key="font" metaFont="system" size="14"/>
                                             <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -604,18 +625,18 @@
                                         </textFieldCell>
                                     </textField>
                                     <customView translatesAutoresizingMaskIntoConstraints="NO" id="pBx-aL-HB5">
-                                        <rect key="frame" x="32" y="106" width="236" height="246"/>
+                                        <rect key="frame" x="32" y="106" width="236" height="274"/>
                                         <subviews>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XEN-LV-Gvh">
-                                                <rect key="frame" x="0.0" y="224" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="252" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="20" id="YiB-XG-2Vs"/>
                                                     <constraint firstAttribute="width" constant="20" id="rMe-R1-xCf"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="MoF-fp-kom"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zlT-ii-WYi">
-                                                <rect key="frame" x="34" y="224" width="202" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zlT-ii-WYi">
+                                                <rect key="frame" x="34" y="252" width="202" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="SyG-jP-ZTw"/>
                                                 </constraints>
@@ -626,15 +647,15 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="JZk-yI-ZN1">
-                                                <rect key="frame" x="0.0" y="196" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="224" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="width" constant="20" id="D1Y-Jz-Fp7"/>
                                                     <constraint firstAttribute="height" constant="20" id="KtI-d8-tps"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="dbH-z7-kvT"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xnv-Sf-nZ1">
-                                                <rect key="frame" x="34" y="196" width="69" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xnv-Sf-nZ1">
+                                                <rect key="frame" x="34" y="224" width="69" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="sQH-yQ-S3I"/>
                                                 </constraints>
@@ -645,30 +666,30 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Tko-Q7-b96">
-                                                <rect key="frame" x="101" y="196" width="20" height="20"/>
+                                                <rect key="frame" x="101" y="224" width="20" height="20"/>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ic_Tooltip" id="g1R-8J-uDu"/>
                                             </imageView>
                                             <button translatesAutoresizingMaskIntoConstraints="NO" id="3mX-DM-Ssw" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
-                                                <rect key="frame" x="101" y="196" width="20" height="20"/>
-                                                <buttonCell key="cell" type="roundRect" bezelStyle="roundedRect" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="kWd-ga-hI9">
-                                                    <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
-                                                    <font key="font" metaFont="cellTitle"/>
-                                                </buttonCell>
+                                                <rect key="frame" x="101" y="224" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="20" id="DQB-Bc-Hea"/>
                                                     <constraint firstAttribute="width" constant="20" id="rlY-sN-tsh"/>
                                                 </constraints>
+                                                <buttonCell key="cell" type="roundRect" bezelStyle="roundedRect" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="kWd-ga-hI9">
+                                                    <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                                                    <font key="font" metaFont="cellTitle"/>
+                                                </buttonCell>
                                             </button>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Xkj-ZO-il5">
-                                                <rect key="frame" x="0.0" y="168" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="196" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="20" id="pwV-Mt-hud"/>
                                                     <constraint firstAttribute="width" constant="20" id="yib-2f-seY"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="PWy-Nb-1Kk"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Dgh-Aq-0O5">
-                                                <rect key="frame" x="34" y="168" width="202" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Dgh-Aq-0O5">
+                                                <rect key="frame" x="34" y="196" width="202" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="3dA-qn-Ega"/>
                                                 </constraints>
@@ -679,15 +700,15 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="HqB-Ak-fiS">
-                                                <rect key="frame" x="0.0" y="140" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="168" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="20" id="xG8-g2-Por"/>
                                                     <constraint firstAttribute="width" constant="20" id="zfM-GC-at3"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="QTF-cc-g3j"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kaB-X2-mLe">
-                                                <rect key="frame" x="34" y="140" width="202" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kaB-X2-mLe">
+                                                <rect key="frame" x="34" y="168" width="202" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="kis-m3-acf"/>
                                                 </constraints>
@@ -698,15 +719,15 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="m8L-nN-ucX">
-                                                <rect key="frame" x="0.0" y="112" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="140" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="width" constant="20" id="Xa2-cF-3fV"/>
                                                     <constraint firstAttribute="height" constant="20" id="ps5-J7-bj9"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="t4N-s0-4sh"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Jb1-Ji-S0u">
-                                                <rect key="frame" x="34" y="112" width="202" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Jb1-Ji-S0u">
+                                                <rect key="frame" x="34" y="140" width="202" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="wTt-gm-QMU"/>
                                                 </constraints>
@@ -717,15 +738,15 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="n9c-Vb-LAE">
-                                                <rect key="frame" x="0.0" y="84" 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"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="VnB-Ak-Vqh"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tPr-KE-sls">
-                                                <rect key="frame" x="34" y="84" width="202" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tPr-KE-sls">
+                                                <rect key="frame" x="34" y="112" width="202" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="20" id="ziu-1B-u5w"/>
                                                 </constraints>
@@ -736,15 +757,15 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="HHk-6V-4yO">
-                                                <rect key="frame" x="0.0" y="56" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="84" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="width" constant="20" id="9C2-ny-5qn"/>
                                                     <constraint firstAttribute="height" constant="20" id="m6y-ic-vrD"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="nj8-hb-08Z"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7p3-XR-Rs2">
-                                                <rect key="frame" x="34" y="56" width="202" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7p3-XR-Rs2">
+                                                <rect key="frame" x="34" y="84" width="202" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="3np-Nn-FMA"/>
                                                 </constraints>
@@ -755,15 +776,15 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qgp-Ha-4AU">
-                                                <rect key="frame" x="0.0" y="28" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="56" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="width" constant="20" id="IXf-qD-aVp"/>
                                                     <constraint firstAttribute="height" constant="20" id="MP0-r9-67i"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="EsP-2z-FmA"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6cc-rQ-t1T">
-                                                <rect key="frame" x="34" y="28" width="202" height="20"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6cc-rQ-t1T">
+                                                <rect key="frame" x="34" y="56" width="202" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="OSv-xl-VPX"/>
                                                 </constraints>
@@ -774,21 +795,37 @@
                                                 </textFieldCell>
                                             </textField>
                                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Jv2-s0-lOS">
-                                                <rect key="frame" x="0.0" y="0.0" width="20" height="20"/>
+                                                <rect key="frame" x="0.0" y="28" width="20" height="20"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="20" id="3CQ-tC-6xn"/>
                                                     <constraint firstAttribute="width" constant="20" id="Qwe-pi-rag"/>
                                                 </constraints>
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="fnP-JO-ygh"/>
                                             </imageView>
-                                            <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sAj-ob-iZk">
-                                                <rect key="frame" x="34" y="4" width="202" height="16"/>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sAj-ob-iZk">
+                                                <rect key="frame" x="34" y="32" width="202" height="16"/>
                                                 <textFieldCell key="cell" title="View PDFs" id="Ytw-iw-WBb">
                                                     <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>
+                                            <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ezi-hQ-XkB">
+                                                <rect key="frame" x="0.0" y="4" width="20" height="20"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="20" id="Kwv-NQ-3dl"/>
+                                                    <constraint firstAttribute="width" constant="20" id="s8y-aG-keX"/>
+                                                </constraints>
+                                                <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="function_vip" id="J2C-Nf-Uoq"/>
+                                            </imageView>
+                                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HWK-kT-yEA">
+                                                <rect key="frame" x="34" y="6" width="69" height="16"/>
+                                                <textFieldCell key="cell" title="View PDFs" id="FEt-6L-A3r">
+                                                    <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="Jv2-s0-lOS" firstAttribute="leading" secondItem="pBx-aL-HB5" secondAttribute="leading" id="0Pn-Lw-Tz4"/>
@@ -817,16 +854,19 @@
                                             <constraint firstItem="3mX-DM-Ssw" firstAttribute="leading" secondItem="xnv-Sf-nZ1" secondAttribute="trailing" id="Q7F-Ld-Rcs"/>
                                             <constraint firstItem="xnv-Sf-nZ1" firstAttribute="top" secondItem="JZk-yI-ZN1" secondAttribute="top" id="QY4-AL-hm1"/>
                                             <constraint firstAttribute="trailing" secondItem="sAj-ob-iZk" secondAttribute="trailing" constant="2" id="S2y-me-tg0"/>
+                                            <constraint firstItem="ezi-hQ-XkB" firstAttribute="leading" secondItem="pBx-aL-HB5" secondAttribute="leading" id="SEm-h9-Mfm"/>
                                             <constraint firstItem="sAj-ob-iZk" firstAttribute="leading" secondItem="Jv2-s0-lOS" secondAttribute="trailing" constant="16" id="SEw-M7-dQN"/>
                                             <constraint firstItem="Jv2-s0-lOS" firstAttribute="top" secondItem="sAj-ob-iZk" secondAttribute="top" id="SLD-pf-oB0"/>
                                             <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"/>
@@ -840,7 +880,7 @@
                                             <constraint firstItem="zlT-ii-WYi" firstAttribute="top" secondItem="pBx-aL-HB5" secondAttribute="top" constant="2" id="qYj-yK-xGd"/>
                                             <constraint firstItem="kaB-X2-mLe" firstAttribute="top" secondItem="Dgh-Aq-0O5" secondAttribute="bottom" constant="8" id="qnO-vD-diw"/>
                                             <constraint firstItem="zlT-ii-WYi" firstAttribute="top" secondItem="XEN-LV-Gvh" secondAttribute="top" id="rcf-uA-HMB"/>
-                                            <constraint firstAttribute="bottom" secondItem="sAj-ob-iZk" secondAttribute="bottom" constant="4" id="u4n-Cw-HrV"/>
+                                            <constraint firstAttribute="bottom" secondItem="sAj-ob-iZk" secondAttribute="bottom" constant="32" id="u4n-Cw-HrV"/>
                                             <constraint firstItem="6cc-rQ-t1T" firstAttribute="top" secondItem="7p3-XR-Rs2" secondAttribute="bottom" constant="8" id="v3e-3j-H7O"/>
                                             <constraint firstItem="m8L-nN-ucX" firstAttribute="leading" secondItem="pBx-aL-HB5" secondAttribute="leading" id="y4N-I4-I8D"/>
                                             <constraint firstItem="tPr-KE-sls" firstAttribute="top" secondItem="Jb1-Ji-S0u" secondAttribute="bottom" constant="8" id="yb5-OA-PbJ"/>
@@ -887,7 +927,7 @@
                                 </constraints>
                             </customView>
                             <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="KBo-MG-ErN">
-                                <rect key="frame" x="547" y="340" width="86" height="100"/>
+                                <rect key="frame" x="547" y="368" width="86" height="100"/>
                                 <constraints>
                                     <constraint firstAttribute="height" constant="100" id="B54-g0-oZK"/>
                                     <constraint firstAttribute="width" constant="86" id="cHk-gb-ogD"/>