瀏覽代碼

【2025】【综合】组件完善

niehaoyu 3 月之前
父節點
當前提交
bbc62a6d4f
共有 17 個文件被更改,包括 341 次插入84 次删除
  1. 5 5
      PDF Office/KMComponentLibrary/KMComponentLibrary/View/Card/ComponentCardWatermark/ComponentCardWatermark.xib
  2. 1 1
      PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.swift
  3. 4 4
      PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.xib
  4. 2 2
      PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/Eraser/KMEraserController.xib
  5. 5 5
      PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/KMEditToolbarView.xib
  6. 5 3
      PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/SinglePagePDFController/KMEditDocumentController.swift
  7. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditImageController.xib
  8. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditPDFTextPropertyViewController.xib
  9. 3 3
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Highlight/KMHighlightController.xib
  10. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Line/KMLineController.xib
  11. 10 10
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Measure/KMMeasureController.xib
  12. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Pen/KMPenController.xib
  13. 8 8
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Rectangle/KMRectangleController.xib
  14. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/TextBox/KMTextBoxController.xib
  15. 二進制
      PDF Office/PDF Master/Third Pard Library/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate
  16. 二進制
      PDF Office/PDF Master/Third Pard Library/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop
  17. 276 21
      PDF Office/PDF Reader Pro.xcodeproj/xcuserdata/kdanmobile.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

+ 5 - 5
PDF Office/KMComponentLibrary/KMComponentLibrary/View/Card/ComponentCardWatermark/ComponentCardWatermark.xib

@@ -33,10 +33,10 @@
                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="test" id="40R-yj-C3b"/>
                             </imageView>
                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="I56-v3-0Wo" customClass="ComponentCheckBox" customModule="KMComponentLibrary" customModuleProvider="target">
-                                <rect key="frame" x="8" y="232" width="16" height="16"/>
+                                <rect key="frame" x="4" y="228" width="24" height="24"/>
                                 <constraints>
-                                    <constraint firstAttribute="width" constant="16" id="2mk-nR-LR9"/>
-                                    <constraint firstAttribute="height" constant="16" id="lfs-h9-s21"/>
+                                    <constraint firstAttribute="width" constant="24" id="2mk-nR-LR9"/>
+                                    <constraint firstAttribute="height" constant="24" id="lfs-h9-s21"/>
                                 </constraints>
                             </customView>
                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="uAx-39-WLk" customClass="ComponentButton" customModule="KMComponentLibrary" customModuleProvider="target">
@@ -82,10 +82,10 @@
                             <constraint firstItem="K5P-cd-WFX" firstAttribute="top" secondItem="MHQ-mU-aEY" secondAttribute="top" constant="8" id="NB0-0h-KEz"/>
                             <constraint firstItem="hWE-zj-cS2" firstAttribute="top" secondItem="MHQ-mU-aEY" secondAttribute="top" constant="12" id="Oaj-bX-PaT"/>
                             <constraint firstItem="hWE-zj-cS2" firstAttribute="leading" secondItem="MHQ-mU-aEY" secondAttribute="leading" constant="16" id="P1t-qE-7mr"/>
-                            <constraint firstItem="I56-v3-0Wo" firstAttribute="top" secondItem="MHQ-mU-aEY" secondAttribute="top" constant="8" id="aSH-qn-M6A"/>
+                            <constraint firstItem="I56-v3-0Wo" firstAttribute="top" secondItem="MHQ-mU-aEY" secondAttribute="top" constant="4" id="aSH-qn-M6A"/>
                             <constraint firstAttribute="trailing" secondItem="hWE-zj-cS2" secondAttribute="trailing" constant="16" id="aUB-Ze-Zq8"/>
                             <constraint firstAttribute="bottom" secondItem="9v9-SP-zqD" secondAttribute="bottom" id="cPl-q2-mBb"/>
-                            <constraint firstItem="I56-v3-0Wo" firstAttribute="leading" secondItem="MHQ-mU-aEY" secondAttribute="leading" constant="8" id="ly3-PK-bVw"/>
+                            <constraint firstItem="I56-v3-0Wo" firstAttribute="leading" secondItem="MHQ-mU-aEY" secondAttribute="leading" constant="4" id="ly3-PK-bVw"/>
                             <constraint firstAttribute="trailing" secondItem="9v9-SP-zqD" secondAttribute="trailing" id="wet-zi-QFp"/>
                         </constraints>
                     </view>

