3
0

2 Commits 38de73d7f8 ... 5947eb6127

Autor SHA1 Nachricht Datum
  wangshuai 5947eb6127 【转档】批量转档按钮点击处理 vor 2 Tagen
  wangshuai 1cb6e20907 【会员系统】文案显示问题 vor 2 Tagen

+ 14 - 3
PDF Office/PDF Master/Class/Batch/WindowController/VC/KMBatchOperateConvertViewController.xib

@@ -110,9 +110,6 @@
                                                         <constraint firstAttribute="height" constant="14" id="JCq-cE-ega"/>
                                                         <constraint firstAttribute="width" constant="20" id="hrx-ih-W3K"/>
                                                     </constraints>
-                                                    <connections>
-                                                        <action selector="moreButtonAction:" target="-2" id="9u4-j3-jvc"/>
-                                                    </connections>
                                                 </button>
                                                 <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="l7W-85-8as">
                                                     <rect key="frame" x="23" y="0.0" width="279" height="34"/>
@@ -122,14 +119,28 @@
                                                         <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                                     </textFieldCell>
                                                 </textField>
+                                                <button translatesAutoresizingMaskIntoConstraints="NO" id="gJ6-Oq-0D6">
+                                                    <rect key="frame" x="0.0" y="0.0" width="300" height="34"/>
+                                                    <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="VTO-RV-7fb">
+                                                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
+                                                        <font key="font" metaFont="system"/>
+                                                    </buttonCell>
+                                                    <connections>
+                                                        <action selector="buttonClicked_MoreConvert:" target="-2" id="Ezr-WU-CXI"/>
+                                                    </connections>
+                                                </button>
                                             </subviews>
                                             <constraints>
+                                                <constraint firstItem="gJ6-Oq-0D6" firstAttribute="top" secondItem="haw-ei-juA" secondAttribute="top" id="6bh-ZF-TwB"/>
                                                 <constraint firstItem="NEt-WC-ZBS" firstAttribute="leading" secondItem="haw-ei-juA" secondAttribute="leading" id="D3V-5c-ElV"/>
                                                 <constraint firstItem="l7W-85-8as" firstAttribute="leading" secondItem="NEt-WC-ZBS" secondAttribute="trailing" constant="5" id="Ffb-YH-5wo"/>
                                                 <constraint firstItem="l7W-85-8as" firstAttribute="top" secondItem="haw-ei-juA" secondAttribute="top" id="Hka-Ev-E5G"/>
+                                                <constraint firstAttribute="trailing" secondItem="gJ6-Oq-0D6" secondAttribute="trailing" id="WE7-gp-IKF"/>
                                                 <constraint firstItem="NEt-WC-ZBS" firstAttribute="top" secondItem="haw-ei-juA" secondAttribute="top" constant="3" id="bg5-ad-4rW"/>
+                                                <constraint firstAttribute="bottom" secondItem="gJ6-Oq-0D6" secondAttribute="bottom" id="fnc-HA-XfJ"/>
                                                 <constraint firstAttribute="bottom" secondItem="l7W-85-8as" secondAttribute="bottom" id="g3J-er-rb6"/>
                                                 <constraint firstAttribute="trailing" secondItem="l7W-85-8as" secondAttribute="trailing" id="x9L-68-hz5"/>
+                                                <constraint firstItem="gJ6-Oq-0D6" firstAttribute="leading" secondItem="haw-ei-juA" secondAttribute="leading" id="xzl-oX-k5A"/>
                                             </constraints>
                                         </view>
                                         <constraints>

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

@@ -110,7 +110,7 @@ NSPopoverDelegate>
 #if VERSION_DMG
     tTips = @"";
 #else
-    tTips = [NSString stringWithFormat:@"%@\n%@", NSLocalizedString(@"Subscribe to All Access Pack to enjoy more expanded features.", nil)];
+    tTips = [NSString stringWithFormat:@"%@", NSLocalizedString(@"Subscribe to All Access Pack to enjoy more expanded features.", nil)];
 #endif
 
     self.button.toolTip = tTips;