OSDN Git Service

#xxxxx DTXCreatorからのDTXMania本体を呼び出すViewerの設定でも、WASAPI共有を選択できるようにした。
authoryyagi <yyagi.dtxmania@gmail.com>
Tue, 6 Jun 2017 15:31:37 +0000 (00:31 +0900)
committeryyagi <yyagi.dtxmania@gmail.com>
Tue, 6 Jun 2017 15:31:37 +0000 (00:31 +0900)
DTXCreator/コード/00.全体/AppSetting.cs
DTXCreator/コード/00.全体/Cバージョン情報.cs
DTXCreator/コード/03.オプション関連/Cオプションダイアログ.Designer.cs
DTXCreator/コード/03.オプション関連/Cオプションダイアログ.cs
DTXCreator/コード/03.オプション関連/Cオプションダイアログ.ja-JP.resx
DTXCreator/コード/03.オプション関連/Cオプションダイアログ.resx
DTXCreator/コード/03.オプション関連/Cオプション管理.cs
DTXMania/コード/ステージ/04.コンフィグ/COption.cs
DTXMania/コード/ステージ/CDTXVmode.cs
RuntimeResources/DTXCreatorSetting.config

index ebaa518..44fdf3c 100644 (file)
@@ -457,15 +457,15 @@ namespace DTXCreator
                                                string soundtypeopt = "";
                                                switch ( SoundType )
                                                {
-                                                       //case ViewerSoundType.DirectSound:
                                                        case FDK.ESoundDeviceType.DirectSound:
                                                                soundtypeopt = "D";
                                                                break;
-                                                       //case ViewerSoundType.WASAPI:
                                                        case FDK.ESoundDeviceType.ExclusiveWASAPI:
-                                                               soundtypeopt = "W";
+                                                               soundtypeopt = "WE";
+                                                               break;
+                                                       case FDK.ESoundDeviceType.SharedWASAPI:
+                                                               soundtypeopt = "WS";
                                                                break;
-                                                       //case ViewerSoundType.ASIO:
                                                        case FDK.ESoundDeviceType.ASIO:
                                                                soundtypeopt = "A";
                                                                soundtypeopt += ASIODeviceNo.ToString();
index 414f296..a18b068 100644 (file)
@@ -33,7 +33,7 @@ namespace DTXCreator
                        Font font = new System.Drawing.Font( "Arial", 8f, FontStyle.Bold );
                        Brush brush = new SolidBrush( Color.FromArgb( 0xff, 179, 194, 251 ) );
                        Rectangle layoutRectangle = new Rectangle( 8, 54, 400, 40 );
-                       e.Graphics.DrawString( "Copyright (c) 2000-2016 FROM/K.YAMASAKI All rights reserved.\nMIDI Import feature powered by _t3__", font, brush, layoutRectangle );
+                       e.Graphics.DrawString( "Copyright (c) 2000-2017 FROM/K.YAMASAKI All rights reserved.\nMIDI Import feature powered by _t3__", font, brush, layoutRectangle );
                        brush.Dispose();
                        font.Dispose();
 
index 98fdaa7..1de8b02 100644 (file)
@@ -28,7 +28,7 @@
                /// </summary>
                private void InitializeComponent()
                {
-                       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( Cオプションダイアログ ) );
+                       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Cオプションダイアログ));
                        this.tabPage全般 = new System.Windows.Forms.TabPage();
                        this.groupBoxDefaultOperationMode = new System.Windows.Forms.GroupBox();
                        this.pictureBox_EditMode = new System.Windows.Forms.PictureBox();
                        this.checkBox_VSyncWait = new System.Windows.Forms.CheckBox();
                        this.checkBox_GRmode = new System.Windows.Forms.CheckBox();
                        this.groupBox_SoundDeviceSettings = new System.Windows.Forms.GroupBox();
+                       this.radioButton_WASAPI_Shared = new System.Windows.Forms.RadioButton();
                        this.label_Notice = new System.Windows.Forms.Label();
                        this.radioButton_DirectSound = new System.Windows.Forms.RadioButton();
-                       this.radioButton_WASAPI = new System.Windows.Forms.RadioButton();
+                       this.radioButton_WASAPI_Exclusive = new System.Windows.Forms.RadioButton();
                        this.comboBox_ASIOdevices = new System.Windows.Forms.ComboBox();
                        this.radioButton_ASIO = new System.Windows.Forms.RadioButton();
                        this.radioButton_UseDTXViewer = new System.Windows.Forms.RadioButton();
@@ -64,9 +65,9 @@
                        this.buttonOK = new System.Windows.Forms.Button();
                        this.tabPage全般.SuspendLayout();
                        this.groupBoxDefaultOperationMode.SuspendLayout();
-                       ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox_EditMode ) ).BeginInit();
-                       ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox_SelectMode ) ).BeginInit();
-                       ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown最近使用したファイルの最大表示個数 ) ).BeginInit();
+                       ((System.ComponentModel.ISupportInitialize)(this.pictureBox_EditMode)).BeginInit();
+                       ((System.ComponentModel.ISupportInitialize)(this.pictureBox_SelectMode)).BeginInit();
+                       ((System.ComponentModel.ISupportInitialize)(this.numericUpDown最近使用したファイルの最大表示個数)).BeginInit();
                        this.tabControlオプション.SuspendLayout();
                        this.tabPageLanes.SuspendLayout();
                        this.tabPageViewer.SuspendLayout();
                        // 
                        // tabPage全般
                        // 
-                       this.tabPage全般.AccessibleDescription = null;
-                       this.tabPage全般.AccessibleName = null;
-                       resources.ApplyResources( this.tabPage全般, "tabPage全般" );
-                       this.tabPage全般.BackgroundImage = null;
-                       this.tabPage全般.Controls.Add( this.groupBoxDefaultOperationMode );
-                       this.tabPage全般.Controls.Add( this.checkBoxPlaySoundOnChip );
-                       this.tabPage全般.Controls.Add( this.checkBoxPreviewBGM );
-                       this.tabPage全般.Controls.Add( this.checkBoxオートフォーカス );
-                       this.tabPage全般.Controls.Add( this.label個まで表示する );
-                       this.tabPage全般.Controls.Add( this.checkBox最近使用したファイル );
-                       this.tabPage全般.Controls.Add( this.numericUpDown最近使用したファイルの最大表示個数 );
-                       this.tabPage全般.Font = null;
+                       resources.ApplyResources(this.tabPage全般, "tabPage全般");
+                       this.tabPage全般.Controls.Add(this.groupBoxDefaultOperationMode);
+                       this.tabPage全般.Controls.Add(this.checkBoxPlaySoundOnChip);
+                       this.tabPage全般.Controls.Add(this.checkBoxPreviewBGM);
+                       this.tabPage全般.Controls.Add(this.checkBoxオートフォーカス);
+                       this.tabPage全般.Controls.Add(this.label個まで表示する);
+                       this.tabPage全般.Controls.Add(this.checkBox最近使用したファイル);
+                       this.tabPage全般.Controls.Add(this.numericUpDown最近使用したファイルの最大表示個数);
                        this.tabPage全般.Name = "tabPage全般";
                        this.tabPage全般.UseVisualStyleBackColor = true;
                        // 
                        // groupBoxDefaultOperationMode
                        // 
-                       this.groupBoxDefaultOperationMode.AccessibleDescription = null;
-                       this.groupBoxDefaultOperationMode.AccessibleName = null;
-                       resources.ApplyResources( this.groupBoxDefaultOperationMode, "groupBoxDefaultOperationMode" );
-                       this.groupBoxDefaultOperationMode.BackgroundImage = null;
-                       this.groupBoxDefaultOperationMode.Controls.Add( this.pictureBox_EditMode );
-                       this.groupBoxDefaultOperationMode.Controls.Add( this.pictureBox_SelectMode );
-                       this.groupBoxDefaultOperationMode.Controls.Add( this.radioButton_EditMode );
-                       this.groupBoxDefaultOperationMode.Controls.Add( this.radioButton_SelectMode );
-                       this.groupBoxDefaultOperationMode.Font = null;
+                       resources.ApplyResources(this.groupBoxDefaultOperationMode, "groupBoxDefaultOperationMode");
+                       this.groupBoxDefaultOperationMode.Controls.Add(this.pictureBox_EditMode);
+                       this.groupBoxDefaultOperationMode.Controls.Add(this.pictureBox_SelectMode);
+                       this.groupBoxDefaultOperationMode.Controls.Add(this.radioButton_EditMode);
+                       this.groupBoxDefaultOperationMode.Controls.Add(this.radioButton_SelectMode);
                        this.groupBoxDefaultOperationMode.Name = "groupBoxDefaultOperationMode";
                        this.groupBoxDefaultOperationMode.TabStop = false;
                        // 
                        // pictureBox_EditMode
                        // 
-                       this.pictureBox_EditMode.AccessibleDescription = null;
-                       this.pictureBox_EditMode.AccessibleName = null;
-                       resources.ApplyResources( this.pictureBox_EditMode, "pictureBox_EditMode" );
-                       this.pictureBox_EditMode.BackgroundImage = null;
-                       this.pictureBox_EditMode.ErrorImage = null;
-                       this.pictureBox_EditMode.Font = null;
+                       resources.ApplyResources(this.pictureBox_EditMode, "pictureBox_EditMode");
                        this.pictureBox_EditMode.Image = global::DTXCreator.Properties.Resources.鉛筆;
-                       this.pictureBox_EditMode.ImageLocation = null;
-                       this.pictureBox_EditMode.InitialImage = null;
                        this.pictureBox_EditMode.Name = "pictureBox_EditMode";
                        this.pictureBox_EditMode.TabStop = false;
                        // 
                        // pictureBox_SelectMode
                        // 
-                       this.pictureBox_SelectMode.AccessibleDescription = null;
-                       this.pictureBox_SelectMode.AccessibleName = null;
-                       resources.ApplyResources( this.pictureBox_SelectMode, "pictureBox_SelectMode" );
-                       this.pictureBox_SelectMode.BackgroundImage = null;
-                       this.pictureBox_SelectMode.Font = null;
+                       resources.ApplyResources(this.pictureBox_SelectMode, "pictureBox_SelectMode");
                        this.pictureBox_SelectMode.Image = global::DTXCreator.Properties.Resources.矢印ポインタ;
-                       this.pictureBox_SelectMode.ImageLocation = null;
-                       this.pictureBox_SelectMode.InitialImage = null;
                        this.pictureBox_SelectMode.Name = "pictureBox_SelectMode";
                        this.pictureBox_SelectMode.TabStop = false;
                        // 
                        // radioButton_EditMode
                        // 
-                       this.radioButton_EditMode.AccessibleDescription = null;
-                       this.radioButton_EditMode.AccessibleName = null;
-                       resources.ApplyResources( this.radioButton_EditMode, "radioButton_EditMode" );
-                       this.radioButton_EditMode.BackgroundImage = null;
-                       this.radioButton_EditMode.Font = null;
+                       resources.ApplyResources(this.radioButton_EditMode, "radioButton_EditMode");
                        this.radioButton_EditMode.Name = "radioButton_EditMode";
                        this.radioButton_EditMode.TabStop = true;
                        this.radioButton_EditMode.UseVisualStyleBackColor = true;
-                       this.radioButton_EditMode.CheckedChanged += new System.EventHandler( this.radioButtonEditMove_CheckedChanged );
+                       this.radioButton_EditMode.CheckedChanged += new System.EventHandler(this.radioButtonEditMove_CheckedChanged);
                        // 
                        // radioButton_SelectMode
                        // 
-                       this.radioButton_SelectMode.AccessibleDescription = null;
-                       this.radioButton_SelectMode.AccessibleName = null;
-                       resources.ApplyResources( this.radioButton_SelectMode, "radioButton_SelectMode" );
-                       this.radioButton_SelectMode.BackgroundImage = null;
-                       this.radioButton_SelectMode.Font = null;
+                       resources.ApplyResources(this.radioButton_SelectMode, "radioButton_SelectMode");
                        this.radioButton_SelectMode.Name = "radioButton_SelectMode";
                        this.radioButton_SelectMode.TabStop = true;
                        this.radioButton_SelectMode.UseVisualStyleBackColor = true;
-                       this.radioButton_SelectMode.CheckedChanged += new System.EventHandler( this.radioButtonSelectMode_CheckedChanged );
+                       this.radioButton_SelectMode.CheckedChanged += new System.EventHandler(this.radioButtonSelectMode_CheckedChanged);
                        // 
                        // checkBoxPlaySoundOnChip
                        // 
-                       this.checkBoxPlaySoundOnChip.AccessibleDescription = null;
-                       this.checkBoxPlaySoundOnChip.AccessibleName = null;
-                       resources.ApplyResources( this.checkBoxPlaySoundOnChip, "checkBoxPlaySoundOnChip" );
-                       this.checkBoxPlaySoundOnChip.BackgroundImage = null;
-                       this.checkBoxPlaySoundOnChip.Font = null;
+                       resources.ApplyResources(this.checkBoxPlaySoundOnChip, "checkBoxPlaySoundOnChip");
                        this.checkBoxPlaySoundOnChip.Name = "checkBoxPlaySoundOnChip";
                        this.checkBoxPlaySoundOnChip.UseVisualStyleBackColor = true;
                        // 
                        // checkBoxPreviewBGM
                        // 
-                       this.checkBoxPreviewBGM.AccessibleDescription = null;
-                       this.checkBoxPreviewBGM.AccessibleName = null;
-                       resources.ApplyResources( this.checkBoxPreviewBGM, "checkBoxPreviewBGM" );
-                       this.checkBoxPreviewBGM.BackgroundImage = null;
-                       this.checkBoxPreviewBGM.Font = null;
+                       resources.ApplyResources(this.checkBoxPreviewBGM, "checkBoxPreviewBGM");
                        this.checkBoxPreviewBGM.Name = "checkBoxPreviewBGM";
                        this.checkBoxPreviewBGM.UseVisualStyleBackColor = true;
                        // 
                        // checkBoxオートフォーカス
                        // 
-                       this.checkBoxオートフォーカス.AccessibleDescription = null;
-                       this.checkBoxオートフォーカス.AccessibleName = null;
-                       resources.ApplyResources( this.checkBoxオートフォーカス, "checkBoxオートフォーカス" );
-                       this.checkBoxオートフォーカス.BackgroundImage = null;
-                       this.checkBoxオートフォーカス.Font = null;
+                       resources.ApplyResources(this.checkBoxオートフォーカス, "checkBoxオートフォーカス");
                        this.checkBoxオートフォーカス.Name = "checkBoxオートフォーカス";
                        this.checkBoxオートフォーカス.UseVisualStyleBackColor = true;
                        // 
                        // label個まで表示する
                        // 
-                       this.label個まで表示する.AccessibleDescription = null;
-                       this.label個まで表示する.AccessibleName = null;
-                       resources.ApplyResources( this.label個まで表示する, "label個まで表示する" );
-                       this.label個まで表示する.Font = null;
+                       resources.ApplyResources(this.label個まで表示する, "label個まで表示する");
                        this.label個まで表示する.Name = "label個まで表示する";
                        // 
                        // checkBox最近使用したファイル
                        // 
