home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 June / VPR0206B.ISO / MENU.INI < prev    next >
INI File  |  2002-04-26  |  1KB  |  80 lines

  1. [MENU32]
  2. ;リソースの格納場所
  3. path=menurc
  4.  
  5. ;背景画像
  6. background=menubg.png
  7.  
  8. ;メニューの窓
  9. disprect=277,52
  10.  
  11. ;ウィンドウキャプション
  12. caption=POWER CD-ROM MENU
  13.  
  14. ;Infoダイアログの表示位置とサイズ
  15. InfoTextPos = 620,120
  16. InfoTextSize =350,250
  17.  
  18. ;タブの位置設定
  19. [BUTTON.TAB]
  20. Position = 0,0
  21. Size = 640,40
  22. Padding = 40,1
  23. Sound=Tab.wav,Async
  24. Decoration = normal
  25. Color.Normal = 255,255,255
  26. Color.Select = 255,255,0
  27. FontSize.Normal = 15
  28. FontSize.Select = 16
  29. BGCOLOR=0,126,22
  30.  
  31. ;メニューボタンの設定
  32. [BUTTON.MENU]
  33. BitMap1=menu1.png
  34. BitMap2=menu2.png
  35. BitMap3=menu3.png
  36. BitMap4=menu4.png
  37. BitMap5=menu5.png
  38. Position1 = 9,123
  39. Position2 = 9,178
  40. Position3 = 9,234
  41. Position4 = 9,290
  42. Position5 = 9,347
  43.  
  44. Decoration = normal
  45. Color.Normal = 72,210,144
  46. Color.Select = 255,255,0
  47. FontSize.Normal = 16
  48. FontSize.Select = 17
  49.  
  50. Sound=Menu.wav,Async
  51.  
  52. ;実行ボタン(ランチ)
  53. [BUTTON.Execute]
  54. Bitmap = exec.png
  55. Position = 277,355
  56. Margin = 0,0
  57. Column = 3
  58. Row = 2
  59. FontSize.Normal = 15
  60. FontSize.Activate = 15
  61. Color.Normal = 255,255,255
  62. Color.Activate = 255,0,0
  63. Sound=EXEC.wav,Sync
  64.  
  65.  
  66. ;ポップアップテキスト表示ボタン
  67. [BUTTON.Info]
  68. Bitmap = info.png
  69. Position = 592,144
  70. HintText = 解説を表示します
  71. Sound=Info.wav,ASync
  72.  
  73. ;終了ボタン
  74. [BUTTON.Exit]
  75. Bitmap = exit.png
  76. Position = 517,414
  77. HintText = メニューを終了します
  78. Sound=Exit.wav,Sync
  79.  
  80.