home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 January / VPR0201A.ISO / MENU.INI < prev    next >
INI File  |  2001-11-28  |  1KB  |  76 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. ;タブの位置設定
  15. [BUTTON.TAB]
  16. Position = 0,0
  17. Size = 640,40
  18. Padding = 10,1
  19. Sound=Tab.wav,Async
  20. Decoration = normal
  21. Color.Normal = 255,255,255
  22. Color.Select = 255,255,0
  23. FontSize.Normal = 15
  24. FontSize.Select = 16
  25. BGCOLOR=0,126,22
  26.  
  27. ;メニューボタンの設定
  28. [BUTTON.MENU]
  29. BitMap1=menu1.png
  30. BitMap2=menu2.png
  31. BitMap3=menu3.png
  32. BitMap4=menu4.png
  33. BitMap5=menu5.png
  34. Position1 = 9,123
  35. Position2 = 9,178
  36. Position3 = 9,234
  37. Position4 = 9,290
  38. Position5 = 9,347
  39.  
  40. Decoration = normal
  41. Color.Normal = 72,210,144
  42. Color.Select = 255,255,0
  43. FontSize.Normal = 14
  44. FontSize.Select = 15
  45.  
  46. Sound=Menu.wav,Async
  47.  
  48. ;実行ボタン(ランチ)
  49. [BUTTON.Execute]
  50. Bitmap = exec.png
  51. Position = 277,355
  52. Margin = 0,0
  53. Column = 3
  54. Row = 2
  55. FontSize.Normal = 15
  56. FontSize.Activate = 15
  57. Color.Normal = 255,255,255
  58. Color.Activate = 255,0,0
  59. Sound=EXEC.wav,Sync
  60.  
  61.  
  62. ;ポップアップテキスト表示ボタン
  63. [BUTTON.Info]
  64. Bitmap = info.png
  65. Position = 592,144
  66. HintText = 解説を表示します
  67. Sound=Info.wav,ASync
  68.  
  69. ;終了ボタン
  70. [BUTTON.Exit]
  71. Bitmap = exit.png
  72. Position = 517,414
  73. HintText = メニューを終了します
  74. Sound=Exit.wav,Sync
  75.  
  76.