From c4403a2959f5918dbd564fa26c9d4b2edccba0a7 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Sun, 1 May 2011 18:17:04 +0000 Subject: [PATCH] Start path config dialog. Made a rough draft of how it might look --- .../BizHawk.MultiClient.csproj | 9 + BizHawk.MultiClient/MainForm.Designer.cs | 48 +- BizHawk.MultiClient/MainForm.MenuItems.cs | 6 + BizHawk.MultiClient/RenderPanel.cs | 2 - .../config/PathConfig.Designer.cs | 1265 +++++++++++++++++ BizHawk.MultiClient/config/PathConfig.cs | 40 + BizHawk.MultiClient/config/PathConfig.resx | 120 ++ 7 files changed, 1469 insertions(+), 21 deletions(-) create mode 100644 BizHawk.MultiClient/config/PathConfig.Designer.cs create mode 100644 BizHawk.MultiClient/config/PathConfig.cs create mode 100644 BizHawk.MultiClient/config/PathConfig.resx diff --git a/BizHawk.MultiClient/BizHawk.MultiClient.csproj b/BizHawk.MultiClient/BizHawk.MultiClient.csproj index d71b208c95..3ec63c3796 100644 --- a/BizHawk.MultiClient/BizHawk.MultiClient.csproj +++ b/BizHawk.MultiClient/BizHawk.MultiClient.csproj @@ -111,6 +111,12 @@ MessageConfig.cs + + Form + + + PathConfig.cs + Form @@ -347,6 +353,9 @@ MessageConfig.cs Designer + + PathConfig.cs + SoundConfig.cs Designer diff --git a/BizHawk.MultiClient/MainForm.Designer.cs b/BizHawk.MultiClient/MainForm.Designer.cs index 579516271c..86a950cd9d 100644 --- a/BizHawk.MultiClient/MainForm.Designer.cs +++ b/BizHawk.MultiClient/MainForm.Designer.cs @@ -177,6 +177,7 @@ this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.EmuStatus = new System.Windows.Forms.ToolStripStatusLabel(); + this.pathsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); @@ -878,6 +879,7 @@ this.controllersToolStripMenuItem, this.hotkeysToolStripMenuItem, this.messagesToolStripMenuItem, + this.pathsToolStripMenuItem, this.toolStripSeparator9, this.soundToolStripMenuItem, this.gUIToolStripMenuItem, @@ -892,33 +894,33 @@ // controllersToolStripMenuItem // this.controllersToolStripMenuItem.Name = "controllersToolStripMenuItem"; - this.controllersToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.controllersToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.controllersToolStripMenuItem.Text = "&Controllers..."; this.controllersToolStripMenuItem.Click += new System.EventHandler(this.controllersToolStripMenuItem_Click); // // hotkeysToolStripMenuItem // this.hotkeysToolStripMenuItem.Name = "hotkeysToolStripMenuItem"; - this.hotkeysToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.hotkeysToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.hotkeysToolStripMenuItem.Text = "&Hotkeys..."; this.hotkeysToolStripMenuItem.Click += new System.EventHandler(this.hotkeysToolStripMenuItem_Click); // // messagesToolStripMenuItem // this.messagesToolStripMenuItem.Name = "messagesToolStripMenuItem"; - this.messagesToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.messagesToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.messagesToolStripMenuItem.Text = "&Messages..."; this.messagesToolStripMenuItem.Click += new System.EventHandler(this.messagesToolStripMenuItem_Click); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(146, 6); + this.toolStripSeparator9.Size = new System.Drawing.Size(149, 6); // // soundToolStripMenuItem // this.soundToolStripMenuItem.Name = "soundToolStripMenuItem"; - this.soundToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.soundToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.soundToolStripMenuItem.Text = "&Sound"; this.soundToolStripMenuItem.Click += new System.EventHandler(this.soundToolStripMenuItem_Click); // @@ -931,7 +933,7 @@ this.enableRewindToolStripMenuItem, this.forceGDIPPresentationToolStripMenuItem}); this.gUIToolStripMenuItem.Name = "gUIToolStripMenuItem"; - this.gUIToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.gUIToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.gUIToolStripMenuItem.Text = "GUI"; this.gUIToolStripMenuItem.DropDownOpened += new System.EventHandler(this.gUIToolStripMenuItem_DropDownOpened); // @@ -994,7 +996,7 @@ this.miSpeed150, this.miSpeed200}); this.frameSkipToolStripMenuItem.Name = "frameSkipToolStripMenuItem"; - this.frameSkipToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.frameSkipToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.frameSkipToolStripMenuItem.Text = "Speed/Skip"; this.frameSkipToolStripMenuItem.DropDownOpened += new System.EventHandler(this.frameSkipToolStripMenuItem_DropDownOpened); // @@ -1137,19 +1139,19 @@ // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; - this.toolStripSeparator10.Size = new System.Drawing.Size(146, 6); + this.toolStripSeparator10.Size = new System.Drawing.Size(149, 6); // // saveConfigToolStripMenuItem // this.saveConfigToolStripMenuItem.Name = "saveConfigToolStripMenuItem"; - this.saveConfigToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.saveConfigToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveConfigToolStripMenuItem.Text = "Save Config"; this.saveConfigToolStripMenuItem.Click += new System.EventHandler(this.saveConfigToolStripMenuItem_Click); // // loadConfigToolStripMenuItem // this.loadConfigToolStripMenuItem.Name = "loadConfigToolStripMenuItem"; - this.loadConfigToolStripMenuItem.Size = new System.Drawing.Size(149, 22); + this.loadConfigToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.loadConfigToolStripMenuItem.Text = "Load Config"; // // toolsToolStripMenuItem @@ -1172,59 +1174,59 @@ // toolBoxToolStripMenuItem // this.toolBoxToolStripMenuItem.Name = "toolBoxToolStripMenuItem"; - this.toolBoxToolStripMenuItem.Size = new System.Drawing.Size(143, 22); + this.toolBoxToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.toolBoxToolStripMenuItem.Text = "&Tool Box"; this.toolBoxToolStripMenuItem.Click += new System.EventHandler(this.toolBoxToolStripMenuItem_Click); // // toolStripSeparator12 // this.toolStripSeparator12.Name = "toolStripSeparator12"; - this.toolStripSeparator12.Size = new System.Drawing.Size(140, 6); + this.toolStripSeparator12.Size = new System.Drawing.Size(149, 6); // // rAMWatchToolStripMenuItem // this.rAMWatchToolStripMenuItem.Name = "rAMWatchToolStripMenuItem"; - this.rAMWatchToolStripMenuItem.Size = new System.Drawing.Size(143, 22); + this.rAMWatchToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.rAMWatchToolStripMenuItem.Text = "RAM &Watch"; this.rAMWatchToolStripMenuItem.Click += new System.EventHandler(this.RAMWatchToolStripMenuItem_Click); // // rAMSearchToolStripMenuItem // this.rAMSearchToolStripMenuItem.Name = "rAMSearchToolStripMenuItem"; - this.rAMSearchToolStripMenuItem.Size = new System.Drawing.Size(143, 22); + this.rAMSearchToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.rAMSearchToolStripMenuItem.Text = "RAM &Search"; this.rAMSearchToolStripMenuItem.Click += new System.EventHandler(this.rAMSearchToolStripMenuItem_Click); // // rAMPokeToolStripMenuItem // this.rAMPokeToolStripMenuItem.Name = "rAMPokeToolStripMenuItem"; - this.rAMPokeToolStripMenuItem.Size = new System.Drawing.Size(143, 22); + this.rAMPokeToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.rAMPokeToolStripMenuItem.Text = "RAM &Poke"; this.rAMPokeToolStripMenuItem.Click += new System.EventHandler(this.RAMPokeToolStripMenuItem_Click); // // hexEditorToolStripMenuItem // this.hexEditorToolStripMenuItem.Name = "hexEditorToolStripMenuItem"; - this.hexEditorToolStripMenuItem.Size = new System.Drawing.Size(143, 22); + this.hexEditorToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.hexEditorToolStripMenuItem.Text = "&Hex Editor"; this.hexEditorToolStripMenuItem.Click += new System.EventHandler(this.hexEditorToolStripMenuItem_Click); // // toolStripSeparator11 // this.toolStripSeparator11.Name = "toolStripSeparator11"; - this.toolStripSeparator11.Size = new System.Drawing.Size(140, 6); + this.toolStripSeparator11.Size = new System.Drawing.Size(149, 6); // // luaConsoleToolStripMenuItem // this.luaConsoleToolStripMenuItem.Name = "luaConsoleToolStripMenuItem"; - this.luaConsoleToolStripMenuItem.Size = new System.Drawing.Size(143, 22); + this.luaConsoleToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.luaConsoleToolStripMenuItem.Text = "Lua Console"; this.luaConsoleToolStripMenuItem.Click += new System.EventHandler(this.luaConsoleToolStripMenuItem_Click); // // cheatsToolStripMenuItem // this.cheatsToolStripMenuItem.Name = "cheatsToolStripMenuItem"; - this.cheatsToolStripMenuItem.Size = new System.Drawing.Size(143, 22); + this.cheatsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.cheatsToolStripMenuItem.Text = "Cheats"; this.cheatsToolStripMenuItem.Click += new System.EventHandler(this.cheatsToolStripMenuItem_Click); // @@ -1350,6 +1352,13 @@ this.EmuStatus.Size = new System.Drawing.Size(143, 17); this.EmuStatus.Text = "Currently emulating: ur mom"; // + // pathsToolStripMenuItem + // + this.pathsToolStripMenuItem.Name = "pathsToolStripMenuItem"; + this.pathsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.pathsToolStripMenuItem.Text = "Paths..."; + this.pathsToolStripMenuItem.Click += new System.EventHandler(this.pathsToolStripMenuItem_Click); + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1524,6 +1533,7 @@ private System.Windows.Forms.ToolStripMenuItem keypadToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator13; private System.Windows.Forms.ToolStripMenuItem disableSaveslotKeysOnLoToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem pathsToolStripMenuItem; } } diff --git a/BizHawk.MultiClient/MainForm.MenuItems.cs b/BizHawk.MultiClient/MainForm.MenuItems.cs index d59d77325f..03bdba418c 100644 --- a/BizHawk.MultiClient/MainForm.MenuItems.cs +++ b/BizHawk.MultiClient/MainForm.MenuItems.cs @@ -536,5 +536,11 @@ namespace BizHawk.MultiClient disableSaveslotKeysOnLoToolStripMenuItem.Checked = Global.Config.TI83disableSaveSlotKeys; autoloadVirtualKeyboardToolStripMenuItem.Checked = Global.Config.TI83autoloadKeyPad; } + + private void pathsToolStripMenuItem_Click(object sender, EventArgs e) + { + PathConfig p = new PathConfig(); + p.ShowDialog(); + } } } \ No newline at end of file diff --git a/BizHawk.MultiClient/RenderPanel.cs b/BizHawk.MultiClient/RenderPanel.cs index d8a81f2ff8..74af916efa 100644 --- a/BizHawk.MultiClient/RenderPanel.cs +++ b/BizHawk.MultiClient/RenderPanel.cs @@ -201,8 +201,6 @@ namespace BizHawk.MultiClient Texture = new ImageTexture(Device); MessageFont = new Font(Device, 16, 0, FontWeight.Bold, 1, false, CharacterSet.Default, Precision.Default, FontQuality.Default, PitchAndFamily.Default | PitchAndFamily.DontCare, "Arial"); AlertFont = new Font(Device, 20, 0, FontWeight.ExtraBold, 1, true, CharacterSet.Default, Precision.Default, FontQuality.Default, PitchAndFamily.Default | PitchAndFamily.DontCare, "Arial"); - - } public void Render() diff --git a/BizHawk.MultiClient/config/PathConfig.Designer.cs b/BizHawk.MultiClient/config/PathConfig.Designer.cs new file mode 100644 index 0000000000..b8ff852150 --- /dev/null +++ b/BizHawk.MultiClient/config/PathConfig.Designer.cs @@ -0,0 +1,1265 @@ +namespace BizHawk.MultiClient +{ + partial class PathConfig + { + /// + /// 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.Cancel = new System.Windows.Forms.Button(); + this.OK = new System.Windows.Forms.Button(); + this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.textBox9 = new System.Windows.Forms.TextBox(); + this.label9 = new System.Windows.Forms.Label(); + this.button9 = new System.Windows.Forms.Button(); + this.checkBox9 = new System.Windows.Forms.CheckBox(); + this.textBox10 = new System.Windows.Forms.TextBox(); + this.label10 = new System.Windows.Forms.Label(); + this.button10 = new System.Windows.Forms.Button(); + this.checkBox10 = new System.Windows.Forms.CheckBox(); + this.textBox11 = new System.Windows.Forms.TextBox(); + this.label11 = new System.Windows.Forms.Label(); + this.button11 = new System.Windows.Forms.Button(); + this.checkBox11 = new System.Windows.Forms.CheckBox(); + this.textBox12 = new System.Windows.Forms.TextBox(); + this.label12 = new System.Windows.Forms.Label(); + this.button12 = new System.Windows.Forms.Button(); + this.checkBox12 = new System.Windows.Forms.CheckBox(); + this.checkBox13 = new System.Windows.Forms.CheckBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.checkBox1 = new System.Windows.Forms.CheckBox(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.button1 = new System.Windows.Forms.Button(); + this.checkBox2 = new System.Windows.Forms.CheckBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.label2 = new System.Windows.Forms.Label(); + this.button2 = new System.Windows.Forms.Button(); + this.checkBox3 = new System.Windows.Forms.CheckBox(); + this.textBox3 = new System.Windows.Forms.TextBox(); + this.label3 = new System.Windows.Forms.Label(); + this.button3 = new System.Windows.Forms.Button(); + this.checkBox4 = new System.Windows.Forms.CheckBox(); + this.textBox4 = new System.Windows.Forms.TextBox(); + this.label4 = new System.Windows.Forms.Label(); + this.button4 = new System.Windows.Forms.Button(); + this.checkBox5 = new System.Windows.Forms.CheckBox(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.checkBox6 = new System.Windows.Forms.CheckBox(); + this.textBox5 = new System.Windows.Forms.TextBox(); + this.label5 = new System.Windows.Forms.Label(); + this.button5 = new System.Windows.Forms.Button(); + this.checkBox7 = new System.Windows.Forms.CheckBox(); + this.textBox6 = new System.Windows.Forms.TextBox(); + this.label6 = new System.Windows.Forms.Label(); + this.button6 = new System.Windows.Forms.Button(); + this.checkBox8 = new System.Windows.Forms.CheckBox(); + this.textBox7 = new System.Windows.Forms.TextBox(); + this.label7 = new System.Windows.Forms.Label(); + this.button7 = new System.Windows.Forms.Button(); + this.checkBox14 = new System.Windows.Forms.CheckBox(); + this.textBox8 = new System.Windows.Forms.TextBox(); + this.label8 = new System.Windows.Forms.Label(); + this.button8 = new System.Windows.Forms.Button(); + this.checkBox15 = new System.Windows.Forms.CheckBox(); + this.textBox13 = new System.Windows.Forms.TextBox(); + this.label13 = new System.Windows.Forms.Label(); + this.button13 = new System.Windows.Forms.Button(); + this.checkBox16 = new System.Windows.Forms.CheckBox(); + this.groupBox4 = new System.Windows.Forms.GroupBox(); + this.textBox15 = new System.Windows.Forms.TextBox(); + this.button15 = new System.Windows.Forms.Button(); + this.checkBox19 = new System.Windows.Forms.CheckBox(); + this.button14 = new System.Windows.Forms.Button(); + this.checkBox17 = new System.Windows.Forms.CheckBox(); + this.groupBox5 = new System.Windows.Forms.GroupBox(); + this.checkBox18 = new System.Windows.Forms.CheckBox(); + this.textBox14 = new System.Windows.Forms.TextBox(); + this.label14 = new System.Windows.Forms.Label(); + this.button16 = new System.Windows.Forms.Button(); + this.checkBox20 = new System.Windows.Forms.CheckBox(); + this.textBox16 = new System.Windows.Forms.TextBox(); + this.label15 = new System.Windows.Forms.Label(); + this.button17 = new System.Windows.Forms.Button(); + this.checkBox21 = new System.Windows.Forms.CheckBox(); + this.textBox17 = new System.Windows.Forms.TextBox(); + this.label16 = new System.Windows.Forms.Label(); + this.button18 = new System.Windows.Forms.Button(); + this.checkBox22 = new System.Windows.Forms.CheckBox(); + this.textBox18 = new System.Windows.Forms.TextBox(); + this.label17 = new System.Windows.Forms.Label(); + this.button19 = new System.Windows.Forms.Button(); + this.checkBox23 = new System.Windows.Forms.CheckBox(); + this.groupBox6 = new System.Windows.Forms.GroupBox(); + this.checkBox24 = new System.Windows.Forms.CheckBox(); + this.textBox19 = new System.Windows.Forms.TextBox(); + this.label18 = new System.Windows.Forms.Label(); + this.button20 = new System.Windows.Forms.Button(); + this.checkBox25 = new System.Windows.Forms.CheckBox(); + this.textBox20 = new System.Windows.Forms.TextBox(); + this.label19 = new System.Windows.Forms.Label(); + this.button21 = new System.Windows.Forms.Button(); + this.checkBox26 = new System.Windows.Forms.CheckBox(); + this.textBox21 = new System.Windows.Forms.TextBox(); + this.label20 = new System.Windows.Forms.Label(); + this.button22 = new System.Windows.Forms.Button(); + this.checkBox27 = new System.Windows.Forms.CheckBox(); + this.textBox22 = new System.Windows.Forms.TextBox(); + this.label21 = new System.Windows.Forms.Label(); + this.button23 = new System.Windows.Forms.Button(); + this.checkBox28 = new System.Windows.Forms.CheckBox(); + this.groupBox3.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.groupBox4.SuspendLayout(); + this.groupBox5.SuspendLayout(); + this.groupBox6.SuspendLayout(); + this.SuspendLayout(); + // + // Cancel + // + this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.Cancel.Location = new System.Drawing.Point(725, 510); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 0; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // OK + // + this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OK.Location = new System.Drawing.Point(644, 510); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 1; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // groupBox3 + // + this.groupBox3.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.groupBox3.Controls.Add(this.textBox13); + this.groupBox3.Controls.Add(this.label13); + this.groupBox3.Controls.Add(this.button13); + this.groupBox3.Controls.Add(this.checkBox16); + this.groupBox3.Controls.Add(this.checkBox13); + this.groupBox3.Controls.Add(this.textBox9); + this.groupBox3.Controls.Add(this.label9); + this.groupBox3.Controls.Add(this.button9); + this.groupBox3.Controls.Add(this.checkBox9); + this.groupBox3.Controls.Add(this.textBox10); + this.groupBox3.Controls.Add(this.label10); + this.groupBox3.Controls.Add(this.button10); + this.groupBox3.Controls.Add(this.checkBox10); + this.groupBox3.Controls.Add(this.textBox11); + this.groupBox3.Controls.Add(this.label11); + this.groupBox3.Controls.Add(this.button11); + this.groupBox3.Controls.Add(this.checkBox11); + this.groupBox3.Controls.Add(this.textBox12); + this.groupBox3.Controls.Add(this.label12); + this.groupBox3.Controls.Add(this.button12); + this.groupBox3.Controls.Add(this.checkBox12); + this.groupBox3.Location = new System.Drawing.Point(12, 112); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(376, 196); + this.groupBox3.TabIndex = 18; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "Tools"; + // + // textBox9 + // + this.textBox9.Location = new System.Drawing.Point(29, 125); + this.textBox9.Name = "textBox9"; + this.textBox9.Size = new System.Drawing.Size(202, 20); + this.textBox9.TabIndex = 14; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(297, 129); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(71, 13); + this.label9.TabIndex = 17; + this.label9.Text = "Watch (.wch)"; + // + // button9 + // + this.button9.Location = new System.Drawing.Point(237, 123); + this.button9.Name = "button9"; + this.button9.Size = new System.Drawing.Size(54, 23); + this.button9.TabIndex = 15; + this.button9.Text = "Browse"; + this.button9.UseVisualStyleBackColor = true; + // + // checkBox9 + // + this.checkBox9.AutoSize = true; + this.checkBox9.Location = new System.Drawing.Point(8, 128); + this.checkBox9.Name = "checkBox9"; + this.checkBox9.Size = new System.Drawing.Size(15, 14); + this.checkBox9.TabIndex = 16; + this.checkBox9.UseVisualStyleBackColor = true; + // + // textBox10 + // + this.textBox10.Location = new System.Drawing.Point(29, 42); + this.textBox10.Name = "textBox10"; + this.textBox10.Size = new System.Drawing.Size(202, 20); + this.textBox10.TabIndex = 10; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Location = new System.Drawing.Point(297, 46); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(41, 13); + this.label10.TabIndex = 13; + this.label10.Text = "Movies"; + // + // button10 + // + this.button10.Location = new System.Drawing.Point(237, 40); + this.button10.Name = "button10"; + this.button10.Size = new System.Drawing.Size(54, 23); + this.button10.TabIndex = 11; + this.button10.Text = "Browse"; + this.button10.UseVisualStyleBackColor = true; + // + // checkBox10 + // + this.checkBox10.AutoSize = true; + this.checkBox10.Location = new System.Drawing.Point(8, 45); + this.checkBox10.Name = "checkBox10"; + this.checkBox10.Size = new System.Drawing.Size(15, 14); + this.checkBox10.TabIndex = 12; + this.checkBox10.UseVisualStyleBackColor = true; + // + // textBox11 + // + this.textBox11.Location = new System.Drawing.Point(29, 95); + this.textBox11.Name = "textBox11"; + this.textBox11.Size = new System.Drawing.Size(202, 20); + this.textBox11.TabIndex = 6; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(297, 99); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(25, 13); + this.label11.TabIndex = 9; + this.label11.Text = "Lua"; + // + // button11 + // + this.button11.Location = new System.Drawing.Point(237, 93); + this.button11.Name = "button11"; + this.button11.Size = new System.Drawing.Size(54, 23); + this.button11.TabIndex = 7; + this.button11.Text = "Browse"; + this.button11.UseVisualStyleBackColor = true; + // + // checkBox11 + // + this.checkBox11.AutoSize = true; + this.checkBox11.Location = new System.Drawing.Point(8, 98); + this.checkBox11.Name = "checkBox11"; + this.checkBox11.Size = new System.Drawing.Size(15, 14); + this.checkBox11.TabIndex = 8; + this.checkBox11.UseVisualStyleBackColor = true; + // + // textBox12 + // + this.textBox12.Location = new System.Drawing.Point(29, 68); + this.textBox12.Name = "textBox12"; + this.textBox12.Size = new System.Drawing.Size(202, 20); + this.textBox12.TabIndex = 2; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(297, 72); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(40, 13); + this.label12.TabIndex = 5; + this.label12.Text = "Cheats"; + // + // button12 + // + this.button12.Location = new System.Drawing.Point(237, 66); + this.button12.Name = "button12"; + this.button12.Size = new System.Drawing.Size(54, 23); + this.button12.TabIndex = 3; + this.button12.Text = "Browse"; + this.button12.UseVisualStyleBackColor = true; + // + // checkBox12 + // + this.checkBox12.AutoSize = true; + this.checkBox12.Location = new System.Drawing.Point(8, 71); + this.checkBox12.Name = "checkBox12"; + this.checkBox12.Size = new System.Drawing.Size(15, 14); + this.checkBox12.TabIndex = 4; + this.checkBox12.UseVisualStyleBackColor = true; + // + // checkBox13 + // + this.checkBox13.AutoSize = true; + this.checkBox13.Location = new System.Drawing.Point(7, 20); + this.checkBox13.Name = "checkBox13"; + this.checkBox13.Size = new System.Drawing.Size(69, 17); + this.checkBox13.TabIndex = 18; + this.checkBox13.Text = "Select all"; + this.checkBox13.UseVisualStyleBackColor = true; + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox1.Controls.Add(this.checkBox1); + this.groupBox1.Controls.Add(this.textBox1); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.button1); + this.groupBox1.Controls.Add(this.checkBox2); + this.groupBox1.Controls.Add(this.textBox2); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.button2); + this.groupBox1.Controls.Add(this.checkBox3); + this.groupBox1.Controls.Add(this.textBox3); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.button3); + this.groupBox1.Controls.Add(this.checkBox4); + this.groupBox1.Controls.Add(this.textBox4); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.button4); + this.groupBox1.Controls.Add(this.checkBox5); + this.groupBox1.Location = new System.Drawing.Point(425, 9); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(376, 155); + this.groupBox1.TabIndex = 19; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "NES"; + // + // checkBox1 + // + this.checkBox1.AutoSize = true; + this.checkBox1.Location = new System.Drawing.Point(7, 20); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(69, 17); + this.checkBox1.TabIndex = 18; + this.checkBox1.Text = "Select all"; + this.checkBox1.UseVisualStyleBackColor = true; + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point(29, 125); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(202, 20); + this.textBox1.TabIndex = 14; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(297, 129); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(66, 13); + this.label1.TabIndex = 17; + this.label1.Text = "Screenshots"; + // + // button1 + // + this.button1.Location = new System.Drawing.Point(237, 123); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(54, 23); + this.button1.TabIndex = 15; + this.button1.Text = "Browse"; + this.button1.UseVisualStyleBackColor = true; + // + // checkBox2 + // + this.checkBox2.AutoSize = true; + this.checkBox2.Location = new System.Drawing.Point(8, 128); + this.checkBox2.Name = "checkBox2"; + this.checkBox2.Size = new System.Drawing.Size(15, 14); + this.checkBox2.TabIndex = 16; + this.checkBox2.UseVisualStyleBackColor = true; + // + // textBox2 + // + this.textBox2.Location = new System.Drawing.Point(29, 42); + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size(202, 20); + this.textBox2.TabIndex = 10; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(297, 46); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(37, 13); + this.label2.TabIndex = 13; + this.label2.Text = "ROMs"; + // + // button2 + // + this.button2.Location = new System.Drawing.Point(237, 40); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(54, 23); + this.button2.TabIndex = 11; + this.button2.Text = "Browse"; + this.button2.UseVisualStyleBackColor = true; + // + // checkBox3 + // + this.checkBox3.AutoSize = true; + this.checkBox3.Location = new System.Drawing.Point(8, 45); + this.checkBox3.Name = "checkBox3"; + this.checkBox3.Size = new System.Drawing.Size(15, 14); + this.checkBox3.TabIndex = 12; + this.checkBox3.UseVisualStyleBackColor = true; + // + // textBox3 + // + this.textBox3.Location = new System.Drawing.Point(29, 95); + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size(202, 20); + this.textBox3.TabIndex = 6; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(297, 99); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(59, 13); + this.label3.TabIndex = 9; + this.label3.Text = "Save RAM"; + // + // button3 + // + this.button3.Location = new System.Drawing.Point(237, 93); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(54, 23); + this.button3.TabIndex = 7; + this.button3.Text = "Browse"; + this.button3.UseVisualStyleBackColor = true; + // + // checkBox4 + // + this.checkBox4.AutoSize = true; + this.checkBox4.Location = new System.Drawing.Point(8, 98); + this.checkBox4.Name = "checkBox4"; + this.checkBox4.Size = new System.Drawing.Size(15, 14); + this.checkBox4.TabIndex = 8; + this.checkBox4.UseVisualStyleBackColor = true; + // + // textBox4 + // + this.textBox4.Location = new System.Drawing.Point(29, 68); + this.textBox4.Name = "textBox4"; + this.textBox4.Size = new System.Drawing.Size(202, 20); + this.textBox4.TabIndex = 2; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(297, 72); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(60, 13); + this.label4.TabIndex = 5; + this.label4.Text = "Savestates"; + // + // button4 + // + this.button4.Location = new System.Drawing.Point(237, 66); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(54, 23); + this.button4.TabIndex = 3; + this.button4.Text = "Browse"; + this.button4.UseVisualStyleBackColor = true; + // + // checkBox5 + // + this.checkBox5.AutoSize = true; + this.checkBox5.Location = new System.Drawing.Point(8, 71); + this.checkBox5.Name = "checkBox5"; + this.checkBox5.Size = new System.Drawing.Size(15, 14); + this.checkBox5.TabIndex = 4; + this.checkBox5.UseVisualStyleBackColor = true; + // + // groupBox2 + // + this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.groupBox2.Controls.Add(this.checkBox6); + this.groupBox2.Controls.Add(this.textBox5); + this.groupBox2.Controls.Add(this.label5); + this.groupBox2.Controls.Add(this.button5); + this.groupBox2.Controls.Add(this.checkBox7); + this.groupBox2.Controls.Add(this.textBox6); + this.groupBox2.Controls.Add(this.label6); + this.groupBox2.Controls.Add(this.button6); + this.groupBox2.Controls.Add(this.checkBox8); + this.groupBox2.Controls.Add(this.textBox7); + this.groupBox2.Controls.Add(this.label7); + this.groupBox2.Controls.Add(this.button7); + this.groupBox2.Controls.Add(this.checkBox14); + this.groupBox2.Controls.Add(this.textBox8); + this.groupBox2.Controls.Add(this.label8); + this.groupBox2.Controls.Add(this.button8); + this.groupBox2.Controls.Add(this.checkBox15); + this.groupBox2.Location = new System.Drawing.Point(425, 170); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(376, 155); + this.groupBox2.TabIndex = 20; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "SMS"; + // + // checkBox6 + // + this.checkBox6.AutoSize = true; + this.checkBox6.Location = new System.Drawing.Point(7, 20); + this.checkBox6.Name = "checkBox6"; + this.checkBox6.Size = new System.Drawing.Size(69, 17); + this.checkBox6.TabIndex = 18; + this.checkBox6.Text = "Select all"; + this.checkBox6.UseVisualStyleBackColor = true; + // + // textBox5 + // + this.textBox5.Location = new System.Drawing.Point(29, 125); + this.textBox5.Name = "textBox5"; + this.textBox5.Size = new System.Drawing.Size(202, 20); + this.textBox5.TabIndex = 14; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(297, 129); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(66, 13); + this.label5.TabIndex = 17; + this.label5.Text = "Screenshots"; + // + // button5 + // + this.button5.Location = new System.Drawing.Point(237, 123); + this.button5.Name = "button5"; + this.button5.Size = new System.Drawing.Size(54, 23); + this.button5.TabIndex = 15; + this.button5.Text = "Browse"; + this.button5.UseVisualStyleBackColor = true; + // + // checkBox7 + // + this.checkBox7.AutoSize = true; + this.checkBox7.Location = new System.Drawing.Point(8, 128); + this.checkBox7.Name = "checkBox7"; + this.checkBox7.Size = new System.Drawing.Size(15, 14); + this.checkBox7.TabIndex = 16; + this.checkBox7.UseVisualStyleBackColor = true; + // + // textBox6 + // + this.textBox6.Location = new System.Drawing.Point(29, 42); + this.textBox6.Name = "textBox6"; + this.textBox6.Size = new System.Drawing.Size(202, 20); + this.textBox6.TabIndex = 10; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(297, 46); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(37, 13); + this.label6.TabIndex = 13; + this.label6.Text = "ROMs"; + // + // button6 + // + this.button6.Location = new System.Drawing.Point(237, 40); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(54, 23); + this.button6.TabIndex = 11; + this.button6.Text = "Browse"; + this.button6.UseVisualStyleBackColor = true; + // + // checkBox8 + // + this.checkBox8.AutoSize = true; + this.checkBox8.Location = new System.Drawing.Point(8, 45); + this.checkBox8.Name = "checkBox8"; + this.checkBox8.Size = new System.Drawing.Size(15, 14); + this.checkBox8.TabIndex = 12; + this.checkBox8.UseVisualStyleBackColor = true; + // + // textBox7 + // + this.textBox7.Location = new System.Drawing.Point(29, 95); + this.textBox7.Name = "textBox7"; + this.textBox7.Size = new System.Drawing.Size(202, 20); + this.textBox7.TabIndex = 6; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(297, 99); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(59, 13); + this.label7.TabIndex = 9; + this.label7.Text = "Save RAM"; + // + // button7 + // + this.button7.Location = new System.Drawing.Point(237, 93); + this.button7.Name = "button7"; + this.button7.Size = new System.Drawing.Size(54, 23); + this.button7.TabIndex = 7; + this.button7.Text = "Browse"; + this.button7.UseVisualStyleBackColor = true; + // + // checkBox14 + // + this.checkBox14.AutoSize = true; + this.checkBox14.Location = new System.Drawing.Point(8, 98); + this.checkBox14.Name = "checkBox14"; + this.checkBox14.Size = new System.Drawing.Size(15, 14); + this.checkBox14.TabIndex = 8; + this.checkBox14.UseVisualStyleBackColor = true; + // + // textBox8 + // + this.textBox8.Location = new System.Drawing.Point(29, 68); + this.textBox8.Name = "textBox8"; + this.textBox8.Size = new System.Drawing.Size(202, 20); + this.textBox8.TabIndex = 2; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(297, 72); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(60, 13); + this.label8.TabIndex = 5; + this.label8.Text = "Savestates"; + // + // button8 + // + this.button8.Location = new System.Drawing.Point(237, 66); + this.button8.Name = "button8"; + this.button8.Size = new System.Drawing.Size(54, 23); + this.button8.TabIndex = 3; + this.button8.Text = "Browse"; + this.button8.UseVisualStyleBackColor = true; + // + // checkBox15 + // + this.checkBox15.AutoSize = true; + this.checkBox15.Location = new System.Drawing.Point(8, 71); + this.checkBox15.Name = "checkBox15"; + this.checkBox15.Size = new System.Drawing.Size(15, 14); + this.checkBox15.TabIndex = 4; + this.checkBox15.UseVisualStyleBackColor = true; + // + // textBox13 + // + this.textBox13.Location = new System.Drawing.Point(29, 153); + this.textBox13.Name = "textBox13"; + this.textBox13.Size = new System.Drawing.Size(202, 20); + this.textBox13.TabIndex = 19; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(297, 157); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(60, 13); + this.label13.TabIndex = 22; + this.label13.Text = "Video (AVI)"; + // + // button13 + // + this.button13.Location = new System.Drawing.Point(237, 151); + this.button13.Name = "button13"; + this.button13.Size = new System.Drawing.Size(54, 23); + this.button13.TabIndex = 20; + this.button13.Text = "Browse"; + this.button13.UseVisualStyleBackColor = true; + // + // checkBox16 + // + this.checkBox16.AutoSize = true; + this.checkBox16.Location = new System.Drawing.Point(8, 156); + this.checkBox16.Name = "checkBox16"; + this.checkBox16.Size = new System.Drawing.Size(15, 14); + this.checkBox16.TabIndex = 21; + this.checkBox16.UseVisualStyleBackColor = true; + // + // groupBox4 + // + this.groupBox4.Controls.Add(this.checkBox17); + this.groupBox4.Controls.Add(this.button14); + this.groupBox4.Controls.Add(this.textBox15); + this.groupBox4.Controls.Add(this.button15); + this.groupBox4.Controls.Add(this.checkBox19); + this.groupBox4.Location = new System.Drawing.Point(12, 9); + this.groupBox4.Name = "groupBox4"; + this.groupBox4.Size = new System.Drawing.Size(376, 97); + this.groupBox4.TabIndex = 21; + this.groupBox4.TabStop = false; + this.groupBox4.Text = "Base"; + // + // textBox15 + // + this.textBox15.Location = new System.Drawing.Point(29, 19); + this.textBox15.Name = "textBox15"; + this.textBox15.Size = new System.Drawing.Size(202, 20); + this.textBox15.TabIndex = 10; + // + // button15 + // + this.button15.Location = new System.Drawing.Point(237, 17); + this.button15.Name = "button15"; + this.button15.Size = new System.Drawing.Size(54, 23); + this.button15.TabIndex = 11; + this.button15.Text = "Browse"; + this.button15.UseVisualStyleBackColor = true; + // + // checkBox19 + // + this.checkBox19.AutoSize = true; + this.checkBox19.Location = new System.Drawing.Point(8, 22); + this.checkBox19.Name = "checkBox19"; + this.checkBox19.Size = new System.Drawing.Size(15, 14); + this.checkBox19.TabIndex = 12; + this.checkBox19.UseVisualStyleBackColor = true; + // + // button14 + // + this.button14.Location = new System.Drawing.Point(154, 62); + this.button14.Name = "button14"; + this.button14.Size = new System.Drawing.Size(137, 23); + this.button14.TabIndex = 13; + this.button14.Text = "Change selected to base"; + this.button14.UseVisualStyleBackColor = true; + // + // checkBox17 + // + this.checkBox17.AutoSize = true; + this.checkBox17.Location = new System.Drawing.Point(8, 62); + this.checkBox17.Name = "checkBox17"; + this.checkBox17.Size = new System.Drawing.Size(69, 17); + this.checkBox17.TabIndex = 23; + this.checkBox17.Text = "Select all"; + this.checkBox17.UseVisualStyleBackColor = true; + // + // groupBox5 + // + this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox5.Controls.Add(this.checkBox18); + this.groupBox5.Controls.Add(this.textBox14); + this.groupBox5.Controls.Add(this.label14); + this.groupBox5.Controls.Add(this.button16); + this.groupBox5.Controls.Add(this.checkBox20); + this.groupBox5.Controls.Add(this.textBox16); + this.groupBox5.Controls.Add(this.label15); + this.groupBox5.Controls.Add(this.button17); + this.groupBox5.Controls.Add(this.checkBox21); + this.groupBox5.Controls.Add(this.textBox17); + this.groupBox5.Controls.Add(this.label16); + this.groupBox5.Controls.Add(this.button18); + this.groupBox5.Controls.Add(this.checkBox22); + this.groupBox5.Controls.Add(this.textBox18); + this.groupBox5.Controls.Add(this.label17); + this.groupBox5.Controls.Add(this.button19); + this.groupBox5.Controls.Add(this.checkBox23); + this.groupBox5.Location = new System.Drawing.Point(425, 335); + this.groupBox5.Name = "groupBox5"; + this.groupBox5.Size = new System.Drawing.Size(376, 155); + this.groupBox5.TabIndex = 21; + this.groupBox5.TabStop = false; + this.groupBox5.Text = "PCE"; + // + // checkBox18 + // + this.checkBox18.AutoSize = true; + this.checkBox18.Location = new System.Drawing.Point(7, 20); + this.checkBox18.Name = "checkBox18"; + this.checkBox18.Size = new System.Drawing.Size(69, 17); + this.checkBox18.TabIndex = 18; + this.checkBox18.Text = "Select all"; + this.checkBox18.UseVisualStyleBackColor = true; + // + // textBox14 + // + this.textBox14.Location = new System.Drawing.Point(29, 125); + this.textBox14.Name = "textBox14"; + this.textBox14.Size = new System.Drawing.Size(202, 20); + this.textBox14.TabIndex = 14; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Location = new System.Drawing.Point(297, 129); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(66, 13); + this.label14.TabIndex = 17; + this.label14.Text = "Screenshots"; + // + // button16 + // + this.button16.Location = new System.Drawing.Point(237, 123); + this.button16.Name = "button16"; + this.button16.Size = new System.Drawing.Size(54, 23); + this.button16.TabIndex = 15; + this.button16.Text = "Browse"; + this.button16.UseVisualStyleBackColor = true; + // + // checkBox20 + // + this.checkBox20.AutoSize = true; + this.checkBox20.Location = new System.Drawing.Point(8, 128); + this.checkBox20.Name = "checkBox20"; + this.checkBox20.Size = new System.Drawing.Size(15, 14); + this.checkBox20.TabIndex = 16; + this.checkBox20.UseVisualStyleBackColor = true; + // + // textBox16 + // + this.textBox16.Location = new System.Drawing.Point(29, 42); + this.textBox16.Name = "textBox16"; + this.textBox16.Size = new System.Drawing.Size(202, 20); + this.textBox16.TabIndex = 10; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Location = new System.Drawing.Point(297, 46); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(37, 13); + this.label15.TabIndex = 13; + this.label15.Text = "ROMs"; + // + // button17 + // + this.button17.Location = new System.Drawing.Point(237, 40); + this.button17.Name = "button17"; + this.button17.Size = new System.Drawing.Size(54, 23); + this.button17.TabIndex = 11; + this.button17.Text = "Browse"; + this.button17.UseVisualStyleBackColor = true; + // + // checkBox21 + // + this.checkBox21.AutoSize = true; + this.checkBox21.Location = new System.Drawing.Point(8, 45); + this.checkBox21.Name = "checkBox21"; + this.checkBox21.Size = new System.Drawing.Size(15, 14); + this.checkBox21.TabIndex = 12; + this.checkBox21.UseVisualStyleBackColor = true; + // + // textBox17 + // + this.textBox17.Location = new System.Drawing.Point(29, 95); + this.textBox17.Name = "textBox17"; + this.textBox17.Size = new System.Drawing.Size(202, 20); + this.textBox17.TabIndex = 6; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Location = new System.Drawing.Point(297, 99); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(59, 13); + this.label16.TabIndex = 9; + this.label16.Text = "Save RAM"; + // + // button18 + // + this.button18.Location = new System.Drawing.Point(237, 93); + this.button18.Name = "button18"; + this.button18.Size = new System.Drawing.Size(54, 23); + this.button18.TabIndex = 7; + this.button18.Text = "Browse"; + this.button18.UseVisualStyleBackColor = true; + // + // checkBox22 + // + this.checkBox22.AutoSize = true; + this.checkBox22.Location = new System.Drawing.Point(8, 98); + this.checkBox22.Name = "checkBox22"; + this.checkBox22.Size = new System.Drawing.Size(15, 14); + this.checkBox22.TabIndex = 8; + this.checkBox22.UseVisualStyleBackColor = true; + // + // textBox18 + // + this.textBox18.Location = new System.Drawing.Point(29, 68); + this.textBox18.Name = "textBox18"; + this.textBox18.Size = new System.Drawing.Size(202, 20); + this.textBox18.TabIndex = 2; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Location = new System.Drawing.Point(297, 72); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(60, 13); + this.label17.TabIndex = 5; + this.label17.Text = "Savestates"; + // + // button19 + // + this.button19.Location = new System.Drawing.Point(237, 66); + this.button19.Name = "button19"; + this.button19.Size = new System.Drawing.Size(54, 23); + this.button19.TabIndex = 3; + this.button19.Text = "Browse"; + this.button19.UseVisualStyleBackColor = true; + // + // checkBox23 + // + this.checkBox23.AutoSize = true; + this.checkBox23.Location = new System.Drawing.Point(8, 71); + this.checkBox23.Name = "checkBox23"; + this.checkBox23.Size = new System.Drawing.Size(15, 14); + this.checkBox23.TabIndex = 4; + this.checkBox23.UseVisualStyleBackColor = true; + // + // groupBox6 + // + this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.groupBox6.Controls.Add(this.checkBox24); + this.groupBox6.Controls.Add(this.textBox19); + this.groupBox6.Controls.Add(this.label18); + this.groupBox6.Controls.Add(this.button20); + this.groupBox6.Controls.Add(this.checkBox25); + this.groupBox6.Controls.Add(this.textBox20); + this.groupBox6.Controls.Add(this.label19); + this.groupBox6.Controls.Add(this.button21); + this.groupBox6.Controls.Add(this.checkBox26); + this.groupBox6.Controls.Add(this.textBox21); + this.groupBox6.Controls.Add(this.label20); + this.groupBox6.Controls.Add(this.button22); + this.groupBox6.Controls.Add(this.checkBox27); + this.groupBox6.Controls.Add(this.textBox22); + this.groupBox6.Controls.Add(this.label21); + this.groupBox6.Controls.Add(this.button23); + this.groupBox6.Controls.Add(this.checkBox28); + this.groupBox6.Location = new System.Drawing.Point(12, 335); + this.groupBox6.Name = "groupBox6"; + this.groupBox6.Size = new System.Drawing.Size(376, 155); + this.groupBox6.TabIndex = 22; + this.groupBox6.TabStop = false; + this.groupBox6.Text = "TI83"; + // + // checkBox24 + // + this.checkBox24.AutoSize = true; + this.checkBox24.Location = new System.Drawing.Point(7, 20); + this.checkBox24.Name = "checkBox24"; + this.checkBox24.Size = new System.Drawing.Size(69, 17); + this.checkBox24.TabIndex = 18; + this.checkBox24.Text = "Select all"; + this.checkBox24.UseVisualStyleBackColor = true; + // + // textBox19 + // + this.textBox19.Location = new System.Drawing.Point(29, 125); + this.textBox19.Name = "textBox19"; + this.textBox19.Size = new System.Drawing.Size(202, 20); + this.textBox19.TabIndex = 14; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Location = new System.Drawing.Point(297, 129); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(66, 13); + this.label18.TabIndex = 17; + this.label18.Text = "Screenshots"; + // + // button20 + // + this.button20.Location = new System.Drawing.Point(237, 123); + this.button20.Name = "button20"; + this.button20.Size = new System.Drawing.Size(54, 23); + this.button20.TabIndex = 15; + this.button20.Text = "Browse"; + this.button20.UseVisualStyleBackColor = true; + // + // checkBox25 + // + this.checkBox25.AutoSize = true; + this.checkBox25.Location = new System.Drawing.Point(8, 128); + this.checkBox25.Name = "checkBox25"; + this.checkBox25.Size = new System.Drawing.Size(15, 14); + this.checkBox25.TabIndex = 16; + this.checkBox25.UseVisualStyleBackColor = true; + // + // textBox20 + // + this.textBox20.Location = new System.Drawing.Point(29, 42); + this.textBox20.Name = "textBox20"; + this.textBox20.Size = new System.Drawing.Size(202, 20); + this.textBox20.TabIndex = 10; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.Location = new System.Drawing.Point(297, 46); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(37, 13); + this.label19.TabIndex = 13; + this.label19.Text = "ROMs"; + // + // button21 + // + this.button21.Location = new System.Drawing.Point(237, 40); + this.button21.Name = "button21"; + this.button21.Size = new System.Drawing.Size(54, 23); + this.button21.TabIndex = 11; + this.button21.Text = "Browse"; + this.button21.UseVisualStyleBackColor = true; + // + // checkBox26 + // + this.checkBox26.AutoSize = true; + this.checkBox26.Location = new System.Drawing.Point(8, 45); + this.checkBox26.Name = "checkBox26"; + this.checkBox26.Size = new System.Drawing.Size(15, 14); + this.checkBox26.TabIndex = 12; + this.checkBox26.UseVisualStyleBackColor = true; + // + // textBox21 + // + this.textBox21.Location = new System.Drawing.Point(29, 95); + this.textBox21.Name = "textBox21"; + this.textBox21.Size = new System.Drawing.Size(202, 20); + this.textBox21.TabIndex = 6; + // + // label20 + // + this.label20.AutoSize = true; + this.label20.Location = new System.Drawing.Point(297, 99); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(59, 13); + this.label20.TabIndex = 9; + this.label20.Text = "Save RAM"; + // + // button22 + // + this.button22.Location = new System.Drawing.Point(237, 93); + this.button22.Name = "button22"; + this.button22.Size = new System.Drawing.Size(54, 23); + this.button22.TabIndex = 7; + this.button22.Text = "Browse"; + this.button22.UseVisualStyleBackColor = true; + // + // checkBox27 + // + this.checkBox27.AutoSize = true; + this.checkBox27.Location = new System.Drawing.Point(8, 98); + this.checkBox27.Name = "checkBox27"; + this.checkBox27.Size = new System.Drawing.Size(15, 14); + this.checkBox27.TabIndex = 8; + this.checkBox27.UseVisualStyleBackColor = true; + // + // textBox22 + // + this.textBox22.Location = new System.Drawing.Point(29, 68); + this.textBox22.Name = "textBox22"; + this.textBox22.Size = new System.Drawing.Size(202, 20); + this.textBox22.TabIndex = 2; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Location = new System.Drawing.Point(297, 72); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(60, 13); + this.label21.TabIndex = 5; + this.label21.Text = "Savestates"; + // + // button23 + // + this.button23.Location = new System.Drawing.Point(237, 66); + this.button23.Name = "button23"; + this.button23.Size = new System.Drawing.Size(54, 23); + this.button23.TabIndex = 3; + this.button23.Text = "Browse"; + this.button23.UseVisualStyleBackColor = true; + // + // checkBox28 + // + this.checkBox28.AutoSize = true; + this.checkBox28.Location = new System.Drawing.Point(8, 71); + this.checkBox28.Name = "checkBox28"; + this.checkBox28.Size = new System.Drawing.Size(15, 14); + this.checkBox28.TabIndex = 4; + this.checkBox28.UseVisualStyleBackColor = true; + // + // PathConfig + // + this.AcceptButton = this.OK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.Cancel; + this.ClientSize = new System.Drawing.Size(812, 545); + this.Controls.Add(this.groupBox6); + this.Controls.Add(this.groupBox5); + this.Controls.Add(this.groupBox4); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.groupBox3); + this.Controls.Add(this.OK); + this.Controls.Add(this.Cancel); + this.Name = "PathConfig"; + this.ShowIcon = false; + this.Text = "Path Configuration"; + this.Load += new System.EventHandler(this.PathConfig_Load); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.groupBox4.ResumeLayout(false); + this.groupBox4.PerformLayout(); + this.groupBox5.ResumeLayout(false); + this.groupBox5.PerformLayout(); + this.groupBox6.ResumeLayout(false); + this.groupBox6.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Button Cancel; + private System.Windows.Forms.Button OK; + private System.Windows.Forms.GroupBox groupBox3; + private System.Windows.Forms.TextBox textBox9; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Button button9; + private System.Windows.Forms.CheckBox checkBox9; + private System.Windows.Forms.TextBox textBox10; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Button button10; + private System.Windows.Forms.CheckBox checkBox10; + private System.Windows.Forms.TextBox textBox11; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.Button button11; + private System.Windows.Forms.CheckBox checkBox11; + private System.Windows.Forms.TextBox textBox12; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Button button12; + private System.Windows.Forms.CheckBox checkBox12; + private System.Windows.Forms.TextBox textBox13; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Button button13; + private System.Windows.Forms.CheckBox checkBox16; + private System.Windows.Forms.CheckBox checkBox13; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.CheckBox checkBox1; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.CheckBox checkBox2; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.CheckBox checkBox3; + private System.Windows.Forms.TextBox textBox3; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.CheckBox checkBox4; + private System.Windows.Forms.TextBox textBox4; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Button button4; + private System.Windows.Forms.CheckBox checkBox5; + private System.Windows.Forms.GroupBox groupBox2; + private System.Windows.Forms.CheckBox checkBox6; + private System.Windows.Forms.TextBox textBox5; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Button button5; + private System.Windows.Forms.CheckBox checkBox7; + private System.Windows.Forms.TextBox textBox6; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Button button6; + private System.Windows.Forms.CheckBox checkBox8; + private System.Windows.Forms.TextBox textBox7; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Button button7; + private System.Windows.Forms.CheckBox checkBox14; + private System.Windows.Forms.TextBox textBox8; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Button button8; + private System.Windows.Forms.CheckBox checkBox15; + private System.Windows.Forms.GroupBox groupBox4; + private System.Windows.Forms.TextBox textBox15; + private System.Windows.Forms.Button button15; + private System.Windows.Forms.CheckBox checkBox19; + private System.Windows.Forms.CheckBox checkBox17; + private System.Windows.Forms.Button button14; + private System.Windows.Forms.GroupBox groupBox5; + private System.Windows.Forms.CheckBox checkBox18; + private System.Windows.Forms.TextBox textBox14; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Button button16; + private System.Windows.Forms.CheckBox checkBox20; + private System.Windows.Forms.TextBox textBox16; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.Button button17; + private System.Windows.Forms.CheckBox checkBox21; + private System.Windows.Forms.TextBox textBox17; + private System.Windows.Forms.Label label16; + private System.Windows.Forms.Button button18; + private System.Windows.Forms.CheckBox checkBox22; + private System.Windows.Forms.TextBox textBox18; + private System.Windows.Forms.Label label17; + private System.Windows.Forms.Button button19; + private System.Windows.Forms.CheckBox checkBox23; + private System.Windows.Forms.GroupBox groupBox6; + private System.Windows.Forms.CheckBox checkBox24; + private System.Windows.Forms.TextBox textBox19; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.Button button20; + private System.Windows.Forms.CheckBox checkBox25; + private System.Windows.Forms.TextBox textBox20; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.Button button21; + private System.Windows.Forms.CheckBox checkBox26; + private System.Windows.Forms.TextBox textBox21; + private System.Windows.Forms.Label label20; + private System.Windows.Forms.Button button22; + private System.Windows.Forms.CheckBox checkBox27; + private System.Windows.Forms.TextBox textBox22; + private System.Windows.Forms.Label label21; + private System.Windows.Forms.Button button23; + private System.Windows.Forms.CheckBox checkBox28; + } +} \ No newline at end of file diff --git a/BizHawk.MultiClient/config/PathConfig.cs b/BizHawk.MultiClient/config/PathConfig.cs new file mode 100644 index 0000000000..c67b8d23fe --- /dev/null +++ b/BizHawk.MultiClient/config/PathConfig.cs @@ -0,0 +1,40 @@ +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 PathConfig : Form + { + public PathConfig() + { + InitializeComponent(); + } + + private void PathConfig_Load(object sender, EventArgs e) + { + + } + + private void SaveSettings() + { + + } + + private void Cancel_Click(object sender, EventArgs e) + { + this.Close(); + } + + private void OK_Click(object sender, EventArgs e) + { + SaveSettings(); + this.Close(); + } + } +} diff --git a/BizHawk.MultiClient/config/PathConfig.resx b/BizHawk.MultiClient/config/PathConfig.resx new file mode 100644 index 0000000000..ff31a6db56 --- /dev/null +++ b/BizHawk.MultiClient/config/PathConfig.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