NTESAudio2TextViewController.xib 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7703"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="NTESAudio2TextViewController">
  9. <connections>
  10. <outlet property="cancelBtn" destination="sK0-gU-oAU" id="aYa-Nk-LF1"/>
  11. <outlet property="errorTipView" destination="gwT-eL-EMw" id="cQ2-zF-VkE"/>
  12. <outlet property="textView" destination="Bk1-92-HYJ" id="QbI-u3-znJ"/>
  13. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  14. </connections>
  15. </placeholder>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  17. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="center" id="Bk1-92-HYJ">
  22. <rect key="frame" x="20" y="70" width="280" height="456"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  25. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="34"/>
  27. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  28. </textView>
  29. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="sK0-gU-oAU">
  30. <rect key="frame" x="10" y="512" width="300" height="40"/>
  31. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  32. <state key="normal" title="取消" backgroundImage="icon_cell_red_normal">
  33. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  34. </state>
  35. <state key="highlighted" backgroundImage="icon_cell_red_pressed"/>
  36. <connections>
  37. <action selector="cancelTrans:" destination="-1" eventType="touchUpInside" id="Kwx-G3-9w6"/>
  38. </connections>
  39. </button>
  40. </subviews>
  41. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  42. <nil key="simulatedTopBarMetrics"/>
  43. <simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina4"/>
  44. <point key="canvasLocation" x="488" y="274"/>
  45. </view>
  46. <view contentMode="scaleToFill" id="gwT-eL-EMw">
  47. <rect key="frame" x="0.0" y="0.0" width="320" height="155"/>
  48. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  49. <subviews>
  50. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="语音转化失败" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="bGw-4c-Bih">
  51. <rect key="frame" x="110" y="134" width="102" height="21"/>
  52. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
  53. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  54. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  55. <nil key="highlightedColor"/>
  56. </label>
  57. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_error" id="QHy-SH-Ywn">
  58. <rect key="frame" x="102" y="0.0" width="119" height="119"/>
  59. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  60. </imageView>
  61. </subviews>
  62. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  63. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  64. <point key="canvasLocation" x="488" y="680.5"/>
  65. </view>
  66. </objects>
  67. <resources>
  68. <image name="icon_cell_red_normal" width="304" height="45"/>
  69. <image name="icon_cell_red_pressed" width="304" height="45"/>
  70. <image name="icon_error" width="119" height="119"/>
  71. </resources>
  72. <simulatedMetricsContainer key="defaultSimulatedMetrics">
  73. <simulatedStatusBarMetrics key="statusBar"/>
  74. <simulatedOrientationMetrics key="orientation"/>
  75. <simulatedScreenMetrics key="destination" type="retina4"/>
  76. </simulatedMetricsContainer>
  77. </document>