aka RedditBar, Mac OS X menu bar reddit client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="14F1509" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner" customClass="PrefController">
  9. <connections>
  10. <outlet property="filterSelection" destination="FR2-RR-NOg" id="sOl-hW-dbV"/>
  11. <outlet property="launchOnLogin" destination="NCg-tC-aiT" id="wvF-RC-DV3"/>
  12. <outlet property="lengthField" destination="MAv-jO-hIv" id="tbQ-UG-2ew"/>
  13. <outlet property="lengthStepper" destination="jxz-fQ-M1L" id="NK5-G4-9UJ"/>
  14. <outlet property="password" destination="ARP-lb-J16" id="EDd-om-ciF"/>
  15. <outlet property="progress" destination="vz0-tR-n1f" id="t06-dO-WKY"/>
  16. <outlet property="refreshField" destination="2J7-SH-Grc" id="tsA-1R-BUz"/>
  17. <outlet property="refreshStepper" destination="uaS-Xm-tIa" id="1bf-OR-gsX"/>
  18. <outlet property="reloadAfterVisit" destination="gmF-24-Psn" id="DMH-sN-L96"/>
  19. <outlet property="removeVisited" destination="v96-KH-55h" id="40H-g7-GRb"/>
  20. <outlet property="showSubreddit" destination="fRR-M9-szp" id="bGR-ej-R9R"/>
  21. <outlet property="subreddits" destination="EhP-FS-8dT" id="td1-kv-jQm"/>
  22. <outlet property="subscriptions" destination="vW5-Cp-Bm1" id="gja-K0-7Uh"/>
  23. <outlet property="titleField" destination="qju-1J-OOV" id="ujQ-C4-eeX"/>
  24. <outlet property="titleStepper" destination="2aV-fo-xh7" id="zEg-dP-fRJ"/>
  25. <outlet property="username" destination="0mi-88-o94" id="4bB-K2-q5m"/>
  26. <outlet property="win" destination="1" id="g0G-6q-WjE"/>
  27. </connections>
  28. </customObject>
  29. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  30. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  31. <window title="BaconBar Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="1" customClass="PrefWindow">
  32. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
  33. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  34. <rect key="contentRect" x="196" y="240" width="340" height="464"/>
  35. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
  36. <view key="contentView" id="2">
  37. <rect key="frame" x="0.0" y="0.0" width="340" height="464"/>
  38. <autoresizingMask key="autoresizingMask"/>
  39. <subviews>
  40. <textField verticalHuggingPriority="750" id="0mi-88-o94">
  41. <rect key="frame" x="120" y="424" width="200" height="22"/>
  42. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  43. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="xlI-hU-MqM">
  44. <font key="font" metaFont="system"/>
  45. <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
  46. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  47. </textFieldCell>
  48. </textField>
  49. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="f72-fM-yQc">
  50. <rect key="frame" x="18" y="429" width="96" height="17"/>
  51. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  52. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Username:" id="GTO-OP-MYS">
  53. <font key="font" metaFont="system"/>
  54. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  55. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  56. </textFieldCell>
  57. </textField>
  58. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="JMQ-a6-DKC">
  59. <rect key="frame" x="18" y="395" width="96" height="17"/>
  60. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  61. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Password:" id="m11-YF-fEa">
  62. <font key="font" metaFont="system"/>
  63. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  64. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  65. </textFieldCell>
  66. </textField>
  67. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="qFP-pd-32c">
  68. <rect key="frame" x="18" y="229" width="63" height="17"/>
  69. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  70. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Items:" id="FNJ-RL-DXT">
  71. <font key="font" metaFont="system"/>
  72. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  73. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  74. </textFieldCell>
  75. </textField>
  76. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="O82-1u-lSr">
  77. <rect key="frame" x="152" y="229" width="63" height="17"/>
  78. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  79. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Title:" id="Frl-AE-ROJ">
  80. <font key="font" metaFont="system"/>
  81. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  82. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  83. </textFieldCell>
  84. </textField>
  85. <secureTextField verticalHuggingPriority="750" id="ARP-lb-J16">
  86. <rect key="frame" x="120" y="392" width="200" height="22"/>
  87. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  88. <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" usesSingleLineMode="YES" id="We7-pG-rAt">
  89. <font key="font" metaFont="system"/>
  90. <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
  91. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  92. <allowedInputSourceLocales>
  93. <string>NSAllRomanInputSourcesLocaleIdentifier</string>
  94. </allowedInputSourceLocales>
  95. </secureTextFieldCell>
  96. </secureTextField>
  97. <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="8ew-wY-1Yh">
  98. <rect key="frame" x="20" y="254" width="300" height="100"/>
  99. <autoresizingMask key="autoresizingMask"/>
  100. <clipView key="contentView" copiesOnScroll="NO" id="ENU-Jw-8fO">
  101. <rect key="frame" x="1" y="1" width="298" height="98"/>
  102. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  103. <subviews>
  104. <textView editable="NO" importsGraphics="NO" richText="NO" findStyle="panel" allowsUndo="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" id="EhP-FS-8dT">
  105. <rect key="frame" x="0.0" y="0.0" width="298" height="98"/>
  106. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  107. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  108. <size key="minSize" width="298" height="98"/>
  109. <size key="maxSize" width="463" height="10000000"/>
  110. <color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  111. <size key="minSize" width="298" height="98"/>
  112. <size key="maxSize" width="463" height="10000000"/>
  113. </textView>
  114. </subviews>
  115. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  116. </clipView>
  117. <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="b1U-AL-HNy">
  118. <rect key="frame" x="-100" y="-100" width="87" height="18"/>
  119. <autoresizingMask key="autoresizingMask"/>
  120. </scroller>
  121. <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="z7j-r6-B6f">
  122. <rect key="frame" x="283" y="1" width="16" height="98"/>
  123. <autoresizingMask key="autoresizingMask"/>
  124. </scroller>
  125. </scrollView>
  126. <button id="XZM-90-hQ8">
  127. <rect key="frame" x="18" y="361" width="280" height="25"/>
  128. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  129. <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="vW5-Cp-Bm1">
  130. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  131. <font key="font" metaFont="system"/>
  132. </buttonCell>
  133. <connections>
  134. <action selector="toggleSubs:" target="-2" id="TPd-6W-xQv"/>
  135. </connections>
  136. </button>
  137. <textField verticalHuggingPriority="750" id="MAv-jO-hIv">
  138. <rect key="frame" x="87" y="226" width="38" height="22"/>
  139. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  140. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="10" drawsBackground="YES" id="0SD-Tf-uZS">
  141. <font key="font" metaFont="system"/>
  142. <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
  143. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  144. </textFieldCell>
  145. <connections>
  146. <action selector="lengthDidChange:" target="-2" id="fU0-l2-dIz"/>
  147. <outlet property="formatter" destination="zpc-oG-upp" id="cw1-hM-34K"/>
  148. </connections>
  149. </textField>
  150. <textField verticalHuggingPriority="750" id="qju-1J-OOV">
  151. <rect key="frame" x="221" y="226" width="38" height="22"/>
  152. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  153. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="66" drawsBackground="YES" id="b76-4r-MEp">
  154. <font key="font" metaFont="system"/>
  155. <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
  156. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  157. </textFieldCell>
  158. <connections>
  159. <action selector="titleDidChange:" target="-2" id="cOL-Pg-cXA"/>
  160. <outlet property="formatter" destination="hDb-Na-Vku" id="Sta-gL-Dug"/>
  161. </connections>
  162. </textField>
  163. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="jxz-fQ-M1L">
  164. <rect key="frame" x="130" y="223" width="19" height="27"/>
  165. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  166. <stepperCell key="cell" continuous="YES" alignment="left" minValue="1" maxValue="100" doubleValue="1" id="Gba-jV-Ouh"/>
  167. <connections>
  168. <action selector="lengthDidChange:" target="-2" id="CJm-58-seM"/>
  169. <outlet property="formatter" destination="zpc-oG-upp" id="nXg-hE-DQX"/>
  170. </connections>
  171. </stepper>
  172. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="2aV-fo-xh7">
  173. <rect key="frame" x="264" y="223" width="19" height="27"/>
  174. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  175. <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" doubleValue="1" id="BWQ-gm-H9h"/>
  176. <connections>
  177. <action selector="titleDidChange:" target="-2" id="l0Y-Mg-1KD"/>
  178. <outlet property="formatter" destination="hDb-Na-Vku" id="EL4-2q-XKw"/>
  179. </connections>
  180. </stepper>
  181. <progressIndicator canDrawConcurrently="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="vz0-tR-n1f">
  182. <rect key="frame" x="304" y="365" width="16" height="16"/>
  183. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  184. </progressIndicator>
  185. <button id="fRR-M9-szp">
  186. <rect key="frame" x="18" y="194" width="304" height="18"/>
  187. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  188. <buttonCell key="cell" type="check" title="Show Subreddit after Title" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="nFK-xi-2F3">
  189. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  190. <font key="font" metaFont="system"/>
  191. </buttonCell>
  192. </button>
  193. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="6zt-jq-NXJ">
  194. <rect key="frame" x="9" y="86" width="236" height="17"/>
  195. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  196. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="PM Refresh (in Minutes):" id="cwK-wP-wB6">
  197. <font key="font" metaFont="system"/>
  198. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  199. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  200. </textFieldCell>
  201. </textField>
  202. <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="paW-kV-tNF">
  203. <rect key="frame" x="14" y="111" width="316" height="5"/>
  204. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  205. <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
  206. <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  207. <font key="titleFont" metaFont="system"/>
  208. </box>
  209. <textField verticalHuggingPriority="750" id="2J7-SH-Grc">
  210. <rect key="frame" x="251" y="83" width="38" height="22"/>
  211. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  212. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="5" drawsBackground="YES" id="gZN-n2-TGX">
  213. <font key="font" metaFont="system"/>
  214. <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
  215. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  216. </textFieldCell>
  217. <connections>
  218. <action selector="refreshDidChange:" target="-2" id="Gzn-Nf-hhb"/>
  219. <outlet property="formatter" destination="Y11-Cs-X1g" id="m31-5r-Nka"/>
  220. </connections>
  221. </textField>
  222. <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="uaS-Xm-tIa">
  223. <rect key="frame" x="294" y="80" width="19" height="27"/>
  224. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  225. <stepperCell key="cell" continuous="YES" alignment="left" minValue="1" maxValue="100" doubleValue="1" id="rTZ-Zs-1eO"/>
  226. <connections>
  227. <action selector="refreshDidChange:" target="-2" id="4Di-oE-RDC"/>
  228. <outlet property="formatter" destination="Y11-Cs-X1g" id="hoL-jC-QPe"/>
  229. </connections>
  230. </stepper>
  231. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="cec-PF-2Hn">
  232. <rect key="frame" x="18" y="164" width="130" height="17"/>
  233. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  234. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Filter:" id="coc-11-MQH">
  235. <font key="font" metaFont="system"/>
  236. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  237. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  238. </textFieldCell>
  239. </textField>
  240. <popUpButton verticalHuggingPriority="750" id="FR2-RR-NOg">
  241. <rect key="frame" x="164" y="159" width="159" height="26"/>
  242. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  243. <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="zJW-6u-fHd">
  244. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  245. <font key="font" metaFont="menu"/>
  246. <menu key="menu" title="OtherViews" id="Ow7-gc-PGv">
  247. <items>
  248. <menuItem title="hot" id="sKV-FZ-wbQ">
  249. <modifierMask key="keyEquivalentModifierMask"/>
  250. </menuItem>
  251. <menuItem title="new" id="dxr-Ml-O8i">
  252. <modifierMask key="keyEquivalentModifierMask"/>
  253. </menuItem>
  254. </items>
  255. </menu>
  256. </popUpButtonCell>
  257. </popUpButton>
  258. <button id="v96-KH-55h">
  259. <rect key="frame" x="18" y="140" width="304" height="18"/>
  260. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  261. <buttonCell key="cell" type="check" title="Remove visited links" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="7KI-oO-Qcg">
  262. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  263. <font key="font" metaFont="system"/>
  264. </buttonCell>
  265. <connections>
  266. <action selector="removeVisitedToggled:" target="-2" id="dSw-IW-lQ9"/>
  267. </connections>
  268. </button>
  269. <button id="gmF-24-Psn">
  270. <rect key="frame" x="18" y="120" width="304" height="18"/>
  271. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  272. <buttonCell key="cell" type="check" title="Reload after every visited link" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="twM-Jr-KGn">
  273. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  274. <font key="font" metaFont="system"/>
  275. </buttonCell>
  276. </button>
  277. <button verticalHuggingPriority="750" id="qwZ-cF-1JN">
  278. <rect key="frame" x="224" y="13" width="102" height="32"/>
  279. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  280. <buttonCell key="cell" type="push" title="Save" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Mqa-FJ-C43">
  281. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  282. <font key="font" metaFont="system"/>
  283. </buttonCell>
  284. <connections>
  285. <action selector="buttonSave:" target="-2" id="thy-nQ-Nld"/>
  286. </connections>
  287. </button>
  288. <button verticalHuggingPriority="750" id="vO2-NN-i1n">
  289. <rect key="frame" x="14" y="13" width="102" height="32"/>
  290. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  291. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="TjO-Z6-Vng">
  292. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  293. <font key="font" metaFont="system"/>
  294. <string key="keyEquivalent" base64-UTF8="YES">
  295. Gw
  296. </string>
  297. </buttonCell>
  298. <connections>
  299. <action selector="performClose:" target="1" id="A62-EW-ZrT"/>
  300. </connections>
  301. </button>
  302. <button id="NCg-tC-aiT">
  303. <rect key="frame" x="18" y="59" width="304" height="18"/>
  304. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  305. <buttonCell key="cell" type="check" title="Launch BaconBar on login" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="cVl-wa-cE9">
  306. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  307. <font key="font" metaFont="system"/>
  308. </buttonCell>
  309. </button>
  310. </subviews>
  311. </view>
  312. <point key="canvasLocation" x="578" y="446"/>
  313. </window>
  314. <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="," id="zpc-oG-upp" userLabel="Number Formatter - Items">
  315. <attributedString key="attributedStringForZero">
  316. <fragment content="0"/>
  317. </attributedString>
  318. <real key="minimum" value="1"/>
  319. <real key="maximum" value="100"/>
  320. </numberFormatter>
  321. <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="hDb-Na-Vku" userLabel="Number Formatter - Title">
  322. <attributedString key="attributedStringForZero">
  323. <fragment content="0"/>
  324. </attributedString>
  325. <real key="minimum" value="0.0"/>
  326. <real key="maximum" value="140"/>
  327. </numberFormatter>
  328. <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="Y11-Cs-X1g" userLabel="Number Formatter - PM">
  329. <attributedString key="attributedStringForZero">
  330. <fragment content="0"/>
  331. </attributedString>
  332. <real key="minimum" value="1"/>
  333. <decimal key="maximum" value="NaN"/>
  334. </numberFormatter>
  335. <menu title="Main Menu" systemMenu="main" id="IWp-hb-gSM">
  336. <items>
  337. <menuItem title="BaconBar" id="Dcc-hD-clC">
  338. <modifierMask key="keyEquivalentModifierMask"/>
  339. <menu key="submenu" title="BaconBar" id="PCa-vb-klD">
  340. <items>
  341. <menuItem title="Quit BaconBar" keyEquivalent="q" id="Z8h-ok-eBD">
  342. <connections>
  343. <action selector="terminate:" target="-1" id="jEK-rq-g2I"/>
  344. </connections>
  345. </menuItem>
  346. </items>
  347. </menu>
  348. </menuItem>
  349. <menuItem title="File" id="ZIP-EI-Msd">
  350. <modifierMask key="keyEquivalentModifierMask"/>
  351. <menu key="submenu" title="File" id="sfM-Vz-Yb6">
  352. <items>
  353. <menuItem title="Close Window" keyEquivalent="w" id="mSw-Re-17a">
  354. <connections>
  355. <action selector="performClose:" target="-1" id="Hzx-hE-RDZ"/>
  356. </connections>
  357. </menuItem>
  358. </items>
  359. </menu>
  360. </menuItem>
  361. <menuItem title="Edit" id="czz-51-wxr">
  362. <modifierMask key="keyEquivalentModifierMask"/>
  363. <menu key="submenu" title="Edit" id="YpZ-Vi-h1u">
  364. <items>
  365. <menuItem title="Undo" keyEquivalent="z" id="IyX-7D-esH">
  366. <connections>
  367. <action selector="undo:" target="-1" id="6su-5K-AYO"/>
  368. </connections>
  369. </menuItem>
  370. <menuItem title="Cut" keyEquivalent="x" id="32T-3T-EcY">
  371. <connections>
  372. <action selector="cut:" target="-1" id="TeB-yv-dFt"/>
  373. </connections>
  374. </menuItem>
  375. <menuItem title="Copy" keyEquivalent="c" id="wSY-To-FDI">
  376. <connections>
  377. <action selector="copy:" target="-1" id="9qj-dU-ORV"/>
  378. </connections>
  379. </menuItem>
  380. <menuItem title="Paste" keyEquivalent="v" id="j3h-hj-rfI">
  381. <connections>
  382. <action selector="paste:" target="-1" id="7m5-ZQ-jR1"/>
  383. </connections>
  384. </menuItem>
  385. <menuItem title="Select All" keyEquivalent="a" id="qSu-ha-DhM">
  386. <connections>
  387. <action selector="selectAll:" target="-1" id="TBx-Re-gUK"/>
  388. </connections>
  389. </menuItem>
  390. </items>
  391. </menu>
  392. </menuItem>
  393. <menuItem title="Window" id="hc0-g1-acY">
  394. <modifierMask key="keyEquivalentModifierMask"/>
  395. <menu key="submenu" title="Window" id="TaA-nh-br8">
  396. <items>
  397. <menuItem title="Minimize" keyEquivalent="m" id="3jR-5g-kvu">
  398. <connections>
  399. <action selector="miniaturize:" target="-1" id="TXP-qS-Sfn"/>
  400. </connections>
  401. </menuItem>
  402. </items>
  403. </menu>
  404. </menuItem>
  405. </items>
  406. </menu>
  407. </objects>
  408. </document>