ASSizePropertyCell.xib 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="ASSizePropertyCell" 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. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="GUM-Lb-3mG">
  26. <rect key="frame" x="164" y="10" width="306" height="16"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  28. <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="W= H= " id="RZU-Ov-kKB">
  29. <font key="font" usesAppearanceFont="YES"/>
  30. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  31. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  32. </textFieldCell>
  33. </textField>
  34. <textField verticalHuggingPriority="750" id="bvQ-r4-93y">
  35. <rect key="frame" x="184" y="8" width="45" height="21"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  37. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" title="100" bezelStyle="round" id="b1f-P0-XSh">
  38. <font key="font" metaFont="system"/>
  39. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  40. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  41. </textFieldCell>
  42. </textField>
  43. <textField verticalHuggingPriority="750" id="gQj-be-3dy">
  44. <rect key="frame" x="250" y="8" width="45" height="21"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  46. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" title="100" bezelStyle="round" id="2Ow-L2-Fha">
  47. <font key="font" metaFont="system"/>
  48. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  49. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  50. </textFieldCell>
  51. </textField>
  52. </subviews>
  53. <connections>
  54. <outlet property="m_hTF" destination="gQj-be-3dy" id="8YL-aA-H7A"/>
  55. <outlet property="m_titleLbl" destination="6Ly-h0-iEb" id="0h9-zk-dHQ"/>
  56. <outlet property="m_wTF" destination="bvQ-r4-93y" id="qDR-Qb-DBj"/>
  57. </connections>
  58. <point key="canvasLocation" x="142.5" y="31.5"/>
  59. </customView>
  60. </objects>
  61. </document>