-                       this.checkBox最近使用したファイル.AccessibleDescription = null;
-                       this.checkBox最近使用したファイル.AccessibleName = null;
-                       resources.ApplyResources( this.checkBox最近使用したファイル, "checkBox最近使用したファイル" );
-                       this.checkBox最近使用したファイル.BackgroundImage = null;
-                       this.checkBox最近使用したファイル.Font = null;
+                       resources.ApplyResources(this.checkBox最近使用したファイル, "checkBox最近使用したファイル");
                        this.checkBox最近使用したファイル.Name = "checkBox最近使用したファイル";
                        this.checkBox最近使用したファイル.UseVisualStyleBackColor = true;
                        // 
                        // numericUpDown最近使用したファイルの最大表示個数
                        // 
-                       this.numericUpDown最近使用したファイルの最大表示個数.AccessibleDescription = null;
-                       this.numericUpDown最近使用したファイルの最大表示個数.AccessibleName = null;
-                       resources.ApplyResources( this.numericUpDown最近使用したファイルの最大表示個数, "numericUpDown最近使用したファイルの最大表示個数" );
-                       this.numericUpDown最近使用したファイルの最大表示個数.Font = null;
-                       this.numericUpDown最近使用したファイルの最大表示個数.Maximum = new decimal( new int[] {
+                       resources.ApplyResources(this.numericUpDown最近使用したファイルの最大表示個数, "numericUpDown最近使用したファイルの最大表示個数");
+                       this.numericUpDown最近使用したファイルの最大表示個数.Maximum = new decimal(new int[] {
             10,
             0,
             0,
-            0} );
-                       this.numericUpDown最近使用したファイルの最大表示個数.Minimum = new decimal( new int[] {
+            0});
+                       this.numericUpDown最近使用したファイルの最大表示個数.Minimum = new decimal(new int[] {
             1,
             0,
             0,
-            0} );
+            0});
                        this.numericUpDown最近使用したファイルの最大表示個数.Name = "numericUpDown最近使用したファイルの最大表示個数";
-                       this.numericUpDown最近使用したファイルの最大表示個数.Value = new decimal( new int[] {
+                       this.numericUpDown最近使用したファイルの最大表示個数.Value = new decimal(new int[] {
             1,
             0,
             0,
-            0} );
+            0});
                        // 
                        // tabControlオプション
                        // 
-                       this.tabControlオプション.AccessibleDescription = null;
-                       this.tabControlオプション.AccessibleName = null;
-                       resources.ApplyResources( this.tabControlオプション, "tabControlオプション" );
-                       this.tabControlオプション.BackgroundImage = null;
-                       this.tabControlオプション.Controls.Add( this.tabPage全般 );
-                       this.tabControlオプション.Controls.Add( this.tabPageLanes );
-                       this.tabControlオプション.Controls.Add( this.tabPageViewer );
-                       this.tabControlオプション.Font = null;
+                       resources.ApplyResources(this.tabControlオプション, "tabControlオプション");
+                       this.tabControlオプション.Controls.Add(this.tabPage全般);
+                       this.tabControlオプション.Controls.Add(this.tabPageLanes);
+                       this.tabControlオプション.Controls.Add(this.tabPageViewer);
                        this.tabControlオプション.Name = "tabControlオプション";
                        this.tabControlオプション.SelectedIndex = 0;
-                       this.tabControlオプション.KeyDown += new System.Windows.Forms.KeyEventHandler( this.tabControlオプション_KeyDown );
+                       this.tabControlオプション.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tabControlオプション_KeyDown);
                        // 
                        // tabPageLanes
                        // 
-                       this.tabPageLanes.AccessibleDescription = null;
-                       this.tabPageLanes.AccessibleName = null;
-                       resources.ApplyResources( this.tabPageLanes, "tabPageLanes" );
-                       this.tabPageLanes.BackgroundImage = null;
-                       this.tabPageLanes.Controls.Add( this.labelSelectLanes );
-                       this.tabPageLanes.Controls.Add( this.checkedListBoxLaneSelectList );
-                       this.tabPageLanes.Font = null;
+                       resources.ApplyResources(this.tabPageLanes, "tabPageLanes");
+                       this.tabPageLanes.Controls.Add(this.labelSelectLanes);
+                       this.tabPageLanes.Controls.Add(this.checkedListBoxLaneSelectList);
                        this.tabPageLanes.Name = "tabPageLanes";
                        this.tabPageLanes.UseVisualStyleBackColor = true;
                        // 
                        // labelSelectLanes
                        // 
-                       this.labelSelectLanes.AccessibleDescription = null;
-                       this.labelSelectLanes.AccessibleName = null;
-                       resources.ApplyResources( this.labelSelectLanes, "labelSelectLanes" );
-                       this.labelSelectLanes.Font = null;
+                       resources.ApplyResources(this.labelSelectLanes, "labelSelectLanes");
                        this.labelSelectLanes.Name = "labelSelectLanes";
                        // 
                        // checkedListBoxLaneSelectList
                        // 
-                       this.checkedListBoxLaneSelectList.AccessibleDescription = null;
-                       this.checkedListBoxLaneSelectList.AccessibleName = null;
-                       resources.ApplyResources( this.checkedListBoxLaneSelectList, "checkedListBoxLaneSelectList" );
-                       this.checkedListBoxLaneSelectList.BackgroundImage = null;
+                       resources.ApplyResources(this.checkedListBoxLaneSelectList, "checkedListBoxLaneSelectList");
                        this.checkedListBoxLaneSelectList.CheckOnClick = true;
-                       this.checkedListBoxLaneSelectList.Font = null;
                        this.checkedListBoxLaneSelectList.FormattingEnabled = true;
                        this.checkedListBoxLaneSelectList.Name = "checkedListBoxLaneSelectList";
                        // 
                        // tabPageViewer
                        // 
-                       this.tabPageViewer.AccessibleDescription = null;
-                       this.tabPageViewer.AccessibleName = null;
-                       resources.ApplyResources( this.tabPageViewer, "tabPageViewer" );
-                       this.tabPageViewer.BackgroundImage = null;
-                       this.tabPageViewer.Controls.Add( this.groupBox_SelectViewer );
-                       this.tabPageViewer.Font = null;
+                       resources.ApplyResources(this.tabPageViewer, "tabPageViewer");
+                       this.tabPageViewer.Controls.Add(this.groupBox_SelectViewer);
                        this.tabPageViewer.Name = "tabPageViewer";
                        this.tabPageViewer.UseVisualStyleBackColor = true;
                        // 
                        // groupBox_SelectViewer
                        // 
-                       this.groupBox_SelectViewer.AccessibleDescription = null;
-                       this.groupBox_SelectViewer.AccessibleName = null;
-                       resources.ApplyResources( this.groupBox_SelectViewer, "groupBox_SelectViewer" );
-                       this.groupBox_SelectViewer.BackgroundImage = null;
-                       this.groupBox_SelectViewer.Controls.Add( this.groupBox_DTXManiaSettings );
-                       this.groupBox_SelectViewer.Controls.Add( this.groupBox_SoundDeviceSettings );
-                       this.groupBox_SelectViewer.Controls.Add( this.radioButton_UseDTXViewer );
-                       this.groupBox_SelectViewer.Controls.Add( this.radioButton_UseDTXManiaGR );
-                       this.groupBox_SelectViewer.Font = null;
+                       resources.ApplyResources(this.groupBox_SelectViewer, "groupBox_SelectViewer");
+                       this.groupBox_SelectViewer.Controls.Add(this.groupBox_DTXManiaSettings);
+                       this.groupBox_SelectViewer.Controls.Add(this.groupBox_SoundDeviceSettings);
+                       this.groupBox_SelectViewer.Controls.Add(this.radioButton_UseDTXViewer);
+                       this.groupBox_SelectViewer.Controls.Add(this.radioButton_UseDTXManiaGR);
                        this.groupBox_SelectViewer.Name = "groupBox_SelectViewer";
                        this.groupBox_SelectViewer.TabStop = false;
                        // 
                        // groupBox_DTXManiaSettings
                        // 
-                       this.groupBox_DTXManiaSettings.AccessibleDescription = null;
-                       this.groupBox_DTXManiaSettings.AccessibleName = null;
-                       resources.ApplyResources( this.groupBox_DTXManiaSettings, "groupBox_DTXManiaSettings" );
-                       this.groupBox_DTXManiaSettings.BackgroundImage = null;
-                       this.groupBox_DTXManiaSettings.Controls.Add( this.label1 );
-                       this.groupBox_DTXManiaSettings.Controls.Add( this.checkBox_TimeStretch );
-                       this.groupBox_DTXManiaSettings.Controls.Add( this.checkBox_VSyncWait );
-                       this.groupBox_DTXManiaSettings.Controls.Add( this.checkBox_GRmode );
-                       this.groupBox_DTXManiaSettings.Font = null;
+                       resources.ApplyResources(this.groupBox_DTXManiaSettings, "groupBox_DTXManiaSettings");
+                       this.groupBox_DTXManiaSettings.Controls.Add(this.label1);
+                       this.groupBox_DTXManiaSettings.Controls.Add(this.checkBox_TimeStretch);
+                       this.groupBox_DTXManiaSettings.Controls.Add(this.checkBox_VSyncWait);
+                       this.groupBox_DTXManiaSettings.Controls.Add(this.checkBox_GRmode);
                        this.groupBox_DTXManiaSettings.Name = "groupBox_DTXManiaSettings";
                        this.groupBox_DTXManiaSettings.TabStop = false;
                        // 
                        // label1
                        // 
-                       this.label1.AccessibleDescription = null;
-                       this.label1.AccessibleName = null;
-                       resources.ApplyResources( this.label1, "label1" );
-                       this.label1.Font = null;
+                       resources.ApplyResources(this.label1, "label1");
                        this.label1.Name = "label1";
                        // 
                        // checkBox_TimeStretch
                        // 
-                       this.checkBox_TimeStretch.AccessibleDescription = null;
-                       this.checkBox_TimeStretch.AccessibleName = null;
-                       resources.ApplyResources( this.checkBox_TimeStretch, "checkBox_TimeStretch" );
-                       this.checkBox_TimeStretch.BackgroundImage = null;
-                       this.checkBox_TimeStretch.Font = null;
+                       resources.ApplyResources(this.checkBox_TimeStretch, "checkBox_TimeStretch");
                        this.checkBox_TimeStretch.Name = "checkBox_TimeStretch";
                        this.checkBox_TimeStretch.UseVisualStyleBackColor = true;
                        // 
                        // checkBox_VSyncWait
                        // 
-                       this.checkBox_VSyncWait.AccessibleDescription = null;
-                       this.checkBox_VSyncWait.AccessibleName = null;
-                       resources.ApplyResources( this.checkBox_VSyncWait, "checkBox_VSyncWait" );
-                       this.checkBox_VSyncWait.BackgroundImage = null;
-                       this.checkBox_VSyncWait.Font = null;
+                       resources.ApplyResources(this.checkBox_VSyncWait, "checkBox_VSyncWait");
                        this.checkBox_VSyncWait.Name = "checkBox_VSyncWait";
                        this.checkBox_VSyncWait.UseVisualStyleBackColor = true;
                        // 
                        // checkBox_GRmode
                        // 
-                       this.checkBox_GRmode.AccessibleDescription = null;
-                       this.checkBox_GRmode.AccessibleName = null;
-                       resources.ApplyResources( this.checkBox_GRmode, "checkBox_GRmode" );
-                       this.checkBox_GRmode.BackgroundImage = null;
-                       this.checkBox_GRmode.Font = null;
+                       resources.ApplyResources(this.checkBox_GRmode, "checkBox_GRmode");
                        this.checkBox_GRmode.Name = "checkBox_GRmode";
                        this.checkBox_GRmode.UseVisualStyleBackColor = true;
                        // 
                        // groupBox_SoundDeviceSettings
                        // 
-                       this.groupBox_SoundDeviceSettings.AccessibleDescription = null;
-                       this.groupBox_SoundDeviceSettings.AccessibleName = null;
-                       resources.ApplyResources( this.groupBox_SoundDeviceSettings, "groupBox_SoundDeviceSettings" );
-                       this.groupBox_SoundDeviceSettings.BackgroundImage = null;
-                       this.groupBox_SoundDeviceSettings.Controls.Add( this.label_Notice );
-                       this.groupBox_SoundDeviceSettings.Controls.Add( this.radioButton_DirectSound );
-                       this.groupBox_SoundDeviceSettings.Controls.Add( this.radioButton_WASAPI );
-                       this.groupBox_SoundDeviceSettings.Controls.Add( this.comboBox_ASIOdevices );
-                       this.groupBox_SoundDeviceSettings.Controls.Add( this.radioButton_ASIO );
-                       this.groupBox_SoundDeviceSettings.Font = null;
+                       resources.ApplyResources(this.groupBox_SoundDeviceSettings, "groupBox_SoundDeviceSettings");
+                       this.groupBox_SoundDeviceSettings.Controls.Add(this.radioButton_WASAPI_Shared);
+                       this.groupBox_SoundDeviceSettings.Controls.Add(this.label_Notice);
+                       this.groupBox_SoundDeviceSettings.Controls.Add(this.radioButton_DirectSound);
+                       this.groupBox_SoundDeviceSettings.Controls.Add(this.radioButton_WASAPI_Exclusive);
+                       this.groupBox_SoundDeviceSettings.Controls.Add(this.comboBox_ASIOdevices);
+                       this.groupBox_SoundDeviceSettings.Controls.Add(this.radioButton_ASIO);
                        this.groupBox_SoundDeviceSettings.Name = "groupBox_SoundDeviceSettings";
                        this.groupBox_SoundDeviceSettings.TabStop = false;
                        // 
+                       // radioButton_WASAPI_Shared
+                       // 
+                       resources.ApplyResources(this.radioButton_WASAPI_Shared, "radioButton_WASAPI_Shared");
+                       this.radioButton_WASAPI_Shared.Name = "radioButton_WASAPI_Shared";
+                       this.radioButton_WASAPI_Shared.TabStop = true;
+                       this.radioButton_WASAPI_Shared.UseVisualStyleBackColor = true;
+                       this.radioButton_WASAPI_Shared.CheckedChanged += new System.EventHandler(this.radioButton_WASAPI_Shared_CheckedChanged);
+                       // 
                        // label_Notice
                        // 
-                       this.label_Notice.AccessibleDescription = null;
-                       this.label_Notice.AccessibleName = null;
-                       resources.ApplyResources( this.label_Notice, "label_Notice" );
+                       resources.ApplyResources(this.label_Notice, "label_Notice");
                        this.label_Notice.AutoEllipsis = true;
-                       this.label_Notice.Font = null;
                        this.label_Notice.Name = "label_Notice";
                        // 
                        // radioButton_DirectSound
                        // 
-                       this.radioButton_DirectSound.AccessibleDescription = null;
-                       this.radioButton_DirectSound.AccessibleName = null;
-                       resources.ApplyResources( this.radioButton_DirectSound, "radioButton_DirectSound" );
-                       this.radioButton_DirectSound.BackgroundImage = null;
-                       this.radioButton_DirectSound.Font = null;
+                       resources.ApplyResources(this.radioButton_DirectSound, "radioButton_DirectSound");
                        this.radioButton_DirectSound.Name = "radioButton_DirectSound";
                        this.radioButton_DirectSound.TabStop = true;
                        this.radioButton_DirectSound.UseVisualStyleBackColor = true;
-                       this.radioButton_DirectSound.CheckedChanged += new System.EventHandler( this.radioButton_DirectSound_CheckedChanged );
+                       this.radioButton_DirectSound.CheckedChanged += new System.EventHandler(this.radioButton_DirectSound_CheckedChanged);
                        // 
