FirmwareUpdateController.xib
4.61キロバイト
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FirmwareUpdateController">
<connections>
<outlet property="lblStateMCUWrite" destination="4iS-Ml-6zs" id="O5y-do-L3o"/>
<outlet property="view" destination="Dee-Uj-9dH" id="pHd-FJ-YjS"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="Dee-Uj-9dH">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FCe-34-Low">
<rect key="frame" x="118" y="165" width="138" height="30"/>
<state key="normal" title="選択して書込み開始"/>
<connections>
<action selector="mcuWriteButtonClicked:" destination="-1" eventType="touchUpInside" id="mav-u1-ZQe"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="書き込み:なし" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4iS-Ml-6zs">
<rect key="frame" x="126" y="111" width="122" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="SZv-OE-aWd">
<rect key="frame" x="0.0" y="23" width="375" height="44"/>
<items>
<navigationItem title="ファームウェア更新" id="uhQ-pe-SM8">
<barButtonItem key="leftBarButtonItem" title="戻る" id="48U-xg-bRO">
<connections>
<action selector="cancelButtonClicked:" destination="-1" id="fys-Tk-uSB"/>
</connections>
</barButtonItem>
</navigationItem>
</items>
</navigationBar>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="4iS-Ml-6zs" firstAttribute="top" secondItem="SZv-OE-aWd" secondAttribute="bottom" constant="44" id="8bo-uQ-mYp"/>
<constraint firstItem="FCe-34-Low" firstAttribute="top" secondItem="4iS-Ml-6zs" secondAttribute="bottom" constant="33" id="9dJ-NV-aIu"/>
<constraint firstItem="4iS-Ml-6zs" firstAttribute="centerX" secondItem="FCe-34-Low" secondAttribute="centerX" id="Lt9-oI-Js3"/>
<constraint firstAttribute="trailing" secondItem="SZv-OE-aWd" secondAttribute="trailing" id="PHa-jh-RdD"/>
<constraint firstItem="4iS-Ml-6zs" firstAttribute="centerX" secondItem="SZv-OE-aWd" secondAttribute="centerX" id="ZFH-JH-KIM"/>
<constraint firstItem="SZv-OE-aWd" firstAttribute="top" secondItem="Dee-Uj-9dH" secondAttribute="top" constant="23" id="ak4-yS-Orr"/>
<constraint firstItem="SZv-OE-aWd" firstAttribute="leading" secondItem="Dee-Uj-9dH" secondAttribute="leading" id="nZt-Jg-g8l"/>
</constraints>
<point key="canvasLocation" x="21.5" y="-37.5"/>
</view>
</objects>
</document>