mirror of
https://github.com/zhigang1992/macdown.git
synced 2026-05-06 16:30:37 +08:00
135 lines
11 KiB
XML
135 lines
11 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="14B25" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/>
|
|
<plugIn identifier="com.apple.WebKitIBPlugin" version="6254"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="MPDocument">
|
|
<connections>
|
|
<outlet property="editor" destination="VLv-r5-dZU" id="D9p-hw-Xin"/>
|
|
<outlet property="editorContainer" destination="WJx-Xb-9af" id="9qh-OF-9px"/>
|
|
<outlet property="editorPaddingBottom" destination="iWt-0N-ePd" id="wxP-ap-5qc"/>
|
|
<outlet property="preview" destination="XJO-AS-uPd" id="0ZO-ec-vWJ"/>
|
|
<outlet property="splitView" destination="0kv-p9-H4b" id="1EO-mS-VKN"/>
|
|
<outlet property="window" destination="xOd-HO-29H" id="JIz-fz-R2o"/>
|
|
<outlet property="wordCountWidget" destination="kfG-Fe-ode" id="I5T-mG-zWc"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" animationBehavior="documentWindow" id="xOd-HO-29H" userLabel="Window">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="0.0" y="0.0" width="1024" height="578"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
|
<value key="minSize" type="size" width="94" height="86"/>
|
|
<view key="contentView" wantsLayer="YES" id="gIp-Ho-8D9">
|
|
<rect key="frame" x="0.0" y="0.0" width="1024" height="578"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<splitView focusRingType="none" dividerStyle="thin" vertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0kv-p9-H4b" customClass="MPDocumentSplitView">
|
|
<rect key="frame" x="0.0" y="0.0" width="1024" height="578"/>
|
|
<subviews>
|
|
<customView id="WJx-Xb-9af">
|
|
<rect key="frame" x="0.0" y="0.0" width="509" height="578"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<subviews>
|
|
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5HT-Up-YAd">
|
|
<rect key="frame" x="0.0" y="0.0" width="509" height="578"/>
|
|
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="5eJ-HC-3WM">
|
|
<rect key="frame" x="0.0" y="0.0" width="509" height="578"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<textView importsGraphics="NO" richText="NO" horizontallyResizable="YES" findStyle="bar" allowsDocumentBackgroundColorChange="YES" allowsUndo="YES" verticallyResizable="YES" dashSubstitution="YES" smartInsertDelete="YES" id="VLv-r5-dZU" customClass="MPEditorView">
|
|
<rect key="frame" x="0.0" y="0.0" width="509" height="578"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<size key="minSize" width="509" height="578"/>
|
|
<size key="maxSize" width="771" height="10000000"/>
|
|
<color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
|
<size key="minSize" width="509" height="578"/>
|
|
<size key="maxSize" width="771" height="10000000"/>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="TdC-zV-Jhk"/>
|
|
</connections>
|
|
</textView>
|
|
</subviews>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
</clipView>
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="3Oj-1c-nVc">
|
|
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="Ofi-bn-LVK">
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
</scrollView>
|
|
<popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="kfG-Fe-ode">
|
|
<rect key="frame" x="163" y="2" width="184" height="30"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="180" id="mHu-Un-sUm"/>
|
|
<constraint firstAttribute="height" constant="25" id="oA6-sw-Vyh"/>
|
|
</constraints>
|
|
<popUpButtonCell key="cell" type="bevel" title="0 words" bezelStyle="regularSquare" alignment="center" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" autoenablesItems="NO" altersStateOfSelectedItem="NO" selectedItem="nSU-MQ-L9d" id="KoL-wy-QnY">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="cellTitle"/>
|
|
<menu key="menu" title="OtherViews" autoenablesItems="NO" id="DDR-wQ-zFz">
|
|
<items>
|
|
<menuItem title="0 words" id="nSU-MQ-L9d"/>
|
|
<menuItem title="Item 2" id="YPx-ln-xHY"/>
|
|
<menuItem title="Item 3" id="Ur5-Da-p9e"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
<connections>
|
|
<binding destination="-2" name="selectedIndex" keyPath="self.preferences.editorWordCountType" id="DIO-2B-7rB"/>
|
|
</connections>
|
|
</popUpButton>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstAttribute="trailing" secondItem="5HT-Up-YAd" secondAttribute="trailing" id="6OW-Kw-W3b"/>
|
|
<constraint firstItem="5HT-Up-YAd" firstAttribute="leading" secondItem="WJx-Xb-9af" secondAttribute="leading" id="B0V-v5-hdB"/>
|
|
<constraint firstAttribute="bottom" secondItem="kfG-Fe-ode" secondAttribute="bottom" constant="5" id="K5F-Ue-1ED"/>
|
|
<constraint firstAttribute="bottom" secondItem="5HT-Up-YAd" secondAttribute="bottom" id="iWt-0N-ePd"/>
|
|
<constraint firstItem="5HT-Up-YAd" firstAttribute="top" secondItem="WJx-Xb-9af" secondAttribute="top" id="n0c-VL-2ue"/>
|
|
<constraint firstAttribute="centerX" secondItem="kfG-Fe-ode" secondAttribute="centerX" id="ynw-y8-yAH"/>
|
|
</constraints>
|
|
</customView>
|
|
<webView fixedFrame="YES" id="XJO-AS-uPd">
|
|
<rect key="frame" x="510" y="0.0" width="514" height="578"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<webPreferences key="preferences" defaultFontSize="12" defaultFixedFontSize="12">
|
|
<nil key="identifier"/>
|
|
</webPreferences>
|
|
<connections>
|
|
<outlet property="UIDelegate" destination="-2" id="5Ky-Oy-jNW"/>
|
|
</connections>
|
|
</webView>
|
|
</subviews>
|
|
<holdingPriorities>
|
|
<real value="250"/>
|
|
<real value="250"/>
|
|
</holdingPriorities>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="b5o-6h-tOo"/>
|
|
</connections>
|
|
</splitView>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstAttribute="bottom" secondItem="0kv-p9-H4b" secondAttribute="bottom" id="R6Z-AL-9KK"/>
|
|
<constraint firstAttribute="trailing" secondItem="0kv-p9-H4b" secondAttribute="trailing" id="WuX-Bj-wFd"/>
|
|
<constraint firstItem="0kv-p9-H4b" firstAttribute="leading" secondItem="gIp-Ho-8D9" secondAttribute="leading" id="v5d-2R-0o7"/>
|
|
<constraint firstItem="0kv-p9-H4b" firstAttribute="top" secondItem="gIp-Ho-8D9" secondAttribute="top" id="yHd-Qc-mhZ"/>
|
|
</constraints>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-x8E"/>
|
|
</connections>
|
|
</window>
|
|
<userDefaultsController representsSharedInstance="YES" id="xWe-NS-iYh"/>
|
|
</objects>
|
|
</document>
|