-                       // radioButton_WASAPI
+                       // radioButton_WASAPI_Exclusive
                        // 
-                       this.radioButton_WASAPI.AccessibleDescription = null;
-                       this.radioButton_WASAPI.AccessibleName = null;
-                       resources.ApplyResources( this.radioButton_WASAPI, "radioButton_WASAPI" );
-                       this.radioButton_WASAPI.BackgroundImage = null;
-                       this.radioButton_WASAPI.Font = null;
-                       this.radioButton_WASAPI.Name = "radioButton_WASAPI";
-                       this.radioButton_WASAPI.TabStop = true;
-                       this.radioButton_WASAPI.UseVisualStyleBackColor = true;
-                       this.radioButton_WASAPI.CheckedChanged += new System.EventHandler( this.radioButton_WASAPI_CheckedChanged );
+                       resources.ApplyResources(this.radioButton_WASAPI_Exclusive, "radioButton_WASAPI_Exclusive");
+                       this.radioButton_WASAPI_Exclusive.Name = "radioButton_WASAPI_Exclusive";
+                       this.radioButton_WASAPI_Exclusive.TabStop = true;
+                       this.radioButton_WASAPI_Exclusive.UseVisualStyleBackColor = true;
+                       this.radioButton_WASAPI_Exclusive.CheckedChanged += new System.EventHandler(this.radioButton_WASAPI_Exclusive_CheckedChanged);
                        // 
                        // comboBox_ASIOdevices
                        // 
-                       this.comboBox_ASIOdevices.AccessibleDescription = null;
-                       this.comboBox_ASIOdevices.AccessibleName = null;
-                       resources.ApplyResources( this.comboBox_ASIOdevices, "comboBox_ASIOdevices" );
-                       this.comboBox_ASIOdevices.BackgroundImage = null;
+                       resources.ApplyResources(this.comboBox_ASIOdevices, "comboBox_ASIOdevices");
                        this.comboBox_ASIOdevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-                       this.comboBox_ASIOdevices.Font = null;
                        this.comboBox_ASIOdevices.FormattingEnabled = true;
                        this.comboBox_ASIOdevices.Name = "comboBox_ASIOdevices";
                        // 
                        // radioButton_ASIO
                        // 
-                       this.radioButton_ASIO.AccessibleDescription = null;
-                       this.radioButton_ASIO.AccessibleName = null;
-                       resources.ApplyResources( this.radioButton_ASIO, "radioButton_ASIO" );
-                       this.radioButton_ASIO.BackgroundImage = null;
-                       this.radioButton_ASIO.Font = null;
+                       resources.ApplyResources(this.radioButton_ASIO, "radioButton_ASIO");
                        this.radioButton_ASIO.Name = "radioButton_ASIO";
                        this.radioButton_ASIO.TabStop = true;
                        this.radioButton_ASIO.UseVisualStyleBackColor = true;
-                       this.radioButton_ASIO.CheckedChanged += new System.EventHandler( this.radioButton_ASIO_CheckedChanged );
+                       this.radioButton_ASIO.CheckedChanged += new System.EventHandler(this.radioButton_ASIO_CheckedChanged);
                        // 
                        // radioButton_UseDTXViewer
                        // 
-                       this.radioButton_UseDTXViewer.AccessibleDescription = null;
-                       this.radioButton_UseDTXViewer.AccessibleName = null;
-                       resources.ApplyResources( this.radioButton_UseDTXViewer, "radioButton_UseDTXViewer" );
-                       this.radioButton_UseDTXViewer.BackgroundImage = null;
-                       this.radioButton_UseDTXViewer.Font = null;
+                       resources.ApplyResources(this.radioButton_UseDTXViewer, "radioButton_UseDTXViewer");
                        this.radioButton_UseDTXViewer.Name = "radioButton_UseDTXViewer";
                        this.radioButton_UseDTXViewer.TabStop = true;
                        this.radioButton_UseDTXViewer.UseVisualStyleBackColor = true;
-                       this.radioButton_UseDTXViewer.CheckedChanged += new System.EventHandler( this.radioButton_UseDTXViewer_CheckedChanged );
+                       this.radioButton_UseDTXViewer.CheckedChanged += new System.EventHandler(this.radioButton_UseDTXViewer_CheckedChanged);
                        // 
                        // radioButton_UseDTXManiaGR
                        // 
-                       this.radioButton_UseDTXManiaGR.AccessibleDescription = null;
-                       this.radioButton_UseDTXManiaGR.AccessibleName = null;
-                       resources.ApplyResources( this.radioButton_UseDTXManiaGR, "radioButton_UseDTXManiaGR" );
-                       this.radioButton_UseDTXManiaGR.BackgroundImage = null;
-                       this.radioButton_UseDTXManiaGR.Font = null;
+                       resources.ApplyResources(this.radioButton_UseDTXManiaGR, "radioButton_UseDTXManiaGR");
                        this.radioButton_UseDTXManiaGR.Name = "radioButton_UseDTXManiaGR";
                        this.radioButton_UseDTXManiaGR.TabStop = true;
                        this.radioButton_UseDTXManiaGR.UseVisualStyleBackColor = true;
-                       this.radioButton_UseDTXManiaGR.CheckedChanged += new System.EventHandler( this.radioButton_UseDTXManiaGR_CheckedChanged );
+                       this.radioButton_UseDTXManiaGR.CheckedChanged += new System.EventHandler(this.radioButton_UseDTXManiaGR_CheckedChanged);
                        // 
                        // button1
                        // 
-                       this.button1.AccessibleDescription = null;
-                       this.button1.AccessibleName = null;
-                       resources.ApplyResources( this.button1, "button1" );
-                       this.button1.BackgroundImage = null;
+                       resources.ApplyResources(this.button1, "button1");
                        this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
-                       this.button1.Font = null;
                        this.button1.Name = "button1";
                        this.button1.UseVisualStyleBackColor = true;
                        // 
                        // buttonOK
                        // 
-                       this.buttonOK.AccessibleDescription = null;
-                       this.buttonOK.AccessibleName = null;
-                       resources.ApplyResources( this.buttonOK, "buttonOK" );
-                       this.buttonOK.BackgroundImage = null;
+                       resources.ApplyResources(this.buttonOK, "buttonOK");
                        this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
-                       this.buttonOK.Font = null;
                        this.buttonOK.Name = "buttonOK";
                        this.buttonOK.UseVisualStyleBackColor = true;
                        // 
                        // Cオプションダイアログ
                        // 
-                       this.AccessibleDescription = null;
-                       this.AccessibleName = null;
-                       resources.ApplyResources( this, "$this" );
+                       resources.ApplyResources(this, "$this");
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-                       this.BackgroundImage = null;
                        this.ControlBox = false;
-                       this.Controls.Add( this.buttonOK );
-                       this.Controls.Add( this.button1 );
-                       this.Controls.Add( this.tabControlオプション );
-                       this.Font = null;
-                       this.Icon = null;
+                       this.Controls.Add(this.buttonOK);
+                       this.Controls.Add(this.button1);
+                       this.Controls.Add(this.tabControlオプション);
                        this.MaximizeBox = false;
                        this.MinimizeBox = false;
                        this.Name = "Cオプションダイアログ";
-                       this.KeyDown += new System.Windows.Forms.KeyEventHandler( this.Cオプションダイアログ_KeyDown );
-                       this.tabPage全般.ResumeLayout( false );
+                       this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Cオプションダイアログ_KeyDown);
+                       this.tabPage全般.ResumeLayout(false);
                        this.tabPage全般.PerformLayout();
-                       this.groupBoxDefaultOperationMode.ResumeLayout( false );
+                       this.groupBoxDefaultOperationMode.ResumeLayout(false);
                        this.groupBoxDefaultOperationMode.PerformLayout();
-                       ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox_EditMode ) ).EndInit();
-                       ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox_SelectMode ) ).EndInit();
-                       ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown最近使用したファイルの最大表示個数 ) ).EndInit();
-                       this.tabControlオプション.ResumeLayout( false );
-                       this.tabPageLanes.ResumeLayout( false );
+                       ((System.ComponentModel.ISupportInitialize)(this.pictureBox_EditMode)).EndInit();
+                       ((System.ComponentModel.ISupportInitialize)(this.pictureBox_SelectMode)).EndInit();
+                       ((System.ComponentModel.ISupportInitialize)(this.numericUpDown最近使用したファイルの最大表示個数)).EndInit();
+                       this.tabControlオプション.ResumeLayout(false);
+                       this.tabPageLanes.ResumeLayout(false);
                        this.tabPageLanes.PerformLayout();
-                       this.tabPageViewer.ResumeLayout( false );
-                       this.groupBox_SelectViewer.ResumeLayout( false );
+                       this.tabPageViewer.ResumeLayout(false);
+                       this.groupBox_SelectViewer.ResumeLayout(false);
                        this.groupBox_SelectViewer.PerformLayout();
-                       this.groupBox_DTXManiaSettings.ResumeLayout( false );
+                       this.groupBox_DTXManiaSettings.ResumeLayout(false);
                        this.groupBox_DTXManiaSettings.PerformLayout();
-                       this.groupBox_SoundDeviceSettings.ResumeLayout( false );
+                       this.groupBox_SoundDeviceSettings.ResumeLayout(false);
                        this.groupBox_SoundDeviceSettings.PerformLayout();
-                       this.ResumeLayout( false );
+                       this.ResumeLayout(false);
 
                }
 
                private System.Windows.Forms.Label labelSelectLanes;
                private System.Windows.Forms.TabPage tabPageViewer;
                internal System.Windows.Forms.RadioButton radioButton_ASIO;
-               internal System.Windows.Forms.RadioButton radioButton_WASAPI;
+               internal System.Windows.Forms.RadioButton radioButton_WASAPI_Exclusive;
                internal System.Windows.Forms.RadioButton radioButton_DirectSound;
                internal System.Windows.Forms.RadioButton radioButton_UseDTXManiaGR;
                internal System.Windows.Forms.RadioButton radioButton_UseDTXViewer;
                private System.Windows.Forms.PictureBox pictureBox_EditMode;
                internal System.Windows.Forms.RadioButton radioButton_EditMode;
                internal System.Windows.Forms.RadioButton radioButton_SelectMode;
-
+               internal System.Windows.Forms.RadioButton radioButton_WASAPI_Shared;
        }
 }
\ No newline at end of file
index 8ded316..4a9ef7d 100644 (file)
@@ -68,7 +68,8 @@ namespace DTXCreator.オプション関連
                private void radioButton_UseDTXViewer_CheckedChanged( object sender, EventArgs e )
                {
                        this.radioButton_DirectSound.Enabled = false;
-                       this.radioButton_WASAPI.Enabled = false;
+                       this.radioButton_WASAPI_Exclusive.Enabled = false;
+                       this.radioButton_WASAPI_Shared.Enabled = false;
                        this.radioButton_ASIO.Enabled = false;
                        this.comboBox_ASIOdevices.Enabled = false;
                        this.groupBox_SoundDeviceSettings.Enabled = false;
@@ -77,7 +78,8 @@ namespace DTXCreator.オプション関連
                private void radioButton_UseDTXManiaGR_CheckedChanged( object sender, EventArgs e )
                {
                        this.radioButton_DirectSound.Enabled = true;
-                       this.radioButton_WASAPI.Enabled = true;
+                       this.radioButton_WASAPI_Exclusive.Enabled = true;
+                       this.radioButton_WASAPI_Shared.Enabled = true;
                        this.radioButton_ASIO.Enabled = true;
                        this.comboBox_ASIOdevices.Enabled = true;
                        this.groupBox_SoundDeviceSettings.Enabled = true;
@@ -88,7 +90,12 @@ namespace DTXCreator.オプション関連
                        this.comboBox_ASIOdevices.Enabled = false;
                }
 
-               private void radioButton_WASAPI_CheckedChanged( object sender, EventArgs e )
+               private void radioButton_WASAPI_Exclusive_CheckedChanged(object sender, EventArgs e)
+               {
+                       this.comboBox_ASIOdevices.Enabled = false;
+               }
+
+               private void radioButton_WASAPI_Shared_CheckedChanged(object sender, EventArgs e)
                {
                        this.comboBox_ASIOdevices.Enabled = false;
                }
@@ -107,5 +114,6 @@ namespace DTXCreator.オプション関連
                {
 
                }
+
        }
 }
index 6146771..f75fc71 100644 (file)
     <value>2.0</value>
   </resheader>
   <resheader name="reader">
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <resheader name="writer">
-    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
-  <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="pictureBox_EditMode.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
+    <value />
+  </data>
+  <data name="pictureBox_EditMode.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
+    <value />
+  </data>
+  <data name="pictureBox_SelectMode.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
+    <value />
+  </data>
+  <assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
   <data name="radioButton_EditMode.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
   <data name="radioButton_EditMode.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
     <value>TopLeft</value>
   </data>
   <data name="radioButton_EditMode.Text" xml:space="preserve">
     <value>編集モード</value>
   </data>
-  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
   <data name="radioButton_EditMode.TextImageRelation" type="System.Windows.Forms.TextImageRelation, System.Windows.Forms">
     <value>ImageBeforeText</value>
   </data>
   <data name="numericUpDown最近使用したファイルの最大表示個数.Location" type="System.Drawing.Point, System.Drawing">
     <value>195, 25</value>
   </data>
+  <data name="tabPage全般.Size" type="System.Drawing.Size, System.Drawing">
+    <value>359, 328</value>
+  </data>
   <data name="tabPage全般.Text" xml:space="preserve">
     <value>全般</value>
   </data>
   <data name="labelSelectLanes.Text" xml:space="preserve">
     <value>使用するレーンを選択して下さい。</value>
   </data>
+  <data name="tabPageLanes.Size" type="System.Drawing.Size, System.Drawing">
+    <value>359, 328</value>
+  </data>
   <data name="tabPageLanes.Text" xml:space="preserve">
     <value>使用レーン</value>
   </data>
   <data name="groupBox_DTXManiaSettings.Text" xml:space="preserve">
     <value>他のDTXManiaGRの設定</value>
   </data>
+  <data name="radioButton_WASAPI_Shared.Size" type="System.Drawing.Size, System.Drawing">
+    <value>105, 16</value>
+  </data>
+  <data name="radioButton_WASAPI_Shared.Text" xml:space="preserve">
+    <value>WASAPI共有(&amp;H)</value>
+  </data>
   <data name="label_Notice.Location" type="System.Drawing.Point, System.Drawing">
     <value>211, 15</value>
   </data>
@@ -254,11 +275,11 @@ Viewerの再起動が
   <data name="radioButton_DirectSound.Text" xml:space="preserve">
     <value>DirectSound(&amp;D)</value>
   </data>
-  <data name="radioButton_WASAPI.Size" type="System.Drawing.Size, System.Drawing">
-    <value>191, 16</value>
+  <data name="radioButton_WASAPI_Exclusive.Size" type="System.Drawing.Size, System.Drawing">
+    <value>106, 16</value>
   </data>
-  <data name="radioButton_WASAPI.Text" xml:space="preserve">
-    <value>&amp;WASAPI (Vista以降で使用可)(&amp;W)</value>
+  <data name="radioButton_WASAPI_Exclusive.Text" xml:space="preserve">
+    <value>WASAPI排他(&amp;W)</value>
   </data>
   <data name="radioButton_ASIO.Size" type="System.Drawing.Size, System.Drawing">
     <value>211, 16</value>
