home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / app-defaults / XCalc < prev    next >
Text File  |  1998-04-29  |  17KB  |  516 lines

  1. ! $XConsortium: XCalc.ad,v 1.13 94/03/03 19:19:32 converse Exp $
  2. ! XCalc application class resource file
  3.  
  4. *Title:    Calculator
  5. *Cursor:    hand2
  6. *IconName:    Calc
  7. *IconPixmap:    calculator
  8. *Font:            -*-helvetica-medium-r-normal--*-100-*-*-*-*-*-*
  9. *bevel.screen.LCD.Font:    -*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*
  10.  
  11. *bevel.Background:            black
  12. *bevel.horizDistance:            25
  13. *bevel.vertDistance:            6
  14.  
  15. *bevel.screen.horizDistance:        6
  16. *bevel.screen.vertDistance:            2
  17. *bevel.screen.defaultDistance:        0
  18.  
  19. *bevel.screen.Label.horizDistance:    0
  20. *bevel.screen.Label.vertDistance:    0
  21. *bevel.screen.Label.internalHeight:    1
  22. *bevel.screen.Label.internalWidth:    1
  23. *bevel.screen.LCD.Label:        88888888888
  24. *bevel.screen.LCD.fromHoriz:        M
  25. *bevel.screen.LCD.horizDistance:    0
  26. *bevel.screen.LCD.vertDistance:        0
  27. *bevel.screen.INV.fromVert:        M
  28. *bevel.screen.INV.vertDistance:        4
  29. *bevel.screen.DEG.fromHoriz:        INV
  30. *bevel.screen.DEG.fromVert:        LCD
  31. *bevel.screen.DEG.horizDistance:    1
  32. *bevel.screen.RAD.fromHoriz:        DEG
  33. *bevel.screen.RAD.fromVert:        LCD
  34. *bevel.screen.GRAD.fromHoriz:        RAD
  35. *bevel.screen.GRAD.fromVert:        LCD
  36. *bevel.screen.P.Label:            ()
  37. *bevel.screen.P.fromHoriz:        GRAD
  38. *bevel.screen.P.fromVert:        LCD
  39. *bevel.screen.P.horizDistance:        2
  40.  
  41. *Command.horizDistance:        2
  42. *Command.vertDistance:        4
  43. *Command.width:            32
  44. *Command.height:        15
  45. *Command.internalWidth:        1
  46. *Command.ShapeStyle:        Oval
  47.  
  48. *ti.Geometry:            171x252
  49. *ti.bevel.screen.LCD.width:    108
  50. *ti.bevel.screen.LCD.ShapeStyle:rectangle
  51.  
  52. *ti.bevel.screen.LCD.Translations:    #replace\n\
  53.                 Ctrl<Key>c:quit()\n\
  54.                 Ctrl<Key>h:clear()\n\
  55.                 None<Key>0:digit(0)\n\
  56.                 None<Key>1:digit(1)\n\
  57.                 None<Key>2:digit(2)\n\
  58.                 None<Key>3:digit(3)\n\
  59.                 None<Key>4:digit(4)\n\
  60.                 None<Key>5:digit(5)\n\
  61.                 None<Key>6:digit(6)\n\
  62.                 None<Key>7:digit(7)\n\
  63.                 None<Key>8:digit(8)\n\
  64.                 None<Key>9:digit(9)\n\
  65.                 <Key>KP_0:digit(0)\n\
  66.                 <Key>KP_1:digit(1)\n\
  67.                 <Key>KP_2:digit(2)\n\
  68.                 <Key>KP_3:digit(3)\n\
  69.                 <Key>KP_4:digit(4)\n\
  70.                 <Key>KP_5:digit(5)\n\
  71.                 <Key>KP_6:digit(6)\n\
  72.                 <Key>KP_7:digit(7)\n\
  73.                 <Key>KP_8:digit(8)\n\
  74.                 <Key>KP_9:digit(9)\n\
  75.                 <Key>KP_Enter:equal()\n\
  76.                 <Key>KP_Equal:equal()\n\
  77.                 <Key>KP_Multiply:multiply()\n\
  78.                 <Key>KP_Add:add()\n\
  79.                 <Key>KP_Subtract:subtract()\n\
  80.                 <Key>KP_Decimal:decimal()\n\
  81.                 <Key>KP_Divide:divide()\n\
  82.                 <Key>KP_Tab:equal()\n\
  83.                 <Key>Clear:clear()\n\
  84.                 :<Key>.:decimal()\n\
  85.                 :<Key>+:add()\n\
  86.                 :<Key>-:subtract()\n\
  87.                 :<Key>*:multiply()\n\
  88.                 :<Key>/:divide()\n\
  89.                 :<Key>(:leftParen()\n\
  90.                 :<Key>):rightParen()\n\
  91.                     :<Key>!:factorial()\n\
  92.                 <Key>e:e()\n\
  93.                 :<Key>^:power()\n\
  94.                 <Key>p:pi()\n\
  95.                 <Key>i:inverse()\n\
  96.                 <Key>s:sine()\n\
  97.                 <Key>c:cosine()\n\
  98.                 <Key>t:tangent()\n\
  99.                 <Key>d:degree()\n\
  100.                 <Key>l:naturalLog()\n\
  101.                 :<Key>=:equal()\n\
  102.                 <Key>n:negate()\n\
  103.                 <Key>r:squareRoot()\n\
  104.                 <Key>space:clear()\n\
  105.                 <Key>q:quit()\n\
  106.                 <Key>Delete:clear()\n\
  107.                 <Key>BackSpace:clear()\n\
  108.                 <Btn1Down>,<Btn1Up>:toggle()selection()\n
  109.  
  110.  
  111. *ti.button1.Label:        1/x
  112. *ti.button1.Translations: #override<Btn1Down>,<Btn1Up>:reciprocal()unset()
  113. *ti.button2.Label:        x^2
  114. *ti.button2.Translations: #override<Btn1Down>,<Btn1Up>:square()unset()
  115. *ti.button3.Label:        SQRT
  116. *ti.button3.Translations: #override<Btn1Down>,<Btn1Up>:squareRoot()unset()
  117. *ti.button4.Label:        CE/C
  118. *ti.button4.Translations: #override<Btn1Down>,<Btn1Up>:clear()unset()
  119. *ti.button5.Label:        AC
  120. *ti.button5.Translations: #override<Btn1Down>,<Btn1Up>:off()unset()\n\
  121.                    <Btn3Down>,<Btn3Up>:quit()
  122.  
  123. *ti.button6.Label:        INV
  124. *ti.button6.Translations: #override<Btn1Down>,<Btn1Up>:inverse()unset()
  125. *ti.button7.Label:        sin
  126. *ti.button7.Translations: #override<Btn1Down>,<Btn1Up>:sine()unset()
  127. *ti.button8.Label:        cos
  128. *ti.button8.Translations: #override<Btn1Down>,<Btn1Up>:cosine()unset()
  129. *ti.button9.Label:        tan
  130. *ti.button9.Translations: #override<Btn1Down>,<Btn1Up>:tangent()unset()
  131. *ti.button10.Label:        DRG
  132. *ti.button10.Translations: #override<Btn1Down>,<Btn1Up>:degree()unset()
  133.  
  134. *ti.button11.Label:        e
  135. *ti.button11.Translations: #override<Btn1Down>,<Btn1Up>:e()unset()
  136. *ti.button12.Label:        EE
  137. *ti.button12.Translations: #override<Btn1Down>,<Btn1Up>:scientific()unset()
  138. *ti.button13.Label:        log
  139. *ti.button13.Translations: #override<Btn1Down>,<Btn1Up>:logarithm()unset()
  140. *ti.button14.Label:        ln
  141. *ti.button14.Translations: #override<Btn1Down>,<Btn1Up>:naturalLog()unset()
  142. *ti.button15.Label:        y^x
  143. *ti.button15.Translations: #override<Btn1Down>,<Btn1Up>:power()unset()
  144.  
  145. *ti.button16.Label:        PI
  146. *ti.button16.Translations: #override<Btn1Down>,<Btn1Up>:pi()unset()
  147. *ti.button17.Label:        x!
  148. *ti.button17.Translations: #override<Btn1Down>,<Btn1Up>:factorial()unset()
  149. *ti.button18.Label:        (
  150. *ti.button18.Translations: #override<Btn1Down>,<Btn1Up>:leftParen()unset()
  151. *ti.button19.Label:        )
  152. *ti.button19.Translations: #override<Btn1Down>,<Btn1Up>:rightParen()unset()
  153. *ti.button20.Label:        /
  154. *ti.button20.Translations: #override<Btn1Down>,<Btn1Up>:divide()unset()
  155.  
  156. *ti.button21.Label:        STO
  157. *ti.button21.Translations: #override<Btn1Down>,<Btn1Up>:store()unset()
  158. *ti.button22.Label:        7
  159. *ti.button22.Translations: #override<Btn1Down>,<Btn1Up>:digit(7)unset()
  160. *ti.button23.Label:        8
  161. *ti.button23.Translations: #override<Btn1Down>,<Btn1Up>:digit(8)unset()
  162. *ti.button24.Label:        9
  163. *ti.button24.Translations: #override<Btn1Down>,<Btn1Up>:digit(9)unset()
  164. *ti.button25.Label:        *
  165. *ti.button25.Translations: #override<Btn1Down>,<Btn1Up>:multiply()unset()
  166.  
  167. *ti.button26.Label:        RCL
  168. *ti.button26.Translations: #override<Btn1Down>,<Btn1Up>:recall()unset()
  169. *ti.button27.Label:        4
  170. *ti.button27.Translations: #override<Btn1Down>,<Btn1Up>:digit(4)unset()
  171. *ti.button28.Label:        5
  172. *ti.button28.Translations: #override<Btn1Down>,<Btn1Up>:digit(5)unset()
  173. *ti.button29.Label:        6
  174. *ti.button29.Translations: #override<Btn1Down>,<Btn1Up>:digit(6)unset()
  175. *ti.button30.Label:        -
  176. *ti.button30.Translations: #override<Btn1Down>,<Btn1Up>:subtract()unset()
  177.  
  178. *ti.button31.Label:        SUM
  179. *ti.button31.Translations: #override<Btn1Down>,<Btn1Up>:sum()unset()
  180. *ti.button32.Label:        1
  181. *ti.button32.Translations: #override<Btn1Down>,<Btn1Up>:digit(1)unset()
  182. *ti.button33.Label:        2
  183. *ti.button33.Translations: #override<Btn1Down>,<Btn1Up>:digit(2)unset()
  184. *ti.button34.Label:        3
  185. *ti.button34.Translations: #override<Btn1Down>,<Btn1Up>:digit(3)unset()
  186. *ti.button35.Label:        +
  187. *ti.button35.Translations: #override<Btn1Down>,<Btn1Up>:add()unset()
  188.  
  189. *ti.button36.Label:        EXC
  190. *ti.button36.Translations: #override<Btn1Down>,<Btn1Up>:exchange()unset()
  191. *ti.button37.Label:        0
  192. *ti.button37.Translations: #override<Btn1Down>,<Btn1Up>:digit(0)unset()
  193. *ti.button38.Label:        .
  194. *ti.button38.Translations: #override<Btn1Down>,<Btn1Up>:decimal()unset()
  195. *ti.button39.Label:        +/-
  196. *ti.button39.Translations: #override<Btn1Down>,<Btn1Up>:negate()unset()
  197. *ti.button40.Label:        =
  198. *ti.button40.Translations: #override<Btn1Down>,<Btn1Up>:equal()unset()
  199.  
  200.  
  201. *ti.button1.horizDistance:    4    
  202. *ti.button1.fromVert:        bevel
  203. *ti.button2.fromHoriz:        button1
  204. *ti.button2.fromVert:        bevel
  205. *ti.button3.fromHoriz:        button2
  206. *ti.button3.fromVert:        bevel
  207. *ti.button4.fromHoriz:        button3
  208. *ti.button4.fromVert:        bevel
  209. *ti.button5.fromHoriz:        button4
  210. *ti.button5.fromVert:        bevel
  211.  
  212. *ti.button6.horizDistance:    4
  213. *ti.button6.fromVert:        button1
  214. *ti.button7.fromHoriz:        button6
  215. *ti.button7.fromVert:        button2
  216. *ti.button8.fromHoriz:        button7
  217. *ti.button8.fromVert:        button3
  218. *ti.button9.fromHoriz:        button8
  219. *ti.button9.fromVert:        button4
  220. *ti.button10.fromHoriz:        button9
  221. *ti.button10.fromVert:        button5
  222.  
  223. *ti.button11.horizDistance:    4
  224. *ti.button11.fromVert:        button6
  225. *ti.button12.fromHoriz:        button11
  226. *ti.button12.fromVert:        button7
  227. *ti.button13.fromHoriz:        button12
  228. *ti.button13.fromVert:        button8
  229. *ti.button14.fromHoriz:        button13
  230. *ti.button14.fromVert:        button9
  231. *ti.button15.fromHoriz:        button14
  232. *ti.button15.fromVert:        button10
  233.  
  234. *ti.button16.horizDistance:    4
  235. *ti.button16.fromVert:        button11
  236. *ti.button17.fromHoriz:        button16
  237. *ti.button17.fromVert:        button12
  238. *ti.button18.fromHoriz:        button17
  239. *ti.button18.fromVert:        button13
  240. *ti.button19.fromHoriz:        button18
  241. *ti.button19.fromVert:        button14
  242. *ti.button20.fromHoriz:        button19
  243. *ti.button20.fromVert:        button15
  244.  
  245. *ti.button21.horizDistance:    4
  246. *ti.button21.fromVert:        button16
  247. *ti.button22.fromHoriz:        button21
  248. *ti.button22.fromVert:        button17
  249. *ti.button23.fromHoriz:        button22
  250. *ti.button23.fromVert:        button18
  251. *ti.button24.fromHoriz:        button23
  252. *ti.button24.fromVert:        button19
  253. *ti.button25.fromHoriz:        button24
  254. *ti.button25.fromVert:        button20
  255.  
  256. *ti.button26.horizDistance:    4
  257. *ti.button26.fromVert:        button21
  258. *ti.button27.fromHoriz:        button26
  259. *ti.button27.fromVert:        button22
  260. *ti.button28.fromHoriz:        button27
  261. *ti.button28.fromVert:        button23
  262. *ti.button29.fromHoriz:        button28
  263. *ti.button29.fromVert:        button24
  264. *ti.button30.fromHoriz:        button29
  265. *ti.button30.fromVert:        button25
  266.  
  267. *ti.button31.horizDistance:    4
  268. *ti.button31.fromVert:        button26
  269. *ti.button32.fromHoriz:        button31
  270. *ti.button32.fromVert:        button27
  271. *ti.button33.fromHoriz:        button32
  272. *ti.button33.fromVert:        button28
  273. *ti.button34.fromHoriz:        button33
  274. *ti.button34.fromVert:        button29
  275. *ti.button35.fromHoriz:        button34
  276. *ti.button35.fromVert:        button30
  277.  
  278. *ti.button36.horizDistance:    4
  279. *ti.button36.fromVert:        button31
  280. *ti.button37.fromHoriz:        button36
  281. *ti.button37.fromVert:        button32
  282. *ti.button38.fromHoriz:        button37
  283. *ti.button38.fromVert:        button33
  284. *ti.button39.fromHoriz:        button38
  285. *ti.button39.fromVert:        button34
  286. *ti.button40.fromHoriz:        button39
  287. *ti.button40.fromVert:        button35
  288.  
  289.  
  290. *hp.Geometry:            336x164
  291. *hp.bevel.screen.LCD.width:    180
  292.  
  293.  
  294.  
  295. *hp.bevel.screen.LCD.Translations:    #replace\n\
  296.                 Ctrl<Key>c:quit()\n\
  297.                 Ctrl<Key>h:back()\n\
  298.                 None<Key>0:digit(0)\n\
  299.                 None<Key>1:digit(1)\n\
  300.                 None<Key>2:digit(2)\n\
  301.                 None<Key>3:digit(3)\n\
  302.                 None<Key>4:digit(4)\n\
  303.                 None<Key>5:digit(5)\n\
  304.                 None<Key>6:digit(6)\n\
  305.                 None<Key>7:digit(7)\n\
  306.                 None<Key>8:digit(8)\n\
  307.                 None<Key>9:digit(9)\n\
  308.                 <Key>KP_0:digit(0)\n\
  309.                 <Key>KP_1:digit(1)\n\
  310.                 <Key>KP_2:digit(2)\n\
  311.                 <Key>KP_3:digit(3)\n\
  312.                 <Key>KP_4:digit(4)\n\
  313.                 <Key>KP_5:digit(5)\n\
  314.                 <Key>KP_6:digit(6)\n\
  315.                 <Key>KP_7:digit(7)\n\
  316.                 <Key>KP_8:digit(8)\n\
  317.                 <Key>KP_9:digit(9)\n\
  318.                 <Key>KP_Enter:enter()\n\
  319.                 <Key>KP_Multiply:multiply()\n\
  320.                 <Key>KP_Add:add()\n\
  321.                 <Key>KP_Subtract:subtract()\n\
  322.                 <Key>KP_Decimal:decimal()\n\
  323.                 <Key>KP_Divide:divide()\n\
  324.                 :<Key>.:decimal()\n\
  325.                 :<Key>+:add()\n\
  326.                 :<Key>-:subtract()\n\
  327.                 :<Key>*:multiply()\n\
  328.                 :<Key>/:divide()\n\
  329.                     :<Key>!:factorial()\n\
  330.                 <Key>e:e()\n\
  331.                 :<Key>^:power()\n\
  332.                 <Key>p:pi()\n\
  333.                 <Key>i:inverse()\n\
  334.                 <Key>s:sine()\n\
  335.                 <Key>c:cosine()\n\
  336.                 <Key>t:tangent()\n\
  337.                 <Key>d:degree()\n\
  338.                 <Key>l:naturalLog()\n\
  339.                 <Key>n:negate()\n\
  340.                 <Key>r:squareRoot()\n\
  341.                 <Key>space:clear()\n\
  342.                 <Key>q:quit()\n\
  343.                 <Key>Delete:back()\n\
  344.                 <Key>Return:enter()\n\
  345.                 <Key>Linefeed:enter()\n\
  346.                 <Key>x:XexchangeY()\n\
  347.                 <Key>BackSpace:back()\n\
  348.                 <Btn1Down>,<Btn1Up>:toggle()selection()\n
  349.  
  350.  
  351.  
  352. *hp.button1.Label:        SQRT
  353. *hp.button1.Translations: #override<Btn1Down>,<Btn1Up>:squareRoot()unset()
  354. *hp.button2.Label:        e^x
  355. *hp.button2.Translations: #override<Btn1Down>,<Btn1Up>:epower()unset()
  356. *hp.button3.Label:        10^x
  357. *hp.button3.Translations: #override<Btn1Down>,<Btn1Up>:tenpower()unset()
  358. *hp.button4.Label:        y^x
  359. *hp.button4.Translations: #override<Btn1Down>,<Btn1Up>:power()unset()
  360. *hp.button5.Label:        1/x
  361. *hp.button5.Translations: #override<Btn1Down>,<Btn1Up>:reciprocal()unset()
  362. *hp.button6.Label:        CHS
  363. *hp.button6.Translations: #override<Btn1Down>,<Btn1Up>:negate()unset()
  364. *hp.button7.Label:        7
  365. *hp.button7.Translations: #override<Btn1Down>,<Btn1Up>:digit(7)unset()
  366. *hp.button8.Label:        8
  367. *hp.button8.Translations: #override<Btn1Down>,<Btn1Up>:digit(8)unset()
  368. *hp.button9.Label:        9
  369. *hp.button9.Translations: #override<Btn1Down>,<Btn1Up>:digit(9)unset()
  370. *hp.button10.Label:        /
  371. *hp.button10.Translations: #override<Btn1Down>,<Btn1Up>:divide()unset()
  372.  
  373. *hp.button11.Label:        x!
  374. *hp.button11.Translations: #override<Btn1Down>,<Btn1Up>:factorial()unset()
  375. *hp.button12.Label:        PI
  376. *hp.button12.Translations: #override<Btn1Down>,<Btn1Up>:pi()unset()
  377. *hp.button13.Label:        sin
  378. *hp.button13.Translations: #override<Btn1Down>,<Btn1Up>:sine()unset()
  379. *hp.button14.Label:        cos
  380. *hp.button14.Translations: #override<Btn1Down>,<Btn1Up>:cosine()unset()
  381. *hp.button15.Label:        tan
  382. *hp.button15.Translations: #override<Btn1Down>,<Btn1Up>:tangent()unset()
  383. *hp.button16.Label:        EEX
  384. *hp.button16.Translations: #override<Btn1Down>,<Btn1Up>:scientific()unset()
  385. *hp.button17.Label:        4
  386. *hp.button17.Translations: #override<Btn1Down>,<Btn1Up>:digit(4)unset()
  387. *hp.button18.Label:        5
  388. *hp.button18.Translations: #override<Btn1Down>,<Btn1Up>:digit(5)unset()
  389. *hp.button19.Label:        6
  390. *hp.button19.Translations: #override<Btn1Down>,<Btn1Up>:digit(6)unset()
  391. *hp.button20.Label:        *
  392. *hp.button20.Translations: #override<Btn1Down>,<Btn1Up>:multiply()unset()
  393.  
  394. *hp.button21.Label:    
  395. *hp.button22.Label:    
  396. *hp.button23.Label:        Rv
  397. *hp.button23.Translations: #override<Btn1Down>,<Btn1Up>:roll()unset()
  398. *hp.button24.Label:        x:y
  399. *hp.button24.Translations: #override<Btn1Down>,<Btn1Up>:XexchangeY()unset()
  400. *hp.button25.Label:        <-
  401. *hp.button25.Translations: #override<Btn1Down>,<Btn1Up>:back()unset()
  402. *hp.button26.Label:        ENTR
  403. *hp.button26.Translations: #override<Btn1Down>,<Btn1Up>:enter()unset()
  404. *hp.button27.Label:        1
  405. *hp.button27.Translations: #override<Btn1Down>,<Btn1Up>:digit(1)unset()
  406. *hp.button28.Label:        2
  407. *hp.button28.Translations: #override<Btn1Down>,<Btn1Up>:digit(2)unset()
  408. *hp.button29.Label:        3
  409. *hp.button29.Translations: #override<Btn1Down>,<Btn1Up>:digit(3)unset()
  410. *hp.button30.Label:        -
  411. *hp.button30.Translations: #override<Btn1Down>,<Btn1Up>:subtract()unset()
  412.  
  413. *hp.button31.Label:        ON
  414. *hp.button31.Translations: #override<Btn1Down>,<Btn1Up>:off()unset()\n\
  415.                     <Btn3Down>,<Btn3Up>:quit()
  416. *hp.button32.Label:        DRG
  417. *hp.button32.Translations: #override<Btn1Down>,<Btn1Up>:degree()unset()
  418. *hp.button33.Label:        INV
  419. *hp.button33.Translations: #override<Btn1Down>,<Btn1Up>:inverse()unset()
  420. *hp.button34.Label:        STO
  421. *hp.button34.Translations: #override<Btn1Down>,<Btn1Up>:store()unset()
  422. *hp.button35.Label:        RCL
  423. *hp.button35.Translations: #override<Btn1Down>,<Btn1Up>:recall()unset()
  424. *hp.button36.Label:        0
  425. *hp.button36.Translations: #override<Btn1Down>,<Btn1Up>:digit(0)unset()
  426. *hp.button37.Label:        .
  427. *hp.button37.Translations: #override<Btn1Down>,<Btn1Up>:decimal()unset()
  428. *hp.button38.Label:        SUM
  429. *hp.button38.Translations: #override<Btn1Down>,<Btn1Up>:sum()unset()
  430. *hp.button39.Label:        +
  431. *hp.button39.Translations: #override<Btn1Down>,<Btn1Up>:add()unset()
  432.  
  433.  
  434. *hp.button1.horizDistance:    4
  435. *hp.button1.fromVert:        bevel
  436. *hp.button2.fromHoriz:        button1
  437. *hp.button2.fromVert:        bevel
  438. *hp.button3.fromHoriz:        button2
  439. *hp.button3.fromVert:        bevel
  440. *hp.button4.fromHoriz:        button3
  441. *hp.button4.fromVert:        bevel
  442. *hp.button5.fromHoriz:        button4
  443. *hp.button5.fromVert:        bevel
  444. *hp.button6.fromHoriz:        button5
  445. *hp.button6.fromVert:        bevel
  446. *hp.button7.fromHoriz:        button6
  447. *hp.button7.fromVert:        bevel
  448. *hp.button8.fromHoriz:        button7
  449. *hp.button8.fromVert:        bevel
  450. *hp.button9.fromHoriz:        button8
  451. *hp.button9.fromVert:        bevel
  452. *hp.button10.fromHoriz:        button9
  453. *hp.button10.fromVert:        bevel
  454.  
  455. *hp.button11.horizDistance:    4
  456. *hp.button11.fromVert:        button1
  457. *hp.button12.fromHoriz:        button11
  458. *hp.button12.fromVert:        button2
  459. *hp.button13.fromHoriz:        button12
  460. *hp.button13.fromVert:        button3
  461. *hp.button14.fromHoriz:        button13
  462. *hp.button14.fromVert:        button4
  463. *hp.button15.fromHoriz:        button14
  464. *hp.button15.fromVert:        button5
  465. *hp.button16.fromHoriz:        button15
  466. *hp.button16.fromVert:        button6
  467. *hp.button17.fromHoriz:        button16
  468. *hp.button17.fromVert:        button7
  469. *hp.button18.fromHoriz:            button17
  470. *hp.button18.fromVert:        button8
  471. *hp.button19.fromHoriz:        button18
  472. *hp.button19.fromVert:        button9
  473. *hp.button20.fromHoriz:        button19
  474. *hp.button20.fromVert:        button10
  475.  
  476. *hp.button21.horizDistance:    4
  477. *hp.button21.fromVert:        button11
  478. *hp.button22.fromHoriz:        button21
  479. *hp.button22.fromVert:        button12
  480. *hp.button23.fromHoriz:        button22
  481. *hp.button23.fromVert:        button13
  482. *hp.button24.fromHoriz:        button23
  483. *hp.button24.fromVert:        button14
  484. *hp.button25.fromHoriz:        button24
  485. *hp.button25.fromVert:        button15
  486. *hp.button26.fromHoriz:        button25
  487. *hp.button26.fromVert:        button16
  488. *hp.button26.height:        36
  489. *hp.button27.fromHoriz:        button26
  490. *hp.button27.fromVert:        button17
  491. *hp.button28.fromHoriz:        button27
  492. *hp.button28.fromVert:        button18
  493. *hp.button29.fromHoriz:        button28
  494. *hp.button29.fromVert:        button19
  495. *hp.button30.fromHoriz:        button29
  496. *hp.button30.fromVert:        button20
  497.  
  498. *hp.button31.horizDistance:    4
  499. *hp.button31.fromVert:        button21
  500. *hp.button32.fromHoriz:        button31
  501. *hp.button32.fromVert:        button22
  502. *hp.button33.fromHoriz:        button32
  503. *hp.button33.fromVert:        button23
  504. *hp.button34.fromHoriz:        button33
  505. *hp.button34.fromVert:        button24
  506. *hp.button35.fromHoriz:        button34
  507. *hp.button35.fromVert:        button25
  508. *hp.button36.fromHoriz:        button26
  509. *hp.button36.fromVert:        button27
  510. *hp.button37.fromHoriz:        button36
  511. *hp.button37.fromVert:        button28
  512. *hp.button38.fromHoriz:        button37
  513. *hp.button38.fromVert:        button29
  514. *hp.button39.fromHoriz:        button38
  515. *hp.button39.fromVert:        button30
  516.