SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/CheatSearch.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="24093.7" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="24093.7"/>
6 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="GBCheatSearchController">
10 <connections>
11 <outlet property="addCheatButton" destination="o1I-5D-V4k" id="lRE-uQ-vul"/>
12 <outlet property="conditionField" destination="XN7-BO-THS" id="vzh-y2-CcN"/>
13 <outlet property="conditionTypeButton" destination="6RO-h8-lZ8" id="5wx-NY-lbK"/>
14 <outlet property="dataTypeButton" destination="5Db-vP-S60" id="wdR-m7-fEI"/>
15 <outlet property="operandField" destination="Q42-Vu-TJW" id="hRn-67-UmU"/>
16 <outlet property="resultsLabel" destination="wbN-MX-lEy" id="gJB-fD-eKK"/>
17 <outlet property="tableView" destination="fSU-85-fVM" id="1kO-kP-yBb"/>
18 <outlet property="window" destination="QvC-M9-y7g" id="g09-DO-GsE"/>
19 </connections>
20 </customObject>
21 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
22 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
23 <window title="Cheat Search" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="GBPanel">
24 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
25 <rect key="contentRect" x="196" y="240" width="480" height="372"/>
26 <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
27 <value key="minSize" type="size" width="480" height="372"/>
28 <value key="maxSize" type="size" width="480" height="99999"/>
29 <view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
30 <rect key="frame" x="0.0" y="0.0" width="480" height="372"/>
31 <autoresizingMask key="autoresizingMask"/>
32 <subviews>
33 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Fvf-Co-5Ga">
34 <rect key="frame" x="-1" y="155" width="482" height="218"/>
35 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
36 <clipView key="contentView" drawsBackground="NO" id="1kJ-HR-keu">
37 <rect key="frame" x="1" y="1" width="480" height="216"/>
38 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
39 <subviews>
40 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" tableStyle="plain" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="24" headerView="oyv-sh-ulk" id="fSU-85-fVM">
41 <rect key="frame" x="0.0" y="0.0" width="480" height="188"/>
42 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
43 <size key="intercellSpacing" width="17" height="0.0"/>
44 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
45 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
46 <tableColumns>
47 <tableColumn identifier="AutomaticTableColumnIdentifier.0" editable="NO" width="143" minWidth="40" maxWidth="1000" id="8z0-o5-dNI">
48 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Address">
49 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
50 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
51 </tableHeaderCell>
52 <textFieldCell key="dataCell" controlSize="large" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" title="Text Cell" id="bmG-fw-HDR" customClass="GBCenteredTextCell">
53 <font key="font" metaFont="system"/>
54 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
55 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
56 </textFieldCell>
57 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
58 </tableColumn>
59 <tableColumn identifier="AutomaticTableColumnIdentifier.1" editable="NO" width="143" minWidth="40" maxWidth="1000" id="mBc-yv-f00">
60 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Previous Value">
61 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
62 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
63 </tableHeaderCell>
64 <textFieldCell key="dataCell" controlSize="large" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" title="Text Cell" id="BSe-S3-KNH" customClass="GBCenteredTextCell">
65 <font key="font" metaFont="system"/>
66 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
67 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
68 </textFieldCell>
69 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
70 </tableColumn>
71 <tableColumn width="143" minWidth="10" maxWidth="3.4028234663852886e+38" id="F7j-ck-3H0">
72 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Current Value">
73 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
74 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
75 </tableHeaderCell>
76 <textFieldCell key="dataCell" controlSize="large" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="wjH-Ei-6hv" customClass="GBCenteredTextCell">
77 <font key="font" metaFont="system"/>
78 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
79 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
80 </textFieldCell>
81 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
82 </tableColumn>
83 </tableColumns>
84 <connections>
85 <outlet property="dataSource" destination="-2" id="Yqt-V5-OkG"/>
86 <outlet property="delegate" destination="-2" id="TRM-gh-TG4"/>
87 </connections>
88 </tableView>
89 </subviews>
90 <nil key="backgroundColor"/>
91 </clipView>
92 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="ZbQ-IG-kyP">
93 <rect key="frame" x="1" y="201" width="480" height="16"/>
94 <autoresizingMask key="autoresizingMask"/>
95 </scroller>
96 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="wK3-8v-kAQ">
97 <rect key="frame" x="224" y="17" width="15" height="102"/>
98 <autoresizingMask key="autoresizingMask"/>
99 </scroller>
100 <tableHeaderView key="headerView" wantsLayer="YES" id="oyv-sh-ulk">
101 <rect key="frame" x="0.0" y="0.0" width="480" height="28"/>
102 <autoresizingMask key="autoresizingMask"/>
103 </tableHeaderView>
104 </scrollView>
105 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="KdM-lW-WbP">
106 <rect key="frame" x="371" y="24" width="96" height="32"/>
107 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
108 <buttonCell key="cell" type="push" title="Search" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="t4Y-Ud-mJm">
109 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
110 <font key="font" metaFont="system"/>
111 </buttonCell>
112 <connections>
113 <action selector="search:" target="-2" id="7pG-JY-vEF"/>
114 </connections>
115 </button>
116 <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fTv-nr-5FT">
117 <rect key="frame" x="6" y="95" width="124" height="17"/>
118 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
119 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" alignment="right" title="Search Condition:" id="9C2-Xp-JIA">
120 <font key="font" metaFont="system"/>
121 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
122 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
123 </textFieldCell>
124 </textField>
125 <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vMd-zb-8jT">
126 <rect key="frame" x="6" y="64" width="124" height="17"/>
127 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
128 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" alignment="right" title="Expression:" id="Jgg-sA-jjs">
129 <font key="font" metaFont="system"/>
130 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
131 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
132 </textFieldCell>
133 </textField>
134 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5Db-vP-S60">
135 <rect key="frame" x="133" y="120" width="197" height="25"/>
136 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
137 <popUpButtonCell key="cell" type="push" title="8-Bit" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="al4-Jb-OJB" id="dkg-V5-wsX">
138 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
139 <font key="font" metaFont="message"/>
140 <menu key="menu" id="e5r-qR-pg7">
141 <items>
142 <menuItem title="8-Bit" state="on" id="al4-Jb-OJB"/>
143 <menuItem title="16-Bit" tag="1" id="G2m-fU-8Lt"/>
144 <menuItem title="16-Bit (Big Endian)" tag="3" id="JRa-DB-dyG"/>
145 </items>
146 </menu>
147 </popUpButtonCell>
148 </popUpButton>
149 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6RO-h8-lZ8">
150 <rect key="frame" x="133" y="89" width="197" height="25"/>
151 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
152 <popUpButtonCell key="cell" type="push" title="Is Equal To…" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Vfb-Dg-Jkb" id="DPm-QO-c64">
153 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
154 <font key="font" metaFont="message"/>
155 <menu key="menu" id="Kg9-Rd-1GQ">
156 <items>
157 <menuItem title="Any" id="cEg-eI-4hb"/>
158 <menuItem title="Is Equal To…" state="on" id="Vfb-Dg-Jkb"/>
159 <menuItem title="Is Different From…" id="JDg-d9-5Ux"/>
160 <menuItem title="Is Greater Than…" id="Rir-w0-737"/>
161 <menuItem title="Is Equal or Greater Than…" id="Lvo-pV-Syt"/>
162 <menuItem title="Is Less Than…" id="VUW-DY-2cI"/>
163 <menuItem title="Is Equal or Less Than…" id="rDN-UF-tIo"/>
164 <menuItem title="Did Change" id="JdI-CW-E8H"/>
165 <menuItem title="Did Not Change" id="sWc-Yz-Cve"/>
166 <menuItem title="Did Increase" id="LHF-Lf-7tK"/>
167 <menuItem title="Did Decrease" id="8s2-8n-aQO"/>
168 <menuItem title="Custom…" id="8xc-2v-YQj"/>
169 </items>
170 </menu>
171 </popUpButtonCell>
172 <connections>
173 <action selector="conditionChanged:" target="-2" id="KF9-vz-yNC"/>
174 </connections>
175 </popUpButton>
176 <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Q42-Vu-TJW">
177 <rect key="frame" x="334" y="93" width="126" height="21"/>
178 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
179 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" continuous="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" title="$0" drawsBackground="YES" usesSingleLineMode="YES" id="WDs-GG-7Lc">
180 <font key="font" metaFont="system"/>
181 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
182 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
183 <allowedInputSourceLocales>
184 <string>NSAllRomanInputSourcesLocaleIdentifier</string>
185 </allowedInputSourceLocales>
186 </textFieldCell>
187 <connections>
188 <action selector="search:" target="-2" id="BDa-5j-qEz"/>
189 <outlet property="delegate" destination="-2" id="1bO-hp-igc"/>
190 </connections>
191 </textField>
192 <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XN7-BO-THS">
193 <rect key="frame" x="136" y="62" width="324" height="21"/>
194 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
195 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" borderStyle="bezel" title="new == ($0)" drawsBackground="YES" usesSingleLineMode="YES" id="Krh-8w-4ug">
196 <font key="font" metaFont="system"/>
197 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
198 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
199 <allowedInputSourceLocales>
200 <string>NSAllRomanInputSourcesLocaleIdentifier</string>
201 </allowedInputSourceLocales>
202 </textFieldCell>
203 <connections>
204 <action selector="search:" target="-2" id="sv5-eX-Kb9"/>
205 </connections>
206 </textField>
207 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tBa-6c-9AY">
208 <rect key="frame" x="13" y="24" width="96" height="32"/>
209 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
210 <buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Pge-SU-Y1n">
211 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
212 <font key="font" metaFont="system"/>
213 </buttonCell>
214 <connections>
215 <action selector="reset:" target="-2" id="KCy-Ob-tlg"/>
216 </connections>
217 </button>
218 <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wbN-MX-lEy">
219 <rect key="frame" x="-3" y="4" width="486" height="14"/>
220 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
221 <textFieldCell key="cell" controlSize="small" lineBreakMode="clipping" alignment="center" title="Status" id="CM3-4U-qao">
222 <font key="font" metaFont="smallSystem"/>
223 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
224 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
225 </textFieldCell>
226 </textField>
227 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="o1I-5D-V4k">
228 <rect key="frame" x="264" y="24" width="110" height="32"/>
229 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
230 <buttonCell key="cell" type="push" title="Add Cheat" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="GGV-nm-ASn">
231 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
232 <font key="font" metaFont="system"/>
233 </buttonCell>
234 <connections>
235 <action selector="addCheat:" target="-2" id="7ax-kM-TeV"/>
236 </connections>
237 </button>
238 <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="veO-Qn-0Sz">
239 <rect key="frame" x="6" y="126" width="124" height="17"/>
240 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
241 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Data Type:" id="KuT-rz-eHm">
242 <font key="font" metaFont="system"/>
243 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
244 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
245 </textFieldCell>
246 </textField>
247 </subviews>
248 </view>
249 <contentBorderThickness minY="22"/>
250 <point key="canvasLocation" x="161" y="182"/>
251 </window>
252 </objects>
253 </document>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.