1<?xml version="1.0" encoding="UTF-8"?> 2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="16G29" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> 3 <dependencies> 4 <deployment version="1070" identifier="macosx"/> 5 <development version="7000" identifier="xcode"/> 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/> 7 </dependencies> 8 <objects> 9 <customObject id="-2" userLabel="File's Owner" customClass="VLCResumeDialogController"> 10 <connections> 11 <outlet property="o_always_resume_chk" destination="85X-TN-2Hu" id="ttg-8c-Zbf"/> 12 <outlet property="o_restart_btn" destination="9" id="37"/> 13 <outlet property="o_resume_btn" destination="21" id="38"/> 14 <outlet property="o_text_lbl" destination="3" id="49"/> 15 <outlet property="o_title_lbl" destination="42" id="50"/> 16 <outlet property="window" destination="1" id="35"/> 17 </connections> 18 </customObject> 19 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> 20 <customObject id="-3" userLabel="Application" customClass="NSObject"/> 21 <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" hidesOnDeactivate="YES" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="1"> 22 <windowStyleMask key="styleMask" titled="YES"/> 23 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 24 <rect key="contentRect" x="196" y="240" width="549" height="160"/> 25 <rect key="screenRect" x="0.0" y="0.0" width="1280" height="778"/> 26 <value key="minSize" type="size" width="446" height="133"/> 27 <view key="contentView" id="2"> 28 <rect key="frame" x="0.0" y="0.0" width="549" height="160"/> 29 <autoresizingMask key="autoresizingMask"/> 30 <subviews> 31 <textField horizontalHuggingPriority="750" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="3" customClass="VLCWrappableTextField"> 32 <rect key="frame" x="102" y="83" width="429" height="32"/> 33 <constraints> 34 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="425" id="kkj-bo-hIa"/> 35 </constraints> 36 <textFieldCell key="cell" truncatesLastVisibleLine="YES" sendsActionOnEndEditing="YES" title="Do you want to resume this file? This-is-a-file" id="4"> 37 <font key="font" metaFont="cellTitle"/> 38 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 39 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 40 </textFieldCell> 41 </textField> 42 <textField horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="42"> 43 <rect key="frame" x="102" y="123" width="132" height="17"/> 44 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Continue playback?" id="43"> 45 <font key="font" metaFont="systemBold"/> 46 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 47 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 48 </textFieldCell> 49 </textField> 50 <imageView translatesAutoresizingMaskIntoConstraints="NO" id="55"> 51 <rect key="frame" x="20" y="75" width="65" height="65"/> 52 <constraints> 53 <constraint firstAttribute="height" constant="65" id="rlw-rm-gTQ"/> 54 <constraint firstAttribute="width" constant="65" id="zgb-HV-gIF"/> 55 </constraints> 56 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="VLC" id="56"/> 57 </imageView> 58 <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="85X-TN-2Hu"> 59 <rect key="frame" x="102" y="59" width="219" height="18"/> 60 <buttonCell key="cell" type="check" title="Always continue media playback" bezelStyle="regularSquare" imagePosition="left" inset="2" id="xHm-jn-IdY"> 61 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 62 <font key="font" metaFont="system"/> 63 </buttonCell> 64 <connections> 65 <action selector="resumeSettingChanged:" target="-2" id="alS-ps-u5T"/> 66 </connections> 67 </button> 68 <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="21"> 69 <rect key="frame" x="440" y="13" width="95" height="32"/> 70 <buttonCell key="cell" type="push" title="Continue" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="22"> 71 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 72 <font key="font" metaFont="system"/> 73 <string key="keyEquivalent" base64-UTF8="YES"> 74DQ 75</string> 76 </buttonCell> 77 <connections> 78 <action selector="buttonClicked:" target="-2" id="54"/> 79 </connections> 80 </button> 81 <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9"> 82 <rect key="frame" x="356" y="13" width="84" height="32"/> 83 <buttonCell key="cell" type="push" title="Restart" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="10"> 84 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 85 <font key="font" metaFont="system"/> 86 </buttonCell> 87 <connections> 88 <action selector="buttonClicked:" target="-2" id="52"/> 89 </connections> 90 </button> 91 </subviews> 92 <constraints> 93 <constraint firstItem="42" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="0IY-K9-Bkl"/> 94 <constraint firstAttribute="trailing" secondItem="21" secondAttribute="trailing" constant="20" id="32S-YZ-Fpf"/> 95 <constraint firstItem="3" firstAttribute="top" secondItem="42" secondAttribute="bottom" constant="8" id="3VQ-Ea-6y3"/> 96 <constraint firstItem="55" firstAttribute="top" secondItem="42" secondAttribute="top" id="CcT-8r-bRm"/> 97 <constraint firstItem="85X-TN-2Hu" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="CfM-1U-Mbv"/> 98 <constraint firstItem="85X-TN-2Hu" firstAttribute="top" secondItem="3" secondAttribute="bottom" constant="8" id="Det-Ih-YSU"/> 99 <constraint firstItem="55" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" id="Iav-mD-8iG"/> 100 <constraint firstAttribute="trailing" secondItem="3" secondAttribute="trailing" constant="20" id="JrA-lX-3sd"/> 101 <constraint firstAttribute="bottom" secondItem="9" secondAttribute="bottom" constant="20" id="SZk-pu-Lgd"/> 102 <constraint firstAttribute="bottom" secondItem="21" secondAttribute="bottom" constant="20" id="fiW-7M-G63"/> 103 <constraint firstItem="55" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" id="lQU-ef-GZw"/> 104 <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="85X-TN-2Hu" secondAttribute="trailing" constant="20" id="mew-JH-yRV"/> 105 <constraint firstItem="21" firstAttribute="top" secondItem="85X-TN-2Hu" secondAttribute="bottom" constant="20" id="p8X-Vs-WZx"/> 106 <constraint firstItem="21" firstAttribute="leading" secondItem="9" secondAttribute="trailing" constant="12" id="xrB-He-ihV"/> 107 <constraint firstItem="42" firstAttribute="leading" secondItem="55" secondAttribute="trailing" constant="19" id="yR0-JV-Hcv"/> 108 </constraints> 109 </view> 110 <point key="canvasLocation" x="410" y="388"/> 111 </window> 112 </objects> 113 <resources> 114 <image name="VLC" width="512" height="512"/> 115 </resources> 116</document> 117