@@ -278,12 +299,30 @@ Viewerの再起動が
   <data name="radioButton_UseDTXManiaGR.Text" xml:space="preserve">
     <value>DTXManiaGRを使う(&amp;M)</value>
   </data>
+  <data name="groupBox_SelectViewer.Size" type="System.Drawing.Size, System.Drawing">
+    <value>347, 288</value>
+  </data>
   <data name="groupBox_SelectViewer.Text" xml:space="preserve">
     <value>Viewerの設定</value>
   </data>
+  <data name="tabPageViewer.Size" type="System.Drawing.Size, System.Drawing">
+    <value>359, 299</value>
+  </data>
+  <data name="tabControlオプション.Size" type="System.Drawing.Size, System.Drawing">
+    <value>367, 325</value>
+  </data>
+  <data name="button1.Location" type="System.Drawing.Point, System.Drawing">
+    <value>300, 347</value>
+  </data>
   <data name="button1.Text" xml:space="preserve">
     <value>キャンセル</value>
   </data>
+  <data name="buttonOK.Location" type="System.Drawing.Point, System.Drawing">
+    <value>219, 347</value>
+  </data>
+  <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
+    <value>391, 382</value>
+  </data>
   <data name="$this.Text" xml:space="preserve">
     <value>オプション</value>
   </data>
index b6e1210..43b5831 100644 (file)
     <value>2.0</value>
   </resheader>
   <resheader name="reader">
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <resheader name="writer">
-    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
-  <data name="&gt;&gt;radioButton_UseDTXManiaGR.Parent" xml:space="preserve">
-    <value>groupBox_SelectViewer</value>
-  </data>
-  <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-  <data name="label個まで表示する.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
-  </data>
-  <data name="tabPageLanes.TabIndex" type="System.Int32, mscorlib">
-    <value>1</value>
-  </data>
-  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
-  <data name="pictureBox_EditMode.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 40</value>
-  </data>
-  <data name="radioButton_UseDTXViewer.Text" xml:space="preserve">
-    <value>Use DTX&amp;Viewer.exe</value>
-  </data>
-  <data name="&gt;&gt;radioButtonSelectMode.Parent" xml:space="preserve">
-    <value>groupBoxDefaultOperationMode</value>
-  </data>
-  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-  <data name="radioButtonEditMove.TextImageRelation" type="System.Windows.Forms.TextImageRelation, System.Windows.Forms">
-    <value>ImageBeforeText</value>
+  <data name="&gt;&gt;checkBox_TimeStretch.Name" xml:space="preserve">
+    <value>checkBox_TimeStretch</value>
   </data>
-  <data name="tabPageLanes.Size" type="System.Drawing.Size, System.Drawing">
-    <value>359, 256</value>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="labelSelectLanes.Location" type="System.Drawing.Point, System.Drawing">
+    <value>133, 7</value>
   </data>
-  <data name="&gt;&gt;groupBox_SoundDeviceSettings.Name" xml:space="preserve">
-    <value>groupBox_SoundDeviceSettings</value>
+  <data name="buttonOK.Location" type="System.Drawing.Point, System.Drawing">
+    <value>219, 341</value>
   </data>
-  <data name="button1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Bottom, Right</value>
+  <data name="&gt;&gt;radioButton_UseDTXManiaGR.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="label個まで表示する.Size" type="System.Drawing.Size, System.Drawing">
-    <value>62, 12</value>
+  <data name="pictureBox_SelectMode.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 18</value>
   </data>
-  <data name="tabPage全般.Location" type="System.Drawing.Point, System.Drawing">
-    <value>4, 22</value>
+  <assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="checkBoxPlaySoundOnChip.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="&gt;&gt;checkBox_VSyncWait.Name" xml:space="preserve">
-    <value>checkBox_VSyncWait</value>
+  <data name="&gt;&gt;radioButton_SelectMode.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;label個まで表示する.Name" xml:space="preserve">
-    <value>label個まで表示する</value>
+  <data name="&gt;&gt;tabPage全般.Parent" xml:space="preserve">
+    <value>tabControlオプション</value>
   </data>
-  <data name="numericUpDown最近使用したファイルの最大表示個数.Location" type="System.Drawing.Point, System.Drawing">
-    <value>263, 25</value>
+  <data name="&gt;&gt;checkBoxPlaySoundOnChip.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="radioButton_UseDTXViewer.TabIndex" type="System.Int32, mscorlib">
-    <value>0</value>
+  <data name="groupBox_SoundDeviceSettings.TabIndex" type="System.Int32, mscorlib">
+    <value>7</value>
   </data>
-  <data name="checkedListBoxLaneSelectList.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 6</value>
+  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="radioButton_WASAPI_Exclusive.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+    <value>NoControl</value>
   </data>
-  <data name="checkBox最近使用したファイル.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 28</value>
+  <data name="&gt;&gt;radioButton_SelectMode.ZOrder" xml:space="preserve">
+    <value>3</value>
   </data>
-  <data name="checkBoxPlaySoundOnChip.AutoSize" type="System.Boolean, mscorlib">
+  <data name="radioButton_UseDTXViewer.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <data name="&gt;&gt;button1.Name" xml:space="preserve">
-    <value>button1</value>
-  </data>
-  <data name="checkBoxオートフォーカス.Size" type="System.Drawing.Size, System.Drawing">
-    <value>80, 16</value>
-  </data>
-  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.Type" xml:space="preserve">
-    <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="radioButton_UseDTXViewer.Size" type="System.Drawing.Size, System.Drawing">
+    <value>124, 16</value>
   </data>
-  <data name="groupBox_DTXManiaSettings.TabIndex" type="System.Int32, mscorlib">
-    <value>8</value>
+  <data name="tabPageViewer.Location" type="System.Drawing.Point, System.Drawing">
+    <value>4, 22</value>
   </data>
-  <data name="&gt;&gt;checkBoxPlaySoundOnChip.Name" xml:space="preserve">
-    <value>checkBoxPlaySoundOnChip</value>
+  <data name="groupBox_SelectViewer.TabIndex" type="System.Int32, mscorlib">
+    <value>6</value>
   </data>
-  <data name="tabControlオプション.TabIndex" type="System.Int32, mscorlib">
-    <value>3</value>
+  <data name="pictureBox_SelectMode.Size" type="System.Drawing.Size, System.Drawing">
+    <value>16, 16</value>
   </data>
-  <data name="&gt;&gt;checkBox_TimeStretch.Name" xml:space="preserve">
-    <value>checkBox_TimeStretch</value>
+  <data name="&gt;&gt;checkBox最近使用したファイル.ZOrder" xml:space="preserve">
+    <value>5</value>
   </data>
-  <data name="checkBox最近使用したファイル.Size" type="System.Drawing.Size, System.Drawing">
-    <value>170, 16</value>
+  <data name="radioButton_WASAPI_Shared.TabIndex" type="System.Int32, mscorlib">
+    <value>7</value>
   </data>
-  <data name="groupBoxDefaultOperationMode.Text" xml:space="preserve">
-    <value>Initial Operation Mode</value>
+  <data name="radioButton_DirectSound.Size" type="System.Drawing.Size, System.Drawing">
+    <value>85, 16</value>
   </data>
-  <data name="tabPageViewer.Text" xml:space="preserve">
-    <value>Viewer</value>
+  <data name="&gt;&gt;checkBoxPreviewBGM.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;radioButton_UseDTXManiaGR.ZOrder" xml:space="preserve">
-    <value>3</value>
+  <data name="checkBoxPlaySoundOnChip.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 73</value>
   </data>
-  <data name="&gt;&gt;buttonOK.Parent" xml:space="preserve">
-    <value>$this</value>
+  <data name="tabControlオプション.Location" type="System.Drawing.Point, System.Drawing">
+    <value>12, 12</value>
   </data>
-  <data name="&gt;&gt;radioButton_EditMode.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="groupBox_SelectViewer.Text" xml:space="preserve">
+    <value>Viewer Settings</value>
   </data>
-  <data name="label_Notice.TabIndex" type="System.Int32, mscorlib">
-    <value>6</value>
+  <data name="radioButton_SelectMode.Size" type="System.Drawing.Size, System.Drawing">
+    <value>104, 24</value>
   </data>
-  <data name="&gt;&gt;tabControlオプション.Name" xml:space="preserve">
-    <value>tabControlオプション</value>
+  <data name="buttonOK.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Bottom, Right</value>
   </data>
-  <data name="label1.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;checkBox最近使用したファイル.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;radioButton_ASIO.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="button1.Size" type="System.Drawing.Size, System.Drawing">
+    <value>75, 23</value>
   </data>
-  <data name="checkBoxPlaySoundOnChip.Text" xml:space="preserve">
-    <value>&amp;Play sound when WAV chip is placed</value>
+  <data name="label_Notice.Size" type="System.Drawing.Size, System.Drawing">
+    <value>139, 48</value>
   </data>
-  <data name="&gt;&gt;radioButtonEditMove.ZOrder" xml:space="preserve">
-    <value>2</value>
+  <data name="label_Notice.Text" xml:space="preserve">
+    <value>(*)
+You need to reboot viewer
+after changing these
+parameters.</value>
   </data>
-  <data name="&gt;&gt;groupBox_SelectViewer.ZOrder" xml:space="preserve">
-    <value>0</value>
+  <data name="&gt;&gt;labelSelectLanes.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;radioButtonSelectMode.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="groupBox_DTXManiaSettings.Location" type="System.Drawing.Point, System.Drawing">
+    <value>28, 206</value>
   </data>
-  <data name="&gt;&gt;radioButton_ASIO.Parent" xml:space="preserve">
-    <value>groupBox_SoundDeviceSettings</value>
+  <data name="&gt;&gt;checkBox_VSyncWait.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;label_Notice.Name" xml:space="preserve">
-    <value>label_Notice</value>
+  <data name="tabPageLanes.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
+    <value>3, 3, 3, 3</value>
   </data>
-  <data name="&gt;&gt;radioButtonEditMove.Parent" xml:space="preserve">
-    <value>groupBoxDefaultOperationMode</value>
+  <data name="checkBox_VSyncWait.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 40</value>
   </data>
-  <data name="buttonOK.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Bottom, Right</value>
+  <data name="groupBox_SelectViewer.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 3</value>
   </data>
-  <data name="groupBox_SoundDeviceSettings.Text" xml:space="preserve">
-    <value>SoundDevice (*)</value>
+  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.Type" xml:space="preserve">
+    <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;checkBox_GRmode.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;radioButton_ASIO.Name" xml:space="preserve">
+    <value>radioButton_ASIO</value>
   </data>
-  <data name="radioButton_WASAPI.Size" type="System.Drawing.Size, System.Drawing">
-    <value>145, 16</value>
+  <data name="radioButton_EditMode.TabIndex" type="System.Int32, mscorlib">
+    <value>7</value>
   </data>
-  <data name="checkBox最近使用したファイル.Text" xml:space="preserve">
-    <value>Most &amp;recently used files list:</value>
+  <data name="groupBox_SelectViewer.Size" type="System.Drawing.Size, System.Drawing">
+    <value>347, 285</value>
   </data>
-  <data name="labelSelectLanes.Location" type="System.Drawing.Point, System.Drawing">
-    <value>133, 7</value>
+  <data name="&gt;&gt;tabPageLanes.Parent" xml:space="preserve">
+    <value>tabControlオプション</value>
   </data>
-  <data name="radioButton_UseDTXManiaGR.Text" xml:space="preserve">
-    <value>Use DTX&amp;ManiaGR.exe</value>
+  <data name="checkedListBoxLaneSelectList.Size" type="System.Drawing.Size, System.Drawing">
+    <value>120, 228</value>
   </data>
-  <data name="radioButtonSelectMode.TabIndex" type="System.Int32, mscorlib">
-    <value>6</value>
+  <data name="radioButton_UseDTXViewer.Text" xml:space="preserve">
+    <value>Use DTX&amp;Viewer.exe</value>
   </data>
-  <data name="numericUpDown最近使用したファイルの最大表示個数.Size" type="System.Drawing.Size, System.Drawing">
-    <value>56, 19</value>
+  <data name="buttonOK.Text" xml:space="preserve">
+    <value>OK</value>
   </data>
-  <data name="&gt;&gt;pictureBox_EditMode.Type" xml:space="preserve">
-    <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="$this.Text" xml:space="preserve">
+    <value>Options</value>
   </data>
-  <data name="&gt;&gt;tabPageLanes.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="label_Notice.TabIndex" type="System.Int32, mscorlib">
+    <value>6</value>
   </data>
-  <data name="checkBoxPlaySoundOnChip.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 73</value>
+  <data name="&gt;&gt;radioButton_UseDTXViewer.ZOrder" xml:space="preserve">
+    <value>2</value>
   </data>
-  <data name="tabPage全般.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
-    <value>3, 3, 3, 3</value>
+  <data name="numericUpDown最近使用したファイルの最大表示個数.TabIndex" type="System.Int32, mscorlib">
+    <value>2</value>
   </data>
-  <data name="&gt;&gt;label1.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;groupBox_SoundDeviceSettings.Name" xml:space="preserve">
+    <value>groupBox_SoundDeviceSettings</value>
   </data>
-  <data name="label1.Location" type="System.Drawing.Point, System.Drawing">
-    <value>143, 34</value>
+  <data name="checkBox_TimeStretch.TabIndex" type="System.Int32, mscorlib">
+    <value>10</value>
   </data>
-  <data name="&gt;&gt;groupBox_DTXManiaSettings.ZOrder" xml:space="preserve">
+  <data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
     <value>0</value>
   </data>
-  <data name="&gt;&gt;checkBox_VSyncWait.ZOrder" xml:space="preserve">
-    <value>2</value>
+  <data name="checkBoxPreviewBGM.Text" xml:space="preserve">
+    <value>Don't play &amp;BGM preview automatically when WAV clicked</value>
   </data>
-  <data name="tabPageLanes.Text" xml:space="preserve">
-    <value>Lanes</value>
+  <data name="groupBox_SoundDeviceSettings.Size" type="System.Drawing.Size, System.Drawing">
+    <value>313, 142</value>
   </data>
-  <data name="tabPageLanes.Location" type="System.Drawing.Point, System.Drawing">
-    <value>4, 22</value>
+  <data name="&gt;&gt;label1.Name" xml:space="preserve">
+    <value>label1</value>
   </data>
-  <data name="radioButton_ASIO.TabIndex" type="System.Int32, mscorlib">
-    <value>4</value>
+  <data name="groupBox_DTXManiaSettings.TabIndex" type="System.Int32, mscorlib">
+    <value>8</value>
   </data>
-  <data name="radioButtonSelectMode.AutoSize" type="System.Boolean, mscorlib">
+  <data name="checkBoxPreviewBGM.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <data name="&gt;&gt;groupBoxDefaultOperationMode.ZOrder" xml:space="preserve">
-    <value>0</value>
+  <data name="&gt;&gt;tabControlオプション.Type" xml:space="preserve">
+    <value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;groupBoxDefaultOperationMode.Name" xml:space="preserve">
-    <value>groupBoxDefaultOperationMode</value>
+  <data name="&gt;&gt;pictureBox_EditMode.Name" xml:space="preserve">
+    <value>pictureBox_EditMode</value>
   </data>