+ 1 - 1
PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.swift

@@ -57,7 +57,7 @@ public class ComponentSlider: ComponentBaseXibView {
     public override func awakeFromNib() {
         super.awakeFromNib()
         
-        contendBox.fillColor = .clear
+        contendBox.fillColor = .red
         contendBox.borderWidth = 0
         
         bottomBox.borderWidth = 0

+ 4 - 4
PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.xib

@@ -28,14 +28,14 @@
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                         <subviews>
                             <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9AB-vP-I5h">
-                                <rect key="frame" x="0.0" y="0.0" width="360" height="40"/>
+                                <rect key="frame" x="8" y="0.0" width="344" height="40"/>
                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                 <subviews>
                                     <box fixedFrame="YES" boxType="custom" cornerRadius="2" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="axx-9V-fmT">
-                                        <rect key="frame" x="0.0" y="18" width="360" height="4"/>
+                                        <rect key="frame" x="0.0" y="18" width="344" height="4"/>
                                         <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                         <view key="contentView" id="lww-xg-O7k">
-                                            <rect key="frame" x="1" y="1" width="358" height="2"/>
+                                            <rect key="frame" x="1" y="1" width="342" height="2"/>
                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                         </view>
                                     </box>
@@ -48,7 +48,7 @@
                                         </view>
                                     </box>
                                     <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lZ8-WZ-fWl" customClass="ComponentSliderPoint" customModule="KMComponentLibrary" customModuleProvider="target">
-                                        <rect key="frame" x="171" y="12" width="16" height="16"/>
+                                        <rect key="frame" x="171" y="24" width="16" height="16"/>
                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                     </customView>
                                 </subviews>

+ 2 - 2
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/Eraser/KMEraserController.xib

@@ -57,9 +57,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="property_eraser" id="Oaq-TA-XUs"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="OCq-vw-See" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="A1x-qA-k2Z"/>
+                                                <constraint firstAttribute="height" constant="16" id="A1x-qA-k2Z"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="fT5-db-9Ln" customClass="ComponentSelect" customModule="KMComponentLibrary">

+ 5 - 5
PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/KMEditToolbarView.xib

@@ -57,14 +57,14 @@
                                     </constraints>
                                 </customView>
                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="W7g-83-dmr" customClass="ComponentButton" customModule="KMComponentLibrary">
-                                    <rect key="frame" x="168" y="32" width="108" height="28"/>
+                                    <rect key="frame" x="323" y="32" width="108" height="28"/>
                                     <constraints>
                                         <constraint firstAttribute="width" constant="108" id="52h-iU-m1y"/>
                                         <constraint firstAttribute="height" constant="28" id="DqN-6L-ANc"/>
                                     </constraints>
                                 </customView>
                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="z0V-fq-9Ba" customClass="ComponentButton" customModule="KMComponentLibrary">
-                                    <rect key="frame" x="288" y="32" width="143" height="28"/>
+                                    <rect key="frame" x="168" y="32" width="143" height="28"/>
                                     <constraints>
                                         <constraint firstAttribute="width" constant="143" id="AcA-08-x9u"/>
                                         <constraint firstAttribute="height" constant="28" id="OzA-qd-Xux"/>
@@ -80,16 +80,16 @@
                             </subviews>
                             <constraints>
                                 <constraint firstItem="W7g-83-dmr" firstAttribute="centerY" secondItem="fOZ-Vs-w15" secondAttribute="centerY" id="2Co-gp-33T"/>
+                                <constraint firstItem="z0V-fq-9Ba" firstAttribute="leading" secondItem="E6s-24-hkC" secondAttribute="trailing" constant="24" id="6U1-aS-Xba"/>
                                 <constraint firstItem="kBC-Dn-b9V" firstAttribute="centerY" secondItem="fOZ-Vs-w15" secondAttribute="centerY" id="CnT-bs-Ebz"/>
                                 <constraint firstItem="z0V-fq-9Ba" firstAttribute="centerY" secondItem="fOZ-Vs-w15" secondAttribute="centerY" id="Hhe-FM-5Ce"/>
                                 <constraint firstItem="E6s-24-hkC" firstAttribute="leading" secondItem="fOZ-Vs-w15" secondAttribute="leading" id="I4s-dO-5HT"/>
                                 <constraint firstAttribute="trailing" secondItem="00O-Ze-fRh" secondAttribute="trailing" id="SMR-y5-HIA"/>
                                 <constraint firstItem="E6s-24-hkC" firstAttribute="centerY" secondItem="fOZ-Vs-w15" secondAttribute="centerY" id="Tye-VS-yii"/>
+                                <constraint firstItem="W7g-83-dmr" firstAttribute="leading" secondItem="z0V-fq-9Ba" secondAttribute="trailing" constant="12" id="cEh-c5-aCN"/>
                                 <constraint firstItem="00O-Ze-fRh" firstAttribute="centerY" secondItem="fOZ-Vs-w15" secondAttribute="centerY" id="iW7-qe-ivE"/>
-                                <constraint firstItem="W7g-83-dmr" firstAttribute="leading" secondItem="E6s-24-hkC" secondAttribute="trailing" constant="24" id="mgA-LY-l39"/>
                                 <constraint firstItem="kBC-Dn-b9V" firstAttribute="leading" secondItem="E6s-24-hkC" secondAttribute="trailing" constant="12" id="tJf-wB-zMI"/>
-                                <constraint firstItem="00O-Ze-fRh" firstAttribute="leading" secondItem="z0V-fq-9Ba" secondAttribute="trailing" constant="12" id="uIX-ze-dAC"/>
-                                <constraint firstItem="z0V-fq-9Ba" firstAttribute="leading" secondItem="W7g-83-dmr" secondAttribute="trailing" constant="12" id="xtL-iW-1Lc"/>
+                                <constraint firstItem="00O-Ze-fRh" firstAttribute="leading" secondItem="W7g-83-dmr" secondAttribute="trailing" constant="12" id="wcB-gB-kFu"/>
                             </constraints>
                         </customView>
                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="g5L-Cx-D5n" customClass="ComponentButton" customModule="KMComponentLibrary">

+ 5 - 3
PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/SinglePagePDFController/KMEditDocumentController.swift

@@ -31,9 +31,11 @@ class KMEditDocumentController: NSViewController {
     func reloadData() {
         guard let pdfDocument = self.pdfDocument else { return }
         
-        pdfView.document = pdfDocument
-        pdfView.layoutDocumentView()
-        
+//        DispatchQueue.main.async {
+//            self.pdfView.document = pdfDocument
+//            self.pdfView.layoutDocumentView()
+//        }
+//        
     }
     
     func refreshUI() {

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditImageController.xib

@@ -253,9 +253,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="eCF-8V-TPR"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="IDn-kE-RRr" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="y0D-oD-5FJ"/>
+                                                <constraint firstAttribute="height" constant="16" id="y0D-oD-5FJ"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="AMT-VE-5Un" customClass="ComponentSelect" customModule="KMComponentLibrary">

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditPDFTextPropertyViewController.xib

@@ -195,9 +195,9 @@
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="OCH-tI-BPw"/>
                                             </imageView>
                                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="SWP-Uf-jhj" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                                <rect key="frame" x="28" y="8" width="116" height="16"/>
                                                 <constraints>
-                                                    <constraint firstAttribute="height" constant="12" id="gey-g0-Vkq"/>
+                                                    <constraint firstAttribute="height" constant="16" id="gey-g0-Vkq"/>
                                                 </constraints>
                                             </customView>
                                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="Him-Wx-4Hg" customClass="ComponentSelect" customModule="KMComponentLibrary">

+ 3 - 3
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Highlight/KMHighlightController.xib

@@ -64,9 +64,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="Fom-Vt-4Ne"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="UP4-TP-PtY" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="Omc-0E-qCu"/>
+                                                <constraint firstAttribute="height" constant="16" id="Omc-0E-qCu"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="AJH-zv-LZp" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -78,7 +78,7 @@
                                         </customView>
                                     </subviews>
                                     <constraints>
-                                        <constraint firstItem="UP4-TP-PtY" firstAttribute="leading" secondItem="Eg4-p9-fqD" secondAttribute="leading" constant="28" id="2zu-pt-XU7"/>
+                                        <constraint firstItem="UP4-TP-PtY" firstAttribute="leading" secondItem="Eg4-p9-fqD" secondAttribute="leading" constant="24" id="2zu-pt-XU7"/>
                                         <constraint firstAttribute="trailing" secondItem="AJH-zv-LZp" secondAttribute="trailing" id="5Vk-yc-FgU"/>
                                         <constraint firstItem="hZY-P2-dUr" firstAttribute="centerY" secondItem="Eg4-p9-fqD" secondAttribute="centerY" id="bOe-JR-KSy"/>
                                         <constraint firstAttribute="height" constant="32" id="dkX-Mq-npi"/>

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Line/KMLineController.xib

@@ -76,9 +76,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="F1m-gP-Nlp"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="6lP-9i-fPF" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="XMh-xb-FSv"/>
+                                                <constraint firstAttribute="height" constant="16" id="XMh-xb-FSv"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="ujl-hk-9OV" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -157,9 +157,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="j20-Pi-kQG"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="4R7-2m-AiN" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="yD5-1r-c5v"/>
+                                                <constraint firstAttribute="height" constant="16" id="yD5-1r-c5v"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="rFC-pp-qNX" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -193,9 +193,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="kmT-Cn-h4q"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Usp-iS-x9E" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="RMZ-Ts-MXF"/>
+                                                <constraint firstAttribute="height" constant="16" id="RMZ-Ts-MXF"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="92a-wa-LG6" customClass="ComponentSelect" customModule="KMComponentLibrary">

+ 10 - 10
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Measure/KMMeasureController.xib

@@ -71,7 +71,7 @@
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="GVY-d7-hDo">
                                             <rect key="frame" x="0.0" y="152" width="232" height="40"/>
                                             <subviews>
-                                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HUW-YQ-eYX">
+                                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HUW-YQ-eYX">
                                                     <rect key="frame" x="-2" y="12" width="37" height="16"/>
                                                     <textFieldCell key="cell" lineBreakMode="clipping" title="Color" id="ajP-9k-cfR">
                                                         <font key="font" usesAppearanceFont="YES"/>
@@ -116,9 +116,9 @@
                                                     <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="Lwx-6Y-vw6"/>
                                                 </imageView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="SBZ-oI-zM3" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                    <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                                    <rect key="frame" x="28" y="8" width="116" height="16"/>
                                                     <constraints>
-                                                        <constraint firstAttribute="height" constant="12" id="at6-Eh-YRQ"/>
+                                                        <constraint firstAttribute="height" constant="16" id="at6-Eh-YRQ"/>
                                                     </constraints>
                                                 </customView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="FQ5-7Z-Y91" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -198,7 +198,7 @@
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="OmD-jJ-rOH">
                                             <rect key="frame" x="0.0" y="72" width="232" height="40"/>
                                             <subviews>
-                                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="omp-d0-Qii">
+                                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="omp-d0-Qii">
                                                     <rect key="frame" x="-2" y="12" width="30" height="16"/>
                                                     <textFieldCell key="cell" lineBreakMode="clipping" title="Line" id="OXr-RS-0sz">
                                                         <font key="font" usesAppearanceFont="YES"/>
@@ -234,9 +234,9 @@
                                                     <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="AdQ-tr-UCb"/>
                                                 </imageView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="TXy-FQ-evB" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                    <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                                    <rect key="frame" x="28" y="8" width="116" height="16"/>
                                                     <constraints>
-                                                        <constraint firstAttribute="height" constant="12" id="Ll9-2t-K0W"/>
+                                                        <constraint firstAttribute="height" constant="16" id="Ll9-2t-K0W"/>
                                                     </constraints>
                                                 </customView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="OXF-Qg-yXx" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -270,9 +270,9 @@
                                                     <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="pWD-Rg-GYf"/>
                                                 </imageView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="8Av-lC-XF8" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                    <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                                    <rect key="frame" x="28" y="8" width="116" height="16"/>
                                                     <constraints>
-                                                        <constraint firstAttribute="height" constant="12" id="ulB-ts-tTS"/>
+                                                        <constraint firstAttribute="height" constant="16" id="ulB-ts-tTS"/>
                                                     </constraints>
                                                 </customView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="nUG-xn-B8f" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -315,7 +315,7 @@
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="r9Q-Xv-ubm">
                                             <rect key="frame" x="0.0" y="72" width="232" height="40"/>
                                             <subviews>
-                                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lnJ-Ly-qzh">
+                                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lnJ-Ly-qzh">
                                                     <rect key="frame" x="-2" y="12" width="32" height="16"/>
                                                     <textFieldCell key="cell" lineBreakMode="clipping" title="Font" id="QX6-Z5-FUt">
                                                         <font key="font" usesAppearanceFont="YES"/>
@@ -383,7 +383,7 @@
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="gfB-W8-CjB">
                                             <rect key="frame" x="0.0" y="64" width="232" height="40"/>
                                             <subviews>
-                                                <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vLX-kL-nRO">
+                                                <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vLX-kL-nRO">
                                                     <rect key="frame" x="-2" y="12" width="85" height="16"/>
                                                     <textFieldCell key="cell" lineBreakMode="clipping" title="Display Label" id="mTa-iE-jFX">
                                                         <font key="font" usesAppearanceFont="YES"/>

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Pen/KMPenController.xib

@@ -72,9 +72,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="sBL-Z1-jTP"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="KDZ-cB-TkN" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="3qt-iy-wpO"/>
+                                                <constraint firstAttribute="height" constant="16" id="3qt-iy-wpO"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Tvp-kB-R4T" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -153,9 +153,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="fZ0-AD-ry6"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="emO-bT-9PY" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="3yL-uj-keR"/>
+                                                <constraint firstAttribute="height" constant="16" id="3yL-uj-keR"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="ngL-wR-FYP" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -189,9 +189,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="iWF-Zc-6Ib"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Tx8-cX-vrt" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="h1J-59-My3"/>
+                                                <constraint firstAttribute="height" constant="16" id="h1J-59-My3"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="leL-IW-pYm" customClass="ComponentSelect" customModule="KMComponentLibrary">

+ 8 - 8
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Rectangle/KMRectangleController.xib

@@ -40,7 +40,7 @@
                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="m8G-hU-200">
                                     <rect key="frame" x="0.0" y="112" width="232" height="40"/>
                                     <subviews>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BYh-j3-6OU">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BYh-j3-6OU">
                                             <rect key="frame" x="-2" y="12" width="37" height="16"/>
                                             <textFieldCell key="cell" lineBreakMode="clipping" title="Color" id="8GZ-Jb-rmT">
                                                 <font key="font" usesAppearanceFont="YES"/>
@@ -73,9 +73,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="dQo-FV-hMd"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Zbg-3t-Wit" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="Xf0-yB-juv"/>
+                                                <constraint firstAttribute="height" constant="16" id="Xf0-yB-juv"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="2ts-9c-YED" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -148,7 +148,7 @@
                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="8ZO-BU-dqU">
                                     <rect key="frame" x="0.0" y="72" width="232" height="40"/>
                                     <subviews>
-                                        <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="drV-ji-77x">
+                                        <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="drV-ji-77x">
                                             <rect key="frame" x="-2" y="12" width="30" height="16"/>
                                             <textFieldCell key="cell" lineBreakMode="clipping" title="Line" id="cQ9-8n-XGk">
                                                 <font key="font" usesAppearanceFont="YES"/>
@@ -184,9 +184,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="Stq-Q5-IA3"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="H77-oF-Juy" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="sUx-xH-D8g"/>
+                                                <constraint firstAttribute="height" constant="16" id="sUx-xH-D8g"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="j0a-pw-XEQ" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -220,9 +220,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="Mze-7Q-CnT"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="9OD-GU-VyY" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="Szz-Tv-pQC"/>
+                                                <constraint firstAttribute="height" constant="16" id="Szz-Tv-pQC"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="fQ4-fz-qYw" customClass="ComponentSelect" customModule="KMComponentLibrary">

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/TextBox/KMTextBoxController.xib

@@ -169,9 +169,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="yld-0u-mIR"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="hgm-V8-ANp" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="4Ip-vw-WI0"/>
+                                                <constraint firstAttribute="height" constant="16" id="4Ip-vw-WI0"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="qyh-at-hSq" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -287,9 +287,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="rUy-WZ-b0e"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="VGg-Do-L4n" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="2Vh-Km-nLp"/>
+                                                <constraint firstAttribute="height" constant="16" id="2Vh-Km-nLp"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="5Pm-Xn-xMa" customClass="ComponentSelect" customModule="KMComponentLibrary">
@@ -323,9 +323,9 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="RXk-Gn-rXo"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="rcJ-A8-BO7" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="10" width="116" height="12"/>
+                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
                                             <constraints>
-                                                <constraint firstAttribute="height" constant="12" id="FrP-QX-ku0"/>
+                                                <constraint firstAttribute="height" constant="16" id="FrP-QX-ku0"/>
                                             </constraints>
                                         </customView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="4LN-cC-6Bf" customClass="ComponentSelect" customModule="KMComponentLibrary">

二進制
PDF Office/PDF Master/Third Pard Library/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate


二進制
PDF Office/PDF Master/Third Pard Library/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/fileop


+ 276 - 21
PDF Office/PDF Reader Pro.xcodeproj/xcuserdata/kdanmobile.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -3042,6 +3042,38 @@
             endingLineNumber = "4107"
             landmarkName = "enterRedact()"
             landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "92759DD6-8CD9-4B54-BF74-D83EF6A6D5A5 - 1c7307af3eb14429"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMMainViewController.enterRedact() -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/KMClass/KMPDFViewController/KMMainViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "4107"
+                  endingLineNumber = "4107"
+                  offsetFromSymbolStart = "4420">
+               </Location>
+               <Location
+                  uuid = "92759DD6-8CD9-4B54-BF74-D83EF6A6D5A5 - 1c7307af3eb14429"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMMainViewController.enterRedact() -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/KMClass/KMPDFViewController/KMMainViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "4107"
+                  endingLineNumber = "4107"
+                  offsetFromSymbolStart = "8196">
+               </Location>
+            </Locations>
          </BreakpointContent>
       </BreakpointProxy>
       <BreakpointProxy
@@ -3058,6 +3090,38 @@
             endingLineNumber = "4439"
             landmarkName = "enterPageEdit(_:)"
             landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "4E0E8246-D746-4D5F-A4A2-89C78AEA0880 - 4236ac58ecce8b1f"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMMainViewController.enterPageEdit(Swift.Array&lt;Swift.Int&gt;) -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/KMClass/KMPDFViewController/KMMainViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "4439"
+                  endingLineNumber = "4439"
+                  offsetFromSymbolStart = "1200">
+               </Location>
+               <Location
+                  uuid = "4E0E8246-D746-4D5F-A4A2-89C78AEA0880 - 4236ac58ecce8b3e"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "PDF_Reader_Pro.KMMainViewController.enterPageEdit(Swift.Array&lt;Swift.Int&gt;) -&gt; ()"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/KMClass/KMPDFViewController/KMMainViewController.swift"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "4440"
+                  endingLineNumber = "4440"
+                  offsetFromSymbolStart = "1952">
+               </Location>
+            </Locations>
          </BreakpointContent>
       </BreakpointProxy>
       <BreakpointProxy
@@ -4083,22 +4147,6 @@
             landmarkType = "7">
          </BreakpointContent>
       </BreakpointProxy>
-      <BreakpointProxy
-         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
-         <BreakpointContent
-            uuid = "6FCED31F-1AD2-4E0D-90C5-5A5D726A1513"
-            shouldBeEnabled = "Yes"
-            ignoreCount = "0"
-            continueAfterRunningActions = "No"
-            filePath = "KMComponentLibrary/KMComponentLibrary/View/Card/ComponentCardWatermark/ComponentCardWatermark.swift"
-            startingColumnNumber = "9223372036854775807"
-            endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "243"
-            endingLineNumber = "243"
-            landmarkName = "mouseDown(with:)"
-            landmarkType = "7">
-         </BreakpointContent>
-      </BreakpointProxy>
       <BreakpointProxy
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
          <BreakpointContent
@@ -4563,17 +4611,224 @@
       <BreakpointProxy
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
          <BreakpointContent
-            uuid = "6B9B2EDA-9CED-4ABA-86CD-B3710B227B3F"
+            uuid = "22D778DB-4A7C-4534-AEF4-6AAFB0E8AF4F"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "1761"
+            endingLineNumber = "1761"
+            landmarkName = "-doSelectWithEvent:"
+            landmarkType = "7">
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "092D800C-9A80-4557-963D-2E7D4DB3B197"
             shouldBeEnabled = "Yes"
             ignoreCount = "0"
             continueAfterRunningActions = "No"
-            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFAnnotationExtensions/CPDFFreeTextAnnotation+PDFListView.swift"
+            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
             startingColumnNumber = "9223372036854775807"
             endingColumnNumber = "9223372036854775807"
-            startingLineNumber = "33"
-            endingLineNumber = "33"
-            landmarkName = "init(PDFListViewNoteWith:)"
+            startingLineNumber = "1795"
+            endingLineNumber = "1795"
+            landmarkName = "-doSelectWithEvent:"
             landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "092D800C-9A80-4557-963D-2E7D4DB3B197 - 9d8e2c499d2674b8"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doSelectWithEvent:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "1795"
+                  endingLineNumber = "1795"
+                  offsetFromSymbolStart = "1508">
+               </Location>
+               <Location
+                  uuid = "092D800C-9A80-4557-963D-2E7D4DB3B197 - 9d8e2c499d2674b8"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doSelectWithEvent:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "1795"
+                  endingLineNumber = "1795"
+                  offsetFromSymbolStart = "1500">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "A719B4D9-2B0B-4D03-9922-F6DB6AB10272"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "5369"
+            endingLineNumber = "5369"
+            landmarkName = "-doDragBoundsWithEvent:"
+            landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "A719B4D9-2B0B-4D03-9922-F6DB6AB10272 - 1a117e38cc35fa6b"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doDragBoundsWithEvent:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "5369"
+                  endingLineNumber = "5369"
+                  offsetFromSymbolStart = "1648">
+               </Location>
+               <Location
+                  uuid = "A719B4D9-2B0B-4D03-9922-F6DB6AB10272 - 1a117e38cc35fa6b"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doDragBoundsWithEvent:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "5369"
+                  endingLineNumber = "5369"
+                  offsetFromSymbolStart = "1640">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "A7597079-3E90-48BB-9BF5-45B942B9EC10"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "5345"
+            endingLineNumber = "5345"
+            landmarkName = "-doDragBoundsWithEvent:"
+            landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "A7597079-3E90-48BB-9BF5-45B942B9EC10 - 1a117e38cc35f753"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doDragBoundsWithEvent:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "5345"
+                  endingLineNumber = "5345"
+                  offsetFromSymbolStart = "368">
+               </Location>
+               <Location
+                  uuid = "A7597079-3E90-48BB-9BF5-45B942B9EC10 - 1a117e38cc35f753"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doDragBoundsWithEvent:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "5345"
+                  endingLineNumber = "5345"
+                  offsetFromSymbolStart = "376">
+               </Location>
+               <Location
+                  uuid = "A7597079-3E90-48BB-9BF5-45B942B9EC10 - 1a117e38cc35f753"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doDragBoundsWithEvent:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "5345"
+                  endingLineNumber = "5345"
+                  offsetFromSymbolStart = "244">
+               </Location>
+            </Locations>
+         </BreakpointContent>
+      </BreakpointProxy>
+      <BreakpointProxy
+         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
+         <BreakpointContent
+            uuid = "7271BD77-A3F0-460A-B2AD-989D02740232"
+            shouldBeEnabled = "Yes"
+            ignoreCount = "0"
+            continueAfterRunningActions = "No"
+            filePath = "PDF Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+            startingColumnNumber = "9223372036854775807"
+            endingColumnNumber = "9223372036854775807"
+            startingLineNumber = "4999"
+            endingLineNumber = "4999"
+            landmarkName = "-doDragTableAnnotationWithEvent:forAnnotation:"
+            landmarkType = "7">
+            <Locations>
+               <Location
+                  uuid = "7271BD77-A3F0-460A-B2AD-989D02740232 - 27f693490f6bbd6c"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doDragTableAnnotationWithEvent:forAnnotation:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "4999"
+                  endingLineNumber = "4999"
+                  offsetFromSymbolStart = "980">
+               </Location>
+               <Location
+                  uuid = "7271BD77-A3F0-460A-B2AD-989D02740232 - 27f693490f6bbd6c"
+                  shouldBeEnabled = "Yes"
+                  ignoreCount = "0"
+                  continueAfterRunningActions = "No"
+                  symbolName = "-[CPDFListView(Event) doDragTableAnnotationWithEvent:forAnnotation:]"
+                  moduleName = "PDF Reader Pro"
+                  usesParentBreakpointCondition = "Yes"
+                  urlString = "file:///Users/kdanmobile/Documents/Git/PDF_Office/PDF%20Office/PDF%20Master/Class/PDFWindowController/PDFListView/CPDFKitExtensions/CPDFListViewExtension/CPDFListView+Event.m"
+                  startingColumnNumber = "9223372036854775807"
+                  endingColumnNumber = "9223372036854775807"
+                  startingLineNumber = "4999"
+                  endingLineNumber = "4999"
+                  offsetFromSymbolStart = "916">
+               </Location>
+            </Locations>
          </BreakpointContent>
       </BreakpointProxy>
    </Breakpoints>