[Settings]
enabled=true

[Items]
// メニューバー
type=SubMenu caption="メインメニュー" target="MENU_MAIN" scut_Key=F
type=SubMenu caption="メッセージ" target="MENU_MSG" scut_Key=T
type=Normal caption="履歴を見る" target="DisplayHistory" syncEnabled=Doing|History|Limit_HistDisp scut_Key=H
type=SubMenu caption="セーブ" target="MENU_SAVE" syncEnabled=History|Save scut_Key=S
type=SubMenu caption="ロード" target="MENU_LOAD" syncEnabled=History scut_Key=L
type=Normal caption="設定画面" target="DispConfig" arguments="menuType=3" syncEnabled=Doing scut_Key=C

// メインメニュー
id=MENU_MAIN type=SubMenu caption="画面表示モード" target="MENU_SCREENMODE" separator=true scut_Key=D
id=MENU_MAIN type=SubMenu caption="音量設定" target="MENU_VOLUME" syncEnabled=History scut_Key=V
id=MENU_MAIN type=Normal caption="フォント設定" target="ShowFontDlg" syncEnabled=Doing scut_Key=F
id=MENU_MAIN type=SubMenu caption="システム言語" target="MENU_LANGUAGE" syncEnabled=Doing|History separator=true scut_Key=L
id=MENU_MAIN type=Normal caption="最初に戻る" target="ReturnTitle" syncEnabled=History separator=true scut_Key=R
id=MENU_MAIN type=Normal caption="このソフトについて" target="DispAbout" syncEnabled=History separator=true scut_Key=A
id=MENU_MAIN type=Normal caption="終了する" target="EndGame" separator=true scut_Key=X

// 画面表示モードメニュー
id=MENU_SCREENMODE type=Radio caption="フルスクリーン" target="ChgScreenMode" arguments="mode=FULL" markCond="#System.screenMode==FULL" scut_Key=F
id=MENU_SCREENMODE type=Radio caption="ウインドウ" target="ChgScreenMode" arguments="mode=WINDOW" markCond="#System.screenMode==WINDOW" scut_Key=W
id=MENU_SCREENMODE type=Normal caption="切り替えパネル表示" target="ShowChgScrnPanel" separator=true scut_Key=S

// 音量設定メニュー
id=MENU_VOLUME type=Check caption="ミュート" target="ChgMuteSts" markCond="#System.muteSts==true" scut_Key=M
id=MENU_VOLUME type=SubMenu caption="BGM" target="MENU_BGMVOL" separator=true scut_Key=B
id=MENU_VOLUME type=SubMenu caption="効果音" target="MENU_SNDVOL" scut_Key=S
id=MENU_VOLUME type=SubMenu caption="システムイベント" target="MENU_SYSEVVOL" scut_Key=E
id=MENU_VOLUME type=Normal caption="音量設定パネル" target="ShowVolPanel" separator=true scut_Key=P

// BGM音量メニュー
id=MENU_BGMVOL type=Radio caption="100%" target="ChgBGMVol" arguments="vol=100" markCond="#System.bgmVolume==100" scut_Key=0
id=MENU_BGMVOL type=Radio caption="50%" target="ChgBGMVol" arguments="vol=50" markCond="#System.bgmVolume==50" scut_Key=1
id=MENU_BGMVOL type=Radio caption="0%" target="ChgBGMVol" arguments="vol=0" markCond="#System.bgmVolume==0" scut_Key=2

// 効果音音量メニュー
id=MENU_SNDVOL type=Radio caption="100%" target="ChgSndVol" arguments="vol=100" markCond="#System.sndVolume==100" scut_Key=0
id=MENU_SNDVOL type=Radio caption="50%" target="ChgSndVol" arguments="vol=50" markCond="#System.sndVolume==50" scut_Key=1
id=MENU_SNDVOL type=Radio caption="0%" target="ChgSndVol" arguments="vol=0" markCond="#System.sndVolume==0" scut_Key=2

// システムイベント音声音量メニュー
id=MENU_SYSEVVOL type=Radio caption="100%" target="ChgSysEvVol" arguments="vol=100" markCond="#System.sysEvVolume==100" scut_Key=0
id=MENU_SYSEVVOL type=Radio caption="50%" target="ChgSysEvVol" arguments="vol=50" markCond="#System.sysEvVolume==50" scut_Key=1
id=MENU_SYSEVVOL type=Radio caption="0%" target="ChgSysEvVol" arguments="vol=0" markCond="#System.sysEvVolume==0" scut_Key=2

// 言語メニュー
id=MENU_LANGUAGE type=Radio caption="中国語 - 簡体字" target="ChgSysLang" arguments="lang=zh-CN" markCond="#System.language_Sys==zh-CN" scut_Key=0
id=MENU_LANGUAGE type=Radio caption="中国語 - 繁体字" target="ChgSysLang" arguments="lang=zh-TW" markCond="#System.language_Sys==zh-TW" scut_Key=1
id=MENU_LANGUAGE type=Radio caption="英語" target="ChgSysLang" arguments="lang=en" markCond="#System.language_Sys==en" scut_Key=2
id=MENU_LANGUAGE type=Radio caption="フランス語" target="ChgSysLang" arguments="lang=fr" markCond="#System.language_Sys==fr" scut_Key=3
id=MENU_LANGUAGE type=Radio caption="ドイツ語" target="ChgSysLang" arguments="lang=de" markCond="#System.language_Sys==de" scut_Key=4
id=MENU_LANGUAGE type=Radio caption="イタリア語" target="ChgSysLang" arguments="lang=it" markCond="#System.language_Sys==it" scut_Key=5
id=MENU_LANGUAGE type=Radio caption="日本語" target="ChgSysLang" arguments="lang=ja" markCond="#System.language_Sys==ja" scut_Key=6
id=MENU_LANGUAGE type=Radio caption="スペイン語" target="ChgSysLang" arguments="lang=es" markCond="#System.language_Sys==es" scut_Key=7