-  <data name="&gt;&gt;label_Notice.ZOrder" xml:space="preserve">
-    <value>0</value>
+  <data name="&gt;&gt;tabPageLanes.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="checkedListBoxLaneSelectList.TabIndex" type="System.Int32, mscorlib">
-    <value>0</value>
+  <data name="radioButton_WASAPI_Shared.Text" xml:space="preserve">
+    <value>WASAPI S&amp;hared</value>
   </data>
-  <data name="radioButton_DirectSound.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;label個まで表示する.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="label1.Size" type="System.Drawing.Size, System.Drawing">
-    <value>168, 36</value>
+  <data name="groupBoxDefaultOperationMode.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 95</value>
   </data>
-  <data name="radioButtonSelectMode.TextImageRelation" type="System.Windows.Forms.TextImageRelation, System.Windows.Forms">
-    <value>ImageBeforeText</value>
+  <data name="&gt;&gt;pictureBox_SelectMode.Type" xml:space="preserve">
+    <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;checkBoxオートフォーカス.Parent" xml:space="preserve">
-    <value>tabPage全般</value>
+  <data name="&gt;&gt;tabControlオプション.Name" xml:space="preserve">
+    <value>tabControlオプション</value>
   </data>
-  <data name="radioButton_UseDTXManiaGR.Size" type="System.Drawing.Size, System.Drawing">
-    <value>135, 16</value>
+  <data name="tabPage全般.Size" type="System.Drawing.Size, System.Drawing">
+    <value>359, 293</value>
   </data>
-  <data name="&gt;&gt;radioButton_DirectSound.Parent" xml:space="preserve">
-    <value>groupBox_SoundDeviceSettings</value>
+  <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
+    <value>6, 12</value>
   </data>
-  <data name="checkBoxPreviewBGM.Text" xml:space="preserve">
-    <value>Don't play &amp;BGM preview automatically when WAV clicked</value>
+  <data name="&gt;&gt;radioButton_UseDTXManiaGR.Parent" xml:space="preserve">
+    <value>groupBox_SelectViewer</value>
   </data>
-  <data name="&gt;&gt;checkBox_GRmode.Name" xml:space="preserve">
-    <value>checkBox_GRmode</value>
+  <data name="&gt;&gt;checkBox_GRmode.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="button1.Text" xml:space="preserve">
-    <value>Cancel</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Shared.Name" xml:space="preserve">
+    <value>radioButton_WASAPI_Shared</value>
   </data>
-  <data name="$this.Text" xml:space="preserve">
-    <value>Options</value>
+  <data name="&gt;&gt;groupBox_SoundDeviceSettings.Type" xml:space="preserve">
+    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="checkBoxオートフォーカス.Text" xml:space="preserve">
-    <value>Auto &amp;focus</value>
+  <data name="numericUpDown最近使用したファイルの最大表示個数.Size" type="System.Drawing.Size, System.Drawing">
+    <value>56, 19</value>
   </data>
-  <data name="checkBox_TimeStretch.Size" type="System.Drawing.Size, System.Drawing">
-    <value>86, 16</value>
+  <data name="radioButton_ASIO.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 85</value>
   </data>
-  <data name="radioButton_EditMode.Location" type="System.Drawing.Point, System.Drawing">
-    <value>28, 41</value>
+  <data name="label_Notice.Location" type="System.Drawing.Point, System.Drawing">
+    <value>169, 19</value>
   </data>
-  <data name="pictureBox_SelectMode.TabIndex" type="System.Int32, mscorlib">
-    <value>10</value>
+  <data name="groupBox_DTXManiaSettings.Text" xml:space="preserve">
+    <value>Other DTXManiaGR Settings</value>
   </data>
-  <data name="tabPageViewer.TabIndex" type="System.Int32, mscorlib">
+  <data name="radioButton_DirectSound.TabIndex" type="System.Int32, mscorlib">
     <value>2</value>
   </data>
-  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.Parent" xml:space="preserve">
-    <value>tabPage全般</value>
-  </data>
-  <data name="groupBox_SelectViewer.Size" type="System.Drawing.Size, System.Drawing">
-    <value>347, 250</value>
-  </data>
-  <data name="&gt;&gt;label個まで表示する.ZOrder" xml:space="preserve">
-    <value>4</value>
+  <data name="&gt;&gt;tabPageLanes.Name" xml:space="preserve">
+    <value>tabPageLanes</value>
   </data>
-  <data name="labelSelectLanes.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Exclusive.ZOrder" xml:space="preserve">
+    <value>3</value>
   </data>
-  <data name="radioButton_DirectSound.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 18</value>
+  <data name="&gt;&gt;pictureBox_SelectMode.Name" xml:space="preserve">
+    <value>pictureBox_SelectMode</value>
   </data>
-  <data name="groupBoxDefaultOperationMode.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 95</value>
+  <data name="pictureBox_SelectMode.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+    <value>NoControl</value>
   </data>
-  <data name="radioButton_UseDTXManiaGR.TabIndex" type="System.Int32, mscorlib">
-    <value>1</value>
+  <data name="&gt;&gt;labelSelectLanes.Parent" xml:space="preserve">
+    <value>tabPageLanes</value>
   </data>
-  <data name="&gt;&gt;radioButton_WASAPI.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;pictureBox_SelectMode.Parent" xml:space="preserve">
+    <value>groupBoxDefaultOperationMode</value>
   </data>
-  <data name="&gt;&gt;checkBox_VSyncWait.Parent" xml:space="preserve">
-    <value>groupBox_DTXManiaSettings</value>
+  <data name="radioButton_UseDTXManiaGR.Text" xml:space="preserve">
+    <value>Use DTX&amp;ManiaGR.exe</value>
   </data>
-  <data name="label1.Text" xml:space="preserve">
-    <value>(You can use it only when
- WASAPI/ASIO is used,
- within PlaySpeed = x0.8 - x1.2)</value>
+  <data name="&gt;&gt;radioButton_EditMode.Name" xml:space="preserve">
+    <value>radioButton_EditMode</value>
   </data>
-  <data name="&gt;&gt;pictureBox_EditMode.Name" xml:space="preserve">
-    <value>pictureBox_EditMode</value>
+  <data name="pictureBox_SelectMode.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
+    <value>StretchImage</value>
   </data>
-  <data name="radioButtonEditMove.Size" type="System.Drawing.Size, System.Drawing">
-    <value>74, 16</value>
+  <data name="label_Notice.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Top, Bottom, Left, Right</value>
   </data>
-  <data name="buttonOK.Size" type="System.Drawing.Size, System.Drawing">
-    <value>75, 23</value>
+  <data name="&gt;&gt;buttonOK.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;button1.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="radioButton_WASAPI_Shared.Size" type="System.Drawing.Size, System.Drawing">
+    <value>104, 16</value>
   </data>
-  <data name="radioButtonSelectMode.Size" type="System.Drawing.Size, System.Drawing">
-    <value>86, 16</value>
+  <data name="checkBoxPlaySoundOnChip.Text" xml:space="preserve">
+    <value>&amp;Play sound when WAV chip is placed</value>
   </data>
-  <data name="checkBox_GRmode.Size" type="System.Drawing.Size, System.Drawing">
-    <value>71, 16</value>
+  <data name="radioButton_WASAPI_Exclusive.Text" xml:space="preserve">
+    <value>&amp;WASAPI Exclusive</value>
   </data>
-  <data name="checkBox最近使用したファイル.TabIndex" type="System.Int32, mscorlib">
-    <value>1</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Shared.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;radioButton_UseDTXManiaGR.Name" xml:space="preserve">
-    <value>radioButton_UseDTXManiaGR</value>
+  <data name="radioButton_WASAPI_Shared.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 63</value>
   </data>
-  <data name="radioButton_UseDTXManiaGR.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.Parent" xml:space="preserve">
+    <value>tabPage全般</value>
   </data>
-  <data name="&gt;&gt;groupBox_SelectViewer.Type" xml:space="preserve">
-    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="radioButton_WASAPI_Exclusive.Size" type="System.Drawing.Size, System.Drawing">
+    <value>118, 16</value>
   </data>
-  <data name="buttonOK.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
-    <value>NoControl</value>
+  <data name="tabPageViewer.TabIndex" type="System.Int32, mscorlib">
+    <value>2</value>
   </data>
-  <data name="&gt;&gt;checkBox_VSyncWait.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;checkBoxPlaySoundOnChip.Parent" xml:space="preserve">
+    <value>tabPage全般</value>
   </data>
-  <data name="checkBoxオートフォーカス.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 6</value>
+  <data name="&gt;&gt;groupBoxDefaultOperationMode.Name" xml:space="preserve">
+    <value>groupBoxDefaultOperationMode</value>
   </data>
-  <data name="&gt;&gt;checkBox_TimeStretch.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="&gt;&gt;label_Notice.Name" xml:space="preserve">
+    <value>label_Notice</value>
   </data>
-  <data name="&gt;&gt;radioButton_UseDTXViewer.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="checkBox_VSyncWait.Size" type="System.Drawing.Size, System.Drawing">
+    <value>79, 16</value>
   </data>
-  <data name="checkBox_VSyncWait.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;label個まで表示する.Name" xml:space="preserve">
+    <value>label個まで表示する</value>
   </data>
-  <data name="groupBoxDefaultOperationMode.Size" type="System.Drawing.Size, System.Drawing">
-    <value>170, 68</value>
+  <data name="radioButton_EditMode.Size" type="System.Drawing.Size, System.Drawing">
+    <value>104, 24</value>
   </data>
-  <data name="&gt;&gt;pictureBox_SelectMode.Parent" xml:space="preserve">
-    <value>groupBoxDefaultOperationMode</value>
+  <data name="checkBox_GRmode.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 18</value>
   </data>
-  <data name="&gt;&gt;checkBox_TimeStretch.Parent" xml:space="preserve">
-    <value>groupBox_DTXManiaSettings</value>
+  <data name="&gt;&gt;checkBox最近使用したファイル.Name" xml:space="preserve">
+    <value>checkBox最近使用したファイル</value>
   </data>
-  <data name="&gt;&gt;tabPage全般.Type" xml:space="preserve">
-    <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="radioButton_DirectSound.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="radioButton_SelectMode.TabIndex" type="System.Int32, mscorlib">
-    <value>6</value>
+  <data name="&gt;&gt;checkBoxオートフォーカス.Name" xml:space="preserve">
+    <value>checkBoxオートフォーカス</value>
   </data>
-  <data name="&gt;&gt;radioButton_ASIO.ZOrder" xml:space="preserve">
+  <data name="checkBoxPreviewBGM.TabIndex" type="System.Int32, mscorlib">
     <value>4</value>
   </data>
-  <data name="&gt;&gt;buttonOK.ZOrder" xml:space="preserve">
-    <value>0</value>
+  <data name="&gt;&gt;pictureBox_SelectMode.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="&gt;&gt;buttonOK.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="labelSelectLanes.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="tabPage全般.Size" type="System.Drawing.Size, System.Drawing">
-    <value>359, 256</value>
+  <data name="&gt;&gt;groupBox_SoundDeviceSettings.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="&gt;&gt;buttonOK.Name" xml:space="preserve">
-    <value>buttonOK</value>
+  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.Name" xml:space="preserve">
+    <value>numericUpDown最近使用したファイルの最大表示個数</value>
   </data>
-  <data name="&gt;&gt;radioButton_UseDTXViewer.ZOrder" xml:space="preserve">
-    <value>2</value>
+  <data name="buttonOK.TabIndex" type="System.Int32, mscorlib">
+    <value>4</value>
   </data>
-  <data name="&gt;&gt;pictureBox_SelectMode.Type" xml:space="preserve">
-    <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;radioButton_ASIO.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;checkBoxPreviewBGM.ZOrder" xml:space="preserve">
+  <data name="&gt;&gt;pictureBox_EditMode.Parent" xml:space="preserve">
+    <value>groupBoxDefaultOperationMode</value>
+  </data>
+  <data name="&gt;&gt;radioButton_DirectSound.ZOrder" xml:space="preserve">
     <value>2</value>
   </data>
-  <data name="radioButton_ASIO.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
-    <value>NoControl</value>
+  <data name="&gt;&gt;checkBox_VSyncWait.Name" xml:space="preserve">
+    <value>checkBox_VSyncWait</value>
   </data>
-  <data name="label1.TabIndex" type="System.Int32, mscorlib">
-    <value>11</value>
+  <data name="checkBoxPreviewBGM.Size" type="System.Drawing.Size, System.Drawing">
+    <value>318, 16</value>
   </data>
-  <data name="&gt;&gt;radioButton_UseDTXViewer.Parent" xml:space="preserve">
+  <data name="checkBox_GRmode.Text" xml:space="preserve">
+    <value>&amp;GR mode</value>
+  </data>
+  <data name="&gt;&gt;groupBox_SoundDeviceSettings.Parent" xml:space="preserve">
     <value>groupBox_SelectViewer</value>
   </data>
-  <data name="tabPageViewer.Location" type="System.Drawing.Point, System.Drawing">
-    <value>4, 22</value>
+  <data name="&gt;&gt;checkBoxPlaySoundOnChip.Name" xml:space="preserve">
+    <value>checkBoxPlaySoundOnChip</value>
   </data>
-  <data name="&gt;&gt;radioButton_SelectMode.Name" xml:space="preserve">
-    <value>radioButton_SelectMode</value>
+  <data name="&gt;&gt;tabPage全般.Name" xml:space="preserve">
+    <value>tabPage全般</value>
   </data>
-  <data name="radioButton_UseDTXViewer.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;$this.Name" xml:space="preserve">
+    <value>Cオプションダイアログ</value>
   </data>
-  <data name="&gt;&gt;labelSelectLanes.ZOrder" xml:space="preserve">
-    <value>0</value>
+  <data name="label個まで表示する.Size" type="System.Drawing.Size, System.Drawing">
+    <value>62, 12</value>
   </data>
-  <data name="&gt;&gt;radioButton_DirectSound.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="tabPageViewer.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
+    <value>3, 3, 3, 3</value>
   </data>
-  <data name="checkBoxPlaySoundOnChip.TabIndex" type="System.Int32, mscorlib">
-    <value>5</value>
+  <data name="tabPage全般.Text" xml:space="preserve">
+    <value>General</value>
   </data>
-  <data name="radioButton_UseDTXManiaGR.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 40</value>
+  <data name="&gt;&gt;tabPageLanes.Type" xml:space="preserve">
+    <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;tabControlオプション.Parent" xml:space="preserve">
-    <value>$this</value>
+  <data name="radioButton_SelectMode.TabIndex" type="System.Int32, mscorlib">
+    <value>6</value>
   </data>
-  <data name="tabControlオプション.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Top, Bottom, Left, Right</value>
+  <data name="comboBox_ASIOdevices.Location" type="System.Drawing.Point, System.Drawing">
+    <value>30, 107</value>
   </data>
-  <data name="buttonOK.Location" type="System.Drawing.Point, System.Drawing">
-    <value>219, 304</value>
+  <data name="radioButton_ASIO.TabIndex" type="System.Int32, mscorlib">
+    <value>4</value>
   </data>
-  <data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
+  <data name="checkBoxオートフォーカス.Size" type="System.Drawing.Size, System.Drawing">
+    <value>80, 16</value>
+  </data>
+  <data name="&gt;&gt;tabPage全般.ZOrder" xml:space="preserve">
     <value>0</value>
   </data>
