ASSelectPropertyCell.xib 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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"/>
  10. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  11. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  12. <customView id="c22-O7-iKe" customClass="ASSelectPropertyCell" customModule="KdanAuto" customModuleProvider="target">
  13. <rect key="frame" x="0.0" y="0.0" width="537" height="35"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  15. <subviews>
  16. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="6Ly-h0-iEb">
  17. <rect key="frame" x="10" y="10" width="150" height="16"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  19. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="OCR Language:" id="WSS-P2-qfE">
  20. <font key="font" usesAppearanceFont="YES"/>
  21. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  22. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  23. </textFieldCell>
  24. </textField>
  25. <comboBox verticalHuggingPriority="750" fixedFrame="YES" id="yrT-UH-aJd">
  26. <rect key="frame" x="174" y="4" width="346" height="23"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  28. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="YnP-SE-hbn">
  29. <font key="font" metaFont="system"/>
  30. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  31. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  32. <objectValues>
  33. <string>Item 1</string>
  34. <string>Item 2</string>
  35. <string>Item 3</string>
  36. </objectValues>
  37. </comboBoxCell>
  38. </comboBox>
  39. </subviews>
  40. <connections>
  41. <outlet property="m_comboBox" destination="yrT-UH-aJd" id="ORM-jG-Axt"/>
  42. <outlet property="m_titleLbl" destination="6Ly-h0-iEb" id="0h9-zk-dHQ"/>
  43. </connections>
  44. <point key="canvasLocation" x="142.5" y="31.5"/>
  45. </customView>
  46. </objects>
  47. </document>