Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
5.6KB

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
  5. </dependencies>
  6. <objects>
  7. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PresetSaveViewController">
  8. <connections>
  9. <outlet property="containerView" destination="SIT-sP-q5k" id="Pam-4d-cjt"/>
  10. <outlet property="presetName" destination="4mQ-Y5-WZh" id="MJT-bn-9QR"/>
  11. <outlet property="view" destination="2" id="0Me-yB-Sts"/>
  12. </connections>
  13. </placeholder>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
  16. <rect key="frame" x="0.0" y="0.0" width="1024" height="768"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <view opaque="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SIT-sP-q5k">
  20. <rect key="frame" x="256" y="192" width="512" height="104"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  22. <subviews>
  23. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Preset Name :" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EGr-Dl-Wf3">
  24. <rect key="frame" x="20" y="20" width="119" height="21"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="4mQ-Y5-WZh">
  31. <rect key="frame" x="147" y="16" width="345" height="30"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  34. <textInputTraits key="textInputTraits"/>
  35. <connections>
  36. <outlet property="delegate" destination="-1" id="LIF-nc-eQa"/>
  37. </connections>
  38. </textField>
  39. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v51-mb-0Tu">
  40. <rect key="frame" x="446" y="71" width="46" height="30"/>
  41. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  43. <state key="normal" title="Save"/>
  44. <connections>
  45. <action selector="save:" destination="-1" eventType="touchUpInside" id="J1n-Ix-DQA"/>
  46. </connections>
  47. </button>
  48. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SBt-7v-tI9">
  49. <rect key="frame" x="20" y="71" width="54" height="30"/>
  50. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  51. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  52. <state key="normal" title="Cancel">
  53. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  54. </state>
  55. <connections>
  56. <action selector="cancel:" destination="-1" eventType="touchUpInside" id="ibs-yW-oi5"/>
  57. </connections>
  58. </button>
  59. </subviews>
  60. <color key="backgroundColor" white="1" alpha="0.95000000000000007" colorSpace="custom" customColorSpace="calibratedWhite"/>
  61. </view>
  62. </subviews>
  63. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="calibratedWhite"/>
  64. <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
  65. </view>
  66. </objects>
  67. </document>