home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 September / VPR0109A.ISO / OLG / CLICK32.INI < prev    next >
INI File  |  2001-07-27  |  1KB  |  76 lines

  1. [MENU32]
  2. ;リソースの格納場所
  3. path=CLICKRC
  4.  
  5. ;背景画像
  6. background=menubg.png
  7.  
  8. ;メニューの窓
  9. disprect=252,11
  10.  
  11. ;ウィンドウキャプション
  12. caption=Gallery MENU
  13.  
  14.  
  15. ;メニューボタンの設定
  16. [BUTTON.MENU]
  17. BitMap1=menu1.png
  18. BitMap2=menu2.png
  19. BitMap3=menu3.png
  20. BitMap4=menu4.png
  21. BitMap5=menu5.png
  22. BitMap6=menu6.png
  23. BitMap7=menu7.png
  24. BitMap8=menu8.png
  25. BitMap9=menu9.png
  26. BitMap10=menu10.png
  27.  
  28. Position1 = 23,76
  29. Position2 = 23,104
  30. Position3 = 23,132
  31. Position4 = 23,160
  32. Position5 = 23,188
  33. Position6 = 23,216
  34. Position7 = 23,244
  35. Position8 = 23,272
  36. Position9 = 23,300
  37. Position10 = 23,328
  38.  
  39. Decoration = inset
  40. Color.Normal = 72,210,144
  41. Color.Select = 255,0,84
  42. FontSize.Normal = 15
  43. FontSize.Select = 16
  44.  
  45. Sound=Menu.wav,Async
  46.  
  47. ;実行ボタン(ランチ)
  48. [BUTTON.Execute]
  49. Bitmap = exec.png
  50. Position = 252,335
  51. Margin = 3,1
  52. Column = 3
  53. Row = 1
  54. FontSize.Normal = 15
  55. FontSize.Activate = 15
  56. Color.Normal = 255,255,255
  57. Color.Activate = 255,0,0
  58.  
  59. Sound=EXEC.wav,Sync
  60.  
  61.  
  62. ;ポップアップテキスト表示ボタン
  63. [BUTTON.Info]
  64. Bitmap = info.png
  65. Position = 593,94
  66. HintText = 解説を表示します
  67. Sound=Info.wav,ASync
  68.  
  69. ;終了ボタン
  70. [BUTTON.Exit]
  71. Bitmap = exit.png
  72. Position = 560,365
  73. HintText = メニューを終了します
  74. Sound=Exit.wav,Sync
  75.  
  76.