| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> |
| 3 |
<dependencies> |
| 4 |
<deployment identifier="macosx"/> |
| 5 |
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/> |
| 6 |
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 7 |
</dependencies> |
| 8 |
<objects> |
| 9 |
<customObject id="-2" userLabel="File's Owner" customClass="SaveErrorPanelController"> |
| 10 |
<connections> |
| 11 |
<outlet property="errorMessage" destination="LpX-c2-C34" id="iSA-tW-5UT"/> |
| 12 |
<outlet property="window" destination="1" id="91"/> |
| 13 |
</connections> |
| 14 |
</customObject> |
| 15 |
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| 16 |
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
| 17 |
<window title="Saving Problems" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" animationBehavior="default" id="1"> |
| 18 |
<windowStyleMask key="styleMask" titled="YES"/> |
| 19 |
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/> |
| 20 |
<rect key="contentRect" x="196" y="352" width="331" height="216"/> |
| 21 |
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/> |
| 22 |
<view key="contentView" id="2"> |
| 23 |
<rect key="frame" x="0.0" y="0.0" width="331" height="216"/> |
| 24 |
<autoresizingMask key="autoresizingMask"/> |
| 25 |
<subviews> |
| 26 |
<button verticalHuggingPriority="750" id="107"> |
| 27 |
<rect key="frame" x="199" y="3" width="118" height="32"/> |
| 28 |
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 29 |
<buttonCell key="cell" type="push" title="Save anyway" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="108"> |
| 30 |
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| 31 |
<font key="font" metaFont="system"/> |
| 32 |
</buttonCell> |
| 33 |
<connections> |
| 34 |
<action selector="saveAnywayPressed:" target="-2" id="sYQ-aB-7kE"/> |
| 35 |
</connections> |
| 36 |
</button> |
| 37 |
<button verticalHuggingPriority="750" id="105"> |
| 38 |
<rect key="frame" x="14" y="4" width="98" height="32"/> |
| 39 |
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 40 |
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="106"> |
| 41 |
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| 42 |
<font key="font" metaFont="system"/> |
| 43 |
<string key="keyEquivalent" base64-UTF8="YES"> |
| 44 |
DQ |
| 45 |
</string> |
| 46 |
</buttonCell> |
| 47 |
<connections> |
| 48 |
<action selector="cancelPressed:" target="-2" id="XVB-Yy-zEP"/> |
| 49 |
</connections> |
| 50 |
</button> |
| 51 |
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="EQl-dM-m7g"> |
| 52 |
<rect key="frame" x="18" y="186" width="295" height="26"/> |
| 53 |
<autoresizingMask key="autoresizingMask"/> |
| 54 |
<textFieldCell key="cell" controlSize="small" selectable="YES" title="This document have the following problems:" id="9bq-Zb-g7O"> |
| 55 |
<font key="font" metaFont="system"/> |
| 56 |
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 57 |
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 58 |
</textFieldCell> |
| 59 |
</textField> |
| 60 |
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="NYh-jd-Mfj"> |
| 61 |
<rect key="frame" x="18" y="52" width="295" height="26"/> |
| 62 |
<autoresizingMask key="autoresizingMask"/> |
| 63 |
<textFieldCell key="cell" controlSize="small" selectable="YES" title="Do you want to continue saving?" id="Jak-hs-rbC"> |
| 64 |
<font key="font" metaFont="system"/> |
| 65 |
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 66 |
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 67 |
</textFieldCell> |
| 68 |
</textField> |
| 69 |
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="7w9-Eg-jQS"> |
| 70 |
<rect key="frame" x="18" y="30" width="295" height="26"/> |
| 71 |
<autoresizingMask key="autoresizingMask"/> |
| 72 |
<textFieldCell key="cell" controlSize="small" selectable="YES" title="(The problematic events will be replaced)" id="tSo-q8-RSe"> |
| 73 |
<font key="font" size="13" name=".HiraKakuInterface-W3"/> |
| 74 |
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 75 |
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 76 |
</textFieldCell> |
| 77 |
</textField> |
| 78 |
<scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" id="O0V-Lw-5nm"> |
| 79 |
<rect key="frame" x="20" y="82" width="291" height="101"/> |
| 80 |
<autoresizingMask key="autoresizingMask"/> |
| 81 |
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="tRj-w8-rSz"> |
| 82 |
<rect key="frame" x="0.0" y="0.0" width="276" height="101"/> |
| 83 |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 84 |
<subviews> |
| 85 |
<textView importsGraphics="NO" richText="NO" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="LpX-c2-C34"> |
| 86 |
<rect key="frame" x="0.0" y="0.0" width="276" height="101"/> |
| 87 |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 88 |
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
| 89 |
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 90 |
<size key="minSize" width="276" height="101"/> |
| 91 |
<size key="maxSize" width="276" height="10000000"/> |
| 92 |
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/> |
| 93 |
</textView> |
| 94 |
</subviews> |
| 95 |
</clipView> |
| 96 |
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="05y-4d-zmu"> |
| 97 |
<rect key="frame" x="-100" y="-100" width="225" height="15"/> |
| 98 |
<autoresizingMask key="autoresizingMask"/> |
| 99 |
</scroller> |
| 100 |
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="srt-8q-WzJ"> |
| 101 |
<rect key="frame" x="276" y="0.0" width="15" height="101"/> |
| 102 |
<autoresizingMask key="autoresizingMask"/> |
| 103 |
</scroller> |
| 104 |
</scrollView> |
| 105 |
</subviews> |
| 106 |
</view> |
| 107 |
<connections> |
| 108 |
<outlet property="delegate" destination="-2" id="62"/> |
| 109 |
</connections> |
| 110 |
<point key="canvasLocation" x="131.5" y="176"/> |
| 111 |
</window> |
| 112 |
</objects> |
| 113 |
</document> |