SettingViewController.xib 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="SettingViewController" customModule="KdanAuto" customModuleProvider="target">
  10. <connections>
  11. <outlet property="originPathBtn" destination="fOa-Eb-YOX" id="WOD-U8-MZj"/>
  12. <outlet property="originPathTF" destination="3hj-Iu-skR" id="XBk-z0-ChP"/>
  13. <outlet property="sdkChangeAlertLbl" destination="vW8-bS-RTC" id="tQD-On-zg1"/>
  14. <outlet property="sdkPopBtn" destination="tBW-EJ-I8e" id="dSF-0I-Yku"/>
  15. <outlet property="view" destination="6UO-s2-2gI" id="Anz-wg-Gsp"/>
  16. <outlet property="window" destination="Mtt-fY-Y6u" id="ebY-tg-SzD"/>
  17. </connections>
  18. </customObject>
  19. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  20. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  21. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="" animationBehavior="default" id="Mtt-fY-Y6u">
  22. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  23. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  24. <rect key="contentRect" x="196" y="239" width="479" height="158"/>
  25. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1175"/>
  26. <view key="contentView" id="6UO-s2-2gI">
  27. <rect key="frame" x="0.0" y="0.0" width="479" height="158"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <subviews>
  30. <view id="oMy-XG-cue">
  31. <rect key="frame" x="0.0" y="0.0" width="479" height="158"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sGm-pJ-h82">
  35. <rect key="frame" x="18" y="123" width="141" height="22"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  37. <textFieldCell key="cell" lineBreakMode="clipping" title="测试文档路径选择:" id="U1q-Rt-Rfs">
  38. <font key="font" metaFont="systemSemibold" size="13"/>
  39. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  40. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  41. </textFieldCell>
  42. </textField>
  43. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QzR-fG-S65">
  44. <rect key="frame" x="36" y="83" width="100" height="16"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  46. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="测试根目录:" id="1fO-bs-ZOp">
  47. <font key="font" metaFont="system"/>
  48. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  49. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  50. </textFieldCell>
  51. </textField>
  52. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3hj-Iu-skR">
  53. <rect key="frame" x="142" y="80" width="273" height="21"/>
  54. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  55. <textFieldCell key="cell" lineBreakMode="truncatingHead" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" baseWritingDirection="leftToRight" alignment="left" drawsBackground="YES" id="jaV-R5-1Pd">
  56. <font key="font" metaFont="system"/>
  57. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  58. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  59. </textFieldCell>
  60. </textField>
  61. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fOa-Eb-YOX">
  62. <rect key="frame" x="412" y="74" width="46" height="32"/>
  63. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  64. <buttonCell key="cell" type="push" title="..." bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="P1Z-nl-NoM">
  65. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  66. <font key="font" metaFont="system"/>
  67. </buttonCell>
  68. <connections>
  69. <action selector="pathSelected:" target="-2" id="AfD-Ba-ABf"/>
  70. </connections>
  71. </button>
  72. <textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" id="vW8-bS-RTC">
  73. <rect key="frame" x="48" y="12" width="405" height="16"/>
  74. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  75. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="SDK已切换成功,请重新开启 App." id="N0B-m5-M36">
  76. <font key="font" metaFont="system"/>
  77. <color key="textColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
  78. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  79. </textFieldCell>
  80. </textField>
  81. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jkS-4h-DkT">
  82. <rect key="frame" x="35" y="40" width="100" height="16"/>
  83. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  84. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="SDK版本:" id="jez-IC-6ZS">
  85. <font key="font" metaFont="system"/>
  86. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  87. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  88. </textFieldCell>
  89. </textField>
  90. <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tBW-EJ-I8e">
  91. <rect key="frame" x="138" y="32" width="281" height="25"/>
  92. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  93. <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="IUB-3x-UlD" id="8j1-xF-LgH">
  94. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  95. <font key="font" metaFont="menu"/>
  96. <menu key="menu" id="bAf-r7-Z5G">
  97. <items>
  98. <menuItem title="Item 1" state="on" id="IUB-3x-UlD"/>
  99. <menuItem title="Item 2" id="2Xd-FZ-0CO"/>
  100. <menuItem title="Item 3" id="G8Y-VS-GyY"/>
  101. </items>
  102. </menu>
  103. </popUpButtonCell>
  104. <connections>
  105. <action selector="sdkChangeAction:" target="-2" id="D3z-rF-TCp"/>
  106. </connections>
  107. </popUpButton>
  108. </subviews>
  109. </view>
  110. </subviews>
  111. </view>
  112. <connections>
  113. <outlet property="delegate" destination="-2" id="lZI-2d-PkW"/>
  114. </connections>
  115. <point key="canvasLocation" x="-73.5" y="-94"/>
  116. </window>
  117. </objects>
  118. </document>