home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 May / VPR0305.ISO / GALLERY / CLICK32.INI < prev   
INI File  |  2002-11-02  |  1KB  |  78 lines

  1. [MENU32]
  2. ;リソースの格納場所
  3. path=CLICKRC
  4.  
  5. ;背景画像
  6. background=menubg.png
  7.  
  8. ;メニューの窓
  9. disprect=280,38
  10.  
  11. ;ウィンドウキャプション
  12. caption=Gallery MENU
  13.  
  14. ;Infoダイアログの表示位置とサイズ
  15. InfoTextPos = 620,120
  16. InfoTextSize =350,250
  17.  
  18. ;メニューボタンの設定
  19. [BUTTON.MENU]
  20. BitMap1=menu1.png
  21. BitMap2=menu2.png
  22. BitMap3=menu3.png
  23. BitMap4=menu4.png
  24. BitMap5=menu5.png
  25. BitMap6=menu6.png
  26. BitMap7=menu7.png
  27. BitMap8=menu8.png
  28. BitMap9=menu9.png
  29. BitMap10=menu10.png
  30.  
  31. Position1 = 23,77
  32. Position2 = 23,109
  33. Position3 = 23,141
  34. Position4 = 23,173
  35. Position5 = 23,206
  36. Position6 = 23,238
  37. Position7 = 23,270
  38. Position8 = 23,302
  39. Position9 = 23,334
  40. Position10 = 23,366
  41.  
  42. Decoration = normal
  43. Color.Normal = 220,220,220
  44. Color.Select = 255,255,0
  45. FontSize.Normal = 15
  46. FontSize.Select = 16
  47.  
  48. Sound=Menu.wav,Async
  49.  
  50. ;実行ボタン(ランチ)
  51. [BUTTON.Execute]
  52. Bitmap = exec.png
  53. Position = 277,369
  54. Margin = 2,2
  55. Column = 2
  56. Row = 3
  57. FontSize.Normal = 15
  58. FontSize.Activate = 15
  59. Color.Normal = 255,255,255
  60. Color.Activate = 255,0,0
  61. Sound=EXEC.wav,Sync
  62.  
  63.  
  64. ;ポップアップテキスト表示ボタン
  65. [BUTTON.Info]
  66. Bitmap = info.png
  67. Position = 498,367
  68. HintText = 解説を表示します
  69. Sound=Info.wav,ASync
  70.  
  71. ;終了ボタン
  72. [BUTTON.Exit]
  73. Bitmap = exit.png
  74. Position = 586,410
  75. HintText = メニューを終了します
  76. Sound=Exit.wav,Sync
  77.  
  78.