home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-12-26 | 1.3 KB | 76 lines |
- [MENU32]
- ;リソースの格納場所
- path=menurc
-
- ;背景画像
- background=menubg.png
-
- ;メニューの窓
- disprect=277,52
-
- ;ウィンドウキャプション
- caption=POWER CD-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 = 15
- FontSize.Select = 16
- BGCOLOR=0,126,22
-
- ;メニューボタンの設定
- [BUTTON.MENU]
- BitMap1=menu1.png
- BitMap2=menu2.png
- BitMap3=menu3.png
- BitMap4=menu4.png
- BitMap5=menu5.png
- Position1 = 9,123
- Position2 = 9,178
- Position3 = 9,234
- Position4 = 9,290
- Position5 = 9,347
-
- Decoration = normal
- Color.Normal = 72,210,144
- Color.Select = 255,255,0
- FontSize.Normal = 14
- FontSize.Select = 15
-
- Sound=Menu.wav,Async
-
- ;実行ボタン(ランチ)
- [BUTTON.Execute]
- Bitmap = exec.png
- Position = 277,355
- Margin = 0,0
- Column = 3
- Row = 2
- FontSize.Normal = 15
- FontSize.Activate = 15
- Color.Normal = 255,255,255
- Color.Activate = 255,0,0
- Sound=EXEC.wav,Sync
-
-
- ;ポップアップテキスト表示ボタン
- [BUTTON.Info]
- Bitmap = info.png
- Position = 592,144
- HintText = 解説を表示します
- Sound=Info.wav,ASync
-
- ;終了ボタン
- [BUTTON.Exit]
- Bitmap = exit.png
- Position = 517,414
- HintText = メニューを終了します
- Sound=Exit.wav,Sync
-
-