mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Use autolayout for Add Magnet window (OS X)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,39 +30,40 @@
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<value key="maxSize" type="size" width="9999" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="410" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="410" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="374" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="File Name" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="152" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="143" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Start overførslen nu" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="304" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="306" y="12" width="90" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Tilføj" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -74,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="210" y="12" width="94" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="216" y="12" width="90" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annuller" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -88,75 +88,64 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="87" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="84" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Magnet Link" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="56" width="366" height="112"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="FgE-2H-GJ2">
|
||||
<rect key="frame" x="1" y="1" width="364" height="110"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="376" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="374" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="71" y="43" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="69" y="36" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Ingen" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Ingen" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="273" y="72" width="78" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Andet..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="79" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="83" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Download til:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="20" y="21" width="50" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priotet:" id="91">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="53" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Priotet:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="71" y="15" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Lav" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="2" inset="2" selectedItem="88" id="86">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="69" y="9" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Høj" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="87">
|
||||
<items>
|
||||
<menuItem title="Høj" image="PriorityHighTemplate" id="90">
|
||||
<menuItem title="Høj" state="on" image="PriorityHighTemplate" id="90">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Normal" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Lav" state="on" image="PriorityLowTemplate" tag="2" id="88">
|
||||
<menuItem title="Lav" image="PriorityLowTemplate" tag="2" id="88">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
@@ -166,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="15" y="46" width="55" height="20"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Gruppe:" id="41">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="53" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Gruppe:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="71" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="A26-jL-Z1Y">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="98" y="62" width="199" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="197" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="159" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="File" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="297" y="63" width="68" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Andet..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="297" y="271"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,38 +30,40 @@
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="471" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="410" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="410" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="437" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="374" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="File Name" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="25" width="150" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="145" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Automatisch starten" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="343" y="16" width="114" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="286" y="12" width="110" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Hinzufügen" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -73,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="235" y="16" width="108" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="176" y="12" width="110" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Abbrechen" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -87,63 +88,52 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="92" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="87" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="magnet-Link" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="56" width="437" height="112"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="cDF-s9-vmJ">
|
||||
<rect key="frame" x="1" y="1" width="435" height="110"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="376" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="374" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="295" y="43" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="73" y="36" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Keine" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Keine" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="344" y="72" width="78" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Ändern ..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="79" width="80" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="78" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Laden nach:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="234" y="21" width="59" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Priorität:" id="91">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="57" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Priorität:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="295" y="15" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="73" y="9" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Hoch" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
@@ -165,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="238" y="49" width="55" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Gruppe:" id="41">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="57" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Gruppe:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="97" y="71" width="247" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="6Xu-N0-QBp">
|
||||
<rect key="frame" x="1" y="1" width="245" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="93" y="62" width="194" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="192" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="205" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="File" id="13">
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="154" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="File" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="287" y="63" width="78" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Ändern ..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="300" y="285"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,39 +30,40 @@
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1440"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<value key="maxSize" type="size" width="9999" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="414" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="414" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="378" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="File Name" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="132" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="130" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Start when added" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="304" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="318" y="12" width="82" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Add" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -74,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="222" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="236" y="12" width="82" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -88,69 +88,58 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="87" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="84" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Magnet Link" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="380" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<rect key="frame" x="1" y="1" width="378" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="71" y="47" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="68" y="36" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="None" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="None" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="273" y="76" width="78" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Change…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="84" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Download to:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="15" y="25" width="54" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priority:" id="91">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="52" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Priority:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="71" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="86">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="68" y="9" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="High" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="87">
|
||||
<items>
|
||||
<menuItem title="High" image="PriorityHighTemplate" id="90">
|
||||
<menuItem title="High" state="on" image="PriorityHighTemplate" id="90">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Normal" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
@@ -166,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="21" y="53" width="48" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Group:" id="41">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="52" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Group:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="75" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="99" y="62" width="194" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<rect key="frame" x="1" y="1" width="192" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="154" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="File" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="293" y="63" width="76" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Change…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="472" y="377"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,39 +30,40 @@
|
||||
<window title="Ventana" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<value key="maxSize" type="size" width="9999" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="421" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="421" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="385" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Nombre de archivo" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="132" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="191" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Comenzar cuando se añada" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="304" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="313" y="12" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Añadir" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -74,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="222" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="219" y="12" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Cancelar" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -88,69 +88,58 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="87" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="99" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Enlace magnet" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Caja" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="Jqh-jo-LpM">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<box title="Caja" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="387" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="385" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="71" y="47" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="79" y="36" width="108" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Ninguno" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Ninguno" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="273" y="76" width="78" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Cambiar…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="89" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Descargar en:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="15" y="25" width="54" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Prioridad:" id="91">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="63" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Prioridad:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="71" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="86">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="79" y="9" width="108" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Alta" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="87">
|
||||
<items>
|
||||
<menuItem title="Alta" image="PriorityHighTemplate" id="90">
|
||||
<menuItem title="Alta" state="on" image="PriorityHighTemplate" id="90">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Normal" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
@@ -166,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="21" y="53" width="48" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Grupo:" id="41">
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="63" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Grupo:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="75" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="dNY-No-gSl">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="104" y="62" width="194" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="192" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="154" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="Archivo" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="298" y="63" width="78" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Cambiar…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="302" y="350"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,38 +30,40 @@
|
||||
<window title="Fenêtre" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="419" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="419" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="383" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Nom du fichier" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="172" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="159" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Démarrer tout de suite" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="306" y="12" width="80" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="318" y="12" width="87" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Ajouter" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -73,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="224" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="231" y="12" width="87" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annuler" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -87,63 +88,52 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="87" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="87" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Lien aimanté" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="Ch2-WT-6v5">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="385" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="383" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="71" y="47" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="73" y="36" width="105" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Aucun" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Aucun" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="273" y="76" width="81" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Modifier..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="86" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Sauver dans :" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="8" y="25" width="61" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="57" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Priorité :" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="71" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="73" y="9" width="105" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Haute" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
@@ -165,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="8" y="53" width="61" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="57" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Groupe :" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="75" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="akx-Ds-cbF">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="101" y="62" width="194" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="192" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Fichier" id="13">
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="154" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="Fichier" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="295" y="63" width="79" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Modifier..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="299" y="280"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,39 +30,40 @@
|
||||
<window title="Finestra" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1440"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<value key="maxSize" type="size" width="9999" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="410" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="410" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="374" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Nome file" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="171" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="149" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Avvia il trasferimento" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="304" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="311" y="12" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Agg." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -74,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="222" y="12" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="226" y="12" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annulla" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -88,69 +88,58 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="179" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="166" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Collegamento magnetico" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="g2g-om-JKi">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="376" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="374" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="71" y="47" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="70" y="36" width="110" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Nessuno" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Nessuno" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="273" y="76" width="78" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Cambia…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="67" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Scarica in:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="8" y="25" width="61" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="54" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Priorità:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="71" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="86">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="70" y="9" width="110" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Alta" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="87">
|
||||
<items>
|
||||
<menuItem title="Alta" image="PriorityHighTemplate" id="90">
|
||||
<menuItem title="Alta" state="on" image="PriorityHighTemplate" id="90">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Normale" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
@@ -166,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="8" y="53" width="61" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="54" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Gruppo:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="75" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="TV6-LF-idr">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="82" y="62" width="208" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="206" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="168" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="File" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="290" y="63" width="75" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Cambia…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="302" y="260"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,38 +30,40 @@
|
||||
<window title="Venster" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="419" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="419" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="383" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Bestandsnaam" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="105" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="103" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Start transfer" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="290" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="311" y="12" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Voeg toe" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -73,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="193" y="12" width="97" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="217" y="12" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annuleer" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -87,63 +88,52 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="87" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="84" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Magnet Link" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="MnN-DA-JQd">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="385" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="383" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="80" y="47" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="76" y="36" width="104" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Geen" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Geen" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="281" y="76" width="70" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Wijzig…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="103" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="98" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Download naar:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="15" y="25" width="63" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="60" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Prioriteit:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="80" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="76" y="9" width="104" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Hoog" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
@@ -165,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="15" y="53" width="63" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="60" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Groep:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="120" y="75" width="161" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="Wnq-MW-9JD">
|
||||
<rect key="frame" x="1" y="1" width="159" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="113" y="62" width="194" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="192" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="111" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Bestand" id="13">
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="154" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="Bestand" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="307" y="63" width="67" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Wijzig…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="326" y="191"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,39 +30,40 @@
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<value key="maxSize" type="size" width="9999" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="410" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="410" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="374" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Nome do ficheiro" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="142" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="136" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Iniciar ao adicionar" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="286" y="12" width="100" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="299" y="12" width="97" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Adicionar" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -74,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="191" y="12" width="95" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="202" y="12" width="97" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Cancelar" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -88,69 +88,58 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="109" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="107" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Ligação Magnet" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="fuW-K7-tJi">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="376" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="374" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="105" y="47" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="border" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="87" y="36" width="108" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Nenhum" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Nenhum" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="276" y="76" width="73" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Alterar…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Guardar em:" id="15">
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="79" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Guardar em:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="15" y="25" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="71" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Prioridade:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="105" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="border" inset="2" id="86">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="87" y="9" width="108" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Alta" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="87">
|
||||
<items>
|
||||
<menuItem title="Alta" image="PriorityHighTemplate" id="90">
|
||||
<menuItem title="Alta" state="on" image="PriorityHighTemplate" id="90">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Normal" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
@@ -166,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="55" y="53" width="48" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="71" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Grupo:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="75" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="f46-3w-Wup">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="94" y="62" width="201" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="199" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="161" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="Ficheiro" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="295" y="63" width="70" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Alterar…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="304.5" y="285"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,39 +30,40 @@
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<value key="maxSize" type="size" width="9999" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="428" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="428" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="392" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="File Name" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="144" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="check" title="Начать скачивание" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="285" y="12" width="101" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="311" y="12" width="103" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Добавить" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -74,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="182" y="12" width="103" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="208" y="12" width="103" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Отменить" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -88,69 +88,58 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="122" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="108" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Magnet-ссылка" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="9IJ-Ee-cid">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="394" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="392" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="106" y="46" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="93" y="36" width="134" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="✕" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="✕" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="273" y="76" width="78" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Изменить…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Скачивать в:" id="15">
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="85" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Скачивать в:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="15" y="25" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="77" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Приоритет:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="106" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="86">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="93" y="9" width="134" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Высокий" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="87">
|
||||
<items>
|
||||
<menuItem title="Высокий" image="PriorityHighTemplate" id="90">
|
||||
<menuItem title="Высокий" state="on" image="PriorityHighTemplate" id="90">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Нормальный" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
@@ -166,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="21" y="52" width="82" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="77" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Группа:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="75" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="dSa-tG-evQ">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="100" y="62" width="194" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="192" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="154" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="File" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="294" y="63" width="89" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Изменить…" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="291" y="356"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||||
@@ -30,39 +30,40 @@
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" frameAutosaveName="AddMagnetWindow" animationBehavior="default" id="1" userLabel="Window">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
||||
<rect key="contentRect" x="173" y="705" width="400" height="238"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="778"/>
|
||||
<value key="minSize" type="size" width="400" height="238"/>
|
||||
<value key="maxSize" type="size" width="9999" height="238"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="238"/>
|
||||
<rect key="contentRect" x="173" y="705" width="411" height="232"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" verticalHuggingPriority="750" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="411" height="232"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView id="3">
|
||||
<rect key="frame" x="20" y="212" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="20" y="195" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" constant="16" id="1zx-Cs-Swd"/>
|
||||
<constraint firstAttribute="height" constant="16" id="TGc-Go-KGZ"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="Magnet" id="8"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" id="5">
|
||||
<rect key="frame" x="17" y="182" width="366" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="5">
|
||||
<rect key="frame" x="18" y="165" width="375" height="22"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="370" id="5E7-V5-l02"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Dosya Adı" id="6">
|
||||
<font key="font" metaFont="system" size="18"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button id="17">
|
||||
<rect key="frame" x="18" y="21" width="123" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<button translatesAutoresizingMaskIntoConstraints="NO" id="17">
|
||||
<rect key="frame" x="18" y="21" width="118" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="İndirmeyi başlat" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="18">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="19">
|
||||
<rect key="frame" x="320" y="12" width="66" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
||||
<rect key="frame" x="312" y="12" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Ekle" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -74,9 +75,8 @@ DQ
|
||||
<action selector="add:" target="-2" id="31"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="21">
|
||||
<rect key="frame" x="234" y="12" width="86" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21">
|
||||
<rect key="frame" x="227" y="12" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Vazgeç" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -88,75 +88,64 @@ Gw
|
||||
<action selector="cancelAdd:" target="-2" id="32"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="100">
|
||||
<rect key="frame" x="41" y="211" width="129" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100">
|
||||
<rect key="frame" x="42" y="195" width="124" height="17"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Mıknatıslı Bağlantı" id="101">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="102">
|
||||
<rect key="frame" x="17" y="52" width="366" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<view key="contentView" id="pif-Yl-fs2">
|
||||
<rect key="frame" x="1" y="1" width="364" height="114"/>
|
||||
<box title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="102">
|
||||
<rect key="frame" x="17" y="56" width="377" height="103"/>
|
||||
<view key="contentView" id="xWJ-qu-F1m">
|
||||
<rect key="frame" x="1" y="1" width="375" height="101"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" id="33">
|
||||
<rect key="frame" x="106" y="46" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="34">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
||||
<rect key="frame" x="70" y="36" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Hiçbiri" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="2zq-5y-smI" id="34">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="35"/>
|
||||
<menu key="menu" title="OtherViews" id="35">
|
||||
<items>
|
||||
<menuItem title="Hiçbiri" state="on" image="GroupsNoneTemplate" id="2zq-5y-smI">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" id="9">
|
||||
<rect key="frame" x="273" y="76" width="79" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Değiştir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" id="10">
|
||||
<rect key="frame" x="15" y="83" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Şuraya indir:" id="15">
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="10">
|
||||
<rect key="frame" x="12" y="71" width="80" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Şuraya indir:" id="15">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" id="84">
|
||||
<rect key="frame" x="15" y="25" width="88" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="84">
|
||||
<rect key="frame" x="12" y="15" width="54" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Öncelik:" id="91">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" id="85">
|
||||
<rect key="frame" x="106" y="19" width="125" height="26"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" id="86">
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85">
|
||||
<rect key="frame" x="70" y="9" width="97" height="26"/>
|
||||
<popUpButtonCell key="cell" type="push" title="High" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="90" id="86">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" title="OtherViews" id="87">
|
||||
<items>
|
||||
<menuItem title="Высокий" image="PriorityHighTemplate" id="90">
|
||||
<menuItem title="High" state="on" image="PriorityHighTemplate" id="90">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Нормальный" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
<menuItem title="Normal" image="PriorityNormalTemplate" tag="1" id="89">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Низкий" image="PriorityLowTemplate" tag="2" id="88">
|
||||
<menuItem title="Low" image="PriorityLowTemplate" tag="2" id="88">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
@@ -166,54 +155,131 @@ Gw
|
||||
<action selector="changePriority:" target="-2" id="98"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<textField verticalHuggingPriority="750" id="40">
|
||||
<rect key="frame" x="21" y="52" width="82" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="40">
|
||||
<rect key="frame" x="12" y="42" width="54" height="17"/>
|
||||
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Öbek:" id="41">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box autoresizesSubviews="NO" borderType="line" titlePosition="noTitle" id="103">
|
||||
<rect key="frame" x="105" y="75" width="168" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<view key="contentView" id="QXL-5M-Qww">
|
||||
<rect key="frame" x="1" y="1" width="166" height="28"/>
|
||||
<box horizontalHuggingPriority="249" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="103">
|
||||
<rect key="frame" x="95" y="62" width="194" height="30"/>
|
||||
<view key="contentView" id="29A-0C-qoo">
|
||||
<rect key="frame" x="1" y="1" width="192" height="28"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" id="12">
|
||||
<rect key="frame" x="33" y="8" width="118" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="12">
|
||||
<rect key="frame" x="30" y="8" width="154" height="14"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="DBq-4X-8Uk"/>
|
||||
</constraints>
|
||||
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="File" id="13">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView id="11">
|
||||
<rect key="frame" x="12" y="7" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="11">
|
||||
<rect key="frame" x="10" y="7" width="16" height="16"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="16" id="46x-pe-IRn"/>
|
||||
<constraint firstAttribute="width" constant="16" id="xF7-UN-BfS"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="14"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="12" firstAttribute="leading" secondItem="11" secondAttribute="trailing" constant="6" id="8sm-9q-i0e"/>
|
||||
<constraint firstItem="12" firstAttribute="centerY" secondItem="11" secondAttribute="centerY" id="uo4-Pe-IX6"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="11" firstAttribute="top" secondItem="103" secondAttribute="top" constant="4" id="0aM-sO-qkl"/>
|
||||
<constraint firstItem="11" firstAttribute="leading" secondItem="103" secondAttribute="leading" constant="8" id="5ZH-cS-xAh"/>
|
||||
<constraint firstAttribute="bottom" secondItem="11" secondAttribute="bottom" constant="4" id="pXd-Et-qSg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="12" secondAttribute="trailing" constant="8" id="rwE-2S-hoU"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
|
||||
<rect key="frame" x="289" y="63" width="77" height="28"/>
|
||||
<buttonCell key="cell" type="push" title="Değiştir..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="16">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="setDestination:" target="-2" id="30"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="9" firstAttribute="leading" secondItem="103" secondAttribute="trailing" constant="8" symbolic="YES" id="64a-1o-T5d"/>
|
||||
<constraint firstItem="84" firstAttribute="top" secondItem="40" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="6gv-zx-iQZ"/>
|
||||
<constraint firstItem="33" firstAttribute="top" relation="greaterThanOrEqual" secondItem="103" secondAttribute="bottom" constant="6" id="8QO-sf-8DN"/>
|
||||
<constraint firstItem="40" firstAttribute="top" secondItem="10" secondAttribute="bottom" priority="500" constant="8" symbolic="YES" id="ANd-Qg-CVt"/>
|
||||
<constraint firstItem="10" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="Fcy-ic-xhz"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="84" secondAttribute="trailing" constant="8" symbolic="YES" id="HYV-85-0bN"/>
|
||||
<constraint firstItem="9" firstAttribute="baseline" secondItem="12" secondAttribute="baseline" id="KEL-3i-t0Z"/>
|
||||
<constraint firstItem="85" firstAttribute="width" secondItem="33" secondAttribute="width" id="WiR-F8-DqA"/>
|
||||
<constraint firstItem="40" firstAttribute="baseline" secondItem="33" secondAttribute="baseline" id="Y6t-cc-phs"/>
|
||||
<constraint firstItem="103" firstAttribute="leading" secondItem="10" secondAttribute="trailing" constant="8" symbolic="YES" id="bf2-IN-7Hh"/>
|
||||
<constraint firstItem="33" firstAttribute="leading" secondItem="40" secondAttribute="trailing" constant="8" symbolic="YES" id="bkI-Lo-XgU"/>
|
||||
<constraint firstItem="40" firstAttribute="top" relation="greaterThanOrEqual" secondItem="10" secondAttribute="bottom" constant="8" symbolic="YES" id="cXe-Qw-TET"/>
|
||||
<constraint firstItem="33" firstAttribute="top" secondItem="103" secondAttribute="bottom" priority="500" constant="6" id="e3W-Xw-bYo"/>
|
||||
<constraint firstItem="84" firstAttribute="leading" secondItem="40" secondAttribute="leading" id="f0r-M3-cEg"/>
|
||||
<constraint firstItem="84" firstAttribute="baseline" secondItem="85" secondAttribute="baseline" id="i0C-pC-LmB"/>
|
||||
<constraint firstItem="85" firstAttribute="top" secondItem="33" secondAttribute="bottom" priority="500" constant="6" id="krs-B1-4JG"/>
|
||||
<constraint firstItem="85" firstAttribute="leading" secondItem="33" secondAttribute="leading" id="lkQ-Wx-145"/>
|
||||
<constraint firstItem="84" firstAttribute="top" relation="greaterThanOrEqual" secondItem="40" secondAttribute="bottom" constant="8" symbolic="YES" id="man-tS-Rs5"/>
|
||||
<constraint firstItem="85" firstAttribute="top" relation="greaterThanOrEqual" secondItem="33" secondAttribute="bottom" constant="6" id="z0C-8g-5Og"/>
|
||||
<constraint firstItem="40" firstAttribute="leading" secondItem="10" secondAttribute="leading" id="zVc-u6-tbd"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstAttribute="bottom" secondItem="84" secondAttribute="bottom" constant="12" id="3fE-6j-6rh"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85" secondAttribute="trailing" constant="12" id="4dg-7P-oDt"/>
|
||||
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="12" id="8WO-ZA-QZf"/>
|
||||
<constraint firstItem="10" firstAttribute="leading" secondItem="102" secondAttribute="leading" constant="12" id="Kx1-7R-Tm9"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="33" secondAttribute="trailing" constant="12" id="UOi-ih-uaZ"/>
|
||||
<constraint firstItem="10" firstAttribute="top" secondItem="102" secondAttribute="top" constant="12" id="rZh-Hj-QWi"/>
|
||||
</constraints>
|
||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</box>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="0Cw-fi-HB1"/>
|
||||
<constraint firstItem="102" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="0tK-IP-FcO"/>
|
||||
<constraint firstItem="17" firstAttribute="baseline" secondItem="21" secondAttribute="baseline" id="2Fi-hC-iHI"/>
|
||||
<constraint firstItem="100" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="5wo-MK-B1X"/>
|
||||
<constraint firstAttribute="trailing" secondItem="19" secondAttribute="trailing" constant="20" id="7rY-co-ygY"/>
|
||||
<constraint firstItem="102" firstAttribute="top" secondItem="5" secondAttribute="bottom" constant="8" symbolic="YES" id="8V2-va-glT"/>
|
||||
<constraint firstItem="21" firstAttribute="width" secondItem="19" secondAttribute="width" id="9Pt-fM-tNu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="19" secondAttribute="bottom" constant="19" id="AUX-70-EEm"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="20" symbolic="YES" id="CAH-MH-d5E"/>
|
||||
<constraint firstItem="100" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="8" symbolic="YES" id="Gkl-dh-B6S"/>
|
||||
<constraint firstItem="21" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="17" secondAttribute="trailing" constant="8" symbolic="YES" id="Nme-J6-jWX"/>
|
||||
<constraint firstItem="21" firstAttribute="baseline" secondItem="19" secondAttribute="baseline" id="OfW-UE-SoM"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="17" secondAttribute="leading" id="Qm3-jX-QWC"/>
|
||||
<constraint firstItem="19" firstAttribute="leading" secondItem="21" secondAttribute="trailing" constant="12" id="Yrj-9R-H2X"/>
|
||||
<constraint firstItem="5" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="dIc-3M-nPo"/>
|
||||
<constraint firstItem="19" firstAttribute="top" secondItem="102" secondAttribute="bottom" constant="20" symbolic="YES" id="iR0-fe-yDt"/>
|
||||
<constraint firstItem="100" firstAttribute="centerY" secondItem="3" secondAttribute="centerY" id="j65-kg-97n"/>
|
||||
<constraint firstItem="102" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="q3E-9F-8ap"/>
|
||||
<constraint firstItem="5" firstAttribute="top" secondItem="100" secondAttribute="bottom" constant="8" symbolic="YES" id="tF2-Vo-kek"/>
|
||||
<constraint firstItem="5" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="vTi-RK-lHW"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="61"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="274.5" y="348"/>
|
||||
</window>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="GroupsNoneTemplate" width="16" height="16"/>
|
||||
<image name="Magnet" width="32" height="32"/>
|
||||
<image name="NSApplicationIcon" width="128" height="128"/>
|
||||
<image name="PriorityHighTemplate" width="12" height="12"/>
|
||||
|
||||
Reference in New Issue
Block a user