KMProgressWindowController.xib 4.3 KB

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