Abhishek Banthia
9 years ago
51 changed files with 1679 additions and 9 deletions
Binary file not shown.
@ -0,0 +1,171 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="CLAboutUsViewController"> |
||||
<connections> |
||||
<outlet property="versionField" destination="FG9-E5-o8y" id="nBg-l0-ELU"/> |
||||
<outlet property="view" destination="FS5-f2-b1Z" id="qSe-zw-rRT"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<view id="FS5-f2-b1Z"> |
||||
<rect key="frame" x="0.0" y="0.0" width="487" height="222"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<subviews> |
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="p2G-hA-MSX"> |
||||
<rect key="frame" x="20" y="85" width="125" height="117"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="125" id="6Kp-RK-dT4"/> |
||||
<constraint firstAttribute="height" constant="117" id="znw-VN-bXv"/> |
||||
</constraints> |
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ClockerIcon-256" id="pfa-88-uAu"/> |
||||
</imageView> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XlC-Xd-67t"> |
||||
<rect key="frame" x="153" y="166" width="316" height="43"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="43" id="dqF-vG-wml"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="计时员" id="KPE-f2-s6r"> |
||||
<font key="font" size="29" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FG9-E5-o8y"> |
||||
<rect key="frame" x="153" y="142" width="316" height="23"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="23" id="APM-BF-sIg"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" placeholderString="Version String" id="ctT-VL-V5M"> |
||||
<font key="font" size="16" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5Eo-aJ-L8H"> |
||||
<rect key="frame" x="153" y="120" width="316" height="20"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="20" id="6fy-MI-uin"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Copyright (2016) Abhishek Banthia" id="4PX-se-5ds"> |
||||
<font key="font" size="14" name="SFUIDisplay-Ultralight"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6Cx-BF-XMU"> |
||||
<rect key="frame" x="153" y="95" width="316" height="15"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="15" id="Oob-bz-4Vp"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="这个程序是开源的,可以在MIT许可下重用。" id="oId-kW-4fE"> |
||||
<font key="font" size="10" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fgO-N3-3oh"> |
||||
<rect key="frame" x="124" y="13" width="130" height="32"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="21" id="HOR-7s-O7V"/> |
||||
<constraint firstAttribute="width" constant="118" id="fjr-FG-Jlq"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="push" title="支持我们" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="yEt-bN-Jci"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="viewSource:" target="-2" id="gkr-T0-0OI"/> |
||||
</connections> |
||||
</button> |
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="q67-QZ-7g3"> |
||||
<rect key="frame" x="250" y="13" width="107" height="32"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="21" id="Fw5-r2-JCs"/> |
||||
<constraint firstAttribute="width" constant="95" id="zmg-WE-hsM"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="push" title="报告问题" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="HO1-pf-GNd"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="reportIssue:" target="-2" id="71W-Nb-pYu"/> |
||||
</connections> |
||||
</button> |
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="P3u-Um-Nby"> |
||||
<rect key="frame" x="353" y="13" width="123" height="32"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="111" id="5Yt-bH-NGf"/> |
||||
<constraint firstAttribute="height" constant="21" id="8Jh-fm-8up"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="push" bezelStyle="rounded" image="FindUsOnFacebook" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="KI2-hO-Wif"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="openFacebookPage:" target="-2" id="gnQ-cM-gbO"/> |
||||
</connections> |
||||
</button> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="IhK-El-tOe"> |
||||
<rect key="frame" x="153" y="61" width="316" height="15"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="15" id="7kh-Ha-LHP"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="apa-Nu-NtC"> |
||||
<font key="font" size="10" name="SFUIDisplay-Bold"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Rzs-xE-sfs"> |
||||
<rect key="frame" x="153" y="78" width="316" height="15"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="15" id="2sg-Q1-h9h"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="You can support Timekeeper by starring the source on GitHub! :)" id="JAy-Yp-MXm"> |
||||
<font key="font" size="10" name="SFUIDisplay-Bold"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="p2G-hA-MSX" firstAttribute="leading" secondItem="FS5-f2-b1Z" secondAttribute="leading" constant="20" id="8LW-4H-HKD"/> |
||||
<constraint firstAttribute="bottom" secondItem="q67-QZ-7g3" secondAttribute="bottom" constant="20" id="Cl5-lU-Hlw"/> |
||||
<constraint firstItem="IhK-El-tOe" firstAttribute="top" secondItem="Rzs-xE-sfs" secondAttribute="bottom" constant="2" id="GhF-Ml-o0d"/> |
||||
<constraint firstAttribute="bottom" secondItem="fgO-N3-3oh" secondAttribute="bottom" constant="20" id="Ka3-lR-aW1"/> |
||||
<constraint firstItem="Rzs-xE-sfs" firstAttribute="leading" secondItem="p2G-hA-MSX" secondAttribute="trailing" constant="10" id="Mru-Qk-R35"/> |
||||
<constraint firstItem="P3u-Um-Nby" firstAttribute="leading" secondItem="q67-QZ-7g3" secondAttribute="trailing" constant="8" id="NtI-jY-BNB"/> |
||||
<constraint firstAttribute="trailing" secondItem="6Cx-BF-XMU" secondAttribute="trailing" constant="20" id="PCL-2W-fCV"/> |
||||
<constraint firstItem="6Cx-BF-XMU" firstAttribute="leading" secondItem="p2G-hA-MSX" secondAttribute="trailing" constant="10" id="PxC-Pa-PfL"/> |
||||
<constraint firstItem="XlC-Xd-67t" firstAttribute="leading" secondItem="p2G-hA-MSX" secondAttribute="trailing" constant="10" id="ReB-0P-Ppj"/> |
||||
<constraint firstItem="IhK-El-tOe" firstAttribute="leading" secondItem="p2G-hA-MSX" secondAttribute="trailing" constant="10" id="YNf-3g-MSO"/> |
||||
<constraint firstItem="5Eo-aJ-L8H" firstAttribute="leading" secondItem="p2G-hA-MSX" secondAttribute="trailing" constant="10" id="a9Y-c0-NKB"/> |
||||
<constraint firstAttribute="bottom" secondItem="P3u-Um-Nby" secondAttribute="bottom" constant="20" id="csw-Zl-TRQ"/> |
||||
<constraint firstAttribute="trailing" secondItem="IhK-El-tOe" secondAttribute="trailing" constant="20" id="cxj-b7-7xn"/> |
||||
<constraint firstItem="q67-QZ-7g3" firstAttribute="leading" secondItem="fgO-N3-3oh" secondAttribute="trailing" constant="8" id="fA5-O5-kY8"/> |
||||
<constraint firstAttribute="trailing" secondItem="5Eo-aJ-L8H" secondAttribute="trailing" constant="20" id="has-V9-fM5"/> |
||||
<constraint firstAttribute="trailing" secondItem="FG9-E5-o8y" secondAttribute="trailing" constant="20" id="j5d-17-Loc"/> |
||||
<constraint firstItem="FG9-E5-o8y" firstAttribute="leading" secondItem="p2G-hA-MSX" secondAttribute="trailing" constant="10" id="kyh-fi-23P"/> |
||||
<constraint firstItem="5Eo-aJ-L8H" firstAttribute="top" secondItem="FG9-E5-o8y" secondAttribute="bottom" constant="2" id="pVM-TS-Wvl"/> |
||||
<constraint firstItem="XlC-Xd-67t" firstAttribute="top" secondItem="FS5-f2-b1Z" secondAttribute="top" constant="13" id="slR-Qu-uJh"/> |
||||
<constraint firstItem="p2G-hA-MSX" firstAttribute="top" secondItem="FS5-f2-b1Z" secondAttribute="top" constant="20" id="tO4-p0-Wfk"/> |
||||
<constraint firstAttribute="trailing" secondItem="XlC-Xd-67t" secondAttribute="trailing" constant="20" id="vpM-Kh-fhm"/> |
||||
<constraint firstItem="fgO-N3-3oh" firstAttribute="leading" secondItem="FS5-f2-b1Z" secondAttribute="leading" constant="130" id="wOA-HL-UjC"/> |
||||
<constraint firstItem="FG9-E5-o8y" firstAttribute="top" secondItem="XlC-Xd-67t" secondAttribute="bottom" constant="1" id="yHu-dm-LPw"/> |
||||
<constraint firstItem="Rzs-xE-sfs" firstAttribute="top" secondItem="6Cx-BF-XMU" secondAttribute="bottom" constant="2" id="ydK-a7-uQy"/> |
||||
<constraint firstAttribute="trailing" secondItem="Rzs-xE-sfs" secondAttribute="trailing" constant="20" id="zhC-Yf-lRU"/> |
||||
<constraint firstItem="6Cx-BF-XMU" firstAttribute="top" secondItem="5Eo-aJ-L8H" secondAttribute="bottom" constant="10" id="zki-ag-D4H"/> |
||||
</constraints> |
||||
<point key="canvasLocation" x="601.5" y="244"/> |
||||
</view> |
||||
</objects> |
||||
<resources> |
||||
<image name="ClockerIcon-256" width="256" height="256"/> |
||||
<image name="FindUsOnFacebook" width="144" height="27"/> |
||||
</resources> |
||||
</document> |
@ -0,0 +1,213 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> |
||||
<capability name="box content view" minToolsVersion="7.0"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="CLAppFeedbackWindowController"> |
||||
<connections> |
||||
<outlet property="emailField" destination="zlM-Cf-OxV" id="uRw-dZ-JGR"/> |
||||
<outlet property="feedbackTextView" destination="sCg-gV-TTr" id="Evh-WS-epn"/> |
||||
<outlet property="informativeText" destination="W3a-Hi-ryk" id="qhv-iC-svS"/> |
||||
<outlet property="nameField" destination="Qzm-kE-Igl" id="miJ-7A-VPC"/> |
||||
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<window title="Clocker Feedback" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5"> |
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/> |
||||
<rect key="contentRect" x="437" y="172" width="319" height="382"/> |
||||
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> |
||||
<view key="contentView" id="se5-gp-TjO"> |
||||
<rect key="frame" x="0.0" y="0.0" width="319" height="382"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<subviews> |
||||
<scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oNX-kV-RGt"> |
||||
<rect key="frame" x="12" y="208" width="295" height="135"/> |
||||
<clipView key="contentView" id="NNn-eZ-8Je"> |
||||
<rect key="frame" x="1" y="1" width="293" height="133"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<textView importsGraphics="NO" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="sCg-gV-TTr"> |
||||
<rect key="frame" x="0.0" y="0.0" width="293" height="133"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
||||
<size key="minSize" width="293" height="133"/> |
||||
<size key="maxSize" width="463" height="10000000"/> |
||||
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<size key="minSize" width="293" height="133"/> |
||||
<size key="maxSize" width="463" height="10000000"/> |
||||
</textView> |
||||
</subviews> |
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
||||
</clipView> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="135" id="5Sp-su-m1e"/> |
||||
</constraints> |
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="9Ed-AQ-o4N"> |
||||
<rect key="frame" x="-100" y="-100" width="87" height="18"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="Ls5-gY-fnI"> |
||||
<rect key="frame" x="-100" y="-100" width="15" height="133"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
</scrollView> |
||||
<box title="Contact Information (Optional)" borderType="line" translatesAutoresizingMaskIntoConstraints="NO" id="JzF-Oq-qhW"> |
||||
<rect key="frame" x="9" y="66" width="291" height="129"/> |
||||
<view key="contentView" id="moX-Vc-vMc"> |
||||
<rect key="frame" x="1" y="1" width="289" height="110"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="269" translatesAutoresizingMaskIntoConstraints="NO" id="Qzm-kE-Igl"> |
||||
<rect key="frame" x="10" y="77" width="269" height="22"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="22" id="6DY-uj-pMG"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Name" drawsBackground="YES" id="9OU-9S-Apl"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="269" translatesAutoresizingMaskIntoConstraints="NO" id="zlM-Cf-OxV"> |
||||
<rect key="frame" x="10" y="45" width="269" height="22"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="22" id="b3M-Sc-y8S"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Email" drawsBackground="YES" id="Z0A-qe-nbc"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="269" translatesAutoresizingMaskIntoConstraints="NO" id="LVY-Qw-MYC"> |
||||
<rect key="frame" x="6" y="8" width="277" height="30"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="30" id="dRi-pM-pWX"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Your contact information will let us contact you in case we need more information or can help!" placeholderString="" id="yEq-6I-HBq"> |
||||
<font key="font" size="10" name="SFUIDisplay-Regular"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstAttribute="trailing" secondItem="Qzm-kE-Igl" secondAttribute="trailing" constant="10" id="1d6-68-dye"/> |
||||
<constraint firstItem="zlM-Cf-OxV" firstAttribute="top" secondItem="Qzm-kE-Igl" secondAttribute="bottom" constant="10" id="9Gc-9K-fJF"/> |
||||
<constraint firstItem="Qzm-kE-Igl" firstAttribute="top" secondItem="moX-Vc-vMc" secondAttribute="top" constant="11" id="Dpz-4F-hN7"/> |
||||
<constraint firstItem="Qzm-kE-Igl" firstAttribute="leading" secondItem="moX-Vc-vMc" secondAttribute="leading" constant="10" id="GKZ-24-t7t"/> |
||||
<constraint firstItem="LVY-Qw-MYC" firstAttribute="top" secondItem="zlM-Cf-OxV" secondAttribute="bottom" constant="7" id="Xck-iy-cZk"/> |
||||
<constraint firstItem="LVY-Qw-MYC" firstAttribute="leading" secondItem="moX-Vc-vMc" secondAttribute="leading" constant="8" id="iLs-Ob-MZC"/> |
||||
<constraint firstItem="LVY-Qw-MYC" firstAttribute="centerX" secondItem="moX-Vc-vMc" secondAttribute="centerX" id="k3n-00-eiV"/> |
||||
<constraint firstItem="zlM-Cf-OxV" firstAttribute="leading" secondItem="moX-Vc-vMc" secondAttribute="leading" constant="10" id="u3y-gI-YeL"/> |
||||
</constraints> |
||||
</view> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="125" id="lwa-Yt-uxh"/> |
||||
</constraints> |
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> |
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
||||
<font key="titleFont" size="11" name="SFUIDisplay-Regular"/> |
||||
</box> |
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="szs-8j-SMN"> |
||||
<rect key="frame" x="93" y="13" width="82" height="32"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="21" id="3Et-2P-JlO"/> |
||||
<constraint firstAttribute="width" constant="70" id="CFb-9Q-Mbd"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" allowsMixedState="YES" imageScaling="proportionallyDown" inset="2" id="BNp-eQ-I1S"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
<string key="keyEquivalent" base64-UTF8="YES"> |
||||
Gw |
||||
</string> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="cancel:" target="-2" id="ZzH-nF-Pd0"/> |
||||
</connections> |
||||
</button> |
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sJq-1o-Bft"> |
||||
<rect key="frame" x="171" y="13" width="134" height="32"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="122" id="IU8-yi-rFV"/> |
||||
<constraint firstAttribute="height" constant="21" id="M7a-oP-ZqD"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="push" title="Send Feedback" bezelStyle="rounded" alignment="center" borderStyle="border" allowsMixedState="YES" imageScaling="proportionallyDown" inset="2" id="vrZ-QX-vjo"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
<string key="keyEquivalent" base64-UTF8="YES"> |
||||
DQ |
||||
</string> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="sendFeedback:" target="-2" id="lrL-0l-Jbd"/> |
||||
</connections> |
||||
</button> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gej-YH-9dt"> |
||||
<rect key="frame" x="10" y="351" width="299" height="17"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="17" id="a7O-DC-irX"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Tell us what you think!" id="oHe-hu-bQn"> |
||||
<font key="font" size="13" name="SFUIDisplay-Regular"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W3a-Hi-ryk"> |
||||
<rect key="frame" x="10" y="47" width="289" height="17"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="17" id="vCO-Z3-Dfd"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="sSH-y9-tFH"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<progressIndicator wantsLayer="YES" maxValue="100" indeterminate="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="h17-og-9PU"> |
||||
<rect key="frame" x="12" y="19" width="79" height="20"/> |
||||
<connections> |
||||
<binding destination="-2" name="animate" keyPath="self.activityInProgress" id="XTs-pT-uOV"/> |
||||
<binding destination="-2" name="hidden" keyPath="self.activityInProgress" id="d8g-HB-pPg"> |
||||
<dictionary key="options"> |
||||
<string key="NSValueTransformerName">NSNegateBoolean</string> |
||||
</dictionary> |
||||
</binding> |
||||
</connections> |
||||
</progressIndicator> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="W3a-Hi-ryk" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="12" id="8UN-bn-s8Y"/> |
||||
<constraint firstAttribute="trailing" secondItem="zlM-Cf-OxV" secondAttribute="trailing" constant="30" id="Arj-b2-oje"/> |
||||
<constraint firstAttribute="trailing" secondItem="oNX-kV-RGt" secondAttribute="trailing" constant="12" id="IqR-EG-ga3"/> |
||||
<constraint firstItem="sJq-1o-Bft" firstAttribute="leading" secondItem="szs-8j-SMN" secondAttribute="trailing" constant="8" id="JSB-K6-cbX"/> |
||||
<constraint firstAttribute="trailing" secondItem="sJq-1o-Bft" secondAttribute="trailing" constant="20" id="KuW-ez-Od9"/> |
||||
<constraint firstItem="JzF-Oq-qhW" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="12" id="NCF-RW-EvZ"/> |
||||
<constraint firstAttribute="bottom" secondItem="h17-og-9PU" secondAttribute="bottom" constant="20" id="OLS-kL-muQ"/> |
||||
<constraint firstItem="oNX-kV-RGt" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="12" id="P0X-Hb-ZtS"/> |
||||
<constraint firstItem="szs-8j-SMN" firstAttribute="leading" secondItem="h17-og-9PU" secondAttribute="trailing" constant="8" id="S7a-To-K83"/> |
||||
<constraint firstAttribute="bottom" secondItem="sJq-1o-Bft" secondAttribute="bottom" constant="20" id="cft-qs-VMz"/> |
||||
<constraint firstItem="h17-og-9PU" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="12" id="iIH-oN-lBO"/> |
||||
<constraint firstAttribute="trailing" secondItem="W3a-Hi-ryk" secondAttribute="trailing" constant="22" id="j6H-0M-Cux"/> |
||||
<constraint firstAttribute="trailing" secondItem="JzF-Oq-qhW" secondAttribute="trailing" constant="22" id="leu-ZX-18k"/> |
||||
<constraint firstAttribute="trailing" secondItem="gej-YH-9dt" secondAttribute="trailing" constant="12" id="qjH-ND-NKx"/> |
||||
<constraint firstItem="gej-YH-9dt" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="12" id="tlA-wq-Gts"/> |
||||
<constraint firstItem="szs-8j-SMN" firstAttribute="top" secondItem="W3a-Hi-ryk" secondAttribute="bottom" constant="6" id="vlm-Yj-d84"/> |
||||
<constraint firstAttribute="bottom" secondItem="szs-8j-SMN" secondAttribute="bottom" constant="20" id="xos-N8-d1k"/> |
||||
<constraint firstItem="JzF-Oq-qhW" firstAttribute="top" secondItem="sCg-gV-TTr" secondAttribute="bottom" constant="14" id="yKx-Wi-JS1"/> |
||||
<constraint firstItem="gej-YH-9dt" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="14" id="yZE-PY-8EZ"/> |
||||
<constraint firstItem="oNX-kV-RGt" firstAttribute="top" secondItem="gej-YH-9dt" secondAttribute="bottom" constant="8" id="yec-Eo-Jb9"/> |
||||
</constraints> |
||||
</view> |
||||
<connections> |
||||
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/> |
||||
</connections> |
||||
<point key="canvasLocation" x="148.5" y="268"/> |
||||
</window> |
||||
</objects> |
||||
</document> |
@ -0,0 +1,339 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="CLAppearanceViewController"> |
||||
<connections> |
||||
<outlet property="informationLabel" destination="WDP-d4-eNj" id="4Af-T9-vEI"/> |
||||
<outlet property="theme" destination="5tI-fU-0lZ" id="dzr-Zx-E8x"/> |
||||
<outlet property="timeFormat" destination="OrL-Ix-fmY" id="ZzR-ip-HS9"/> |
||||
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<customView id="Hz6-mo-xeY"> |
||||
<rect key="frame" x="0.0" y="0.0" width="439" height="463"/> |
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
||||
<subviews> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="60" translatesAutoresizingMaskIntoConstraints="NO" id="iVw-cq-zLz"> |
||||
<rect key="frame" x="188" y="349" width="64" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="18" id="2DP-wK-Ga8"/> |
||||
<constraint firstAttribute="width" constant="60" id="KEa-ei-G2i"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="主题" id="hCb-NM-To8"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="100" translatesAutoresizingMaskIntoConstraints="NO" id="5TC-RQ-gzI"> |
||||
<rect key="frame" x="168" y="411" width="104" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="18" id="gWc-u4-D8E"/> |
||||
<constraint firstAttribute="width" constant="100" id="nh0-5K-Aa0"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="时间格式" id="Hza-PB-FEf"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<segmentedControl toolTip="Choose a theme for the main panel!" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5tI-fU-0lZ"> |
||||
<rect key="frame" x="173" y="318" width="95" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="91" id="dW5-vG-EwD"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="3ED-rf-SN8"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<segments> |
||||
<segment label="白色"/> |
||||
<segment label="黑色" toolTip="Customize the timezone panel by selecting a theme!" selected="YES" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<action selector="themeChanged:" target="-2" id="V9J-fh-uqe"/> |
||||
<binding destination="WGI-5h-l6M" name="selectedIndex" keyPath="values.defaultTheme" id="CZP-v9-Ucg"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="150" translatesAutoresizingMaskIntoConstraints="NO" id="YQi-x8-6f8"> |
||||
<rect key="frame" x="143" y="287" width="154" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="18" id="eY8-bV-QLM"/> |
||||
<constraint firstAttribute="width" constant="150" id="n8S-fR-UtY"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="日显示选项" id="KTv-74-itf"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<segmentedControl toolTip="Select a time-format!" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OrL-Ix-fmY"> |
||||
<rect key="frame" x="102" y="380" width="236" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="232" id="uOJ-Mi-Fin"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="s7b-og-KCV"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<segments> |
||||
<segment label="12-hour clock" width="115"/> |
||||
<segment label="24-hour clock" toolTip="Set the time format you want to see in the timezone panel!" width="114" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<action selector="timeFormatSelectionChanged:" target="-2" id="EcS-pz-e0o"/> |
||||
<binding destination="WGI-5h-l6M" name="selectedIndex" keyPath="values.is24HourFormatSelected" id="UsS-ER-9M9"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3d9-qg-dNb"> |
||||
<rect key="frame" x="130" y="172" width="179" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="18" id="MdL-Dh-02n"/> |
||||
<constraint firstAttribute="width" constant="175" id="hHO-Wa-gmc"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="菜单栏选项" id="ZP5-1i-Bm8"> |
||||
<font key="font" size="12" name="SFUIDisplay-Bold"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pqa-Qg-U8Y"> |
||||
<rect key="frame" x="130" y="144" width="179" height="19"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="175" id="B2I-0j-0W0"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="显示日期" id="IAe-wr-MUG"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<connections> |
||||
<binding destination="-2" name="enabled" keyPath="self.enableOptions" id="wwV-Hq-RlT"/> |
||||
</connections> |
||||
</textField> |
||||
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="atA-2r-FXV"> |
||||
<rect key="frame" x="180" y="116" width="83" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="21" id="BqM-4F-6Ta"/> |
||||
<constraint firstAttribute="width" constant="79" id="ZeK-lO-tUa"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="rIg-AP-wGG"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<segments> |
||||
<segment label="是" selected="YES"/> |
||||
<segment label="没有" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<binding destination="-2" name="enabled" keyPath="self.enableOptions" id="K4w-DT-u3f"/> |
||||
<binding destination="WGI-5h-l6M" name="selectedIndex" keyPath="values.showDate" id="Qee-Dc-Piu"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kEn-QZ-niZ"> |
||||
<rect key="frame" x="130" y="95" width="179" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="18" id="2fd-f6-8cD"/> |
||||
<constraint firstAttribute="width" constant="175" id="D0w-xz-gkw"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="显示日名称" id="I99-Wp-1Iq"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<connections> |
||||
<binding destination="-2" name="enabled" keyPath="self.enableOptions" id="56M-0X-vvP"/> |
||||
</connections> |
||||
</textField> |
||||
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XwV-hy-YiP"> |
||||
<rect key="frame" x="179" y="67" width="83" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="79" id="dBz-ZQ-BF1"/> |
||||
<constraint firstAttribute="height" constant="21" id="y8c-hZ-MtI"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="18N-XQ-ANm"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<segments> |
||||
<segment label="是"/> |
||||
<segment label="没有" selected="YES" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<binding destination="-2" name="enabled" keyPath="self.enableOptions" id="5wv-GT-fne"/> |
||||
<binding destination="WGI-5h-l6M" name="selectedIndex" keyPath="values.showDay" id="AeO-a9-xU4"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="72r-oi-X0f"> |
||||
<rect key="frame" x="184" y="201" width="71" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="67" id="H8w-wg-vel"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="FMr-PO-czs"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<segments> |
||||
<segment label="是" width="32"/> |
||||
<segment label="没有" width="32" selected="YES" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<binding destination="WGI-5h-l6M" name="selectedIndex" keyPath="values.displayFutureSlider" id="zRQ-mQ-qBp"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="120" translatesAutoresizingMaskIntoConstraints="NO" id="HTZ-1V-qZb"> |
||||
<rect key="frame" x="158" y="232" width="124" height="19"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="120" id="1Lv-wC-hEM"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="显示滑块" id="PE4-Ua-hkI"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="MHe-dB-GZr"> |
||||
<rect key="frame" x="0.0" y="192" width="439" height="5"/> |
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> |
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
||||
<font key="titleFont" metaFont="system"/> |
||||
</box> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LC1-Sx-uav"> |
||||
<rect key="frame" x="130" y="43" width="179" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="175" id="Pdc-78-vzv"/> |
||||
<constraint firstAttribute="height" constant="18" id="hsh-i8-ULY"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="显示位置" id="nEh-Sa-SDH"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<connections> |
||||
<binding destination="-2" name="enabled" keyPath="self.enableOptions" id="3ho-kS-zgV"/> |
||||
</connections> |
||||
</textField> |
||||
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JR8-v7-K0w"> |
||||
<rect key="frame" x="179" y="15" width="83" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="21" id="Xof-eY-ZUl"/> |
||||
<constraint firstAttribute="width" constant="79" id="msH-Xd-mrp"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="SLe-HO-6so"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<segments> |
||||
<segment label="是"/> |
||||
<segment label="没有" selected="YES" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<binding destination="-2" name="enabled" keyPath="self.enableOptions" id="g8k-2L-2XR"/> |
||||
<binding destination="WGI-5h-l6M" name="selectedIndex" keyPath="values.showPlaceName" id="374-hG-giL"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X5s-Mc-Yfo"> |
||||
<rect key="frame" x="130" y="437" width="179" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="175" id="YaE-Og-A4W"/> |
||||
<constraint firstAttribute="height" constant="18" id="bTT-ve-oW9"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="主面板选项" id="skQ-rM-X70"> |
||||
<font key="font" size="12" name="SFUIDisplay-Bold"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1eh-BT-2fK"> |
||||
<rect key="frame" x="172" y="256" width="95" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="91" id="u9T-ks-rqA"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="ZV9-ih-faz"> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
<segments> |
||||
<segment label="各自"/> |
||||
<segment label="实际" selected="YES" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<action selector="changeRelativeDayDisplay:" target="-2" id="7Af-BH-qFq"/> |
||||
<binding destination="WGI-5h-l6M" name="selectedIndex" keyPath="values.relativeDate" id="eKo-sG-1eE"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<visualEffectView wantsLayer="YES" appearanceType="vibrantLight" alphaValue="0.90000000000000002" blendingMode="withinWindow" state="followsWindowActiveState" translatesAutoresizingMaskIntoConstraints="NO" id="kHi-mx-HdE"> |
||||
<rect key="frame" x="0.0" y="0.0" width="439" height="195"/> |
||||
<subviews> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WDP-d4-eNj"> |
||||
<rect key="frame" x="57" y="85" width="324" height="39"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="320" id="3wp-Z6-TrB"/> |
||||
<constraint firstAttribute="height" constant="39" id="IyN-y5-6JP"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" id="JHS-Tb-Aq8"> |
||||
<font key="font" size="13" name="SFUIDisplay-Bold"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<connections> |
||||
<binding destination="-2" name="hidden" keyPath="self.enableOptions" id="ZtR-jU-eva"/> |
||||
</connections> |
||||
</textField> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="195" id="JD3-oH-lbP"/> |
||||
<constraint firstItem="WDP-d4-eNj" firstAttribute="centerY" secondItem="kHi-mx-HdE" secondAttribute="centerY" constant="-7" id="YZN-MB-zQ8"/> |
||||
<constraint firstItem="WDP-d4-eNj" firstAttribute="centerX" secondItem="kHi-mx-HdE" secondAttribute="centerX" id="xlO-Y9-7Dn"/> |
||||
</constraints> |
||||
<shadow key="shadow" blurRadius="10"> |
||||
<color key="color" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
||||
</shadow> |
||||
<connections> |
||||
<binding destination="-2" name="hidden" keyPath="self.enableOptions" id="4El-Z9-rMM"/> |
||||
</connections> |
||||
</visualEffectView> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="5TC-RQ-gzI" firstAttribute="top" secondItem="X5s-Mc-Yfo" secondAttribute="bottom" constant="8" id="1Wi-S2-cSq"/> |
||||
<constraint firstItem="72r-oi-X0f" firstAttribute="top" secondItem="HTZ-1V-qZb" secondAttribute="bottom" constant="8" id="23z-Z7-vpe"/> |
||||
<constraint firstItem="LC1-Sx-uav" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="2M5-Z9-HrL"/> |
||||
<constraint firstItem="MHe-dB-GZr" firstAttribute="top" secondItem="72r-oi-X0f" secondAttribute="bottom" constant="8" id="3Lr-IT-EsF"/> |
||||
<constraint firstItem="YQi-x8-6f8" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="6LU-d8-lKX"/> |
||||
<constraint firstItem="3d9-qg-dNb" firstAttribute="top" secondItem="MHe-dB-GZr" secondAttribute="bottom" constant="4" id="BZ1-zf-1At"/> |
||||
<constraint firstItem="3d9-qg-dNb" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="FBj-0N-ltc"/> |
||||
<constraint firstAttribute="bottom" secondItem="kHi-mx-HdE" secondAttribute="bottom" id="GqC-hp-yU9"/> |
||||
<constraint firstItem="OrL-Ix-fmY" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="JtZ-ra-RaC"/> |
||||
<constraint firstItem="kEn-QZ-niZ" firstAttribute="top" secondItem="atA-2r-FXV" secondAttribute="bottom" constant="5" id="O8m-uk-Ppx"/> |
||||
<constraint firstItem="kHi-mx-HdE" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="Oan-Iw-Pp1"/> |
||||
<constraint firstItem="X5s-Mc-Yfo" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="8" id="OeD-4K-q6Y"/> |
||||
<constraint firstItem="HTZ-1V-qZb" firstAttribute="top" secondItem="1eh-BT-2fK" secondAttribute="bottom" constant="7" id="Ohx-zT-4Wu"/> |
||||
<constraint firstItem="pqa-Qg-U8Y" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="PHa-pY-kHG"/> |
||||
<constraint firstItem="1eh-BT-2fK" firstAttribute="top" secondItem="YQi-x8-6f8" secondAttribute="bottom" constant="8" id="POa-Gi-Prk"/> |
||||
<constraint firstItem="X5s-Mc-Yfo" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="PRU-TH-852"/> |
||||
<constraint firstItem="atA-2r-FXV" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" constant="2" id="Pjx-sg-kK0"/> |
||||
<constraint firstAttribute="trailing" secondItem="kHi-mx-HdE" secondAttribute="trailing" id="QaQ-6R-Oy9"/> |
||||
<constraint firstItem="XwV-hy-YiP" firstAttribute="top" secondItem="kEn-QZ-niZ" secondAttribute="bottom" constant="5" id="Qyy-6B-BBN"/> |
||||
<constraint firstItem="atA-2r-FXV" firstAttribute="top" secondItem="pqa-Qg-U8Y" secondAttribute="bottom" constant="5" id="RdE-wy-6vH"/> |
||||
<constraint firstItem="MHe-dB-GZr" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="TyR-gg-RLi"/> |
||||
<constraint firstItem="pqa-Qg-U8Y" firstAttribute="top" secondItem="3d9-qg-dNb" secondAttribute="bottom" constant="9" id="Uc0-mI-ciF"/> |
||||
<constraint firstItem="5tI-fU-0lZ" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" constant="1" id="Vkb-QV-unN"/> |
||||
<constraint firstItem="HTZ-1V-qZb" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="Wet-hO-O6U"/> |
||||
<constraint firstItem="YQi-x8-6f8" firstAttribute="top" secondItem="5tI-fU-0lZ" secondAttribute="bottom" constant="15" id="WoY-W4-XuS"/> |
||||
<constraint firstItem="JR8-v7-K0w" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" constant="1" id="Wye-84-JgC"/> |
||||
<constraint firstItem="iVw-cq-zLz" firstAttribute="top" secondItem="OrL-Ix-fmY" secondAttribute="bottom" constant="15" id="XgM-Wl-Xap"/> |
||||
<constraint firstItem="iVw-cq-zLz" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="Zh8-Vn-VxM"/> |
||||
<constraint firstItem="5tI-fU-0lZ" firstAttribute="top" secondItem="iVw-cq-zLz" secondAttribute="bottom" constant="8" id="bo6-s2-Vfj"/> |
||||
<constraint firstItem="kEn-QZ-niZ" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="eU3-c4-cnM"/> |
||||
<constraint firstItem="1eh-BT-2fK" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="fvI-By-5Ef"/> |
||||
<constraint firstAttribute="trailing" secondItem="MHe-dB-GZr" secondAttribute="trailing" id="jL7-Cv-YuY"/> |
||||
<constraint firstItem="5TC-RQ-gzI" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="lc0-ud-Mnw"/> |
||||
<constraint firstItem="JR8-v7-K0w" firstAttribute="top" secondItem="LC1-Sx-uav" secondAttribute="bottom" constant="5" id="pHX-KA-5RI"/> |
||||
<constraint firstItem="OrL-Ix-fmY" firstAttribute="top" secondItem="5TC-RQ-gzI" secondAttribute="bottom" constant="8" id="rpk-WN-DT9"/> |
||||
<constraint firstItem="72r-oi-X0f" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="wHU-od-8e8"/> |
||||
<constraint firstItem="XwV-hy-YiP" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" constant="1" id="x6a-GW-bOn"/> |
||||
<constraint firstItem="LC1-Sx-uav" firstAttribute="top" secondItem="XwV-hy-YiP" secondAttribute="bottom" constant="8" id="xFV-GA-ozB"/> |
||||
</constraints> |
||||
<point key="canvasLocation" x="186.5" y="314.5"/> |
||||
</customView> |
||||
<userDefaultsController representsSharedInstance="YES" id="WGI-5h-l6M"/> |
||||
</objects> |
||||
</document> |
@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="CLOneWindowController"> |
||||
<connections> |
||||
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<window title="计时员" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5"> |
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" texturedBackground="YES"/> |
||||
<rect key="contentRect" x="196" y="240" width="480" height="275"/> |
||||
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> |
||||
<view key="contentView" id="se5-gp-TjO"> |
||||
<rect key="frame" x="0.0" y="0.0" width="480" height="275"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</view> |
||||
<toolbar key="toolbar" implicitIdentifier="15DCF3D0-4463-497F-B0C3-14E5359E9266" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="small" id="eut-Zr-nON"> |
||||
<allowedToolbarItems> |
||||
<toolbarItem implicitItemIdentifier="716E502A-B9AE-4776-9A41-E42176C403F7" label="一般" paletteLabel="一般" tag="-1" image="NSPreferencesGeneral" id="Khj-zc-D5t"> |
||||
<connections> |
||||
<action selector="openPreferences:" target="-2" id="rJI-gB-Gcb"/> |
||||
</connections> |
||||
</toolbarItem> |
||||
<toolbarItem implicitItemIdentifier="E5C7052B-66F5-4E01-B453-642B034EB433" label="出现" paletteLabel="出现" tag="-1" image="NSFontPanel" id="Y9Q-gx-taO"> |
||||
<connections> |
||||
<action selector="openAppearanceView:" target="-2" id="y38-Hb-icv"/> |
||||
</connections> |
||||
</toolbarItem> |
||||
<toolbarItem implicitItemIdentifier="A66E9082-B4AF-4B6F-B2E8-CC3D70124C0B" label="信息" paletteLabel="信息" tag="-1" image="NSInfo" autovalidates="NO" id="ti4-MJ-8Xu"> |
||||
<connections> |
||||
<action selector="openAboutUsView:" target="-2" id="Aec-lN-CqR"/> |
||||
</connections> |
||||
</toolbarItem> |
||||
</allowedToolbarItems> |
||||
<defaultToolbarItems> |
||||
<toolbarItem reference="Khj-zc-D5t"/> |
||||
<toolbarItem reference="Y9Q-gx-taO"/> |
||||
<toolbarItem reference="ti4-MJ-8Xu"/> |
||||
</defaultToolbarItems> |
||||
</toolbar> |
||||
<connections> |
||||
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/> |
||||
</connections> |
||||
<point key="canvasLocation" x="347" y="305.5"/> |
||||
</window> |
||||
</objects> |
||||
<resources> |
||||
<image name="NSFontPanel" width="32" height="32"/> |
||||
<image name="NSInfo" width="32" height="32"/> |
||||
<image name="NSPreferencesGeneral" width="32" height="32"/> |
||||
</resources> |
||||
</document> |
@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="CLOnboardingWindowController"> |
||||
<connections> |
||||
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5"> |
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES"/> |
||||
<rect key="contentRect" x="196" y="240" width="275" height="233"/> |
||||
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> |
||||
<view key="contentView" id="se5-gp-TjO"> |
||||
<rect key="frame" x="0.0" y="0.0" width="275" height="233"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<subviews> |
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="TaQ-Ln-Vip"> |
||||
<rect key="frame" x="114" y="155" width="48" height="48"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="48" id="Ll6-ju-UBQ"/> |
||||
<constraint firstAttribute="height" constant="48" id="kpd-df-Kmk"/> |
||||
</constraints> |
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ClockerIcon-256" id="2t2-AF-Gtf"/> |
||||
</imageView> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oiI-iN-JcW"> |
||||
<rect key="frame" x="18" y="120" width="239" height="30"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="30" id="C7v-6N-7K9"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="计时员" id="r8V-tn-VkN"> |
||||
<font key="font" size="20" name="SFUIDisplay-Bold"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oyE-6j-Mni"> |
||||
<rect key="frame" x="18" y="11" width="239" height="17"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="17" id="Ttg-Xe-RUI"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" placeholderString="Made by Abhishek Banthia" id="cdT-3T-Jmu"> |
||||
<font key="font" size="11" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<button focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MQa-AK-s2j"> |
||||
<rect key="frame" x="81" y="27" width="114" height="32"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="102" id="17K-x2-WJw"/> |
||||
<constraint firstAttribute="height" constant="21" id="uWT-Rz-CCE"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="push" title="下一个" bezelStyle="rounded" alignment="center" borderStyle="border" focusRingType="none" imageScaling="proportionallyDown" inset="2" id="TjC-Ot-oen"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
<string key="keyEquivalent" base64-UTF8="YES"> |
||||
DQ |
||||
</string> |
||||
<userDefinedRuntimeAttributes> |
||||
<userDefinedRuntimeAttribute type="color" keyPath="backgroundColor"> |
||||
<color key="value" red="0.5" green="0.0" blue="0.5" alpha="1" colorSpace="calibratedRGB"/> |
||||
</userDefinedRuntimeAttribute> |
||||
</userDefinedRuntimeAttributes> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="continueButtonPressed:" target="-2" id="vNV-kl-MtP"/> |
||||
</connections> |
||||
</button> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wod-xv-dtj"> |
||||
<rect key="frame" x="18" y="99" width="239" height="19"/> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="管理你的时间更好" id="hQe-Z5-uca"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="MQa-AK-s2j" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="3QT-5g-r17"/> |
||||
<constraint firstItem="wod-xv-dtj" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="6V0-ex-bD0"/> |
||||
<constraint firstAttribute="trailing" secondItem="oyE-6j-Mni" secondAttribute="trailing" constant="20" id="Cnl-ve-VbG"/> |
||||
<constraint firstItem="oiI-iN-JcW" firstAttribute="top" secondItem="TaQ-Ln-Vip" secondAttribute="bottom" constant="5" id="M9K-qv-5Bd"/> |
||||
<constraint firstItem="TaQ-Ln-Vip" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="30" id="MAA-ac-ceo"/> |
||||
<constraint firstItem="oyE-6j-Mni" firstAttribute="top" secondItem="MQa-AK-s2j" secondAttribute="bottom" constant="6" id="U8v-lf-N46"/> |
||||
<constraint firstItem="oiI-iN-JcW" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="ajN-5l-kDS"/> |
||||
<constraint firstItem="wod-xv-dtj" firstAttribute="top" secondItem="oiI-iN-JcW" secondAttribute="bottom" constant="2" id="bed-o9-FYi"/> |
||||
<constraint firstItem="wod-xv-dtj" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="bm9-w8-ea0"/> |
||||
<constraint firstItem="TaQ-Ln-Vip" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="dV9-LG-Mh6"/> |
||||
<constraint firstAttribute="bottom" secondItem="oyE-6j-Mni" secondAttribute="bottom" constant="11" id="fGG-Ao-iJ2"/> |
||||
<constraint firstItem="oyE-6j-Mni" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="fMJ-gf-n5K"/> |
||||
<constraint firstAttribute="trailing" secondItem="wod-xv-dtj" secondAttribute="trailing" constant="20" id="kcg-ph-uGv"/> |
||||
<constraint firstItem="oiI-iN-JcW" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="nnJ-Ie-tQW"/> |
||||
<constraint firstAttribute="trailing" secondItem="oiI-iN-JcW" secondAttribute="trailing" constant="20" id="ux4-02-bAj"/> |
||||
</constraints> |
||||
</view> |
||||
<connections> |
||||
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/> |
||||
</connections> |
||||
<point key="canvasLocation" x="295.5" y="171.5"/> |
||||
</window> |
||||
</objects> |
||||
<resources> |
||||
<image name="ClockerIcon-256" width="256" height="256"/> |
||||
</resources> |
||||
</document> |
@ -0,0 +1,377 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="CLPreferencesViewController"> |
||||
<connections> |
||||
<outlet property="abbreviation" destination="V1c-xe-G2h" id="KPR-LT-bK2"/> |
||||
<outlet property="availableTimezoneTableView" destination="Q0t-hQ-orw" id="vQv-rd-Wkv"/> |
||||
<outlet property="messageLabel" destination="KFC-NV-5A3" id="NKB-JY-Udb"/> |
||||
<outlet property="placeholderLabel" destination="L5U-OI-Tkv" id="NhA-YA-x7S"/> |
||||
<outlet property="searchCriteria" destination="MiN-SF-nnU" id="Osf-q8-wwG"/> |
||||
<outlet property="searchField" destination="biT-6m-ElR" id="Di3-QU-LGY"/> |
||||
<outlet property="timezonePanel" destination="6FL-fp-Ke1" id="SDq-Q4-hMb"/> |
||||
<outlet property="timezoneTableView" destination="LbJ-dW-ITm" id="tRO-Ch-Was"/> |
||||
<outlet property="view" destination="Uu9-io-frR" id="bYk-D1-SUF"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<view id="Uu9-io-frR"> |
||||
<rect key="frame" x="0.0" y="0.0" width="439" height="335"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<button toolTip="Add a timezone" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4yB-vZ-tNX"> |
||||
<rect key="frame" x="11" y="19" width="21" height="22"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="20" id="GNz-C9-Ay8"/> |
||||
<constraint firstAttribute="width" constant="21" id="OkY-Uq-PwX"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="9ic-9h-AL9"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="addTimeZone:" target="-2" id="XGq-Ec-n2t"/> |
||||
</connections> |
||||
</button> |
||||
<button toolTip="Remove a timezone" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iOG-Ey-lmD"> |
||||
<rect key="frame" x="32" y="19" width="21" height="22"/> |
||||
<buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="gLH-wy-bCE"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
<string key="keyEquivalent" base64-UTF8="YES"> |
||||
CA |
||||
</string> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="removeFromFavourites:" target="-2" id="M3C-EF-9kQ"/> |
||||
</connections> |
||||
</button> |
||||
<scrollView focusRingType="none" borderType="none" autohidesScrollers="YES" horizontalLineScroll="22" horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zBR-OH-6QQ"> |
||||
<rect key="frame" x="10" y="46" width="419" height="281"/> |
||||
<clipView key="contentView" id="UZ2-JA-TZe"> |
||||
<rect key="frame" x="0.0" y="0.0" width="419" height="281"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnSelection="YES" autosaveColumns="NO" rowHeight="20" headerView="igm-uc-1wh" id="LbJ-dW-ITm"> |
||||
<rect key="frame" x="0.0" y="0.0" width="419" height="258"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<size key="intercellSpacing" width="3" height="2"/> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> |
||||
<tableColumns> |
||||
<tableColumn identifier="favouriteTimezone" width="54.0546875" minWidth="50" maxWidth="55" id="AeF-Ol-OlY"> |
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="喜爱"> |
||||
<font key="font" metaFont="smallSystem"/> |
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
||||
</tableHeaderCell> |
||||
<buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="only" inset="2" id="B9V-8q-d3P"> |
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
</buttonCell> |
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
||||
</tableColumn> |
||||
<tableColumn identifier="formattedAddress" editable="NO" width="250" minWidth="80" maxWidth="1000" id="YaU-AD-fOu"> |
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="您的选择"> |
||||
<font key="font" metaFont="smallSystem"/> |
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> |
||||
</tableHeaderCell> |
||||
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="HJL-uw-ZOC"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
||||
</tableColumn> |
||||
<tableColumn identifier="label" width="106" minWidth="80" maxWidth="120" id="wmL-jC-Tny"> |
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="标签"> |
||||
<font key="font" metaFont="smallSystem"/> |
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
||||
</tableHeaderCell> |
||||
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="xOd-3p-ihC"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
||||
</tableColumn> |
||||
</tableColumns> |
||||
<connections> |
||||
<outlet property="dataSource" destination="-2" id="XGS-yO-SWb"/> |
||||
<outlet property="delegate" destination="-2" id="cBU-DB-Ypu"/> |
||||
</connections> |
||||
</tableView> |
||||
</subviews> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</clipView> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="281" id="PZN-nD-VFx"/> |
||||
</constraints> |
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="QrG-bP-Ras"> |
||||
<rect key="frame" x="0.0" y="266" width="419" height="15"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="dvf-BY-cGu"> |
||||
<rect key="frame" x="-14" y="-7" width="15" height="0.0"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
<tableHeaderView key="headerView" focusRingType="none" id="igm-uc-1wh"> |
||||
<rect key="frame" x="0.0" y="0.0" width="419" height="23"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</tableHeaderView> |
||||
</scrollView> |
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="HMC-Ku-qrH"> |
||||
<rect key="frame" x="59" y="21" width="265" height="18"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="261" id="5ET-GR-cI7"/> |
||||
<constraint firstAttribute="height" constant="14" id="Hfw-03-t8F"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="check" title="Start Clocker at Login" bezelStyle="regularSquare" imagePosition="left" inset="2" id="6ag-Bx-bSv"> |
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> |
||||
<font key="font" metaFont="system"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="loginPreferenceChanged:" target="-2" id="OW9-5g-HZG"/> |
||||
<binding destination="1Gq-ZQ-IML" name="value" keyPath="values.startAtLogin" id="UjN-PC-pxC"/> |
||||
</connections> |
||||
</button> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="iOG-Ey-lmD" firstAttribute="height" secondItem="4yB-vZ-tNX" secondAttribute="height" id="HKt-is-5y3"/> |
||||
<constraint firstItem="zBR-OH-6QQ" firstAttribute="top" secondItem="Uu9-io-frR" secondAttribute="top" constant="8" id="JKn-gF-8oI"/> |
||||
<constraint firstAttribute="bottom" secondItem="iOG-Ey-lmD" secondAttribute="bottom" constant="20" id="LkE-TY-4pP"/> |
||||
<constraint firstItem="HMC-Ku-qrH" firstAttribute="leading" secondItem="iOG-Ey-lmD" secondAttribute="trailing" constant="8" id="RAb-Xi-AY4"/> |
||||
<constraint firstAttribute="bottom" secondItem="HMC-Ku-qrH" secondAttribute="bottom" constant="23" id="j8p-GM-QPX"/> |
||||
<constraint firstAttribute="trailing" secondItem="zBR-OH-6QQ" secondAttribute="trailing" constant="10" id="p1P-Ev-oBI"/> |
||||
<constraint firstItem="iOG-Ey-lmD" firstAttribute="width" secondItem="4yB-vZ-tNX" secondAttribute="width" id="wLJ-lQ-GhP"/> |
||||
<constraint firstItem="iOG-Ey-lmD" firstAttribute="leading" secondItem="4yB-vZ-tNX" secondAttribute="trailing" id="xu0-0C-2pe"/> |
||||
<constraint firstItem="4yB-vZ-tNX" firstAttribute="leading" secondItem="Uu9-io-frR" secondAttribute="leading" constant="11" id="zgB-PO-97r"/> |
||||
<constraint firstItem="zBR-OH-6QQ" firstAttribute="leading" secondItem="Uu9-io-frR" secondAttribute="leading" constant="10" id="zoH-62-nam"/> |
||||
<constraint firstAttribute="bottom" secondItem="4yB-vZ-tNX" secondAttribute="bottom" constant="20" id="zvP-zK-Hxe"/> |
||||
</constraints> |
||||
<point key="canvasLocation" x="295.5" y="173.5"/> |
||||
</view> |
||||
<userDefaultsController representsSharedInstance="YES" id="1Gq-ZQ-IML"/> |
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" hidesOnDeactivate="YES" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="alertPanel" appearanceType="aqua" frameAutosaveName="" id="6FL-fp-Ke1" customClass="Panel"> |
||||
<windowStyleMask key="styleMask" closable="YES" miniaturizable="YES" nonactivatingPanel="YES"/> |
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
||||
<rect key="contentRect" x="120" y="64" width="345" height="320"/> |
||||
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> |
||||
<value key="minSize" type="size" width="345" height="320"/> |
||||
<value key="maxSize" type="size" width="345" height="320"/> |
||||
<view key="contentView" id="kXo-nl-oxR"> |
||||
<rect key="frame" x="0.0" y="0.0" width="345" height="320"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<subviews> |
||||
<searchField toolTip="Search a timezone" wantsLayer="YES" focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="biT-6m-ElR"> |
||||
<rect key="frame" x="8" y="288" width="329" height="24"/> |
||||
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" focusRingType="none" placeholderString="输入城市,州,国名" usesSingleLineMode="YES" maximumRecents="5" id="ijc-z6-99E"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</searchFieldCell> |
||||
<connections> |
||||
<action selector="filterArray:" target="-2" id="MWr-sX-24E"/> |
||||
</connections> |
||||
</searchField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KFC-NV-5A3"> |
||||
<rect key="frame" x="102" y="4" width="230" height="20"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="20" id="rr3-gU-VUn"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="COF-wH-VLX"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<progressIndicator wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="ifx-PO-gfq"> |
||||
<rect key="frame" x="164" y="147" width="16" height="16"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="16" id="dUF-zC-zcm"/> |
||||
<constraint firstAttribute="height" constant="16" id="igc-Hk-413"/> |
||||
</constraints> |
||||
<connections> |
||||
<binding destination="-2" name="hidden" keyPath="self.activityInProgress" id="9pA-XX-dhd"> |
||||
<dictionary key="options"> |
||||
<string key="NSValueTransformerName">NSNegateBoolean</string> |
||||
</dictionary> |
||||
</binding> |
||||
<binding destination="-2" name="animate" keyPath="self.activityInProgress" id="S3o-gJ-W9p"/> |
||||
</connections> |
||||
</progressIndicator> |
||||
<button toolTip="Close Panel" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cyZ-cL-S7a"> |
||||
<rect key="frame" x="50" y="4" width="50" height="19"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="18" id="lku-Qx-nX5"/> |
||||
<constraint firstAttribute="width" constant="50" id="vqo-37-082"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="roundRect" title="关闭" bezelStyle="roundedRect" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="YjP-c4-vTl"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="closePanel:" target="-2" id="YRs-VA-eFr"/> |
||||
</connections> |
||||
</button> |
||||
<button toolTip="Add a timezone" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hp6-CH-WJs"> |
||||
<rect key="frame" x="8" y="4" width="40" height="19"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="18" id="r2L-5O-GZy"/> |
||||
<constraint firstAttribute="width" constant="40" id="yuH-LM-RAy"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="roundRect" title="加" bezelStyle="roundedRect" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="x6l-8x-qnu"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" size="12" name="SFUIDisplay-Light"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="addToFavorites:" target="-2" id="Mdg-7P-kDy"/> |
||||
<binding destination="-2" name="enabled" keyPath="self.activityInProgress" id="aBp-GA-vQ3"> |
||||
<dictionary key="options"> |
||||
<string key="NSValueTransformerName">NSNegateBoolean</string> |
||||
</dictionary> |
||||
</binding> |
||||
</connections> |
||||
</button> |
||||
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MiN-SF-nnU"> |
||||
<rect key="frame" x="6" y="257" width="294" height="24"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="290" id="bEt-xB-Cf4"/> |
||||
<constraint firstAttribute="height" constant="21" id="uOZ-MR-dr4"/> |
||||
</constraints> |
||||
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="P1v-7w-asy"> |
||||
<font key="font" size="12" name="SFUIDisplay-Regular"/> |
||||
<segments> |
||||
<segment label="按城市搜索" width="144" selected="YES"/> |
||||
<segment label="通过时区搜索" width="143" tag="1"/> |
||||
</segments> |
||||
</segmentedCell> |
||||
<connections> |
||||
<action selector="searchOptions:" target="-2" id="gSx-X9-eBQ"/> |
||||
</connections> |
||||
</segmentedControl> |
||||
<scrollView focusRingType="none" borderType="none" autohidesScrollers="YES" horizontalLineScroll="22" horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LM9-75-vkc"> |
||||
<rect key="frame" x="8" y="28" width="329" height="223"/> |
||||
<clipView key="contentView" id="Z7L-Ef-90Z"> |
||||
<rect key="frame" x="0.0" y="0.0" width="329" height="223"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" rowHeight="20" headerView="85y-4a-860" id="Q0t-hQ-orw"> |
||||
<rect key="frame" x="0.0" y="0.0" width="329" height="200"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<size key="intercellSpacing" width="3" height="2"/> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
<tableViewGridLines key="gridStyleMask" vertical="YES"/> |
||||
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> |
||||
<tableColumns> |
||||
<tableColumn identifier="availableTimezones" editable="NO" width="225" minWidth="200" maxWidth="1000" id="48H-5i-utq"> |
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Places/Timezone(s)"> |
||||
<font key="font" metaFont="smallSystem"/> |
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> |
||||
</tableHeaderCell> |
||||
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="QRU-bQ-qf9"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
||||
<connections> |
||||
<binding destination="-2" name="headerTitle" keyPath="self.columnName" id="7nT-oz-EFo"/> |
||||
</connections> |
||||
</tableColumn> |
||||
<tableColumn identifier="abbreviation" editable="NO" width="90" minWidth="90" maxWidth="100" id="V1c-xe-G2h"> |
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Abbreviation"> |
||||
<font key="font" metaFont="smallSystem"/> |
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
||||
</tableHeaderCell> |
||||
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="j4V-8w-sXt"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
||||
</tableColumn> |
||||
</tableColumns> |
||||
<connections> |
||||
<binding destination="-2" name="doubleClickTarget" keyPath="self" id="nBJ-qr-qEf"> |
||||
<dictionary key="options"> |
||||
<string key="NSSelectorName">addToFavorites:</string> |
||||
</dictionary> |
||||
</binding> |
||||
<binding destination="-2" name="enabled" keyPath="self.activityInProgress" id="Xk8-FS-aWk"> |
||||
<dictionary key="options"> |
||||
<string key="NSValueTransformerName">NSNegateBoolean</string> |
||||
</dictionary> |
||||
</binding> |
||||
<outlet property="dataSource" destination="-2" id="86g-xx-hg5"/> |
||||
<outlet property="delegate" destination="-2" id="i7A-WW-A7a"/> |
||||
</connections> |
||||
</tableView> |
||||
</subviews> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</clipView> |
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="Ge2-Rs-CZ1"> |
||||
<rect key="frame" x="0.0" y="208" width="329" height="15"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="fHR-IX-Phl"> |
||||
<rect key="frame" x="224" y="17" width="15" height="102"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
<tableHeaderView key="headerView" id="85y-4a-860"> |
||||
<rect key="frame" x="0.0" y="0.0" width="329" height="23"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</tableHeaderView> |
||||
</scrollView> |
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="L5U-OI-Tkv"> |
||||
<rect key="frame" x="18" y="117" width="309" height="22"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="22" id="vJh-uH-1OY"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" alignment="center" placeholderString="" id="iFR-Vo-eLR"> |
||||
<font key="font" size="13" name="SFUIDisplay-Light"/> |
||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="KFC-NV-5A3" firstAttribute="leading" secondItem="cyZ-cL-S7a" secondAttribute="trailing" constant="4" id="1i8-FW-qYz"/> |
||||
<constraint firstItem="MiN-SF-nnU" firstAttribute="leading" secondItem="kXo-nl-oxR" secondAttribute="leading" constant="8" id="9Ha-gC-PU5"/> |
||||
<constraint firstAttribute="trailing" secondItem="KFC-NV-5A3" secondAttribute="trailing" constant="15" id="B6V-vn-THO"/> |
||||
<constraint firstItem="MiN-SF-nnU" firstAttribute="top" secondItem="biT-6m-ElR" secondAttribute="bottom" constant="8" id="Cjb-kq-geP"/> |
||||
<constraint firstAttribute="bottom" secondItem="KFC-NV-5A3" secondAttribute="bottom" constant="4" id="FWx-F1-VK8"/> |
||||
<constraint firstItem="hp6-CH-WJs" firstAttribute="top" secondItem="LM9-75-vkc" secondAttribute="bottom" constant="5" id="Kpp-JH-4vn"/> |
||||
<constraint firstItem="hp6-CH-WJs" firstAttribute="leading" secondItem="kXo-nl-oxR" secondAttribute="leading" constant="8" id="Oir-hL-Og8"/> |
||||
<constraint firstItem="ifx-PO-gfq" firstAttribute="centerX" secondItem="Q0t-hQ-orw" secondAttribute="centerX" id="QOS-0E-N10"/> |
||||
<constraint firstAttribute="bottom" secondItem="cyZ-cL-S7a" secondAttribute="bottom" constant="5" id="QQ1-JS-knf"/> |
||||
<constraint firstItem="biT-6m-ElR" firstAttribute="top" secondItem="kXo-nl-oxR" secondAttribute="top" constant="8" id="Y7N-oR-3KY"/> |
||||
<constraint firstItem="LM9-75-vkc" firstAttribute="leading" secondItem="kXo-nl-oxR" secondAttribute="leading" constant="8" id="ZJc-ws-AZR"/> |
||||
<constraint firstItem="L5U-OI-Tkv" firstAttribute="top" secondItem="ifx-PO-gfq" secondAttribute="bottom" constant="8" id="aVq-XP-Q1H"/> |
||||
<constraint firstAttribute="trailing" secondItem="biT-6m-ElR" secondAttribute="trailing" constant="8" id="bKu-IQ-cX1"/> |
||||
<constraint firstItem="L5U-OI-Tkv" firstAttribute="leading" secondItem="kXo-nl-oxR" secondAttribute="leading" constant="20" id="bcJ-73-Ybb"/> |
||||
<constraint firstItem="cyZ-cL-S7a" firstAttribute="leading" secondItem="hp6-CH-WJs" secondAttribute="trailing" constant="2" id="g8m-TW-fLo"/> |
||||
<constraint firstAttribute="bottom" secondItem="hp6-CH-WJs" secondAttribute="bottom" constant="5" id="hEn-h1-my5"/> |
||||
<constraint firstItem="biT-6m-ElR" firstAttribute="leading" secondItem="kXo-nl-oxR" secondAttribute="leading" constant="8" id="nhU-xR-AW2"/> |
||||
<constraint firstAttribute="trailing" secondItem="LM9-75-vkc" secondAttribute="trailing" constant="8" id="pMs-Ol-hsh"/> |
||||
<constraint firstAttribute="trailing" secondItem="L5U-OI-Tkv" secondAttribute="trailing" constant="20" id="pOb-1B-4Xh"/> |
||||
<constraint firstItem="LM9-75-vkc" firstAttribute="top" secondItem="MiN-SF-nnU" secondAttribute="bottom" constant="8" id="q84-IW-wwg"/> |
||||
<constraint firstItem="L5U-OI-Tkv" firstAttribute="centerY" secondItem="Q0t-hQ-orw" secondAttribute="centerY" id="yiE-aC-oq3"/> |
||||
</constraints> |
||||
</view> |
||||
<point key="canvasLocation" x="582.5" y="681"/> |
||||
</window> |
||||
</objects> |
||||
<resources> |
||||
<image name="NSAddTemplate" width="11" height="11"/> |
||||
<image name="NSRemoveTemplate" width="11" height="11"/> |
||||
</resources> |
||||
</document> |
@ -0,0 +1,10 @@
|
||||
/* |
||||
InfoPlist.strings |
||||
Clocker |
||||
|
||||
Created by Abhishek Banthia on 3/27/16. |
||||
|
||||
*/ |
||||
|
||||
"CFBundleDisplayName" = "计时员"; |
||||
"CFBundleName" = "计时员"; |
@ -0,0 +1,17 @@
|
||||
/* |
||||
Localizable.strings |
||||
Clocker |
||||
|
||||
Created by Abhishek Banthia on 3/27/16. |
||||
|
||||
*/ |
||||
|
||||
"Thank you for helping make Clocker even better!" = "Thank you for helping make Clocker even better!"; |
||||
|
||||
"iRateMessageTitle" = "为“%@”评分"; |
||||
"iRateAppMessage" = "如果您觉得“%@”很好用,可否为其评一个分数?评分过程只需花费很少的时间。感谢您的支持!"; |
||||
"iRateGameMessage" = "如果您觉得“%@”很好玩,可否为其评一个分数?评分过程只需花费很少的时间。感谢您的支持!"; |
||||
"iRateCancelButton" = "不了,谢谢"; |
||||
"iRateRateButton" = "现在去评分"; |
||||
"iRateRemindButton" = "稍后再说"; |
||||
"iRateUpdateMessage" = "Update now?"; |
@ -0,0 +1,268 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
||||
<dependencies> |
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/> |
||||
</dependencies> |
||||
<objects> |
||||
<customObject id="-2" userLabel="File's Owner" customClass="PanelController"> |
||||
<connections> |
||||
<outlet property="backgroundView" destination="6" id="20"/> |
||||
<outlet property="futureSlider" destination="T7e-RS-eTE" id="xDZ-rl-pux"/> |
||||
<outlet property="mainTableview" destination="dFw-ts-8OZ" id="wwJ-jA-lCy"/> |
||||
<outlet property="preferencesButton" destination="OFy-u1-TnH" id="SId-Ih-ssT"/> |
||||
<outlet property="scrollViewHeight" destination="QcT-N0-G4s" id="EHr-Co-L0Z"/> |
||||
<outlet property="shutdownButton" destination="nTt-pf-Hw2" id="gCK-0D-gnK"/> |
||||
<outlet property="window" destination="5" id="7"/> |
||||
</connections> |
||||
</customObject> |
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
||||
<window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="none" id="5" customClass="Panel"> |
||||
<windowStyleMask key="styleMask" utility="YES" nonactivatingPanel="YES" texturedBackground="YES"/> |
||||
<windowCollectionBehavior key="collectionBehavior" moveToActiveSpace="YES" ignoresCycle="YES"/> |
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
||||
<rect key="contentRect" x="1000" y="379" width="280" height="273"/> |
||||
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> |
||||
<view key="contentView" id="6" customClass="BackgroundView"> |
||||
<rect key="frame" x="0.0" y="0.0" width="280" height="273"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<subviews> |
||||
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="56" horizontalPageScroll="10" verticalLineScroll="56" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4Gd-Nv-fXr"> |
||||
<rect key="frame" x="-1" y="0.0" width="282" height="265"/> |
||||
<clipView key="contentView" id="4MZ-Di-yNR"> |
||||
<rect key="frame" x="0.0" y="0.0" width="282" height="265"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowHeight="55" viewBased="YES" id="dFw-ts-8OZ"> |
||||
<rect key="frame" x="0.0" y="0.0" width="282" height="0.0"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
<size key="intercellSpacing" width="3" height="1"/> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> |
||||
<tableColumns> |
||||
<tableColumn width="279" minWidth="40" maxWidth="1000" id="LTt-db-Dwv"> |
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border"> |
||||
<font key="font" metaFont="smallSystem"/> |
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> |
||||
</tableHeaderCell> |
||||
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="7LK-2q-H3f"> |
||||
<font key="font" metaFont="system"/> |
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
||||
<prototypeCellViews> |
||||
<tableCellView identifier="timeZoneCell" id="qbN-ba-fho" customClass="CLTimezoneCellView"> |
||||
<rect key="frame" x="1" y="0.0" width="279" height="60"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="etF-33-bCB"> |
||||
<rect key="frame" x="7" y="33" width="154" height="22"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="150" id="32b-h6-joo"/> |
||||
<constraint firstAttribute="height" constant="22" id="vod-YN-iNX"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" placeholderString="Timezone Name" id="rnh-AP-ooc"> |
||||
<font key="font" size="15" name="SFUIDisplay-Thin"/> |
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
<connections> |
||||
<action selector="labelDidChange:" target="qbN-ba-fho" id="7uY-zA-yJS"/> |
||||
</connections> |
||||
</textField> |
||||
<textField verticalHuggingPriority="750" tag="102" translatesAutoresizingMaskIntoConstraints="NO" id="QUd-7D-q14"> |
||||
<rect key="frame" x="8" y="11" width="76" height="20"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="20" id="42Y-hy-Uo7"/> |
||||
<constraint firstAttribute="width" constant="72" id="fkH-oq-qvM"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" state="on" placeholderString="Tomorrow" usesSingleLineMode="YES" id="74U-rv-5xj"> |
||||
<font key="font" size="13" name="SFUIDisplay-Bold"/> |
||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="101" translatesAutoresizingMaskIntoConstraints="NO" id="vnv-J2-7r1"> |
||||
<rect key="frame" x="159" y="21" width="114" height="35"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="35" id="3WU-de-OQL"/> |
||||
<constraint firstAttribute="width" constant="110" id="cQV-gJ-zMz"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" placeholderString="23:46 AM" id="g8s-EU-UHx"> |
||||
<font key="font" size="22" name="SFUIDisplay-Thin"/> |
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="QUd-7D-q14" firstAttribute="leading" secondItem="qbN-ba-fho" secondAttribute="leading" constant="10" id="0Qz-Ev-efP"/> |
||||
<constraint firstItem="etF-33-bCB" firstAttribute="top" secondItem="qbN-ba-fho" secondAttribute="top" constant="5" id="Lct-kG-usb"/> |
||||
<constraint firstItem="vnv-J2-7r1" firstAttribute="centerY" secondItem="qbN-ba-fho" secondAttribute="centerY" constant="-8" id="TuQ-gE-ZUh"/> |
||||
<constraint firstItem="QUd-7D-q14" firstAttribute="top" secondItem="etF-33-bCB" secondAttribute="bottom" constant="2" id="VO6-Zn-eA3"/> |
||||
<constraint firstItem="etF-33-bCB" firstAttribute="leading" secondItem="qbN-ba-fho" secondAttribute="leading" constant="9" id="ueW-ow-ZRq"/> |
||||
<constraint firstAttribute="trailing" secondItem="vnv-J2-7r1" secondAttribute="trailing" constant="8" id="zXo-eA-0bQ"/> |
||||
</constraints> |
||||
<connections> |
||||
<outlet property="customName" destination="etF-33-bCB" id="6Yz-qc-WmD"/> |
||||
<outlet property="relativeDate" destination="QUd-7D-q14" id="Ath-zr-bGo"/> |
||||
<outlet property="textField" destination="etF-33-bCB" id="6fd-cc-Qq2"/> |
||||
<outlet property="time" destination="vnv-J2-7r1" id="XFD-GQ-9CD"/> |
||||
</connections> |
||||
</tableCellView> |
||||
<tableCellView identifier="ratingCellView" id="wWn-9q-AYl" customClass="CLRatingCellView"> |
||||
<rect key="frame" x="1" y="61" width="279" height="50"/> |
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
||||
<subviews> |
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="gRN-xJ-bfq"> |
||||
<rect key="frame" x="58" y="30" width="16" height="16"/> |
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ClockerIcon-16" id="8gl-Vi-0VF"/> |
||||
</imageView> |
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JNw-ld-oz9"> |
||||
<rect key="frame" x="79" y="28" width="189" height="20"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="185" id="i6p-pO-tfO"/> |
||||
<constraint firstAttribute="height" constant="20" id="kOH-Lb-7sB"/> |
||||
</constraints> |
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Enjoy using 计时员?" id="iM2-CB-CE2"> |
||||
<font key="font" size="12" name="SFUIDisplay-Regular"/> |
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
||||
</textFieldCell> |
||||
</textField> |
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gf6-2O-DZv"> |
||||
<rect key="frame" x="26" y="-2" width="108" height="32"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="96" id="2gM-fC-Oj0"/> |
||||
<constraint firstAttribute="height" constant="21" id="Rv7-Nd-VH1"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="push" title="Not Really" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ckn-uK-FWI"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" size="13" name="SFUIDisplay-Thin"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="actionOnNegativeFeedback:" target="wWn-9q-AYl" id="lBL-WL-xum"/> |
||||
</connections> |
||||
</button> |
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Kfq-0p-Oqf"> |
||||
<rect key="frame" x="130" y="-2" width="108" height="32"/> |
||||
<buttonCell key="cell" type="push" title="Yes!" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5K0-zD-kN0"> |
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
||||
<font key="font" size="13" name="SFUIDisplay-Thin"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="actionOnPositiveFeedback:" target="wWn-9q-AYl" id="KYm-dp-Jno"/> |
||||
</connections> |
||||
</button> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="Kfq-0p-Oqf" firstAttribute="width" secondItem="gf6-2O-DZv" secondAttribute="width" id="6Mc-Df-PFM"/> |
||||
<constraint firstItem="JNw-ld-oz9" firstAttribute="top" secondItem="wWn-9q-AYl" secondAttribute="top" constant="2" id="7Wj-6T-kuF"/> |
||||
<constraint firstItem="gf6-2O-DZv" firstAttribute="centerX" secondItem="wWn-9q-AYl" secondAttribute="centerX" constant="-60" id="A8v-do-LdI"/> |
||||
<constraint firstItem="Kfq-0p-Oqf" firstAttribute="leading" secondItem="gf6-2O-DZv" secondAttribute="trailing" constant="8" id="B6V-Es-uVV"/> |
||||
<constraint firstItem="Kfq-0p-Oqf" firstAttribute="height" secondItem="gf6-2O-DZv" secondAttribute="height" id="I60-AU-Yhi"/> |
||||
<constraint firstItem="gRN-xJ-bfq" firstAttribute="top" secondItem="wWn-9q-AYl" secondAttribute="top" constant="4" id="PQb-l5-nLd"/> |
||||
<constraint firstAttribute="bottom" secondItem="gf6-2O-DZv" secondAttribute="bottom" constant="5" id="iqG-ta-N68"/> |
||||
<constraint firstAttribute="bottom" secondItem="Kfq-0p-Oqf" secondAttribute="bottom" constant="5" id="k43-mW-Z3z"/> |
||||
<constraint firstItem="JNw-ld-oz9" firstAttribute="leading" secondItem="gRN-xJ-bfq" secondAttribute="trailing" constant="7" id="opd-fc-Q5o"/> |
||||
<constraint firstItem="JNw-ld-oz9" firstAttribute="centerX" secondItem="wWn-9q-AYl" secondAttribute="centerX" constant="33.5" id="yYL-61-BgS"/> |
||||
</constraints> |
||||
<connections> |
||||
<outlet property="imageView" destination="gRN-xJ-bfq" id="eNP-AX-syJ"/> |
||||
<outlet property="leftButton" destination="gf6-2O-DZv" id="MQg-oW-jd2"/> |
||||
<outlet property="leftField" destination="JNw-ld-oz9" id="fDT-qG-fRw"/> |
||||
<outlet property="rightButton" destination="Kfq-0p-Oqf" id="mUN-yg-Wlc"/> |
||||
<outlet property="textField" destination="JNw-ld-oz9" id="z19-n5-O1O"/> |
||||
</connections> |
||||
</tableCellView> |
||||
</prototypeCellViews> |
||||
</tableColumn> |
||||
</tableColumns> |
||||
<connections> |
||||
<outlet property="dataSource" destination="-2" id="Q9t-Yx-hmz"/> |
||||
<outlet property="delegate" destination="-2" id="AqY-uU-Noo"/> |
||||
</connections> |
||||
</tableView> |
||||
</subviews> |
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
||||
</clipView> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="265" id="QcT-N0-G4s"/> |
||||
</constraints> |
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="DJr-1R-9LK"> |
||||
<rect key="frame" x="-100" y="-100" width="223" height="15"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="cfu-8V-LKK"> |
||||
<rect key="frame" x="-100" y="-100" width="15" height="102"/> |
||||
<autoresizingMask key="autoresizingMask"/> |
||||
</scroller> |
||||
</scrollView> |
||||
<slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="T7e-RS-eTE"> |
||||
<rect key="frame" x="29" y="13" width="217" height="19"/> |
||||
<constraints> |
||||
<constraint firstAttribute="height" constant="15" id="tQw-lm-Ify"/> |
||||
</constraints> |
||||
<sliderCell key="cell" state="on" alignment="left" maxValue="1440" tickMarkPosition="above" sliderType="linear" id="V8R-sf-5hO" customClass="CLCustomSliderCell"/> |
||||
<connections> |
||||
<action selector="sliderMoved:" target="-2" id="TMW-de-NVq"/> |
||||
<binding destination="-2" name="value" keyPath="self.futureSliderValue" id="Fbv-WN-01b"/> |
||||
</connections> |
||||
</slider> |
||||
<button toolTip="Open Preferences" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OFy-u1-TnH"> |
||||
<rect key="frame" x="246" y="4" width="29" height="19"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="29" id="MIQ-4K-E5A"/> |
||||
<constraint firstAttribute="height" constant="18" id="X7D-ep-wB4"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="recessed" bezelStyle="recessed" image="NSActionTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="vYm-fs-Zjd"> |
||||
<behavior key="behavior" lightByContents="YES"/> |
||||
<font key="font" metaFont="systemBold" size="12"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="openPreferences:" target="-2" id="0Yc-Eq-obQ"/> |
||||
</connections> |
||||
</button> |
||||
<button toolTip="Close Clocker" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nTt-pf-Hw2"> |
||||
<rect key="frame" x="0.0" y="4" width="29" height="19"/> |
||||
<constraints> |
||||
<constraint firstAttribute="width" constant="29" id="8kZ-Pj-VK6"/> |
||||
<constraint firstAttribute="height" constant="18" id="sVG-VE-3q4"/> |
||||
</constraints> |
||||
<buttonCell key="cell" type="recessed" bezelStyle="recessed" image="PowerIcon" imagePosition="only" alignment="center" alternateImage="PowerIcon" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="sUh-16-Fhk"> |
||||
<behavior key="behavior" lightByContents="YES"/> |
||||
<font key="font" metaFont="systemBold" size="12"/> |
||||
</buttonCell> |
||||
<connections> |
||||
<action selector="terminate:" target="-1" id="fpZ-pt-UiU"/> |
||||
</connections> |
||||
</button> |
||||
</subviews> |
||||
<constraints> |
||||
<constraint firstItem="4Gd-Nv-fXr" firstAttribute="top" secondItem="6" secondAttribute="top" constant="8" id="1g0-Hm-7Gh"/> |
||||
<constraint firstItem="T7e-RS-eTE" firstAttribute="top" secondItem="dFw-ts-8OZ" secondAttribute="bottom" constant="-30" id="96B-lf-iFV"/> |
||||
<constraint firstAttribute="bottom" secondItem="nTt-pf-Hw2" secondAttribute="bottom" constant="5" id="Alf-Sy-CEF"/> |
||||
<constraint firstItem="T7e-RS-eTE" firstAttribute="leading" secondItem="nTt-pf-Hw2" secondAttribute="trailing" constant="2" id="GgQ-58-tbc"/> |
||||
<constraint firstAttribute="trailing" secondItem="4Gd-Nv-fXr" secondAttribute="trailing" constant="-1" id="XP6-W0-2XT"/> |
||||
<constraint firstAttribute="bottom" secondItem="OFy-u1-TnH" secondAttribute="bottom" constant="5" id="an1-GW-fs9"/> |
||||
<constraint firstItem="4Gd-Nv-fXr" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="-1" id="fHc-VQ-mJ3"/> |
||||
<constraint firstAttribute="trailing" secondItem="OFy-u1-TnH" secondAttribute="trailing" constant="5" id="p2a-qj-LHE"/> |
||||
<constraint firstItem="nTt-pf-Hw2" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="uxy-ac-DRN"/> |
||||
<constraint firstItem="OFy-u1-TnH" firstAttribute="leading" secondItem="T7e-RS-eTE" secondAttribute="trailing" constant="2" id="vVD-Or-EZX"/> |
||||
</constraints> |
||||
</view> |
||||
<connections> |
||||
<outlet property="delegate" destination="-2" id="8"/> |
||||
</connections> |
||||
<point key="canvasLocation" x="230" y="392.5"/> |
||||
</window> |
||||
<userDefaultsController representsSharedInstance="YES" id="O3B-kK-4vm"/> |
||||
</objects> |
||||
<resources> |
||||
<image name="ClockerIcon-16" width="16" height="16"/> |
||||
<image name="NSActionTemplate" width="14" height="14"/> |
||||
<image name="PowerIcon" width="270" height="270"/> |
||||
</resources> |
||||
</document> |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Ohodnotit %@"; |
||||
"iRateAppMessage" = "Pokud se vám líbí %@, našli byste si chvilku na ohodnocení aplikace? Nebude to trvat víc než minutu.\nDěkujeme za vaši podporu!"; |
||||
"iRateGameMessage" = "Pokud se vám %@ líbí, našli byste si chvilku na ohodnocení hry? Nebude to trvat víc než minutu. Děkujeme za vaši podporu!"; |
||||
"iRateCancelButton" = "Ne, děkuji"; |
||||
"iRateRateButton" = "Ohodnotit nyní"; |
||||
"iRateRemindButton" = "Připomenout později"; |
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Vurdér %@"; |
||||
"iRateAppMessage" = "Hvis du kan lide at bruge %@, vil du så ikke bruge et øjeblik på at give en vurdering? Det tager ikke mere end et minut. Mange tak for hjælpen!"; |
||||
"iRateGameMessage" = "Hvis du kan lide at spille %@, vil du så ikke bruge et øjeblik på at vurdere det? Det tager ikke mere end et minut. Mange tak for hjælpen!"; |
||||
"iRateCancelButton" = "Nej tak"; |
||||
"iRateRateButton" = "Vurdér nu"; |
||||
"iRateRemindButton" = "Påmind mig senere"; |
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Bewerte %@"; |
||||
"iRateAppMessage" = "Wenn dir %@ gefällt, würdest Du es bitte bewerten? Dies wird nicht länger als eine Minute dauern.\nDanke für die Unterstützung!"; |
||||
"iRateGameMessage" = "Wenn dir %@ gefällt, würdest Du es bitte bewerten? Dies wird nicht länger als eine Minute dauern. Danke für die Unterstützung!"; |
||||
"iRateCancelButton" = "Nein, danke"; |
||||
"iRateRateButton" = "Jetzt bewerten"; |
||||
"iRateRemindButton" = "Später erinnern"; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Notez %@"; |
||||
"iRateAppMessage" = "Si vous aimez utiliser %@, n'oubliez pas de donner votre avis sur l'App Store. Cela ne prend qu'une minute. Merci d'avance pour votre soutien !"; |
||||
"iRateGameMessage" = "Si vous aimez jouer à %@, n'oubliez pas de donner votre avis sur l'App Store. Cela ne prend qu'une minute. Merci d'avance pour votre soutien !"; |
||||
"iRateCancelButton" = "Non, merci"; |
||||
"iRateRateButton" = "Noter maintenant"; |
||||
"iRateRemindButton" = "Me le rappeler ultérieurement"; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Beoordeel %@"; |
||||
"iRateAppMessage" = "Als het gebruik van %@ je bevalt, wil je dan een moment nemen om het te beoordelen? Het duurt nog geen minuut. Bedankt voor je steun!"; |
||||
"iRateGameMessage" = "Als het spelen van %@ je bevalt, wil je dan een moment nemen om het te beoordelen? Het duurt nog geen minuut. Bedankt voor je steun!"; |
||||
"iRateCancelButton" = "Nee, bedankt"; |
||||
"iRateRateButton" = "Beoordeel nu"; |
||||
"iRateRemindButton" = "Herinner me er later aan"; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Ohodnotiť %@"; |
||||
"iRateAppMessage" = "Ak sa vám páči %@, našli by ste si chvíľku na ohodnotenie aplikácie? Nebude to trvať viac ako minútu.\nĎakujeme za vašu podporu!"; |
||||
"iRateGameMessage" = "Ak sa vám hra %@ páči, našli by ste si chvíľku na ohodnotenie aplikácie? Nebude to trvať viac ako minútu. Ďakujeme za vašu podporu!"; |
||||
"iRateCancelButton" = "Nie, Ďakujem"; |
||||
"iRateRateButton" = "Ohodnotiť teraz"; |
||||
"iRateRemindButton" = "Pripomenúť neskôr"; |
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Betygsätt %@"; |
||||
"iRateAppMessage" = "Gillar du %@ och kan tänka dig att betygsätta den? Det tar inte mer än en minut. Tack för ditt stöd!"; |
||||
"iRateGameMessage" = "Gillar du att spela %@ och kan tänka dig att betygsätta det? Det tar inte mer än en minut. Tack för ditt stöd!"; |
||||
"iRateCancelButton" = "Nej tack"; |
||||
"iRateRateButton" = "Betygsätt nu!"; |
||||
"iRateRemindButton" = "Påminn mig senare"; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
"iRateMessageTitle" = "کو ریٹ کیجیے %@"; |
||||
"iRateAppMessage" = "اگر آپ نے %@ کو مفید پایا ہے تو کیا آپ اپنے قیمتی وقت میں سے چند لمحے نکال کر اس کو ریٹ کریں گے؟ اس میں ایک منٹ سے زیادہ نہیں لگے گا، آپ کے تعاون کا شکریہ!"; |
||||
"iRateGameMessage" = "اگر آپ %@ کھیل کر محظوظ ہوئے ہیں تو کیا آپ اپنے قیمتی وقت میں سے چند لمحے نکال کر اس کو ریٹ کریں گے؟ اس میں ایک منٹ سے زیادہ نہیں لگے گا، آپ کے تعاون کا شکریہ!"; |
||||
"iRateCancelButton" = "نہیں، شکریہ"; |
||||
"iRateRateButton" = "ابھی ریٹ کیجیے"; |
||||
"iRateRemindButton" = "مجھے بعد میں یاد دلائیں"; |
||||
"iRateOkay" = "ٹھیک ہے"; |
@ -0,0 +1,7 @@
|
||||
"iRateMessageTitle" = "کو ریٹ کیجیے %@"; |
||||
"iRateAppMessage" = "اگر آپ نے %@ کو مفید پایا ہے تو کیا آپ اپنے قیمتی وقت میں سے چند لمحے نکال کر اس کو ریٹ کریں گے؟ اس میں ایک منٹ سے زیادہ نہیں لگے گا، آپ کے تعاون کا شکریہ!"; |
||||
"iRateGameMessage" = "اگر آپ %@ کھیل کر محظوظ ہوئے ہیں تو کیا آپ اپنے قیمتی وقت میں سے چند لمحے نکال کر اس کو ریٹ کریں گے؟ اس میں ایک منٹ سے زیادہ نہیں لگے گا، آپ کے تعاون کا شکریہ!"; |
||||
"iRateCancelButton" = "نہیں، شکریہ"; |
||||
"iRateRateButton" = "ابھی ریٹ کیجیے"; |
||||
"iRateRemindButton" = "مجھے بعد میں یاد دلائیں"; |
||||
"iRateOkay" = "ٹھیک ہے"; |
@ -0,0 +1,7 @@
|
||||
"iRateMessageTitle" = "کو ریٹ کیجیے %@"; |
||||
"iRateAppMessage" = "اگر آپ نے %@ کو مفید پایا ہے تو کیا آپ اپنے قیمتی وقت میں سے چند لمحے نکال کر اس کو ریٹ کریں گے؟ اس میں ایک منٹ سے زیادہ نہیں لگے گا، آپ کے تعاون کا شکریہ!"; |
||||
"iRateGameMessage" = "اگر آپ %@ کھیل کر محظوظ ہوئے ہیں تو کیا آپ اپنے قیمتی وقت میں سے چند لمحے نکال کر اس کو ریٹ کریں گے؟ اس میں ایک منٹ سے زیادہ نہیں لگے گا، آپ کے تعاون کا شکریہ!"; |
||||
"iRateCancelButton" = "نہیں، شکریہ"; |
||||
"iRateRateButton" = "ابھی ریٹ کیجیے"; |
||||
"iRateRemindButton" = "مجھے بعد میں یاد دلائیں"; |
||||
"iRateOkay" = "ٹھیک ہے"; |
@ -0,0 +1,6 @@
|
||||
"iRateMessageTitle" = "Đánh giá %@"; |
||||
"iRateAppMessage" = "Nếu thích sử dụng %@, bạn có muốn giành một chút thời gian để đánh giá nó? Sẽ không lâu hơn một phút. Cảm ơn sự hỗ trợ của bạn!"; |
||||
"iRateGameMessage" = "Nếu thích chơi %@, bạn có muốn giành một chút thời gian để đánh giá nó? Sẽ không lâu hơn một phút. Cảm ơn sự hỗ trợ của bạn!"; |
||||
"iRateCancelButton" = "Không, Cảm ơn"; |
||||
"iRateRateButton" = "Đánh Giá Ngay"; |
||||
"iRateRemindButton" = "Nhắc Tôi Sau"; |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue