AddProjectWC.xib 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
  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="AddProjectWC">
  10. <connections>
  11. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <window title="新增工程" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="documentWindow" id="F0z-JX-Cv5">
  17. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  18. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  19. <rect key="contentRect" x="196" y="240" width="480" height="199"/>
  20. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1177"/>
  21. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  22. <rect key="frame" x="0.0" y="0.0" width="480" height="199"/>
  23. <autoresizingMask key="autoresizingMask"/>
  24. <subviews>
  25. <textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lkH-uo-4nd">
  26. <rect key="frame" x="10" y="148" width="102" height="17"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  28. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="名字:" id="VIF-Wj-9pn">
  29. <font key="font" size="13" name=".PingFangSC-Regular"/>
  30. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  31. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  32. </textFieldCell>
  33. </textField>
  34. <textField hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="WnV-8k-WUj">
  35. <rect key="frame" x="118" y="144" width="278" height="22"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  37. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="v0t-Gw-pYb">
  38. <font key="font" metaFont="message"/>
  39. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  40. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  41. </textFieldCell>
  42. <connections>
  43. <binding destination="Zyh-7W-eGx" name="value" keyPath="selection.projectName" id="O92-p1-37h">
  44. <dictionary key="options">
  45. <bool key="NSContinuouslyUpdatesValue" value="YES"/>
  46. </dictionary>
  47. </binding>
  48. </connections>
  49. </textField>
  50. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gs2-EA-Npm">
  51. <rect key="frame" x="23" y="34" width="434" height="36"/>
  52. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  53. <buttonCell key="cell" type="square" title="保存 (⌘S)" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="jsH-6G-kac">
  54. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  55. <font key="font" size="13" name=".PingFangSC-Regular"/>
  56. <string key="keyEquivalent">s</string>
  57. <modifierMask key="keyEquivalentModifierMask" command="YES"/>
  58. </buttonCell>
  59. <connections>
  60. <action selector="onSaveBtn:" target="-2" id="uhk-wU-Vn3"/>
  61. </connections>
  62. </button>
  63. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ef4-0j-vNd">
  64. <rect key="frame" x="10" y="118" width="102" height="17"/>
  65. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  66. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="包名:" id="5aN-z6-5SO">
  67. <font key="font" size="13" name=".PingFangSC-Regular"/>
  68. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  69. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  70. </textFieldCell>
  71. </textField>
  72. <textField verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wuV-FV-aaS">
  73. <rect key="frame" x="118" y="114" width="278" height="22"/>
  74. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  75. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="NaJ-lK-Ips">
  76. <font key="font" metaFont="message"/>
  77. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  78. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  79. </textFieldCell>
  80. <connections>
  81. <binding destination="Zyh-7W-eGx" name="value" keyPath="selection.package" id="shd-Pf-aDT">
  82. <dictionary key="options">
  83. <bool key="NSContinuouslyUpdatesValue" value="YES"/>
  84. </dictionary>
  85. </binding>
  86. </connections>
  87. </textField>
  88. </subviews>
  89. </view>
  90. <connections>
  91. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  92. </connections>
  93. <point key="canvasLocation" x="-197" y="9.5"/>
  94. </window>
  95. <objectController objectClassName="ProjectInfo" automaticallyPreparesContent="YES" id="Zyh-7W-eGx" userLabel="ocBean">
  96. <connections>
  97. <binding destination="-2" name="contentObject" keyPath="self.ocBean.content" id="gng-K0-lt9"/>
  98. </connections>
  99. </objectController>
  100. </objects>
  101. </document>