-  <data name="&gt;&gt;checkBoxオートフォーカス.Name" xml:space="preserve">
-    <value>checkBoxオートフォーカス</value>
+  <data name="&gt;&gt;radioButton_DirectSound.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;checkBoxオートフォーカス.ZOrder" xml:space="preserve">
-    <value>3</value>
+  <data name="&gt;&gt;groupBox_SelectViewer.Name" xml:space="preserve">
+    <value>groupBox_SelectViewer</value>
   </data>
-  <data name="pictureBox_SelectMode.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
+  <data name="pictureBox_EditMode.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
     <value>StretchImage</value>
   </data>
-  <data name="radioButtonEditMove.TabIndex" type="System.Int32, mscorlib">
-    <value>7</value>
-  </data>
-  <data name="&gt;&gt;radioButtonSelectMode.ZOrder" xml:space="preserve">
-    <value>3</value>
+  <data name="checkBoxPreviewBGM.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 50</value>
   </data>
-  <data name="radioButton_WASAPI.Location" type="System.Drawing.Point, System.Drawing">
+  <data name="radioButton_WASAPI_Exclusive.Location" type="System.Drawing.Point, System.Drawing">
     <value>6, 40</value>
   </data>
-  <data name="&gt;&gt;checkBoxPlaySoundOnChip.Parent" xml:space="preserve">
-    <value>tabPage全般</value>
-  </data>
-  <data name="labelSelectLanes.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+  <data name="radioButton_ASIO.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
     <value>NoControl</value>
   </data>
-  <data name="label_Notice.Location" type="System.Drawing.Point, System.Drawing">
-    <value>169, 19</value>
-  </data>
-  <data name="&gt;&gt;tabPage全般.ZOrder" xml:space="preserve">
-    <value>0</value>
+  <data name="&gt;&gt;checkedListBoxLaneSelectList.Parent" xml:space="preserve">
+    <value>tabPageLanes</value>
   </data>
-  <data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
-    <value>CenterParent</value>
+  <data name="&gt;&gt;label個まで表示する.Parent" xml:space="preserve">
+    <value>tabPage全般</value>
   </data>
-  <data name="&gt;&gt;labelSelectLanes.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="radioButton_UseDTXManiaGR.TabIndex" type="System.Int32, mscorlib">
+    <value>1</value>
   </data>
-  <data name="radioButton_ASIO.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Shared.ZOrder" xml:space="preserve">
+    <value>0</value>
   </data>
-  <data name="&gt;&gt;radioButton_DirectSound.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="radioButton_UseDTXManiaGR.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 40</value>
   </data>
-  <data name="buttonOK.TabIndex" type="System.Int32, mscorlib">
-    <value>4</value>
+  <data name="radioButton_UseDTXManiaGR.Size" type="System.Drawing.Size, System.Drawing">
+    <value>135, 16</value>
   </data>
-  <data name="numericUpDown最近使用したファイルの最大表示個数.TabIndex" type="System.Int32, mscorlib">
-    <value>2</value>
+  <data name="&gt;&gt;buttonOK.Name" xml:space="preserve">
+    <value>buttonOK</value>
   </data>
-  <data name="&gt;&gt;tabControlオプション.ZOrder" xml:space="preserve">
-    <value>2</value>
+  <data name="&gt;&gt;checkBox_GRmode.ZOrder" xml:space="preserve">
+    <value>3</value>
   </data>
-  <data name="comboBox_ASIOdevices.Size" type="System.Drawing.Size, System.Drawing">
-    <value>121, 20</value>
+  <data name="&gt;&gt;label_Notice.Parent" xml:space="preserve">
+    <value>groupBox_SoundDeviceSettings</value>
   </data>
-  <data name="&gt;&gt;comboBox_ASIOdevices.Type" xml:space="preserve">
-    <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;radioButton_DirectSound.Name" xml:space="preserve">
+    <value>radioButton_DirectSound</value>
   </data>
-  <data name="label_Notice.Text" xml:space="preserve">
-    <value>(*)
-You need to reboot viewer
-after changing these
-parameters.</value>
+  <data name="radioButton_UseDTXManiaGR.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+    <value>NoControl</value>
   </data>
-  <data name="&gt;&gt;tabControlオプション.Type" xml:space="preserve">
-    <value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="checkBox_TimeStretch.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+    <value>NoControl</value>
   </data>
-  <data name="&gt;&gt;radioButton_UseDTXManiaGR.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;pictureBox_EditMode.ZOrder" xml:space="preserve">
+    <value>0</value>
   </data>
-  <data name="radioButtonEditMove.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="radioButton_DirectSound.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 18</value>
   </data>
-  <data name="radioButtonSelectMode.Text" xml:space="preserve">
-    <value>Select mode</value>
+  <data name="&gt;&gt;checkedListBoxLaneSelectList.Name" xml:space="preserve">
+    <value>checkedListBoxLaneSelectList</value>
   </data>
-  <data name="radioButton_UseDTXViewer.Size" type="System.Drawing.Size, System.Drawing">
-    <value>124, 16</value>
+  <data name="label個まで表示する.TabIndex" type="System.Int32, mscorlib">
+    <value>3</value>
   </data>
-  <data name="&gt;&gt;groupBox_SoundDeviceSettings.Parent" xml:space="preserve">
-    <value>groupBox_SelectViewer</value>
+  <data name="&gt;&gt;checkBox_VSyncWait.ZOrder" xml:space="preserve">
+    <value>2</value>
   </data>
-  <data name="&gt;&gt;label個まで表示する.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;groupBoxDefaultOperationMode.Type" xml:space="preserve">
+    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="checkBox_GRmode.Text" xml:space="preserve">
-    <value>&amp;GR mode</value>
+  <data name="button1.Text" xml:space="preserve">
+    <value>Cancel</value>
   </data>
-  <data name="&gt;&gt;tabPageViewer.Parent" xml:space="preserve">
-    <value>tabControlオプション</value>
+  <data name="radioButton_UseDTXManiaGR.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
   <data name="groupBox_DTXManiaSettings.Size" type="System.Drawing.Size, System.Drawing">
     <value>313, 73</value>
   </data>
-  <data name="tabPage全般.Text" xml:space="preserve">
-    <value>General</value>
-  </data>
-  <data name="&gt;&gt;pictureBox_SelectMode.Name" xml:space="preserve">
-    <value>pictureBox_SelectMode</value>
-  </data>
-  <data name="&gt;&gt;pictureBox_EditMode.ZOrder" xml:space="preserve">
-    <value>0</value>
-  </data>
-  <data name="&gt;&gt;tabPageViewer.Name" xml:space="preserve">
-    <value>tabPageViewer</value>
+  <data name="&gt;&gt;checkBox_TimeStretch.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="label個まで表示する.Location" type="System.Drawing.Point, System.Drawing">
-    <value>195, 29</value>
+  <data name="&gt;&gt;checkBoxPreviewBGM.Name" xml:space="preserve">
+    <value>checkBoxPreviewBGM</value>
   </data>
-  <data name="groupBox_DTXManiaSettings.Location" type="System.Drawing.Point, System.Drawing">
-    <value>28, 171</value>
+  <data name="tabPage全般.Location" type="System.Drawing.Point, System.Drawing">
+    <value>4, 22</value>
   </data>
-  <data name="&gt;&gt;checkBoxオートフォーカス.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="pictureBox_EditMode.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 40</value>
   </data>
-  <data name="radioButton_UseDTXViewer.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 18</value>
+  <data name="pictureBox_EditMode.TabIndex" type="System.Int32, mscorlib">
+    <value>10</value>
   </data>
-  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.Name" xml:space="preserve">
-    <value>numericUpDown最近使用したファイルの最大表示個数</value>
+  <data name="tabPageViewer.Size" type="System.Drawing.Size, System.Drawing">
+    <value>359, 293</value>
   </data>
-  <data name="groupBox_SoundDeviceSettings.Location" type="System.Drawing.Point, System.Drawing">
-    <value>28, 58</value>
+  <data name="&gt;&gt;checkBox最近使用したファイル.Parent" xml:space="preserve">
+    <value>tabPage全般</value>
   </data>
-  <data name="radioButton_DirectSound.Size" type="System.Drawing.Size, System.Drawing">
-    <value>85, 16</value>
+  <data name="&gt;&gt;tabPageViewer.Type" xml:space="preserve">
+    <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;radioButton_WASAPI.ZOrder" xml:space="preserve">
-    <value>2</value>
+  <data name="&gt;&gt;checkBoxオートフォーカス.ZOrder" xml:space="preserve">
+    <value>3</value>
   </data>
-  <data name="&gt;&gt;pictureBox_SelectMode.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="checkBoxPlaySoundOnChip.TabIndex" type="System.Int32, mscorlib">
+    <value>5</value>
   </data>
-  <data name="groupBox_SoundDeviceSettings.TabIndex" type="System.Int32, mscorlib">
-    <value>7</value>
+  <data name="checkBox_VSyncWait.TabIndex" type="System.Int32, mscorlib">
+    <value>9</value>
   </data>
   <data name="labelSelectLanes.Size" type="System.Drawing.Size, System.Drawing">
     <value>161, 12</value>
   </data>
-  <data name="&gt;&gt;checkBoxPreviewBGM.Parent" xml:space="preserve">
-    <value>tabPage全般</value>
+  <data name="&gt;&gt;radioButton_EditMode.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;groupBox_SoundDeviceSettings.Type" xml:space="preserve">
-    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;comboBox_ASIOdevices.ZOrder" xml:space="preserve">
+    <value>4</value>
   </data>
-  <data name="tabPageViewer.Size" type="System.Drawing.Size, System.Drawing">
-    <value>359, 256</value>
+  <data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
+    <value>CenterParent</value>
   </data>
-  <data name="&gt;&gt;tabPageViewer.ZOrder" xml:space="preserve">
-    <value>2</value>
+  <data name="&gt;&gt;checkBox_GRmode.Name" xml:space="preserve">
+    <value>checkBox_GRmode</value>
   </data>
-  <data name="pictureBox_EditMode.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
-    <value>StretchImage</value>
+  <data name="&gt;&gt;labelSelectLanes.ZOrder" xml:space="preserve">
+    <value>0</value>
   </data>
-  <data name="checkBoxPreviewBGM.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="checkedListBoxLaneSelectList.TabIndex" type="System.Int32, mscorlib">
+    <value>0</value>
   </data>
-  <data name="&gt;&gt;$this.Name" xml:space="preserve">
-    <value>Cオプションダイアログ</value>
+  <data name="groupBox_SoundDeviceSettings.Text" xml:space="preserve">
+    <value>SoundDevice (*)</value>
   </data>
-  <data name="pictureBox_EditMode.Size" type="System.Drawing.Size, System.Drawing">
-    <value>16, 16</value>
+  <data name="button1.Location" type="System.Drawing.Point, System.Drawing">
+    <value>300, 341</value>
   </data>
-  <data name="label個まで表示する.TabIndex" type="System.Int32, mscorlib">
+  <data name="radioButton_WASAPI_Exclusive.TabIndex" type="System.Int32, mscorlib">
     <value>3</value>
   </data>
+  <data name="checkBox_GRmode.Size" type="System.Drawing.Size, System.Drawing">
+    <value>71, 16</value>
+  </data>
+  <data name="&gt;&gt;radioButton_EditMode.ZOrder" xml:space="preserve">
+    <value>2</value>
+  </data>
+  <data name="&gt;&gt;radioButton_ASIO.Parent" xml:space="preserve">
+    <value>groupBox_SoundDeviceSettings</value>
+  </data>
   <data name="label個まで表示する.Text" xml:space="preserve">
     <value>Show up &amp;to</value>
   </data>
-  <data name="&gt;&gt;checkedListBoxLaneSelectList.Name" xml:space="preserve">
-    <value>checkedListBoxLaneSelectList</value>
-  </data>
-  <data name="radioButtonEditMove.Text" xml:space="preserve">
-    <value>Edit mode</value>
+  <data name="checkBox_TimeStretch.Size" type="System.Drawing.Size, System.Drawing">
+    <value>86, 16</value>
   </data>
-  <data name="&gt;&gt;checkBox_TimeStretch.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="tabPage全般.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
+    <value>3, 3, 3, 3</value>
   </data>
-  <data name="&gt;&gt;checkBox_GRmode.Parent" xml:space="preserve">
-    <value>groupBox_DTXManiaSettings</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Shared.Parent" xml:space="preserve">
+    <value>groupBox_SoundDeviceSettings</value>
   </data>
-  <data name="checkBox_VSyncWait.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
-    <value>NoControl</value>
+  <data name="checkBox最近使用したファイル.Text" xml:space="preserve">
+    <value>Most &amp;recently used files list:</value>
   </data>
-  <data name="groupBox_SelectViewer.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 3</value>
+  <data name="&gt;&gt;tabControlオプション.ZOrder" xml:space="preserve">
+    <value>2</value>
   </data>
-  <data name="&gt;&gt;label個まで表示する.Parent" xml:space="preserve">
-    <value>tabPage全般</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Exclusive.Name" xml:space="preserve">
+    <value>radioButton_WASAPI_Exclusive</value>
   </data>
-  <data name="&gt;&gt;radioButtonEditMove.Name" xml:space="preserve">
-    <value>radioButtonEditMove</value>
+  <data name="radioButton_EditMode.Location" type="System.Drawing.Point, System.Drawing">
+    <value>28, 41</value>
   </data>
-  <data name="button1.Location" type="System.Drawing.Point, System.Drawing">
-    <value>300, 304</value>
+  <data name="&gt;&gt;radioButton_UseDTXManiaGR.Name" xml:space="preserve">
+    <value>radioButton_UseDTXManiaGR</value>
   </data>
-  <data name="&gt;&gt;tabPage全般.Name" xml:space="preserve">
-    <value>tabPage全般</value>
+  <data name="label1.TabIndex" type="System.Int32, mscorlib">
+    <value>11</value>
   </data>
-  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.ZOrder" xml:space="preserve">
-    <value>6</value>
+  <data name="radioButton_SelectMode.Location" type="System.Drawing.Point, System.Drawing">
+    <value>28, 18</value>
   </data>
-  <data name="&gt;&gt;checkedListBoxLaneSelectList.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="checkBox最近使用したファイル.Size" type="System.Drawing.Size, System.Drawing">
+    <value>170, 16</value>
   </data>
-  <data name="&gt;&gt;tabPageViewer.Type" xml:space="preserve">
-    <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;label個まで表示する.ZOrder" xml:space="preserve">
+    <value>4</value>
   </data>
-  <data name="&gt;&gt;radioButton_SelectMode.ZOrder" xml:space="preserve">
-    <value>3</value>
+  <data name="&gt;&gt;buttonOK.ZOrder" xml:space="preserve">
+    <value>0</value>
   </data>
-  <data name="tabControlオプション.Location" type="System.Drawing.Point, System.Drawing">
-    <value>12, 12</value>
+  <data name="comboBox_ASIOdevices.TabIndex" type="System.Int32, mscorlib">
+    <value>5</value>
   </data>
-  <data name="&gt;&gt;checkBoxPlaySoundOnChip.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="tabControlオプション.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Top, Bottom, Left, Right</value>
   </data>
-  <data name="checkBox_TimeStretch.Text" xml:space="preserve">
-    <value>&amp;TimeStretch</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Exclusive.Parent" xml:space="preserve">
+    <value>groupBox_SoundDeviceSettings</value>
   </data>
-  <data name="checkBoxPreviewBGM.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 50</value>
+  <data name="groupBox_SoundDeviceSettings.Location" type="System.Drawing.Point, System.Drawing">
+    <value>28, 58</value>
   </data>
