OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 02.WAV_BMP_AVI / Cサウンドプロパティダイアログ.Designer.cs
diff --git a/DTXCreatorプロジェクト/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.Designer.cs b/DTXCreatorプロジェクト/コード/02.WAV_BMP_AVI/Cサウンドプロパティダイアログ.Designer.cs
deleted file mode 100644 (file)
index c88f7ed..0000000
+++ /dev/null
@@ -1,305 +0,0 @@
-namespace DTXCreator.WAV_BMP_AVI\r
-{\r
-       partial class Cサウンドプロパティダイアログ\r
-       {\r
-               /// <summary>\r
-               /// 必要なデザイナ変数です。\r
-               /// </summary>\r
-               private System.ComponentModel.IContainer components = null;\r
-\r
-               /// <summary>\r
-               /// 使用中のリソースをすべてクリーンアップします。\r
-               /// </summary>\r
-               /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
-               protected override void Dispose( bool disposing )\r
-               {\r
-                       if( disposing && ( components != null ) )\r
-                       {\r
-                               components.Dispose();\r
-                       }\r
-                       base.Dispose( disposing );\r
-               }\r
-\r
-               #region Windows フォーム デザイナで生成されたコード\r
-\r
-               /// <summary>\r
-               /// デザイナ サポートに必要なメソッドです。このメソッドの内容を\r
-               /// コード エディタで変更しないでください。\r
-               /// </summary>\r
-               private void InitializeComponent()\r
-               {\r
-                       this.components = new System.ComponentModel.Container();\r
-                       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( Cサウンドプロパティダイアログ ) );\r
-                       this.toolTip1 = new System.Windows.Forms.ToolTip( this.components );\r
-                       this.textBoxラベル = new System.Windows.Forms.TextBox();\r
-                       this.labelラベル = new System.Windows.Forms.Label();\r
-                       this.textBoxファイル = new System.Windows.Forms.TextBox();\r
-                       this.labelファイル = new System.Windows.Forms.Label();\r
-                       this.label音量 = new System.Windows.Forms.Label();\r
-                       this.label位置 = new System.Windows.Forms.Label();\r
-                       this.button参照 = new System.Windows.Forms.Button();\r
-                       this.hScrollBar音量 = new System.Windows.Forms.HScrollBar();\r
-                       this.textBox音量 = new System.Windows.Forms.TextBox();\r
-                       this.textBox位置 = new System.Windows.Forms.TextBox();\r
-                       this.hScrollBar位置 = new System.Windows.Forms.HScrollBar();\r
-                       this.button背景色 = new System.Windows.Forms.Button();\r
-                       this.button文字色 = new System.Windows.Forms.Button();\r
-                       this.button標準色に戻す = new System.Windows.Forms.Button();\r
-                       this.button試聴 = new System.Windows.Forms.Button();\r
-                       this.checkBoxBGM = new System.Windows.Forms.CheckBox();\r
-                       this.buttonOK = new System.Windows.Forms.Button();\r
-                       this.buttonキャンセル = new System.Windows.Forms.Button();\r
-                       this.textBoxWAV番号 = new System.Windows.Forms.TextBox();\r
-                       this.labelWAV番号 = new System.Windows.Forms.Label();\r
-                       this.label音量無音 = new System.Windows.Forms.Label();\r
-                       this.label位置左 = new System.Windows.Forms.Label();\r
-                       this.labe音量原音 = new System.Windows.Forms.Label();\r
-                       this.label位置右 = new System.Windows.Forms.Label();\r
-                       this.label位置中央 = new System.Windows.Forms.Label();\r
-                       this.SuspendLayout();\r
-                       // \r
-                       // textBoxラベル\r
-                       // \r
-                       resources.ApplyResources( this.textBoxラベル, "textBoxラベル" );\r
-                       this.textBoxラベル.Name = "textBoxラベル";\r
-                       this.toolTip1.SetToolTip( this.textBoxラベル, resources.GetString( "textBoxラベル.ToolTip" ) );\r
-                       this.textBoxラベル.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBoxラベル_KeyDown );\r
-                       // \r
-                       // labelラベル\r
-                       // \r
-                       resources.ApplyResources( this.labelラベル, "labelラベル" );\r
-                       this.labelラベル.Name = "labelラベル";\r
-                       this.toolTip1.SetToolTip( this.labelラベル, resources.GetString( "labelラベル.ToolTip" ) );\r
-                       // \r
-                       // textBoxファイル\r
-                       // \r
-                       resources.ApplyResources( this.textBoxファイル, "textBoxファイル" );\r
-                       this.textBoxファイル.Name = "textBoxファイル";\r
-                       this.toolTip1.SetToolTip( this.textBoxファイル, resources.GetString( "textBoxファイル.ToolTip" ) );\r
-                       this.textBoxファイル.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBoxファイル_KeyDown );\r
-                       // \r
-                       // labelファイル\r
-                       // \r
-                       resources.ApplyResources( this.labelファイル, "labelファイル" );\r
-                       this.labelファイル.Name = "labelファイル";\r
-                       this.toolTip1.SetToolTip( this.labelファイル, resources.GetString( "labelファイル.ToolTip" ) );\r
-                       // \r
-                       // label音量\r
-                       // \r
-                       resources.ApplyResources( this.label音量, "label音量" );\r
-                       this.label音量.Name = "label音量";\r
-                       this.toolTip1.SetToolTip( this.label音量, resources.GetString( "label音量.ToolTip" ) );\r
-                       // \r
-                       // label位置\r
-                       // \r
-                       resources.ApplyResources( this.label位置, "label位置" );\r
-                       this.label位置.Name = "label位置";\r
-                       this.toolTip1.SetToolTip( this.label位置, resources.GetString( "label位置.ToolTip" ) );\r
-                       // \r
-                       // button参照\r
-                       // \r
-                       resources.ApplyResources( this.button参照, "button参照" );\r
-                       this.button参照.Name = "button参照";\r
-                       this.toolTip1.SetToolTip( this.button参照, resources.GetString( "button参照.ToolTip" ) );\r
-                       this.button参照.UseVisualStyleBackColor = true;\r
-                       this.button参照.Click += new System.EventHandler( this.button参照_Click );\r
-                       this.button参照.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button参照_KeyDown );\r
-                       // \r
-                       // hScrollBar音量\r
-                       // \r
-                       resources.ApplyResources( this.hScrollBar音量, "hScrollBar音量" );\r
-                       this.hScrollBar音量.Maximum = 109;\r
-                       this.hScrollBar音量.Name = "hScrollBar音量";\r
-                       this.toolTip1.SetToolTip( this.hScrollBar音量, resources.GetString( "hScrollBar音量.ToolTip" ) );\r
-                       this.hScrollBar音量.Value = 100;\r
-                       this.hScrollBar音量.ValueChanged += new System.EventHandler( this.hScrollBar音量_ValueChanged );\r
-                       // \r
-                       // textBox音量\r
-                       // \r
-                       resources.ApplyResources( this.textBox音量, "textBox音量" );\r
-                       this.textBox音量.Name = "textBox音量";\r
-                       this.toolTip1.SetToolTip( this.textBox音量, resources.GetString( "textBox音量.ToolTip" ) );\r
-                       this.textBox音量.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBox音量_KeyDown );\r
-                       this.textBox音量.Leave += new System.EventHandler( this.textBox音量_Leave );\r
-                       // \r
-                       // textBox位置\r
-                       // \r
-                       resources.ApplyResources( this.textBox位置, "textBox位置" );\r
-                       this.textBox位置.Name = "textBox位置";\r
-                       this.toolTip1.SetToolTip( this.textBox位置, resources.GetString( "textBox位置.ToolTip" ) );\r
-                       this.textBox位置.KeyDown += new System.Windows.Forms.KeyEventHandler( this.textBox位置_KeyDown );\r
-                       this.textBox位置.Leave += new System.EventHandler( this.textBox位置_Leave );\r
-                       // \r
-                       // hScrollBar位置\r
-                       // \r
-                       resources.ApplyResources( this.hScrollBar位置, "hScrollBar位置" );\r
-                       this.hScrollBar位置.Maximum = 209;\r
-                       this.hScrollBar位置.Name = "hScrollBar位置";\r
-                       this.toolTip1.SetToolTip( this.hScrollBar位置, resources.GetString( "hScrollBar位置.ToolTip" ) );\r
-                       this.hScrollBar位置.Value = 100;\r
-                       this.hScrollBar位置.ValueChanged += new System.EventHandler( this.hScrollBar位置_ValueChanged );\r
-                       // \r
-                       // button背景色\r
-                       // \r
-                       resources.ApplyResources( this.button背景色, "button背景色" );\r
-                       this.button背景色.Name = "button背景色";\r
-                       this.toolTip1.SetToolTip( this.button背景色, resources.GetString( "button背景色.ToolTip" ) );\r
-                       this.button背景色.UseVisualStyleBackColor = true;\r
-                       this.button背景色.Click += new System.EventHandler( this.button背景色_Click );\r
-                       this.button背景色.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button背景色_KeyDown );\r
-                       // \r
-                       // button文字色\r
-                       // \r
-                       resources.ApplyResources( this.button文字色, "button文字色" );\r
-                       this.button文字色.Name = "button文字色";\r
-                       this.toolTip1.SetToolTip( this.button文字色, resources.GetString( "button文字色.ToolTip" ) );\r
-                       this.button文字色.UseVisualStyleBackColor = true;\r
-                       this.button文字色.Click += new System.EventHandler( this.button文字色_Click );\r
-                       this.button文字色.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button文字色_KeyDown );\r
-                       // \r
-                       // button標準色に戻す\r
-                       // \r
-                       resources.ApplyResources( this.button標準色に戻す, "button標準色に戻す" );\r
-                       this.button標準色に戻す.Name = "button標準色に戻す";\r
-                       this.toolTip1.SetToolTip( this.button標準色に戻す, resources.GetString( "button標準色に戻す.ToolTip" ) );\r
-                       this.button標準色に戻す.UseVisualStyleBackColor = true;\r
-                       this.button標準色に戻す.Click += new System.EventHandler( this.button標準色に戻す_Click );\r
-                       this.button標準色に戻す.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button標準色に戻す_KeyDown );\r
-                       // \r
-                       // button試聴\r
-                       // \r
-                       resources.ApplyResources( this.button試聴, "button試聴" );\r
-                       this.button試聴.Name = "button試聴";\r
-                       this.toolTip1.SetToolTip( this.button試聴, resources.GetString( "button試聴.ToolTip" ) );\r
-                       this.button試聴.UseVisualStyleBackColor = true;\r
-                       this.button試聴.Click += new System.EventHandler( this.button試聴_Click );\r
-                       this.button試聴.KeyDown += new System.Windows.Forms.KeyEventHandler( this.button試聴_KeyDown );\r
-                       // \r
-                       // checkBoxBGM\r
-                       // \r
-                       resources.ApplyResources( this.checkBoxBGM, "checkBoxBGM" );\r
-                       this.checkBoxBGM.Name = "checkBoxBGM";\r
-                       this.toolTip1.SetToolTip( this.checkBoxBGM, resources.GetString( "checkBoxBGM.ToolTip" ) );\r
-                       this.checkBoxBGM.UseVisualStyleBackColor = true;\r
-                       // \r
-                       // buttonOK\r
-                       // \r
-                       this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;\r
-                       resources.ApplyResources( this.buttonOK, "buttonOK" );\r
-                       this.buttonOK.Name = "buttonOK";\r
-                       this.buttonOK.UseVisualStyleBackColor = true;\r
-                       // \r
-                       // buttonキャンセル\r
-                       // \r
-                       this.buttonキャンセル.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
-                       resources.ApplyResources( this.buttonキャンセル, "buttonキャンセル" );\r
-                       this.buttonキャンセル.Name = "buttonキャンセル";\r
-                       this.buttonキャンセル.UseVisualStyleBackColor = true;\r
-                       // \r
-                       // textBoxWAV番号\r
-                       // \r
-                       resources.ApplyResources( this.textBoxWAV番号, "textBoxWAV番号" );\r
-                       this.textBoxWAV番号.Name = "textBoxWAV番号";\r
-                       this.textBoxWAV番号.ReadOnly = true;\r
-                       this.textBoxWAV番号.TabStop = false;\r
-                       // \r
-                       // labelWAV番号\r
-                       // \r
-                       resources.ApplyResources( this.labelWAV番号, "labelWAV番号" );\r
-                       this.labelWAV番号.Name = "labelWAV番号";\r
-                       // \r
-                       // label音量無音\r
-                       // \r
-                       resources.ApplyResources( this.label音量無音, "label音量無音" );\r
-                       this.label音量無音.Name = "label音量無音";\r
-                       // \r
-                       // label位置左\r
-                       // \r
-                       resources.ApplyResources( this.label位置左, "label位置左" );\r
-                       this.label位置左.Name = "label位置左";\r
-                       // \r
-                       // labe音量原音\r
-                       // \r
-                       resources.ApplyResources( this.labe音量原音, "labe音量原音" );\r
-                       this.labe音量原音.Name = "labe音量原音";\r
-                       // \r
-                       // label位置右\r
-                       // \r
-                       resources.ApplyResources( this.label位置右, "label位置右" );\r
-                       this.label位置右.Name = "label位置右";\r
-                       // \r
-                       // label位置中央\r
-                       // \r
-                       resources.ApplyResources( this.label位置中央, "label位置中央" );\r
-                       this.label位置中央.Name = "label位置中央";\r
-                       // \r
-                       // Cサウンドプロパティダイアログ\r
-                       // \r
-                       resources.ApplyResources( this, "$this" );\r
-                       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-                       this.ControlBox = false;\r
-                       this.Controls.Add( this.checkBoxBGM );\r
-                       this.Controls.Add( this.button試聴 );\r
-                       this.Controls.Add( this.button標準色に戻す );\r
-                       this.Controls.Add( this.button文字色 );\r
-                       this.Controls.Add( this.button背景色 );\r
-                       this.Controls.Add( this.label位置中央 );\r
-                       this.Controls.Add( this.label位置右 );\r
-                       this.Controls.Add( this.labe音量原音 );\r
-                       this.Controls.Add( this.hScrollBar位置 );\r
-                       this.Controls.Add( this.textBox位置 );\r
-                       this.Controls.Add( this.textBox音量 );\r
-                       this.Controls.Add( this.hScrollBar音量 );\r
-                       this.Controls.Add( this.label位置左 );\r
-                       this.Controls.Add( this.label音量無音 );\r
-                       this.Controls.Add( this.button参照 );\r
-                       this.Controls.Add( this.labelWAV番号 );\r
-                       this.Controls.Add( this.textBoxWAV番号 );\r
-                       this.Controls.Add( this.label位置 );\r
-                       this.Controls.Add( this.label音量 );\r
-                       this.Controls.Add( this.labelファイル );\r
-                       this.Controls.Add( this.textBoxファイル );\r
-                       this.Controls.Add( this.labelラベル );\r
-                       this.Controls.Add( this.textBoxラベル );\r
-                       this.Controls.Add( this.buttonキャンセル );\r
-                       this.Controls.Add( this.buttonOK );\r
-                       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
-                       this.MaximizeBox = false;\r
-                       this.MinimizeBox = false;\r
-                       this.Name = "Cサウンドプロパティダイアログ";\r
-                       this.TopMost = true;\r
-                       this.ResumeLayout( false );\r
-                       this.PerformLayout();\r
-\r
-               }\r
-\r
-               #endregion\r
-\r
-               private System.Windows.Forms.ToolTip toolTip1;\r
-               private System.Windows.Forms.Button buttonOK;\r
-               private System.Windows.Forms.Button buttonキャンセル;\r
-               internal System.Windows.Forms.TextBox textBoxラベル;\r
-               private System.Windows.Forms.Label labelラベル;\r
-               internal System.Windows.Forms.TextBox textBoxファイル;\r
-               private System.Windows.Forms.Label labelファイル;\r
-               private System.Windows.Forms.Label label音量;\r
-               private System.Windows.Forms.Label label位置;\r
-               public System.Windows.Forms.TextBox textBoxWAV番号;\r
-               private System.Windows.Forms.Label labelWAV番号;\r
-               private System.Windows.Forms.Button button参照;\r
-               private System.Windows.Forms.Label label音量無音;\r
-               private System.Windows.Forms.Label label位置左;\r
-               public System.Windows.Forms.HScrollBar hScrollBar音量;\r
-               internal System.Windows.Forms.TextBox textBox音量;\r
-               internal System.Windows.Forms.TextBox textBox位置;\r
-               public System.Windows.Forms.HScrollBar hScrollBar位置;\r
-               private System.Windows.Forms.Label labe音量原音;\r
-               private System.Windows.Forms.Label label位置右;\r
-               private System.Windows.Forms.Label label位置中央;\r
-               private System.Windows.Forms.Button button背景色;\r
-               private System.Windows.Forms.Button button文字色;\r
-               private System.Windows.Forms.Button button標準色に戻す;\r
-               private System.Windows.Forms.Button button試聴;\r
-               internal System.Windows.Forms.CheckBox checkBoxBGM;\r
-       }\r
-}
\ No newline at end of file