VLCWiFiUploadTableViewCell.xib 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment defaultVersion="1552" identifier="iOS"/>
  5. <development version="5000" identifier="xcode"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="WiFiMenuCell" rowHeight="46" id="3" customClass="VLCWiFiUploadTableViewCell">
  12. <rect key="frame" x="0.0" y="0.0" width="260" height="50"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3" id="qYq-WE-nye">
  15. <rect key="frame" x="0.0" y="0.0" width="260" height="49"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="HTTP Upload" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" id="28">
  19. <rect key="frame" x="50" y="5" width="203" height="21"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  21. <color key="backgroundColor" white="0.17000000000000001" alpha="1" colorSpace="calibratedWhite"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  23. <color key="textColor" red="0.76862745099999996" green="0.80000000000000004" blue="0.85490196080000003" alpha="1" colorSpace="calibratedRGB"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Inactive Server" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" id="30">
  27. <rect key="frame" x="50" y="24" width="203" height="21"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  29. <color key="backgroundColor" white="0.17000000000000001" alpha="1" colorSpace="calibratedWhite"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  31. <color key="textColor" red="0.76862745099999996" green="0.80000000000000004" blue="0.85490196080000003" alpha="1" colorSpace="calibratedRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <button opaque="NO" contentMode="center" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="34">
  35. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  37. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  38. <state key="normal" image="WifiUp.png">
  39. <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
  40. <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
  41. </state>
  42. <state key="highlighted">
  43. <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  44. </state>
  45. </button>
  46. </subviews>
  47. </tableViewCellContentView>
  48. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  49. <connections>
  50. <outlet property="serverOnButton" destination="34" id="36"/>
  51. <outlet property="titleLabel" destination="28" id="32"/>
  52. <outlet property="uploadAddressLabel" destination="30" id="33"/>
  53. </connections>
  54. </tableViewCell>
  55. </objects>
  56. <resources>
  57. <image name="WifiUp.png" width="16" height="29"/>
  58. </resources>
  59. </document>