home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009A.BIN / MENU.INI < prev    next >
INI File  |  2000-07-28  |  1KB  |  76 lines

  1. [MENU32]
  2. ;リソースの格納場所
  3. path=menurc
  4.  
  5. ;背景画像
  6. background=menubg.bmp
  7.  
  8. ;メニューの窓
  9. disprect=332,80
  10.  
  11. ;タブの位置設定
  12. [BUTTON.TAB]
  13. Position = 0,0
  14. Size = 640,40
  15. Padding = 10,1
  16. Sound=Tab.wav,Async
  17. Decoration = normal
  18. Color.Normal = 255,255,255
  19. Color.Select = 255,255,0
  20. FontSize.Normal = 15
  21. FontSize.Select = 16
  22. BGCOLOR=76,110,134
  23.  
  24. ;メニューボタンの設定
  25. [BUTTON.MENU]
  26. BitMap1=menu1.bmp
  27. BitMap2=menu2.bmp
  28. BitMap3=menu3.bmp
  29. BitMap4=menu4.bmp
  30. BitMap5=menu5.bmp
  31. Position1 = 25,147
  32. Position2 = 25,195
  33. Position3 = 25,244
  34. Position4 = 25,292
  35. Position5 = 25,341
  36.  
  37. Decoration = inset
  38. Color.Normal = 150,205,0
  39. Color.Select = 255,0,84
  40. FontSize.Normal = 15
  41. FontSize.Select = 16
  42.  
  43. Sound=Menu.wav,Async
  44.  
  45. ;実行ボタン(ランチ)
  46. [BUTTON.Execute]
  47. Bitmap = exec.bmp
  48. Position = 333,362
  49. ;Position = 333,367
  50. ;Margin = 7,3
  51. Margin = 7,1
  52. Column = 3
  53. Row = 3
  54. ;Decoration = inset
  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.bmp
  65. Position = 290,98
  66. HintText = 解説を表示します
  67. Sound=Info.wav,ASync
  68.  
  69. ;終了ボタン
  70. [BUTTON.Exit]
  71. Bitmap = exit.bmp
  72. Position = 235,404
  73. HintText = メニューを終了します
  74. Sound=Exit.wav,Sync
  75.  
  76.