-  <data name="pictureBox_SelectMode.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
-    <value>NoControl</value>
+  <data name="&gt;&gt;radioButton_ASIO.ZOrder" xml:space="preserve">
+    <value>5</value>
   </data>
-  <data name="&gt;&gt;checkBox最近使用したファイル.Parent" xml:space="preserve">
-    <value>tabPage全般</value>
+  <data name="checkBox_GRmode.TabIndex" type="System.Int32, mscorlib">
+    <value>8</value>
   </data>
-  <data name="&gt;&gt;groupBox_SoundDeviceSettings.ZOrder" xml:space="preserve">
-    <value>1</value>
+  <data name="&gt;&gt;groupBox_DTXManiaSettings.Parent" xml:space="preserve">
+    <value>groupBox_SelectViewer</value>
   </data>
-  <data name="&gt;&gt;checkBox最近使用したファイル.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;radioButton_DirectSound.Parent" xml:space="preserve">
+    <value>groupBox_SoundDeviceSettings</value>
   </data>
-  <data name="checkBox_GRmode.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 18</value>
+  <data name="checkBoxオートフォーカス.Text" xml:space="preserve">
+    <value>Auto &amp;focus</value>
   </data>
-  <data name="groupBoxDefaultOperationMode.TabIndex" type="System.Int32, mscorlib">
-    <value>9</value>
+  <data name="&gt;&gt;tabPageViewer.Name" xml:space="preserve">
+    <value>tabPageViewer</value>
   </data>
-  <data name="checkBox_GRmode.TabIndex" type="System.Int32, mscorlib">
-    <value>8</value>
+  <data name="checkBox最近使用したファイル.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 28</value>
   </data>
-  <data name="label_Notice.Size" type="System.Drawing.Size, System.Drawing">
-    <value>139, 48</value>
+  <data name="&gt;&gt;radioButton_UseDTXViewer.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;radioButtonEditMove.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;comboBox_ASIOdevices.Name" xml:space="preserve">
+    <value>comboBox_ASIOdevices</value>
   </data>
-  <data name="tabPageLanes.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
-    <value>3, 3, 3, 3</value>
+  <data name="buttonOK.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+    <value>NoControl</value>
   </data>
-  <data name="checkBoxオートフォーカス.AutoSize" type="System.Boolean, mscorlib">
+  <data name="label個まで表示する.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <data name="checkBoxPreviewBGM.Size" type="System.Drawing.Size, System.Drawing">
-    <value>318, 16</value>
+  <data name="button1.TabIndex" type="System.Int32, mscorlib">
+    <value>5</value>
   </data>
-  <data name="&gt;&gt;labelSelectLanes.Parent" xml:space="preserve">
-    <value>tabPageLanes</value>
+  <data name="&gt;&gt;radioButton_SelectMode.Parent" xml:space="preserve">
+    <value>groupBoxDefaultOperationMode</value>
   </data>
-  <data name="&gt;&gt;label1.Parent" xml:space="preserve">
-    <value>groupBox_DTXManiaSettings</value>
+  <data name="tabPageViewer.Text" xml:space="preserve">
+    <value>Viewer</value>
   </data>
-  <data name="radioButtonSelectMode.Location" type="System.Drawing.Point, System.Drawing">
-    <value>28, 18</value>
+  <data name="comboBox_ASIOdevices.Size" type="System.Drawing.Size, System.Drawing">
+    <value>121, 20</value>
   </data>
-  <data name="groupBox_SoundDeviceSettings.Size" type="System.Drawing.Size, System.Drawing">
-    <value>313, 107</value>
+  <data name="&gt;&gt;$this.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="checkBox_VSyncWait.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 40</value>
+  <data name="&gt;&gt;button1.Name" xml:space="preserve">
+    <value>button1</value>
   </data>
-  <data name="&gt;&gt;checkBoxPlaySoundOnChip.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="labelSelectLanes.TabIndex" type="System.Int32, mscorlib">
+    <value>1</value>
   </data>
-  <data name="&gt;&gt;$this.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="numericUpDown最近使用したファイルの最大表示個数.Location" type="System.Drawing.Point, System.Drawing">
+    <value>263, 25</value>
   </data>
-  <data name="radioButton_ASIO.Size" type="System.Drawing.Size, System.Drawing">
-    <value>155, 16</value>
+  <data name="radioButton_UseDTXViewer.TabIndex" type="System.Int32, mscorlib">
+    <value>0</value>
   </data>
-  <data name="&gt;&gt;groupBoxDefaultOperationMode.Parent" xml:space="preserve">
-    <value>tabPage全般</value>
+  <data name="&gt;&gt;label1.Parent" xml:space="preserve">
+    <value>groupBox_DTXManiaSettings</value>
   </data>
-  <data name="label_Notice.AutoSize" type="System.Boolean, mscorlib">
+  <data name="checkBoxオートフォーカス.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <data name="checkedListBoxLaneSelectList.Size" type="System.Drawing.Size, System.Drawing">
-    <value>120, 228</value>
+  <data name="&gt;&gt;numericUpDown最近使用したファイルの最大表示個数.ZOrder" xml:space="preserve">
+    <value>6</value>
   </data>
-  <data name="checkBox_TimeStretch.TabIndex" type="System.Int32, mscorlib">
-    <value>10</value>
+  <data name="&gt;&gt;radioButton_UseDTXViewer.Name" xml:space="preserve">
+    <value>radioButton_UseDTXViewer</value>
   </data>
-  <data name="checkBox_VSyncWait.Size" type="System.Drawing.Size, System.Drawing">
-    <value>79, 16</value>
+  <data name="checkBox_TimeStretch.Location" type="System.Drawing.Point, System.Drawing">
+    <value>127, 18</value>
   </data>
-  <data name="&gt;&gt;checkBoxPreviewBGM.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;checkBoxオートフォーカス.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="checkBox_TimeStretch.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
-    <value>NoControl</value>
+  <data name="&gt;&gt;buttonOK.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;tabPage全般.Type" xml:space="preserve">
+    <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="radioButton_WASAPI.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+  <data name="checkBox_VSyncWait.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
     <value>NoControl</value>
   </data>
-  <data name="checkBox_VSyncWait.TabIndex" type="System.Int32, mscorlib">
-    <value>9</value>
+  <data name="&gt;&gt;groupBox_DTXManiaSettings.ZOrder" xml:space="preserve">
+    <value>0</value>
+  </data>
+  <data name="checkedListBoxLaneSelectList.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 6</value>
+  </data>
+  <data name="checkBox_VSyncWait.Text" xml:space="preserve">
+    <value>V&amp;SyncWait</value>
   </data>
-  <data name="&gt;&gt;pictureBox_EditMode.Parent" xml:space="preserve">
+  <data name="&gt;&gt;radioButton_EditMode.Parent" xml:space="preserve">
     <value>groupBoxDefaultOperationMode</value>
   </data>
-  <data name="&gt;&gt;comboBox_ASIOdevices.Parent" xml:space="preserve">
-    <value>groupBox_SoundDeviceSettings</value>
+  <data name="tabControlオプション.Size" type="System.Drawing.Size, System.Drawing">
+    <value>367, 319</value>
   </data>
-  <data name="&gt;&gt;groupBox_DTXManiaSettings.Name" xml:space="preserve">
-    <value>groupBox_DTXManiaSettings</value>
+  <data name="labelSelectLanes.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+    <value>NoControl</value>
   </data>
-  <data name="radioButtonEditMove.Location" type="System.Drawing.Point, System.Drawing">
-    <value>28, 41</value>
+  <data name="checkBoxオートフォーカス.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 6</value>
   </data>
-  <data name="checkBox_VSyncWait.Text" xml:space="preserve">
-    <value>V&amp;SyncWait</value>
+  <data name="radioButton_ASIO.Size" type="System.Drawing.Size, System.Drawing">
+    <value>155, 16</value>
   </data>
-  <data name="checkBox_GRmode.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="tabPageLanes.Size" type="System.Drawing.Size, System.Drawing">
+    <value>359, 293</value>
   </data>
-  <data name="radioButton_SelectMode.Location" type="System.Drawing.Point, System.Drawing">
-    <value>28, 18</value>
+  <data name="&gt;&gt;pictureBox_EditMode.Type" xml:space="preserve">
+    <value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;checkBox_GRmode.ZOrder" xml:space="preserve">
-    <value>3</value>
+  <data name="label1.Size" type="System.Drawing.Size, System.Drawing">
+    <value>168, 36</value>
   </data>
-  <data name="&gt;&gt;radioButton_EditMode.Name" xml:space="preserve">
-    <value>radioButton_EditMode</value>
+  <data name="&gt;&gt;tabPageViewer.ZOrder" xml:space="preserve">
+    <value>2</value>
   </data>
-  <data name="groupBox_SelectViewer.TabIndex" type="System.Int32, mscorlib">
-    <value>6</value>
+  <data name="groupBoxDefaultOperationMode.Text" xml:space="preserve">
+    <value>Initial Operation Mode</value>
   </data>
-  <data name="&gt;&gt;radioButton_ASIO.Name" xml:space="preserve">
-    <value>radioButton_ASIO</value>
+  <data name="tabPageLanes.Location" type="System.Drawing.Point, System.Drawing">
+    <value>4, 22</value>
   </data>
-  <data name="label_Notice.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
-    <value>Top, Bottom, Left, Right</value>
+  <data name="&gt;&gt;tabControlオプション.Parent" xml:space="preserve">
+    <value>$this</value>
   </data>
-  <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
-    <value>391, 339</value>
+  <data name="&gt;&gt;checkBox_GRmode.Parent" xml:space="preserve">
+    <value>groupBox_DTXManiaSettings</value>
   </data>
-  <data name="&gt;&gt;groupBoxDefaultOperationMode.Type" xml:space="preserve">
-    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="tabControlオプション.TabIndex" type="System.Int32, mscorlib">
+    <value>3</value>
   </data>
-  <data name="tabPage全般.TabIndex" type="System.Int32, mscorlib">
+  <data name="label1.Text" xml:space="preserve">
+    <value>(You can use it only when
+ WASAPI/ASIO is used,
+ within PlaySpeed = x0.8 - x1.2)</value>
+  </data>
+  <data name="&gt;&gt;groupBoxDefaultOperationMode.ZOrder" xml:space="preserve">
     <value>0</value>
   </data>
-  <data name="button1.Size" type="System.Drawing.Size, System.Drawing">
+  <data name="&gt;&gt;comboBox_ASIOdevices.Parent" xml:space="preserve">
+    <value>groupBox_SoundDeviceSettings</value>
+  </data>
+  <data name="&gt;&gt;checkBoxPreviewBGM.Parent" xml:space="preserve">
+    <value>tabPage全般</value>
+  </data>
+  <data name="buttonOK.Size" type="System.Drawing.Size, System.Drawing">
     <value>75, 23</value>
   </data>
-  <data name="checkBox_TimeStretch.AutoSize" type="System.Boolean, mscorlib">
-    <value>True</value>
+  <data name="&gt;&gt;groupBoxDefaultOperationMode.Parent" xml:space="preserve">
+    <value>tabPage全般</value>
   </data>
-  <data name="checkBox_TimeStretch.Location" type="System.Drawing.Point, System.Drawing">
-    <value>127, 18</value>
+  <data name="checkBox_TimeStretch.Text" xml:space="preserve">
+    <value>&amp;TimeStretch</value>
   </data>
-  <data name="&gt;&gt;checkBox最近使用したファイル.ZOrder" xml:space="preserve">
-    <value>5</value>
+  <data name="checkBox_TimeStretch.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="&gt;&gt;radioButton_DirectSound.Name" xml:space="preserve">
-    <value>radioButton_DirectSound</value>
+  <data name="radioButton_UseDTXViewer.Location" type="System.Drawing.Point, System.Drawing">
+    <value>6, 18</value>
   </data>
-  <data name="&gt;&gt;checkBoxPreviewBGM.Name" xml:space="preserve">
-    <value>checkBoxPreviewBGM</value>
+  <data name="radioButton_WASAPI_Shared.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
+    <value>NoControl</value>
   </data>
-  <data name="radioButton_WASAPI.TabIndex" type="System.Int32, mscorlib">
-    <value>3</value>
+  <data name="&gt;&gt;groupBox_DTXManiaSettings.Name" xml:space="preserve">
+    <value>groupBox_DTXManiaSettings</value>
   </data>
-  <data name="radioButton_WASAPI.AutoSize" type="System.Boolean, mscorlib">
+  <data name="label_Notice.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <data name="&gt;&gt;tabPage全般.Parent" xml:space="preserve">
-    <value>tabControlオプション</value>
-  </data>
-  <data name="&gt;&gt;comboBox_ASIOdevices.Name" xml:space="preserve">
-    <value>comboBox_ASIOdevices</value>
+  <data name="&gt;&gt;checkedListBoxLaneSelectList.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="&gt;&gt;tabPageLanes.Type" xml:space="preserve">
-    <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;label_Notice.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="&gt;&gt;groupBox_DTXManiaSettings.Type" xml:space="preserve">
-    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="&gt;&gt;radioButton_UseDTXManiaGR.ZOrder" xml:space="preserve">
+    <value>3</value>
   </data>
-  <data name="radioButton_WASAPI.Text" xml:space="preserve">
-    <value>&amp;WASAPI (Vista or later)</value>
+  <data name="&gt;&gt;button1.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;checkedListBoxLaneSelectList.Parent" xml:space="preserve">
-    <value>tabPageLanes</value>
+  <data name="tabPage全般.TabIndex" type="System.Int32, mscorlib">
+    <value>0</value>
   </data>
   <data name="&gt;&gt;checkedListBoxLaneSelectList.Type" xml:space="preserve">
-    <value>System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;labelSelectLanes.Name" xml:space="preserve">
-    <value>labelSelectLanes</value>
+  <data name="&gt;&gt;button1.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="comboBox_ASIOdevices.TabIndex" type="System.Int32, mscorlib">
-    <value>5</value>
+  <data name="button1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
+    <value>Bottom, Right</value>
   </data>
-  <data name="checkBoxオートフォーカス.TabIndex" type="System.Int32, mscorlib">
-    <value>0</value>
+  <data name="radioButton_ASIO.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="pictureBox_SelectMode.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 18</value>
+  <data name="&gt;&gt;checkBoxオートフォーカス.Parent" xml:space="preserve">
+    <value>tabPage全般</value>
   </data>
-  <data name="radioButton_UseDTXManiaGR.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
-    <value>NoControl</value>
+  <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
+    <value>391, 376</value>
   </data>
-  <data name="&gt;&gt;groupBox_DTXManiaSettings.Parent" xml:space="preserve">
-    <value>groupBox_SelectViewer</value>
+  <data name="&gt;&gt;checkBoxPlaySoundOnChip.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;radioButton_UseDTXViewer.Name" xml:space="preserve">
-    <value>radioButton_UseDTXViewer</value>
+  <data name="&gt;&gt;checkBoxPreviewBGM.ZOrder" xml:space="preserve">
+    <value>2</value>
   </data>
-  <data name="labelSelectLanes.Text" xml:space="preserve">
-    <value>Select Lanes you'd like to use.</value>
+  <data name="&gt;&gt;radioButton_SelectMode.Name" xml:space="preserve">
+    <value>radioButton_SelectMode</value>
+  </data>
+  <data name="&gt;&gt;groupBox_SelectViewer.ZOrder" xml:space="preserve">
+    <value>0</value>
   </data>
