From: yyagi Date: Wed, 25 Sep 2019 16:48:30 +0000 (+0900) Subject: #39605 サウンドダイアログ出の試聴ボタンのEnable処理が中途半端だったので再修正。 X-Git-Tag: DTXC035~4 X-Git-Url: http://git.sourceforge.jp/view?p=dtxmania%2Fdtxmania.git;a=commitdiff_plain;h=2dd5af478ecf5adfaaa88a89320e58322d7cb2a9 #39605 サウンドダイアログ出の試聴ボタンのEnable処理が中途半端だったので再修正。 Designerとresxの修正でやっていることは、試聴ボタンのModiferをPrivateからInternal変更しただけです。 --- diff --git a/DTXCreator/コード/02.WAV_BMP_AVI/CWAVリスト管理.cs b/DTXCreator/コード/02.WAV_BMP_AVI/CWAVリスト管理.cs index c31dcfc2..d68df83b 100644 --- a/DTXCreator/コード/02.WAV_BMP_AVI/CWAVリスト管理.cs +++ b/DTXCreator/コード/02.WAV_BMP_AVI/CWAVリスト管理.cs @@ -141,6 +141,7 @@ namespace DTXCreator.WAV_BMP_AVI cサウンドプロパティダイアログ.textBoxラベル.Text = item.SubItems[ 0 ].Text; cサウンドプロパティダイアログ.textBoxWAV番号.Text = item.SubItems[ 1 ].Text; cサウンドプロパティダイアログ.textBoxファイル.Text = item.SubItems[ 2 ].Text; + cサウンドプロパティダイアログ.button試聴.Enabled = (cサウンドプロパティダイアログ.textBoxファイル.Text.Length > 0); cサウンドプロパティダイアログ.textBox音量.Text = item.SubItems[ 3 ].Text; cサウンドプロパティダイアログ.textBox位置.Text = item.SubItems[ 4 ].Text; cサウンドプロパティダイアログ.hScrollBar音量.Value = cサウンドプロパティダイアログ.wav.n音量0to100; diff --git a/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.Designer.cs b/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.Designer.cs index c244b7c6..0f315a22 100644 --- a/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.Designer.cs +++ b/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.Designer.cs @@ -29,8 +29,8 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( Cサウンドプロパティダイアログ ) ); - this.toolTip1 = new System.Windows.Forms.ToolTip( this.components ); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Cサウンドプロパティダイアログ)); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.textBoxラベル = new System.Windows.Forms.TextBox(); this.labelラベル = new System.Windows.Forms.Label(); this.textBoxファイル = new System.Windows.Forms.TextBox(); @@ -60,215 +60,215 @@ // // textBoxラベル // - resources.ApplyResources( this.textBoxラベル, "textBoxラベル" ); + resources.ApplyResources(this.textBoxラベル, "textBoxラベル"); this.textBoxラベル.Name = "textBoxラベル"; - this.toolTip1.SetToolTip( this.textBoxラベル, resources.GetString( "textBoxラベル.ToolTip" ) ); - this.textBoxラベル.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBoxラベル_KeyDown ); + this.toolTip1.SetToolTip(this.textBoxラベル, resources.GetString("textBoxラベル.ToolTip")); + this.textBoxラベル.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxラベル_KeyDown); // // labelラベル // - resources.ApplyResources( this.labelラベル, "labelラベル" ); + resources.ApplyResources(this.labelラベル, "labelラベル"); this.labelラベル.Name = "labelラベル"; - this.toolTip1.SetToolTip( this.labelラベル, resources.GetString( "labelラベル.ToolTip" ) ); + this.toolTip1.SetToolTip(this.labelラベル, resources.GetString("labelラベル.ToolTip")); // // textBoxファイル // - resources.ApplyResources( this.textBoxファイル, "textBoxファイル" ); + resources.ApplyResources(this.textBoxファイル, "textBoxファイル"); this.textBoxファイル.Name = "textBoxファイル"; - this.toolTip1.SetToolTip( this.textBoxファイル, resources.GetString( "textBoxファイル.ToolTip" ) ); - this.textBoxファイル.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBoxファイル_KeyDown ); + this.toolTip1.SetToolTip(this.textBoxファイル, resources.GetString("textBoxファイル.ToolTip")); + this.textBoxファイル.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxファイル_KeyDown); // // labelファイル // - resources.ApplyResources( this.labelファイル, "labelファイル" ); + resources.ApplyResources(this.labelファイル, "labelファイル"); this.labelファイル.Name = "labelファイル"; - this.toolTip1.SetToolTip( this.labelファイル, resources.GetString( "labelファイル.ToolTip" ) ); + this.toolTip1.SetToolTip(this.labelファイル, resources.GetString("labelファイル.ToolTip")); // // label音量 // - resources.ApplyResources( this.label音量, "label音量" ); + resources.ApplyResources(this.label音量, "label音量"); this.label音量.Name = "label音量"; - this.toolTip1.SetToolTip( this.label音量, resources.GetString( "label音量.ToolTip" ) ); + this.toolTip1.SetToolTip(this.label音量, resources.GetString("label音量.ToolTip")); // // label位置 // - resources.ApplyResources( this.label位置, "label位置" ); + resources.ApplyResources(this.label位置, "label位置"); this.label位置.Name = "label位置"; - this.toolTip1.SetToolTip( this.label位置, resources.GetString( "label位置.ToolTip" ) ); + this.toolTip1.SetToolTip(this.label位置, resources.GetString("label位置.ToolTip")); // // button参照 // - resources.ApplyResources( this.button参照, "button参照" ); + resources.ApplyResources(this.button参照, "button参照"); this.button参照.Name = "button参照"; - this.toolTip1.SetToolTip( this.button参照, resources.GetString( "button参照.ToolTip" ) ); + this.toolTip1.SetToolTip(this.button参照, resources.GetString("button参照.ToolTip")); this.button参照.UseVisualStyleBackColor = true; - this.button参照.Click += new System.EventHandler( this.button参照_Click ); - this.button参照.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button参照_KeyDown ); + this.button参照.Click += new System.EventHandler(this.button参照_Click); + this.button参照.KeyDown += new System.Windows.Forms.KeyEventHandler(this.button参照_KeyDown); // // hScrollBar音量 // - resources.ApplyResources( this.hScrollBar音量, "hScrollBar音量" ); + resources.ApplyResources(this.hScrollBar音量, "hScrollBar音量"); this.hScrollBar音量.Maximum = 109; this.hScrollBar音量.Name = "hScrollBar音量"; - this.toolTip1.SetToolTip( this.hScrollBar音量, resources.GetString( "hScrollBar音量.ToolTip" ) ); + this.toolTip1.SetToolTip(this.hScrollBar音量, resources.GetString("hScrollBar音量.ToolTip")); this.hScrollBar音量.Value = 100; - this.hScrollBar音量.ValueChanged += new System.EventHandler( this.hScrollBar音量_ValueChanged ); + this.hScrollBar音量.ValueChanged += new System.EventHandler(this.hScrollBar音量_ValueChanged); // // textBox音量 // - resources.ApplyResources( this.textBox音量, "textBox音量" ); + resources.ApplyResources(this.textBox音量, "textBox音量"); this.textBox音量.Name = "textBox音量"; - this.toolTip1.SetToolTip( this.textBox音量, resources.GetString( "textBox音量.ToolTip" ) ); - this.textBox音量.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBox音量_KeyDown ); - this.textBox音量.Leave += new System.EventHandler( this.textBox音量_Leave ); + this.toolTip1.SetToolTip(this.textBox音量, resources.GetString("textBox音量.ToolTip")); + this.textBox音量.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox音量_KeyDown); + this.textBox音量.Leave += new System.EventHandler(this.textBox音量_Leave); // // textBox位置 // - resources.ApplyResources( this.textBox位置, "textBox位置" ); + resources.ApplyResources(this.textBox位置, "textBox位置"); this.textBox位置.Name = "textBox位置"; - this.toolTip1.SetToolTip( this.textBox位置, resources.GetString( "textBox位置.ToolTip" ) ); - this.textBox位置.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBox位置_KeyDown ); - this.textBox位置.Leave += new System.EventHandler( this.textBox位置_Leave ); + this.toolTip1.SetToolTip(this.textBox位置, resources.GetString("textBox位置.ToolTip")); + this.textBox位置.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox位置_KeyDown); + this.textBox位置.Leave += new System.EventHandler(this.textBox位置_Leave); // // hScrollBar位置 // - resources.ApplyResources( this.hScrollBar位置, "hScrollBar位置" ); + resources.ApplyResources(this.hScrollBar位置, "hScrollBar位置"); this.hScrollBar位置.Maximum = 209; this.hScrollBar位置.Name = "hScrollBar位置"; - this.toolTip1.SetToolTip( this.hScrollBar位置, resources.GetString( "hScrollBar位置.ToolTip" ) ); + this.toolTip1.SetToolTip(this.hScrollBar位置, resources.GetString("hScrollBar位置.ToolTip")); this.hScrollBar位置.Value = 100; - this.hScrollBar位置.ValueChanged += new System.EventHandler( this.hScrollBar位置_ValueChanged ); + this.hScrollBar位置.ValueChanged += new System.EventHandler(this.hScrollBar位置_ValueChanged); // // button背景色 // - resources.ApplyResources( this.button背景色, "button背景色" ); + resources.ApplyResources(this.button背景色, "button背景色"); this.button背景色.Name = "button背景色"; - this.toolTip1.SetToolTip( this.button背景色, resources.GetString( "button背景色.ToolTip" ) ); + this.toolTip1.SetToolTip(this.button背景色, resources.GetString("button背景色.ToolTip")); this.button背景色.UseVisualStyleBackColor = true; - this.button背景色.Click += new System.EventHandler( this.button背景色_Click ); - this.button背景色.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button背景色_KeyDown ); + this.button背景色.Click += new System.EventHandler(this.button背景色_Click); + this.button背景色.KeyDown += new System.Windows.Forms.KeyEventHandler(this.button背景色_KeyDown); // // button文字色 // - resources.ApplyResources( this.button文字色, "button文字色" ); + resources.ApplyResources(this.button文字色, "button文字色"); this.button文字色.Name = "button文字色"; - this.toolTip1.SetToolTip( this.button文字色, resources.GetString( "button文字色.ToolTip" ) ); + this.toolTip1.SetToolTip(this.button文字色, resources.GetString("button文字色.ToolTip")); this.button文字色.UseVisualStyleBackColor = true; - this.button文字色.Click += new System.EventHandler( this.button文字色_Click ); - this.button文字色.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button文字色_KeyDown ); + this.button文字色.Click += new System.EventHandler(this.button文字色_Click); + this.button文字色.KeyDown += new System.Windows.Forms.KeyEventHandler(this.button文字色_KeyDown); // // button標準色に戻す // - resources.ApplyResources( this.button標準色に戻す, "button標準色に戻す" ); + resources.ApplyResources(this.button標準色に戻す, "button標準色に戻す"); this.button標準色に戻す.Name = "button標準色に戻す"; - this.toolTip1.SetToolTip( this.button標準色に戻す, resources.GetString( "button標準色に戻す.ToolTip" ) ); + this.toolTip1.SetToolTip(this.button標準色に戻す, resources.GetString("button標準色に戻す.ToolTip")); this.button標準色に戻す.UseVisualStyleBackColor = true; - this.button標準色に戻す.Click += new System.EventHandler( this.button標準色に戻す_Click ); - this.button標準色に戻す.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button標準色に戻す_KeyDown ); + this.button標準色に戻す.Click += new System.EventHandler(this.button標準色に戻す_Click); + this.button標準色に戻す.KeyDown += new System.Windows.Forms.KeyEventHandler(this.button標準色に戻す_KeyDown); // // button試聴 // - resources.ApplyResources( this.button試聴, "button試聴" ); + resources.ApplyResources(this.button試聴, "button試聴"); this.button試聴.Name = "button試聴"; - this.toolTip1.SetToolTip( this.button試聴, resources.GetString( "button試聴.ToolTip" ) ); + this.toolTip1.SetToolTip(this.button試聴, resources.GetString("button試聴.ToolTip")); this.button試聴.UseVisualStyleBackColor = true; - this.button試聴.Click += new System.EventHandler( this.button試聴_Click ); - this.button試聴.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button試聴_KeyDown ); + this.button試聴.Click += new System.EventHandler(this.button試聴_Click); + this.button試聴.KeyDown += new System.Windows.Forms.KeyEventHandler(this.button試聴_KeyDown); // // checkBoxBGM // - resources.ApplyResources( this.checkBoxBGM, "checkBoxBGM" ); + resources.ApplyResources(this.checkBoxBGM, "checkBoxBGM"); this.checkBoxBGM.Name = "checkBoxBGM"; - this.toolTip1.SetToolTip( this.checkBoxBGM, resources.GetString( "checkBoxBGM.ToolTip" ) ); + this.toolTip1.SetToolTip(this.checkBoxBGM, resources.GetString("checkBoxBGM.ToolTip")); this.checkBoxBGM.UseVisualStyleBackColor = true; // // buttonOK // this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; - resources.ApplyResources( this.buttonOK, "buttonOK" ); + resources.ApplyResources(this.buttonOK, "buttonOK"); this.buttonOK.Name = "buttonOK"; this.buttonOK.UseVisualStyleBackColor = true; // // buttonキャンセル // this.buttonキャンセル.DialogResult = System.Windows.Forms.DialogResult.Cancel; - resources.ApplyResources( this.buttonキャンセル, "buttonキャンセル" ); + resources.ApplyResources(this.buttonキャンセル, "buttonキャンセル"); this.buttonキャンセル.Name = "buttonキャンセル"; this.buttonキャンセル.UseVisualStyleBackColor = true; // // textBoxWAV番号 // - resources.ApplyResources( this.textBoxWAV番号, "textBoxWAV番号" ); + resources.ApplyResources(this.textBoxWAV番号, "textBoxWAV番号"); this.textBoxWAV番号.Name = "textBoxWAV番号"; this.textBoxWAV番号.ReadOnly = true; this.textBoxWAV番号.TabStop = false; // // labelWAV番号 // - resources.ApplyResources( this.labelWAV番号, "labelWAV番号" ); + resources.ApplyResources(this.labelWAV番号, "labelWAV番号"); this.labelWAV番号.Name = "labelWAV番号"; // // label音量無音 // - resources.ApplyResources( this.label音量無音, "label音量無音" ); + resources.ApplyResources(this.label音量無音, "label音量無音"); this.label音量無音.Name = "label音量無音"; // // label位置左 // - resources.ApplyResources( this.label位置左, "label位置左" ); + resources.ApplyResources(this.label位置左, "label位置左"); this.label位置左.Name = "label位置左"; // // labe音量原音 // - resources.ApplyResources( this.labe音量原音, "labe音量原音" ); + resources.ApplyResources(this.labe音量原音, "labe音量原音"); this.labe音量原音.Name = "labe音量原音"; // // label位置右 // - resources.ApplyResources( this.label位置右, "label位置右" ); + resources.ApplyResources(this.label位置右, "label位置右"); this.label位置右.Name = "label位置右"; // // label位置中央 // - resources.ApplyResources( this.label位置中央, "label位置中央" ); + resources.ApplyResources(this.label位置中央, "label位置中央"); this.label位置中央.Name = "label位置中央"; // // Cサウンドプロパティダイアログ // - resources.ApplyResources( this, "$this" ); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ControlBox = false; - this.Controls.Add( this.checkBoxBGM ); - this.Controls.Add( this.button試聴 ); - this.Controls.Add( this.button標準色に戻す ); - this.Controls.Add( this.button文字色 ); - this.Controls.Add( this.button背景色 ); - this.Controls.Add( this.label位置中央 ); - this.Controls.Add( this.label位置右 ); - this.Controls.Add( this.labe音量原音 ); - this.Controls.Add( this.hScrollBar位置 ); - this.Controls.Add( this.textBox位置 ); - this.Controls.Add( this.textBox音量 ); - this.Controls.Add( this.hScrollBar音量 ); - this.Controls.Add( this.label位置左 ); - this.Controls.Add( this.label音量無音 ); - this.Controls.Add( this.button参照 ); - this.Controls.Add( this.labelWAV番号 ); - this.Controls.Add( this.textBoxWAV番号 ); - this.Controls.Add( this.label位置 ); - this.Controls.Add( this.label音量 ); - this.Controls.Add( this.labelファイル ); - this.Controls.Add( this.textBoxファイル ); - this.Controls.Add( this.labelラベル ); - this.Controls.Add( this.textBoxラベル ); - this.Controls.Add( this.buttonキャンセル ); - this.Controls.Add( this.buttonOK ); + this.Controls.Add(this.checkBoxBGM); + this.Controls.Add(this.button試聴); + this.Controls.Add(this.button標準色に戻す); + this.Controls.Add(this.button文字色); + this.Controls.Add(this.button背景色); + this.Controls.Add(this.label位置中央); + this.Controls.Add(this.label位置右); + this.Controls.Add(this.labe音量原音); + this.Controls.Add(this.hScrollBar位置); + this.Controls.Add(this.textBox位置); + this.Controls.Add(this.textBox音量); + this.Controls.Add(this.hScrollBar音量); + this.Controls.Add(this.label位置左); + this.Controls.Add(this.label音量無音); + this.Controls.Add(this.button参照); + this.Controls.Add(this.labelWAV番号); + this.Controls.Add(this.textBoxWAV番号); + this.Controls.Add(this.label位置); + this.Controls.Add(this.label音量); + this.Controls.Add(this.labelファイル); + this.Controls.Add(this.textBoxファイル); + this.Controls.Add(this.labelラベル); + this.Controls.Add(this.textBoxラベル); + this.Controls.Add(this.buttonキャンセル); + this.Controls.Add(this.buttonOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Cサウンドプロパティダイアログ"; this.TopMost = true; - this.ResumeLayout( false ); + this.ResumeLayout(false); this.PerformLayout(); } @@ -299,7 +299,7 @@ private System.Windows.Forms.Button button背景色; private System.Windows.Forms.Button button文字色; private System.Windows.Forms.Button button標準色に戻す; - private System.Windows.Forms.Button button試聴; internal System.Windows.Forms.CheckBox checkBoxBGM; + internal System.Windows.Forms.Button button試聴; } } \ No newline at end of file diff --git a/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.cs b/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.cs index 518b8b03..bef09e5c 100644 --- a/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.cs +++ b/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.cs @@ -23,8 +23,6 @@ namespace DTXCreator.WAV_BMP_AVI this.dgサウンドファイルを再生する = dgサウンドファイルを再生する; this.InitializeComponent(); - - this.button試聴.Enabled = (this.textBoxファイル.Text != ""); } public void t位置testBoxの値を範囲修正したのちtextBox位置とhScrollBar位置へ反映させる() { @@ -103,7 +101,7 @@ namespace DTXCreator.WAV_BMP_AVI string str = Cファイル選択_パス変換.str基点からの相対パスに変換して返す( dialog.FileName, this.str相対パスの基点フォルダ ); str.Replace( '/', Path.DirectorySeparatorChar); this.textBoxファイル.Text = str; - this.button試聴.Enabled = (this.textBoxファイル.Text != ""); + this.button試聴.Enabled = (this.textBoxファイル.Text.Length > 0); } } private void button参照_KeyDown( object sender, KeyEventArgs e ) diff --git a/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.resx b/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.resx index 52a889aa..121c0e2e 100644 --- a/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.resx +++ b/DTXCreator/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.resx @@ -112,22 +112,22 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 17, 17 - + 69, 40 294, 19 - + 0 @@ -138,7 +138,7 @@ textBoxラベル - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -168,7 +168,7 @@ labelラベル - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -192,7 +192,7 @@ textBoxファイル - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -222,7 +222,7 @@ labelファイル - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -252,7 +252,7 @@ label音量 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -282,7 +282,7 @@ label位置 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -309,7 +309,7 @@ button参照 - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -333,7 +333,7 @@ hScrollBar音量 - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -356,7 +356,7 @@ 100 - + Center @@ -370,7 +370,7 @@ textBox音量 - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -406,7 +406,7 @@ textBox位置 - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -430,7 +430,7 @@ hScrollBar位置 - System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.HScrollBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -457,7 +457,7 @@ button背景色 - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -484,7 +484,7 @@ button文字色 - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -511,7 +511,7 @@ button標準色に戻す - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -538,7 +538,7 @@ button試聴 - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -569,7 +569,7 @@ This switch is used when you select "Play BGM from current part". checkBoxBGM - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -593,7 +593,7 @@ This switch is used when you select "Play BGM from current part". buttonOK - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -617,7 +617,7 @@ This switch is used when you select "Play BGM from current part". buttonキャンセル - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -641,7 +641,7 @@ This switch is used when you select "Play BGM from current part". textBoxWAV番号 - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -668,7 +668,7 @@ This switch is used when you select "Play BGM from current part". labelWAV番号 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -698,7 +698,7 @@ This switch is used when you select "Play BGM from current part". label音量無音 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -728,7 +728,7 @@ This switch is used when you select "Play BGM from current part". label位置左 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -758,7 +758,7 @@ This switch is used when you select "Play BGM from current part". labe音量原音 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -788,7 +788,7 @@ This switch is used when you select "Play BGM from current part". label位置右 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -818,7 +818,7 @@ This switch is used when you select "Play BGM from current part". label位置中央 - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -826,7 +826,7 @@ This switch is used when you select "Play BGM from current part". 5 - + True @@ -845,12 +845,12 @@ This switch is used when you select "Play BGM from current part". toolTip1 - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Cサウンドプロパティダイアログ - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file