forked from pyosirix/pyosirix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPOPackageWindow.xib
105 lines (105 loc) · 8.22 KB
/
POPackageWindow.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment version="1070" defaultVersion="1090" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="POPackageWindowController">
<connections>
<outlet property="table" destination="IS0-lJ-E2N" id="yrh-Qu-xwJ"/>
<outlet property="window" destination="1" id="dyy-mT-T7h"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="Python Package Manager" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="1">
<windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1366" height="746"/>
<view key="contentView" id="2">
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cYa-ex-Ykf">
<rect key="frame" x="20" y="42" width="440" height="208"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<clipView key="contentView" id="q0p-OT-oUG">
<rect key="frame" x="1" y="1" width="438" height="206"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" id="IS0-lJ-E2N">
<rect key="frame" x="0.0" y="0.0" width="438" height="206"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn editable="NO" width="435.41796875" minWidth="40" maxWidth="1000" id="GP9-xR-Ksc">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" allowsUndo="NO" alignment="left" id="vHn-ag-a0U">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="-2" id="yQ3-hb-Z9K"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="wmJ-Oq-73K">
<rect key="frame" x="1" y="1" width="0.0" height="16"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="9yC-VG-to5">
<rect key="frame" x="-15" y="17" width="16" height="0.0"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ew3-Pm-OGV">
<rect key="frame" x="20" y="18" width="83" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<segmentedCell key="cell" alignment="left" style="texturedSquare" trackingMode="momentary" id="jAj-ZB-z57">
<font key="font" metaFont="system"/>
<segments>
<segment toolTip="Add path" image="NSAddTemplate" width="40">
<nil key="label"/>
</segment>
<segment toolTip="Add/Remove Paths" image="NSRemoveTemplate" width="40" tag="1">
<nil key="label"/>
</segment>
</segments>
</segmentedCell>
<connections>
<action selector="addRemovePath:" target="-2" id="TXg-5f-9AW"/>
</connections>
</segmentedControl>
</subviews>
<constraints>
<constraint firstItem="Ew3-Pm-OGV" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" id="ACu-sN-Okb"/>
<constraint firstAttribute="trailing" secondItem="cYa-ex-Ykf" secondAttribute="trailing" constant="20" id="MWJ-ya-9GL"/>
<constraint firstItem="cYa-ex-Ykf" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" id="bIK-hJ-KTK"/>
<constraint firstItem="cYa-ex-Ykf" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" id="eEt-hI-wiD"/>
<constraint firstAttribute="bottom" secondItem="Ew3-Pm-OGV" secondAttribute="bottom" constant="20" id="ttu-pQ-4Xg"/>
<constraint firstItem="Ew3-Pm-OGV" firstAttribute="top" secondItem="cYa-ex-Ykf" secondAttribute="bottom" id="vAJ-Gh-yvU"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="mqt-LL-Un1"/>
</connections>
</window>
</objects>
<resources>
<image name="NSAddTemplate" width="8" height="8"/>
<image name="NSRemoveTemplate" width="8" height="8"/>
</resources>
</document>