blob: 458dccebe78ccebe2a703de966a0db8da6b93e6c [file] [log] [blame]
Alexandre Lision4de68ce2015-04-24 18:22:49 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision51ff1492016-04-15 11:38:37 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lision4de68ce2015-04-24 18:22:49 -04003 <dependencies>
Alexandre Lision51ff1492016-04-15 11:38:37 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="CertificateWC">
8 <connections>
9 <outlet property="window" destination="QvC-M9-y7g" id="bos-rN-Jgz"/>
10 </connections>
11 </customObject>
12 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
14 <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="QvC-M9-y7g">
15 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
16 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
17 <rect key="contentRect" x="196" y="240" width="601" height="388"/>
18 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1050"/>
19 <view key="contentView" id="EiT-Mj-1SZ">
20 <rect key="frame" x="0.0" y="0.0" width="601" height="388"/>
21 <autoresizingMask key="autoresizingMask"/>
22 <subviews>
23 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Oot-0X-jju">
24 <rect key="frame" x="20" y="54" width="561" height="135"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -040025 <clipView key="contentView" ambiguous="YES" id="rbk-gh-ueD">
26 <rect key="frame" x="1" y="0.0" width="559" height="134"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -040027 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
28 <subviews>
29 <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" headerView="MKo-as-RdY" viewBased="YES" indentationPerLevel="16" outlineTableColumn="UEk-iW-QGt" id="GQE-up-gwL">
Alexandre Lision51ff1492016-04-15 11:38:37 -040030 <rect key="frame" x="0.0" y="0.0" width="559" height="111"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -040031 <autoresizingMask key="autoresizingMask"/>
32 <size key="intercellSpacing" width="3" height="2"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -040033 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -040034 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
35 <tableColumns>
36 <tableColumn width="116" minWidth="40" maxWidth="1000" id="UEk-iW-QGt">
37 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
38 <font key="font" metaFont="smallSystem"/>
39 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
40 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
41 </tableHeaderCell>
42 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="G7a-wY-fOS">
43 <font key="font" metaFont="system"/>
44 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
45 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
46 </textFieldCell>
47 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
48 <prototypeCellViews>
49 <tableCellView id="EQf-hj-0zK">
50 <rect key="frame" x="1" y="1" width="116" height="17"/>
51 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
52 <subviews>
53 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qaS-Bh-sxP">
54 <rect key="frame" x="0.0" y="0.0" width="100" height="17"/>
55 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="Od1-pH-TGO">
56 <font key="font" metaFont="system"/>
57 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
58 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
59 </textFieldCell>
60 </textField>
61 </subviews>
62 <connections>
63 <outlet property="textField" destination="qaS-Bh-sxP" id="OtI-5l-esy"/>
64 </connections>
65 </tableCellView>
66 </prototypeCellViews>
67 </tableColumn>
68 <tableColumn width="437" minWidth="40" maxWidth="1000" id="09Y-Vz-ax6">
69 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
70 <font key="font" metaFont="smallSystem"/>
71 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
72 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
73 </tableHeaderCell>
74 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="RMj-fd-OsX">
75 <font key="font" metaFont="system"/>
76 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
78 </textFieldCell>
79 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
80 <prototypeCellViews>
81 <tableCellView id="ekp-aB-Wuv">
82 <rect key="frame" x="120" y="1" width="437" height="17"/>
83 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
84 <subviews>
85 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="A3p-Z8-Fhy">
86 <rect key="frame" x="0.0" y="0.0" width="100" height="17"/>
87 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="khh-uZ-Keh">
88 <font key="font" metaFont="system"/>
89 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
90 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
91 </textFieldCell>
92 </textField>
93 </subviews>
94 <connections>
95 <outlet property="textField" destination="A3p-Z8-Fhy" id="5Ui-kq-mhW"/>
96 </connections>
97 </tableCellView>
98 </prototypeCellViews>
99 </tableColumn>
100 </tableColumns>
101 </outlineView>
102 </subviews>
103 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
104 </clipView>
105 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="Gim-9c-e4f">
Alexandre Lision51ff1492016-04-15 11:38:37 -0400106 <rect key="frame" x="1" y="7" width="0.0" height="16"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400107 <autoresizingMask key="autoresizingMask"/>
108 </scroller>
109 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="Gdk-7j-Chx">
Alexandre Lision51ff1492016-04-15 11:38:37 -0400110 <rect key="frame" x="-15" y="23" width="16" height="0.0"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400111 <autoresizingMask key="autoresizingMask"/>
112 </scroller>
113 <tableHeaderView key="headerView" id="MKo-as-RdY">
Alexandre Lision51ff1492016-04-15 11:38:37 -0400114 <rect key="frame" x="0.0" y="0.0" width="559" height="23"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400115 <autoresizingMask key="autoresizingMask"/>
116 </tableHeaderView>
117 </scrollView>
118 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pXw-HJ-Apl">
119 <rect key="frame" x="505" y="13" width="82" height="32"/>
120 <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="x6p-u4-4Ot">
121 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
122 <font key="font" metaFont="system"/>
123 <string key="keyEquivalent" base64-UTF8="YES">
124DQ
125</string>
126 </buttonCell>
127 <connections>
128 <action selector="closePanel:" target="-2" id="0f6-l1-xBw"/>
129 </connections>
130 </button>
131 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yvG-8F-MvY">
132 <rect key="frame" x="18" y="351" width="177" height="17"/>
133 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Certificate information" id="BrE-Hz-sVE">
134 <font key="font" metaFont="systemBold"/>
135 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
136 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
137 </textFieldCell>
138 </textField>
139 </subviews>
140 </view>
141 <connections>
142 <outlet property="delegate" destination="-2" id="3wn-SC-48D"/>
143 </connections>
144 <point key="canvasLocation" x="167.5" y="128"/>
145 </window>
146 </objects>
147</document>