home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-02-13 | 1.3 KB | 76 lines |
- [MENU32]
- ;リソースの格納場所
- path=menurc
-
- ;背景画像
- background=menubg.png
-
- ;メニューの窓
- disprect=294,71
-
- ;ウィンドウキャプション
- caption=POWER DVD-ROM MENU
-
- ;タブの位置設定
- [BUTTON.TAB]
- Position = 0,0
- Size = 640,40
- Padding = 10,1
- Sound=Tab.wav,Async
- Decoration = normal
- Color.Normal = 255,255,255
- Color.Select = 255,255,0
- FontSize.Normal = 13
- FontSize.Select = 14
- BGCOLOR=0,30,126
-
- ;メニューボタンの設定
- [BUTTON.MENU]
- BitMap1=menu1.png
- BitMap2=menu2.png
- BitMap3=menu3.png
- BitMap4=menu4.png
- BitMap5=menu5.png
- Position1 = 23,119
- Position2 = 23,174
- Position3 = 23,229
- Position4 = 23,284
- Position5 = 23,339
-
- Decoration = normal
- Color.Normal = 220,220,220
- Color.Select = 255,255,0
- FontSize.Normal = 14
- FontSize.Select = 15
-
- Sound=Menu.wav,Async
-
- ;実行ボタン(ランチ)
- [BUTTON.Execute]
- Bitmap = exec.png
- Position = 285,371
- Margin = 2,2
- Column = 2
- Row = 3
- FontSize.Normal = 15
- FontSize.Activate = 15
- Color.Normal = 255,255,255
- Color.Activate = 255,0,0
- Sound=EXEC.wav,Async
-
-
- ;ポップアップテキスト表示ボタン
- [BUTTON.Info]
- Bitmap = info.png
- Position = 495,368
- HintText = 解説を表示します
- Sound=Info.wav,ASync
-
- ;終了ボタン
- [BUTTON.Exit]
- Bitmap = exit.png
- Position = 584,412
- HintText = メニューを終了します
- Sound=Exit.wav,Sync
-
-