KMAlertWindowController.xib 6.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
  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="NSAlertWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="actionButton" destination="ysS-2k-HPo" id="qaJ-km-j4F"/>
  12. <outlet property="alertCheckButton" destination="Ss5-2o-1Dn" id="QAq-RC-Zd2"/>
  13. <outlet property="cancelButton" destination="zsE-FI-kaQ" id="wtU-IL-c6h"/>
  14. <outlet property="titleLabel" destination="oE7-Dp-pX1" id="q2v-ya-T4a"/>
  15. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  21. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  22. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  23. <rect key="contentRect" x="196" y="240" width="480" height="270"/>
  24. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  25. <view key="contentView" id="se5-gp-TjO">
  26. <rect key="frame" x="0.0" y="0.0" width="480" height="123"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oE7-Dp-pX1">
  30. <rect key="frame" x="22" y="89" width="40" height="16"/>
  31. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="F1Y-TD-Qwj">
  32. <font key="font" metaFont="systemBold"/>
  33. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  34. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  35. </textFieldCell>
  36. </textField>
  37. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ss5-2o-1Dn">
  38. <rect key="frame" x="22" y="52" width="65" height="18"/>
  39. <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="tpt-Dh-7Fl">
  40. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  41. <font key="font" metaFont="system"/>
  42. </buttonCell>
  43. </button>
  44. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zsE-FI-kaQ">
  45. <rect key="frame" x="323" y="11" width="75" height="32"/>
  46. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qpU-aB-hza">
  47. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  48. <font key="font" metaFont="system"/>
  49. </buttonCell>
  50. <connections>
  51. <action selector="buttonClicked_Cancel:" target="-2" id="kba-bs-Qsg"/>
  52. </connections>
  53. </button>
  54. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ysS-2k-HPo">
  55. <rect key="frame" x="398" y="11" width="75" height="32"/>
  56. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="bUa-ym-CA2">
  57. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  58. <font key="font" metaFont="system"/>
  59. <string key="keyEquivalent" base64-UTF8="YES">
  60. DQ
  61. </string>
  62. </buttonCell>
  63. <connections>
  64. <action selector="buttonClicked_OK:" target="-2" id="IrN-3B-w5a"/>
  65. </connections>
  66. </button>
  67. </subviews>
  68. <constraints>
  69. <constraint firstItem="Ss5-2o-1Dn" firstAttribute="leading" secondItem="oE7-Dp-pX1" secondAttribute="leading" id="AYz-zn-Tfh"/>
  70. <constraint firstItem="Ss5-2o-1Dn" firstAttribute="top" secondItem="oE7-Dp-pX1" secondAttribute="bottom" constant="20" id="QuX-dn-jrK"/>
  71. <constraint firstItem="oE7-Dp-pX1" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="18" id="SRI-Wr-uxY"/>
  72. <constraint firstItem="oE7-Dp-pX1" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="24" id="SSp-26-c91"/>
  73. <constraint firstAttribute="trailing" secondItem="ysS-2k-HPo" secondAttribute="trailing" constant="14" id="V1E-Gh-5w6"/>
  74. <constraint firstItem="zsE-FI-kaQ" firstAttribute="top" secondItem="Ss5-2o-1Dn" secondAttribute="bottom" constant="15" id="e23-IR-hgF"/>
  75. <constraint firstItem="ysS-2k-HPo" firstAttribute="centerY" secondItem="zsE-FI-kaQ" secondAttribute="centerY" id="kaY-5L-ENc"/>
  76. <constraint firstAttribute="bottom" secondItem="ysS-2k-HPo" secondAttribute="bottom" constant="18" id="nOi-GR-wAx"/>
  77. <constraint firstItem="ysS-2k-HPo" firstAttribute="leading" secondItem="zsE-FI-kaQ" secondAttribute="trailing" constant="14" id="xam-1O-CR5"/>
  78. </constraints>
  79. </view>
  80. <connections>
  81. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  82. </connections>
  83. <point key="canvasLocation" x="-100" y="114"/>
  84. </window>
  85. </objects>
  86. </document>