From 2b902b02796be2a7a61e5cdd9fa9ce204af3ee47 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Tue, 15 Feb 2011 19:05:21 +0000 Subject: [PATCH] Add Sound Config winform (currently blank) --- .../BizHawk.MultiClient.csproj | 10 ++ BizHawk.MultiClient/MainForm.Designer.cs | 10 ++ BizHawk.MultiClient/MainForm.cs | 5 + .../config/SoundConfig.Designer.cs | 47 +++++++ BizHawk.MultiClient/config/SoundConfig.cs | 24 ++++ BizHawk.MultiClient/config/SoundConfig.resx | 120 ++++++++++++++++++ 6 files changed, 216 insertions(+) create mode 100644 BizHawk.MultiClient/config/SoundConfig.Designer.cs create mode 100644 BizHawk.MultiClient/config/SoundConfig.cs create mode 100644 BizHawk.MultiClient/config/SoundConfig.resx diff --git a/BizHawk.MultiClient/BizHawk.MultiClient.csproj b/BizHawk.MultiClient/BizHawk.MultiClient.csproj index 90e1876aaa..a3c76257c2 100644 --- a/BizHawk.MultiClient/BizHawk.MultiClient.csproj +++ b/BizHawk.MultiClient/BizHawk.MultiClient.csproj @@ -67,6 +67,12 @@ Component + + Form + + + SoundConfig.cs + Form @@ -188,6 +194,10 @@ InputConfig.cs Designer + + SoundConfig.cs + Designer + diff --git a/BizHawk.MultiClient/MainForm.Designer.cs b/BizHawk.MultiClient/MainForm.Designer.cs index d0e85a6cea..42371ca18a 100644 --- a/BizHawk.MultiClient/MainForm.Designer.cs +++ b/BizHawk.MultiClient/MainForm.Designer.cs @@ -128,6 +128,7 @@ this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.soundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // @@ -828,6 +829,7 @@ this.controllersToolStripMenuItem, this.hotkeysToolStripMenuItem, this.toolStripSeparator9, + this.soundToolStripMenuItem, this.gUIToolStripMenuItem}); this.configToolStripMenuItem.Name = "configToolStripMenuItem"; this.configToolStripMenuItem.Size = new System.Drawing.Size(50, 20); @@ -941,6 +943,13 @@ this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // + // soundToolStripMenuItem + // + this.soundToolStripMenuItem.Name = "soundToolStripMenuItem"; + this.soundToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.soundToolStripMenuItem.Text = "&Sound"; + this.soundToolStripMenuItem.Click += new System.EventHandler(this.soundToolStripMenuItem_Click); + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1061,6 +1070,7 @@ private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripMenuItem gUIToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pauseWhenMenuActivatedToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem soundToolStripMenuItem; } } diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 1932814dad..8fd5937856 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -1189,5 +1189,10 @@ namespace BizHawk.MultiClient { Global.Config.PauseWhenMenuActivated ^= true; } + + private void soundToolStripMenuItem_Click(object sender, EventArgs e) + { + + } } } \ No newline at end of file diff --git a/BizHawk.MultiClient/config/SoundConfig.Designer.cs b/BizHawk.MultiClient/config/SoundConfig.Designer.cs new file mode 100644 index 0000000000..3fe6a36feb --- /dev/null +++ b/BizHawk.MultiClient/config/SoundConfig.Designer.cs @@ -0,0 +1,47 @@ +namespace BizHawk.MultiClient +{ + partial class SoundConfig + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.SuspendLayout(); + // + // SoundConfig + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(292, 273); + this.Name = "SoundConfig"; + this.Text = "SoundConfig"; + this.Load += new System.EventHandler(this.SoundConfig_Load); + this.ResumeLayout(false); + + } + + #endregion + } +} \ No newline at end of file diff --git a/BizHawk.MultiClient/config/SoundConfig.cs b/BizHawk.MultiClient/config/SoundConfig.cs new file mode 100644 index 0000000000..820f857fb6 --- /dev/null +++ b/BizHawk.MultiClient/config/SoundConfig.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Windows.Forms; + +namespace BizHawk.MultiClient +{ + public partial class SoundConfig : Form + { + public SoundConfig() + { + InitializeComponent(); + } + + private void SoundConfig_Load(object sender, EventArgs e) + { + + } + } +} diff --git a/BizHawk.MultiClient/config/SoundConfig.resx b/BizHawk.MultiClient/config/SoundConfig.resx new file mode 100644 index 0000000000..ff31a6db56 --- /dev/null +++ b/BizHawk.MultiClient/config/SoundConfig.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file