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

  1. [CLICK32]
  2. ;リソースの格納場所
  3. path=clickrc
  4.  
  5. ;背景画像
  6. background=clickbg.bmp
  7.  
  8. ;窓の定義, (座標とサイズ  x,y,cx,cy)
  9. Disprect=291,48,294,217
  10.  
  11. ;標準サウンド
  12. ;Sound=Click.wav
  13.  
  14. [Title]
  15. Rect=31,135,187,171
  16. FontSize=15
  17. Color=64,0,0
  18. Bold=true
  19.  
  20. [Text]
  21. Rect=43,365,544,54
  22. FontSize=18
  23. Color = 255,255,255
  24. Bold=true
  25.  
  26. [PAGE]
  27. RECT=97,326,46,22
  28. FontSize=18
  29. Color = 255,255,255
  30. Bold=true
  31.  
  32.  
  33.  
  34. ;実行ボタン(ランチ)
  35. [BUTTON.Execute]
  36. Bitmap = exec.bmp
  37. Position = 262, 316
  38. Margin = 7,3
  39. Column = 2
  40. Row = 1
  41. ;Decoration = inset
  42. FontSize.Normal = 16
  43. FontSize.Activate = 14
  44. Color.Normal = 255,255,255
  45. Color.Activate = 128,0,0
  46. sound = EXEC.WAV,Async
  47.  
  48. ;ポップアップテキスト表示ボタン
  49. [BUTTON.Info]
  50. Bitmap = info.bmp
  51. Position = 224,57
  52. HintText = 解説を表示します
  53. sound = INFO.WAV,Async
  54.  
  55. ;終了ボタン
  56. [BUTTON.Exit]
  57. Bitmap = exit.bmp
  58. Position = 238,405
  59. HintText = メニューを終了します
  60. sound = Exit.wav,sync
  61.  
  62. [BUTTON.PREV]
  63. Position = 5,319
  64. bitmap=prev.bmp
  65. HintText = コンテンツの切り換え
  66. sound = TAB.wav,sync
  67.  
  68. [BUTTON.NEXT]
  69. Position = 188,319
  70. bitmap=next.bmp
  71. HintText = コンテンツの切り換え
  72. sound = TAB.wav,sync
  73.  
  74.  
  75.