blob: e7aa97119b6e6646db1b14a558e8d60f295b3e1b [file] [log] [blame]
Alexandre Lisionc1f96662016-03-23 17:24:19 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
5 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="PathPasswordWC">
8 <connections>
9 <outlet property="errorContainer" destination="ty1-sj-tT6" id="eEy-Cr-yiw"/>
10 <outlet property="errorLabel" destination="G1N-th-ZtP" id="PMs-b1-oJo"/>
11 <outlet property="passwordField" destination="vej-Z8-dOm" id="Ff0-Rb-Al6"/>
12 <outlet property="path" destination="ww6-ha-GhI" id="gdx-sh-x5J"/>
13 <outlet property="pathPasswordContainer" destination="xUT-yB-g8Q" id="xyd-vF-fD8"/>
14 <outlet property="progressView" destination="Ovf-4O-7LZ" id="BgC-sc-6GS"/>
15 <outlet property="window" destination="QvC-M9-y7g" id="bos-rN-Jgz"/>
16 </connections>
17 </customObject>
18 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
19 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
20 <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="QvC-M9-y7g">
21 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
22 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
23 <rect key="contentRect" x="196" y="240" width="351" height="131"/>
24 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1050"/>
25 <view key="contentView" id="EiT-Mj-1SZ">
26 <rect key="frame" x="0.0" y="0.0" width="351" height="131"/>
27 <autoresizingMask key="autoresizingMask"/>
28 <subviews>
29 <customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ovf-4O-7LZ" customClass="ITProgressIndicator">
30 <rect key="frame" x="140" y="30" width="70" height="70"/>
31 </customView>
32 <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xUT-yB-g8Q">
33 <rect key="frame" x="1" y="0.0" width="350" height="131"/>
34 <subviews>
35 <pathControl verticalHuggingPriority="750" fixedFrame="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ww6-ha-GhI">
36 <rect key="frame" x="84" y="87" width="250" height="26"/>
37 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="S8N-6a-Pll">
38 <font key="font" metaFont="system"/>
39 <url key="url" string="file:///Users/"/>
40 </pathCell>
41 </pathControl>
42 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vl7-sD-OLk">
43 <rect key="frame" x="37" y="93" width="44" height="17"/>
44 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Where" id="9h8-GU-av4">
45 <font key="font" metaFont="system"/>
46 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
47 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
48 </textFieldCell>
49 </textField>
50 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Bcr-Pl-Fz9">
51 <rect key="frame" x="18" y="57" width="63" height="17"/>
52 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Password" id="vwh-K9-3O9">
53 <font key="font" metaFont="system"/>
54 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
55 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
56 </textFieldCell>
57 </textField>
58 <secureTextField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vej-Z8-dOm">
59 <rect key="frame" x="87" y="54" width="244" height="22"/>
60 <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" placeholderString="Password..." drawsBackground="YES" usesSingleLineMode="YES" id="xqz-Uz-hqU">
61 <font key="font" metaFont="system"/>
62 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
63 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
64 <allowedInputSourceLocales>
65 <string>NSAllRomanInputSourcesLocaleIdentifier</string>
66 </allowedInputSourceLocales>
67 </secureTextFieldCell>
68 <connections>
69 <binding destination="-2" name="value" keyPath="self.password" id="5cX-yS-4Sl">
70 <dictionary key="options">
71 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
72 <string key="NSMultipleValuesPlaceholder">Password...</string>
73 <string key="NSNoSelectionPlaceholder">Password...</string>
74 <string key="NSNotApplicablePlaceholder">Password...</string>
75 <string key="NSNullPlaceholder">Password...</string>
76 </dictionary>
77 </binding>
78 <outlet property="delegate" destination="-2" id="UEj-AI-SPU"/>
79 </connections>
80 </secureTextField>
81 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Yf1-T3-fOf">
82 <rect key="frame" x="196" y="13" width="82" height="32"/>
83 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="cSU-aD-OwX">
84 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
85 <font key="font" metaFont="system"/>
86 <string key="keyEquivalent" base64-UTF8="YES">
87Gw
88</string>
89 </buttonCell>
90 <connections>
91 <action selector="cancelPressed:" target="-2" id="bIl-jp-gRS"/>
92 </connections>
93 </button>
94 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oXB-Be-LaB">
95 <rect key="frame" x="278" y="13" width="59" height="32"/>
96 <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="rW5-Il-5YD">
97 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
98 <font key="font" metaFont="system"/>
99 <string key="keyEquivalent" base64-UTF8="YES">
100DQ
101</string>
102 </buttonCell>
103 <connections>
104 <action selector="completeAction:" target="-2" id="4me-jZ-4mk"/>
105 <binding destination="-2" name="enabled" keyPath="self.password.length" id="KN4-nF-wwM"/>
106 </connections>
107 </button>
108 </subviews>
109 </customView>
110 <customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ty1-sj-tT6">
111 <rect key="frame" x="0.0" y="0.0" width="350" height="131"/>
112 <subviews>
113 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="G1N-th-ZtP">
114 <rect key="frame" x="18" y="57" width="314" height="17"/>
115 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" placeholderString="error label" id="e7n-Ev-bK7">
116 <font key="font" metaFont="system"/>
117 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
118 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
119 </textFieldCell>
120 </textField>
121 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cxh-K7-1eh">
122 <rect key="frame" x="279" y="13" width="59" height="32"/>
123 <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="VN1-A3-RIh">
124 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
125 <font key="font" metaFont="system"/>
126 <string key="keyEquivalent" base64-UTF8="YES">
127DQ
128</string>
129 </buttonCell>
130 <connections>
131 <action selector="cancelPressed:" target="-2" id="JTp-N4-Tb8"/>
132 </connections>
133 </button>
134 </subviews>
135 </customView>
136 </subviews>
137 </view>
138 <connections>
139 <outlet property="delegate" destination="-2" id="3wn-SC-48D"/>
140 </connections>
141 <point key="canvasLocation" x="-363.5" y="-97.5"/>
142 </window>
143 <userDefaultsController representsSharedInstance="YES" id="2A5-Q9-edp"/>
144 </objects>
145</document>