123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMStepperView" customModule="PDF_Office" customModuleProvider="target">
- <connections>
- <outlet property="downButton" destination="W52-HT-bxG" id="jNl-DF-Fht"/>
- <outlet property="downButtonWidth" destination="m7P-wh-gqk" id="to5-xe-HWb"/>
- <outlet property="horizontalLine" destination="XXW-qW-15h" id="sFl-LJ-QYC"/>
- <outlet property="horizontalLineHeight" destination="Wxj-RF-6Bd" id="dOf-oW-YQn"/>
- <outlet property="horizontalLineWidth" destination="WGa-Nt-p93" id="qPZ-yB-yaP"/>
- <outlet property="horizontalLine_mainBox_spacing" destination="apb-Yt-8bF" id="wT6-KS-aKW"/>
- <outlet property="mainBox" destination="iJS-ph-vfK" id="MP5-HB-ZGQ"/>
- <outlet property="mainBoxHeight" destination="UX8-Dc-l60" id="euH-Or-WWG"/>
- <outlet property="mainBoxWidth" destination="vix-44-KiK" id="98x-uS-a2p"/>
- <outlet property="mainBox_textfield_spacing" destination="b7A-WK-doZ" id="iX0-uo-PmF"/>
- <outlet property="mainBox_verticalLine_spacing" destination="Wvy-yJ-Rct" id="TpU-ta-dcn"/>
- <outlet property="textfield" destination="4ou-Sv-cze" id="2eb-P9-mGc"/>
- <outlet property="textfield_button_spacing" destination="6ze-4j-WUe" id="ZLp-cl-fJb"/>
- <outlet property="upButton" destination="oeA-HT-Kt6" id="sjr-xH-cZ7"/>
- <outlet property="upButtonWidth" destination="4yc-20-QTX" id="N6H-LI-vsc"/>
- <outlet property="verticalLine" destination="LRk-Mj-Gea" id="r5c-k8-dqT"/>
- <outlet property="verticalLineWidth" destination="mIw-RJ-mLp" id="H1J-w5-Pp6"/>
- <outlet property="verticalLine_mainBox_spacing" destination="zWn-14-cIJ" id="lS0-ga-GyV"/>
- <outlet property="view" destination="CYm-K4-4I1" id="hjS-Qa-a3R"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="CYm-K4-4I1">
- <rect key="frame" x="0.0" y="0.0" width="72" height="32"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="iJS-ph-vfK">
- <rect key="frame" x="0.0" y="0.0" width="72" height="32"/>
- <view key="contentView" id="gDc-Y2-489">
- <rect key="frame" x="1" y="1" width="70" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="LRk-Mj-Gea">
- <rect key="frame" x="49" y="0.0" width="1" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="1" id="mIw-RJ-mLp"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="XXW-qW-15h">
- <rect key="frame" x="50" y="15" width="20" height="1"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="WGa-Nt-p93"/>
- <constraint firstAttribute="height" constant="1" id="Wxj-RF-6Bd"/>
- </constraints>
- </customView>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oeA-HT-Kt6">
- <rect key="frame" x="50" y="16" width="20" height="14"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="4yc-20-QTX"/>
- </constraints>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="regularSquare" image="btn_arrow_gray_up_s_norm_on" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Fxl-22-Iw3">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="upButtonAction:" target="-2" id="abN-ah-Gkm"/>
- </connections>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W52-HT-bxG">
- <rect key="frame" x="50" y="0.0" width="20" height="15"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="m7P-wh-gqk"/>
- </constraints>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="btn_arrow_gray_down_s_norm_on" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="cHA-fe-fxp">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="downButtonAction:" target="-2" id="rB0-Me-Zl6"/>
- </connections>
- </button>
- <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4ou-Sv-cze">
- <rect key="frame" x="6" y="7" width="37" height="16"/>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="0" id="7hP-N0-Cs5">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="W52-HT-bxG" firstAttribute="height" secondItem="oeA-HT-Kt6" secondAttribute="height" id="4uQ-fz-fIJ"/>
- <constraint firstAttribute="trailing" secondItem="W52-HT-bxG" secondAttribute="trailing" id="5jH-9N-MqV"/>
- <constraint firstItem="LRk-Mj-Gea" firstAttribute="leading" secondItem="4ou-Sv-cze" secondAttribute="trailing" constant="8" id="6ze-4j-WUe"/>
- <constraint firstAttribute="trailing" secondItem="oeA-HT-Kt6" secondAttribute="trailing" id="W42-WU-62C"/>
- <constraint firstItem="LRk-Mj-Gea" firstAttribute="top" secondItem="gDc-Y2-489" secondAttribute="top" id="Wvy-yJ-Rct"/>
- <constraint firstAttribute="trailing" secondItem="XXW-qW-15h" secondAttribute="trailing" id="apb-Yt-8bF"/>
- <constraint firstItem="4ou-Sv-cze" firstAttribute="leading" secondItem="gDc-Y2-489" secondAttribute="leading" constant="8" id="b7A-WK-doZ"/>
- <constraint firstItem="oeA-HT-Kt6" firstAttribute="leading" secondItem="LRk-Mj-Gea" secondAttribute="trailing" id="hDP-SV-syE"/>
- <constraint firstItem="W52-HT-bxG" firstAttribute="top" secondItem="XXW-qW-15h" secondAttribute="bottom" id="hqz-al-AQG"/>
- <constraint firstAttribute="bottom" secondItem="W52-HT-bxG" secondAttribute="bottom" id="oLb-RE-6HF"/>
- <constraint firstItem="oeA-HT-Kt6" firstAttribute="top" secondItem="gDc-Y2-489" secondAttribute="top" id="rwV-ho-gHx"/>
- <constraint firstItem="XXW-qW-15h" firstAttribute="top" secondItem="oeA-HT-Kt6" secondAttribute="bottom" id="vvn-AZ-myd"/>
- <constraint firstItem="4ou-Sv-cze" firstAttribute="centerY" secondItem="gDc-Y2-489" secondAttribute="centerY" id="y9D-fS-ZdD"/>
- <constraint firstAttribute="bottom" secondItem="LRk-Mj-Gea" secondAttribute="bottom" id="zWn-14-cIJ"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="height" constant="32" id="UX8-Dc-l60"/>
- <constraint firstAttribute="width" constant="72" id="vix-44-KiK"/>
- </constraints>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="iJS-ph-vfK" secondAttribute="bottom" id="4vc-zO-YkS"/>
- <constraint firstItem="iJS-ph-vfK" firstAttribute="top" secondItem="CYm-K4-4I1" secondAttribute="top" id="Ydc-DN-cbi"/>
- <constraint firstAttribute="trailing" secondItem="iJS-ph-vfK" secondAttribute="trailing" id="dL3-EQ-Li8"/>
- <constraint firstItem="iJS-ph-vfK" firstAttribute="leading" secondItem="CYm-K4-4I1" secondAttribute="leading" id="wFp-vN-4gM"/>
- </constraints>
- <point key="canvasLocation" x="-218" y="298"/>
- </customView>
- </objects>
- <resources>
- <image name="btn_arrow_gray_down_s_norm_on" width="12" height="12"/>
- <image name="btn_arrow_gray_up_s_norm_on" width="12" height="12"/>
- </resources>
- </document>
|