summaryrefslogtreecommitdiffstats
path: root/macosx/Base.lproj/Queue.xib
blob: 496db11d08f0ddcb1becd73e1dbf6103b54e897e (plain)
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
    <dependencies>
        <deployment identifier="macosx"/>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <customObject id="-2" userLabel="File's Owner" customClass="HBQueueController">
            <connections>
                <outlet property="pauseToolbarItem" destination="s7o-pK-heI" id="SP7-Fq-gw9"/>
                <outlet property="ripToolbarItem" destination="SX6-mq-Hck" id="va2-0n-3T0"/>
                <outlet property="window" destination="2576" id="2645"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        <window title="Queue" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="QueueWindow" animationBehavior="default" id="2576" userLabel="Window">
            <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
            <windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
            <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
            <rect key="contentRect" x="157" y="863" width="584" height="424"/>
            <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1177"/>
            <value key="minSize" type="size" width="320" height="240"/>
            <view key="contentView" id="2577">
                <rect key="frame" x="0.0" y="0.0" width="584" height="424"/>
                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            </view>
            <toolbar key="toolbar" implicitIdentifier="0FE76B40-49B7-48AE-B44E-D1B8034BC88A" explicitIdentifier="HBQueueToolbar" displayMode="iconAndLabel" sizeMode="regular" id="ZVb-ld-0UP">
                <allowedToolbarItems>
                    <toolbarItem implicitItemIdentifier="609C5CFE-D854-4567-9CC2-70E109CBA332" explicitItemIdentifier="HBQueueStartCancelToolbarIdentifier" label="Start" paletteLabel="Start/Cancel" toolTip="Start Encoding" tag="-1" image="encode" id="SX6-mq-Hck">
                        <connections>
                            <action selector="toggleStartCancel:" target="-2" id="ABS-fA-RwJ"/>
                        </connections>
                    </toolbarItem>
                    <toolbarItem implicitItemIdentifier="7DB01500-5492-42BC-BDEE-55E9EF3765A1" explicitItemIdentifier="HBQueuePauseResumeToolbarIdentifier" label="Pause" paletteLabel="Pause/Resume" toolTip="Pause Encoding" tag="-1" image="pauseencode" id="s7o-pK-heI">
                        <connections>
                            <action selector="togglePauseResume:" target="-2" id="bmr-hx-loD"/>
                        </connections>
                    </toolbarItem>
                    <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="rHN-a0-oZQ"/>
                    <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="QuV-M8-cet"/>
                    <toolbarItem implicitItemIdentifier="E914B732-9FA4-42E0-AFA6-353A8ACC406B" label="Action" paletteLabel="Action" image="NSActionTemplate" sizingBehavior="auto" id="DCB-WP-NRs">
                        <nil key="toolTip"/>
                        <popUpButton key="view" verticalHuggingPriority="750" id="Wfu-Hw-JBC">
                            <rect key="frame" x="1" y="14" width="40" height="24"/>
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                            <popUpButtonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" pullsDown="YES" id="Zxj-rr-UnA">
                                <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                <font key="font" metaFont="menu"/>
                                <menu key="menu" id="BBi-6p-GyW">
                                    <items>
                                        <menuItem image="NSActionTemplate" hidden="YES" id="l0x-1G-MEr"/>
                                        <menuItem title="Reset All Jobs" id="kPX-am-UX1">
                                            <modifierMask key="keyEquivalentModifierMask"/>
                                            <connections>
                                                <action selector="resetAll:" target="-2" id="AYP-Za-Zyi"/>
                                            </connections>
                                        </menuItem>
                                        <menuItem title="Reset Failed Jobs" id="0zn-7P-JbR">
                                            <modifierMask key="keyEquivalentModifierMask"/>
                                            <connections>
                                                <action selector="resetFailed:" target="-2" id="gJP-lg-vxx"/>
                                            </connections>
                                        </menuItem>
                                        <menuItem isSeparatorItem="YES" id="9Kv-XR-d3o"/>
                                        <menuItem title="Remove All Jobs" id="Tvo-xt-sag">
                                            <modifierMask key="keyEquivalentModifierMask"/>
                                            <connections>
                                                <action selector="removeAll:" target="-2" id="RYc-Bg-ORR"/>
                                            </connections>
                                        </menuItem>
                                        <menuItem title="Remove Completed Jobs" id="9tg-YJ-DuI">
                                            <modifierMask key="keyEquivalentModifierMask"/>
                                            <connections>
                                                <action selector="removeCompleted:" target="-2" id="J6v-wU-JAD"/>
                                            </connections>
                                        </menuItem>
                                    </items>
                                </menu>
                            </popUpButtonCell>
                        </popUpButton>
                    </toolbarItem>
                    <toolbarItem implicitItemIdentifier="938D3EC6-1547-4AAB-86AF-B3FD3C7AF8BD" label="When Done" paletteLabel="When Done" toolTip="Action to perform when encoding is complete." id="a3c-kV-98E">
                        <size key="minSize" width="100" height="25"/>
                        <size key="maxSize" width="200" height="25"/>
                        <popUpButton key="view" verticalHuggingPriority="750" id="rfS-M1-CnB">
                            <rect key="frame" x="0.0" y="14" width="200" height="25"/>
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                            <popUpButtonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="pch-jl-VXA">
                                <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                <font key="font" metaFont="menu"/>
                                <menu key="menu" id="1Ee-Xt-VES">
                                    <items>
                                        <menuItem title="Do Nothing" id="sm5-26-sAg"/>
                                        <menuItem title="Alert" tag="1" id="fAD-ky-zo6"/>
                                        <menuItem title="Notification" tag="2" id="jDL-sB-8e3"/>
                                        <menuItem title="Alert and Notification" tag="3" id="aat-1N-Odn"/>
                                        <menuItem title="Put Computer to Sleep" tag="4" id="GUQ-xb-HVS"/>
                                        <menuItem title="Shut Down Computer" tag="5" id="QmP-SQ-XKK"/>
                                    </items>
                                </menu>
                            </popUpButtonCell>
                            <connections>
                                <binding destination="z2J-h1-IDv" name="selectedTag" keyPath="values.HBAlertWhenDone" id="trt-6H-UtD"/>
                            </connections>
                        </popUpButton>
                    </toolbarItem>
                    <toolbarItem implicitItemIdentifier="963C2AD9-6708-4781-9411-3111E9713E3B" label="Details" paletteLabel="Details" image="details" sizingBehavior="auto" id="DfN-Iw-bzy">
                        <nil key="toolTip"/>
                        <button key="view" verticalHuggingPriority="750" id="KyK-r0-0eJ">
                            <rect key="frame" x="6" y="14" width="32" height="25"/>
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
                            <buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="details" imagePosition="only" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="BjZ-aR-Hpe">
                                <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                <font key="font" metaFont="system"/>
                            </buttonCell>
                        </button>
                        <connections>
                            <action selector="toggleDetails:" target="-2" id="EcM-0b-BRV"/>
                        </connections>
                    </toolbarItem>
                </allowedToolbarItems>
                <defaultToolbarItems>
                    <toolbarItem reference="SX6-mq-Hck"/>
                    <toolbarItem reference="s7o-pK-heI"/>
                    <toolbarItem reference="rHN-a0-oZQ"/>
                    <toolbarItem reference="DCB-WP-NRs"/>
                    <toolbarItem reference="a3c-kV-98E"/>
                    <toolbarItem reference="QuV-M8-cet"/>
                    <toolbarItem reference="DfN-Iw-bzy"/>
                </defaultToolbarItems>
            </toolbar>
            <connections>
                <outlet property="delegate" destination="-2" id="2579"/>
            </connections>
            <point key="canvasLocation" x="-948" y="-24"/>
        </window>
        <userDefaultsController representsSharedInstance="YES" id="z2J-h1-IDv"/>
    </objects>
    <resources>
        <image name="NSActionTemplate" width="14" height="14"/>
        <image name="details" width="15" height="12"/>
        <image name="encode" width="32" height="32"/>
        <image name="pauseencode" width="32" height="32"/>
    </resources>
</document>