home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 March / VPR0403.ISO / MENU.INI < prev    next >
INI File  |  2003-11-18  |  2KB  |  95 lines

  1. [MENU32]
  2. ;リソースの格納場所
  3. path=menurc
  4.  
  5. ;背景画像
  6. background=SideABG.png
  7. backgroundA=SideA.png
  8. backgroundB=SideB.png
  9.  
  10. ;メニューの窓
  11. disprect=293,125
  12.  
  13. ;ウィンドウキャプション
  14. caption=POWER DVD-ROM MENU
  15.  
  16. ;初期画面のSideA SideB
  17. [BUTTON.SelectSide]
  18. Position1 = 78,132
  19. Position2 = 394,132
  20. Bitmap=SelectSide.png
  21. Sound=Tab.wav,Async
  22.  
  23. ;実行画面のSideA SideB
  24. [BUTTON.SideChange]
  25. Position = 42,422
  26. Bitmap=JumptoSide.png
  27. Sound=Tab.wav,Async
  28.  
  29. ;タブの位置設定
  30. [BUTTON.TAB]
  31. Position = 0,0
  32. Size = 640,40
  33. Padding = 10,1
  34. Sound=Tab.wav,Async
  35. Decoration = normal
  36. Color.Normal = 0,128,0
  37. Color.Select = 0,0,0
  38. FontSize.Normal = 14
  39. FontSize.Select = 14
  40. BGCOLOR=200,211,0
  41.  
  42. ;メニューボタンの設定
  43. [BUTTON.MENU]
  44. BitMap1=menu1.png
  45. BitMap2=menu2.png
  46. BitMap3=menu3.png
  47. BitMap4=menu4.png
  48. BitMap5=menu5.png
  49. Position1 = 29,119
  50. Position2 = 29,175
  51. Position3 = 29,230
  52. Position4 = 29,286
  53. Position5 = 29,343
  54.  
  55. Decoration = normal
  56. Color.Normal = 233,233,255
  57. Color.Select = 0,0,0
  58. FontSize.Normal = 14
  59. FontSize.Select = 14
  60.  
  61. Sound=Menu.wav,Async
  62.  
  63. ;実行ボタン(ランチ)
  64. [BUTTON.Execute]
  65. Bitmap = exec.png
  66.  
  67. 下詰めの場合
  68. Position = 301,373
  69. Margin = 4,3
  70.  
  71. Column = 2
  72. Row = 3
  73. FontSize.Normal = 12
  74. FontSize.Activate = 12
  75. Decoration = normal
  76. Color.Normal = 0,0,0
  77. Color.Activate = 255,128,32
  78. Sound=EXEC.wav,Sync
  79.  
  80.  
  81. ;ポップアップテキスト表示ボタン
  82. [BUTTON.Info]
  83. Bitmap = info.png
  84. Position = 511,90
  85. HintText = 解説を表示します
  86. Sound=Info.wav,ASync
  87.  
  88. ;終了ボタン
  89. [BUTTON.Exit]
  90. ;Bitmap = exit.png
  91. Position = 0,60
  92. HintText = メニューを終了します
  93. Sound=Exit.wav,Sync
  94.  
  95.