home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 November / VPR0211B.ISO / MENU.INI < prev    next >
INI File  |  2002-09-27  |  1KB  |  81 lines

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