-  <data name="&gt;&gt;radioButton_WASAPI.Name" xml:space="preserve">
-    <value>radioButton_WASAPI</value>
+  <data name="checkBoxオートフォーカス.TabIndex" type="System.Int32, mscorlib">
+    <value>0</value>
   </data>
-  <data name="&gt;&gt;tabPageLanes.Parent" xml:space="preserve">
-    <value>tabControlオプション</value>
+  <data name="radioButton_DirectSound.Text" xml:space="preserve">
+    <value>&amp;DirectSound</value>
+  </data>
+  <data name="radioButton_ASIO.Text" xml:space="preserve">
+    <value>&amp;ASIO (ASIO devices only)</value>
   </data>
   <data name="checkBoxPlaySoundOnChip.Size" type="System.Drawing.Size, System.Drawing">
     <value>214, 16</value>
   </data>
-  <data name="radioButton_ASIO.Location" type="System.Drawing.Point, System.Drawing">
-    <value>6, 62</value>
-  </data>
-  <data name="radioButtonSelectMode.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
-    <value>TopLeft</value>
+  <data name="&gt;&gt;groupBox_DTXManiaSettings.Type" xml:space="preserve">
+    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;button1.Parent" xml:space="preserve">
-    <value>$this</value>
+  <data name="checkBox_VSyncWait.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="button1.TabIndex" type="System.Int32, mscorlib">
-    <value>5</value>
+  <data name="&gt;&gt;checkBox_VSyncWait.Parent" xml:space="preserve">
+    <value>groupBox_DTXManiaSettings</value>
   </data>
-  <data name="&gt;&gt;label_Notice.Parent" xml:space="preserve">
-    <value>groupBox_SoundDeviceSettings</value>
+  <data name="groupBoxDefaultOperationMode.Size" type="System.Drawing.Size, System.Drawing">
+    <value>170, 68</value>
   </data>
-  <data name="tabControlオプション.Size" type="System.Drawing.Size, System.Drawing">
-    <value>367, 282</value>
+  <data name="&gt;&gt;labelSelectLanes.Name" xml:space="preserve">
+    <value>labelSelectLanes</value>
   </data>
-  <data name="&gt;&gt;groupBox_SelectViewer.Parent" xml:space="preserve">
-    <value>tabPageViewer</value>
+  <data name="labelSelectLanes.Text" xml:space="preserve">
+    <value>Select Lanes you'd like to use.</value>
   </data>
-  <data name="&gt;&gt;radioButtonSelectMode.Name" xml:space="preserve">
-    <value>radioButtonSelectMode</value>
+  <data name="pictureBox_EditMode.Size" type="System.Drawing.Size, System.Drawing">
+    <value>16, 16</value>
   </data>
-  <data name="radioButton_EditMode.TabIndex" type="System.Int32, mscorlib">
-    <value>7</value>
+  <data name="radioButton_WASAPI_Exclusive.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="&gt;&gt;groupBox_SelectViewer.Name" xml:space="preserve">
-    <value>groupBox_SelectViewer</value>
+  <data name="&gt;&gt;checkBox_TimeStretch.ZOrder" xml:space="preserve">
+    <value>1</value>
   </data>
-  <data name="radioButtonEditMove.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
-    <value>TopLeft</value>
+  <data name="radioButton_WASAPI_Shared.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="tabPageViewer.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
-    <value>3, 3, 3, 3</value>
+  <data name="checkBox_GRmode.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="&gt;&gt;radioButton_EditMode.Parent" xml:space="preserve">
-    <value>groupBoxDefaultOperationMode</value>
+  <data name="&gt;&gt;radioButton_UseDTXViewer.Parent" xml:space="preserve">
+    <value>groupBox_SelectViewer</value>
   </data>
-  <data name="&gt;&gt;comboBox_ASIOdevices.ZOrder" xml:space="preserve">
-    <value>3</value>
+  <data name="label個まで表示する.Location" type="System.Drawing.Point, System.Drawing">
+    <value>195, 29</value>
   </data>
-  <data name="&gt;&gt;checkBox最近使用したファイル.Name" xml:space="preserve">
-    <value>checkBox最近使用したファイル</value>
+  <data name="&gt;&gt;comboBox_ASIOdevices.Type" xml:space="preserve">
+    <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="groupBox_SelectViewer.Text" xml:space="preserve">
-    <value>Viewer Settings</value>
+  <data name="&gt;&gt;groupBox_SelectViewer.Parent" xml:space="preserve">
+    <value>tabPageViewer</value>
   </data>
-  <data name="pictureBox_SelectMode.Size" type="System.Drawing.Size, System.Drawing">
-    <value>16, 16</value>
+  <data name="&gt;&gt;tabPageViewer.Parent" xml:space="preserve">
+    <value>tabControlオプション</value>
   </data>
-  <data name="radioButton_ASIO.Text" xml:space="preserve">
-    <value>&amp;ASIO (ASIO devices only)</value>
+  <data name="tabPageLanes.TabIndex" type="System.Int32, mscorlib">
+    <value>1</value>
   </data>
-  <data name="&gt;&gt;label1.Name" xml:space="preserve">
-    <value>label1</value>
+  <data name="&gt;&gt;checkBox_TimeStretch.Parent" xml:space="preserve">
+    <value>groupBox_DTXManiaSettings</value>
   </data>
-  <data name="&gt;&gt;radioButton_SelectMode.Parent" xml:space="preserve">
-    <value>groupBoxDefaultOperationMode</value>
+  <data name="tabPageLanes.Text" xml:space="preserve">
+    <value>Lanes</value>
   </data>
-  <data name="labelSelectLanes.TabIndex" type="System.Int32, mscorlib">
-    <value>1</value>
+  <data name="&gt;&gt;label_Notice.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="pictureBox_EditMode.TabIndex" type="System.Int32, mscorlib">
+  <data name="pictureBox_SelectMode.TabIndex" type="System.Int32, mscorlib">
     <value>10</value>
   </data>
   <data name="checkBox最近使用したファイル.AutoSize" type="System.Boolean, mscorlib">
     <value>True</value>
   </data>
-  <data name="&gt;&gt;radioButton_EditMode.ZOrder" xml:space="preserve">
-    <value>2</value>
-  </data>
-  <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
-    <value>6, 12</value>
-  </data>
-  <data name="&gt;&gt;label_Notice.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
-  </data>
-  <data name="comboBox_ASIOdevices.Location" type="System.Drawing.Point, System.Drawing">
-    <value>29, 80</value>
-  </data>
-  <data name="radioButton_DirectSound.TabIndex" type="System.Int32, mscorlib">
-    <value>2</value>
-  </data>
-  <data name="&gt;&gt;tabPageLanes.Name" xml:space="preserve">
-    <value>tabPageLanes</value>
+  <data name="&gt;&gt;button1.Parent" xml:space="preserve">
+    <value>$this</value>
   </data>
-  <data name="radioButton_DirectSound.Text" xml:space="preserve">
-    <value>&amp;DirectSound</value>
+  <data name="&gt;&gt;groupBox_SelectViewer.Type" xml:space="preserve">
+    <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="checkBoxPreviewBGM.TabIndex" type="System.Int32, mscorlib">
-    <value>4</value>
+  <data name="&gt;&gt;radioButton_WASAPI_Exclusive.Type" xml:space="preserve">
+    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <data name="&gt;&gt;button1.Type" xml:space="preserve">
-    <value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="label1.Location" type="System.Drawing.Point, System.Drawing">
+    <value>143, 34</value>
   </data>
-  <data name="&gt;&gt;radioButton_SelectMode.Type" xml:space="preserve">
-    <value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  <data name="groupBoxDefaultOperationMode.TabIndex" type="System.Int32, mscorlib">
+    <value>9</value>
   </data>
-  <data name="buttonOK.Text" xml:space="preserve">
-    <value>OK</value>
+  <data name="label1.AutoSize" type="System.Boolean, mscorlib">
+    <value>True</value>
   </data>
-  <data name="groupBox_DTXManiaSettings.Text" xml:space="preserve">
-    <value>Other DTXManiaGR Settings</value>
+  <data name="checkBox最近使用したファイル.TabIndex" type="System.Int32, mscorlib">
+    <value>1</value>
   </data>
-  <data name="&gt;&gt;radioButton_WASAPI.Parent" xml:space="preserve">
-    <value>groupBox_SoundDeviceSettings</value>
+  <data name="&gt;&gt;label1.Type" xml:space="preserve">
+    <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </data>
-  <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+  <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>
-  <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Japanese (Japan)</value>
+  <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>ja-JP</value>
   </metadata>
 </root>
\ No newline at end of file
index fe850ac..6d6cfb9 100644 (file)
@@ -35,7 +35,8 @@ namespace DTXCreator.オプション関連
 
                        cオプションダイアログ.groupBox_SoundDeviceSettings.Enabled = !this.formメインフォーム.appアプリ設定.ViewerInfo.bViewerIsDTXV;
                        cオプションダイアログ.radioButton_DirectSound.Checked = this.formメインフォーム.appアプリ設定.ViewerInfo.SoundType == FDK.ESoundDeviceType.DirectSound;
-                       cオプションダイアログ.radioButton_WASAPI.Checked = this.formメインフォーム.appアプリ設定.ViewerInfo.SoundType == FDK.ESoundDeviceType.ExclusiveWASAPI;
+                       cオプションダイアログ.radioButton_WASAPI_Exclusive.Checked = this.formメインフォーム.appアプリ設定.ViewerInfo.SoundType == FDK.ESoundDeviceType.ExclusiveWASAPI;
+                       cオプションダイアログ.radioButton_WASAPI_Shared.Checked = this.formメインフォーム.appアプリ設定.ViewerInfo.SoundType == FDK.ESoundDeviceType.SharedWASAPI;
                        cオプションダイアログ.radioButton_ASIO.Checked = this.formメインフォーム.appアプリ設定.ViewerInfo.SoundType == FDK.ESoundDeviceType.ASIO;
 
                        int nASIOdevs = cオプションダイアログ.tASIOデバイスリストの内訳を生成する();
@@ -86,11 +87,16 @@ namespace DTXCreator.オプション関連
                                        //vst = AppSetting.ViewerSoundType.DirectSound;
                                        vst = FDK.ESoundDeviceType.DirectSound;
                                }
-                               else if ( cオプションダイアログ.radioButton_WASAPI.Checked )
+                               else if ( cオプションダイアログ.radioButton_WASAPI_Exclusive.Checked )
                                {
                                        //vst = AppSetting.ViewerSoundType.WASAPI;
                                        vst = FDK.ESoundDeviceType.ExclusiveWASAPI;
                                }
+                               else if ( cオプションダイアログ.radioButton_WASAPI_Shared.Checked )
+                               {
+                                       //vst = AppSetting.ViewerSoundType.WASAPI;
+                                       vst = FDK.ESoundDeviceType.SharedWASAPI;
+                               }
                                else if ( cオプションダイアログ.radioButton_ASIO.Checked )
                                {
                                        //vst = AppSetting.ViewerSoundType.ASIO;
index d6e3798..3696a9f 100644 (file)
@@ -496,14 +496,7 @@ namespace DTXMania
                        {
                                return s;
                        }
-                       //      CResources cr = CDTXMania.Instance.Resources;
-               //      return val ? cr.Label("strCfgOn") : cr.Label("strCfgOff");
                }
-
-               //public override string ToString()
-               //{
-               //      return val.ToString();
-               //}
        }
 
        [DataContract]
index 858d005..a195e6b 100644 (file)
@@ -259,7 +259,7 @@ namespace DTXMania
                                        }
                                        else if (arg.StartsWith("-D", StringComparison.OrdinalIgnoreCase))
                                        {
-                                               // -DW, -DA1など
+                                               // -DWE, -DWS, -DA1など
                                                arg = arg.Substring(2); // -D を削除
                                                switch (arg[0])
                                                {
@@ -277,16 +277,35 @@ namespace DTXMania
                                                                arg = arg.Substring(1);
                                                                break;
                                                        #endregion
-                                                       #region [ WASAPI ]
+                                                       #region [ WASAPI(Exclusive/Shared) ]
                                                        case 'W':
-                                                               if (this.soundDeviceType != ESoundDeviceType.ExclusiveWASAPI)
                                                                {
-                                                                       this.ChangedSoundDevice = true;
-                                                                       this.soundDeviceType = ESoundDeviceType.ExclusiveWASAPI;
-                                                               }
-                                                               else
-                                                               {
-                                                                       this.ChangedSoundDevice = false;
+                                                                       ESoundDeviceType new_sounddevicetype;
+                                                                       arg = arg.Substring(1);
+                                                                       char c = arg[0];
+                                                                       //arg = arg.Substring(1);
+
+                                                                       switch (c)
+                                                                       {
+                                                                               case 'E':
+                                                                                       new_sounddevicetype = ESoundDeviceType.ExclusiveWASAPI;
+                                                                                       break;
+                                                                               case 'S':
+                                                                                       new_sounddevicetype = ESoundDeviceType.SharedWASAPI;
+                                                                                       break;
+                                                                               default:
+                                                                                       new_sounddevicetype = ESoundDeviceType.Unknown;
+                                                                                       break;
+                                                                       }
+                                                                       if (this.soundDeviceType != new_sounddevicetype)
+                                                                       {
+                                                                               this.ChangedSoundDevice = true;
+                                                                               this.soundDeviceType = new_sounddevicetype;
+                                                                       }
+                                                                       else
+                                                                       {
+                                                                               this.ChangedSoundDevice = false;
+                                                                       }
                                                                }
                                                                arg = arg.Substring(1);
                                                                break;
index 76bb550..77482c9 100644 (file)
   <GuideIndex>3</GuideIndex>
   <Height>1023</Height>
   <HViewScaleIndex>0</HViewScaleIndex>
-  <LastWorkFolder>D:\作業場\開発\@DTXMania\@テスト用DTX\No037S Can Do\</LastWorkFolder>
+  <LastWorkFolder>C:\Users\yyagi\Documents\Visual Studio 2008\Projects\dtxmania5\dtxmania\RuntimeResources</LastWorkFolder>
   <Maximized>false</Maximized>
   <MovieListColumnWidth>
     <int>127</int>
     <bViewerIsDTXV>false</bViewerIsDTXV>
   </ViewerInfo>
   <Width>806</Width>
-  <X>0</X>
-  <Y>0</Y>
-  <LastMIDIImportFolder>D:\作業場\開発\@DTXMania\@DTXMania(OSDN)\実行時フォルダ</LastMIDIImportFolder>
-  <LastMIDIImportSettingsFile>D:\作業場\開発\@DTXMania\@DTXMania(OSDN)\実行時フォルダ\DTXCreatorSMFSettings.xml</LastMIDIImportSettingsFile>
+  <X>912</X>
+  <Y>50</Y>
+  <LastMIDIImportFolder>C:\Users\yyagi\Documents\Visual Studio 2008\Projects\dtxmania5\dtxmania\RuntimeResources</LastMIDIImportFolder>
+  <LastMIDIImportSettingsFile>C:\Users\yyagi\Documents\Visual Studio 2008\Projects\dtxmania5\dtxmania\RuntimeResources\DTXCreatorSMFSettings.xml</LastMIDIImportSettingsFile>
   <InitialOperationMode>false</InitialOperationMode>
 </AppSetting>
\ No newline at end of file