-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConversionProgressWindow.xib
74 lines (74 loc) · 5.71 KB
/
ConversionProgressWindow.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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="SKConversionProgressController">
<connections>
<outlet property="cancelButton" destination="10" id="14"/>
<outlet property="progressBar" destination="9" id="13"/>
<outlet property="textField" destination="11" id="12"/>
<outlet property="window" destination="5" id="8"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES"/>
<windowCollectionBehavior key="collectionBehavior" moveToActiveSpace="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="434" y="471" width="360" height="116"/>
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/>
<value key="minSize" type="size" width="300" height="116"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="360" height="116"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<progressIndicator autoresizesSubviews="NO" wantsLayer="YES" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="20" y="77" width="320" height="20"/>
</progressIndicator>
<button autoresizesSubviews="NO" verticalHuggingPriority="750" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="317" y="13" width="30" height="32"/>
<buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="18">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="cancel:" target="-2" id="15"/>
</connections>
</button>
<textField autoresizesSubviews="NO" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="11">
<rect key="frame" x="20" y="48" width="320" height="22"/>
<constraints>
<constraint firstAttribute="height" constant="22" id="Ods-Kg-ax3"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" drawsBackground="YES" id="19">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="9" secondAttribute="trailing" constant="20" symbolic="YES" id="JsK-Fy-R7S"/>
<constraint firstAttribute="bottom" secondItem="10" secondAttribute="bottom" constant="20" symbolic="YES" id="Mev-b4-sIS"/>
<constraint firstItem="9" firstAttribute="top" secondItem="6" secondAttribute="top" constant="20" symbolic="YES" id="MoH-fo-QUK"/>
<constraint firstItem="11" firstAttribute="leading" secondItem="9" secondAttribute="leading" id="X4L-fn-kh0"/>
<constraint firstItem="11" firstAttribute="trailing" secondItem="9" secondAttribute="trailing" id="Zlt-zq-kTx"/>
<constraint firstAttribute="trailing" secondItem="10" secondAttribute="trailing" constant="20" symbolic="YES" id="rrX-m0-3uv"/>
<constraint firstItem="9" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="20" symbolic="YES" id="vxV-sg-hEp"/>
<constraint firstItem="11" firstAttribute="top" secondItem="9" secondAttribute="bottom" constant="8" symbolic="YES" id="wrY-6K-o0C"/>
<constraint firstItem="10" firstAttribute="top" secondItem="11" secondAttribute="bottom" constant="8" symbolic="YES" id="yN3-5w-UDX"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="7"/>
<outlet property="initialFirstResponder" destination="10" id="16"/>
</connections>
<point key="canvasLocation" x="139" y="125"/>
</window>
</objects>
</document>