// メッセージメニュー
id=MENU_MSG type=Normal caption="メッセージをスキップ" target="MsgSkip" syncEnabled=Select|HideMsg|Limit_ProgOpe|Limit_Skip scut_Key=K
id=MENU_MSG type=SubMenu caption="表示速度" target="MENU_MSGSPD" separator=true scut_Key=S
id=MENU_MSG type=Check caption="オートモード" target="ChgAutoMode" markCond="#SystemSts.autoMode=='ON'" separator=true scut_Key=A
id=MENU_MSG type=SubMenu caption="オートモードウェイト" target="MENU_AUTOMODE_WAIT" scut_Key=W
id=MENU_MSG type=Normal caption="メッセージを隠す" target="HideMessage" separator=true syncEnabled=Doing|HideMsg scut_Key=H

// メッセージ表示速度メニュー
id=MENU_MSGSPD type=Radio caption="即時表示" target="ChgMsgSpeed" arguments="speed=0" markCond="#System.msgSpd_Normal==0" scut_Key=0
id=MENU_MSGSPD type=Radio caption="最速" target="ChgMsgSpeed" arguments="speed=1" markCond="#System.msgSpd_Normal==10" scut_Key=1
id=MENU_MSGSPD type=Radio caption="速い" target="ChgMsgSpeed" arguments="speed=2" markCond="#System.msgSpd_Normal==30" scut_Key=2
id=MENU_MSGSPD type=Radio caption="普通" target="ChgMsgSpeed" arguments="speed=3" markCond="#System.msgSpd_Normal==50" scut_Key=3
id=MENU_MSGSPD type=Radio caption="遅い" target="ChgMsgSpeed" arguments="speed=4" markCond="#System.msgSpd_Normal==70" scut_Key=4
id=MENU_MSGSPD type=Check caption="ページ末まで一気に" target="ChgPageDash" markCond="#System.pageDash==true" separator=true scut_Key=P

// オートモードウェイトメニュー
id=MENU_AUTOMODE_WAIT type=Radio caption="最短" target="ChgAutoModeWait" arguments="time=40" markCond="#System.autoMode_Wait==40" separator=true scut_Key=1
id=MENU_AUTOMODE_WAIT type=Radio caption="短い" target="ChgAutoModeWait" arguments="time=50" markCond="#System.autoMode_Wait==50" scut_Key=2
id=MENU_AUTOMODE_WAIT type=Radio caption="普通" target="ChgAutoModeWait" arguments="time=100" markCond="#System.autoMode_Wait==100" scut_Key=3
id=MENU_AUTOMODE_WAIT type=Radio caption="長い" target="ChgAutoModeWait" arguments="time=150" markCond="#System.autoMode_Wait==150" scut_Key=4

// セーブメニュー
id=MENU_SAVE type=Normal caption="クイックセーブ" target="ExecSave" arguments="no=0" syncEnabled=History|Save scut_Key=S
id=MENU_SAVE type=Normal caption=":　NO DATA" target="ExecSave" arguments="no=1 chk_ow=true" syncEnabled=History|Save separator=true scut_Key=1 scut_Disp=Head|Only_Key
id=MENU_SAVE type=Normal caption=":　NO DATA" target="ExecSave" arguments="no=2 chk_ow=true" syncEnabled=History|Save scut_Key=2 scut_Disp=Head|Only_Key
id=MENU_SAVE type=Normal caption=":　NO DATA" target="ExecSave" arguments="no=3 chk_ow=true" syncEnabled=History|Save scut_Key=3 scut_Disp=Head|Only_Key
id=MENU_SAVE type=Normal caption=":　NO DATA" target="ExecSave" arguments="no=4 chk_ow=true" syncEnabled=History|Save scut_Key=4 scut_Disp=Head|Only_Key
id=MENU_SAVE type=Normal caption=":　NO DATA" target="ExecSave" arguments="no=5 chk_ow=true" syncEnabled=History|Save scut_Key=5 scut_Disp=Head|Only_Key
id=MENU_SAVE type=Normal caption="セーブ画面を表示" target="DispConfig" arguments="menuType=0" syncEnabled=History|Save separator=true scut_Key=D

// ロードメニュー
id=MENU_LOAD type=Normal caption="クイックロード" target="ExecLoad" arguments="no=0 afterDel=true" syncEnabled=History scut_Key=L
id=MENU_LOAD type=Normal caption=":　NO DATA" target="ExecLoad" arguments="no=1" enabled=false syncEnabled=History separator=true scut_Key=1 scut_Disp=Head|Only_Key
id=MENU_LOAD type=Normal caption=":　NO DATA" target="ExecLoad" arguments="no=2" enabled=false syncEnabled=History scut_Key=2 scut_Disp=Head|Only_Key
id=MENU_LOAD type=Normal caption=":　NO DATA" target="ExecLoad" arguments="no=3" enabled=false syncEnabled=History scut_Key=3 scut_Disp=Head|Only_Key
id=MENU_LOAD type=Normal caption=":　NO DATA" target="ExecLoad" arguments="no=4" enabled=false syncEnabled=History scut_Key=4 scut_Disp=Head|Only_Key
id=MENU_LOAD type=Normal caption=":　NO DATA" target="ExecLoad" arguments="no=5" enabled=false syncEnabled=History scut_Key=5 scut_Disp=Head|Only_Key
id=MENU_LOAD type=Normal caption="ロード画面を表示" target="DispConfig" arguments="menuType=1" syncEnabled=History separator=true scut_Key=D
