home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 October / VPR0210A.ISO / OLG / CLICK32.INI < prev    next >
INI File  |  2002-08-28  |  1KB  |  79 lines

  1. [MENU32]
  2. ;リソースの格納場所
  3. path=CLICKRC
  4.  
  5. ;背景画像
  6. background=menubg.png
  7.  
  8. ;メニューの窓
  9. disprect=245,18
  10.  
  11. ;ウィンドウキャプション
  12. caption=Gallery MENU
  13.  
  14. ;Infoダイアログの表示位置とサイズ
  15. InfoTextPos = 620,120
  16. InfoTextSize =350,250
  17.  
  18. ;メニューボタンの設定
  19. [BUTTON.MENU]
  20. BitMap1=menu1.png
  21. BitMap2=menu2.png
  22. BitMap3=menu3.png
  23. BitMap4=menu4.png
  24. BitMap5=menu5.png
  25. BitMap6=menu6.png
  26. BitMap7=menu7.png
  27. BitMap8=menu8.png
  28. BitMap9=menu9.png
  29. BitMap10=menu10.png
  30.  
  31. Position1 = 12,103
  32. Position2 = 12,132
  33. Position3 = 12,162
  34. Position4 = 12,191
  35. Position5 = 12,221
  36. Position6 = 12,250
  37. Position7 = 12,279
  38. Position8 = 12,309
  39. Position9 = 12,339
  40. Position10 = 12,368
  41.  
  42. Decoration = normal
  43. Color.Normal = 255,255,255
  44. Color.Select = 255,255,0
  45. FontSize.Normal = 15
  46. FontSize.Select = 16
  47.  
  48. Sound=Menu.wav,Async
  49.  
  50. ;実行ボタン(ランチ)
  51. [BUTTON.Execute]
  52. Bitmap = exec.png
  53. Position = 251,352
  54. Margin = 0,0
  55. Column = 3
  56. Row = 2
  57. FontSize.Normal = 15
  58. FontSize.Activate = 15
  59. Color.Normal = 255,255,255
  60. Color.Activate = 255,0,0
  61.  
  62. Sound=EXEC.wav,Sync
  63.  
  64.  
  65. ;ポップアップテキスト表示ボタン
  66. [BUTTON.Info]
  67. Bitmap = info.png
  68. Position = 592,131
  69. HintText = 解説を表示します
  70. Sound=Info.wav,ASync
  71.  
  72. ;終了ボタン
  73. [BUTTON.Exit]
  74. Bitmap = exit.png
  75. Position = 517,414
  76. HintText = メニューを終了します
  77. Sound=Exit.wav,Sync
  78.  
  79.