ProgressSheet.xib 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment version="101300" identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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="SKProgressController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="progressBar" destination="7" id="10"/>
  12. <outlet property="progressField" destination="8" id="11"/>
  13. <outlet property="window" destination="5" id="12"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="ProgressSheet" customClass="NSPanel">
  19. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="302" y="374" width="226" height="58"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  23. <value key="minSize" type="size" width="300" height="87"/>
  24. <value key="maxSize" type="size" width="300" height="87"/>
  25. <view key="contentView" id="6">
  26. <rect key="frame" x="0.0" y="0.0" width="226" height="58"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" preferredMaxLayoutWidth="262" translatesAutoresizingMaskIntoConstraints="NO" id="8">
  30. <rect key="frame" x="16" y="32" width="125" height="17"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="14">
  33. <font key="font" metaFont="system"/>
  34. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  35. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  36. </textFieldCell>
  37. </textField>
  38. <progressIndicator verticalHuggingPriority="750" fixedFrame="YES" maxValue="100" doubleValue="5" bezeled="NO" controlSize="small" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="7" customClass="SKProgressController_ProgressIndicator" customModule="PDF_Reader_Pro" customModuleProvider="target">
  39. <rect key="frame" x="16" y="12" width="194" height="12"/>
  40. <autoresizingMask key="autoresizingMask"/>
  41. </progressIndicator>
  42. </subviews>
  43. </view>
  44. <point key="canvasLocation" x="-208" y="-28"/>
  45. </window>
  46. </objects>
  47. </document>