mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
Use autolayout for group rules 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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="366" y="13" width="90" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="267" y="12" width="94" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="276" y="13" width="90" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annuller" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="Jeq-F8-mfo">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -16,16 +16,14 @@
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" userLabel="Group Rules">
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="553" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="553" height="248"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="443" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="349" y="13" width="107" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="347" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="242" y="13" width="107" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Abbrechen" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="513" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="vBY-qI-kyf">
|
||||
<rect key="frame" x="1" y="1" width="511" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="511" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="374" y="13" width="82" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="292" y="13" width="82" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -13,19 +13,17 @@
|
||||
</customObject>
|
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||
<window title="Ventana" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" userLabel="Group Rules">
|
||||
<window title="Ventana" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" userLabel="Group Rules">
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="362" y="13" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Aceptar" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="268" y="13" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Cancelar" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="vJ9-eI-lHv">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="369" y="13" width="87" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="282" y="13" width="87" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annuler" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="dzd-R8-Jdx">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="371" y="13" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Ok" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="286" y="13" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annulla" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="oik-gh-nMh">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="362" y="13" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="268" y="13" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Annuleer" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="Cex-hB-CTs">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="362" y="13" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="268" y="13" width="94" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Cancelar" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="Due-1m-dFQ">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="353" y="13" width="103" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="250" y="13" width="103" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Отменить" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,15 +48,14 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="lnw-Vu-Bat">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
@@ -189,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -199,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
@@ -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"/>
|
||||
@@ -17,15 +17,13 @@
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="283" width="471" height="248"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="778"/>
|
||||
<value key="minSize" type="size" width="471" height="128"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||
<view key="contentView" id="2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="471" height="248"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" id="4">
|
||||
<rect key="frame" x="361" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
|
||||
<rect key="frame" x="371" y="13" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Tamam" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="11">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -37,9 +35,8 @@ DQ
|
||||
<action selector="saveRules:" target="-2" id="13"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" id="3">
|
||||
<rect key="frame" x="265" y="12" width="96" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
||||
<rect key="frame" x="286" y="13" width="85" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Vazgeç" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -51,30 +48,27 @@ Gw
|
||||
<action selector="cancelRules:" target="-2" id="14"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="31">
|
||||
<rect key="frame" x="20" y="60" width="431" height="168"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" id="4T0-3c-Wfi">
|
||||
<rect key="frame" x="1" y="1" width="429" height="166"/>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="31">
|
||||
<rect key="frame" x="20" y="61" width="431" height="167"/>
|
||||
<clipView key="contentView" id="7rg-Yg-Ppg">
|
||||
<rect key="frame" x="1" y="1" width="429" height="165"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" rowHeight="25" id="34">
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="166"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="429" height="75"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<rowTemplates>
|
||||
<predicateEditorRowTemplate rowType="compound" id="35">
|
||||
<popUpMenus>
|
||||
<menu id="47">
|
||||
<items>
|
||||
<menuItem title="Herhangi biri" id="50">
|
||||
<modifierMask key="keyEquivalentModifierMask" shift="YES"/>
|
||||
<menuItem title="Herhangi biri" state="on" id="50">
|
||||
<integer key="representedObject" value="2"/>
|
||||
</menuItem>
|
||||
<menuItem title="Hepsi" state="on" id="51">
|
||||
<menuItem title="Hepsi" id="51">
|
||||
<integer key="representedObject" value="1"/>
|
||||
</menuItem>
|
||||
<menuItem title="Hiçbiri" id="166">
|
||||
<modifierMask key="keyEquivalentModifierMask" shift="YES"/>
|
||||
<integer key="representedObject" value="0"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
@@ -191,6 +185,10 @@ Gw
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.91000002999999996" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</clipView>
|
||||
<constraints>
|
||||
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="430" id="T2h-Cn-ygX"/>
|
||||
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="v6L-SJ-HFk"/>
|
||||
</constraints>
|
||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="33">
|
||||
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
@@ -201,7 +199,19 @@ Gw
|
||||
</scroller>
|
||||
</scrollView>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="31" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="1Jg-cj-cM7"/>
|
||||
<constraint firstItem="3" firstAttribute="baseline" secondItem="4" secondAttribute="baseline" id="5s0-LB-Uz9"/>
|
||||
<constraint firstItem="3" firstAttribute="width" secondItem="4" secondAttribute="width" id="BtS-HC-7t8"/>
|
||||
<constraint firstItem="4" firstAttribute="top" secondItem="31" secondAttribute="bottom" constant="20" symbolic="YES" id="Fdz-Zn-Job"/>
|
||||
<constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="M9R-YJ-zaI"/>
|
||||
<constraint firstItem="4" firstAttribute="trailing" secondItem="34" secondAttribute="trailing" id="gOE-7h-IRu"/>
|
||||
<constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="20" symbolic="YES" id="p9Z-th-Gwr"/>
|
||||
<constraint firstAttribute="trailing" secondItem="31" secondAttribute="trailing" constant="20" symbolic="YES" id="qbO-FY-Vz7"/>
|
||||
<constraint firstItem="31" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="yq5-wo-4Sy"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="465" y="52"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user