1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMProgressWindowController">
- <connections>
- <outlet property="extractProgress" destination="zjL-M8-N8A" id="Wnc-Rh-TzX"/>
- <outlet property="titleLabel" destination="KlC-IW-5iK" id="07r-9z-KrG"/>
- <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="240" width="460" height="115"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
- <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="460" height="115"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KlC-IW-5iK">
- <rect key="frame" x="78" y="65" width="349" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="U7O-DS-KKb"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Processing..." id="7hU-XY-glM">
- <font key="font" metaFont="system" size="14"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <progressIndicator wantsLayer="YES" maxValue="1" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="zjL-M8-N8A">
- <rect key="frame" x="80" y="41" width="345" height="20"/>
- </progressIndicator>
- </subviews>
- <constraints>
- <constraint firstItem="KlC-IW-5iK" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="30" id="43H-1a-UWV"/>
- <constraint firstItem="zjL-M8-N8A" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="80" id="Rn5-B5-ilF"/>
- <constraint firstAttribute="trailing" secondItem="KlC-IW-5iK" secondAttribute="trailing" constant="35" id="Snx-CM-bq6"/>
- <constraint firstItem="zjL-M8-N8A" firstAttribute="top" secondItem="KlC-IW-5iK" secondAttribute="bottom" constant="5" id="XOK-yR-2hf"/>
- <constraint firstAttribute="trailing" secondItem="zjL-M8-N8A" secondAttribute="trailing" constant="35" id="vAi-T8-mHn"/>
- <constraint firstItem="KlC-IW-5iK" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="80" id="zyE-Io-72V"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- </window>
- </objects>
- </document>
|