OSDN Git Service

Merge branch 'feature/37178_プロジェクトとソリューションファイルの英語化' into develop
[dtxmania/dtxmania.git] / DTXCreator / コード / 03.オプション関連 / Cオプションダイアログ.Designer.cs
diff --git a/DTXCreator/コード/03.オプション関連/Cオプションダイアログ.Designer.cs b/DTXCreator/コード/03.オプション関連/Cオプションダイアログ.Designer.cs
new file mode 100644 (file)
index 0000000..98fdaa7
--- /dev/null
@@ -0,0 +1,545 @@
+namespace DTXCreator.オプション関連
+{
+       partial class Cオプションダイアログ
+       {
+               /// <summary>
+               /// 必要なデザイナ変数です。
+               /// </summary>
+               private System.ComponentModel.IContainer components = null;
+
+               /// <summary>
+               /// 使用中のリソースをすべてクリーンアップします。
+               /// </summary>
+               /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
+               protected override void Dispose( bool disposing )
+               {
+                       if( disposing && ( components != null ) )
+                       {
+                               components.Dispose();
+                       }
+                       base.Dispose( disposing );
+               }
+
+               #region Windows フォーム デザイナで生成されたコード
+
+               /// <summary>
+               /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
+               /// コード エディタで変更しないでください。
+               /// </summary>
+               private void InitializeComponent()
+               {
+                       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.pictureBox_SelectMode = new System.Windows.Forms.PictureBox();
+                       this.radioButton_EditMode = new System.Windows.Forms.RadioButton();
+                       this.radioButton_SelectMode = new System.Windows.Forms.RadioButton();
+                       this.checkBoxPlaySoundOnChip = new System.Windows.Forms.CheckBox();
+                       this.checkBoxPreviewBGM = new System.Windows.Forms.CheckBox();
+                       this.checkBoxオートフォーカス = new System.Windows.Forms.CheckBox();
+                       this.label個まで表示する = new System.Windows.Forms.Label();
+                       this.checkBox最近使用したファイル = new System.Windows.Forms.CheckBox();
+                       this.numericUpDown最近使用したファイルの最大表示個数 = new System.Windows.Forms.NumericUpDown();
+                       this.tabControlオプション = new System.Windows.Forms.TabControl();
+                       this.tabPageLanes = new System.Windows.Forms.TabPage();
+                       this.labelSelectLanes = new System.Windows.Forms.Label();
+                       this.checkedListBoxLaneSelectList = new System.Windows.Forms.CheckedListBox();
+                       this.tabPageViewer = new System.Windows.Forms.TabPage();
+                       this.groupBox_SelectViewer = new System.Windows.Forms.GroupBox();
+                       this.groupBox_DTXManiaSettings = new System.Windows.Forms.GroupBox();
+                       this.label1 = new System.Windows.Forms.Label();
+                       this.checkBox_TimeStretch = new System.Windows.Forms.CheckBox();
+                       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.label_Notice = new System.Windows.Forms.Label();
+                       this.radioButton_DirectSound = new System.Windows.Forms.RadioButton();
+                       this.radioButton_WASAPI = 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();
+                       this.radioButton_UseDTXManiaGR = new System.Windows.Forms.RadioButton();
+                       this.button1 = new System.Windows.Forms.Button();
+                       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();
+                       this.tabControlオプション.SuspendLayout();
+                       this.tabPageLanes.SuspendLayout();
+                       this.tabPageViewer.SuspendLayout();
+                       this.groupBox_SelectViewer.SuspendLayout();
+                       this.groupBox_DTXManiaSettings.SuspendLayout();
+                       this.groupBox_SoundDeviceSettings.SuspendLayout();
+                       this.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;
+                       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;
+                       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;
+                       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;
+                       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;
+                       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 );
+                       // 
+                       // 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;
+                       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 );
+                       // 
+                       // checkBoxPlaySoundOnChip
+                       // 
+                       this.checkBoxPlaySoundOnChip.AccessibleDescription = null;
+                       this.checkBoxPlaySoundOnChip.AccessibleName = null;
+                       resources.ApplyResources( this.checkBoxPlaySoundOnChip, "checkBoxPlaySoundOnChip" );
+                       this.checkBoxPlaySoundOnChip.BackgroundImage = null;
+                       this.checkBoxPlaySoundOnChip.Font = null;
+                       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;
+                       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;
+                       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;
+                       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;
+                       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[] {
+            10,
+            0,
+            0,
+            0} );
+                       this.numericUpDown最近使用したファイルの最大表示個数.Minimum = new decimal( new int[] {
+            1,
+            0,
+            0,
+            0} );
+                       this.numericUpDown最近使用したファイルの最大表示個数.Name = "numericUpDown最近使用したファイルの最大表示個数";
+                       this.numericUpDown最近使用したファイルの最大表示個数.Value = new decimal( new int[] {
+            1,
+            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;
+                       this.tabControlオプション.Name = "tabControlオプション";
+                       this.tabControlオプション.SelectedIndex = 0;
+                       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;
+                       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;
+                       this.labelSelectLanes.Name = "labelSelectLanes";
+                       // 
+                       // checkedListBoxLaneSelectList
+                       // 
+                       this.checkedListBoxLaneSelectList.AccessibleDescription = null;
+                       this.checkedListBoxLaneSelectList.AccessibleName = null;
+                       resources.ApplyResources( this.checkedListBoxLaneSelectList, "checkedListBoxLaneSelectList" );
+                       this.checkedListBoxLaneSelectList.BackgroundImage = null;
+                       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;
+                       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;
+                       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;
+                       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;
+                       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;
+                       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;
+                       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;
+                       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;
+                       this.groupBox_SoundDeviceSettings.Name = "groupBox_SoundDeviceSettings";
+                       this.groupBox_SoundDeviceSettings.TabStop = false;
+                       // 
+                       // label_Notice
+                       // 
+                       this.label_Notice.AccessibleDescription = null;
+                       this.label_Notice.AccessibleName = null;
+                       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;
+                       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 );
+                       // 
+                       // radioButton_WASAPI
+                       // 
+                       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 );
+                       // 
+                       // comboBox_ASIOdevices
+                       // 
+                       this.comboBox_ASIOdevices.AccessibleDescription = null;
+                       this.comboBox_ASIOdevices.AccessibleName = null;
+                       resources.ApplyResources( this.comboBox_ASIOdevices, "comboBox_ASIOdevices" );
+                       this.comboBox_ASIOdevices.BackgroundImage = null;
+                       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;
+                       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 );
+                       // 
+                       // 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;
+                       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 );
+                       // 
+                       // 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;
+                       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 );
+                       // 
+                       // button1
+                       // 
+                       this.button1.AccessibleDescription = null;
+                       this.button1.AccessibleName = null;
+                       resources.ApplyResources( this.button1, "button1" );
+                       this.button1.BackgroundImage = null;
+                       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;
+                       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" );
+                       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.MaximizeBox = false;
+                       this.MinimizeBox = false;
+                       this.Name = "Cオプションダイアログ";
+                       this.KeyDown += new System.Windows.Forms.KeyEventHandler( this.Cオプションダイアログ_KeyDown );
+                       this.tabPage全般.ResumeLayout( false );
+                       this.tabPage全般.PerformLayout();
+                       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 );
+                       this.tabPageLanes.PerformLayout();
+                       this.tabPageViewer.ResumeLayout( false );
+                       this.groupBox_SelectViewer.ResumeLayout( false );
+                       this.groupBox_SelectViewer.PerformLayout();
+                       this.groupBox_DTXManiaSettings.ResumeLayout( false );
+                       this.groupBox_DTXManiaSettings.PerformLayout();
+                       this.groupBox_SoundDeviceSettings.ResumeLayout( false );
+                       this.groupBox_SoundDeviceSettings.PerformLayout();
+                       this.ResumeLayout( false );
+
+               }
+
+               #endregion
+
+               private System.Windows.Forms.TabPage tabPage全般;
+               internal System.Windows.Forms.CheckBox checkBoxオートフォーカス;
+               private System.Windows.Forms.Label label個まで表示する;
+               internal System.Windows.Forms.CheckBox checkBox最近使用したファイル;
+               internal System.Windows.Forms.NumericUpDown numericUpDown最近使用したファイルの最大表示個数;
+               private System.Windows.Forms.TabControl tabControlオプション;
+               internal System.Windows.Forms.CheckBox checkBoxPreviewBGM;
+               internal System.Windows.Forms.CheckBox checkBoxPlaySoundOnChip;
+               private System.Windows.Forms.Button button1;
+               private System.Windows.Forms.Button buttonOK;
+               private System.Windows.Forms.TabPage tabPageLanes;
+               internal System.Windows.Forms.CheckedListBox checkedListBoxLaneSelectList;
+               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_DirectSound;
+               internal System.Windows.Forms.RadioButton radioButton_UseDTXManiaGR;
+               internal System.Windows.Forms.RadioButton radioButton_UseDTXViewer;
+               private System.Windows.Forms.GroupBox groupBox_SelectViewer;
+               internal System.Windows.Forms.ComboBox comboBox_ASIOdevices;
+               private System.Windows.Forms.Label label_Notice;
+               internal System.Windows.Forms.GroupBox groupBox_SoundDeviceSettings;
+               private System.Windows.Forms.GroupBox groupBox_DTXManiaSettings;
+               public System.Windows.Forms.CheckBox checkBox_GRmode;
+               public System.Windows.Forms.CheckBox checkBox_TimeStretch;
+               public System.Windows.Forms.CheckBox checkBox_VSyncWait;
+               private System.Windows.Forms.Label label1;
+               private System.Windows.Forms.GroupBox groupBoxDefaultOperationMode;
+               private System.Windows.Forms.PictureBox pictureBox_SelectMode;
+               private System.Windows.Forms.PictureBox pictureBox_EditMode;
+               internal System.Windows.Forms.RadioButton radioButton_EditMode;
+               internal System.Windows.Forms.RadioButton radioButton_SelectMode;
+
+       }
+}
\ No newline at end of file