From 856227632061c24f71d30a1f2dd72ba356c9db7c Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 8 Nov 2013 18:43:24 +0000 Subject: [PATCH] Change the default Position property of every winform from windows default to center parent --- .../AVOut/FFmpegWriterForm.Designer.cs | 247 +- .../AVOut/GifWriterForm.Designer.cs | 197 +- .../AVOut/JMDForm.Designer.cs | 269 +- .../AVOut/VideoWriterChooserForm.Designer.cs | 369 +- BizHawk.Client.EmuHawk/AboutBox.Designer.cs | 413 +- BizHawk.Client.EmuHawk/AboutBox.resx | 2395 ++++--- .../ArchiveChooser.Designer.cs | 173 +- BizHawk.Client.EmuHawk/BizBox.Designer.cs | 1185 ++-- BizHawk.Client.EmuHawk/LogWindow.Designer.cs | 215 +- .../NameStateForm.Designer.cs | 123 +- .../config/AutofireConfig.Designer.cs | 245 +- .../config/ControllerConfig.Designer.cs | 379 +- .../config/FirmwaresConfig.Designer.cs | 429 +- .../config/FirmwaresConfig.resx | 6 +- .../config/FirmwaresConfigInfo.Designer.cs | 298 +- .../config/GifAnimator.Designer.cs | 247 +- .../config/HotkeyConfig.Designer.cs | 5 +- .../config/MessageConfig.Designer.cs | 1285 ++-- .../config/PathConfig.Designer.cs | 313 +- .../config/PathInfo.Designer.cs | 336 +- .../config/RewindConfig.Designer.cs | 121 +- .../config/SoundConfig.Designer.cs | 295 +- .../movie/EditCommentsForm.Designer.cs | 141 +- .../movie/EditSubtitlesForm.Designer.cs | 233 +- .../movie/PlayMovie.Designer.cs | 543 +- .../movie/RecordMovie.Designer.cs | 317 +- .../movie/SubtitleMaker.Designer.cs | 371 +- .../tools/GB/CGBColorChooserForm.Designer.cs | 321 +- .../tools/GB/ColorChooserForm.Designer.cs | 639 +- .../tools/GB/DualGBXMLCreator.Designer.cs | 345 +- .../tools/GB/GBGPUView.Designer.cs | 1 + .../tools/GB/GBGameGenie.Designer.cs | 964 +-- .../tools/GB/GBGameGenie.cs | 5 + .../tools/GBA/GBAGPUView.Designer.cs | 1 + .../tools/GBA/MobileBmpView.Designer.cs | 47 +- .../tools/GBA/MobileDetailView.Designer.cs | 119 +- .../tools/Genesis/GenGameGenie.Designer.cs | 505 +- .../tools/HexEditor/HexColor.Designer.cs | 321 +- .../tools/HexEditor/HexEditor.Designer.cs | 1087 +-- .../tools/HexEditor/HexFind.Designer.cs | 155 +- .../tools/InputPrompt.Designer.cs | 131 +- .../tools/Lua/LuaConsole.Designer.cs | 1323 ++-- .../tools/Lua/LuaFunctionsForm.Designer.cs | 143 +- .../LuaRegisteredFunctionsList.Designer.cs | 239 +- .../tools/Lua/LuaWinform.Designer.cs | 27 +- .../tools/Lua/LuaWriter.Designer.cs | 642 +- .../Lua/LuaWriterColorConfig.Designer.cs | 585 +- .../N64/N64VideoPluginconfig.Designer.cs | 5867 +++++++++-------- .../tools/NES/NESDebugger.Designer.cs | 3 +- .../tools/NES/NESGameGenie.Designer.cs | 1 + .../tools/NES/NESGraphicsConfig.Designer.cs | 791 +-- .../tools/NES/NESNameTableViewer.Designer.cs | 1 + .../tools/NES/NESPPU.Designer.cs | 1 + .../tools/NES/NESSoundConfig.Designer.cs | 427 +- .../tools/PCE/PCEBGViewer.Designer.cs | 1 + .../tools/PCE/PCEGraphicsConfig.Designer.cs | 233 +- .../tools/SMS/SMSGraphicsConfig.Designer.cs | 171 +- .../tools/SNES/SNESGameGenie.Designer.cs | 894 +-- .../SNES/SNESGraphicsDebugger.Designer.cs | 1 + .../tools/SNES/SNESOptions.Designer.cs | 251 +- .../tools/Saturn/SaturnPrefs.Designer.cs | 351 +- .../tools/TAStudio.Designer.cs | 1308 ++-- .../tools/TI83/TI83KeyPad.Designer.cs | 3784 +++++------ .../tools/ToolBox.Designer.cs | 399 +- .../tools/TraceLogger.Designer.cs | 544 +- .../VirtualPads/VirtualPadForm.Designer.cs | 23 +- .../tools/Watch/RamPoke.Designer.cs | 415 +- .../tools/Watch/RamSearch.Designer.cs | 2571 ++++---- .../tools/Watch/RamWatch.Designer.cs | 1691 ++--- .../tools/Watch/WatchEditor.Designer.cs | 345 +- 70 files changed, 19456 insertions(+), 19367 deletions(-) diff --git a/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.Designer.cs b/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.Designer.cs index b2d5f5b1b0..7b4ca3ca5b 100644 --- a/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/AVOut/FFmpegWriterForm.Designer.cs @@ -28,132 +28,133 @@ /// private void InitializeComponent() { - this.label1 = new System.Windows.Forms.Label(); - this.listBox1 = new System.Windows.Forms.ListBox(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.button1 = new System.Windows.Forms.Button(); - this.button2 = new System.Windows.Forms.Button(); - this.label5 = new System.Windows.Forms.Label(); - this.SuspendLayout(); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(5, 5); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(47, 13); - this.label1.TabIndex = 0; - this.label1.Text = "Formats:"; - // - // listBox1 - // - this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.label1 = new System.Windows.Forms.Label(); + this.listBox1 = new System.Windows.Forms.ListBox(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); + this.label5 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(5, 5); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(47, 13); + this.label1.TabIndex = 0; + this.label1.Text = "Formats:"; + // + // listBox1 + // + this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.listBox1.FormattingEnabled = true; - this.listBox1.Location = new System.Drawing.Point(5, 23); - this.listBox1.Name = "listBox1"; - this.listBox1.Size = new System.Drawing.Size(275, 147); - this.listBox1.TabIndex = 1; - this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); - // - // label2 - // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(7, 176); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(63, 13); - this.label2.TabIndex = 2; - this.label2.Text = "Description:"; - // - // label3 - // - this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(6, 193); - this.label3.MaximumSize = new System.Drawing.Size(260, 0); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(0, 13); - this.label3.TabIndex = 3; - // - // label4 - // - this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(10, 255); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(57, 13); - this.label4.TabIndex = 4; - this.label4.Text = "Command:"; - // - // textBox1 - // - this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + this.listBox1.FormattingEnabled = true; + this.listBox1.Location = new System.Drawing.Point(5, 23); + this.listBox1.Name = "listBox1"; + this.listBox1.Size = new System.Drawing.Size(275, 147); + this.listBox1.TabIndex = 1; + this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); + // + // label2 + // + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(7, 176); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(63, 13); + this.label2.TabIndex = 2; + this.label2.Text = "Description:"; + // + // label3 + // + this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(6, 193); + this.label3.MaximumSize = new System.Drawing.Size(260, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(0, 13); + this.label3.TabIndex = 3; + // + // label4 + // + this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(10, 255); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(57, 13); + this.label4.TabIndex = 4; + this.label4.Text = "Command:"; + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox1.Location = new System.Drawing.Point(8, 273); - this.textBox1.Name = "textBox1"; - this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(272, 20); - this.textBox1.TabIndex = 5; - // - // button1 - // - this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; - this.button1.Location = new System.Drawing.Point(65, 314); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 6; - this.button1.Text = "OK"; - this.button1.UseVisualStyleBackColor = true; - // - // button2 - // - this.button2.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.button2.Location = new System.Drawing.Point(146, 314); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(75, 23); - this.button2.TabIndex = 7; - this.button2.Text = "Cancel"; - this.button2.UseVisualStyleBackColor = true; - // - // label5 - // - this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(159, 176); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(56, 13); - this.label5.TabIndex = 8; - this.label5.Text = "Extension:"; - // - // FFmpegWriterForm - // - this.AcceptButton = this.button1; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.button2; - this.ClientSize = new System.Drawing.Size(292, 349); - this.Controls.Add(this.label5); - this.Controls.Add(this.button2); - this.Controls.Add(this.button1); - this.Controls.Add(this.textBox1); - this.Controls.Add(this.label4); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.listBox1); - this.Controls.Add(this.label1); - this.MinimumSize = new System.Drawing.Size(300, 360); - this.Name = "FFmpegWriterForm"; - this.ShowIcon = false; - this.Text = "Choose Video Format"; - this.ResumeLayout(false); - this.PerformLayout(); + this.textBox1.Location = new System.Drawing.Point(8, 273); + this.textBox1.Name = "textBox1"; + this.textBox1.ReadOnly = true; + this.textBox1.Size = new System.Drawing.Size(272, 20); + this.textBox1.TabIndex = 5; + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; + this.button1.Location = new System.Drawing.Point(124, 314); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 6; + this.button1.Text = "OK"; + this.button1.UseVisualStyleBackColor = true; + // + // button2 + // + this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.button2.Location = new System.Drawing.Point(205, 314); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(75, 23); + this.button2.TabIndex = 7; + this.button2.Text = "Cancel"; + this.button2.UseVisualStyleBackColor = true; + // + // label5 + // + this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(159, 176); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(56, 13); + this.label5.TabIndex = 8; + this.label5.Text = "Extension:"; + // + // FFmpegWriterForm + // + this.AcceptButton = this.button1; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.button2; + this.ClientSize = new System.Drawing.Size(292, 349); + this.Controls.Add(this.label5); + this.Controls.Add(this.button2); + this.Controls.Add(this.button1); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.label4); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.listBox1); + this.Controls.Add(this.label1); + this.MinimumSize = new System.Drawing.Size(300, 360); + this.Name = "FFmpegWriterForm"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Choose Video Format"; + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.Designer.cs b/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.Designer.cs index 5a10161edc..1e700d16d7 100644 --- a/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/AVOut/GifWriterForm.Designer.cs @@ -28,112 +28,113 @@ /// private void InitializeComponent() { - this.button1 = new System.Windows.Forms.Button(); - this.button2 = new System.Windows.Forms.Button(); - this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); - this.label3 = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); - this.SuspendLayout(); - // - // button1 - // - this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; - this.button1.Location = new System.Drawing.Point(78, 100); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 0; - this.button1.Text = "OK"; - this.button1.UseVisualStyleBackColor = true; - // - // button2 - // - this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.button2.Location = new System.Drawing.Point(159, 100); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(75, 23); - this.button2.TabIndex = 1; - this.button2.Text = "Cancel"; - this.button2.UseVisualStyleBackColor = true; - // - // numericUpDown1 - // - this.numericUpDown1.Location = new System.Drawing.Point(12, 25); - this.numericUpDown1.Maximum = new decimal(new int[] { + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); + this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); + this.label3 = new System.Windows.Forms.Label(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; + this.button1.Location = new System.Drawing.Point(78, 100); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 0; + this.button1.Text = "OK"; + this.button1.UseVisualStyleBackColor = true; + // + // button2 + // + this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.button2.Location = new System.Drawing.Point(159, 100); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(75, 23); + this.button2.TabIndex = 1; + this.button2.Text = "Cancel"; + this.button2.UseVisualStyleBackColor = true; + // + // numericUpDown1 + // + this.numericUpDown1.Location = new System.Drawing.Point(12, 25); + this.numericUpDown1.Maximum = new decimal(new int[] { 999, 0, 0, 0}); - this.numericUpDown1.Name = "numericUpDown1"; - this.numericUpDown1.Size = new System.Drawing.Size(96, 20); - this.numericUpDown1.TabIndex = 2; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(12, 9); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(232, 13); - this.label1.TabIndex = 3; - this.label1.Text = "Number of frames to skip for each frame written:"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(12, 48); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(67, 13); - this.label2.TabIndex = 4; - this.label2.Text = "Frame delay:"; - // - // numericUpDown2 - // - this.numericUpDown2.Location = new System.Drawing.Point(12, 64); - this.numericUpDown2.Minimum = new decimal(new int[] { + this.numericUpDown1.Name = "numericUpDown1"; + this.numericUpDown1.Size = new System.Drawing.Size(96, 20); + this.numericUpDown1.TabIndex = 2; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(12, 9); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(232, 13); + this.label1.TabIndex = 3; + this.label1.Text = "Number of frames to skip for each frame written:"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(12, 48); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(67, 13); + this.label2.TabIndex = 4; + this.label2.Text = "Frame delay:"; + // + // numericUpDown2 + // + this.numericUpDown2.Location = new System.Drawing.Point(12, 64); + this.numericUpDown2.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); - this.numericUpDown2.Name = "numericUpDown2"; - this.numericUpDown2.Size = new System.Drawing.Size(96, 20); - this.numericUpDown2.TabIndex = 5; - this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged); - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(118, 66); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(35, 13); - this.label3.TabIndex = 6; - this.label3.Text = "label3"; - // - // GifWriterForm - // - this.AcceptButton = this.button1; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.button2; - this.ClientSize = new System.Drawing.Size(246, 135); - this.Controls.Add(this.label3); - this.Controls.Add(this.numericUpDown2); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.numericUpDown1); - this.Controls.Add(this.button2); - this.Controls.Add(this.button1); - this.Name = "GifWriterForm"; - this.ShowIcon = false; - this.Text = "GIF Writer Options"; - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + this.numericUpDown2.Name = "numericUpDown2"; + this.numericUpDown2.Size = new System.Drawing.Size(96, 20); + this.numericUpDown2.TabIndex = 5; + this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged); + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(118, 66); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(35, 13); + this.label3.TabIndex = 6; + this.label3.Text = "label3"; + // + // GifWriterForm + // + this.AcceptButton = this.button1; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.button2; + this.ClientSize = new System.Drawing.Size(246, 135); + this.Controls.Add(this.label3); + this.Controls.Add(this.numericUpDown2); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.numericUpDown1); + this.Controls.Add(this.button2); + this.Controls.Add(this.button1); + this.Name = "GifWriterForm"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "GIF Writer Options"; + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/AVOut/JMDForm.Designer.cs b/BizHawk.Client.EmuHawk/AVOut/JMDForm.Designer.cs index 3bd3354d6f..10f15895ed 100644 --- a/BizHawk.Client.EmuHawk/AVOut/JMDForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/AVOut/JMDForm.Designer.cs @@ -28,140 +28,141 @@ /// private void InitializeComponent() { - this.okButton = new System.Windows.Forms.Button(); - this.threadsBar = new System.Windows.Forms.TrackBar(); - this.compressionBar = new System.Windows.Forms.TrackBar(); - this.threadLeft = new System.Windows.Forms.Label(); - this.threadRight = new System.Windows.Forms.Label(); - this.compressionLeft = new System.Windows.Forms.Label(); - this.compressionRight = new System.Windows.Forms.Label(); - this.threadTop = new System.Windows.Forms.Label(); - this.compressionTop = new System.Windows.Forms.Label(); - this.cancelButton = new System.Windows.Forms.Button(); - ((System.ComponentModel.ISupportInitialize)(this.threadsBar)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.compressionBar)).BeginInit(); - this.SuspendLayout(); - // - // okButton - // - this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; - this.okButton.Location = new System.Drawing.Point(115, 147); - this.okButton.Name = "okButton"; - this.okButton.Size = new System.Drawing.Size(70, 23); - this.okButton.TabIndex = 0; - this.okButton.Text = "OK"; - this.okButton.UseVisualStyleBackColor = true; - this.okButton.Click += new System.EventHandler(this.okButton_Click); - // - // threadsBar - // - this.threadsBar.Location = new System.Drawing.Point(56, 25); - this.threadsBar.Name = "threadsBar"; - this.threadsBar.Size = new System.Drawing.Size(104, 45); - this.threadsBar.TabIndex = 5; - this.threadsBar.Scroll += new System.EventHandler(this.threadsBar_Scroll); - // - // compressionBar - // - this.compressionBar.Location = new System.Drawing.Point(56, 86); - this.compressionBar.Name = "compressionBar"; - this.compressionBar.Size = new System.Drawing.Size(104, 45); - this.compressionBar.TabIndex = 9; - this.compressionBar.Scroll += new System.EventHandler(this.compressionBar_Scroll); - // - // threadLeft - // - this.threadLeft.AutoSize = true; - this.threadLeft.Location = new System.Drawing.Point(15, 25); - this.threadLeft.Name = "threadLeft"; - this.threadLeft.Size = new System.Drawing.Size(35, 13); - this.threadLeft.TabIndex = 2; - this.threadLeft.Text = "label1"; - // - // threadRight - // - this.threadRight.AutoSize = true; - this.threadRight.Location = new System.Drawing.Point(166, 25); - this.threadRight.Name = "threadRight"; - this.threadRight.Size = new System.Drawing.Size(35, 13); - this.threadRight.TabIndex = 4; - this.threadRight.Text = "label2"; - // - // compressionLeft - // - this.compressionLeft.AutoSize = true; - this.compressionLeft.Location = new System.Drawing.Point(15, 96); - this.compressionLeft.Name = "compressionLeft"; - this.compressionLeft.Size = new System.Drawing.Size(35, 13); - this.compressionLeft.TabIndex = 6; - this.compressionLeft.Text = "label3"; - // - // compressionRight - // - this.compressionRight.AutoSize = true; - this.compressionRight.Location = new System.Drawing.Point(166, 96); - this.compressionRight.Name = "compressionRight"; - this.compressionRight.Size = new System.Drawing.Size(35, 13); - this.compressionRight.TabIndex = 8; - this.compressionRight.Text = "label4"; - // - // threadTop - // - this.threadTop.AutoSize = true; - this.threadTop.Location = new System.Drawing.Point(62, 9); - this.threadTop.Name = "threadTop"; - this.threadTop.Size = new System.Drawing.Size(98, 13); - this.threadTop.TabIndex = 3; - this.threadTop.Text = "Number of Threads"; - this.threadTop.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // compressionTop - // - this.compressionTop.AutoSize = true; - this.compressionTop.Location = new System.Drawing.Point(64, 70); - this.compressionTop.Name = "compressionTop"; - this.compressionTop.Size = new System.Drawing.Size(96, 13); - this.compressionTop.TabIndex = 7; - this.compressionTop.Text = "Compression Level"; - this.compressionTop.TextAlign = System.Drawing.ContentAlignment.TopCenter; - // - // cancelButton - // - this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.cancelButton.Location = new System.Drawing.Point(191, 147); - this.cancelButton.Name = "cancelButton"; - this.cancelButton.Size = new System.Drawing.Size(70, 23); - this.cancelButton.TabIndex = 1; - this.cancelButton.Text = "Cancel"; - this.cancelButton.UseVisualStyleBackColor = true; - this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); - // - // JMDForm - // - this.AcceptButton = this.okButton; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.cancelButton; - this.ClientSize = new System.Drawing.Size(273, 182); - this.Controls.Add(this.cancelButton); - this.Controls.Add(this.compressionTop); - this.Controls.Add(this.threadTop); - this.Controls.Add(this.compressionRight); - this.Controls.Add(this.compressionLeft); - this.Controls.Add(this.threadRight); - this.Controls.Add(this.threadLeft); - this.Controls.Add(this.compressionBar); - this.Controls.Add(this.threadsBar); - this.Controls.Add(this.okButton); - this.Name = "JMDForm"; - this.ShowIcon = false; - this.Text = "JMD Compression Options"; - ((System.ComponentModel.ISupportInitialize)(this.threadsBar)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.compressionBar)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + this.okButton = new System.Windows.Forms.Button(); + this.threadsBar = new System.Windows.Forms.TrackBar(); + this.compressionBar = new System.Windows.Forms.TrackBar(); + this.threadLeft = new System.Windows.Forms.Label(); + this.threadRight = new System.Windows.Forms.Label(); + this.compressionLeft = new System.Windows.Forms.Label(); + this.compressionRight = new System.Windows.Forms.Label(); + this.threadTop = new System.Windows.Forms.Label(); + this.compressionTop = new System.Windows.Forms.Label(); + this.cancelButton = new System.Windows.Forms.Button(); + ((System.ComponentModel.ISupportInitialize)(this.threadsBar)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.compressionBar)).BeginInit(); + this.SuspendLayout(); + // + // okButton + // + this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; + this.okButton.Location = new System.Drawing.Point(115, 147); + this.okButton.Name = "okButton"; + this.okButton.Size = new System.Drawing.Size(70, 23); + this.okButton.TabIndex = 0; + this.okButton.Text = "OK"; + this.okButton.UseVisualStyleBackColor = true; + this.okButton.Click += new System.EventHandler(this.okButton_Click); + // + // threadsBar + // + this.threadsBar.Location = new System.Drawing.Point(56, 25); + this.threadsBar.Name = "threadsBar"; + this.threadsBar.Size = new System.Drawing.Size(104, 45); + this.threadsBar.TabIndex = 5; + this.threadsBar.Scroll += new System.EventHandler(this.threadsBar_Scroll); + // + // compressionBar + // + this.compressionBar.Location = new System.Drawing.Point(56, 86); + this.compressionBar.Name = "compressionBar"; + this.compressionBar.Size = new System.Drawing.Size(104, 45); + this.compressionBar.TabIndex = 9; + this.compressionBar.Scroll += new System.EventHandler(this.compressionBar_Scroll); + // + // threadLeft + // + this.threadLeft.AutoSize = true; + this.threadLeft.Location = new System.Drawing.Point(15, 25); + this.threadLeft.Name = "threadLeft"; + this.threadLeft.Size = new System.Drawing.Size(35, 13); + this.threadLeft.TabIndex = 2; + this.threadLeft.Text = "label1"; + // + // threadRight + // + this.threadRight.AutoSize = true; + this.threadRight.Location = new System.Drawing.Point(166, 25); + this.threadRight.Name = "threadRight"; + this.threadRight.Size = new System.Drawing.Size(35, 13); + this.threadRight.TabIndex = 4; + this.threadRight.Text = "label2"; + // + // compressionLeft + // + this.compressionLeft.AutoSize = true; + this.compressionLeft.Location = new System.Drawing.Point(15, 96); + this.compressionLeft.Name = "compressionLeft"; + this.compressionLeft.Size = new System.Drawing.Size(35, 13); + this.compressionLeft.TabIndex = 6; + this.compressionLeft.Text = "label3"; + // + // compressionRight + // + this.compressionRight.AutoSize = true; + this.compressionRight.Location = new System.Drawing.Point(166, 96); + this.compressionRight.Name = "compressionRight"; + this.compressionRight.Size = new System.Drawing.Size(35, 13); + this.compressionRight.TabIndex = 8; + this.compressionRight.Text = "label4"; + // + // threadTop + // + this.threadTop.AutoSize = true; + this.threadTop.Location = new System.Drawing.Point(62, 9); + this.threadTop.Name = "threadTop"; + this.threadTop.Size = new System.Drawing.Size(98, 13); + this.threadTop.TabIndex = 3; + this.threadTop.Text = "Number of Threads"; + this.threadTop.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // compressionTop + // + this.compressionTop.AutoSize = true; + this.compressionTop.Location = new System.Drawing.Point(64, 70); + this.compressionTop.Name = "compressionTop"; + this.compressionTop.Size = new System.Drawing.Size(96, 13); + this.compressionTop.TabIndex = 7; + this.compressionTop.Text = "Compression Level"; + this.compressionTop.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // cancelButton + // + this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.cancelButton.Location = new System.Drawing.Point(191, 147); + this.cancelButton.Name = "cancelButton"; + this.cancelButton.Size = new System.Drawing.Size(70, 23); + this.cancelButton.TabIndex = 1; + this.cancelButton.Text = "Cancel"; + this.cancelButton.UseVisualStyleBackColor = true; + this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); + // + // JMDForm + // + this.AcceptButton = this.okButton; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.cancelButton; + this.ClientSize = new System.Drawing.Size(273, 182); + this.Controls.Add(this.cancelButton); + this.Controls.Add(this.compressionTop); + this.Controls.Add(this.threadTop); + this.Controls.Add(this.compressionRight); + this.Controls.Add(this.compressionLeft); + this.Controls.Add(this.threadRight); + this.Controls.Add(this.threadLeft); + this.Controls.Add(this.compressionBar); + this.Controls.Add(this.threadsBar); + this.Controls.Add(this.okButton); + this.Name = "JMDForm"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "JMD Compression Options"; + ((System.ComponentModel.ISupportInitialize)(this.threadsBar)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.compressionBar)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs b/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs index 3071f2a01f..8ff72bdbab 100644 --- a/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs @@ -28,190 +28,191 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VideoWriterChooserForm)); - this.checkBoxResize = new System.Windows.Forms.CheckBox(); - this.listBox1 = new System.Windows.Forms.ListBox(); - this.buttonOK = new System.Windows.Forms.Button(); - this.buttonCancel = new System.Windows.Forms.Button(); - this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); - this.labelDescription = new System.Windows.Forms.Label(); - this.labelDescriptionBody = new System.Windows.Forms.Label(); - this.numericTextBoxW = new NumericTextBox(); - this.numericTextBoxH = new NumericTextBox(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.buttonAuto = new System.Windows.Forms.Button(); - this.panelSizeSelect = new System.Windows.Forms.Panel(); - this.tableLayoutPanel4.SuspendLayout(); - this.panelSizeSelect.SuspendLayout(); - this.SuspendLayout(); - // - // checkBoxResize - // - this.checkBoxResize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.checkBoxResize.AutoSize = true; - this.checkBoxResize.Location = new System.Drawing.Point(347, 12); - this.checkBoxResize.Name = "checkBoxResize"; - this.checkBoxResize.Size = new System.Drawing.Size(88, 17); - this.checkBoxResize.TabIndex = 9; - this.checkBoxResize.Text = "Resize Video"; - this.checkBoxResize.UseVisualStyleBackColor = true; - this.checkBoxResize.CheckedChanged += new System.EventHandler(this.checkBoxResize_CheckedChanged); - // - // listBox1 - // - this.listBox1.FormattingEnabled = true; - this.listBox1.IntegralHeight = false; - this.listBox1.Location = new System.Drawing.Point(12, 12); - this.listBox1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); - this.listBox1.Name = "listBox1"; - this.listBox1.Size = new System.Drawing.Size(329, 202); - this.listBox1.TabIndex = 0; - this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); - // - // buttonOK - // - this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; - this.buttonOK.Location = new System.Drawing.Point(373, 405); - this.buttonOK.Name = "buttonOK"; - this.buttonOK.Size = new System.Drawing.Size(65, 23); - this.buttonOK.TabIndex = 1; - this.buttonOK.Text = "OK"; - this.buttonOK.UseVisualStyleBackColor = true; - this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); - // - // buttonCancel - // - this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.buttonCancel.Location = new System.Drawing.Point(444, 405); - this.buttonCancel.Name = "buttonCancel"; - this.buttonCancel.Size = new System.Drawing.Size(65, 23); - this.buttonCancel.TabIndex = 2; - this.buttonCancel.Text = "Cancel"; - this.buttonCancel.UseVisualStyleBackColor = true; - // - // tableLayoutPanel4 - // - this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.tableLayoutPanel4.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; - this.tableLayoutPanel4.ColumnCount = 1; - this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel4.Controls.Add(this.labelDescription, 0, 0); - this.tableLayoutPanel4.Controls.Add(this.labelDescriptionBody, 0, 1); - this.tableLayoutPanel4.Location = new System.Drawing.Point(12, 220); - this.tableLayoutPanel4.Name = "tableLayoutPanel4"; - this.tableLayoutPanel4.RowCount = 2; - this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel4.Size = new System.Drawing.Size(329, 208); - this.tableLayoutPanel4.TabIndex = 8; - // - // labelDescription - // - this.labelDescription.AutoSize = true; - this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelDescription.Location = new System.Drawing.Point(5, 2); - this.labelDescription.Name = "labelDescription"; - this.labelDescription.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3); - this.labelDescription.Size = new System.Drawing.Size(319, 19); - this.labelDescription.TabIndex = 3; - this.labelDescription.Text = "Description:"; - // - // labelDescriptionBody - // - this.labelDescriptionBody.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelDescriptionBody.Location = new System.Drawing.Point(5, 23); - this.labelDescriptionBody.Name = "labelDescriptionBody"; - this.labelDescriptionBody.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3); - this.labelDescriptionBody.Size = new System.Drawing.Size(319, 183); - this.labelDescriptionBody.TabIndex = 6; - this.labelDescriptionBody.Text = resources.GetString("labelDescriptionBody.Text"); - // - // numericTextBoxW - // - this.numericTextBoxW.AllowDecimal = false; - this.numericTextBoxW.AllowNegative = false; - this.numericTextBoxW.AllowSpace = false; - this.numericTextBoxW.Location = new System.Drawing.Point(0, 16); - this.numericTextBoxW.Name = "numericTextBoxW"; - this.numericTextBoxW.Size = new System.Drawing.Size(70, 20); - this.numericTextBoxW.TabIndex = 10; - // - // numericTextBoxH - // - this.numericTextBoxH.AllowDecimal = false; - this.numericTextBoxH.AllowNegative = false; - this.numericTextBoxH.AllowSpace = false; - this.numericTextBoxH.Location = new System.Drawing.Point(92, 16); - this.numericTextBoxH.Name = "numericTextBoxH"; - this.numericTextBoxH.Size = new System.Drawing.Size(70, 20); - this.numericTextBoxH.TabIndex = 11; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(74, 23); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(14, 13); - this.label3.TabIndex = 12; - this.label3.Text = "X"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(3, 0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(30, 13); - this.label4.TabIndex = 13; - this.label4.Text = "Size:"; - // - // buttonAuto - // - this.buttonAuto.Location = new System.Drawing.Point(0, 42); - this.buttonAuto.Name = "buttonAuto"; - this.buttonAuto.Size = new System.Drawing.Size(162, 23); - this.buttonAuto.TabIndex = 14; - this.buttonAuto.Text = "Autodetect Size"; - this.buttonAuto.UseVisualStyleBackColor = true; - this.buttonAuto.Click += new System.EventHandler(this.buttonAuto_Click); - // - // panelSizeSelect - // - this.panelSizeSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.panelSizeSelect.Controls.Add(this.label4); - this.panelSizeSelect.Controls.Add(this.buttonAuto); - this.panelSizeSelect.Controls.Add(this.numericTextBoxW); - this.panelSizeSelect.Controls.Add(this.numericTextBoxH); - this.panelSizeSelect.Controls.Add(this.label3); - this.panelSizeSelect.Location = new System.Drawing.Point(347, 35); - this.panelSizeSelect.Name = "panelSizeSelect"; - this.panelSizeSelect.Size = new System.Drawing.Size(162, 83); - this.panelSizeSelect.TabIndex = 15; - // - // VideoWriterChooserForm - // - this.AcceptButton = this.buttonOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.buttonCancel; - this.ClientSize = new System.Drawing.Size(521, 440); - this.Controls.Add(this.panelSizeSelect); - this.Controls.Add(this.tableLayoutPanel4); - this.Controls.Add(this.listBox1); - this.Controls.Add(this.buttonOK); - this.Controls.Add(this.buttonCancel); - this.Controls.Add(this.checkBoxResize); - this.Name = "VideoWriterChooserForm"; - this.ShowIcon = false; - this.Text = "Choose A\\V Writer"; - this.tableLayoutPanel4.ResumeLayout(false); - this.tableLayoutPanel4.PerformLayout(); - this.panelSizeSelect.ResumeLayout(false); - this.panelSizeSelect.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VideoWriterChooserForm)); + this.checkBoxResize = new System.Windows.Forms.CheckBox(); + this.listBox1 = new System.Windows.Forms.ListBox(); + this.buttonOK = new System.Windows.Forms.Button(); + this.buttonCancel = new System.Windows.Forms.Button(); + this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); + this.labelDescription = new System.Windows.Forms.Label(); + this.labelDescriptionBody = new System.Windows.Forms.Label(); + this.numericTextBoxW = new BizHawk.Client.EmuHawk.NumericTextBox(); + this.numericTextBoxH = new BizHawk.Client.EmuHawk.NumericTextBox(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.buttonAuto = new System.Windows.Forms.Button(); + this.panelSizeSelect = new System.Windows.Forms.Panel(); + this.tableLayoutPanel4.SuspendLayout(); + this.panelSizeSelect.SuspendLayout(); + this.SuspendLayout(); + // + // checkBoxResize + // + this.checkBoxResize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.checkBoxResize.AutoSize = true; + this.checkBoxResize.Location = new System.Drawing.Point(347, 12); + this.checkBoxResize.Name = "checkBoxResize"; + this.checkBoxResize.Size = new System.Drawing.Size(88, 17); + this.checkBoxResize.TabIndex = 9; + this.checkBoxResize.Text = "Resize Video"; + this.checkBoxResize.UseVisualStyleBackColor = true; + this.checkBoxResize.CheckedChanged += new System.EventHandler(this.checkBoxResize_CheckedChanged); + // + // listBox1 + // + this.listBox1.FormattingEnabled = true; + this.listBox1.IntegralHeight = false; + this.listBox1.Location = new System.Drawing.Point(12, 12); + this.listBox1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); + this.listBox1.Name = "listBox1"; + this.listBox1.Size = new System.Drawing.Size(329, 202); + this.listBox1.TabIndex = 0; + this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); + // + // buttonOK + // + this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; + this.buttonOK.Location = new System.Drawing.Point(373, 405); + this.buttonOK.Name = "buttonOK"; + this.buttonOK.Size = new System.Drawing.Size(65, 23); + this.buttonOK.TabIndex = 1; + this.buttonOK.Text = "OK"; + this.buttonOK.UseVisualStyleBackColor = true; + this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); + // + // buttonCancel + // + this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.buttonCancel.Location = new System.Drawing.Point(444, 405); + this.buttonCancel.Name = "buttonCancel"; + this.buttonCancel.Size = new System.Drawing.Size(65, 23); + this.buttonCancel.TabIndex = 2; + this.buttonCancel.Text = "Cancel"; + this.buttonCancel.UseVisualStyleBackColor = true; + // + // tableLayoutPanel4 + // + this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.tableLayoutPanel4.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; + this.tableLayoutPanel4.ColumnCount = 1; + this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel4.Controls.Add(this.labelDescription, 0, 0); + this.tableLayoutPanel4.Controls.Add(this.labelDescriptionBody, 0, 1); + this.tableLayoutPanel4.Location = new System.Drawing.Point(12, 220); + this.tableLayoutPanel4.Name = "tableLayoutPanel4"; + this.tableLayoutPanel4.RowCount = 2; + this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel4.Size = new System.Drawing.Size(329, 208); + this.tableLayoutPanel4.TabIndex = 8; + // + // labelDescription + // + this.labelDescription.AutoSize = true; + this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDescription.Location = new System.Drawing.Point(5, 2); + this.labelDescription.Name = "labelDescription"; + this.labelDescription.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3); + this.labelDescription.Size = new System.Drawing.Size(319, 19); + this.labelDescription.TabIndex = 3; + this.labelDescription.Text = "Description:"; + // + // labelDescriptionBody + // + this.labelDescriptionBody.Dock = System.Windows.Forms.DockStyle.Fill; + this.labelDescriptionBody.Location = new System.Drawing.Point(5, 23); + this.labelDescriptionBody.Name = "labelDescriptionBody"; + this.labelDescriptionBody.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3); + this.labelDescriptionBody.Size = new System.Drawing.Size(319, 183); + this.labelDescriptionBody.TabIndex = 6; + this.labelDescriptionBody.Text = resources.GetString("labelDescriptionBody.Text"); + // + // numericTextBoxW + // + this.numericTextBoxW.AllowDecimal = false; + this.numericTextBoxW.AllowNegative = false; + this.numericTextBoxW.AllowSpace = false; + this.numericTextBoxW.Location = new System.Drawing.Point(0, 16); + this.numericTextBoxW.Name = "numericTextBoxW"; + this.numericTextBoxW.Size = new System.Drawing.Size(70, 20); + this.numericTextBoxW.TabIndex = 10; + // + // numericTextBoxH + // + this.numericTextBoxH.AllowDecimal = false; + this.numericTextBoxH.AllowNegative = false; + this.numericTextBoxH.AllowSpace = false; + this.numericTextBoxH.Location = new System.Drawing.Point(92, 16); + this.numericTextBoxH.Name = "numericTextBoxH"; + this.numericTextBoxH.Size = new System.Drawing.Size(70, 20); + this.numericTextBoxH.TabIndex = 11; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(74, 23); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(14, 13); + this.label3.TabIndex = 12; + this.label3.Text = "X"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(3, 0); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(30, 13); + this.label4.TabIndex = 13; + this.label4.Text = "Size:"; + // + // buttonAuto + // + this.buttonAuto.Location = new System.Drawing.Point(0, 42); + this.buttonAuto.Name = "buttonAuto"; + this.buttonAuto.Size = new System.Drawing.Size(162, 23); + this.buttonAuto.TabIndex = 14; + this.buttonAuto.Text = "Autodetect Size"; + this.buttonAuto.UseVisualStyleBackColor = true; + this.buttonAuto.Click += new System.EventHandler(this.buttonAuto_Click); + // + // panelSizeSelect + // + this.panelSizeSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.panelSizeSelect.Controls.Add(this.label4); + this.panelSizeSelect.Controls.Add(this.buttonAuto); + this.panelSizeSelect.Controls.Add(this.numericTextBoxW); + this.panelSizeSelect.Controls.Add(this.numericTextBoxH); + this.panelSizeSelect.Controls.Add(this.label3); + this.panelSizeSelect.Location = new System.Drawing.Point(347, 35); + this.panelSizeSelect.Name = "panelSizeSelect"; + this.panelSizeSelect.Size = new System.Drawing.Size(162, 83); + this.panelSizeSelect.TabIndex = 15; + // + // VideoWriterChooserForm + // + this.AcceptButton = this.buttonOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.buttonCancel; + this.ClientSize = new System.Drawing.Size(521, 440); + this.Controls.Add(this.panelSizeSelect); + this.Controls.Add(this.tableLayoutPanel4); + this.Controls.Add(this.listBox1); + this.Controls.Add(this.buttonOK); + this.Controls.Add(this.buttonCancel); + this.Controls.Add(this.checkBoxResize); + this.Name = "VideoWriterChooserForm"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Choose A\\V Writer"; + this.tableLayoutPanel4.ResumeLayout(false); + this.tableLayoutPanel4.PerformLayout(); + this.panelSizeSelect.ResumeLayout(false); + this.panelSizeSelect.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/AboutBox.Designer.cs b/BizHawk.Client.EmuHawk/AboutBox.Designer.cs index b9288e6ccd..ef5b9cfddb 100644 --- a/BizHawk.Client.EmuHawk/AboutBox.Designer.cs +++ b/BizHawk.Client.EmuHawk/AboutBox.Designer.cs @@ -28,212 +28,213 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox)); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.timer1 = new System.Windows.Forms.Timer(this.components); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.HR = new HorizontalLine(); - this.label5 = new System.Windows.Forms.Label(); - this.mom2 = new System.Windows.Forms.PictureBox(); - this.pictureBox2 = new System.Windows.Forms.PictureBox(); - this.mom1 = new System.Windows.Forms.PictureBox(); - this.pictureBox4 = new System.Windows.Forms.PictureBox(); - this.pictureBox3 = new System.Windows.Forms.PictureBox(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.pictureBox5 = new MyViewportPanel(); - this.CloseBtn = new System.Windows.Forms.Button(); - ((System.ComponentModel.ISupportInitialize)(this.mom2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.mom1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.SuspendLayout(); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(0, -3); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(490, 108); - this.label1.TabIndex = 1; - this.label1.Text = "BIZHAWK"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.Location = new System.Drawing.Point(12, 311); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(291, 165); - this.label2.TabIndex = 2; - this.label2.Text = "EMULATES\r\nYOUR\r\nMOM"; - // - // timer1 - // - this.timer1.Enabled = true; - this.timer1.Interval = 50; - this.timer1.Tick += new System.EventHandler(this.timer1_Tick); - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(164, 423); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(311, 39); - this.label3.TabIndex = 3; - this.label3.Text = "COPYRITE 20011"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(338, 223); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(175, 48); - this.label4.TabIndex = 5; - this.label4.Text = "(LEVAR BURTON\r\nCAMEO)"; - // - // HR - // - this.HR.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.HR.Location = new System.Drawing.Point(349, 213); - this.HR.Name = "HR"; - this.HR.Size = new System.Drawing.Size(158, 2); - this.HR.TabIndex = 4; - this.HR.Text = "COPYRITE 2001"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label5.Location = new System.Drawing.Point(222, 369); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(104, 55); - this.label5.TabIndex = 8; - this.label5.Text = "--->"; - // - // mom2 - // - this.mom2.Image = ((System.Drawing.Image)(resources.GetObject("mom2.Image"))); - this.mom2.Location = new System.Drawing.Point(372, 274); - this.mom2.Name = "mom2"; - this.mom2.Size = new System.Drawing.Size(115, 150); - this.mom2.TabIndex = 6; - this.mom2.TabStop = false; - // - // pictureBox2 - // - this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); - this.pictureBox2.Location = new System.Drawing.Point(353, 97); - this.pictureBox2.Name = "pictureBox2"; - this.pictureBox2.Size = new System.Drawing.Size(122, 108); - this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.pictureBox2.TabIndex = 9; - this.pictureBox2.TabStop = false; - // - // mom1 - // - this.mom1.Image = ((System.Drawing.Image)(resources.GetObject("mom1.Image"))); - this.mom1.Location = new System.Drawing.Point(372, 274); - this.mom1.Name = "mom1"; - this.mom1.Size = new System.Drawing.Size(115, 150); - this.mom1.TabIndex = 7; - this.mom1.TabStop = false; - this.mom1.Visible = false; - // - // pictureBox4 - // - this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); - this.pictureBox4.Location = new System.Drawing.Point(21, 89); - this.pictureBox4.Name = "pictureBox4"; - this.pictureBox4.Size = new System.Drawing.Size(128, 128); - this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; - this.pictureBox4.TabIndex = 16; - this.pictureBox4.TabStop = false; - // - // pictureBox3 - // - this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); - this.pictureBox3.Location = new System.Drawing.Point(21, 89); - this.pictureBox3.Name = "pictureBox3"; - this.pictureBox3.Size = new System.Drawing.Size(128, 128); - this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; - this.pictureBox3.TabIndex = 17; - this.pictureBox3.TabStop = false; - // - // pictureBox1 - // - this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); - this.pictureBox1.Location = new System.Drawing.Point(155, 108); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(171, 216); - this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.pictureBox1.TabIndex = 0; - this.pictureBox1.TabStop = false; - // - // pictureBox5 - // - this.pictureBox5.Enabled = false; - this.pictureBox5.Location = new System.Drawing.Point(71, 223); - this.pictureBox5.Name = "pictureBox5"; - this.pictureBox5.Size = new System.Drawing.Size(376, 48); - this.pictureBox5.TabIndex = 15; - this.pictureBox5.TabStop = false; - // - // Close - // - this.CloseBtn.Location = new System.Drawing.Point(424, 462); - this.CloseBtn.Name = "Close"; - this.CloseBtn.Size = new System.Drawing.Size(75, 23); - this.CloseBtn.TabIndex = 18; - this.CloseBtn.Text = "&Close"; - this.CloseBtn.UseVisualStyleBackColor = true; - this.CloseBtn.Click += new System.EventHandler(this.Close_Click); - this.CloseBtn.MouseEnter += new System.EventHandler(this.Close_MouseEnter); - // - // AboutBox - // - this.AcceptButton = this.CloseBtn; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(511, 486); - this.Controls.Add(this.CloseBtn); - this.Controls.Add(this.pictureBox5); - this.Controls.Add(this.pictureBox1); - this.Controls.Add(this.pictureBox3); - this.Controls.Add(this.pictureBox4); - this.Controls.Add(this.pictureBox2); - this.Controls.Add(this.label5); - this.Controls.Add(this.mom1); - this.Controls.Add(this.mom2); - this.Controls.Add(this.label4); - this.Controls.Add(this.HR); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.DoubleBuffered = true; - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(527, 524); - this.MinimumSize = new System.Drawing.Size(527, 524); - this.Name = "AboutBox"; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "BizHawk Interim Build"; - this.Load += new System.EventHandler(this.AboutBox_Load); - ((System.ComponentModel.ISupportInitialize)(this.mom2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.mom1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox)); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.timer1 = new System.Windows.Forms.Timer(this.components); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.HR = new BizHawk.Client.EmuHawk.HorizontalLine(); + this.label5 = new System.Windows.Forms.Label(); + this.mom2 = new System.Windows.Forms.PictureBox(); + this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.mom1 = new System.Windows.Forms.PictureBox(); + this.pictureBox4 = new System.Windows.Forms.PictureBox(); + this.pictureBox3 = new System.Windows.Forms.PictureBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.pictureBox5 = new BizHawk.Client.EmuHawk.MyViewportPanel(); + this.CloseBtn = new System.Windows.Forms.Button(); + ((System.ComponentModel.ISupportInitialize)(this.mom2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.mom1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(0, -3); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(490, 108); + this.label1.TabIndex = 1; + this.label1.Text = "BIZHAWK"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.Location = new System.Drawing.Point(12, 311); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(291, 165); + this.label2.TabIndex = 2; + this.label2.Text = "EMULATES\r\nYOUR\r\nMOM"; + // + // timer1 + // + this.timer1.Enabled = true; + this.timer1.Interval = 50; + this.timer1.Tick += new System.EventHandler(this.timer1_Tick); + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(164, 423); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(311, 39); + this.label3.TabIndex = 3; + this.label3.Text = "COPYRITE 20011"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(338, 223); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(175, 48); + this.label4.TabIndex = 5; + this.label4.Text = "(LEVAR BURTON\r\nCAMEO)"; + // + // HR + // + this.HR.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.HR.Location = new System.Drawing.Point(349, 213); + this.HR.Name = "HR"; + this.HR.Size = new System.Drawing.Size(158, 2); + this.HR.TabIndex = 4; + this.HR.Text = "COPYRITE 2001"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.Location = new System.Drawing.Point(222, 369); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(104, 55); + this.label5.TabIndex = 8; + this.label5.Text = "--->"; + // + // mom2 + // + this.mom2.Image = ((System.Drawing.Image)(resources.GetObject("mom2.Image"))); + this.mom2.Location = new System.Drawing.Point(372, 274); + this.mom2.Name = "mom2"; + this.mom2.Size = new System.Drawing.Size(115, 150); + this.mom2.TabIndex = 6; + this.mom2.TabStop = false; + // + // pictureBox2 + // + this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); + this.pictureBox2.Location = new System.Drawing.Point(353, 97); + this.pictureBox2.Name = "pictureBox2"; + this.pictureBox2.Size = new System.Drawing.Size(122, 108); + this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox2.TabIndex = 9; + this.pictureBox2.TabStop = false; + // + // mom1 + // + this.mom1.Image = ((System.Drawing.Image)(resources.GetObject("mom1.Image"))); + this.mom1.Location = new System.Drawing.Point(372, 274); + this.mom1.Name = "mom1"; + this.mom1.Size = new System.Drawing.Size(115, 150); + this.mom1.TabIndex = 7; + this.mom1.TabStop = false; + this.mom1.Visible = false; + // + // pictureBox4 + // + this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); + this.pictureBox4.Location = new System.Drawing.Point(21, 89); + this.pictureBox4.Name = "pictureBox4"; + this.pictureBox4.Size = new System.Drawing.Size(128, 128); + this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.pictureBox4.TabIndex = 16; + this.pictureBox4.TabStop = false; + // + // pictureBox3 + // + this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); + this.pictureBox3.Location = new System.Drawing.Point(21, 89); + this.pictureBox3.Name = "pictureBox3"; + this.pictureBox3.Size = new System.Drawing.Size(128, 128); + this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.pictureBox3.TabIndex = 17; + this.pictureBox3.TabStop = false; + // + // pictureBox1 + // + this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); + this.pictureBox1.Location = new System.Drawing.Point(155, 108); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(171, 216); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // + // pictureBox5 + // + this.pictureBox5.Enabled = false; + this.pictureBox5.Location = new System.Drawing.Point(71, 223); + this.pictureBox5.Name = "pictureBox5"; + this.pictureBox5.Size = new System.Drawing.Size(376, 48); + this.pictureBox5.TabIndex = 15; + this.pictureBox5.TabStop = false; + // + // CloseBtn + // + this.CloseBtn.Location = new System.Drawing.Point(424, 462); + this.CloseBtn.Name = "CloseBtn"; + this.CloseBtn.Size = new System.Drawing.Size(75, 23); + this.CloseBtn.TabIndex = 18; + this.CloseBtn.Text = "&Close"; + this.CloseBtn.UseVisualStyleBackColor = true; + this.CloseBtn.Click += new System.EventHandler(this.Close_Click); + this.CloseBtn.MouseEnter += new System.EventHandler(this.Close_MouseEnter); + // + // AboutBox + // + this.AcceptButton = this.CloseBtn; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(511, 486); + this.Controls.Add(this.CloseBtn); + this.Controls.Add(this.pictureBox5); + this.Controls.Add(this.pictureBox1); + this.Controls.Add(this.pictureBox3); + this.Controls.Add(this.pictureBox4); + this.Controls.Add(this.pictureBox2); + this.Controls.Add(this.label5); + this.Controls.Add(this.mom1); + this.Controls.Add(this.mom2); + this.Controls.Add(this.label4); + this.Controls.Add(this.HR); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.DoubleBuffered = true; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(527, 524); + this.MinimumSize = new System.Drawing.Size(527, 524); + this.Name = "AboutBox"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "BizHawk Interim Build"; + this.Load += new System.EventHandler(this.AboutBox_Load); + ((System.ComponentModel.ISupportInitialize)(this.mom2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.mom1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/AboutBox.resx b/BizHawk.Client.EmuHawk/AboutBox.resx index f5181fade2..77b4679a91 100644 --- a/BizHawk.Client.EmuHawk/AboutBox.resx +++ b/BizHawk.Client.EmuHawk/AboutBox.resx @@ -124,586 +124,587 @@ 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 + bI0KWoBxQgAAAABJRU5ErkJggg== @@ -1493,635 +1494,631 @@ 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 - +emvq33jbQAAAABJRU5ErkJggg== + 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 + TkSuQmCC iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+QAA - CvkBtGHeGQAABQ5JREFUeF7tnbFyFDEMhpcur0FBR5FXgBI6OmjzDjSU3AvwEClT5jVSpqRNR8tRmWOY - YWw5WOes7Ei7X2ZcZPZWln99t5K93r1l4Q8FUAAFUAAFUAAFUAAFUAAFUAAFUAAFUAAFUAAFUAAFUAAF - UAAFUAAFUAAFUAAFUAAFUAAFUAAFUAAF5iiQTt1Ytjle04uZApbB/2OLv2AKAECwgFm7CwDWijq3Vwb8 - 9j4trXa4TkujvXlIKW/G9cRjcDqX1797AOA/RkM9BICh8vo3DgD+YzTUw2bRd7xfUqs93Cwpb7I+kDXB - 2v8fqSmGirMH4wCwhyg3xggAAPD/pV9SwPbo6Cv65JqAsg6wXH5IRRPnyxrgeDymoomaQ6sZDNYZthdh - ZUQAUN7sAoDmyh9XgM0BwhVg51cASXQBRG/Rp60DLFeHVDRxRbk7BSNvJ2dS3qR9WTNoNYJ2nHUFsfkD - ADZ3xVcHxBVg5ykBAHYOwKqaoJpByJyvrAt0zUC0vQrnHNf3O6qXzK1/oOuKAADbwwEAthfTrhEBQJdc - 8T/ctzAk7wXIHC+Py5pAz8Gmm1I/vn+b8sa8vwYWAOJ/iVeNAABWyRf/ZACIH0PTEZRAyBwv/q+eA5Bz - cZHzZU7+9vVzyps8fvHiIuXtx89fKW+aPZnz5fnUBFpNAACm364IxrgCRIjSQB8BYKC4EUyXAMh5vJzn - i5wv79fLHCtzfm8NIGsCbZ5f7ScQew6pCbQaAAAifGlNfeQKsPPbwwCwcwCa+wOqebNSE/TWAFpN0Dvv - 12oAuQWOdQGtJpA3cwDANP96NNa+OwcAHmNm6hMAmMoZ31gJROcVQMvh2jqBdvyRHL52f0H8iBmPAACM - BY1mDgCiRczYXwAwFjSaua6c+vrVy9Rq1jUB8/jxOAHAeI1d9wAArsMz3jkAGK+x6x4KAKo9gXJdQCwd - 99YEvTWCtj/AtbJBnAOAIIEa5SYAjFI2iF0ACBKoWW6WD5OK9/5Vvy2w8tlAmeO1nJ/EH+sE9lgAgL2m - oSwCQKhw2TsLAPaaurbYfphUez+A9r4AZR3hkRxe+EPOH88OAIzX2HUPAOA6POOdA4DxGofqof0gSee8 - X/vdweMpybda9dq6uv9Q4kZwFgAiRGmgjwAwUNwIpgEgQpQMfewK+OHT95S3u0NKeZPz+nc3KeWt+r0B - 5TmE6nxqAMPQ/zUFAOaSxjIIALHiZe4tAJhLGttgGwjt3oCyTlD9zqBYB6hqBHL+dJoAYLrkvjoEAF/x - mO4NAEyX3FeHzZtDct3+jLX65gYT+U6f6ncLqQGm0wEA0yX31SEA+IrHdG8AYLrkvjpsAnD75TLl7f76 - KuVNLi3LewfV0nPnu4l9SbVNbwBgm3E9e1QAcLZU2/wgAGwzrk8eVQGEzPmnAiDljRrgyTq7PREA3IZm - jmMAMEdnt70AgNvQPI9jZZEo1up79wxW7xvQnyV8nlHT6z8FAGDnMAAAAIidxFkaIAXsjA4t4NpzA9W9 - Ae7/xyIIAGLFy9xbADCXNJZBAIgVLwtv+zaN9j9HYOEjNgYqAAADxY1gGgAiRGmgjwAwUNwIpgsA1Gf9 - xJ4/5v0RQtz2EQDix3DVCABglXzxTwaA+DFcNYI+AMS7hOW9AfW5gVWucvIIBQBghKqBbAJAoGCNcBUA - Rqga2GZzh9AZ837t/MDS7MN1LYBrj+9DxcCjXBtg7fzA0uzDdS2Aa4+7VvE3e5Fq7NUlc1oAAAAASUVO - RK5CYII= + YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+AAA + CvgBZiY8/QAABKNJREFUeF7tnC12HFcYRBXmbQSEBXgLCUxYWEK9h5DAaANZhKGht2EoGGoWGgXJjUZf + 3Vead+Z0y+n3Xt1zrkn/jFRVoM/MWHchhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIX4mngw2D4UrcYxgM + V+Iew2C4EvcYTo4W9vHhuvfvr/rD5yexuf/xhp1ooK70qim9mgGMhwbqSq+a0qsZwHhooK70qim9mgGM + hwv14uPDdT9/UHuD2Kv5GcNOXKgXXenVDGB8XKgXXenVDGB8XKgXXenVDGA8NED3oHdNFNz49hcV17PQ + x8dHFQPj+bT5fW53OTQAFNTVlV7NAE6PBoCCurrSqxnA6dEAUFBXV3o1AxgOCYQFUD700WYQ7+5VDOLT + 9prV7YcQeX8Oxo3iFvn7by6HBOBKr7IQmgGMhwTgSq+yEJoBjIcE4EqvshCaAYyPBOJGUGWhTeGdh8Kv + Ln4/4/JIIK70ahNwBjA8EogrvdoEnAEMjwTiSq82AWcAw6EBuNCqfMhjwTzOQfD1Xtlff/5RNOcsjwbi + Sq+y4AxgeDQQV3qVBWcAw6OBuNKrLDgDmA4NiAXD5o0VDgb3YyF//fm7yONvvnkj/vPvfyLP5/34+rye + xzeXRwMxpVczgPnQQEzp1QxgPjQQU3o1A5gPDYQPcXzIQ+H8sIb3Y0GUhXIAlOfz9ZoPk/BGVgbRogFk + AMuhAWQAy6EBZADL40J5tjMInu9KvyYLpjyfr9cbAOX1m8vjQnk2A5geF8qzGcD0uFCezQCWQwO6cQC9 + AvfK1zvAADSgDGA5NKAMYDk0oAxgOVxIL/r9d99e9ehBmJ8hHIwL+UVd6dUMYDxcyC/qSq9mAOPhQn5R + V3o1AxgPCbj5QggfCnG+G0GVg6Cu9CrP5+tvhp1IoBnAekigGcB6SKAZQJCAmy+EdAZxqyyY8nzC45th + JxJoBrAeEmgGsB4SaAYwPxogP/xh4fxSKeX9eD2PdyTmnLATDTQDWA4NNANYDg00A1geDbhXcMfmjSUc + f9xKvWYzSFy/GQ5GA84AlkMDzgCWQwPOAKZHA+0Ufv/b3+Kn+yeR5//04Uls7s+HRBTeXI/7b4adaKAs + CMczgPnQQFkQjmcA86GBsiAczwDmRwPuFcbjvB7yobB56OvfL7wyGjgLyQCmRwNnIRnA9GjgLCQDmB4N + HA9lTWE43lwP+QUT/kEH/gEIc4/wymjgKDgDmB8NHAVnAPOjgaPgDGB+NHAU/PGPt+LD+3cir+cbRzzO + +3Mgzfnh1dHAUVAGMD8aOArKAOZHA0dBGcB6SAEsfPtH5PkZwPhIARnAekgBGcB6SAEZQHClXGThvS+M + NB8uUZ4f/ndcKRczgPlxpVzMAObHlXIxA1iMXuF0u+RWw5nJABYnA1icDGA9tCB+idM9yFV5Pu8XTo8W + xkJd6VWez/uF06OFsVBXepXn837h9GhhLNSVXuX5vF84PVJY9z964MMeXm8MJ0cKywDWQwrLANZDCssA + 1kMK6w4AD318Y4hvJPH+m+FkSEEZwHpIQRnAekhBGUBwpR1pODmutCMNJ8eVdqTh5LjSjvTE3N19AXuR + auxwSbrOAAAAAElFTkSuQmCC diff --git a/BizHawk.Client.EmuHawk/ArchiveChooser.Designer.cs b/BizHawk.Client.EmuHawk/ArchiveChooser.Designer.cs index 161eb697b0..c10df806b8 100644 --- a/BizHawk.Client.EmuHawk/ArchiveChooser.Designer.cs +++ b/BizHawk.Client.EmuHawk/ArchiveChooser.Designer.cs @@ -28,94 +28,95 @@ /// private void InitializeComponent() { - this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); - this.btnCancel = new System.Windows.Forms.Button(); - this.btnOK = new System.Windows.Forms.Button(); - this.lvMembers = new System.Windows.Forms.ListView(); - this.colSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.flowLayoutPanel1.SuspendLayout(); - this.SuspendLayout(); - // - // flowLayoutPanel1 - // - this.flowLayoutPanel1.AutoSize = true; - this.flowLayoutPanel1.Controls.Add(this.btnCancel); - this.flowLayoutPanel1.Controls.Add(this.btnOK); - this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; - this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 276); - this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(472, 29); - this.flowLayoutPanel1.TabIndex = 0; - // - // btnCancel - // - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(394, 3); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 1; - this.btnCancel.Text = "Cancel"; - this.btnCancel.UseVisualStyleBackColor = true; - this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); - // - // btnOK - // - this.btnOK.Location = new System.Drawing.Point(313, 3); - this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(75, 23); - this.btnOK.TabIndex = 0; - this.btnOK.Text = "OK"; - this.btnOK.UseVisualStyleBackColor = true; - this.btnOK.Click += new System.EventHandler(this.btnOK_Click); - // - // lvMembers - // - this.lvMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.btnCancel = new System.Windows.Forms.Button(); + this.btnOK = new System.Windows.Forms.Button(); + this.lvMembers = new System.Windows.Forms.ListView(); + this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.colSize = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.flowLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.Controls.Add(this.btnCancel); + this.flowLayoutPanel1.Controls.Add(this.btnOK); + this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 276); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(472, 29); + this.flowLayoutPanel1.TabIndex = 0; + // + // btnCancel + // + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnCancel.Location = new System.Drawing.Point(394, 3); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 23); + this.btnCancel.TabIndex = 1; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); + // + // btnOK + // + this.btnOK.Location = new System.Drawing.Point(313, 3); + this.btnOK.Name = "btnOK"; + this.btnOK.Size = new System.Drawing.Size(75, 23); + this.btnOK.TabIndex = 0; + this.btnOK.Text = "OK"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // + // lvMembers + // + this.lvMembers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colName, this.colSize}); - this.lvMembers.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvMembers.FullRowSelect = true; - this.lvMembers.GridLines = true; - this.lvMembers.Location = new System.Drawing.Point(0, 0); - this.lvMembers.Name = "lvMembers"; - this.lvMembers.Size = new System.Drawing.Size(472, 276); - this.lvMembers.TabIndex = 0; - this.lvMembers.UseCompatibleStateImageBehavior = false; - this.lvMembers.View = System.Windows.Forms.View.Details; - this.lvMembers.ItemActivate += new System.EventHandler(this.lvMembers_ItemActivate); - // - // colSize - // - this.colSize.DisplayIndex = 0; - this.colSize.Text = "Size"; - // - // colName - // - this.colName.DisplayIndex = 1; - this.colName.Text = "Name"; - this.colName.Width = 409; - // - // ArchiveChooser - // - this.AcceptButton = this.btnOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.btnCancel; - this.ClientSize = new System.Drawing.Size(472, 305); - this.Controls.Add(this.lvMembers); - this.Controls.Add(this.flowLayoutPanel1); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(112, 138); - this.Name = "ArchiveChooser"; - this.ShowIcon = false; - this.Text = "Choose File From Archive"; - this.Load += new System.EventHandler(this.ArchiveChooser_Load); - this.flowLayoutPanel1.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); + this.lvMembers.Dock = System.Windows.Forms.DockStyle.Fill; + this.lvMembers.FullRowSelect = true; + this.lvMembers.GridLines = true; + this.lvMembers.Location = new System.Drawing.Point(0, 0); + this.lvMembers.Name = "lvMembers"; + this.lvMembers.Size = new System.Drawing.Size(472, 276); + this.lvMembers.TabIndex = 0; + this.lvMembers.UseCompatibleStateImageBehavior = false; + this.lvMembers.View = System.Windows.Forms.View.Details; + this.lvMembers.ItemActivate += new System.EventHandler(this.lvMembers_ItemActivate); + // + // colName + // + this.colName.DisplayIndex = 1; + this.colName.Text = "Name"; + this.colName.Width = 409; + // + // colSize + // + this.colSize.DisplayIndex = 0; + this.colSize.Text = "Size"; + // + // ArchiveChooser + // + this.AcceptButton = this.btnOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnCancel; + this.ClientSize = new System.Drawing.Size(472, 305); + this.Controls.Add(this.lvMembers); + this.Controls.Add(this.flowLayoutPanel1); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.MinimumSize = new System.Drawing.Size(112, 138); + this.Name = "ArchiveChooser"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Choose File From Archive"; + this.Load += new System.EventHandler(this.ArchiveChooser_Load); + this.flowLayoutPanel1.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/BizBox.Designer.cs b/BizHawk.Client.EmuHawk/BizBox.Designer.cs index e00acc40af..44885abfdd 100644 --- a/BizHawk.Client.EmuHawk/BizBox.Designer.cs +++ b/BizHawk.Client.EmuHawk/BizBox.Designer.cs @@ -28,600 +28,601 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BizBox)); - this.OK = new System.Windows.Forms.Button(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.linkLabel1 = new System.Windows.Forms.LinkLabel(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.VersionLabel = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); - this.panel1 = new System.Windows.Forms.Panel(); - this.label33 = new System.Windows.Forms.Label(); - this.SaturnLinkLabel = new System.Windows.Forms.LinkLabel(); - this.label32 = new System.Windows.Forms.Label(); - this.linkLabel11 = new System.Windows.Forms.LinkLabel(); - this.linkLabel10 = new System.Windows.Forms.LinkLabel(); - this.linkLabel9 = new System.Windows.Forms.LinkLabel(); - this.linkLabel8 = new System.Windows.Forms.LinkLabel(); - this.linkLabel7 = new System.Windows.Forms.LinkLabel(); - this.linkLabel6 = new System.Windows.Forms.LinkLabel(); - this.linkLabel5 = new System.Windows.Forms.LinkLabel(); - this.label29 = new System.Windows.Forms.Label(); - this.label31 = new System.Windows.Forms.Label(); - this.linkLabel4 = new System.Windows.Forms.LinkLabel(); - this.label28 = new System.Windows.Forms.Label(); - this.label30 = new System.Windows.Forms.Label(); - this.label12 = new System.Windows.Forms.Label(); - this.label15 = new System.Windows.Forms.Label(); - this.linkLabel3 = new System.Windows.Forms.LinkLabel(); - this.linkLabel2 = new System.Windows.Forms.LinkLabel(); - this.label24 = new System.Windows.Forms.Label(); - this.label25 = new System.Windows.Forms.Label(); - this.label26 = new System.Windows.Forms.Label(); - this.label21 = new System.Windows.Forms.Label(); - this.label22 = new System.Windows.Forms.Label(); - this.label23 = new System.Windows.Forms.Label(); - this.label17 = new System.Windows.Forms.Label(); - this.label20 = new System.Windows.Forms.Label(); - this.label18 = new System.Windows.Forms.Label(); - this.label19 = new System.Windows.Forms.Label(); - this.label14 = new System.Windows.Forms.Label(); - this.label16 = new System.Windows.Forms.Label(); - this.label11 = new System.Windows.Forms.Label(); - this.label13 = new System.Windows.Forms.Label(); - this.label10 = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); - this.label8 = new System.Windows.Forms.Label(); - this.label27 = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.panel1.SuspendLayout(); - this.SuspendLayout(); - // - // OK - // - this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.OK.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.OK.Location = new System.Drawing.Point(361, 565); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 0; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // pictureBox1 - // - this.pictureBox1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.corphawk; - this.pictureBox1.Location = new System.Drawing.Point(12, 12); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(164, 164); - this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.pictureBox1.TabIndex = 1; - this.pictureBox1.TabStop = false; - // - // linkLabel1 - // - this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.linkLabel1.AutoSize = true; - this.linkLabel1.Location = new System.Drawing.Point(236, 569); - this.linkLabel1.Name = "linkLabel1"; - this.linkLabel1.Size = new System.Drawing.Size(115, 13); - this.linkLabel1.TabIndex = 2; - this.linkLabel1.TabStop = true; - this.linkLabel1.Text = "tasvideos.org/Bizhawk"; - this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(198, 84); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(46, 13); - this.label1.TabIndex = 3; - this.label1.Text = "Authors:"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(198, 98); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(149, 13); - this.label2.TabIndex = 4; - this.label2.Text = "vecna, adelikat, zeromus, natt"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(197, 12); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(78, 20); - this.label3.TabIndex = 5; - this.label3.Text = "BizHawk"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(201, 36); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(156, 16); - this.label4.TabIndex = 6; - this.label4.Text = "A multi-Platform Emulator"; - // - // VersionLabel - // - this.VersionLabel.AutoSize = true; - this.VersionLabel.Location = new System.Drawing.Point(201, 56); - this.VersionLabel.Name = "VersionLabel"; - this.VersionLabel.Size = new System.Drawing.Size(0, 13); - this.VersionLabel.TabIndex = 7; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(198, 120); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(66, 13); - this.label5.TabIndex = 8; - this.label5.Text = "Contributors:"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(198, 134); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(217, 13); - this.label6.TabIndex = 9; - this.label6.Text = "DarkKobold, Micro500, TaoTao, Rolanmen1"; - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(198, 148); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(216, 13); - this.label7.TabIndex = 10; - this.label7.Text = "Deign, Brandon Evans, Pasky13, link_7777,"; - // - // panel1 - // - this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BizBox)); + this.OK = new System.Windows.Forms.Button(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.linkLabel1 = new System.Windows.Forms.LinkLabel(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.VersionLabel = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); + this.label33 = new System.Windows.Forms.Label(); + this.SaturnLinkLabel = new System.Windows.Forms.LinkLabel(); + this.label32 = new System.Windows.Forms.Label(); + this.linkLabel11 = new System.Windows.Forms.LinkLabel(); + this.linkLabel10 = new System.Windows.Forms.LinkLabel(); + this.linkLabel9 = new System.Windows.Forms.LinkLabel(); + this.linkLabel8 = new System.Windows.Forms.LinkLabel(); + this.linkLabel7 = new System.Windows.Forms.LinkLabel(); + this.linkLabel6 = new System.Windows.Forms.LinkLabel(); + this.linkLabel5 = new System.Windows.Forms.LinkLabel(); + this.label29 = new System.Windows.Forms.Label(); + this.label31 = new System.Windows.Forms.Label(); + this.linkLabel4 = new System.Windows.Forms.LinkLabel(); + this.label28 = new System.Windows.Forms.Label(); + this.label30 = new System.Windows.Forms.Label(); + this.label12 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.linkLabel3 = new System.Windows.Forms.LinkLabel(); + this.linkLabel2 = new System.Windows.Forms.LinkLabel(); + this.label24 = new System.Windows.Forms.Label(); + this.label25 = new System.Windows.Forms.Label(); + this.label26 = new System.Windows.Forms.Label(); + this.label21 = new System.Windows.Forms.Label(); + this.label22 = new System.Windows.Forms.Label(); + this.label23 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.label20 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.label16 = new System.Windows.Forms.Label(); + this.label11 = new System.Windows.Forms.Label(); + this.label13 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label27 = new System.Windows.Forms.Label(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.panel1.SuspendLayout(); + this.SuspendLayout(); + // + // OK + // + this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OK.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.OK.Location = new System.Drawing.Point(361, 565); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 0; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // pictureBox1 + // + this.pictureBox1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.corphawk; + this.pictureBox1.Location = new System.Drawing.Point(12, 12); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(164, 164); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox1.TabIndex = 1; + this.pictureBox1.TabStop = false; + // + // linkLabel1 + // + this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.linkLabel1.AutoSize = true; + this.linkLabel1.Location = new System.Drawing.Point(236, 569); + this.linkLabel1.Name = "linkLabel1"; + this.linkLabel1.Size = new System.Drawing.Size(115, 13); + this.linkLabel1.TabIndex = 2; + this.linkLabel1.TabStop = true; + this.linkLabel1.Text = "tasvideos.org/Bizhawk"; + this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(198, 84); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(46, 13); + this.label1.TabIndex = 3; + this.label1.Text = "Authors:"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(198, 98); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(149, 13); + this.label2.TabIndex = 4; + this.label2.Text = "vecna, adelikat, zeromus, natt"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(197, 12); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(78, 20); + this.label3.TabIndex = 5; + this.label3.Text = "BizHawk"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(201, 36); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(156, 16); + this.label4.TabIndex = 6; + this.label4.Text = "A multi-Platform Emulator"; + // + // VersionLabel + // + this.VersionLabel.AutoSize = true; + this.VersionLabel.Location = new System.Drawing.Point(201, 56); + this.VersionLabel.Name = "VersionLabel"; + this.VersionLabel.Size = new System.Drawing.Size(0, 13); + this.VersionLabel.TabIndex = 7; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(198, 120); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(66, 13); + this.label5.TabIndex = 8; + this.label5.Text = "Contributors:"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(198, 134); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(217, 13); + this.label6.TabIndex = 9; + this.label6.Text = "DarkKobold, Micro500, TaoTao, Rolanmen1"; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(198, 148); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(216, 13); + this.label7.TabIndex = 10; + this.label7.Text = "Deign, Brandon Evans, Pasky13, link_7777,"; + // + // panel1 + // + this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel1.Controls.Add(this.label33); - this.panel1.Controls.Add(this.SaturnLinkLabel); - this.panel1.Controls.Add(this.label32); - this.panel1.Controls.Add(this.linkLabel11); - this.panel1.Controls.Add(this.linkLabel10); - this.panel1.Controls.Add(this.linkLabel9); - this.panel1.Controls.Add(this.linkLabel8); - this.panel1.Controls.Add(this.linkLabel7); - this.panel1.Controls.Add(this.linkLabel6); - this.panel1.Controls.Add(this.linkLabel5); - this.panel1.Controls.Add(this.label29); - this.panel1.Controls.Add(this.label31); - this.panel1.Controls.Add(this.linkLabel4); - this.panel1.Controls.Add(this.label28); - this.panel1.Controls.Add(this.label30); - this.panel1.Controls.Add(this.label12); - this.panel1.Controls.Add(this.label15); - this.panel1.Controls.Add(this.linkLabel3); - this.panel1.Controls.Add(this.linkLabel2); - this.panel1.Controls.Add(this.label24); - this.panel1.Controls.Add(this.label25); - this.panel1.Controls.Add(this.label26); - this.panel1.Controls.Add(this.label21); - this.panel1.Controls.Add(this.label22); - this.panel1.Controls.Add(this.label23); - this.panel1.Controls.Add(this.label17); - this.panel1.Controls.Add(this.label20); - this.panel1.Controls.Add(this.label18); - this.panel1.Controls.Add(this.label19); - this.panel1.Controls.Add(this.label14); - this.panel1.Controls.Add(this.label16); - this.panel1.Controls.Add(this.label11); - this.panel1.Controls.Add(this.label13); - this.panel1.Controls.Add(this.label10); - this.panel1.Controls.Add(this.label9); - this.panel1.Controls.Add(this.label8); - this.panel1.Location = new System.Drawing.Point(12, 182); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(423, 377); - this.panel1.TabIndex = 11; - // - // label33 - // - this.label33.AutoSize = true; - this.label33.Location = new System.Drawing.Point(212, 295); - this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(76, 13); - this.label33.TabIndex = 38; - this.label33.Text = "Ported by: natt"; - // - // SaturnLinkLabel - // - this.SaturnLinkLabel.AutoSize = true; - this.SaturnLinkLabel.Location = new System.Drawing.Point(212, 282); - this.SaturnLinkLabel.Name = "SaturnLinkLabel"; - this.SaturnLinkLabel.Size = new System.Drawing.Size(79, 13); - this.SaturnLinkLabel.TabIndex = 37; - this.SaturnLinkLabel.TabStop = true; - this.SaturnLinkLabel.Text = "Yabause v9.12"; - this.SaturnLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SaturnLinkLabel_LinkClicked); - // - // label32 - // - this.label32.AutoSize = true; - this.label32.Location = new System.Drawing.Point(204, 269); - this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(66, 13); - this.label32.TabIndex = 36; - this.label32.Text = "SaturnHawk"; - // - // linkLabel11 - // - this.linkLabel11.AutoSize = true; - this.linkLabel11.Location = new System.Drawing.Point(21, 334); - this.linkLabel11.Name = "linkLabel11"; - this.linkLabel11.Size = new System.Drawing.Size(88, 13); - this.linkLabel11.TabIndex = 35; - this.linkLabel11.TabStop = true; - this.linkLabel11.Text = "Glide64: bfe79ce"; - this.linkLabel11.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel11_LinkClicked); - // - // linkLabel10 - // - this.linkLabel10.AutoSize = true; - this.linkLabel10.Location = new System.Drawing.Point(21, 321); - this.linkLabel10.Name = "linkLabel10"; - this.linkLabel10.Size = new System.Drawing.Size(111, 13); - this.linkLabel10.TabIndex = 34; - this.linkLabel10.TabStop = true; - this.linkLabel10.Text = "Glide64mk2: 158331c"; - this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel10_LinkClicked); - // - // linkLabel9 - // - this.linkLabel9.AutoSize = true; - this.linkLabel9.Location = new System.Drawing.Point(21, 308); - this.linkLabel9.Name = "linkLabel9"; - this.linkLabel9.Size = new System.Drawing.Size(77, 13); - this.linkLabel9.TabIndex = 33; - this.linkLabel9.TabStop = true; - this.linkLabel9.Text = "Rice: e25d038"; - this.linkLabel9.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked); - // - // linkLabel8 - // - this.linkLabel8.AutoSize = true; - this.linkLabel8.Location = new System.Drawing.Point(21, 295); - this.linkLabel8.Name = "linkLabel8"; - this.linkLabel8.Size = new System.Drawing.Size(108, 13); - this.linkLabel8.TabIndex = 32; - this.linkLabel8.TabStop = true; - this.linkLabel8.Text = "Win32 Deps: f816fb4"; - this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked); - // - // linkLabel7 - // - this.linkLabel7.AutoSize = true; - this.linkLabel7.Location = new System.Drawing.Point(21, 282); - this.linkLabel7.Name = "linkLabel7"; - this.linkLabel7.Size = new System.Drawing.Size(77, 13); - this.linkLabel7.TabIndex = 31; - this.linkLabel7.TabStop = true; - this.linkLabel7.Text = "RSP: dee8e63"; - this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked); - // - // linkLabel6 - // - this.linkLabel6.AutoSize = true; - this.linkLabel6.Location = new System.Drawing.Point(21, 269); - this.linkLabel6.Name = "linkLabel6"; - this.linkLabel6.Size = new System.Drawing.Size(71, 13); - this.linkLabel6.TabIndex = 30; - this.linkLabel6.TabStop = true; - this.linkLabel6.Text = "Core: f17a1af"; - this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked); - // - // linkLabel5 - // - this.linkLabel5.AutoSize = true; - this.linkLabel5.Location = new System.Drawing.Point(21, 256); - this.linkLabel5.Name = "linkLabel5"; - this.linkLabel5.Size = new System.Drawing.Size(96, 13); - this.linkLabel5.TabIndex = 29; - this.linkLabel5.TabStop = true; - this.linkLabel5.Text = "Mupen64Plus v2.0"; - this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked); - // - // label29 - // - this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(21, 347); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(101, 13); - this.label29.TabIndex = 28; - this.label29.Text = "Ported by: micro500"; - // - // label31 - // - this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(13, 238); - this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(55, 13); - this.label31.TabIndex = 27; - this.label31.Text = "N64Hawk"; - // - // linkLabel4 - // - this.linkLabel4.AutoSize = true; - this.linkLabel4.Location = new System.Drawing.Point(212, 225); - this.linkLabel4.Name = "linkLabel4"; - this.linkLabel4.Size = new System.Drawing.Size(79, 13); - this.linkLabel4.TabIndex = 26; - this.linkLabel4.TabStop = true; - this.linkLabel4.Text = "EMU7800 v1.5"; - this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked); - // - // label28 - // - this.label28.AutoSize = true; - this.label28.Location = new System.Drawing.Point(212, 238); - this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(104, 13); - this.label28.TabIndex = 25; - this.label28.Text = "author: Mike Murphy"; - // - // label30 - // - this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(204, 207); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(80, 13); - this.label30.TabIndex = 23; - this.label30.Text = "Atari7800Hawk"; - // - // label12 - // - this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(21, 212); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(94, 13); - this.label12.TabIndex = 22; - this.label12.Text = "Created by: vecna"; - // - // label15 - // - this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(13, 196); - this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(68, 13); - this.label15.TabIndex = 21; - this.label15.Text = "ColecoHawk"; - // - // linkLabel3 - // - this.linkLabel3.AutoSize = true; - this.linkLabel3.Location = new System.Drawing.Point(21, 84); - this.linkLabel3.Name = "linkLabel3"; - this.linkLabel3.Size = new System.Drawing.Size(56, 13); - this.linkLabel3.TabIndex = 20; - this.linkLabel3.TabStop = true; - this.linkLabel3.Text = "bsnes v87"; - this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked); - // - // linkLabel2 - // - this.linkLabel2.AutoSize = true; - this.linkLabel2.Location = new System.Drawing.Point(20, 154); - this.linkLabel2.Name = "linkLabel2"; - this.linkLabel2.Size = new System.Drawing.Size(75, 13); - this.linkLabel2.TabIndex = 19; - this.linkLabel2.TabStop = true; - this.linkLabel2.Text = "gambatte r344"; - this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked); - // - // label24 - // - this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(212, 182); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(150, 13); - this.label24.TabIndex = 18; - this.label24.Text = "Contributers: adelikat, thebrick"; - // - // label25 - // - this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(212, 168); - this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(103, 13); - this.label25.TabIndex = 17; - this.label25.Text = "Created by: zeromus"; - // - // label26 - // - this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(204, 151); - this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(57, 13); - this.label26.TabIndex = 16; - this.label26.Text = "TI83Hawk"; - // - // label21 - // - this.label21.AutoSize = true; - this.label21.Location = new System.Drawing.Point(209, 127); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(175, 13); - this.label21.TabIndex = 15; - this.label21.Text = "Contributers: adelikat, zeromus, natt"; - // - // label22 - // - this.label22.AutoSize = true; - this.label22.Location = new System.Drawing.Point(209, 113); - this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(107, 13); - this.label22.TabIndex = 14; - this.label22.Text = "Created by: micro500"; - // - // label23 - // - this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(201, 96); - this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(80, 13); - this.label23.TabIndex = 13; - this.label23.Text = "Atari2600Hawk"; - // - // label17 - // - this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(209, 70); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(94, 13); - this.label17.TabIndex = 12; - this.label17.Text = "Created by: vecna"; - // - // label20 - // - this.label20.AutoSize = true; - this.label20.Location = new System.Drawing.Point(201, 53); - this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(58, 13); - this.label20.TabIndex = 11; - this.label20.Text = "SMSHawk"; - // - // label18 - // - this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(212, 28); - this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(94, 13); - this.label18.TabIndex = 10; - this.label18.Text = "Created by: vecna"; - // - // label19 - // - this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(204, 11); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(56, 13); - this.label19.TabIndex = 9; - this.label19.Text = "PCEHawk"; - // - // label14 - // - this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(21, 169); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(81, 13); - this.label14.TabIndex = 8; - this.label14.Text = "author: sinamas"; - // - // label16 - // - this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(13, 138); - this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(50, 13); - this.label16.TabIndex = 6; - this.label16.Text = "GBHawk"; - // - // label11 - // - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(21, 102); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(66, 13); - this.label11.TabIndex = 5; - this.label11.Text = "author: byuu"; - // - // label13 - // - this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(13, 71); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(64, 13); - this.label13.TabIndex = 3; - this.label13.Text = "SNESHawk"; - // - // label10 - // - this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(21, 42); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(166, 13); - this.label10.TabIndex = 2; - this.label10.Text = "Contributers: adelikat, natt, taotao"; - // - // label9 - // - this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(21, 28); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(103, 13); - this.label9.TabIndex = 1; - this.label9.Text = "Created by: zeromus"; - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(13, 11); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(57, 13); - this.label8.TabIndex = 0; - this.label8.Text = "NESHawk"; - // - // label27 - // - this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(198, 162); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(149, 13); - this.label27.TabIndex = 12; - this.label27.Text = "SaxxonPike, MasterofPuppets"; - // - // BizBox - // - this.AcceptButton = this.OK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.OK; - this.ClientSize = new System.Drawing.Size(448, 600); - this.Controls.Add(this.label27); - this.Controls.Add(this.panel1); - this.Controls.Add(this.label7); - this.Controls.Add(this.label6); - this.Controls.Add(this.label5); - this.Controls.Add(this.VersionLabel); - this.Controls.Add(this.label4); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.linkLabel1); - this.Controls.Add(this.pictureBox1); - this.Controls.Add(this.OK); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximumSize = new System.Drawing.Size(900, 638); - this.MinimumSize = new System.Drawing.Size(453, 253); - this.Name = "BizBox"; - this.Text = " BizHawk"; - this.Load += new System.EventHandler(this.BizBox_Load); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel1.Controls.Add(this.label33); + this.panel1.Controls.Add(this.SaturnLinkLabel); + this.panel1.Controls.Add(this.label32); + this.panel1.Controls.Add(this.linkLabel11); + this.panel1.Controls.Add(this.linkLabel10); + this.panel1.Controls.Add(this.linkLabel9); + this.panel1.Controls.Add(this.linkLabel8); + this.panel1.Controls.Add(this.linkLabel7); + this.panel1.Controls.Add(this.linkLabel6); + this.panel1.Controls.Add(this.linkLabel5); + this.panel1.Controls.Add(this.label29); + this.panel1.Controls.Add(this.label31); + this.panel1.Controls.Add(this.linkLabel4); + this.panel1.Controls.Add(this.label28); + this.panel1.Controls.Add(this.label30); + this.panel1.Controls.Add(this.label12); + this.panel1.Controls.Add(this.label15); + this.panel1.Controls.Add(this.linkLabel3); + this.panel1.Controls.Add(this.linkLabel2); + this.panel1.Controls.Add(this.label24); + this.panel1.Controls.Add(this.label25); + this.panel1.Controls.Add(this.label26); + this.panel1.Controls.Add(this.label21); + this.panel1.Controls.Add(this.label22); + this.panel1.Controls.Add(this.label23); + this.panel1.Controls.Add(this.label17); + this.panel1.Controls.Add(this.label20); + this.panel1.Controls.Add(this.label18); + this.panel1.Controls.Add(this.label19); + this.panel1.Controls.Add(this.label14); + this.panel1.Controls.Add(this.label16); + this.panel1.Controls.Add(this.label11); + this.panel1.Controls.Add(this.label13); + this.panel1.Controls.Add(this.label10); + this.panel1.Controls.Add(this.label9); + this.panel1.Controls.Add(this.label8); + this.panel1.Location = new System.Drawing.Point(12, 182); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(423, 377); + this.panel1.TabIndex = 11; + // + // label33 + // + this.label33.AutoSize = true; + this.label33.Location = new System.Drawing.Point(212, 295); + this.label33.Name = "label33"; + this.label33.Size = new System.Drawing.Size(76, 13); + this.label33.TabIndex = 38; + this.label33.Text = "Ported by: natt"; + // + // SaturnLinkLabel + // + this.SaturnLinkLabel.AutoSize = true; + this.SaturnLinkLabel.Location = new System.Drawing.Point(212, 282); + this.SaturnLinkLabel.Name = "SaturnLinkLabel"; + this.SaturnLinkLabel.Size = new System.Drawing.Size(79, 13); + this.SaturnLinkLabel.TabIndex = 37; + this.SaturnLinkLabel.TabStop = true; + this.SaturnLinkLabel.Text = "Yabause v9.12"; + this.SaturnLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SaturnLinkLabel_LinkClicked); + // + // label32 + // + this.label32.AutoSize = true; + this.label32.Location = new System.Drawing.Point(204, 269); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(66, 13); + this.label32.TabIndex = 36; + this.label32.Text = "SaturnHawk"; + // + // linkLabel11 + // + this.linkLabel11.AutoSize = true; + this.linkLabel11.Location = new System.Drawing.Point(21, 334); + this.linkLabel11.Name = "linkLabel11"; + this.linkLabel11.Size = new System.Drawing.Size(88, 13); + this.linkLabel11.TabIndex = 35; + this.linkLabel11.TabStop = true; + this.linkLabel11.Text = "Glide64: bfe79ce"; + this.linkLabel11.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel11_LinkClicked); + // + // linkLabel10 + // + this.linkLabel10.AutoSize = true; + this.linkLabel10.Location = new System.Drawing.Point(21, 321); + this.linkLabel10.Name = "linkLabel10"; + this.linkLabel10.Size = new System.Drawing.Size(111, 13); + this.linkLabel10.TabIndex = 34; + this.linkLabel10.TabStop = true; + this.linkLabel10.Text = "Glide64mk2: 158331c"; + this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel10_LinkClicked); + // + // linkLabel9 + // + this.linkLabel9.AutoSize = true; + this.linkLabel9.Location = new System.Drawing.Point(21, 308); + this.linkLabel9.Name = "linkLabel9"; + this.linkLabel9.Size = new System.Drawing.Size(77, 13); + this.linkLabel9.TabIndex = 33; + this.linkLabel9.TabStop = true; + this.linkLabel9.Text = "Rice: e25d038"; + this.linkLabel9.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked); + // + // linkLabel8 + // + this.linkLabel8.AutoSize = true; + this.linkLabel8.Location = new System.Drawing.Point(21, 295); + this.linkLabel8.Name = "linkLabel8"; + this.linkLabel8.Size = new System.Drawing.Size(108, 13); + this.linkLabel8.TabIndex = 32; + this.linkLabel8.TabStop = true; + this.linkLabel8.Text = "Win32 Deps: f816fb4"; + this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked); + // + // linkLabel7 + // + this.linkLabel7.AutoSize = true; + this.linkLabel7.Location = new System.Drawing.Point(21, 282); + this.linkLabel7.Name = "linkLabel7"; + this.linkLabel7.Size = new System.Drawing.Size(77, 13); + this.linkLabel7.TabIndex = 31; + this.linkLabel7.TabStop = true; + this.linkLabel7.Text = "RSP: dee8e63"; + this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked); + // + // linkLabel6 + // + this.linkLabel6.AutoSize = true; + this.linkLabel6.Location = new System.Drawing.Point(21, 269); + this.linkLabel6.Name = "linkLabel6"; + this.linkLabel6.Size = new System.Drawing.Size(71, 13); + this.linkLabel6.TabIndex = 30; + this.linkLabel6.TabStop = true; + this.linkLabel6.Text = "Core: f17a1af"; + this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked); + // + // linkLabel5 + // + this.linkLabel5.AutoSize = true; + this.linkLabel5.Location = new System.Drawing.Point(21, 256); + this.linkLabel5.Name = "linkLabel5"; + this.linkLabel5.Size = new System.Drawing.Size(96, 13); + this.linkLabel5.TabIndex = 29; + this.linkLabel5.TabStop = true; + this.linkLabel5.Text = "Mupen64Plus v2.0"; + this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked); + // + // label29 + // + this.label29.AutoSize = true; + this.label29.Location = new System.Drawing.Point(21, 347); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(101, 13); + this.label29.TabIndex = 28; + this.label29.Text = "Ported by: micro500"; + // + // label31 + // + this.label31.AutoSize = true; + this.label31.Location = new System.Drawing.Point(13, 238); + this.label31.Name = "label31"; + this.label31.Size = new System.Drawing.Size(55, 13); + this.label31.TabIndex = 27; + this.label31.Text = "N64Hawk"; + // + // linkLabel4 + // + this.linkLabel4.AutoSize = true; + this.linkLabel4.Location = new System.Drawing.Point(212, 225); + this.linkLabel4.Name = "linkLabel4"; + this.linkLabel4.Size = new System.Drawing.Size(79, 13); + this.linkLabel4.TabIndex = 26; + this.linkLabel4.TabStop = true; + this.linkLabel4.Text = "EMU7800 v1.5"; + this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked); + // + // label28 + // + this.label28.AutoSize = true; + this.label28.Location = new System.Drawing.Point(212, 238); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(104, 13); + this.label28.TabIndex = 25; + this.label28.Text = "author: Mike Murphy"; + // + // label30 + // + this.label30.AutoSize = true; + this.label30.Location = new System.Drawing.Point(204, 207); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(80, 13); + this.label30.TabIndex = 23; + this.label30.Text = "Atari7800Hawk"; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(21, 212); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(94, 13); + this.label12.TabIndex = 22; + this.label12.Text = "Created by: vecna"; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Location = new System.Drawing.Point(13, 196); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(68, 13); + this.label15.TabIndex = 21; + this.label15.Text = "ColecoHawk"; + // + // linkLabel3 + // + this.linkLabel3.AutoSize = true; + this.linkLabel3.Location = new System.Drawing.Point(21, 84); + this.linkLabel3.Name = "linkLabel3"; + this.linkLabel3.Size = new System.Drawing.Size(56, 13); + this.linkLabel3.TabIndex = 20; + this.linkLabel3.TabStop = true; + this.linkLabel3.Text = "bsnes v87"; + this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked); + // + // linkLabel2 + // + this.linkLabel2.AutoSize = true; + this.linkLabel2.Location = new System.Drawing.Point(20, 154); + this.linkLabel2.Name = "linkLabel2"; + this.linkLabel2.Size = new System.Drawing.Size(75, 13); + this.linkLabel2.TabIndex = 19; + this.linkLabel2.TabStop = true; + this.linkLabel2.Text = "gambatte r344"; + this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked); + // + // label24 + // + this.label24.AutoSize = true; + this.label24.Location = new System.Drawing.Point(212, 182); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(150, 13); + this.label24.TabIndex = 18; + this.label24.Text = "Contributers: adelikat, thebrick"; + // + // label25 + // + this.label25.AutoSize = true; + this.label25.Location = new System.Drawing.Point(212, 168); + this.label25.Name = "label25"; + this.label25.Size = new System.Drawing.Size(103, 13); + this.label25.TabIndex = 17; + this.label25.Text = "Created by: zeromus"; + // + // label26 + // + this.label26.AutoSize = true; + this.label26.Location = new System.Drawing.Point(204, 151); + this.label26.Name = "label26"; + this.label26.Size = new System.Drawing.Size(57, 13); + this.label26.TabIndex = 16; + this.label26.Text = "TI83Hawk"; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Location = new System.Drawing.Point(209, 127); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(175, 13); + this.label21.TabIndex = 15; + this.label21.Text = "Contributers: adelikat, zeromus, natt"; + // + // label22 + // + this.label22.AutoSize = true; + this.label22.Location = new System.Drawing.Point(209, 113); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(107, 13); + this.label22.TabIndex = 14; + this.label22.Text = "Created by: micro500"; + // + // label23 + // + this.label23.AutoSize = true; + this.label23.Location = new System.Drawing.Point(201, 96); + this.label23.Name = "label23"; + this.label23.Size = new System.Drawing.Size(80, 13); + this.label23.TabIndex = 13; + this.label23.Text = "Atari2600Hawk"; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Location = new System.Drawing.Point(209, 70); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(94, 13); + this.label17.TabIndex = 12; + this.label17.Text = "Created by: vecna"; + // + // label20 + // + this.label20.AutoSize = true; + this.label20.Location = new System.Drawing.Point(201, 53); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(58, 13); + this.label20.TabIndex = 11; + this.label20.Text = "SMSHawk"; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Location = new System.Drawing.Point(212, 28); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(94, 13); + this.label18.TabIndex = 10; + this.label18.Text = "Created by: vecna"; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.Location = new System.Drawing.Point(204, 11); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(56, 13); + this.label19.TabIndex = 9; + this.label19.Text = "PCEHawk"; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Location = new System.Drawing.Point(21, 169); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(81, 13); + this.label14.TabIndex = 8; + this.label14.Text = "author: sinamas"; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Location = new System.Drawing.Point(13, 138); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(50, 13); + this.label16.TabIndex = 6; + this.label16.Text = "GBHawk"; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(21, 102); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(66, 13); + this.label11.TabIndex = 5; + this.label11.Text = "author: byuu"; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(13, 71); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(64, 13); + this.label13.TabIndex = 3; + this.label13.Text = "SNESHawk"; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Location = new System.Drawing.Point(21, 42); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(166, 13); + this.label10.TabIndex = 2; + this.label10.Text = "Contributers: adelikat, natt, taotao"; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(21, 28); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(103, 13); + this.label9.TabIndex = 1; + this.label9.Text = "Created by: zeromus"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(13, 11); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(57, 13); + this.label8.TabIndex = 0; + this.label8.Text = "NESHawk"; + // + // label27 + // + this.label27.AutoSize = true; + this.label27.Location = new System.Drawing.Point(198, 162); + this.label27.Name = "label27"; + this.label27.Size = new System.Drawing.Size(149, 13); + this.label27.TabIndex = 12; + this.label27.Text = "SaxxonPike, MasterofPuppets"; + // + // BizBox + // + this.AcceptButton = this.OK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.OK; + this.ClientSize = new System.Drawing.Size(448, 600); + this.Controls.Add(this.label27); + this.Controls.Add(this.panel1); + this.Controls.Add(this.label7); + this.Controls.Add(this.label6); + this.Controls.Add(this.label5); + this.Controls.Add(this.VersionLabel); + this.Controls.Add(this.label4); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.linkLabel1); + this.Controls.Add(this.pictureBox1); + this.Controls.Add(this.OK); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximumSize = new System.Drawing.Size(900, 638); + this.MinimumSize = new System.Drawing.Size(453, 253); + this.Name = "BizBox"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = " BizHawk"; + this.Load += new System.EventHandler(this.BizBox_Load); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/LogWindow.Designer.cs b/BizHawk.Client.EmuHawk/LogWindow.Designer.cs index 7b4f91503f..9397bd450a 100644 --- a/BizHawk.Client.EmuHawk/LogWindow.Designer.cs +++ b/BizHawk.Client.EmuHawk/LogWindow.Designer.cs @@ -28,114 +28,115 @@ /// private void InitializeComponent() { - this.btnClose = new System.Windows.Forms.Button(); - this.btnClear = new System.Windows.Forms.Button(); - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.buttonCopy = new System.Windows.Forms.Button(); - this.virtualListView1 = new VirtualListView(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.buttonCopyAll = new System.Windows.Forms.Button(); - this.tableLayoutPanel1.SuspendLayout(); - this.SuspendLayout(); - // - // btnClose - // - this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnClose.Location = new System.Drawing.Point(597, 3); - this.btnClose.Name = "btnClose"; - this.btnClose.Size = new System.Drawing.Size(75, 23); - this.btnClose.TabIndex = 2; - this.btnClose.Text = "Close"; - this.btnClose.UseVisualStyleBackColor = true; - this.btnClose.Click += new System.EventHandler(this.btnClose_Click); - // - // btnClear - // - this.btnClear.Location = new System.Drawing.Point(3, 3); - this.btnClear.Name = "btnClear"; - this.btnClear.Size = new System.Drawing.Size(75, 23); - this.btnClear.TabIndex = 1; - this.btnClear.Text = "&Clear"; - this.btnClear.UseVisualStyleBackColor = true; - this.btnClear.Click += new System.EventHandler(this.btnClear_Click); - // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.AutoSize = true; - this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.tableLayoutPanel1.ColumnCount = 5; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel1.Controls.Add(this.btnClear, 0, 0); - this.tableLayoutPanel1.Controls.Add(this.btnClose, 4, 0); - this.tableLayoutPanel1.Controls.Add(this.buttonCopy, 1, 0); - this.tableLayoutPanel1.Controls.Add(this.buttonCopyAll, 2, 0); - this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 368); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 1; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(675, 29); - this.tableLayoutPanel1.TabIndex = 5; - // - // buttonCopy - // - this.buttonCopy.Location = new System.Drawing.Point(84, 3); - this.buttonCopy.Name = "buttonCopy"; - this.buttonCopy.Size = new System.Drawing.Size(75, 23); - this.buttonCopy.TabIndex = 3; - this.buttonCopy.Text = "Copy Sel."; - this.buttonCopy.UseVisualStyleBackColor = true; - this.buttonCopy.Click += new System.EventHandler(this.buttonCopy_Click); - // - // virtualListView1 - // - this.virtualListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.btnClose = new System.Windows.Forms.Button(); + this.btnClear = new System.Windows.Forms.Button(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.buttonCopy = new System.Windows.Forms.Button(); + this.buttonCopyAll = new System.Windows.Forms.Button(); + this.virtualListView1 = new BizHawk.Client.EmuHawk.VirtualListView(); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.tableLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // btnClose + // + this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnClose.Location = new System.Drawing.Point(597, 3); + this.btnClose.Name = "btnClose"; + this.btnClose.Size = new System.Drawing.Size(75, 23); + this.btnClose.TabIndex = 2; + this.btnClose.Text = "Close"; + this.btnClose.UseVisualStyleBackColor = true; + this.btnClose.Click += new System.EventHandler(this.btnClose_Click); + // + // btnClear + // + this.btnClear.Location = new System.Drawing.Point(3, 3); + this.btnClear.Name = "btnClear"; + this.btnClear.Size = new System.Drawing.Size(75, 23); + this.btnClear.TabIndex = 1; + this.btnClear.Text = "&Clear"; + this.btnClear.UseVisualStyleBackColor = true; + this.btnClear.Click += new System.EventHandler(this.btnClear_Click); + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.AutoSize = true; + this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.tableLayoutPanel1.ColumnCount = 5; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.Controls.Add(this.btnClear, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.btnClose, 4, 0); + this.tableLayoutPanel1.Controls.Add(this.buttonCopy, 1, 0); + this.tableLayoutPanel1.Controls.Add(this.buttonCopyAll, 2, 0); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 368); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 1; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(675, 29); + this.tableLayoutPanel1.TabIndex = 5; + // + // buttonCopy + // + this.buttonCopy.Location = new System.Drawing.Point(84, 3); + this.buttonCopy.Name = "buttonCopy"; + this.buttonCopy.Size = new System.Drawing.Size(75, 23); + this.buttonCopy.TabIndex = 3; + this.buttonCopy.Text = "Copy Sel."; + this.buttonCopy.UseVisualStyleBackColor = true; + this.buttonCopy.Click += new System.EventHandler(this.buttonCopy_Click); + // + // buttonCopyAll + // + this.buttonCopyAll.Location = new System.Drawing.Point(165, 3); + this.buttonCopyAll.Name = "buttonCopyAll"; + this.buttonCopyAll.Size = new System.Drawing.Size(75, 23); + this.buttonCopyAll.TabIndex = 4; + this.buttonCopyAll.Text = "Copy All"; + this.buttonCopyAll.UseVisualStyleBackColor = true; + this.buttonCopyAll.Click += new System.EventHandler(this.buttonCopyAll_Click); + // + // virtualListView1 + // + this.virtualListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); - this.virtualListView1.Dock = System.Windows.Forms.DockStyle.Fill; - this.virtualListView1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.virtualListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.virtualListView1.ItemCount = 0; - this.virtualListView1.Location = new System.Drawing.Point(0, 0); - this.virtualListView1.Name = "virtualListView1"; - this.virtualListView1.selectedItem = -1; - this.virtualListView1.Size = new System.Drawing.Size(675, 368); - this.virtualListView1.TabIndex = 8; - this.virtualListView1.UseCompatibleStateImageBehavior = false; - this.virtualListView1.View = System.Windows.Forms.View.Details; - this.virtualListView1.VirtualMode = true; - this.virtualListView1.QueryItemText += new QueryItemTextHandler(this.virtualListView1_QueryItemText); - this.virtualListView1.ClientSizeChanged += new System.EventHandler(this.virtualListView1_ClientSizeChanged); - // - // buttonCopyAll - // - this.buttonCopyAll.Location = new System.Drawing.Point(165, 3); - this.buttonCopyAll.Name = "buttonCopyAll"; - this.buttonCopyAll.Size = new System.Drawing.Size(75, 23); - this.buttonCopyAll.TabIndex = 4; - this.buttonCopyAll.Text = "Copy All"; - this.buttonCopyAll.UseVisualStyleBackColor = true; - this.buttonCopyAll.Click += new System.EventHandler(this.buttonCopyAll_Click); - // - // LogWindow - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.btnClose; - this.ClientSize = new System.Drawing.Size(675, 397); - this.Controls.Add(this.virtualListView1); - this.Controls.Add(this.tableLayoutPanel1); - this.MinimumSize = new System.Drawing.Size(171, 97); - this.Name = "LogWindow"; - this.ShowIcon = false; - this.Text = "Log Window"; - this.Load += new System.EventHandler(this.LogWindow_Load); - this.tableLayoutPanel1.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); + this.virtualListView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.virtualListView1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.virtualListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + this.virtualListView1.ItemCount = 0; + this.virtualListView1.Location = new System.Drawing.Point(0, 0); + this.virtualListView1.Name = "virtualListView1"; + this.virtualListView1.selectedItem = -1; + this.virtualListView1.Size = new System.Drawing.Size(675, 368); + this.virtualListView1.TabIndex = 8; + this.virtualListView1.UseCompatibleStateImageBehavior = false; + this.virtualListView1.View = System.Windows.Forms.View.Details; + this.virtualListView1.VirtualMode = true; + this.virtualListView1.QueryItemText += new BizHawk.Client.EmuHawk.QueryItemTextHandler(this.virtualListView1_QueryItemText); + this.virtualListView1.ClientSizeChanged += new System.EventHandler(this.virtualListView1_ClientSizeChanged); + // + // LogWindow + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnClose; + this.ClientSize = new System.Drawing.Size(675, 397); + this.Controls.Add(this.virtualListView1); + this.Controls.Add(this.tableLayoutPanel1); + this.MinimumSize = new System.Drawing.Size(171, 97); + this.Name = "LogWindow"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Log Window"; + this.Load += new System.EventHandler(this.LogWindow_Load); + this.tableLayoutPanel1.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/NameStateForm.Designer.cs b/BizHawk.Client.EmuHawk/NameStateForm.Designer.cs index 929a7b1ce2..a5d33a4619 100644 --- a/BizHawk.Client.EmuHawk/NameStateForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/NameStateForm.Designer.cs @@ -28,67 +28,68 @@ /// private void InitializeComponent() { - this.cancelButton = new System.Windows.Forms.Button(); - this.saveButton = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); - this.stateLabelTextBox = new System.Windows.Forms.TextBox(); - this.SuspendLayout(); - // - // cancelButton - // - this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.cancelButton.Location = new System.Drawing.Point(199, 51); - this.cancelButton.Name = "cancelButton"; - this.cancelButton.Size = new System.Drawing.Size(75, 23); - this.cancelButton.TabIndex = 0; - this.cancelButton.Text = "Cancel"; - this.cancelButton.UseVisualStyleBackColor = true; - this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); - // - // saveButton - // - this.saveButton.Location = new System.Drawing.Point(118, 51); - this.saveButton.Name = "saveButton"; - this.saveButton.Size = new System.Drawing.Size(75, 23); - this.saveButton.TabIndex = 1; - this.saveButton.Text = "Save"; - this.saveButton.UseVisualStyleBackColor = true; - this.saveButton.Click += new System.EventHandler(this.saveButton_Click); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(12, 9); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(181, 13); - this.label1.TabIndex = 2; - this.label1.Text = "Enter a short label for this save state:"; - // - // stateLabelTextBox - // - this.stateLabelTextBox.Location = new System.Drawing.Point(15, 25); - this.stateLabelTextBox.MaxLength = 248; - this.stateLabelTextBox.Name = "stateLabelTextBox"; - this.stateLabelTextBox.Size = new System.Drawing.Size(178, 20); - this.stateLabelTextBox.TabIndex = 3; - // - // NameStateForm - // - this.AcceptButton = this.saveButton; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.cancelButton; - this.ClientSize = new System.Drawing.Size(278, 81); - this.Controls.Add(this.stateLabelTextBox); - this.Controls.Add(this.label1); - this.Controls.Add(this.saveButton); - this.Controls.Add(this.cancelButton); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Name = "NameStateForm"; - this.Text = "Label Save State"; - this.Shown += new System.EventHandler(this.NameStateForm_Shown); - this.ResumeLayout(false); - this.PerformLayout(); + this.cancelButton = new System.Windows.Forms.Button(); + this.saveButton = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.stateLabelTextBox = new System.Windows.Forms.TextBox(); + this.SuspendLayout(); + // + // cancelButton + // + this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.cancelButton.Location = new System.Drawing.Point(199, 51); + this.cancelButton.Name = "cancelButton"; + this.cancelButton.Size = new System.Drawing.Size(75, 23); + this.cancelButton.TabIndex = 0; + this.cancelButton.Text = "Cancel"; + this.cancelButton.UseVisualStyleBackColor = true; + this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); + // + // saveButton + // + this.saveButton.Location = new System.Drawing.Point(118, 51); + this.saveButton.Name = "saveButton"; + this.saveButton.Size = new System.Drawing.Size(75, 23); + this.saveButton.TabIndex = 1; + this.saveButton.Text = "Save"; + this.saveButton.UseVisualStyleBackColor = true; + this.saveButton.Click += new System.EventHandler(this.saveButton_Click); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(12, 9); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(181, 13); + this.label1.TabIndex = 2; + this.label1.Text = "Enter a short label for this save state:"; + // + // stateLabelTextBox + // + this.stateLabelTextBox.Location = new System.Drawing.Point(15, 25); + this.stateLabelTextBox.MaxLength = 248; + this.stateLabelTextBox.Name = "stateLabelTextBox"; + this.stateLabelTextBox.Size = new System.Drawing.Size(259, 20); + this.stateLabelTextBox.TabIndex = 3; + // + // NameStateForm + // + this.AcceptButton = this.saveButton; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.cancelButton; + this.ClientSize = new System.Drawing.Size(278, 81); + this.Controls.Add(this.stateLabelTextBox); + this.Controls.Add(this.label1); + this.Controls.Add(this.saveButton); + this.Controls.Add(this.cancelButton); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Name = "NameStateForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Label Save State"; + this.Shown += new System.EventHandler(this.NameStateForm_Shown); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs index fd4f6f06e6..62bef83844 100644 --- a/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs @@ -28,152 +28,153 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutofireConfig)); - this.Ok = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.OnNumeric = new System.Windows.Forms.NumericUpDown(); - this.OffNumeric = new System.Windows.Forms.NumericUpDown(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.LagFrameCheck = new System.Windows.Forms.CheckBox(); - ((System.ComponentModel.ISupportInitialize)(this.OnNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.OffNumeric)).BeginInit(); - this.groupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // 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(120, 148); - this.Ok.Name = "Ok"; - this.Ok.Size = new System.Drawing.Size(75, 23); - this.Ok.TabIndex = 5; - this.Ok.Text = "&Ok"; - this.Ok.UseVisualStyleBackColor = true; - this.Ok.Click += new System.EventHandler(this.Ok_Click); - // - // 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(201, 148); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 7; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // OnNumeric - // - this.OnNumeric.Location = new System.Drawing.Point(10, 32); - this.OnNumeric.Maximum = new decimal(new int[] { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutofireConfig)); + this.Ok = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.OnNumeric = new System.Windows.Forms.NumericUpDown(); + this.OffNumeric = new System.Windows.Forms.NumericUpDown(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.LagFrameCheck = new System.Windows.Forms.CheckBox(); + ((System.ComponentModel.ISupportInitialize)(this.OnNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.OffNumeric)).BeginInit(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // 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(108, 140); + this.Ok.Name = "Ok"; + this.Ok.Size = new System.Drawing.Size(75, 23); + this.Ok.TabIndex = 5; + this.Ok.Text = "&Ok"; + this.Ok.UseVisualStyleBackColor = true; + this.Ok.Click += new System.EventHandler(this.Ok_Click); + // + // 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(189, 140); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 7; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // OnNumeric + // + this.OnNumeric.Location = new System.Drawing.Point(10, 32); + this.OnNumeric.Maximum = new decimal(new int[] { 512, 0, 0, 0}); - this.OnNumeric.Minimum = new decimal(new int[] { + this.OnNumeric.Minimum = new decimal(new int[] { 1, 0, 0, 0}); - this.OnNumeric.Name = "OnNumeric"; - this.OnNumeric.Size = new System.Drawing.Size(74, 20); - this.OnNumeric.TabIndex = 2; - this.OnNumeric.Value = new decimal(new int[] { + this.OnNumeric.Name = "OnNumeric"; + this.OnNumeric.Size = new System.Drawing.Size(74, 20); + this.OnNumeric.TabIndex = 2; + this.OnNumeric.Value = new decimal(new int[] { 1, 0, 0, 0}); - // - // OffNumeric - // - this.OffNumeric.Location = new System.Drawing.Point(101, 32); - this.OffNumeric.Maximum = new decimal(new int[] { + // + // OffNumeric + // + this.OffNumeric.Location = new System.Drawing.Point(101, 32); + this.OffNumeric.Maximum = new decimal(new int[] { 512, 0, 0, 0}); - this.OffNumeric.Minimum = new decimal(new int[] { + this.OffNumeric.Minimum = new decimal(new int[] { 1, 0, 0, 0}); - this.OffNumeric.Name = "OffNumeric"; - this.OffNumeric.Size = new System.Drawing.Size(74, 20); - this.OffNumeric.TabIndex = 3; - this.OffNumeric.Value = new decimal(new int[] { + this.OffNumeric.Name = "OffNumeric"; + this.OffNumeric.Size = new System.Drawing.Size(74, 20); + this.OffNumeric.TabIndex = 3; + this.OffNumeric.Value = new decimal(new int[] { 1, 0, 0, 0}); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(10, 16); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(21, 13); - this.label1.TabIndex = 4; - this.label1.Text = "On"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(101, 16); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(21, 13); - this.label2.TabIndex = 5; - this.label2.Text = "Off"; - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Controls.Add(this.label2); - this.groupBox1.Controls.Add(this.OnNumeric); - this.groupBox1.Controls.Add(this.OffNumeric); - this.groupBox1.Location = new System.Drawing.Point(13, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(184, 70); - this.groupBox1.TabIndex = 6; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Autofire Pattern"; - // - // LagFrameCheck - // - this.LagFrameCheck.AutoSize = true; - this.LagFrameCheck.Location = new System.Drawing.Point(13, 100); - this.LagFrameCheck.Name = "LagFrameCheck"; - this.LagFrameCheck.Size = new System.Drawing.Size(164, 17); - this.LagFrameCheck.TabIndex = 8; - this.LagFrameCheck.Text = "Take lag frames into account"; - this.LagFrameCheck.UseVisualStyleBackColor = true; - // - // AutofireConfig - // - 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(288, 183); - this.Controls.Add(this.LagFrameCheck); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.Ok); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(512, 512); - this.MinimumSize = new System.Drawing.Size(218, 179); - this.Name = "AutofireConfig"; - this.Text = "Autofire Configuration"; - this.Load += new System.EventHandler(this.AutofireConfig_Load); - ((System.ComponentModel.ISupportInitialize)(this.OnNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.OffNumeric)).EndInit(); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(10, 16); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(21, 13); + this.label1.TabIndex = 4; + this.label1.Text = "On"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(101, 16); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(21, 13); + this.label2.TabIndex = 5; + this.label2.Text = "Off"; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.OnNumeric); + this.groupBox1.Controls.Add(this.OffNumeric); + this.groupBox1.Location = new System.Drawing.Point(13, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(184, 70); + this.groupBox1.TabIndex = 6; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Autofire Pattern"; + // + // LagFrameCheck + // + this.LagFrameCheck.AutoSize = true; + this.LagFrameCheck.Location = new System.Drawing.Point(13, 100); + this.LagFrameCheck.Name = "LagFrameCheck"; + this.LagFrameCheck.Size = new System.Drawing.Size(164, 17); + this.LagFrameCheck.TabIndex = 8; + this.LagFrameCheck.Text = "Take lag frames into account"; + this.LagFrameCheck.UseVisualStyleBackColor = true; + // + // AutofireConfig + // + 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(276, 175); + this.Controls.Add(this.LagFrameCheck); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.Ok); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(512, 512); + this.MinimumSize = new System.Drawing.Size(218, 179); + this.Name = "AutofireConfig"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Autofire Configuration"; + this.Load += new System.EventHandler(this.AutofireConfig_Load); + ((System.ComponentModel.ISupportInitialize)(this.OnNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.OffNumeric)).EndInit(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs index 9ee9f3497f..de2ea5aac2 100644 --- a/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs @@ -28,197 +28,198 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControllerConfig)); - this.tabControl1 = new System.Windows.Forms.TabControl(); - this.tabPage1 = new System.Windows.Forms.TabPage(); - this.tabPage2 = new System.Windows.Forms.TabPage(); - this.tabPage3 = new System.Windows.Forms.TabPage(); - this.label2 = new System.Windows.Forms.Label(); - this.checkBoxAutoTab = new System.Windows.Forms.CheckBox(); - this.checkBoxUDLR = new System.Windows.Forms.CheckBox(); - this.buttonOK = new System.Windows.Forms.Button(); - this.buttonCancel = new System.Windows.Forms.Button(); - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.buttonLoadDefaults = new System.Windows.Forms.Button(); - this.buttonSaveDefaults = new System.Windows.Forms.Button(); - this.tabControl1.SuspendLayout(); - this.tableLayoutPanel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); - this.SuspendLayout(); - // - // tabControl1 - // - this.tabControl1.Controls.Add(this.tabPage1); - this.tabControl1.Controls.Add(this.tabPage2); - this.tabControl1.Controls.Add(this.tabPage3); - this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControl1.Location = new System.Drawing.Point(3, 3); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(562, 493); - this.tabControl1.TabIndex = 1; - // - // tabPage1 - // - this.tabPage1.Location = new System.Drawing.Point(4, 22); - this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(554, 467); - this.tabPage1.TabIndex = 0; - this.tabPage1.Text = "Normal Controls"; - this.tabPage1.UseVisualStyleBackColor = true; - // - // tabPage2 - // - this.tabPage2.Location = new System.Drawing.Point(4, 22); - this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(554, 467); - this.tabPage2.TabIndex = 1; - this.tabPage2.Text = "Autofire Controls"; - this.tabPage2.UseVisualStyleBackColor = true; - // - // tabPage3 - // - this.tabPage3.Location = new System.Drawing.Point(4, 22); - this.tabPage3.Name = "tabPage3"; - this.tabPage3.Size = new System.Drawing.Size(554, 467); - this.tabPage3.TabIndex = 2; - this.tabPage3.Text = "Analog Controls"; - this.tabPage3.UseVisualStyleBackColor = true; - // - // label2 - // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(12, 519); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(140, 13); - this.label2.TabIndex = 2; - this.label2.Text = "Escape clears a keybinding."; - // - // checkBoxAutoTab - // - this.checkBoxAutoTab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.checkBoxAutoTab.AutoSize = true; - this.checkBoxAutoTab.Location = new System.Drawing.Point(187, 517); - this.checkBoxAutoTab.Name = "checkBoxAutoTab"; - this.checkBoxAutoTab.Size = new System.Drawing.Size(70, 17); - this.checkBoxAutoTab.TabIndex = 3; - this.checkBoxAutoTab.Text = "Auto Tab"; - this.checkBoxAutoTab.UseVisualStyleBackColor = true; - this.checkBoxAutoTab.CheckedChanged += new System.EventHandler(this.checkBoxAutoTab_CheckedChanged); - // - // checkBoxUDLR - // - this.checkBoxUDLR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.checkBoxUDLR.AutoSize = true; - this.checkBoxUDLR.Location = new System.Drawing.Point(263, 517); - this.checkBoxUDLR.Name = "checkBoxUDLR"; - this.checkBoxUDLR.Size = new System.Drawing.Size(84, 17); - this.checkBoxUDLR.TabIndex = 4; - this.checkBoxUDLR.Text = "Allow UDLR"; - this.checkBoxUDLR.UseVisualStyleBackColor = true; - this.checkBoxUDLR.CheckedChanged += new System.EventHandler(this.checkBoxUDLR_CheckedChanged); - // - // buttonOK - // - this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonOK.Location = new System.Drawing.Point(764, 514); - this.buttonOK.Name = "buttonOK"; - this.buttonOK.Size = new System.Drawing.Size(75, 23); - this.buttonOK.TabIndex = 5; - this.buttonOK.Text = "OK"; - this.buttonOK.UseVisualStyleBackColor = true; - this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); - // - // buttonCancel - // - this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.buttonCancel.Location = new System.Drawing.Point(845, 514); - this.buttonCancel.Name = "buttonCancel"; - this.buttonCancel.Size = new System.Drawing.Size(75, 23); - this.buttonCancel.TabIndex = 6; - this.buttonCancel.Text = "Cancel"; - this.buttonCancel.UseVisualStyleBackColor = true; - this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); - // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControllerConfig)); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.tabPage2 = new System.Windows.Forms.TabPage(); + this.tabPage3 = new System.Windows.Forms.TabPage(); + this.label2 = new System.Windows.Forms.Label(); + this.checkBoxAutoTab = new System.Windows.Forms.CheckBox(); + this.checkBoxUDLR = new System.Windows.Forms.CheckBox(); + this.buttonOK = new System.Windows.Forms.Button(); + this.buttonCancel = new System.Windows.Forms.Button(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.buttonLoadDefaults = new System.Windows.Forms.Button(); + this.buttonSaveDefaults = new System.Windows.Forms.Button(); + this.tabControl1.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.tabPage1); + this.tabControl1.Controls.Add(this.tabPage2); + this.tabControl1.Controls.Add(this.tabPage3); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(3, 3); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(562, 493); + this.tabControl1.TabIndex = 1; + // + // tabPage1 + // + this.tabPage1.Location = new System.Drawing.Point(4, 22); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); + this.tabPage1.Size = new System.Drawing.Size(554, 467); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "Normal Controls"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // tabPage2 + // + this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(554, 467); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "Autofire Controls"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // tabPage3 + // + this.tabPage3.Location = new System.Drawing.Point(4, 22); + this.tabPage3.Name = "tabPage3"; + this.tabPage3.Size = new System.Drawing.Size(554, 467); + this.tabPage3.TabIndex = 2; + this.tabPage3.Text = "Analog Controls"; + this.tabPage3.UseVisualStyleBackColor = true; + // + // label2 + // + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(12, 519); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(140, 13); + this.label2.TabIndex = 2; + this.label2.Text = "Escape clears a keybinding."; + // + // checkBoxAutoTab + // + this.checkBoxAutoTab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.checkBoxAutoTab.AutoSize = true; + this.checkBoxAutoTab.Location = new System.Drawing.Point(187, 517); + this.checkBoxAutoTab.Name = "checkBoxAutoTab"; + this.checkBoxAutoTab.Size = new System.Drawing.Size(70, 17); + this.checkBoxAutoTab.TabIndex = 3; + this.checkBoxAutoTab.Text = "Auto Tab"; + this.checkBoxAutoTab.UseVisualStyleBackColor = true; + this.checkBoxAutoTab.CheckedChanged += new System.EventHandler(this.checkBoxAutoTab_CheckedChanged); + // + // checkBoxUDLR + // + this.checkBoxUDLR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.checkBoxUDLR.AutoSize = true; + this.checkBoxUDLR.Location = new System.Drawing.Point(263, 517); + this.checkBoxUDLR.Name = "checkBoxUDLR"; + this.checkBoxUDLR.Size = new System.Drawing.Size(84, 17); + this.checkBoxUDLR.TabIndex = 4; + this.checkBoxUDLR.Text = "Allow UDLR"; + this.checkBoxUDLR.UseVisualStyleBackColor = true; + this.checkBoxUDLR.CheckedChanged += new System.EventHandler(this.checkBoxUDLR_CheckedChanged); + // + // buttonOK + // + this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonOK.Location = new System.Drawing.Point(764, 514); + this.buttonOK.Name = "buttonOK"; + this.buttonOK.Size = new System.Drawing.Size(75, 23); + this.buttonOK.TabIndex = 5; + this.buttonOK.Text = "OK"; + this.buttonOK.UseVisualStyleBackColor = true; + this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); + // + // buttonCancel + // + this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.buttonCancel.Location = new System.Drawing.Point(845, 514); + this.buttonCancel.Name = "buttonCancel"; + this.buttonCancel.Size = new System.Drawing.Size(75, 23); + this.buttonCancel.TabIndex = 6; + this.buttonCancel.Text = "Cancel"; + this.buttonCancel.UseVisualStyleBackColor = true; + this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.tableLayoutPanel1.ColumnCount = 2; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 340F)); - this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0); - this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 1, 0); - this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 1; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(908, 499); - this.tableLayoutPanel1.TabIndex = 7; - // - // pictureBox1 - // - this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.pictureBox1.Location = new System.Drawing.Point(571, 23); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 23, 3, 3); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(334, 473); - this.pictureBox1.TabIndex = 2; - this.pictureBox1.TabStop = false; - // - // buttonLoadDefaults - // - this.buttonLoadDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonLoadDefaults.Location = new System.Drawing.Point(683, 514); - this.buttonLoadDefaults.Name = "buttonLoadDefaults"; - this.buttonLoadDefaults.Size = new System.Drawing.Size(75, 23); - this.buttonLoadDefaults.TabIndex = 8; - this.buttonLoadDefaults.Text = "Defaults"; - this.buttonLoadDefaults.UseVisualStyleBackColor = true; - this.buttonLoadDefaults.Click += new System.EventHandler(this.buttonLoadDefaults_Click); - // - // buttonSaveDefaults - // - this.buttonSaveDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonSaveDefaults.Location = new System.Drawing.Point(602, 514); - this.buttonSaveDefaults.Name = "buttonSaveDefaults"; - this.buttonSaveDefaults.Size = new System.Drawing.Size(75, 23); - this.buttonSaveDefaults.TabIndex = 9; - this.buttonSaveDefaults.Text = "Save Defs"; - this.buttonSaveDefaults.UseVisualStyleBackColor = true; - this.buttonSaveDefaults.Click += new System.EventHandler(this.buttonSaveDefaults_Click); - // - // NewControllerConfig - // - this.AcceptButton = this.buttonOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.buttonCancel; - this.ClientSize = new System.Drawing.Size(932, 544); - this.Controls.Add(this.buttonSaveDefaults); - this.Controls.Add(this.buttonLoadDefaults); - this.Controls.Add(this.checkBoxUDLR); - this.Controls.Add(this.tableLayoutPanel1); - this.Controls.Add(this.buttonCancel); - this.Controls.Add(this.buttonOK); - this.Controls.Add(this.checkBoxAutoTab); - this.Controls.Add(this.label2); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "NewControllerConfig"; - this.Text = "Controller Config"; - this.Load += new System.EventHandler(this.NewControllerConfig_Load); - this.tabControl1.ResumeLayout(false); - this.tableLayoutPanel1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + this.tableLayoutPanel1.ColumnCount = 2; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 340F)); + this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 1, 0); + this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 1; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(908, 499); + this.tableLayoutPanel1.TabIndex = 7; + // + // pictureBox1 + // + this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; + this.pictureBox1.Location = new System.Drawing.Point(571, 23); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 23, 3, 3); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(334, 473); + this.pictureBox1.TabIndex = 2; + this.pictureBox1.TabStop = false; + // + // buttonLoadDefaults + // + this.buttonLoadDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonLoadDefaults.Location = new System.Drawing.Point(683, 514); + this.buttonLoadDefaults.Name = "buttonLoadDefaults"; + this.buttonLoadDefaults.Size = new System.Drawing.Size(75, 23); + this.buttonLoadDefaults.TabIndex = 8; + this.buttonLoadDefaults.Text = "Defaults"; + this.buttonLoadDefaults.UseVisualStyleBackColor = true; + this.buttonLoadDefaults.Click += new System.EventHandler(this.buttonLoadDefaults_Click); + // + // buttonSaveDefaults + // + this.buttonSaveDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonSaveDefaults.Location = new System.Drawing.Point(602, 514); + this.buttonSaveDefaults.Name = "buttonSaveDefaults"; + this.buttonSaveDefaults.Size = new System.Drawing.Size(75, 23); + this.buttonSaveDefaults.TabIndex = 9; + this.buttonSaveDefaults.Text = "Save Defs"; + this.buttonSaveDefaults.UseVisualStyleBackColor = true; + this.buttonSaveDefaults.Click += new System.EventHandler(this.buttonSaveDefaults_Click); + // + // ControllerConfig + // + this.AcceptButton = this.buttonOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.buttonCancel; + this.ClientSize = new System.Drawing.Size(932, 544); + this.Controls.Add(this.buttonSaveDefaults); + this.Controls.Add(this.buttonLoadDefaults); + this.Controls.Add(this.checkBoxUDLR); + this.Controls.Add(this.tableLayoutPanel1); + this.Controls.Add(this.buttonCancel); + this.Controls.Add(this.buttonOK); + this.Controls.Add(this.checkBoxAutoTab); + this.Controls.Add(this.label2); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "ControllerConfig"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Controller Config"; + this.Load += new System.EventHandler(this.NewControllerConfig_Load); + this.tabControl1.ResumeLayout(false); + this.tableLayoutPanel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/config/FirmwaresConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/FirmwaresConfig.Designer.cs index a7bb05ddac..eebf2113cd 100644 --- a/BizHawk.Client.EmuHawk/config/FirmwaresConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/FirmwaresConfig.Designer.cs @@ -28,45 +28,45 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FirmwaresConfig)); - this.imageList1 = new System.Windows.Forms.ImageList(this.components); - this.lvFirmwares = new System.Windows.Forms.ListView(); - this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.lvFirmwaresContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); - this.tsmiSetCustomization = new System.Windows.Forms.ToolStripMenuItem(); - this.tsmiClearCustomization = new System.Windows.Forms.ToolStripMenuItem(); - this.tsmiInfo = new System.Windows.Forms.ToolStripMenuItem(); - this.panel1 = new System.Windows.Forms.Panel(); - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.toolStrip1 = new ToolStripEx(); - this.tbbGroup = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.tbbScan = new System.Windows.Forms.ToolStripButton(); - this.tbbOrganize = new System.Windows.Forms.ToolStripButton(); - this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem(); - this.lvFirmwaresContextMenuStrip.SuspendLayout(); - this.panel1.SuspendLayout(); - this.tableLayoutPanel1.SuspendLayout(); - this.toolStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // imageList1 - // - this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; - this.imageList1.ImageSize = new System.Drawing.Size(16, 16); - this.imageList1.TransparentColor = System.Drawing.Color.Transparent; - // - // lvFirmwares - // - this.lvFirmwares.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FirmwaresConfig)); + this.imageList1 = new System.Windows.Forms.ImageList(this.components); + this.lvFirmwares = new System.Windows.Forms.ListView(); + this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.lvFirmwaresContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.tsmiSetCustomization = new System.Windows.Forms.ToolStripMenuItem(); + this.tsmiClearCustomization = new System.Windows.Forms.ToolStripMenuItem(); + this.tsmiInfo = new System.Windows.Forms.ToolStripMenuItem(); + this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem(); + this.panel1 = new System.Windows.Forms.Panel(); + this.toolStrip1 = new ToolStripEx(); + this.tbbGroup = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.tbbScan = new System.Windows.Forms.ToolStripButton(); + this.tbbOrganize = new System.Windows.Forms.ToolStripButton(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.lvFirmwaresContextMenuStrip.SuspendLayout(); + this.panel1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // imageList1 + // + this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; + this.imageList1.ImageSize = new System.Drawing.Size(16, 16); + this.imageList1.TransparentColor = System.Drawing.Color.Transparent; + // + // lvFirmwares + // + this.lvFirmwares.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader5, this.columnHeader1, this.columnHeader6, @@ -74,189 +74,190 @@ this.columnHeader2, this.columnHeader3, this.columnHeader7}); - this.lvFirmwares.ContextMenuStrip = this.lvFirmwaresContextMenuStrip; - this.lvFirmwares.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvFirmwares.FullRowSelect = true; - this.lvFirmwares.GridLines = true; - this.lvFirmwares.Location = new System.Drawing.Point(0, 25); - this.lvFirmwares.Name = "lvFirmwares"; - this.lvFirmwares.Size = new System.Drawing.Size(773, 447); - this.lvFirmwares.SmallImageList = this.imageList1; - this.lvFirmwares.TabIndex = 24; - this.lvFirmwares.UseCompatibleStateImageBehavior = false; - this.lvFirmwares.View = System.Windows.Forms.View.Details; - this.lvFirmwares.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvFirmwares_ColumnClick); - this.lvFirmwares.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvFirmwares_KeyDown); - this.lvFirmwares.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvFirmwares_MouseClick); - // - // columnHeader5 - // - this.columnHeader5.Text = ""; - this.columnHeader5.Width = 31; - // - // columnHeader1 - // - this.columnHeader1.Text = "System"; - // - // columnHeader6 - // - this.columnHeader6.Text = "Id"; - // - // columnHeader4 - // - this.columnHeader4.Text = "Description"; - this.columnHeader4.Width = 165; - // - // columnHeader2 - // - this.columnHeader2.Text = "Resolved With"; - this.columnHeader2.Width = 116; - // - // columnHeader3 - // - this.columnHeader3.Text = "Location"; - this.columnHeader3.Width = 252; - // - // columnHeader7 - // - this.columnHeader7.Text = "Hash"; - this.columnHeader7.Width = 340; - // - // lvFirmwaresContextMenuStrip - // - this.lvFirmwaresContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.lvFirmwares.ContextMenuStrip = this.lvFirmwaresContextMenuStrip; + this.lvFirmwares.Dock = System.Windows.Forms.DockStyle.Fill; + this.lvFirmwares.FullRowSelect = true; + this.lvFirmwares.GridLines = true; + this.lvFirmwares.Location = new System.Drawing.Point(0, 25); + this.lvFirmwares.Name = "lvFirmwares"; + this.lvFirmwares.Size = new System.Drawing.Size(773, 447); + this.lvFirmwares.SmallImageList = this.imageList1; + this.lvFirmwares.TabIndex = 24; + this.lvFirmwares.UseCompatibleStateImageBehavior = false; + this.lvFirmwares.View = System.Windows.Forms.View.Details; + this.lvFirmwares.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvFirmwares_ColumnClick); + this.lvFirmwares.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvFirmwares_KeyDown); + this.lvFirmwares.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvFirmwares_MouseClick); + // + // columnHeader5 + // + this.columnHeader5.Text = ""; + this.columnHeader5.Width = 31; + // + // columnHeader1 + // + this.columnHeader1.Text = "System"; + // + // columnHeader6 + // + this.columnHeader6.Text = "Id"; + // + // columnHeader4 + // + this.columnHeader4.Text = "Description"; + this.columnHeader4.Width = 165; + // + // columnHeader2 + // + this.columnHeader2.Text = "Resolved With"; + this.columnHeader2.Width = 116; + // + // columnHeader3 + // + this.columnHeader3.Text = "Location"; + this.columnHeader3.Width = 252; + // + // columnHeader7 + // + this.columnHeader7.Text = "Hash"; + this.columnHeader7.Width = 340; + // + // lvFirmwaresContextMenuStrip + // + this.lvFirmwaresContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiSetCustomization, this.tsmiClearCustomization, this.tsmiInfo, this.tsmiCopy}); - this.lvFirmwaresContextMenuStrip.Name = "lvFirmwaresContextMenuStrip"; - this.lvFirmwaresContextMenuStrip.Size = new System.Drawing.Size(170, 114); - this.lvFirmwaresContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.lvFirmwaresContextMenuStrip_Opening); - // - // tsmiSetCustomization - // - this.tsmiSetCustomization.Name = "tsmiSetCustomization"; - this.tsmiSetCustomization.Size = new System.Drawing.Size(169, 22); - this.tsmiSetCustomization.Text = "&Set Customization"; - this.tsmiSetCustomization.Click += new System.EventHandler(this.tsmiClearCustomization_Click); - // - // tsmiClearCustomization - // - this.tsmiClearCustomization.Name = "tsmiClearCustomization"; - this.tsmiClearCustomization.Size = new System.Drawing.Size(169, 22); - this.tsmiClearCustomization.Text = "C&lear Customization"; - this.tsmiClearCustomization.Click += new System.EventHandler(this.tsmiClearCustomization_Click); - // - // tsmiInfo - // - this.tsmiInfo.Name = "tsmiInfo"; - this.tsmiInfo.Size = new System.Drawing.Size(169, 22); - this.tsmiInfo.Text = "&Info"; - this.tsmiInfo.Click += new System.EventHandler(this.tsmiInfo_Click); - // - // panel1 - // - this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2); - this.panel1.Controls.Add(this.lvFirmwares); - this.panel1.Controls.Add(this.toolStrip1); - this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel1.Location = new System.Drawing.Point(3, 3); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(773, 472); - this.panel1.TabIndex = 24; - // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.ColumnCount = 2; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); - this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 2; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel1.Size = new System.Drawing.Size(779, 478); - this.tableLayoutPanel1.TabIndex = 25; - // - // toolStrip1 - // - this.toolStrip1.ClickThrough = true; - this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.lvFirmwaresContextMenuStrip.Name = "lvFirmwaresContextMenuStrip"; + this.lvFirmwaresContextMenuStrip.Size = new System.Drawing.Size(170, 114); + this.lvFirmwaresContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.lvFirmwaresContextMenuStrip_Opening); + // + // tsmiSetCustomization + // + this.tsmiSetCustomization.Name = "tsmiSetCustomization"; + this.tsmiSetCustomization.Size = new System.Drawing.Size(169, 22); + this.tsmiSetCustomization.Text = "&Set Customization"; + this.tsmiSetCustomization.Click += new System.EventHandler(this.tsmiClearCustomization_Click); + // + // tsmiClearCustomization + // + this.tsmiClearCustomization.Name = "tsmiClearCustomization"; + this.tsmiClearCustomization.Size = new System.Drawing.Size(169, 22); + this.tsmiClearCustomization.Text = "C&lear Customization"; + this.tsmiClearCustomization.Click += new System.EventHandler(this.tsmiClearCustomization_Click); + // + // tsmiInfo + // + this.tsmiInfo.Name = "tsmiInfo"; + this.tsmiInfo.Size = new System.Drawing.Size(169, 22); + this.tsmiInfo.Text = "&Info"; + this.tsmiInfo.Click += new System.EventHandler(this.tsmiInfo_Click); + // + // tsmiCopy + // + this.tsmiCopy.Name = "tsmiCopy"; + this.tsmiCopy.Size = new System.Drawing.Size(169, 22); + this.tsmiCopy.Text = "&Copy"; + this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click); + // + // panel1 + // + this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2); + this.panel1.Controls.Add(this.lvFirmwares); + this.panel1.Controls.Add(this.toolStrip1); + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(3, 3); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(773, 472); + this.panel1.TabIndex = 24; + // + // toolStrip1 + // + this.toolStrip1.ClickThrough = true; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tbbGroup, this.toolStripSeparator2, this.tbbScan, this.tbbOrganize}); - this.toolStrip1.Location = new System.Drawing.Point(0, 0); - this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(773, 25); - this.toolStrip1.TabIndex = 23; - this.toolStrip1.Text = "toolStrip1"; - // - // tbbGroup - // - this.tbbGroup.Checked = true; - this.tbbGroup.CheckOnClick = true; - this.tbbGroup.CheckState = System.Windows.Forms.CheckState.Checked; - this.tbbGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.tbbGroup.Image = ((System.Drawing.Image)(resources.GetObject("tbbGroup.Image"))); - this.tbbGroup.ImageTransparentColor = System.Drawing.Color.Magenta; - this.tbbGroup.Name = "tbbGroup"; - this.tbbGroup.Size = new System.Drawing.Size(40, 22); - this.tbbGroup.Text = "Group"; - this.tbbGroup.Click += new System.EventHandler(this.tbbGroup_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); - // - // tbbScan - // - this.tbbScan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.tbbScan.Image = ((System.Drawing.Image)(resources.GetObject("tbbScan.Image"))); - this.tbbScan.ImageTransparentColor = System.Drawing.Color.Magenta; - this.tbbScan.Name = "tbbScan"; - this.tbbScan.Size = new System.Drawing.Size(34, 22); - this.tbbScan.Text = "Scan"; - this.tbbScan.Click += new System.EventHandler(this.tbbScan_Click); - // - // tbbOrganize - // - this.tbbOrganize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.tbbOrganize.Image = ((System.Drawing.Image)(resources.GetObject("tbbOrganize.Image"))); - this.tbbOrganize.ImageTransparentColor = System.Drawing.Color.Magenta; - this.tbbOrganize.Name = "tbbOrganize"; - this.tbbOrganize.Size = new System.Drawing.Size(54, 22); - this.tbbOrganize.Text = "Organize"; - this.tbbOrganize.Click += new System.EventHandler(this.tbbOrganize_Click); - // - // tsmiCopy - // - this.tsmiCopy.Name = "tsmiCopy"; - this.tsmiCopy.Size = new System.Drawing.Size(169, 22); - this.tsmiCopy.Text = "&Copy"; - this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click); - // - // FirmwaresConfig - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(779, 478); - this.Controls.Add(this.tableLayoutPanel1); - this.Name = "FirmwaresConfig"; - this.ShowIcon = false; - this.Text = "Firmwares"; - this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FirmwaresConfig_FormClosed); - this.Load += new System.EventHandler(this.FirmwaresConfig_Load); - this.lvFirmwaresContextMenuStrip.ResumeLayout(false); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.tableLayoutPanel1.ResumeLayout(false); - this.toolStrip1.ResumeLayout(false); - this.toolStrip1.PerformLayout(); - this.ResumeLayout(false); + this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(773, 25); + this.toolStrip1.TabIndex = 23; + this.toolStrip1.Text = "toolStrip1"; + // + // tbbGroup + // + this.tbbGroup.Checked = true; + this.tbbGroup.CheckOnClick = true; + this.tbbGroup.CheckState = System.Windows.Forms.CheckState.Checked; + this.tbbGroup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.tbbGroup.Image = ((System.Drawing.Image)(resources.GetObject("tbbGroup.Image"))); + this.tbbGroup.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tbbGroup.Name = "tbbGroup"; + this.tbbGroup.Size = new System.Drawing.Size(44, 22); + this.tbbGroup.Text = "Group"; + this.tbbGroup.Click += new System.EventHandler(this.tbbGroup_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); + // + // tbbScan + // + this.tbbScan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.tbbScan.Image = ((System.Drawing.Image)(resources.GetObject("tbbScan.Image"))); + this.tbbScan.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tbbScan.Name = "tbbScan"; + this.tbbScan.Size = new System.Drawing.Size(36, 22); + this.tbbScan.Text = "Scan"; + this.tbbScan.Click += new System.EventHandler(this.tbbScan_Click); + // + // tbbOrganize + // + this.tbbOrganize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.tbbOrganize.Image = ((System.Drawing.Image)(resources.GetObject("tbbOrganize.Image"))); + this.tbbOrganize.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tbbOrganize.Name = "tbbOrganize"; + this.tbbOrganize.Size = new System.Drawing.Size(58, 22); + this.tbbOrganize.Text = "Organize"; + this.tbbOrganize.Click += new System.EventHandler(this.tbbOrganize_Click); + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.ColumnCount = 2; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 2; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel1.Size = new System.Drawing.Size(779, 478); + this.tableLayoutPanel1.TabIndex = 25; + // + // FirmwaresConfig + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(779, 478); + this.Controls.Add(this.tableLayoutPanel1); + this.Name = "FirmwaresConfig"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Firmwares"; + this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FirmwaresConfig_FormClosed); + this.Load += new System.EventHandler(this.FirmwaresConfig_Load); + this.lvFirmwaresContextMenuStrip.ResumeLayout(false); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.tableLayoutPanel1.ResumeLayout(false); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/config/FirmwaresConfig.resx b/BizHawk.Client.EmuHawk/config/FirmwaresConfig.resx index 55a8eccb82..cb8e4f87cc 100644 --- a/BizHawk.Client.EmuHawk/config/FirmwaresConfig.resx +++ b/BizHawk.Client.EmuHawk/config/FirmwaresConfig.resx @@ -126,9 +126,6 @@ 122, 17 - - 221, 17 - @@ -175,4 +172,7 @@ TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + 221, 17 + \ No newline at end of file diff --git a/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.Designer.cs b/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.Designer.cs index a730127561..6890eedd15 100644 --- a/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/FirmwaresConfigInfo.Designer.cs @@ -28,158 +28,160 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.lvOptions = new System.Windows.Forms.ListView(); - this.colHash = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.colStandardFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.colDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.label1 = new System.Windows.Forms.Label(); - this.btnClose = new System.Windows.Forms.Button(); - this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); - this.label2 = new System.Windows.Forms.Label(); - this.lblFirmware = new System.Windows.Forms.Label(); - this.lvmiOptionsContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); - this.tsmiOptionsCopy = new System.Windows.Forms.ToolStripMenuItem(); - this.tableLayoutPanel1.SuspendLayout(); - this.flowLayoutPanel1.SuspendLayout(); - this.lvmiOptionsContextMenuStrip.SuspendLayout(); - this.SuspendLayout(); - // - // lvOptions - // - this.lvOptions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.components = new System.ComponentModel.Container(); + this.lvOptions = new System.Windows.Forms.ListView(); + this.colHash = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.colStandardFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.colDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.label1 = new System.Windows.Forms.Label(); + this.btnClose = new System.Windows.Forms.Button(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.label2 = new System.Windows.Forms.Label(); + this.lblFirmware = new System.Windows.Forms.Label(); + this.lvmiOptionsContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.tsmiOptionsCopy = new System.Windows.Forms.ToolStripMenuItem(); + this.tableLayoutPanel1.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); + this.lvmiOptionsContextMenuStrip.SuspendLayout(); + this.SuspendLayout(); + // + // lvOptions + // + this.lvOptions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colHash, this.colStandardFilename, this.colDescription}); - this.lvOptions.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvOptions.FullRowSelect = true; - this.lvOptions.GridLines = true; - this.lvOptions.Location = new System.Drawing.Point(3, 29); - this.lvOptions.Name = "lvOptions"; - this.lvOptions.Size = new System.Drawing.Size(648, 402); - this.lvOptions.TabIndex = 0; - this.lvOptions.UseCompatibleStateImageBehavior = false; - this.lvOptions.View = System.Windows.Forms.View.Details; - this.lvOptions.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvOptions_KeyDown); - this.lvOptions.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvOptions_MouseClick); - // - // colHash - // - this.colHash.Text = "Hash"; - this.colHash.Width = 251; - // - // colStandardFilename - // - this.colStandardFilename.Text = "Standard Filename"; - this.colStandardFilename.Width = 175; - // - // colDescription - // - this.colDescription.Text = "Description"; - this.colDescription.Width = 214; - // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.ColumnCount = 1; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); - this.tableLayoutPanel1.Controls.Add(this.lvOptions, 0, 2); - this.tableLayoutPanel1.Controls.Add(this.btnClose, 0, 3); - this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0); - this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 4; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel1.Size = new System.Drawing.Size(654, 469); - this.tableLayoutPanel1.TabIndex = 1; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(3, 13); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(122, 13); - this.label1.TabIndex = 1; - this.label1.Text = "Options for this firmware:"; - // - // btnClose - // - this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.btnClose.AutoSize = true; - this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnClose.Location = new System.Drawing.Point(595, 440); - this.btnClose.Margin = new System.Windows.Forms.Padding(6); - this.btnClose.Name = "btnClose"; - this.btnClose.Size = new System.Drawing.Size(53, 23); - this.btnClose.TabIndex = 2; - this.btnClose.Text = "Close"; - this.btnClose.UseVisualStyleBackColor = true; - // - // flowLayoutPanel1 - // - this.flowLayoutPanel1.AutoSize = true; - this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.flowLayoutPanel1.Controls.Add(this.label2); - this.flowLayoutPanel1.Controls.Add(this.lblFirmware); - this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); - this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); - this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(99, 13); - this.flowLayoutPanel1.TabIndex = 3; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(3, 0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(52, 13); - this.label2.TabIndex = 0; - this.label2.Text = "Firmware:"; - // - // lblFirmware - // - this.lblFirmware.AutoSize = true; - this.lblFirmware.Location = new System.Drawing.Point(61, 0); - this.lblFirmware.Name = "lblFirmware"; - this.lblFirmware.Size = new System.Drawing.Size(35, 13); - this.lblFirmware.TabIndex = 1; - this.lblFirmware.Text = "label3"; - // - // lvmiOptionsContextMenuStrip - // - this.lvmiOptionsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.lvOptions.Dock = System.Windows.Forms.DockStyle.Fill; + this.lvOptions.FullRowSelect = true; + this.lvOptions.GridLines = true; + this.lvOptions.Location = new System.Drawing.Point(3, 29); + this.lvOptions.Name = "lvOptions"; + this.lvOptions.Size = new System.Drawing.Size(648, 402); + this.lvOptions.TabIndex = 0; + this.lvOptions.UseCompatibleStateImageBehavior = false; + this.lvOptions.View = System.Windows.Forms.View.Details; + this.lvOptions.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvOptions_KeyDown); + this.lvOptions.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvOptions_MouseClick); + // + // colHash + // + this.colHash.Text = "Hash"; + this.colHash.Width = 251; + // + // colStandardFilename + // + this.colStandardFilename.Text = "Standard Filename"; + this.colStandardFilename.Width = 175; + // + // colDescription + // + this.colDescription.Text = "Description"; + this.colDescription.Width = 214; + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.ColumnCount = 1; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); + this.tableLayoutPanel1.Controls.Add(this.lvOptions, 0, 2); + this.tableLayoutPanel1.Controls.Add(this.btnClose, 0, 3); + this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 4; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel1.Size = new System.Drawing.Size(654, 469); + this.tableLayoutPanel1.TabIndex = 1; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(3, 13); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(122, 13); + this.label1.TabIndex = 1; + this.label1.Text = "Options for this firmware:"; + // + // btnClose + // + this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.btnClose.AutoSize = true; + this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnClose.Location = new System.Drawing.Point(595, 440); + this.btnClose.Margin = new System.Windows.Forms.Padding(6); + this.btnClose.Name = "btnClose"; + this.btnClose.Size = new System.Drawing.Size(53, 23); + this.btnClose.TabIndex = 2; + this.btnClose.Text = "Close"; + this.btnClose.UseVisualStyleBackColor = true; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.Controls.Add(this.label2); + this.flowLayoutPanel1.Controls.Add(this.lblFirmware); + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(99, 13); + this.flowLayoutPanel1.TabIndex = 3; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(3, 0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(52, 13); + this.label2.TabIndex = 0; + this.label2.Text = "Firmware:"; + // + // lblFirmware + // + this.lblFirmware.AutoSize = true; + this.lblFirmware.Location = new System.Drawing.Point(61, 0); + this.lblFirmware.Name = "lblFirmware"; + this.lblFirmware.Size = new System.Drawing.Size(35, 13); + this.lblFirmware.TabIndex = 1; + this.lblFirmware.Text = "label3"; + // + // lvmiOptionsContextMenuStrip + // + this.lvmiOptionsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiOptionsCopy}); - this.lvmiOptionsContextMenuStrip.Name = "lvmiOptionsContextMenuStrip"; - this.lvmiOptionsContextMenuStrip.Size = new System.Drawing.Size(100, 26); - // - // tsmiOptionsCopy - // - this.tsmiOptionsCopy.Name = "tsmiOptionsCopy"; - this.tsmiOptionsCopy.Size = new System.Drawing.Size(152, 22); - this.tsmiOptionsCopy.Text = "&Copy"; - this.tsmiOptionsCopy.Click += new System.EventHandler(this.tsmiOptionsCopy_Click); - // - // FirmwaresConfigInfo - // - this.AcceptButton = this.btnClose; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.btnClose; - this.ClientSize = new System.Drawing.Size(654, 469); - this.Controls.Add(this.tableLayoutPanel1); - this.Name = "FirmwaresConfigInfo"; - this.Text = "Firmware Info"; - this.tableLayoutPanel1.ResumeLayout(false); - this.tableLayoutPanel1.PerformLayout(); - this.flowLayoutPanel1.ResumeLayout(false); - this.flowLayoutPanel1.PerformLayout(); - this.lvmiOptionsContextMenuStrip.ResumeLayout(false); - this.ResumeLayout(false); + this.lvmiOptionsContextMenuStrip.Name = "lvmiOptionsContextMenuStrip"; + this.lvmiOptionsContextMenuStrip.Size = new System.Drawing.Size(100, 26); + // + // tsmiOptionsCopy + // + this.tsmiOptionsCopy.Name = "tsmiOptionsCopy"; + this.tsmiOptionsCopy.Size = new System.Drawing.Size(152, 22); + this.tsmiOptionsCopy.Text = "&Copy"; + this.tsmiOptionsCopy.Click += new System.EventHandler(this.tsmiOptionsCopy_Click); + // + // FirmwaresConfigInfo + // + this.AcceptButton = this.btnClose; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnClose; + this.ClientSize = new System.Drawing.Size(654, 469); + this.Controls.Add(this.tableLayoutPanel1); + this.Name = "FirmwaresConfigInfo"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Firmware Info"; + this.tableLayoutPanel1.ResumeLayout(false); + this.tableLayoutPanel1.PerformLayout(); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); + this.lvmiOptionsContextMenuStrip.ResumeLayout(false); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/config/GifAnimator.Designer.cs b/BizHawk.Client.EmuHawk/config/GifAnimator.Designer.cs index 52c3c7bef4..6b99577919 100644 --- a/BizHawk.Client.EmuHawk/config/GifAnimator.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/GifAnimator.Designer.cs @@ -28,129 +28,130 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GifAnimator)); - this.Save = new System.Windows.Forms.Button(); - this.checkBox1 = new System.Windows.Forms.CheckBox(); - this.TB_Frame_Skip = new System.Windows.Forms.TextBox(); - this.comboBox1 = new System.Windows.Forms.ComboBox(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.TB_Num_Frames = new System.Windows.Forms.TextBox(); - this.Cancel = new System.Windows.Forms.Button(); - this.SuspendLayout(); - // - // Save - // - this.Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.Save.Location = new System.Drawing.Point(12, 108); - this.Save.Name = "Save"; - this.Save.Size = new System.Drawing.Size(75, 23); - this.Save.TabIndex = 5; - this.Save.Text = "&Save"; - this.Save.UseVisualStyleBackColor = true; - this.Save.Click += new System.EventHandler(this.Exit_Click); - // - // checkBox1 - // - this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.checkBox1.AutoSize = true; - this.checkBox1.Location = new System.Drawing.Point(73, 85); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(93, 17); - this.checkBox1.TabIndex = 4; - this.checkBox1.Text = "Reverse Loop"; - this.checkBox1.UseVisualStyleBackColor = true; - // - // TB_Frame_Skip - // - this.TB_Frame_Skip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.TB_Frame_Skip.Location = new System.Drawing.Point(108, 32); - this.TB_Frame_Skip.MaxLength = 1024; - this.TB_Frame_Skip.Name = "TB_Frame_Skip"; - this.TB_Frame_Skip.Size = new System.Drawing.Size(58, 20); - this.TB_Frame_Skip.TabIndex = 2; - // - // comboBox1 - // - this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.comboBox1.FormattingEnabled = true; - this.comboBox1.Location = new System.Drawing.Point(108, 58); - this.comboBox1.Name = "comboBox1"; - this.comboBox1.Size = new System.Drawing.Size(58, 21); - this.comboBox1.TabIndex = 3; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(12, 35); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(80, 13); - this.label1.TabIndex = 8; - this.label1.Text = "Frames to Skip:"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(12, 61); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(90, 13); - this.label2.TabIndex = 9; - this.label2.Text = "Animation Speed:"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(12, 9); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(75, 13); - this.label3.TabIndex = 7; - this.label3.Text = "Length of GIF:"; - // - // TB_Num_Frames - // - this.TB_Num_Frames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.TB_Num_Frames.Location = new System.Drawing.Point(108, 6); - this.TB_Num_Frames.Name = "TB_Num_Frames"; - this.TB_Num_Frames.Size = new System.Drawing.Size(58, 20); - this.TB_Num_Frames.TabIndex = 1; - // - // 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(93, 108); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 6; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.button1_Click); - // - // GifAnimator - // - this.AcceptButton = this.Save; - 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(183, 146); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.label3); - this.Controls.Add(this.TB_Num_Frames); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.comboBox1); - this.Controls.Add(this.TB_Frame_Skip); - this.Controls.Add(this.checkBox1); - this.Controls.Add(this.Save); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(199, 184); - this.Name = "GifAnimator"; - this.ShowIcon = false; - this.Text = "GifAnimator"; - this.Load += new System.EventHandler(this.GifAnimator_Load); - this.ResumeLayout(false); - this.PerformLayout(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GifAnimator)); + this.Save = new System.Windows.Forms.Button(); + this.checkBox1 = new System.Windows.Forms.CheckBox(); + this.TB_Frame_Skip = new System.Windows.Forms.TextBox(); + this.comboBox1 = new System.Windows.Forms.ComboBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.TB_Num_Frames = new System.Windows.Forms.TextBox(); + this.Cancel = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // Save + // + this.Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.Save.Location = new System.Drawing.Point(12, 108); + this.Save.Name = "Save"; + this.Save.Size = new System.Drawing.Size(75, 23); + this.Save.TabIndex = 5; + this.Save.Text = "&Save"; + this.Save.UseVisualStyleBackColor = true; + this.Save.Click += new System.EventHandler(this.Exit_Click); + // + // checkBox1 + // + this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.checkBox1.AutoSize = true; + this.checkBox1.Location = new System.Drawing.Point(73, 85); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(93, 17); + this.checkBox1.TabIndex = 4; + this.checkBox1.Text = "Reverse Loop"; + this.checkBox1.UseVisualStyleBackColor = true; + // + // TB_Frame_Skip + // + this.TB_Frame_Skip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.TB_Frame_Skip.Location = new System.Drawing.Point(108, 32); + this.TB_Frame_Skip.MaxLength = 1024; + this.TB_Frame_Skip.Name = "TB_Frame_Skip"; + this.TB_Frame_Skip.Size = new System.Drawing.Size(58, 20); + this.TB_Frame_Skip.TabIndex = 2; + // + // comboBox1 + // + this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.comboBox1.FormattingEnabled = true; + this.comboBox1.Location = new System.Drawing.Point(108, 58); + this.comboBox1.Name = "comboBox1"; + this.comboBox1.Size = new System.Drawing.Size(58, 21); + this.comboBox1.TabIndex = 3; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(12, 35); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(80, 13); + this.label1.TabIndex = 8; + this.label1.Text = "Frames to Skip:"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(12, 61); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(90, 13); + this.label2.TabIndex = 9; + this.label2.Text = "Animation Speed:"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(12, 9); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(75, 13); + this.label3.TabIndex = 7; + this.label3.Text = "Length of GIF:"; + // + // TB_Num_Frames + // + this.TB_Num_Frames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.TB_Num_Frames.Location = new System.Drawing.Point(108, 6); + this.TB_Num_Frames.Name = "TB_Num_Frames"; + this.TB_Num_Frames.Size = new System.Drawing.Size(58, 20); + this.TB_Num_Frames.TabIndex = 1; + // + // 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(93, 108); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 6; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.button1_Click); + // + // GifAnimator + // + this.AcceptButton = this.Save; + 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(183, 146); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.label3); + this.Controls.Add(this.TB_Num_Frames); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.comboBox1); + this.Controls.Add(this.TB_Frame_Skip); + this.Controls.Add(this.checkBox1); + this.Controls.Add(this.Save); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(199, 184); + this.Name = "GifAnimator"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "GifAnimator"; + this.Load += new System.EventHandler(this.GifAnimator_Load); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/config/HotkeyConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/HotkeyConfig.Designer.cs index 9f55697e04..c87d4abd7c 100644 --- a/BizHawk.Client.EmuHawk/config/HotkeyConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/HotkeyConfig.Designer.cs @@ -143,7 +143,7 @@ this.label1.TabIndex = 107; this.label1.Text = "Find:"; // - // NewHotkeyWindow + // HotkeyConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -158,7 +158,8 @@ this.Controls.Add(this.AutoTabCheckBox); this.Controls.Add(this.label38); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "NewHotkeyWindow"; + this.Name = "HotkeyConfig"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Configure Hotkeys"; this.Load += new System.EventHandler(this.NewHotkeyWindow_Load); this.HotkeyTabControl.ResumeLayout(false); diff --git a/BizHawk.Client.EmuHawk/config/MessageConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/MessageConfig.Designer.cs index f06ac3d7c1..fcb09de3d2 100644 --- a/BizHawk.Client.EmuHawk/config/MessageConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/MessageConfig.Designer.cs @@ -28,664 +28,665 @@ /// private void InitializeComponent() { - this.OK = new System.Windows.Forms.Button(); - this.MessageTypeBox = new System.Windows.Forms.GroupBox(); - this.AutoholdLabel = new System.Windows.Forms.Label(); - this.AutoholdRadio = new System.Windows.Forms.RadioButton(); - this.MultitrackLabel = new System.Windows.Forms.Label(); - this.MultitrackRadio = new System.Windows.Forms.RadioButton(); - this.RerecLabel = new System.Windows.Forms.Label(); - this.RerecordsRadio = new System.Windows.Forms.RadioButton(); - this.MessLabel = new System.Windows.Forms.Label(); - this.InpLabel = new System.Windows.Forms.Label(); - this.LagLabel = new System.Windows.Forms.Label(); - this.FCLabel = new System.Windows.Forms.Label(); - this.FpsPosLabel = new System.Windows.Forms.Label(); - this.MessagesRadio = new System.Windows.Forms.RadioButton(); - this.InputDisplayRadio = new System.Windows.Forms.RadioButton(); - this.LagCounterRadio = new System.Windows.Forms.RadioButton(); - this.FrameCounterRadio = new System.Windows.Forms.RadioButton(); - this.FPSRadio = new System.Windows.Forms.RadioButton(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.label12 = new System.Windows.Forms.Label(); - this.MovieInputText = new System.Windows.Forms.TextBox(); - this.label11 = new System.Windows.Forms.Label(); - this.MovieInputColor = new System.Windows.Forms.Panel(); - this.LInputColorPanel = new System.Windows.Forms.Panel(); - this.AlertColorPanel = new System.Windows.Forms.Panel(); - this.ColorPanel = new System.Windows.Forms.Panel(); - this.label7 = new System.Windows.Forms.Label(); - this.label8 = new System.Windows.Forms.Label(); - this.LInputText = new System.Windows.Forms.TextBox(); - this.label6 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.AlertColorText = new System.Windows.Forms.TextBox(); - this.label4 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.ColorText = new System.Windows.Forms.TextBox(); - this.MessageColorDialog = new System.Windows.Forms.ColorDialog(); - this.Cancel = new System.Windows.Forms.Button(); - this.ResetDefaultsButton = new System.Windows.Forms.Button(); - this.PositionPanel = new System.Windows.Forms.Panel(); - this.XNumeric = new System.Windows.Forms.NumericUpDown(); - this.YNumeric = new System.Windows.Forms.NumericUpDown(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.PositionGroupBox = new System.Windows.Forms.GroupBox(); - this.BR = new System.Windows.Forms.RadioButton(); - this.BL = new System.Windows.Forms.RadioButton(); - this.TR = new System.Windows.Forms.RadioButton(); - this.TL = new System.Windows.Forms.RadioButton(); - this.AlertColorDialog = new System.Windows.Forms.ColorDialog(); - this.LInputColorDialog = new System.Windows.Forms.ColorDialog(); - this.MovieInputColorDialog = new System.Windows.Forms.ColorDialog(); - this.StackMessagesCheckbox = new System.Windows.Forms.CheckBox(); - this.MessageTypeBox.SuspendLayout(); - this.groupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).BeginInit(); - this.PositionGroupBox.SuspendLayout(); - this.SuspendLayout(); - // - // 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(418, 434); - 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); - // - // MessageTypeBox - // - this.MessageTypeBox.Controls.Add(this.AutoholdLabel); - this.MessageTypeBox.Controls.Add(this.AutoholdRadio); - this.MessageTypeBox.Controls.Add(this.MultitrackLabel); - this.MessageTypeBox.Controls.Add(this.MultitrackRadio); - this.MessageTypeBox.Controls.Add(this.RerecLabel); - this.MessageTypeBox.Controls.Add(this.RerecordsRadio); - this.MessageTypeBox.Controls.Add(this.MessLabel); - this.MessageTypeBox.Controls.Add(this.InpLabel); - this.MessageTypeBox.Controls.Add(this.LagLabel); - this.MessageTypeBox.Controls.Add(this.FCLabel); - this.MessageTypeBox.Controls.Add(this.FpsPosLabel); - this.MessageTypeBox.Controls.Add(this.MessagesRadio); - this.MessageTypeBox.Controls.Add(this.InputDisplayRadio); - this.MessageTypeBox.Controls.Add(this.LagCounterRadio); - this.MessageTypeBox.Controls.Add(this.FrameCounterRadio); - this.MessageTypeBox.Controls.Add(this.FPSRadio); - this.MessageTypeBox.Location = new System.Drawing.Point(12, 12); - this.MessageTypeBox.Name = "MessageTypeBox"; - this.MessageTypeBox.Size = new System.Drawing.Size(177, 216); - this.MessageTypeBox.TabIndex = 2; - this.MessageTypeBox.TabStop = false; - this.MessageTypeBox.Text = "Message Type"; - // - // AutoholdLabel - // - this.AutoholdLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.AutoholdLabel.AutoSize = true; - this.AutoholdLabel.Location = new System.Drawing.Point(126, 188); - this.AutoholdLabel.Name = "AutoholdLabel"; - this.AutoholdLabel.Size = new System.Drawing.Size(49, 13); - this.AutoholdLabel.TabIndex = 15; - this.AutoholdLabel.Text = "255, 255"; - // - // AutoholdRadio - // - this.AutoholdRadio.AutoSize = true; - this.AutoholdRadio.Location = new System.Drawing.Point(6, 186); - this.AutoholdRadio.Name = "AutoholdRadio"; - this.AutoholdRadio.Size = new System.Drawing.Size(67, 17); - this.AutoholdRadio.TabIndex = 14; - this.AutoholdRadio.TabStop = true; - this.AutoholdRadio.Text = "Autohold"; - this.AutoholdRadio.UseVisualStyleBackColor = true; - this.AutoholdRadio.CheckedChanged += new System.EventHandler(this.AutoholdRadio_CheckedChanged); - // - // MultitrackLabel - // - this.MultitrackLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.MultitrackLabel.AutoSize = true; - this.MultitrackLabel.Location = new System.Drawing.Point(126, 164); - this.MultitrackLabel.Name = "MultitrackLabel"; - this.MultitrackLabel.Size = new System.Drawing.Size(49, 13); - this.MultitrackLabel.TabIndex = 13; - this.MultitrackLabel.Text = "255, 255"; - // - // MultitrackRadio - // - this.MultitrackRadio.AutoSize = true; - this.MultitrackRadio.Location = new System.Drawing.Point(6, 162); - this.MultitrackRadio.Name = "MultitrackRadio"; - this.MultitrackRadio.Size = new System.Drawing.Size(71, 17); - this.MultitrackRadio.TabIndex = 12; - this.MultitrackRadio.TabStop = true; - this.MultitrackRadio.Text = "Multitrack"; - this.MultitrackRadio.UseVisualStyleBackColor = true; - this.MultitrackRadio.CheckedChanged += new System.EventHandler(this.MultitrackRadio_CheckedChanged); - // - // RerecLabel - // - this.RerecLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.RerecLabel.AutoSize = true; - this.RerecLabel.Location = new System.Drawing.Point(126, 140); - this.RerecLabel.Name = "RerecLabel"; - this.RerecLabel.Size = new System.Drawing.Size(49, 13); - this.RerecLabel.TabIndex = 11; - this.RerecLabel.Text = "255, 255"; - // - // RerecordsRadio - // - this.RerecordsRadio.AutoSize = true; - this.RerecordsRadio.Location = new System.Drawing.Point(6, 138); - this.RerecordsRadio.Name = "RerecordsRadio"; - this.RerecordsRadio.Size = new System.Drawing.Size(74, 17); - this.RerecordsRadio.TabIndex = 10; - this.RerecordsRadio.Text = "Rerecords"; - this.RerecordsRadio.UseVisualStyleBackColor = true; - this.RerecordsRadio.CheckedChanged += new System.EventHandler(this.MessagesRadio_CheckedChanged); - // - // MessLabel - // - this.MessLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.MessLabel.AutoSize = true; - this.MessLabel.Location = new System.Drawing.Point(126, 116); - this.MessLabel.Name = "MessLabel"; - this.MessLabel.Size = new System.Drawing.Size(49, 13); - this.MessLabel.TabIndex = 9; - this.MessLabel.Text = "255, 255"; - // - // InpLabel - // - this.InpLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.InpLabel.AutoSize = true; - this.InpLabel.Location = new System.Drawing.Point(126, 92); - this.InpLabel.Name = "InpLabel"; - this.InpLabel.Size = new System.Drawing.Size(49, 13); - this.InpLabel.TabIndex = 8; - this.InpLabel.Text = "255, 255"; - // - // LagLabel - // - this.LagLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.LagLabel.AutoSize = true; - this.LagLabel.Location = new System.Drawing.Point(126, 68); - this.LagLabel.Name = "LagLabel"; - this.LagLabel.Size = new System.Drawing.Size(49, 13); - this.LagLabel.TabIndex = 7; - this.LagLabel.Text = "255, 255"; - // - // FCLabel - // - this.FCLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.FCLabel.AutoSize = true; - this.FCLabel.Location = new System.Drawing.Point(126, 44); - this.FCLabel.Name = "FCLabel"; - this.FCLabel.Size = new System.Drawing.Size(49, 13); - this.FCLabel.TabIndex = 6; - this.FCLabel.Text = "255, 255"; - // - // FpsPosLabel - // - this.FpsPosLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.FpsPosLabel.AutoSize = true; - this.FpsPosLabel.Location = new System.Drawing.Point(126, 20); - this.FpsPosLabel.Name = "FpsPosLabel"; - this.FpsPosLabel.Size = new System.Drawing.Size(49, 13); - this.FpsPosLabel.TabIndex = 5; - this.FpsPosLabel.Text = "255, 255"; - // - // MessagesRadio - // - this.MessagesRadio.AutoSize = true; - this.MessagesRadio.Location = new System.Drawing.Point(6, 114); - this.MessagesRadio.Name = "MessagesRadio"; - this.MessagesRadio.Size = new System.Drawing.Size(73, 17); - this.MessagesRadio.TabIndex = 4; - this.MessagesRadio.Text = "Messages"; - this.MessagesRadio.UseVisualStyleBackColor = true; - this.MessagesRadio.CheckedChanged += new System.EventHandler(this.MessagesRadio_CheckedChanged); - // - // InputDisplayRadio - // - this.InputDisplayRadio.AutoSize = true; - this.InputDisplayRadio.Location = new System.Drawing.Point(6, 90); - this.InputDisplayRadio.Name = "InputDisplayRadio"; - this.InputDisplayRadio.Size = new System.Drawing.Size(86, 17); - this.InputDisplayRadio.TabIndex = 3; - this.InputDisplayRadio.Text = "Input Display"; - this.InputDisplayRadio.UseVisualStyleBackColor = true; - this.InputDisplayRadio.CheckedChanged += new System.EventHandler(this.InputDisplayRadio_CheckedChanged); - // - // LagCounterRadio - // - this.LagCounterRadio.AutoSize = true; - this.LagCounterRadio.Location = new System.Drawing.Point(6, 66); - this.LagCounterRadio.Name = "LagCounterRadio"; - this.LagCounterRadio.Size = new System.Drawing.Size(83, 17); - this.LagCounterRadio.TabIndex = 2; - this.LagCounterRadio.Text = "Lag Counter"; - this.LagCounterRadio.UseVisualStyleBackColor = true; - this.LagCounterRadio.CheckedChanged += new System.EventHandler(this.LagCounterRadio_CheckedChanged); - // - // FrameCounterRadio - // - this.FrameCounterRadio.AutoSize = true; - this.FrameCounterRadio.Location = new System.Drawing.Point(6, 42); - this.FrameCounterRadio.Name = "FrameCounterRadio"; - this.FrameCounterRadio.Size = new System.Drawing.Size(93, 17); - this.FrameCounterRadio.TabIndex = 1; - this.FrameCounterRadio.Text = "Frame counter"; - this.FrameCounterRadio.UseVisualStyleBackColor = true; - this.FrameCounterRadio.CheckedChanged += new System.EventHandler(this.FrameCounterRadio_CheckedChanged); - // - // FPSRadio - // - this.FPSRadio.AutoSize = true; - this.FPSRadio.Checked = true; - this.FPSRadio.Location = new System.Drawing.Point(6, 18); - this.FPSRadio.Name = "FPSRadio"; - this.FPSRadio.Size = new System.Drawing.Size(42, 17); - this.FPSRadio.TabIndex = 0; - this.FPSRadio.TabStop = true; - this.FPSRadio.Text = "Fps"; - this.FPSRadio.UseVisualStyleBackColor = true; - this.FPSRadio.CheckedChanged += new System.EventHandler(this.FPSRadio_CheckedChanged); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.label12); - this.groupBox2.Controls.Add(this.MovieInputText); - this.groupBox2.Controls.Add(this.label11); - this.groupBox2.Controls.Add(this.MovieInputColor); - this.groupBox2.Controls.Add(this.LInputColorPanel); - this.groupBox2.Controls.Add(this.AlertColorPanel); - this.groupBox2.Controls.Add(this.ColorPanel); - this.groupBox2.Controls.Add(this.label7); - this.groupBox2.Controls.Add(this.label8); - this.groupBox2.Controls.Add(this.LInputText); - this.groupBox2.Controls.Add(this.label6); - this.groupBox2.Controls.Add(this.label5); - this.groupBox2.Controls.Add(this.AlertColorText); - this.groupBox2.Controls.Add(this.label4); - this.groupBox2.Controls.Add(this.label3); - this.groupBox2.Controls.Add(this.ColorText); - this.groupBox2.Location = new System.Drawing.Point(12, 234); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(177, 223); - this.groupBox2.TabIndex = 4; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Message Colors"; - // - // label12 - // - this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(1, 170); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(63, 13); - this.label12.TabIndex = 24; - this.label12.Text = "Movie Input"; - // - // MovieInputText - // - this.MovieInputText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.MovieInputText.Location = new System.Drawing.Point(45, 187); - this.MovieInputText.MaxLength = 8; - this.MovieInputText.Name = "MovieInputText"; - this.MovieInputText.ReadOnly = true; - this.MovieInputText.Size = new System.Drawing.Size(59, 20); - this.MovieInputText.TabIndex = 23; - // - // label11 - // - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(28, 190); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(18, 13); - this.label11.TabIndex = 22; - this.label11.Text = "0x"; - // - // MovieInputColor - // - this.MovieInputColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.MovieInputColor.Location = new System.Drawing.Point(4, 187); - this.MovieInputColor.Name = "MovieInputColor"; - this.MovieInputColor.Size = new System.Drawing.Size(20, 20); - this.MovieInputColor.TabIndex = 9; - this.MovieInputColor.Click += new System.EventHandler(this.MovieInputColor_Click); - // - // LInputColorPanel - // - this.LInputColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.LInputColorPanel.Location = new System.Drawing.Point(6, 139); - this.LInputColorPanel.Name = "LInputColorPanel"; - this.LInputColorPanel.Size = new System.Drawing.Size(20, 20); - this.LInputColorPanel.TabIndex = 7; - this.LInputColorPanel.Click += new System.EventHandler(this.LInputColorPanel_Click); - // - // AlertColorPanel - // - this.AlertColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.AlertColorPanel.Location = new System.Drawing.Point(6, 90); - this.AlertColorPanel.Name = "AlertColorPanel"; - this.AlertColorPanel.Size = new System.Drawing.Size(20, 20); - this.AlertColorPanel.TabIndex = 7; - this.AlertColorPanel.Click += new System.EventHandler(this.AlertColorPanel_Click); - // - // ColorPanel - // - this.ColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.ColorPanel.Location = new System.Drawing.Point(6, 43); - this.ColorPanel.Name = "ColorPanel"; - this.ColorPanel.Size = new System.Drawing.Size(20, 20); - this.ColorPanel.TabIndex = 7; - this.ColorPanel.Click += new System.EventHandler(this.ColorPanel_Click); - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(1, 120); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(86, 13); - this.label7.TabIndex = 18; - this.label7.Text = "Last Frame Input"; - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(28, 142); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(18, 13); - this.label8.TabIndex = 17; - this.label8.Text = "0x"; - // - // LInputText - // - this.LInputText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.LInputText.Location = new System.Drawing.Point(45, 139); - this.LInputText.MaxLength = 8; - this.LInputText.Name = "LInputText"; - this.LInputText.ReadOnly = true; - this.LInputText.Size = new System.Drawing.Size(59, 20); - this.LInputText.TabIndex = 16; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(1, 71); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(78, 13); - this.label6.TabIndex = 13; - this.label6.Text = "Alert messages"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(28, 93); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(18, 13); - this.label5.TabIndex = 12; - this.label5.Text = "0x"; - // - // AlertColorText - // - this.AlertColorText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.AlertColorText.Location = new System.Drawing.Point(45, 90); - this.AlertColorText.MaxLength = 8; - this.AlertColorText.Name = "AlertColorText"; - this.AlertColorText.ReadOnly = true; - this.AlertColorText.Size = new System.Drawing.Size(59, 20); - this.AlertColorText.TabIndex = 11; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(6, 27); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(80, 13); - this.label4.TabIndex = 8; - this.label4.Text = "Main messages"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(28, 46); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(18, 13); - this.label3.TabIndex = 7; - this.label3.Text = "0x"; - // - // ColorText - // - this.ColorText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.ColorText.Location = new System.Drawing.Point(45, 43); - this.ColorText.MaxLength = 8; - this.ColorText.Name = "ColorText"; - this.ColorText.ReadOnly = true; - this.ColorText.Size = new System.Drawing.Size(59, 20); - this.ColorText.TabIndex = 2; - // - // MessageColorDialog - // - this.MessageColorDialog.FullOpen = true; - // - // 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(499, 434); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 5; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // ResetDefaultsButton - // - this.ResetDefaultsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.ResetDefaultsButton.Location = new System.Drawing.Point(195, 434); - this.ResetDefaultsButton.Name = "ResetDefaultsButton"; - this.ResetDefaultsButton.Size = new System.Drawing.Size(96, 23); - this.ResetDefaultsButton.TabIndex = 6; - this.ResetDefaultsButton.Text = "Restore Defaults"; - this.ResetDefaultsButton.UseVisualStyleBackColor = true; - this.ResetDefaultsButton.Click += new System.EventHandler(this.ResetDefaultsButton_Click); - // - // PositionPanel - // - this.PositionPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.PositionPanel.Location = new System.Drawing.Point(22, 18); - this.PositionPanel.Name = "PositionPanel"; - this.PositionPanel.Size = new System.Drawing.Size(264, 248); - this.PositionPanel.TabIndex = 0; - this.PositionPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.PositionPanel_Paint); - this.PositionPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseDown); - this.PositionPanel.MouseEnter += new System.EventHandler(this.PositionPanel_MouseEnter); - this.PositionPanel.MouseLeave += new System.EventHandler(this.PositionPanel_MouseLeave); - this.PositionPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseMove); - this.PositionPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseUp); - // - // XNumeric - // - this.XNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.XNumeric.Location = new System.Drawing.Point(43, 271); - this.XNumeric.Maximum = new decimal(new int[] { + this.OK = new System.Windows.Forms.Button(); + this.MessageTypeBox = new System.Windows.Forms.GroupBox(); + this.AutoholdLabel = new System.Windows.Forms.Label(); + this.AutoholdRadio = new System.Windows.Forms.RadioButton(); + this.MultitrackLabel = new System.Windows.Forms.Label(); + this.MultitrackRadio = new System.Windows.Forms.RadioButton(); + this.RerecLabel = new System.Windows.Forms.Label(); + this.RerecordsRadio = new System.Windows.Forms.RadioButton(); + this.MessLabel = new System.Windows.Forms.Label(); + this.InpLabel = new System.Windows.Forms.Label(); + this.LagLabel = new System.Windows.Forms.Label(); + this.FCLabel = new System.Windows.Forms.Label(); + this.FpsPosLabel = new System.Windows.Forms.Label(); + this.MessagesRadio = new System.Windows.Forms.RadioButton(); + this.InputDisplayRadio = new System.Windows.Forms.RadioButton(); + this.LagCounterRadio = new System.Windows.Forms.RadioButton(); + this.FrameCounterRadio = new System.Windows.Forms.RadioButton(); + this.FPSRadio = new System.Windows.Forms.RadioButton(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label12 = new System.Windows.Forms.Label(); + this.MovieInputText = new System.Windows.Forms.TextBox(); + this.label11 = new System.Windows.Forms.Label(); + this.MovieInputColor = new System.Windows.Forms.Panel(); + this.LInputColorPanel = new System.Windows.Forms.Panel(); + this.AlertColorPanel = new System.Windows.Forms.Panel(); + this.ColorPanel = new System.Windows.Forms.Panel(); + this.label7 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.LInputText = new System.Windows.Forms.TextBox(); + this.label6 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.AlertColorText = new System.Windows.Forms.TextBox(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.ColorText = new System.Windows.Forms.TextBox(); + this.MessageColorDialog = new System.Windows.Forms.ColorDialog(); + this.Cancel = new System.Windows.Forms.Button(); + this.ResetDefaultsButton = new System.Windows.Forms.Button(); + this.PositionPanel = new System.Windows.Forms.Panel(); + this.XNumeric = new System.Windows.Forms.NumericUpDown(); + this.YNumeric = new System.Windows.Forms.NumericUpDown(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.PositionGroupBox = new System.Windows.Forms.GroupBox(); + this.BR = new System.Windows.Forms.RadioButton(); + this.BL = new System.Windows.Forms.RadioButton(); + this.TR = new System.Windows.Forms.RadioButton(); + this.TL = new System.Windows.Forms.RadioButton(); + this.AlertColorDialog = new System.Windows.Forms.ColorDialog(); + this.LInputColorDialog = new System.Windows.Forms.ColorDialog(); + this.MovieInputColorDialog = new System.Windows.Forms.ColorDialog(); + this.StackMessagesCheckbox = new System.Windows.Forms.CheckBox(); + this.MessageTypeBox.SuspendLayout(); + this.groupBox2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).BeginInit(); + this.PositionGroupBox.SuspendLayout(); + this.SuspendLayout(); + // + // 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(418, 434); + 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); + // + // MessageTypeBox + // + this.MessageTypeBox.Controls.Add(this.AutoholdLabel); + this.MessageTypeBox.Controls.Add(this.AutoholdRadio); + this.MessageTypeBox.Controls.Add(this.MultitrackLabel); + this.MessageTypeBox.Controls.Add(this.MultitrackRadio); + this.MessageTypeBox.Controls.Add(this.RerecLabel); + this.MessageTypeBox.Controls.Add(this.RerecordsRadio); + this.MessageTypeBox.Controls.Add(this.MessLabel); + this.MessageTypeBox.Controls.Add(this.InpLabel); + this.MessageTypeBox.Controls.Add(this.LagLabel); + this.MessageTypeBox.Controls.Add(this.FCLabel); + this.MessageTypeBox.Controls.Add(this.FpsPosLabel); + this.MessageTypeBox.Controls.Add(this.MessagesRadio); + this.MessageTypeBox.Controls.Add(this.InputDisplayRadio); + this.MessageTypeBox.Controls.Add(this.LagCounterRadio); + this.MessageTypeBox.Controls.Add(this.FrameCounterRadio); + this.MessageTypeBox.Controls.Add(this.FPSRadio); + this.MessageTypeBox.Location = new System.Drawing.Point(12, 12); + this.MessageTypeBox.Name = "MessageTypeBox"; + this.MessageTypeBox.Size = new System.Drawing.Size(177, 216); + this.MessageTypeBox.TabIndex = 2; + this.MessageTypeBox.TabStop = false; + this.MessageTypeBox.Text = "Message Type"; + // + // AutoholdLabel + // + this.AutoholdLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.AutoholdLabel.AutoSize = true; + this.AutoholdLabel.Location = new System.Drawing.Point(126, 188); + this.AutoholdLabel.Name = "AutoholdLabel"; + this.AutoholdLabel.Size = new System.Drawing.Size(49, 13); + this.AutoholdLabel.TabIndex = 15; + this.AutoholdLabel.Text = "255, 255"; + // + // AutoholdRadio + // + this.AutoholdRadio.AutoSize = true; + this.AutoholdRadio.Location = new System.Drawing.Point(6, 186); + this.AutoholdRadio.Name = "AutoholdRadio"; + this.AutoholdRadio.Size = new System.Drawing.Size(67, 17); + this.AutoholdRadio.TabIndex = 14; + this.AutoholdRadio.TabStop = true; + this.AutoholdRadio.Text = "Autohold"; + this.AutoholdRadio.UseVisualStyleBackColor = true; + this.AutoholdRadio.CheckedChanged += new System.EventHandler(this.AutoholdRadio_CheckedChanged); + // + // MultitrackLabel + // + this.MultitrackLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.MultitrackLabel.AutoSize = true; + this.MultitrackLabel.Location = new System.Drawing.Point(126, 164); + this.MultitrackLabel.Name = "MultitrackLabel"; + this.MultitrackLabel.Size = new System.Drawing.Size(49, 13); + this.MultitrackLabel.TabIndex = 13; + this.MultitrackLabel.Text = "255, 255"; + // + // MultitrackRadio + // + this.MultitrackRadio.AutoSize = true; + this.MultitrackRadio.Location = new System.Drawing.Point(6, 162); + this.MultitrackRadio.Name = "MultitrackRadio"; + this.MultitrackRadio.Size = new System.Drawing.Size(71, 17); + this.MultitrackRadio.TabIndex = 12; + this.MultitrackRadio.TabStop = true; + this.MultitrackRadio.Text = "Multitrack"; + this.MultitrackRadio.UseVisualStyleBackColor = true; + this.MultitrackRadio.CheckedChanged += new System.EventHandler(this.MultitrackRadio_CheckedChanged); + // + // RerecLabel + // + this.RerecLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.RerecLabel.AutoSize = true; + this.RerecLabel.Location = new System.Drawing.Point(126, 140); + this.RerecLabel.Name = "RerecLabel"; + this.RerecLabel.Size = new System.Drawing.Size(49, 13); + this.RerecLabel.TabIndex = 11; + this.RerecLabel.Text = "255, 255"; + // + // RerecordsRadio + // + this.RerecordsRadio.AutoSize = true; + this.RerecordsRadio.Location = new System.Drawing.Point(6, 138); + this.RerecordsRadio.Name = "RerecordsRadio"; + this.RerecordsRadio.Size = new System.Drawing.Size(74, 17); + this.RerecordsRadio.TabIndex = 10; + this.RerecordsRadio.Text = "Rerecords"; + this.RerecordsRadio.UseVisualStyleBackColor = true; + this.RerecordsRadio.CheckedChanged += new System.EventHandler(this.MessagesRadio_CheckedChanged); + // + // MessLabel + // + this.MessLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.MessLabel.AutoSize = true; + this.MessLabel.Location = new System.Drawing.Point(126, 116); + this.MessLabel.Name = "MessLabel"; + this.MessLabel.Size = new System.Drawing.Size(49, 13); + this.MessLabel.TabIndex = 9; + this.MessLabel.Text = "255, 255"; + // + // InpLabel + // + this.InpLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.InpLabel.AutoSize = true; + this.InpLabel.Location = new System.Drawing.Point(126, 92); + this.InpLabel.Name = "InpLabel"; + this.InpLabel.Size = new System.Drawing.Size(49, 13); + this.InpLabel.TabIndex = 8; + this.InpLabel.Text = "255, 255"; + // + // LagLabel + // + this.LagLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.LagLabel.AutoSize = true; + this.LagLabel.Location = new System.Drawing.Point(126, 68); + this.LagLabel.Name = "LagLabel"; + this.LagLabel.Size = new System.Drawing.Size(49, 13); + this.LagLabel.TabIndex = 7; + this.LagLabel.Text = "255, 255"; + // + // FCLabel + // + this.FCLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.FCLabel.AutoSize = true; + this.FCLabel.Location = new System.Drawing.Point(126, 44); + this.FCLabel.Name = "FCLabel"; + this.FCLabel.Size = new System.Drawing.Size(49, 13); + this.FCLabel.TabIndex = 6; + this.FCLabel.Text = "255, 255"; + // + // FpsPosLabel + // + this.FpsPosLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.FpsPosLabel.AutoSize = true; + this.FpsPosLabel.Location = new System.Drawing.Point(126, 20); + this.FpsPosLabel.Name = "FpsPosLabel"; + this.FpsPosLabel.Size = new System.Drawing.Size(49, 13); + this.FpsPosLabel.TabIndex = 5; + this.FpsPosLabel.Text = "255, 255"; + // + // MessagesRadio + // + this.MessagesRadio.AutoSize = true; + this.MessagesRadio.Location = new System.Drawing.Point(6, 114); + this.MessagesRadio.Name = "MessagesRadio"; + this.MessagesRadio.Size = new System.Drawing.Size(73, 17); + this.MessagesRadio.TabIndex = 4; + this.MessagesRadio.Text = "Messages"; + this.MessagesRadio.UseVisualStyleBackColor = true; + this.MessagesRadio.CheckedChanged += new System.EventHandler(this.MessagesRadio_CheckedChanged); + // + // InputDisplayRadio + // + this.InputDisplayRadio.AutoSize = true; + this.InputDisplayRadio.Location = new System.Drawing.Point(6, 90); + this.InputDisplayRadio.Name = "InputDisplayRadio"; + this.InputDisplayRadio.Size = new System.Drawing.Size(86, 17); + this.InputDisplayRadio.TabIndex = 3; + this.InputDisplayRadio.Text = "Input Display"; + this.InputDisplayRadio.UseVisualStyleBackColor = true; + this.InputDisplayRadio.CheckedChanged += new System.EventHandler(this.InputDisplayRadio_CheckedChanged); + // + // LagCounterRadio + // + this.LagCounterRadio.AutoSize = true; + this.LagCounterRadio.Location = new System.Drawing.Point(6, 66); + this.LagCounterRadio.Name = "LagCounterRadio"; + this.LagCounterRadio.Size = new System.Drawing.Size(83, 17); + this.LagCounterRadio.TabIndex = 2; + this.LagCounterRadio.Text = "Lag Counter"; + this.LagCounterRadio.UseVisualStyleBackColor = true; + this.LagCounterRadio.CheckedChanged += new System.EventHandler(this.LagCounterRadio_CheckedChanged); + // + // FrameCounterRadio + // + this.FrameCounterRadio.AutoSize = true; + this.FrameCounterRadio.Location = new System.Drawing.Point(6, 42); + this.FrameCounterRadio.Name = "FrameCounterRadio"; + this.FrameCounterRadio.Size = new System.Drawing.Size(93, 17); + this.FrameCounterRadio.TabIndex = 1; + this.FrameCounterRadio.Text = "Frame counter"; + this.FrameCounterRadio.UseVisualStyleBackColor = true; + this.FrameCounterRadio.CheckedChanged += new System.EventHandler(this.FrameCounterRadio_CheckedChanged); + // + // FPSRadio + // + this.FPSRadio.AutoSize = true; + this.FPSRadio.Checked = true; + this.FPSRadio.Location = new System.Drawing.Point(6, 18); + this.FPSRadio.Name = "FPSRadio"; + this.FPSRadio.Size = new System.Drawing.Size(42, 17); + this.FPSRadio.TabIndex = 0; + this.FPSRadio.TabStop = true; + this.FPSRadio.Text = "Fps"; + this.FPSRadio.UseVisualStyleBackColor = true; + this.FPSRadio.CheckedChanged += new System.EventHandler(this.FPSRadio_CheckedChanged); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.label12); + this.groupBox2.Controls.Add(this.MovieInputText); + this.groupBox2.Controls.Add(this.label11); + this.groupBox2.Controls.Add(this.MovieInputColor); + this.groupBox2.Controls.Add(this.LInputColorPanel); + this.groupBox2.Controls.Add(this.AlertColorPanel); + this.groupBox2.Controls.Add(this.ColorPanel); + this.groupBox2.Controls.Add(this.label7); + this.groupBox2.Controls.Add(this.label8); + this.groupBox2.Controls.Add(this.LInputText); + this.groupBox2.Controls.Add(this.label6); + this.groupBox2.Controls.Add(this.label5); + this.groupBox2.Controls.Add(this.AlertColorText); + this.groupBox2.Controls.Add(this.label4); + this.groupBox2.Controls.Add(this.label3); + this.groupBox2.Controls.Add(this.ColorText); + this.groupBox2.Location = new System.Drawing.Point(12, 234); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(177, 223); + this.groupBox2.TabIndex = 4; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Message Colors"; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(1, 170); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(63, 13); + this.label12.TabIndex = 24; + this.label12.Text = "Movie Input"; + // + // MovieInputText + // + this.MovieInputText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.MovieInputText.Location = new System.Drawing.Point(45, 187); + this.MovieInputText.MaxLength = 8; + this.MovieInputText.Name = "MovieInputText"; + this.MovieInputText.ReadOnly = true; + this.MovieInputText.Size = new System.Drawing.Size(59, 20); + this.MovieInputText.TabIndex = 23; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(28, 190); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(18, 13); + this.label11.TabIndex = 22; + this.label11.Text = "0x"; + // + // MovieInputColor + // + this.MovieInputColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.MovieInputColor.Location = new System.Drawing.Point(4, 187); + this.MovieInputColor.Name = "MovieInputColor"; + this.MovieInputColor.Size = new System.Drawing.Size(20, 20); + this.MovieInputColor.TabIndex = 9; + this.MovieInputColor.Click += new System.EventHandler(this.MovieInputColor_Click); + // + // LInputColorPanel + // + this.LInputColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.LInputColorPanel.Location = new System.Drawing.Point(6, 139); + this.LInputColorPanel.Name = "LInputColorPanel"; + this.LInputColorPanel.Size = new System.Drawing.Size(20, 20); + this.LInputColorPanel.TabIndex = 7; + this.LInputColorPanel.Click += new System.EventHandler(this.LInputColorPanel_Click); + // + // AlertColorPanel + // + this.AlertColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.AlertColorPanel.Location = new System.Drawing.Point(6, 90); + this.AlertColorPanel.Name = "AlertColorPanel"; + this.AlertColorPanel.Size = new System.Drawing.Size(20, 20); + this.AlertColorPanel.TabIndex = 7; + this.AlertColorPanel.Click += new System.EventHandler(this.AlertColorPanel_Click); + // + // ColorPanel + // + this.ColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.ColorPanel.Location = new System.Drawing.Point(6, 43); + this.ColorPanel.Name = "ColorPanel"; + this.ColorPanel.Size = new System.Drawing.Size(20, 20); + this.ColorPanel.TabIndex = 7; + this.ColorPanel.Click += new System.EventHandler(this.ColorPanel_Click); + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(1, 120); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(86, 13); + this.label7.TabIndex = 18; + this.label7.Text = "Last Frame Input"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(28, 142); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(18, 13); + this.label8.TabIndex = 17; + this.label8.Text = "0x"; + // + // LInputText + // + this.LInputText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.LInputText.Location = new System.Drawing.Point(45, 139); + this.LInputText.MaxLength = 8; + this.LInputText.Name = "LInputText"; + this.LInputText.ReadOnly = true; + this.LInputText.Size = new System.Drawing.Size(59, 20); + this.LInputText.TabIndex = 16; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(1, 71); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(78, 13); + this.label6.TabIndex = 13; + this.label6.Text = "Alert messages"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(28, 93); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(18, 13); + this.label5.TabIndex = 12; + this.label5.Text = "0x"; + // + // AlertColorText + // + this.AlertColorText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.AlertColorText.Location = new System.Drawing.Point(45, 90); + this.AlertColorText.MaxLength = 8; + this.AlertColorText.Name = "AlertColorText"; + this.AlertColorText.ReadOnly = true; + this.AlertColorText.Size = new System.Drawing.Size(59, 20); + this.AlertColorText.TabIndex = 11; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(6, 27); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(80, 13); + this.label4.TabIndex = 8; + this.label4.Text = "Main messages"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(28, 46); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(18, 13); + this.label3.TabIndex = 7; + this.label3.Text = "0x"; + // + // ColorText + // + this.ColorText.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.ColorText.Location = new System.Drawing.Point(45, 43); + this.ColorText.MaxLength = 8; + this.ColorText.Name = "ColorText"; + this.ColorText.ReadOnly = true; + this.ColorText.Size = new System.Drawing.Size(59, 20); + this.ColorText.TabIndex = 2; + // + // MessageColorDialog + // + this.MessageColorDialog.FullOpen = true; + // + // 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(499, 434); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 5; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // ResetDefaultsButton + // + this.ResetDefaultsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.ResetDefaultsButton.Location = new System.Drawing.Point(195, 434); + this.ResetDefaultsButton.Name = "ResetDefaultsButton"; + this.ResetDefaultsButton.Size = new System.Drawing.Size(96, 23); + this.ResetDefaultsButton.TabIndex = 6; + this.ResetDefaultsButton.Text = "Restore Defaults"; + this.ResetDefaultsButton.UseVisualStyleBackColor = true; + this.ResetDefaultsButton.Click += new System.EventHandler(this.ResetDefaultsButton_Click); + // + // PositionPanel + // + this.PositionPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.PositionPanel.Location = new System.Drawing.Point(22, 18); + this.PositionPanel.Name = "PositionPanel"; + this.PositionPanel.Size = new System.Drawing.Size(264, 248); + this.PositionPanel.TabIndex = 0; + this.PositionPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.PositionPanel_Paint); + this.PositionPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseDown); + this.PositionPanel.MouseEnter += new System.EventHandler(this.PositionPanel_MouseEnter); + this.PositionPanel.MouseLeave += new System.EventHandler(this.PositionPanel_MouseLeave); + this.PositionPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseMove); + this.PositionPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PositionPanel_MouseUp); + // + // XNumeric + // + this.XNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.XNumeric.Location = new System.Drawing.Point(43, 271); + this.XNumeric.Maximum = new decimal(new int[] { 256, 0, 0, 0}); - this.XNumeric.Name = "XNumeric"; - this.XNumeric.Size = new System.Drawing.Size(44, 20); - this.XNumeric.TabIndex = 1; - this.XNumeric.Value = new decimal(new int[] { + this.XNumeric.Name = "XNumeric"; + this.XNumeric.Size = new System.Drawing.Size(44, 20); + this.XNumeric.TabIndex = 1; + this.XNumeric.Value = new decimal(new int[] { 255, 0, 0, 0}); - this.XNumeric.Click += new System.EventHandler(this.XNumeric_Click); - this.XNumeric.KeyUp += new System.Windows.Forms.KeyEventHandler(this.XNumeric_KeyUp); - // - // YNumeric - // - this.YNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.YNumeric.Location = new System.Drawing.Point(106, 271); - this.YNumeric.Maximum = new decimal(new int[] { + this.XNumeric.Click += new System.EventHandler(this.XNumeric_Click); + this.XNumeric.KeyUp += new System.Windows.Forms.KeyEventHandler(this.XNumeric_KeyUp); + // + // YNumeric + // + this.YNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.YNumeric.Location = new System.Drawing.Point(106, 271); + this.YNumeric.Maximum = new decimal(new int[] { 256, 0, 0, 0}); - this.YNumeric.Name = "YNumeric"; - this.YNumeric.Size = new System.Drawing.Size(44, 20); - this.YNumeric.TabIndex = 2; - this.YNumeric.Value = new decimal(new int[] { + this.YNumeric.Name = "YNumeric"; + this.YNumeric.Size = new System.Drawing.Size(44, 20); + this.YNumeric.TabIndex = 2; + this.YNumeric.Value = new decimal(new int[] { 255, 0, 0, 0}); - this.YNumeric.Click += new System.EventHandler(this.YNumeric_Click); - this.YNumeric.KeyUp += new System.Windows.Forms.KeyEventHandler(this.YNumeric_KeyUp); - // - // label1 - // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(27, 274); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(12, 13); - this.label1.TabIndex = 3; - this.label1.Text = "x"; - // - // label2 - // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(92, 273); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(12, 13); - this.label2.TabIndex = 4; - this.label2.Text = "y"; - // - // PositionGroupBox - // - this.PositionGroupBox.Controls.Add(this.BR); - this.PositionGroupBox.Controls.Add(this.BL); - this.PositionGroupBox.Controls.Add(this.TR); - this.PositionGroupBox.Controls.Add(this.TL); - this.PositionGroupBox.Controls.Add(this.label2); - this.PositionGroupBox.Controls.Add(this.label1); - this.PositionGroupBox.Controls.Add(this.YNumeric); - this.PositionGroupBox.Controls.Add(this.XNumeric); - this.PositionGroupBox.Controls.Add(this.PositionPanel); - this.PositionGroupBox.Location = new System.Drawing.Point(195, 12); - this.PositionGroupBox.Name = "PositionGroupBox"; - this.PositionGroupBox.Size = new System.Drawing.Size(307, 299); - this.PositionGroupBox.TabIndex = 3; - this.PositionGroupBox.TabStop = false; - this.PositionGroupBox.Text = "Position"; - // - // BR - // - this.BR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.BR.AutoSize = true; - this.BR.Location = new System.Drawing.Point(289, 253); - this.BR.Name = "BR"; - this.BR.Size = new System.Drawing.Size(14, 13); - this.BR.TabIndex = 8; - this.BR.TabStop = true; - this.BR.UseVisualStyleBackColor = true; - this.BR.Click += new System.EventHandler(this.BR_CheckedChanged); - // - // BL - // - this.BL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.BL.AutoSize = true; - this.BL.Location = new System.Drawing.Point(6, 253); - this.BL.Name = "BL"; - this.BL.Size = new System.Drawing.Size(14, 13); - this.BL.TabIndex = 7; - this.BL.TabStop = true; - this.BL.UseVisualStyleBackColor = true; - this.BL.Click += new System.EventHandler(this.BL_CheckedChanged); - // - // TR - // - this.TR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.TR.AutoSize = true; - this.TR.Location = new System.Drawing.Point(288, 18); - this.TR.Name = "TR"; - this.TR.Size = new System.Drawing.Size(14, 13); - this.TR.TabIndex = 6; - this.TR.TabStop = true; - this.TR.UseVisualStyleBackColor = true; - this.TR.Click += new System.EventHandler(this.TR_CheckedChanged); - // - // TL - // - this.TL.AutoSize = true; - this.TL.Location = new System.Drawing.Point(6, 18); - this.TL.Name = "TL"; - this.TL.Size = new System.Drawing.Size(14, 13); - this.TL.TabIndex = 5; - this.TL.TabStop = true; - this.TL.UseVisualStyleBackColor = true; - this.TL.Click += new System.EventHandler(this.TL_CheckedChanged); - // - // AlertColorDialog - // - this.AlertColorDialog.FullOpen = true; - // - // LInputColorDialog - // - this.LInputColorDialog.FullOpen = true; - // - // MovieInputColorDialog - // - this.MovieInputColorDialog.FullOpen = true; - // - // StackMessagesCheckbox - // - this.StackMessagesCheckbox.AutoSize = true; - this.StackMessagesCheckbox.Location = new System.Drawing.Point(195, 411); - this.StackMessagesCheckbox.Name = "StackMessagesCheckbox"; - this.StackMessagesCheckbox.Size = new System.Drawing.Size(105, 17); - this.StackMessagesCheckbox.TabIndex = 7; - this.StackMessagesCheckbox.Text = "Stack Messages"; - this.StackMessagesCheckbox.UseVisualStyleBackColor = true; - // - // MessageConfig - // - 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(612, 469); - this.Controls.Add(this.StackMessagesCheckbox); - this.Controls.Add(this.ResetDefaultsButton); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.PositionGroupBox); - this.Controls.Add(this.MessageTypeBox); - this.Controls.Add(this.OK); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; - this.MinimumSize = new System.Drawing.Size(404, 375); - this.Name = "MessageConfig"; - this.ShowIcon = false; - this.Text = "Configure On Screen Messages"; - this.Load += new System.EventHandler(this.MessageConfig_Load); - this.MessageTypeBox.ResumeLayout(false); - this.MessageTypeBox.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).EndInit(); - this.PositionGroupBox.ResumeLayout(false); - this.PositionGroupBox.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.YNumeric.Click += new System.EventHandler(this.YNumeric_Click); + this.YNumeric.KeyUp += new System.Windows.Forms.KeyEventHandler(this.YNumeric_KeyUp); + // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(27, 274); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(12, 13); + this.label1.TabIndex = 3; + this.label1.Text = "x"; + // + // label2 + // + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(92, 273); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(12, 13); + this.label2.TabIndex = 4; + this.label2.Text = "y"; + // + // PositionGroupBox + // + this.PositionGroupBox.Controls.Add(this.BR); + this.PositionGroupBox.Controls.Add(this.BL); + this.PositionGroupBox.Controls.Add(this.TR); + this.PositionGroupBox.Controls.Add(this.TL); + this.PositionGroupBox.Controls.Add(this.label2); + this.PositionGroupBox.Controls.Add(this.label1); + this.PositionGroupBox.Controls.Add(this.YNumeric); + this.PositionGroupBox.Controls.Add(this.XNumeric); + this.PositionGroupBox.Controls.Add(this.PositionPanel); + this.PositionGroupBox.Location = new System.Drawing.Point(195, 12); + this.PositionGroupBox.Name = "PositionGroupBox"; + this.PositionGroupBox.Size = new System.Drawing.Size(307, 299); + this.PositionGroupBox.TabIndex = 3; + this.PositionGroupBox.TabStop = false; + this.PositionGroupBox.Text = "Position"; + // + // BR + // + this.BR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.BR.AutoSize = true; + this.BR.Location = new System.Drawing.Point(289, 253); + this.BR.Name = "BR"; + this.BR.Size = new System.Drawing.Size(14, 13); + this.BR.TabIndex = 8; + this.BR.TabStop = true; + this.BR.UseVisualStyleBackColor = true; + this.BR.Click += new System.EventHandler(this.BR_CheckedChanged); + // + // BL + // + this.BL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.BL.AutoSize = true; + this.BL.Location = new System.Drawing.Point(6, 253); + this.BL.Name = "BL"; + this.BL.Size = new System.Drawing.Size(14, 13); + this.BL.TabIndex = 7; + this.BL.TabStop = true; + this.BL.UseVisualStyleBackColor = true; + this.BL.Click += new System.EventHandler(this.BL_CheckedChanged); + // + // TR + // + this.TR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.TR.AutoSize = true; + this.TR.Location = new System.Drawing.Point(288, 18); + this.TR.Name = "TR"; + this.TR.Size = new System.Drawing.Size(14, 13); + this.TR.TabIndex = 6; + this.TR.TabStop = true; + this.TR.UseVisualStyleBackColor = true; + this.TR.Click += new System.EventHandler(this.TR_CheckedChanged); + // + // TL + // + this.TL.AutoSize = true; + this.TL.Location = new System.Drawing.Point(6, 18); + this.TL.Name = "TL"; + this.TL.Size = new System.Drawing.Size(14, 13); + this.TL.TabIndex = 5; + this.TL.TabStop = true; + this.TL.UseVisualStyleBackColor = true; + this.TL.Click += new System.EventHandler(this.TL_CheckedChanged); + // + // AlertColorDialog + // + this.AlertColorDialog.FullOpen = true; + // + // LInputColorDialog + // + this.LInputColorDialog.FullOpen = true; + // + // MovieInputColorDialog + // + this.MovieInputColorDialog.FullOpen = true; + // + // StackMessagesCheckbox + // + this.StackMessagesCheckbox.AutoSize = true; + this.StackMessagesCheckbox.Location = new System.Drawing.Point(195, 411); + this.StackMessagesCheckbox.Name = "StackMessagesCheckbox"; + this.StackMessagesCheckbox.Size = new System.Drawing.Size(105, 17); + this.StackMessagesCheckbox.TabIndex = 7; + this.StackMessagesCheckbox.Text = "Stack Messages"; + this.StackMessagesCheckbox.UseVisualStyleBackColor = true; + // + // MessageConfig + // + 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(612, 469); + this.Controls.Add(this.StackMessagesCheckbox); + this.Controls.Add(this.ResetDefaultsButton); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.PositionGroupBox); + this.Controls.Add(this.MessageTypeBox); + this.Controls.Add(this.OK); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.MinimumSize = new System.Drawing.Size(404, 375); + this.Name = "MessageConfig"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Configure On Screen Messages"; + this.Load += new System.EventHandler(this.MessageConfig_Load); + this.MessageTypeBox.ResumeLayout(false); + this.MessageTypeBox.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).EndInit(); + this.PositionGroupBox.ResumeLayout(false); + this.PositionGroupBox.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/config/PathConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/PathConfig.Designer.cs index bd99ee15f4..fc098b402a 100644 --- a/BizHawk.Client.EmuHawk/config/PathConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/PathConfig.Designer.cs @@ -28,162 +28,163 @@ /// private void InitializeComponent() { - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.PathTabControl = new System.Windows.Forms.TabControl(); - this.SaveBtn = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); - this.button1 = new System.Windows.Forms.Button(); - this.RecentForROMs = new System.Windows.Forms.CheckBox(); - this.BasePathBox = new System.Windows.Forms.TextBox(); - this.BrowseBase = new System.Windows.Forms.Button(); - this.BaseDescription = new System.Windows.Forms.Label(); - this.DefaultsBtn = new System.Windows.Forms.Button(); - this.SuspendLayout(); - // - // 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(471, 411); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 0; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(552, 411); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 1; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // PathTabControl - // - this.PathTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.PathTabControl.Location = new System.Drawing.Point(12, 84); - this.PathTabControl.Multiline = true; - this.PathTabControl.Name = "PathTabControl"; - this.PathTabControl.SelectedIndex = 0; - this.PathTabControl.Size = new System.Drawing.Size(615, 321); - this.PathTabControl.TabIndex = 2; - // - // SaveBtn - // - this.SaveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.SaveBtn.Location = new System.Drawing.Point(12, 411); - this.SaveBtn.Name = "SaveBtn"; - this.SaveBtn.Size = new System.Drawing.Size(75, 23); - this.SaveBtn.TabIndex = 3; - this.SaveBtn.Text = "&Save"; - this.SaveBtn.UseVisualStyleBackColor = true; - this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click); - // - // label1 - // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(527, 52); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(97, 13); - this.label1.TabIndex = 210; - this.label1.Text = "Special Commands"; - // - // button1 - // - this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.button1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Help; - this.button1.Location = new System.Drawing.Point(496, 47); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(26, 23); - this.button1.TabIndex = 209; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // RecentForROMs - // - this.RecentForROMs.AutoSize = true; - this.RecentForROMs.Location = new System.Drawing.Point(12, 51); - this.RecentForROMs.Name = "RecentForROMs"; - this.RecentForROMs.Size = new System.Drawing.Size(184, 17); - this.RecentForROMs.TabIndex = 207; - this.RecentForROMs.Text = "Always use recent path for ROMs"; - this.RecentForROMs.UseVisualStyleBackColor = true; - this.RecentForROMs.CheckedChanged += new System.EventHandler(this.RecentForROMs_CheckedChanged); - // - // BasePathBox - // - this.BasePathBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.BasePathBox.Location = new System.Drawing.Point(12, 15); - this.BasePathBox.Name = "BasePathBox"; - this.BasePathBox.Size = new System.Drawing.Size(510, 20); - this.BasePathBox.TabIndex = 205; - // - // BrowseBase - // - this.BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.BrowseBase.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; - this.BrowseBase.Location = new System.Drawing.Point(530, 14); - this.BrowseBase.Name = "BrowseBase"; - this.BrowseBase.Size = new System.Drawing.Size(26, 23); - this.BrowseBase.TabIndex = 206; - this.BrowseBase.UseVisualStyleBackColor = true; - this.BrowseBase.Click += new System.EventHandler(this.BrowseBase_Click); - // - // BaseDescription - // - this.BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.BaseDescription.AutoSize = true; - this.BaseDescription.Location = new System.Drawing.Point(563, 19); - this.BaseDescription.Name = "BaseDescription"; - this.BaseDescription.Size = new System.Drawing.Size(64, 13); - this.BaseDescription.TabIndex = 208; - this.BaseDescription.Text = "Global Base"; - // - // DefaultsBtn - // - this.DefaultsBtn.Location = new System.Drawing.Point(93, 411); - this.DefaultsBtn.Name = "DefaultsBtn"; - this.DefaultsBtn.Size = new System.Drawing.Size(75, 23); - this.DefaultsBtn.TabIndex = 211; - this.DefaultsBtn.Text = "&Defaults"; - this.DefaultsBtn.UseVisualStyleBackColor = true; - this.DefaultsBtn.Click += new System.EventHandler(this.DefaultsBtn_Click); - // - // NewPathConfig - // - 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(639, 446); - this.Controls.Add(this.DefaultsBtn); - this.Controls.Add(this.label1); - this.Controls.Add(this.button1); - this.Controls.Add(this.RecentForROMs); - this.Controls.Add(this.BasePathBox); - this.Controls.Add(this.BrowseBase); - this.Controls.Add(this.BaseDescription); - this.Controls.Add(this.SaveBtn); - this.Controls.Add(this.PathTabControl); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.MinimumSize = new System.Drawing.Size(360, 250); - this.Name = "NewPathConfig"; - this.ShowIcon = false; - this.Text = "Path Configuration"; - this.Load += new System.EventHandler(this.NewPathConfig_Load); - this.ResumeLayout(false); - this.PerformLayout(); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.PathTabControl = new System.Windows.Forms.TabControl(); + this.SaveBtn = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.button1 = new System.Windows.Forms.Button(); + this.RecentForROMs = new System.Windows.Forms.CheckBox(); + this.BasePathBox = new System.Windows.Forms.TextBox(); + this.BrowseBase = new System.Windows.Forms.Button(); + this.BaseDescription = new System.Windows.Forms.Label(); + this.DefaultsBtn = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // 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(471, 411); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 0; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(552, 411); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 1; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // PathTabControl + // + this.PathTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.PathTabControl.Location = new System.Drawing.Point(12, 84); + this.PathTabControl.Multiline = true; + this.PathTabControl.Name = "PathTabControl"; + this.PathTabControl.SelectedIndex = 0; + this.PathTabControl.Size = new System.Drawing.Size(615, 321); + this.PathTabControl.TabIndex = 2; + // + // SaveBtn + // + this.SaveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.SaveBtn.Location = new System.Drawing.Point(12, 411); + this.SaveBtn.Name = "SaveBtn"; + this.SaveBtn.Size = new System.Drawing.Size(75, 23); + this.SaveBtn.TabIndex = 3; + this.SaveBtn.Text = "&Save"; + this.SaveBtn.UseVisualStyleBackColor = true; + this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click); + // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(527, 52); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(97, 13); + this.label1.TabIndex = 210; + this.label1.Text = "Special Commands"; + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.button1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Help; + this.button1.Location = new System.Drawing.Point(496, 47); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(26, 23); + this.button1.TabIndex = 209; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // RecentForROMs + // + this.RecentForROMs.AutoSize = true; + this.RecentForROMs.Location = new System.Drawing.Point(12, 51); + this.RecentForROMs.Name = "RecentForROMs"; + this.RecentForROMs.Size = new System.Drawing.Size(184, 17); + this.RecentForROMs.TabIndex = 207; + this.RecentForROMs.Text = "Always use recent path for ROMs"; + this.RecentForROMs.UseVisualStyleBackColor = true; + this.RecentForROMs.CheckedChanged += new System.EventHandler(this.RecentForROMs_CheckedChanged); + // + // BasePathBox + // + this.BasePathBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.BasePathBox.Location = new System.Drawing.Point(12, 15); + this.BasePathBox.Name = "BasePathBox"; + this.BasePathBox.Size = new System.Drawing.Size(510, 20); + this.BasePathBox.TabIndex = 205; + // + // BrowseBase + // + this.BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.BrowseBase.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; + this.BrowseBase.Location = new System.Drawing.Point(530, 14); + this.BrowseBase.Name = "BrowseBase"; + this.BrowseBase.Size = new System.Drawing.Size(26, 23); + this.BrowseBase.TabIndex = 206; + this.BrowseBase.UseVisualStyleBackColor = true; + this.BrowseBase.Click += new System.EventHandler(this.BrowseBase_Click); + // + // BaseDescription + // + this.BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.BaseDescription.AutoSize = true; + this.BaseDescription.Location = new System.Drawing.Point(563, 19); + this.BaseDescription.Name = "BaseDescription"; + this.BaseDescription.Size = new System.Drawing.Size(64, 13); + this.BaseDescription.TabIndex = 208; + this.BaseDescription.Text = "Global Base"; + // + // DefaultsBtn + // + this.DefaultsBtn.Location = new System.Drawing.Point(93, 411); + this.DefaultsBtn.Name = "DefaultsBtn"; + this.DefaultsBtn.Size = new System.Drawing.Size(75, 23); + this.DefaultsBtn.TabIndex = 211; + this.DefaultsBtn.Text = "&Defaults"; + this.DefaultsBtn.UseVisualStyleBackColor = true; + this.DefaultsBtn.Click += new System.EventHandler(this.DefaultsBtn_Click); + // + // 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(639, 446); + this.Controls.Add(this.DefaultsBtn); + this.Controls.Add(this.label1); + this.Controls.Add(this.button1); + this.Controls.Add(this.RecentForROMs); + this.Controls.Add(this.BasePathBox); + this.Controls.Add(this.BrowseBase); + this.Controls.Add(this.BaseDescription); + this.Controls.Add(this.SaveBtn); + this.Controls.Add(this.PathTabControl); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.MinimumSize = new System.Drawing.Size(360, 250); + this.Name = "PathConfig"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Path Configuration"; + this.Load += new System.EventHandler(this.NewPathConfig_Load); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/config/PathInfo.Designer.cs b/BizHawk.Client.EmuHawk/config/PathInfo.Designer.cs index 83c2a73a93..a53e49d9fb 100644 --- a/BizHawk.Client.EmuHawk/config/PathInfo.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/PathInfo.Designer.cs @@ -28,173 +28,175 @@ /// private void InitializeComponent() { - this.Ok = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); - this.label8 = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); - this.label10 = new System.Windows.Forms.Label(); - this.label11 = new System.Windows.Forms.Label(); - this.label12 = new System.Windows.Forms.Label(); - this.SuspendLayout(); - // - // Ok - // - this.Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.Ok.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.Ok.Location = new System.Drawing.Point(388, 152); - this.Ok.Name = "Ok"; - this.Ok.Size = new System.Drawing.Size(75, 23); - this.Ok.TabIndex = 0; - this.Ok.Text = "&Ok"; - this.Ok.UseVisualStyleBackColor = true; - this.Ok.Click += new System.EventHandler(this.Ok_Click); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.label1.Location = new System.Drawing.Point(13, 13); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(55, 15); - this.label1.TabIndex = 1; - this.label1.Text = "%recent%"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(72, 13); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(210, 13); - this.label2.TabIndex = 2; - this.label2.Text = "Sets the path to the Windows Recent Path"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.label3.Location = new System.Drawing.Point(13, 33); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(42, 15); - this.label3.TabIndex = 3; - this.label3.Text = "%exe%"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(72, 33); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(277, 13); - this.label4.TabIndex = 4; - this.label4.Text = "Sets the path of the executable (BizHawk.MultiClient.exe)"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.label5.Location = new System.Drawing.Point(13, 68); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(17, 15); - this.label5.TabIndex = 5; - this.label5.Text = ".\\"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.label6.Location = new System.Drawing.Point(13, 88); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(20, 15); - this.label6.TabIndex = 6; - this.label6.Text = "..\\"; - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(72, 68); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(150, 13); - this.label7.TabIndex = 7; - this.label7.Text = "Sets the path to the base path"; - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(94, 106); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(368, 13); - this.label8.TabIndex = 8; - this.label8.Text = "- Setting the global base path to one of these will set it to the path of the .exe"; - // - // label9 - // - this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(94, 121); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(250, 13); - this.label9.TabIndex = 9; - this.label9.Text = "- Setting a platform base will set it to the global base"; - // - // label10 - // - this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(94, 136); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(262, 13); - this.label10.TabIndex = 10; - this.label10.Text = "- Setting a platform folder will set it to the platform base"; - // - // label11 - // - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(94, 151); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(238, 13); - this.label11.TabIndex = 11; - this.label11.Text = "- Setting a tools folder will set it to the global base"; - // - // label12 - // - this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(72, 88); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(230, 13); - this.label12.TabIndex = 12; - this.label12.Text = "Sets the path to the folder above the base path"; - // - // PathInfo - // - this.AcceptButton = this.Ok; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.Ok; - this.ClientSize = new System.Drawing.Size(466, 177); - this.Controls.Add(this.label12); - this.Controls.Add(this.label11); - this.Controls.Add(this.label10); - this.Controls.Add(this.label9); - this.Controls.Add(this.label8); - this.Controls.Add(this.label7); - this.Controls.Add(this.label6); - this.Controls.Add(this.label5); - this.Controls.Add(this.label4); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.Ok); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "PathInfo"; - this.ShowIcon = false; - this.Text = "Special Commands"; - this.ResumeLayout(false); - this.PerformLayout(); + this.Ok = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + this.label11 = new System.Windows.Forms.Label(); + this.label12 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // Ok + // + this.Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.Ok.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.Ok.Location = new System.Drawing.Point(388, 152); + this.Ok.Name = "Ok"; + this.Ok.Size = new System.Drawing.Size(75, 23); + this.Ok.TabIndex = 0; + this.Ok.Text = "&Ok"; + this.Ok.UseVisualStyleBackColor = true; + this.Ok.Click += new System.EventHandler(this.Ok_Click); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.label1.Location = new System.Drawing.Point(13, 13); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(55, 15); + this.label1.TabIndex = 1; + this.label1.Text = "%recent%"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(72, 13); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(210, 13); + this.label2.TabIndex = 2; + this.label2.Text = "Sets the path to the Windows Recent Path"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.label3.Location = new System.Drawing.Point(13, 33); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(42, 15); + this.label3.TabIndex = 3; + this.label3.Text = "%exe%"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(72, 33); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(277, 13); + this.label4.TabIndex = 4; + this.label4.Text = "Sets the path of the executable (BizHawk.MultiClient.exe)"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.label5.Location = new System.Drawing.Point(13, 68); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(17, 15); + this.label5.TabIndex = 5; + this.label5.Text = ".\\"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.label6.Location = new System.Drawing.Point(13, 88); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(20, 15); + this.label6.TabIndex = 6; + this.label6.Text = "..\\"; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(72, 68); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(150, 13); + this.label7.TabIndex = 7; + this.label7.Text = "Sets the path to the base path"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(94, 106); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(368, 13); + this.label8.TabIndex = 8; + this.label8.Text = "- Setting the global base path to one of these will set it to the path of the .ex" + + "e"; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(94, 121); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(250, 13); + this.label9.TabIndex = 9; + this.label9.Text = "- Setting a platform base will set it to the global base"; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Location = new System.Drawing.Point(94, 136); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(262, 13); + this.label10.TabIndex = 10; + this.label10.Text = "- Setting a platform folder will set it to the platform base"; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(94, 151); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(238, 13); + this.label11.TabIndex = 11; + this.label11.Text = "- Setting a tools folder will set it to the global base"; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(72, 88); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(230, 13); + this.label12.TabIndex = 12; + this.label12.Text = "Sets the path to the folder above the base path"; + // + // PathInfo + // + this.AcceptButton = this.Ok; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.Ok; + this.ClientSize = new System.Drawing.Size(466, 177); + this.Controls.Add(this.label12); + this.Controls.Add(this.label11); + this.Controls.Add(this.label10); + this.Controls.Add(this.label9); + this.Controls.Add(this.label8); + this.Controls.Add(this.label7); + this.Controls.Add(this.label6); + this.Controls.Add(this.label5); + this.Controls.Add(this.label4); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.Ok); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "PathInfo"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Special Commands"; + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs index 6a66d3f376..9dc96e2904 100644 --- a/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/RewindConfig.Designer.cs @@ -69,14 +69,14 @@ this.label6 = new System.Windows.Forms.Label(); this.FullnessLabel = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); + this.EstTimeLabel = new System.Windows.Forms.Label(); + this.label11 = new System.Windows.Forms.Label(); + this.AverageStoredStateSizeLabel = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.ApproxFramesLabel = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); this.RewindFramesUsedLabel = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); - this.label8 = new System.Windows.Forms.Label(); - this.ApproxFramesLabel = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); - this.AverageStoredStateSizeLabel = new System.Windows.Forms.Label(); - this.label11 = new System.Windows.Forms.Label(); - this.EstTimeLabel = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LargeSavestateNumeric)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MediumSavestateNumeric)).BeginInit(); @@ -605,6 +605,60 @@ this.groupBox4.TabStop = false; this.groupBox4.Text = "Current Statistics"; // + // EstTimeLabel + // + this.EstTimeLabel.AutoSize = true; + this.EstTimeLabel.Location = new System.Drawing.Point(261, 48); + this.EstTimeLabel.Name = "EstTimeLabel"; + this.EstTimeLabel.Size = new System.Drawing.Size(32, 13); + this.EstTimeLabel.TabIndex = 19; + this.EstTimeLabel.Text = "0 min"; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(209, 48); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(54, 13); + this.label11.TabIndex = 18; + this.label11.Text = "Est. Time:"; + // + // AverageStoredStateSizeLabel + // + this.AverageStoredStateSizeLabel.AutoSize = true; + this.AverageStoredStateSizeLabel.Location = new System.Drawing.Point(261, 16); + this.AverageStoredStateSizeLabel.Name = "AverageStoredStateSizeLabel"; + this.AverageStoredStateSizeLabel.Size = new System.Drawing.Size(41, 13); + this.AverageStoredStateSizeLabel.TabIndex = 17; + this.AverageStoredStateSizeLabel.Text = "0 bytes"; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(149, 16); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(114, 13); + this.label9.TabIndex = 16; + this.label9.Text = "Avg Stored State Size:"; + // + // ApproxFramesLabel + // + this.ApproxFramesLabel.AutoSize = true; + this.ApproxFramesLabel.Location = new System.Drawing.Point(261, 32); + this.ApproxFramesLabel.Name = "ApproxFramesLabel"; + this.ApproxFramesLabel.Size = new System.Drawing.Size(47, 13); + this.ApproxFramesLabel.TabIndex = 15; + this.ApproxFramesLabel.Text = "0 frames"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(197, 32); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(66, 13); + this.label8.TabIndex = 14; + this.label8.Text = "Est. storage:"; + // // RewindFramesUsedLabel // this.RewindFramesUsedLabel.AutoSize = true; @@ -623,60 +677,6 @@ this.label7.TabIndex = 12; this.label7.Text = "Frames Stored:"; // - // label8 - // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(197, 32); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(66, 13); - this.label8.TabIndex = 14; - this.label8.Text = "Est. storage:"; - // - // ApproxFramesLabel - // - this.ApproxFramesLabel.AutoSize = true; - this.ApproxFramesLabel.Location = new System.Drawing.Point(261, 32); - this.ApproxFramesLabel.Name = "ApproxFramesLabel"; - this.ApproxFramesLabel.Size = new System.Drawing.Size(47, 13); - this.ApproxFramesLabel.TabIndex = 15; - this.ApproxFramesLabel.Text = "0 frames"; - // - // label9 - // - this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(149, 16); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(114, 13); - this.label9.TabIndex = 16; - this.label9.Text = "Avg Stored State Size:"; - // - // AverageStoredStateSizeLabel - // - this.AverageStoredStateSizeLabel.AutoSize = true; - this.AverageStoredStateSizeLabel.Location = new System.Drawing.Point(261, 16); - this.AverageStoredStateSizeLabel.Name = "AverageStoredStateSizeLabel"; - this.AverageStoredStateSizeLabel.Size = new System.Drawing.Size(41, 13); - this.AverageStoredStateSizeLabel.TabIndex = 17; - this.AverageStoredStateSizeLabel.Text = "0 bytes"; - // - // label11 - // - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(209, 48); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(54, 13); - this.label11.TabIndex = 18; - this.label11.Text = "Est. Time:"; - // - // EstTimeLabel - // - this.EstTimeLabel.AutoSize = true; - this.EstTimeLabel.Location = new System.Drawing.Point(261, 48); - this.EstTimeLabel.Name = "EstTimeLabel"; - this.EstTimeLabel.Size = new System.Drawing.Size(32, 13); - this.EstTimeLabel.TabIndex = 19; - this.EstTimeLabel.Text = "0 min"; - // // RewindConfig // this.AcceptButton = this.OK; @@ -692,6 +692,7 @@ this.Controls.Add(this.OK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "RewindConfig"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Rewind Settings"; this.Load += new System.EventHandler(this.RewindConfig_Load); this.groupBox1.ResumeLayout(false); diff --git a/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs index e1cad23292..9de445ed40 100644 --- a/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/SoundConfig.Designer.cs @@ -28,153 +28,154 @@ /// private void InitializeComponent() { - this.Cancel = new System.Windows.Forms.Button(); - this.OK = new System.Windows.Forms.Button(); - this.SoundOnCheckBox = new System.Windows.Forms.CheckBox(); - this.MuteFrameAdvance = new System.Windows.Forms.CheckBox(); - this.SoundVolGroup = new System.Windows.Forms.GroupBox(); - this.SoundVolBar = new System.Windows.Forms.TrackBar(); - this.SoundVolNumeric = new System.Windows.Forms.NumericUpDown(); - this.ThrottlecheckBox = new System.Windows.Forms.CheckBox(); - this.listBoxSoundDevices = new System.Windows.Forms.ListBox(); - this.label1 = new System.Windows.Forms.Label(); - this.SoundVolGroup.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.SoundVolBar)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.SoundVolNumeric)).BeginInit(); - 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(317, 209); - 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.DialogResult = System.Windows.Forms.DialogResult.OK; - this.OK.Location = new System.Drawing.Point(236, 209); - 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); - // - // SoundOnCheckBox - // - this.SoundOnCheckBox.AutoSize = true; - this.SoundOnCheckBox.Location = new System.Drawing.Point(147, 12); - this.SoundOnCheckBox.Name = "SoundOnCheckBox"; - this.SoundOnCheckBox.Size = new System.Drawing.Size(74, 17); - this.SoundOnCheckBox.TabIndex = 2; - this.SoundOnCheckBox.Text = "Sound On"; - this.SoundOnCheckBox.UseVisualStyleBackColor = true; - this.SoundOnCheckBox.CheckedChanged += new System.EventHandler(this.SoundOnCheckBox_CheckedChanged); - // - // MuteFrameAdvance - // - this.MuteFrameAdvance.AutoSize = true; - this.MuteFrameAdvance.Location = new System.Drawing.Point(147, 35); - this.MuteFrameAdvance.Name = "MuteFrameAdvance"; - this.MuteFrameAdvance.Size = new System.Drawing.Size(128, 17); - this.MuteFrameAdvance.TabIndex = 3; - this.MuteFrameAdvance.Text = "Mute Frame Advance"; - this.MuteFrameAdvance.UseVisualStyleBackColor = true; - // - // SoundVolGroup - // - this.SoundVolGroup.Controls.Add(this.SoundVolBar); - this.SoundVolGroup.Controls.Add(this.SoundVolNumeric); - this.SoundVolGroup.Location = new System.Drawing.Point(12, 12); - this.SoundVolGroup.Name = "SoundVolGroup"; - this.SoundVolGroup.Size = new System.Drawing.Size(90, 219); - this.SoundVolGroup.TabIndex = 4; - this.SoundVolGroup.TabStop = false; - this.SoundVolGroup.Text = "Volume"; - // - // SoundVolBar - // - this.SoundVolBar.LargeChange = 10; - this.SoundVolBar.Location = new System.Drawing.Point(23, 23); - this.SoundVolBar.Maximum = 100; - this.SoundVolBar.Name = "SoundVolBar"; - this.SoundVolBar.Orientation = System.Windows.Forms.Orientation.Vertical; - this.SoundVolBar.Size = new System.Drawing.Size(42, 164); - this.SoundVolBar.TabIndex = 1; - this.SoundVolBar.TickFrequency = 10; - this.SoundVolBar.Scroll += new System.EventHandler(this.trackBar1_Scroll); - // - // SoundVolNumeric - // - this.SoundVolNumeric.Location = new System.Drawing.Point(16, 190); - this.SoundVolNumeric.Name = "SoundVolNumeric"; - this.SoundVolNumeric.Size = new System.Drawing.Size(59, 20); - this.SoundVolNumeric.TabIndex = 0; - this.SoundVolNumeric.ValueChanged += new System.EventHandler(this.SoundVolNumeric_ValueChanged); - // - // ThrottlecheckBox - // - this.ThrottlecheckBox.AutoSize = true; - this.ThrottlecheckBox.Location = new System.Drawing.Point(147, 58); - this.ThrottlecheckBox.Name = "ThrottlecheckBox"; - this.ThrottlecheckBox.Size = new System.Drawing.Size(96, 17); - this.ThrottlecheckBox.TabIndex = 5; - this.ThrottlecheckBox.Text = "Sound Throttle"; - this.ThrottlecheckBox.UseVisualStyleBackColor = true; - // - // listBoxSoundDevices - // - this.listBoxSoundDevices.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.listBoxSoundDevices.FormattingEnabled = true; - this.listBoxSoundDevices.Location = new System.Drawing.Point(108, 108); - this.listBoxSoundDevices.Name = "listBoxSoundDevices"; - this.listBoxSoundDevices.Size = new System.Drawing.Size(284, 95); - this.listBoxSoundDevices.TabIndex = 6; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(108, 92); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(78, 13); - this.label1.TabIndex = 7; - this.label1.Text = "Sound Device:"; - // - // SoundConfig - // - 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(404, 244); - this.Controls.Add(this.label1); - this.Controls.Add(this.listBoxSoundDevices); - this.Controls.Add(this.ThrottlecheckBox); - this.Controls.Add(this.SoundVolGroup); - this.Controls.Add(this.MuteFrameAdvance); - this.Controls.Add(this.SoundOnCheckBox); - this.Controls.Add(this.OK); - this.Controls.Add(this.Cancel); - this.MinimumSize = new System.Drawing.Size(279, 259); - this.Name = "SoundConfig"; - this.ShowIcon = false; - this.Text = "Sound Configuration"; - this.Load += new System.EventHandler(this.SoundConfig_Load); - this.SoundVolGroup.ResumeLayout(false); - this.SoundVolGroup.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.SoundVolBar)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.SoundVolNumeric)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + this.Cancel = new System.Windows.Forms.Button(); + this.OK = new System.Windows.Forms.Button(); + this.SoundOnCheckBox = new System.Windows.Forms.CheckBox(); + this.MuteFrameAdvance = new System.Windows.Forms.CheckBox(); + this.SoundVolGroup = new System.Windows.Forms.GroupBox(); + this.SoundVolBar = new System.Windows.Forms.TrackBar(); + this.SoundVolNumeric = new System.Windows.Forms.NumericUpDown(); + this.ThrottlecheckBox = new System.Windows.Forms.CheckBox(); + this.listBoxSoundDevices = new System.Windows.Forms.ListBox(); + this.label1 = new System.Windows.Forms.Label(); + this.SoundVolGroup.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.SoundVolBar)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.SoundVolNumeric)).BeginInit(); + 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(317, 209); + 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.DialogResult = System.Windows.Forms.DialogResult.OK; + this.OK.Location = new System.Drawing.Point(236, 209); + 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); + // + // SoundOnCheckBox + // + this.SoundOnCheckBox.AutoSize = true; + this.SoundOnCheckBox.Location = new System.Drawing.Point(147, 12); + this.SoundOnCheckBox.Name = "SoundOnCheckBox"; + this.SoundOnCheckBox.Size = new System.Drawing.Size(74, 17); + this.SoundOnCheckBox.TabIndex = 2; + this.SoundOnCheckBox.Text = "Sound On"; + this.SoundOnCheckBox.UseVisualStyleBackColor = true; + this.SoundOnCheckBox.CheckedChanged += new System.EventHandler(this.SoundOnCheckBox_CheckedChanged); + // + // MuteFrameAdvance + // + this.MuteFrameAdvance.AutoSize = true; + this.MuteFrameAdvance.Location = new System.Drawing.Point(147, 35); + this.MuteFrameAdvance.Name = "MuteFrameAdvance"; + this.MuteFrameAdvance.Size = new System.Drawing.Size(128, 17); + this.MuteFrameAdvance.TabIndex = 3; + this.MuteFrameAdvance.Text = "Mute Frame Advance"; + this.MuteFrameAdvance.UseVisualStyleBackColor = true; + // + // SoundVolGroup + // + this.SoundVolGroup.Controls.Add(this.SoundVolBar); + this.SoundVolGroup.Controls.Add(this.SoundVolNumeric); + this.SoundVolGroup.Location = new System.Drawing.Point(12, 12); + this.SoundVolGroup.Name = "SoundVolGroup"; + this.SoundVolGroup.Size = new System.Drawing.Size(90, 219); + this.SoundVolGroup.TabIndex = 4; + this.SoundVolGroup.TabStop = false; + this.SoundVolGroup.Text = "Volume"; + // + // SoundVolBar + // + this.SoundVolBar.LargeChange = 10; + this.SoundVolBar.Location = new System.Drawing.Point(23, 23); + this.SoundVolBar.Maximum = 100; + this.SoundVolBar.Name = "SoundVolBar"; + this.SoundVolBar.Orientation = System.Windows.Forms.Orientation.Vertical; + this.SoundVolBar.Size = new System.Drawing.Size(45, 164); + this.SoundVolBar.TabIndex = 1; + this.SoundVolBar.TickFrequency = 10; + this.SoundVolBar.Scroll += new System.EventHandler(this.trackBar1_Scroll); + // + // SoundVolNumeric + // + this.SoundVolNumeric.Location = new System.Drawing.Point(16, 190); + this.SoundVolNumeric.Name = "SoundVolNumeric"; + this.SoundVolNumeric.Size = new System.Drawing.Size(59, 20); + this.SoundVolNumeric.TabIndex = 0; + this.SoundVolNumeric.ValueChanged += new System.EventHandler(this.SoundVolNumeric_ValueChanged); + // + // ThrottlecheckBox + // + this.ThrottlecheckBox.AutoSize = true; + this.ThrottlecheckBox.Location = new System.Drawing.Point(147, 58); + this.ThrottlecheckBox.Name = "ThrottlecheckBox"; + this.ThrottlecheckBox.Size = new System.Drawing.Size(96, 17); + this.ThrottlecheckBox.TabIndex = 5; + this.ThrottlecheckBox.Text = "Sound Throttle"; + this.ThrottlecheckBox.UseVisualStyleBackColor = true; + // + // listBoxSoundDevices + // + this.listBoxSoundDevices.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.listBoxSoundDevices.FormattingEnabled = true; + this.listBoxSoundDevices.Location = new System.Drawing.Point(108, 108); + this.listBoxSoundDevices.Name = "listBoxSoundDevices"; + this.listBoxSoundDevices.Size = new System.Drawing.Size(284, 95); + this.listBoxSoundDevices.TabIndex = 6; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(108, 92); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(78, 13); + this.label1.TabIndex = 7; + this.label1.Text = "Sound Device:"; + // + // SoundConfig + // + 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(404, 244); + this.Controls.Add(this.label1); + this.Controls.Add(this.listBoxSoundDevices); + this.Controls.Add(this.ThrottlecheckBox); + this.Controls.Add(this.SoundVolGroup); + this.Controls.Add(this.MuteFrameAdvance); + this.Controls.Add(this.SoundOnCheckBox); + this.Controls.Add(this.OK); + this.Controls.Add(this.Cancel); + this.MinimumSize = new System.Drawing.Size(279, 259); + this.Name = "SoundConfig"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Sound Configuration"; + this.Load += new System.EventHandler(this.SoundConfig_Load); + this.SoundVolGroup.ResumeLayout(false); + this.SoundVolGroup.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.SoundVolBar)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.SoundVolNumeric)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/movie/EditCommentsForm.Designer.cs b/BizHawk.Client.EmuHawk/movie/EditCommentsForm.Designer.cs index a18733dcb2..f18082c635 100644 --- a/BizHawk.Client.EmuHawk/movie/EditCommentsForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/movie/EditCommentsForm.Designer.cs @@ -28,77 +28,78 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditCommentsForm)); - this.Cancel = new System.Windows.Forms.Button(); - this.OK = new System.Windows.Forms.Button(); - this.CommentGrid = new System.Windows.Forms.DataGridView(); - this.Comment = new System.Windows.Forms.DataGridViewTextBoxColumn(); - ((System.ComponentModel.ISupportInitialize)(this.CommentGrid)).BeginInit(); - 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(405, 216); - 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(324, 216); - 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); - // - // CommentGrid - // - this.CommentGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.CommentGrid.BackgroundColor = System.Drawing.SystemColors.ControlLight; - this.CommentGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; - this.CommentGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.CommentGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditCommentsForm)); + this.Cancel = new System.Windows.Forms.Button(); + this.OK = new System.Windows.Forms.Button(); + this.CommentGrid = new System.Windows.Forms.DataGridView(); + this.Comment = new System.Windows.Forms.DataGridViewTextBoxColumn(); + ((System.ComponentModel.ISupportInitialize)(this.CommentGrid)).BeginInit(); + 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(405, 216); + 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(324, 216); + 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); + // + // CommentGrid + // + this.CommentGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.CommentGrid.BackgroundColor = System.Drawing.SystemColors.ControlLight; + this.CommentGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; + this.CommentGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.CommentGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Comment}); - this.CommentGrid.Location = new System.Drawing.Point(12, 12); - this.CommentGrid.Name = "CommentGrid"; - this.CommentGrid.Size = new System.Drawing.Size(468, 198); - this.CommentGrid.TabIndex = 2; - // - // Comment - // - this.Comment.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.Comment.HeaderText = "Comment"; - this.Comment.MaxInputLength = 512; - this.Comment.MinimumWidth = 100; - this.Comment.Name = "Comment"; - // - // EditCommentsForm - // - 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(492, 251); - this.Controls.Add(this.CommentGrid); - this.Controls.Add(this.OK); - this.Controls.Add(this.Cancel); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(188, 121); - this.Name = "EditCommentsForm"; - this.Text = "Edit Comments"; - this.Load += new System.EventHandler(this.EditCommentsForm_Load); - ((System.ComponentModel.ISupportInitialize)(this.CommentGrid)).EndInit(); - this.ResumeLayout(false); + this.CommentGrid.Location = new System.Drawing.Point(12, 12); + this.CommentGrid.Name = "CommentGrid"; + this.CommentGrid.Size = new System.Drawing.Size(468, 198); + this.CommentGrid.TabIndex = 2; + // + // Comment + // + this.Comment.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + this.Comment.HeaderText = "Comment"; + this.Comment.MaxInputLength = 512; + this.Comment.MinimumWidth = 100; + this.Comment.Name = "Comment"; + // + // EditCommentsForm + // + 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(492, 251); + this.Controls.Add(this.CommentGrid); + this.Controls.Add(this.OK); + this.Controls.Add(this.Cancel); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(188, 121); + this.Name = "EditCommentsForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Edit Comments"; + this.Load += new System.EventHandler(this.EditCommentsForm_Load); + ((System.ComponentModel.ISupportInitialize)(this.CommentGrid)).EndInit(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.Designer.cs b/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.Designer.cs index 6a08c256f7..2a1233d97e 100644 --- a/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/movie/EditSubtitlesForm.Designer.cs @@ -28,128 +28,129 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditSubtitlesForm)); - this.Cancel = new System.Windows.Forms.Button(); - this.OK = new System.Windows.Forms.Button(); - this.SubGrid = new System.Windows.Forms.DataGridView(); - this.Frame = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.X = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Length = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.DispColor = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Message = new System.Windows.Forms.DataGridViewTextBoxColumn(); - ((System.ComponentModel.ISupportInitialize)(this.SubGrid)).BeginInit(); - 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(485, 216); - 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(404, 216); - 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); - // - // SubGrid - // - this.SubGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.SubGrid.BackgroundColor = System.Drawing.SystemColors.ControlLight; - this.SubGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.SubGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditSubtitlesForm)); + this.Cancel = new System.Windows.Forms.Button(); + this.OK = new System.Windows.Forms.Button(); + this.SubGrid = new System.Windows.Forms.DataGridView(); + this.Frame = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.X = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Length = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.DispColor = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Message = new System.Windows.Forms.DataGridViewTextBoxColumn(); + ((System.ComponentModel.ISupportInitialize)(this.SubGrid)).BeginInit(); + 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(485, 216); + 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(404, 216); + 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); + // + // SubGrid + // + this.SubGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.SubGrid.BackgroundColor = System.Drawing.SystemColors.ControlLight; + this.SubGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + this.SubGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Frame, this.X, this.Y, this.Length, this.DispColor, this.Message}); - this.SubGrid.Location = new System.Drawing.Point(12, 12); - this.SubGrid.Name = "SubGrid"; - this.SubGrid.Size = new System.Drawing.Size(548, 198); - this.SubGrid.TabIndex = 2; - this.SubGrid.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubGrid_MouseDoubleClick); - // - // Frame - // - this.Frame.HeaderText = "Frame"; - this.Frame.MaxInputLength = 7; - this.Frame.Name = "Frame"; - this.Frame.ToolTipText = "The first frame the subtitle will be displayed (integer)"; - this.Frame.Width = 75; - // - // X - // - this.X.HeaderText = "X"; - this.X.MaxInputLength = 3; - this.X.Name = "X"; - this.X.ToolTipText = "Screen coordinate (absolute)"; - this.X.Width = 30; - // - // Y - // - this.Y.HeaderText = "Y"; - this.Y.MaxInputLength = 3; - this.Y.Name = "Y"; - this.Y.ToolTipText = "Screen coordinate (absolute)"; - this.Y.Width = 30; - // - // Length - // - this.Length.HeaderText = "Length"; - this.Length.MaxInputLength = 5; - this.Length.Name = "Length"; - this.Length.ToolTipText = "How long subtitle will be displayed"; - this.Length.Width = 50; - // - // DispColor - // - this.DispColor.HeaderText = "Color"; - this.DispColor.MaxInputLength = 8; - this.DispColor.Name = "DispColor"; - this.DispColor.ToolTipText = "Color of subtitle text"; - this.DispColor.Width = 60; - // - // Message - // - this.Message.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.Message.HeaderText = "Message"; - this.Message.MaxInputLength = 255; - this.Message.MinimumWidth = 25; - this.Message.Name = "Message"; - this.Message.ToolTipText = "What will be displayed"; - // - // EditSubtitlesForm - // - 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(572, 251); - this.Controls.Add(this.SubGrid); - this.Controls.Add(this.OK); - this.Controls.Add(this.Cancel); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(188, 121); - this.Name = "EditSubtitlesForm"; - this.Text = "Edit Subtitles"; - this.Load += new System.EventHandler(this.EditSubtitlesForm_Load); - ((System.ComponentModel.ISupportInitialize)(this.SubGrid)).EndInit(); - this.ResumeLayout(false); + this.SubGrid.Location = new System.Drawing.Point(12, 12); + this.SubGrid.Name = "SubGrid"; + this.SubGrid.Size = new System.Drawing.Size(548, 198); + this.SubGrid.TabIndex = 2; + this.SubGrid.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SubGrid_MouseDoubleClick); + // + // Frame + // + this.Frame.HeaderText = "Frame"; + this.Frame.MaxInputLength = 7; + this.Frame.Name = "Frame"; + this.Frame.ToolTipText = "The first frame the subtitle will be displayed (integer)"; + this.Frame.Width = 75; + // + // X + // + this.X.HeaderText = "X"; + this.X.MaxInputLength = 3; + this.X.Name = "X"; + this.X.ToolTipText = "Screen coordinate (absolute)"; + this.X.Width = 30; + // + // Y + // + this.Y.HeaderText = "Y"; + this.Y.MaxInputLength = 3; + this.Y.Name = "Y"; + this.Y.ToolTipText = "Screen coordinate (absolute)"; + this.Y.Width = 30; + // + // Length + // + this.Length.HeaderText = "Length"; + this.Length.MaxInputLength = 5; + this.Length.Name = "Length"; + this.Length.ToolTipText = "How long subtitle will be displayed"; + this.Length.Width = 50; + // + // DispColor + // + this.DispColor.HeaderText = "Color"; + this.DispColor.MaxInputLength = 8; + this.DispColor.Name = "DispColor"; + this.DispColor.ToolTipText = "Color of subtitle text"; + this.DispColor.Width = 60; + // + // Message + // + this.Message.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + this.Message.HeaderText = "Message"; + this.Message.MaxInputLength = 255; + this.Message.MinimumWidth = 25; + this.Message.Name = "Message"; + this.Message.ToolTipText = "What will be displayed"; + // + // EditSubtitlesForm + // + 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(572, 251); + this.Controls.Add(this.SubGrid); + this.Controls.Add(this.OK); + this.Controls.Add(this.Cancel); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(188, 121); + this.Name = "EditSubtitlesForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Edit Subtitles"; + this.Load += new System.EventHandler(this.EditSubtitlesForm_Load); + ((System.ComponentModel.ISupportInitialize)(this.SubGrid)).EndInit(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/movie/PlayMovie.Designer.cs b/BizHawk.Client.EmuHawk/movie/PlayMovie.Designer.cs index e48667471c..f0633bf565 100644 --- a/BizHawk.Client.EmuHawk/movie/PlayMovie.Designer.cs +++ b/BizHawk.Client.EmuHawk/movie/PlayMovie.Designer.cs @@ -28,283 +28,284 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayMovie)); - this.Cancel = new System.Windows.Forms.Button(); - this.OK = new System.Windows.Forms.Button(); - this.BrowseMovies = new System.Windows.Forms.Button(); - this.DetailsView = new System.Windows.Forms.ListView(); - this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.button2 = new System.Windows.Forms.Button(); - this.button1 = new System.Windows.Forms.Button(); - this.MovieCount = new System.Windows.Forms.Label(); - this.ReadOnlyCheckBox = new System.Windows.Forms.CheckBox(); - this.IncludeSubDirectories = new System.Windows.Forms.CheckBox(); - this.ShowStateFiles = new System.Windows.Forms.CheckBox(); - this.Scan = new System.Windows.Forms.Button(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.MatchGameNameCheckBox = new System.Windows.Forms.CheckBox(); - this.MovieView = new VirtualListView(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.groupBox1.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(678, 352); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 55; - 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(597, 352); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 50; - this.OK.Text = "&Ok"; - this.toolTip1.SetToolTip(this.OK, "Load selected movie"); - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // BrowseMovies - // - this.BrowseMovies.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.BrowseMovies.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; - this.BrowseMovies.Location = new System.Drawing.Point(12, 337); - this.BrowseMovies.Name = "BrowseMovies"; - this.BrowseMovies.Size = new System.Drawing.Size(31, 23); - this.BrowseMovies.TabIndex = 25; - this.toolTip1.SetToolTip(this.BrowseMovies, "Browse for additional movie files"); - this.BrowseMovies.UseVisualStyleBackColor = true; - this.BrowseMovies.Click += new System.EventHandler(this.BrowseMovies_Click); - // - // DetailsView - // - this.DetailsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.DetailsView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayMovie)); + this.Cancel = new System.Windows.Forms.Button(); + this.OK = new System.Windows.Forms.Button(); + this.BrowseMovies = new System.Windows.Forms.Button(); + this.DetailsView = new System.Windows.Forms.ListView(); + this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.button2 = new System.Windows.Forms.Button(); + this.button1 = new System.Windows.Forms.Button(); + this.MovieCount = new System.Windows.Forms.Label(); + this.ReadOnlyCheckBox = new System.Windows.Forms.CheckBox(); + this.IncludeSubDirectories = new System.Windows.Forms.CheckBox(); + this.ShowStateFiles = new System.Windows.Forms.CheckBox(); + this.Scan = new System.Windows.Forms.Button(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.MatchGameNameCheckBox = new System.Windows.Forms.CheckBox(); + this.MovieView = new BizHawk.Client.EmuHawk.VirtualListView(); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.groupBox1.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(678, 352); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 55; + 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(597, 352); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 50; + this.OK.Text = "&Ok"; + this.toolTip1.SetToolTip(this.OK, "Load selected movie"); + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // BrowseMovies + // + this.BrowseMovies.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.BrowseMovies.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; + this.BrowseMovies.Location = new System.Drawing.Point(12, 337); + this.BrowseMovies.Name = "BrowseMovies"; + this.BrowseMovies.Size = new System.Drawing.Size(31, 23); + this.BrowseMovies.TabIndex = 25; + this.toolTip1.SetToolTip(this.BrowseMovies, "Browse for additional movie files"); + this.BrowseMovies.UseVisualStyleBackColor = true; + this.BrowseMovies.Click += new System.EventHandler(this.BrowseMovies_Click); + // + // DetailsView + // + this.DetailsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.DetailsView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader5, this.columnHeader6}); - this.DetailsView.FullRowSelect = true; - this.DetailsView.GridLines = true; - this.DetailsView.HideSelection = false; - this.DetailsView.Location = new System.Drawing.Point(15, 19); - this.DetailsView.Name = "DetailsView"; - this.DetailsView.Size = new System.Drawing.Size(228, 242); - this.DetailsView.TabIndex = 10; - this.toolTip1.SetToolTip(this.DetailsView, "Contains the header information for the selected movie"); - this.DetailsView.UseCompatibleStateImageBehavior = false; - this.DetailsView.View = System.Windows.Forms.View.Details; - // - // columnHeader5 - // - this.columnHeader5.Text = "Header"; - this.columnHeader5.Width = 102; - // - // columnHeader6 - // - this.columnHeader6.Text = "Value"; - this.columnHeader6.Width = 121; - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox1.Controls.Add(this.button2); - this.groupBox1.Controls.Add(this.button1); - this.groupBox1.Controls.Add(this.DetailsView); - this.groupBox1.Location = new System.Drawing.Point(494, 28); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(259, 303); - this.groupBox1.TabIndex = 6; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Details"; - // - // button2 - // - this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.button2.Enabled = false; - this.button2.Location = new System.Drawing.Point(125, 267); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(75, 23); - this.button2.TabIndex = 20; - this.button2.Text = "Subtitles"; - this.button2.UseVisualStyleBackColor = true; - this.button2.Click += new System.EventHandler(this.button2_Click); - // - // button1 - // - this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.button1.Enabled = false; - this.button1.Location = new System.Drawing.Point(15, 267); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 15; - this.button1.Text = "Comments"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // MovieCount - // - this.MovieCount.AutoSize = true; - this.MovieCount.Location = new System.Drawing.Point(12, 9); - this.MovieCount.Name = "MovieCount"; - this.MovieCount.Size = new System.Drawing.Size(31, 13); - this.MovieCount.TabIndex = 7; - this.MovieCount.Text = " "; - // - // ReadOnlyCheckBox - // - this.ReadOnlyCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.ReadOnlyCheckBox.AutoSize = true; - this.ReadOnlyCheckBox.Checked = true; - this.ReadOnlyCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.ReadOnlyCheckBox.Location = new System.Drawing.Point(494, 356); - this.ReadOnlyCheckBox.Name = "ReadOnlyCheckBox"; - this.ReadOnlyCheckBox.Size = new System.Drawing.Size(74, 17); - this.ReadOnlyCheckBox.TabIndex = 45; - this.ReadOnlyCheckBox.Text = "Read only"; - this.ReadOnlyCheckBox.UseVisualStyleBackColor = true; - // - // IncludeSubDirectories - // - this.IncludeSubDirectories.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.IncludeSubDirectories.AutoSize = true; - this.IncludeSubDirectories.Location = new System.Drawing.Point(123, 337); - this.IncludeSubDirectories.Name = "IncludeSubDirectories"; - this.IncludeSubDirectories.Size = new System.Drawing.Size(131, 17); - this.IncludeSubDirectories.TabIndex = 35; - this.IncludeSubDirectories.Text = "Include Subdirectories"; - this.IncludeSubDirectories.UseVisualStyleBackColor = true; - this.IncludeSubDirectories.CheckedChanged += new System.EventHandler(this.IncludeSubDirectories_CheckedChanged); - // - // ShowStateFiles - // - this.ShowStateFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.ShowStateFiles.AutoSize = true; - this.ShowStateFiles.Location = new System.Drawing.Point(123, 358); - this.ShowStateFiles.Name = "ShowStateFiles"; - this.ShowStateFiles.Size = new System.Drawing.Size(128, 17); - this.ShowStateFiles.TabIndex = 40; - this.ShowStateFiles.Text = "Show valid .state files"; - this.ShowStateFiles.UseVisualStyleBackColor = true; - this.ShowStateFiles.CheckedChanged += new System.EventHandler(this.ShowStateFiles_CheckedChanged); - // - // Scan - // - this.Scan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.Scan.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Scan; - this.Scan.Location = new System.Drawing.Point(49, 337); - this.Scan.Name = "Scan"; - this.Scan.Size = new System.Drawing.Size(27, 23); - this.Scan.TabIndex = 30; - this.toolTip1.SetToolTip(this.Scan, "Rescan Movie folder for movie files"); - this.Scan.UseVisualStyleBackColor = true; - this.Scan.Click += new System.EventHandler(this.Scan_Click); - // - // MatchGameNameCheckBox - // - this.MatchGameNameCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.MatchGameNameCheckBox.AutoSize = true; - this.MatchGameNameCheckBox.Location = new System.Drawing.Point(260, 337); - this.MatchGameNameCheckBox.Name = "MatchGameNameCheckBox"; - this.MatchGameNameCheckBox.Size = new System.Drawing.Size(150, 17); - this.MatchGameNameCheckBox.TabIndex = 56; - this.MatchGameNameCheckBox.Text = "Match current game name"; - this.MatchGameNameCheckBox.UseVisualStyleBackColor = true; - this.MatchGameNameCheckBox.CheckedChanged += new System.EventHandler(this.MatchGameNameCheckBox_CheckedChanged); - // - // MovieView - // - this.MovieView.AllowDrop = true; - this.MovieView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.MovieView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.DetailsView.FullRowSelect = true; + this.DetailsView.GridLines = true; + this.DetailsView.HideSelection = false; + this.DetailsView.Location = new System.Drawing.Point(15, 19); + this.DetailsView.Name = "DetailsView"; + this.DetailsView.Size = new System.Drawing.Size(228, 242); + this.DetailsView.TabIndex = 10; + this.toolTip1.SetToolTip(this.DetailsView, "Contains the header information for the selected movie"); + this.DetailsView.UseCompatibleStateImageBehavior = false; + this.DetailsView.View = System.Windows.Forms.View.Details; + // + // columnHeader5 + // + this.columnHeader5.Text = "Header"; + this.columnHeader5.Width = 102; + // + // columnHeader6 + // + this.columnHeader6.Text = "Value"; + this.columnHeader6.Width = 121; + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox1.Controls.Add(this.button2); + this.groupBox1.Controls.Add(this.button1); + this.groupBox1.Controls.Add(this.DetailsView); + this.groupBox1.Location = new System.Drawing.Point(494, 28); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(259, 303); + this.groupBox1.TabIndex = 6; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Details"; + // + // button2 + // + this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button2.Enabled = false; + this.button2.Location = new System.Drawing.Point(125, 267); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(75, 23); + this.button2.TabIndex = 20; + this.button2.Text = "Subtitles"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.button2_Click); + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.button1.Enabled = false; + this.button1.Location = new System.Drawing.Point(15, 267); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 15; + this.button1.Text = "Comments"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // MovieCount + // + this.MovieCount.AutoSize = true; + this.MovieCount.Location = new System.Drawing.Point(12, 9); + this.MovieCount.Name = "MovieCount"; + this.MovieCount.Size = new System.Drawing.Size(31, 13); + this.MovieCount.TabIndex = 7; + this.MovieCount.Text = " "; + // + // ReadOnlyCheckBox + // + this.ReadOnlyCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.ReadOnlyCheckBox.AutoSize = true; + this.ReadOnlyCheckBox.Checked = true; + this.ReadOnlyCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.ReadOnlyCheckBox.Location = new System.Drawing.Point(494, 356); + this.ReadOnlyCheckBox.Name = "ReadOnlyCheckBox"; + this.ReadOnlyCheckBox.Size = new System.Drawing.Size(74, 17); + this.ReadOnlyCheckBox.TabIndex = 45; + this.ReadOnlyCheckBox.Text = "Read only"; + this.ReadOnlyCheckBox.UseVisualStyleBackColor = true; + // + // IncludeSubDirectories + // + this.IncludeSubDirectories.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.IncludeSubDirectories.AutoSize = true; + this.IncludeSubDirectories.Location = new System.Drawing.Point(123, 337); + this.IncludeSubDirectories.Name = "IncludeSubDirectories"; + this.IncludeSubDirectories.Size = new System.Drawing.Size(131, 17); + this.IncludeSubDirectories.TabIndex = 35; + this.IncludeSubDirectories.Text = "Include Subdirectories"; + this.IncludeSubDirectories.UseVisualStyleBackColor = true; + this.IncludeSubDirectories.CheckedChanged += new System.EventHandler(this.IncludeSubDirectories_CheckedChanged); + // + // ShowStateFiles + // + this.ShowStateFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.ShowStateFiles.AutoSize = true; + this.ShowStateFiles.Location = new System.Drawing.Point(123, 358); + this.ShowStateFiles.Name = "ShowStateFiles"; + this.ShowStateFiles.Size = new System.Drawing.Size(128, 17); + this.ShowStateFiles.TabIndex = 40; + this.ShowStateFiles.Text = "Show valid .state files"; + this.ShowStateFiles.UseVisualStyleBackColor = true; + this.ShowStateFiles.CheckedChanged += new System.EventHandler(this.ShowStateFiles_CheckedChanged); + // + // Scan + // + this.Scan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.Scan.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Scan; + this.Scan.Location = new System.Drawing.Point(49, 337); + this.Scan.Name = "Scan"; + this.Scan.Size = new System.Drawing.Size(27, 23); + this.Scan.TabIndex = 30; + this.toolTip1.SetToolTip(this.Scan, "Rescan Movie folder for movie files"); + this.Scan.UseVisualStyleBackColor = true; + this.Scan.Click += new System.EventHandler(this.Scan_Click); + // + // MatchGameNameCheckBox + // + this.MatchGameNameCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.MatchGameNameCheckBox.AutoSize = true; + this.MatchGameNameCheckBox.Location = new System.Drawing.Point(260, 337); + this.MatchGameNameCheckBox.Name = "MatchGameNameCheckBox"; + this.MatchGameNameCheckBox.Size = new System.Drawing.Size(150, 17); + this.MatchGameNameCheckBox.TabIndex = 56; + this.MatchGameNameCheckBox.Text = "Match current game name"; + this.MatchGameNameCheckBox.UseVisualStyleBackColor = true; + this.MatchGameNameCheckBox.CheckedChanged += new System.EventHandler(this.MatchGameNameCheckBox_CheckedChanged); + // + // MovieView + // + this.MovieView.AllowDrop = true; + this.MovieView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.MovieView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4}); - this.MovieView.FullRowSelect = true; - this.MovieView.GridLines = true; - this.MovieView.HideSelection = false; - this.MovieView.ItemCount = 0; - this.MovieView.Location = new System.Drawing.Point(12, 28); - this.MovieView.MultiSelect = false; - this.MovieView.Name = "MovieView"; - this.MovieView.selectedItem = -1; - this.MovieView.Size = new System.Drawing.Size(463, 303); - this.MovieView.TabIndex = 5; - this.MovieView.UseCompatibleStateImageBehavior = false; - this.MovieView.View = System.Windows.Forms.View.Details; - this.MovieView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.MovieView_ColumnClick); - this.MovieView.SelectedIndexChanged += new System.EventHandler(this.MovieView_SelectedIndexChanged); - this.MovieView.DragDrop += new System.Windows.Forms.DragEventHandler(this.MovieView_DragDrop); - this.MovieView.DragEnter += new System.Windows.Forms.DragEventHandler(this.MovieView_DragEnter); - this.MovieView.DoubleClick += new System.EventHandler(this.MovieView_DoubleClick); - this.MovieView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MovieView_KeyDown); - // - // columnHeader1 - // - this.columnHeader1.Text = "File"; - this.columnHeader1.Width = 221; - // - // columnHeader2 - // - this.columnHeader2.Text = "SysID"; - this.columnHeader2.Width = 43; - // - // columnHeader3 - // - this.columnHeader3.Text = "Game"; - this.columnHeader3.Width = 129; - // - // columnHeader4 - // - this.columnHeader4.Text = "Length (est.)"; - this.columnHeader4.Width = 64; - // - // PlayMovie - // - 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(765, 387); - this.Controls.Add(this.MatchGameNameCheckBox); - this.Controls.Add(this.Scan); - this.Controls.Add(this.ShowStateFiles); - this.Controls.Add(this.IncludeSubDirectories); - this.Controls.Add(this.ReadOnlyCheckBox); - this.Controls.Add(this.MovieCount); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.MovieView); - this.Controls.Add(this.BrowseMovies); - this.Controls.Add(this.OK); - this.Controls.Add(this.Cancel); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(547, 228); - this.Name = "PlayMovie"; - this.Text = "Play Movie"; - this.Load += new System.EventHandler(this.PlayMovie_Load); - this.groupBox1.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); + this.MovieView.FullRowSelect = true; + this.MovieView.GridLines = true; + this.MovieView.HideSelection = false; + this.MovieView.ItemCount = 0; + this.MovieView.Location = new System.Drawing.Point(12, 28); + this.MovieView.MultiSelect = false; + this.MovieView.Name = "MovieView"; + this.MovieView.selectedItem = -1; + this.MovieView.Size = new System.Drawing.Size(463, 303); + this.MovieView.TabIndex = 5; + this.MovieView.UseCompatibleStateImageBehavior = false; + this.MovieView.View = System.Windows.Forms.View.Details; + this.MovieView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.MovieView_ColumnClick); + this.MovieView.SelectedIndexChanged += new System.EventHandler(this.MovieView_SelectedIndexChanged); + this.MovieView.DragDrop += new System.Windows.Forms.DragEventHandler(this.MovieView_DragDrop); + this.MovieView.DragEnter += new System.Windows.Forms.DragEventHandler(this.MovieView_DragEnter); + this.MovieView.DoubleClick += new System.EventHandler(this.MovieView_DoubleClick); + this.MovieView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MovieView_KeyDown); + // + // columnHeader1 + // + this.columnHeader1.Text = "File"; + this.columnHeader1.Width = 221; + // + // columnHeader2 + // + this.columnHeader2.Text = "SysID"; + this.columnHeader2.Width = 43; + // + // columnHeader3 + // + this.columnHeader3.Text = "Game"; + this.columnHeader3.Width = 129; + // + // columnHeader4 + // + this.columnHeader4.Text = "Length (est.)"; + this.columnHeader4.Width = 64; + // + // PlayMovie + // + 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(765, 387); + this.Controls.Add(this.MatchGameNameCheckBox); + this.Controls.Add(this.Scan); + this.Controls.Add(this.ShowStateFiles); + this.Controls.Add(this.IncludeSubDirectories); + this.Controls.Add(this.ReadOnlyCheckBox); + this.Controls.Add(this.MovieCount); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.MovieView); + this.Controls.Add(this.BrowseMovies); + this.Controls.Add(this.OK); + this.Controls.Add(this.Cancel); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.MinimumSize = new System.Drawing.Size(547, 228); + this.Name = "PlayMovie"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Play Movie"; + this.Load += new System.EventHandler(this.PlayMovie_Load); + this.groupBox1.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/movie/RecordMovie.Designer.cs b/BizHawk.Client.EmuHawk/movie/RecordMovie.Designer.cs index 7a77e7b9af..4834b1f650 100644 --- a/BizHawk.Client.EmuHawk/movie/RecordMovie.Designer.cs +++ b/BizHawk.Client.EmuHawk/movie/RecordMovie.Designer.cs @@ -28,166 +28,167 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecordMovie)); - this.Cancel = new System.Windows.Forms.Button(); - this.OK = new System.Windows.Forms.Button(); - this.Browse = new System.Windows.Forms.Button(); - this.RecordBox = new System.Windows.Forms.TextBox(); - this.StartFromCombo = new System.Windows.Forms.ComboBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.DefaultAuthorCheckBox = new System.Windows.Forms.CheckBox(); - this.AuthorBox = new System.Windows.Forms.TextBox(); - this.label3 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.groupBox1.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(391, 139); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 1; - 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(310, 139); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 0; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // Browse - // - this.Browse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.Browse.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; - this.Browse.Location = new System.Drawing.Point(423, 13); - this.Browse.Name = "Browse"; - this.Browse.Size = new System.Drawing.Size(25, 23); - this.Browse.TabIndex = 1; - this.Browse.UseVisualStyleBackColor = true; - this.Browse.Click += new System.EventHandler(this.button1_Click); - // - // RecordBox - // - this.RecordBox.AllowDrop = true; - this.RecordBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.RecordBox.Location = new System.Drawing.Point(83, 13); - this.RecordBox.Name = "RecordBox"; - this.RecordBox.Size = new System.Drawing.Size(334, 20); - this.RecordBox.TabIndex = 0; - this.RecordBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.RecordBox_DragDrop); - this.RecordBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.RecordBox_DragEnter); - // - // StartFromCombo - // - this.StartFromCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.StartFromCombo.FormattingEnabled = true; - this.StartFromCombo.Items.AddRange(new object[] { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecordMovie)); + this.Cancel = new System.Windows.Forms.Button(); + this.OK = new System.Windows.Forms.Button(); + this.Browse = new System.Windows.Forms.Button(); + this.RecordBox = new System.Windows.Forms.TextBox(); + this.StartFromCombo = new System.Windows.Forms.ComboBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.DefaultAuthorCheckBox = new System.Windows.Forms.CheckBox(); + this.AuthorBox = new System.Windows.Forms.TextBox(); + this.label3 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.groupBox1.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(391, 139); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 1; + 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(310, 139); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 0; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // Browse + // + this.Browse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.Browse.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; + this.Browse.Location = new System.Drawing.Point(423, 13); + this.Browse.Name = "Browse"; + this.Browse.Size = new System.Drawing.Size(25, 23); + this.Browse.TabIndex = 1; + this.Browse.UseVisualStyleBackColor = true; + this.Browse.Click += new System.EventHandler(this.button1_Click); + // + // RecordBox + // + this.RecordBox.AllowDrop = true; + this.RecordBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.RecordBox.Location = new System.Drawing.Point(83, 13); + this.RecordBox.Name = "RecordBox"; + this.RecordBox.Size = new System.Drawing.Size(334, 20); + this.RecordBox.TabIndex = 0; + this.RecordBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.RecordBox_DragDrop); + this.RecordBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.RecordBox_DragEnter); + // + // StartFromCombo + // + this.StartFromCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.StartFromCombo.FormattingEnabled = true; + this.StartFromCombo.Items.AddRange(new object[] { "Power-On", "Now"}); - this.StartFromCombo.Location = new System.Drawing.Point(83, 65); - this.StartFromCombo.MaxDropDownItems = 32; - this.StartFromCombo.Name = "StartFromCombo"; - this.StartFromCombo.Size = new System.Drawing.Size(152, 21); - this.StartFromCombo.TabIndex = 3; - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox1.Controls.Add(this.DefaultAuthorCheckBox); - this.groupBox1.Controls.Add(this.AuthorBox); - this.groupBox1.Controls.Add(this.StartFromCombo); - this.groupBox1.Controls.Add(this.Browse); - this.groupBox1.Controls.Add(this.label3); - this.groupBox1.Controls.Add(this.label2); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Controls.Add(this.RecordBox); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(454, 112); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - // - // DefaultAuthorCheckBox - // - this.DefaultAuthorCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.DefaultAuthorCheckBox.AutoSize = true; - this.DefaultAuthorCheckBox.Location = new System.Drawing.Point(327, 64); - this.DefaultAuthorCheckBox.Name = "DefaultAuthorCheckBox"; - this.DefaultAuthorCheckBox.Size = new System.Drawing.Size(121, 17); - this.DefaultAuthorCheckBox.TabIndex = 6; - this.DefaultAuthorCheckBox.Text = "Make default author"; - this.DefaultAuthorCheckBox.UseVisualStyleBackColor = true; - // - // AuthorBox - // - this.AuthorBox.AllowDrop = true; - this.AuthorBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.AuthorBox.Location = new System.Drawing.Point(83, 39); - this.AuthorBox.Name = "AuthorBox"; - this.AuthorBox.Size = new System.Drawing.Size(365, 20); - this.AuthorBox.TabIndex = 2; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(36, 41); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(41, 13); - this.label3.TabIndex = 2; - this.label3.Text = "Author:"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(6, 68); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(71, 13); - this.label2.TabIndex = 5; - this.label2.Text = "Record From:"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(51, 16); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(26, 13); - this.label1.TabIndex = 4; - this.label1.Text = "File:"; - // - // RecordMovie - // - 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(478, 174); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.OK); - this.Controls.Add(this.Cancel); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(1440, 201); - this.MinimizeBox = false; - this.Name = "RecordMovie"; - this.Text = "Record Movie"; - this.Load += new System.EventHandler(this.RecordMovie_Load); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.ResumeLayout(false); + this.StartFromCombo.Location = new System.Drawing.Point(83, 65); + this.StartFromCombo.MaxDropDownItems = 32; + this.StartFromCombo.Name = "StartFromCombo"; + this.StartFromCombo.Size = new System.Drawing.Size(152, 21); + this.StartFromCombo.TabIndex = 3; + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox1.Controls.Add(this.DefaultAuthorCheckBox); + this.groupBox1.Controls.Add(this.AuthorBox); + this.groupBox1.Controls.Add(this.StartFromCombo); + this.groupBox1.Controls.Add(this.Browse); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.RecordBox); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(454, 112); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + // + // DefaultAuthorCheckBox + // + this.DefaultAuthorCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.DefaultAuthorCheckBox.AutoSize = true; + this.DefaultAuthorCheckBox.Location = new System.Drawing.Point(327, 64); + this.DefaultAuthorCheckBox.Name = "DefaultAuthorCheckBox"; + this.DefaultAuthorCheckBox.Size = new System.Drawing.Size(121, 17); + this.DefaultAuthorCheckBox.TabIndex = 6; + this.DefaultAuthorCheckBox.Text = "Make default author"; + this.DefaultAuthorCheckBox.UseVisualStyleBackColor = true; + // + // AuthorBox + // + this.AuthorBox.AllowDrop = true; + this.AuthorBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.AuthorBox.Location = new System.Drawing.Point(83, 39); + this.AuthorBox.Name = "AuthorBox"; + this.AuthorBox.Size = new System.Drawing.Size(365, 20); + this.AuthorBox.TabIndex = 2; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(36, 41); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(41, 13); + this.label3.TabIndex = 2; + this.label3.Text = "Author:"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(6, 68); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(71, 13); + this.label2.TabIndex = 5; + this.label2.Text = "Record From:"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(51, 16); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(26, 13); + this.label1.TabIndex = 4; + this.label1.Text = "File:"; + // + // RecordMovie + // + 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(478, 163); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.OK); + this.Controls.Add(this.Cancel); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(1440, 201); + this.MinimizeBox = false; + this.Name = "RecordMovie"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Record Movie"; + this.Load += new System.EventHandler(this.RecordMovie_Load); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/movie/SubtitleMaker.Designer.cs b/BizHawk.Client.EmuHawk/movie/SubtitleMaker.Designer.cs index 3ce474e266..3b85815ac0 100644 --- a/BizHawk.Client.EmuHawk/movie/SubtitleMaker.Designer.cs +++ b/BizHawk.Client.EmuHawk/movie/SubtitleMaker.Designer.cs @@ -28,212 +28,213 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubtitleMaker)); - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.Message = new System.Windows.Forms.TextBox(); - this.label1 = new System.Windows.Forms.Label(); - this.YNumeric = new System.Windows.Forms.NumericUpDown(); - this.XNumeric = new System.Windows.Forms.NumericUpDown(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.DurationNumeric = new System.Windows.Forms.NumericUpDown(); - this.label4 = new System.Windows.Forms.Label(); - this.ColorPanel = new System.Windows.Forms.Panel(); - this.label5 = new System.Windows.Forms.Label(); - this.colorDialog1 = new System.Windows.Forms.ColorDialog(); - this.FrameNumeric = new System.Windows.Forms.NumericUpDown(); - this.label6 = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.DurationNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.FrameNumeric)).BeginInit(); - this.SuspendLayout(); - // - // 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(267, 164); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 0; - this.OK.Text = "&Save"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(348, 164); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 1; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // Message - // - this.Message.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SubtitleMaker)); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.Message = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.YNumeric = new System.Windows.Forms.NumericUpDown(); + this.XNumeric = new System.Windows.Forms.NumericUpDown(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.DurationNumeric = new System.Windows.Forms.NumericUpDown(); + this.label4 = new System.Windows.Forms.Label(); + this.ColorPanel = new System.Windows.Forms.Panel(); + this.label5 = new System.Windows.Forms.Label(); + this.colorDialog1 = new System.Windows.Forms.ColorDialog(); + this.FrameNumeric = new System.Windows.Forms.NumericUpDown(); + this.label6 = new System.Windows.Forms.Label(); + ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.DurationNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.FrameNumeric)).BeginInit(); + this.SuspendLayout(); + // + // 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(267, 164); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 0; + this.OK.Text = "&Save"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(348, 164); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 1; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // Message + // + this.Message.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.Message.Location = new System.Drawing.Point(12, 69); - this.Message.MaxLength = 512; - this.Message.Name = "Message"; - this.Message.Size = new System.Drawing.Size(416, 20); - this.Message.TabIndex = 15; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(12, 50); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(50, 13); - this.label1.TabIndex = 3; - this.label1.Text = "Message"; - // - // YNumeric - // - this.YNumeric.Location = new System.Drawing.Point(15, 130); - this.YNumeric.Maximum = new decimal(new int[] { + this.Message.Location = new System.Drawing.Point(12, 69); + this.Message.MaxLength = 512; + this.Message.Name = "Message"; + this.Message.Size = new System.Drawing.Size(416, 20); + this.Message.TabIndex = 15; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(12, 50); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(50, 13); + this.label1.TabIndex = 3; + this.label1.Text = "Message"; + // + // YNumeric + // + this.YNumeric.Location = new System.Drawing.Point(15, 130); + this.YNumeric.Maximum = new decimal(new int[] { 240, 0, 0, 0}); - this.YNumeric.Name = "YNumeric"; - this.YNumeric.Size = new System.Drawing.Size(56, 20); - this.YNumeric.TabIndex = 25; - // - // XNumeric - // - this.XNumeric.Location = new System.Drawing.Point(15, 106); - this.XNumeric.Maximum = new decimal(new int[] { + this.YNumeric.Name = "YNumeric"; + this.YNumeric.Size = new System.Drawing.Size(56, 20); + this.YNumeric.TabIndex = 25; + // + // XNumeric + // + this.XNumeric.Location = new System.Drawing.Point(15, 106); + this.XNumeric.Maximum = new decimal(new int[] { 320, 0, 0, 0}); - this.XNumeric.Name = "XNumeric"; - this.XNumeric.Size = new System.Drawing.Size(56, 20); - this.XNumeric.TabIndex = 20; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(77, 108); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(53, 13); - this.label2.TabIndex = 6; - this.label2.Text = "X position"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(75, 133); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(53, 13); - this.label3.TabIndex = 7; - this.label3.Text = "Y position"; - // - // DurationNumeric - // - this.DurationNumeric.Location = new System.Drawing.Point(153, 108); - this.DurationNumeric.Maximum = new decimal(new int[] { + this.XNumeric.Name = "XNumeric"; + this.XNumeric.Size = new System.Drawing.Size(56, 20); + this.XNumeric.TabIndex = 20; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(77, 108); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(53, 13); + this.label2.TabIndex = 6; + this.label2.Text = "X position"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(75, 133); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(53, 13); + this.label3.TabIndex = 7; + this.label3.Text = "Y position"; + // + // DurationNumeric + // + this.DurationNumeric.Location = new System.Drawing.Point(153, 108); + this.DurationNumeric.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); - this.DurationNumeric.Name = "DurationNumeric"; - this.DurationNumeric.Size = new System.Drawing.Size(56, 20); - this.DurationNumeric.TabIndex = 30; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(215, 108); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(47, 13); - this.label4.TabIndex = 9; - this.label4.Text = "Duration"; - // - // ColorPanel - // - this.ColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.ColorPanel.Location = new System.Drawing.Point(153, 131); - this.ColorPanel.Name = "ColorPanel"; - this.ColorPanel.Size = new System.Drawing.Size(56, 19); - this.ColorPanel.TabIndex = 35; - this.ColorPanel.TabStop = true; - this.ColorPanel.Click += new System.EventHandler(this.ColorPanel_DoubleClick); - this.ColorPanel.DoubleClick += new System.EventHandler(this.ColorPanel_DoubleClick); - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(215, 133); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(31, 13); - this.label5.TabIndex = 11; - this.label5.Text = "Color"; - // - // FrameNumeric - // - this.FrameNumeric.Location = new System.Drawing.Point(78, 19); - this.FrameNumeric.Maximum = new decimal(new int[] { + this.DurationNumeric.Name = "DurationNumeric"; + this.DurationNumeric.Size = new System.Drawing.Size(56, 20); + this.DurationNumeric.TabIndex = 30; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(215, 108); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(47, 13); + this.label4.TabIndex = 9; + this.label4.Text = "Duration"; + // + // ColorPanel + // + this.ColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.ColorPanel.Location = new System.Drawing.Point(153, 131); + this.ColorPanel.Name = "ColorPanel"; + this.ColorPanel.Size = new System.Drawing.Size(56, 19); + this.ColorPanel.TabIndex = 35; + this.ColorPanel.TabStop = true; + this.ColorPanel.Click += new System.EventHandler(this.ColorPanel_DoubleClick); + this.ColorPanel.DoubleClick += new System.EventHandler(this.ColorPanel_DoubleClick); + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(215, 133); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(31, 13); + this.label5.TabIndex = 11; + this.label5.Text = "Color"; + // + // FrameNumeric + // + this.FrameNumeric.Location = new System.Drawing.Point(78, 19); + this.FrameNumeric.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); - this.FrameNumeric.Name = "FrameNumeric"; - this.FrameNumeric.Size = new System.Drawing.Size(70, 20); - this.FrameNumeric.TabIndex = 10; - this.FrameNumeric.ThousandsSeparator = true; - this.FrameNumeric.Value = new decimal(new int[] { + this.FrameNumeric.Name = "FrameNumeric"; + this.FrameNumeric.Size = new System.Drawing.Size(70, 20); + this.FrameNumeric.TabIndex = 10; + this.FrameNumeric.ThousandsSeparator = true; + this.FrameNumeric.Value = new decimal(new int[] { 1, 0, 0, 0}); - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(12, 21); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(36, 13); - this.label6.TabIndex = 13; - this.label6.Text = "Frame"; - // - // SubtitleMaker - // - 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(435, 199); - this.Controls.Add(this.label6); - this.Controls.Add(this.FrameNumeric); - this.Controls.Add(this.label5); - this.Controls.Add(this.ColorPanel); - this.Controls.Add(this.label4); - this.Controls.Add(this.DurationNumeric); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.XNumeric); - this.Controls.Add(this.YNumeric); - this.Controls.Add(this.label1); - this.Controls.Add(this.Message); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(272, 225); - this.Name = "SubtitleMaker"; - this.Text = "Subtitle Maker"; - this.Load += new System.EventHandler(this.SubtitleMaker_Load); - ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.DurationNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.FrameNumeric)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(12, 21); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(36, 13); + this.label6.TabIndex = 13; + this.label6.Text = "Frame"; + // + // SubtitleMaker + // + 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(435, 199); + this.Controls.Add(this.label6); + this.Controls.Add(this.FrameNumeric); + this.Controls.Add(this.label5); + this.Controls.Add(this.ColorPanel); + this.Controls.Add(this.label4); + this.Controls.Add(this.DurationNumeric); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.XNumeric); + this.Controls.Add(this.YNumeric); + this.Controls.Add(this.label1); + this.Controls.Add(this.Message); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(272, 225); + this.Name = "SubtitleMaker"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Subtitle Maker"; + this.Load += new System.EventHandler(this.SubtitleMaker_Load); + ((System.ComponentModel.ISupportInitialize)(this.YNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.XNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.DurationNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.FrameNumeric)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/GB/CGBColorChooserForm.Designer.cs b/BizHawk.Client.EmuHawk/tools/GB/CGBColorChooserForm.Designer.cs index 3bbe0c9908..affdf7a4c8 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/CGBColorChooserForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/CGBColorChooserForm.Designer.cs @@ -28,165 +28,168 @@ /// private void InitializeComponent() { - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.radioButton6 = new System.Windows.Forms.RadioButton(); - this.radioButton5 = new System.Windows.Forms.RadioButton(); - this.radioButton3 = new System.Windows.Forms.RadioButton(); - this.radioButton4 = new System.Windows.Forms.RadioButton(); - this.radioButton2 = new System.Windows.Forms.RadioButton(); - this.radioButton1 = new System.Windows.Forms.RadioButton(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.bmpView1 = new BmpView(); - this.buttonOK = new System.Windows.Forms.Button(); - this.buttonCancel = new System.Windows.Forms.Button(); - this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.SuspendLayout(); - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.radioButton6); - this.groupBox1.Controls.Add(this.radioButton5); - this.groupBox1.Controls.Add(this.radioButton3); - this.groupBox1.Controls.Add(this.radioButton4); - this.groupBox1.Controls.Add(this.radioButton2); - this.groupBox1.Controls.Add(this.radioButton1); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(132, 182); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Preset Select"; - // - // radioButton6 - // - this.radioButton6.AutoSize = true; - this.radioButton6.Location = new System.Drawing.Point(6, 134); - this.radioButton6.Name = "radioButton6"; - this.radioButton6.Size = new System.Drawing.Size(47, 17); - this.radioButton6.TabIndex = 3; - this.radioButton6.TabStop = true; - this.radioButton6.Text = "GBA"; - this.radioButton6.UseVisualStyleBackColor = true; - this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); - // - // radioButton5 - // - this.radioButton5.AutoSize = true; - this.radioButton5.Location = new System.Drawing.Point(6, 111); - this.radioButton5.Name = "radioButton5"; - this.radioButton5.Size = new System.Drawing.Size(117, 17); - this.radioButton5.TabIndex = 2; - this.radioButton5.TabStop = true; - this.radioButton5.Text = "VBA Accurate (Old)"; - this.radioButton5.UseVisualStyleBackColor = true; - this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); - // - // radioButton3 - // - this.radioButton3.AutoSize = true; - this.radioButton3.Location = new System.Drawing.Point(6, 65); - this.radioButton3.Name = "radioButton3"; - this.radioButton3.Size = new System.Drawing.Size(72, 17); - this.radioButton3.TabIndex = 2; - this.radioButton3.TabStop = true; - this.radioButton3.Text = "VBA Vivid"; - this.radioButton3.UseVisualStyleBackColor = true; - this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); - // - // radioButton4 - // - this.radioButton4.AutoSize = true; - this.radioButton4.Location = new System.Drawing.Point(6, 88); - this.radioButton4.Name = "radioButton4"; - this.radioButton4.Size = new System.Drawing.Size(92, 17); - this.radioButton4.TabIndex = 1; - this.radioButton4.TabStop = true; - this.radioButton4.Text = "VBA Accurate"; - this.radioButton4.UseVisualStyleBackColor = true; - this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); - // - // radioButton2 - // - this.radioButton2.AutoSize = true; - this.radioButton2.Location = new System.Drawing.Point(6, 42); - this.radioButton2.Name = "radioButton2"; - this.radioButton2.Size = new System.Drawing.Size(48, 17); - this.radioButton2.TabIndex = 1; - this.radioButton2.TabStop = true; - this.radioButton2.Text = "Vivid"; - this.radioButton2.UseVisualStyleBackColor = true; - this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); - // - // radioButton1 - // - this.radioButton1.AutoSize = true; - this.radioButton1.Location = new System.Drawing.Point(6, 19); - this.radioButton1.Name = "radioButton1"; - this.radioButton1.Size = new System.Drawing.Size(71, 17); - this.radioButton1.TabIndex = 0; - this.radioButton1.TabStop = true; - this.radioButton1.Text = "Gambatte"; - this.radioButton1.UseVisualStyleBackColor = true; - this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.bmpView1); - this.groupBox2.Location = new System.Drawing.Point(150, 12); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(268, 153); - this.groupBox2.TabIndex = 2; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Preview"; - // - // bmpView1 - // - this.bmpView1.Location = new System.Drawing.Point(6, 19); - this.bmpView1.Name = "bmpView1"; - this.bmpView1.Size = new System.Drawing.Size(256, 128); - this.bmpView1.TabIndex = 3; - this.bmpView1.Text = "bmpView1"; - // - // buttonOK - // - this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; - this.buttonOK.Location = new System.Drawing.Point(263, 171); - this.buttonOK.Name = "buttonOK"; - this.buttonOK.Size = new System.Drawing.Size(75, 23); - this.buttonOK.TabIndex = 3; - this.buttonOK.Text = "OK"; - this.buttonOK.UseVisualStyleBackColor = true; - // - // buttonCancel - // - this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.buttonCancel.Location = new System.Drawing.Point(344, 171); - this.buttonCancel.Name = "buttonCancel"; - this.buttonCancel.Size = new System.Drawing.Size(75, 23); - this.buttonCancel.TabIndex = 4; - this.buttonCancel.Text = "Cancel"; - this.buttonCancel.UseVisualStyleBackColor = true; - // - // CGBColorChooserForm - // - this.AcceptButton = this.buttonOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.buttonCancel; - this.ClientSize = new System.Drawing.Size(431, 206); - this.Controls.Add(this.buttonCancel); - this.Controls.Add(this.buttonOK); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.groupBox1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.Name = "CGBColorChooserForm"; - this.Text = "Gameboy Color Palette Config"; - this.Load += new System.EventHandler(this.CGBColorChooserForm_Load); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.ResumeLayout(false); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.radioButton6 = new System.Windows.Forms.RadioButton(); + this.radioButton5 = new System.Windows.Forms.RadioButton(); + this.radioButton3 = new System.Windows.Forms.RadioButton(); + this.radioButton4 = new System.Windows.Forms.RadioButton(); + this.radioButton2 = new System.Windows.Forms.RadioButton(); + this.radioButton1 = new System.Windows.Forms.RadioButton(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.bmpView1 = new BizHawk.Client.EmuHawk.BmpView(); + this.buttonOK = new System.Windows.Forms.Button(); + this.buttonCancel = new System.Windows.Forms.Button(); + this.groupBox1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.SuspendLayout(); + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.radioButton6); + this.groupBox1.Controls.Add(this.radioButton5); + this.groupBox1.Controls.Add(this.radioButton3); + this.groupBox1.Controls.Add(this.radioButton4); + this.groupBox1.Controls.Add(this.radioButton2); + this.groupBox1.Controls.Add(this.radioButton1); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(132, 182); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Preset Select"; + // + // radioButton6 + // + this.radioButton6.AutoSize = true; + this.radioButton6.Location = new System.Drawing.Point(6, 134); + this.radioButton6.Name = "radioButton6"; + this.radioButton6.Size = new System.Drawing.Size(47, 17); + this.radioButton6.TabIndex = 3; + this.radioButton6.TabStop = true; + this.radioButton6.Text = "GBA"; + this.radioButton6.UseVisualStyleBackColor = true; + this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton5 + // + this.radioButton5.AutoSize = true; + this.radioButton5.Location = new System.Drawing.Point(6, 111); + this.radioButton5.Name = "radioButton5"; + this.radioButton5.Size = new System.Drawing.Size(117, 17); + this.radioButton5.TabIndex = 2; + this.radioButton5.TabStop = true; + this.radioButton5.Text = "VBA Accurate (Old)"; + this.radioButton5.UseVisualStyleBackColor = true; + this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton3 + // + this.radioButton3.AutoSize = true; + this.radioButton3.Location = new System.Drawing.Point(6, 65); + this.radioButton3.Name = "radioButton3"; + this.radioButton3.Size = new System.Drawing.Size(72, 17); + this.radioButton3.TabIndex = 2; + this.radioButton3.TabStop = true; + this.radioButton3.Text = "VBA Vivid"; + this.radioButton3.UseVisualStyleBackColor = true; + this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton4 + // + this.radioButton4.AutoSize = true; + this.radioButton4.Location = new System.Drawing.Point(6, 88); + this.radioButton4.Name = "radioButton4"; + this.radioButton4.Size = new System.Drawing.Size(92, 17); + this.radioButton4.TabIndex = 1; + this.radioButton4.TabStop = true; + this.radioButton4.Text = "VBA Accurate"; + this.radioButton4.UseVisualStyleBackColor = true; + this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton2 + // + this.radioButton2.AutoSize = true; + this.radioButton2.Location = new System.Drawing.Point(6, 42); + this.radioButton2.Name = "radioButton2"; + this.radioButton2.Size = new System.Drawing.Size(48, 17); + this.radioButton2.TabIndex = 1; + this.radioButton2.TabStop = true; + this.radioButton2.Text = "Vivid"; + this.radioButton2.UseVisualStyleBackColor = true; + this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton1 + // + this.radioButton1.AutoSize = true; + this.radioButton1.Location = new System.Drawing.Point(6, 19); + this.radioButton1.Name = "radioButton1"; + this.radioButton1.Size = new System.Drawing.Size(71, 17); + this.radioButton1.TabIndex = 0; + this.radioButton1.TabStop = true; + this.radioButton1.Text = "Gambatte"; + this.radioButton1.UseVisualStyleBackColor = true; + this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.bmpView1); + this.groupBox2.Location = new System.Drawing.Point(150, 12); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(268, 153); + this.groupBox2.TabIndex = 2; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Preview"; + // + // bmpView1 + // + this.bmpView1.Location = new System.Drawing.Point(6, 19); + this.bmpView1.Name = "bmpView1"; + this.bmpView1.Size = new System.Drawing.Size(256, 128); + this.bmpView1.TabIndex = 3; + this.bmpView1.Text = "bmpView1"; + // + // buttonOK + // + this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; + this.buttonOK.Location = new System.Drawing.Point(263, 171); + this.buttonOK.Name = "buttonOK"; + this.buttonOK.Size = new System.Drawing.Size(75, 23); + this.buttonOK.TabIndex = 3; + this.buttonOK.Text = "OK"; + this.buttonOK.UseVisualStyleBackColor = true; + // + // buttonCancel + // + this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.buttonCancel.Location = new System.Drawing.Point(344, 171); + this.buttonCancel.Name = "buttonCancel"; + this.buttonCancel.Size = new System.Drawing.Size(75, 23); + this.buttonCancel.TabIndex = 4; + this.buttonCancel.Text = "Cancel"; + this.buttonCancel.UseVisualStyleBackColor = true; + // + // CGBColorChooserForm + // + this.AcceptButton = this.buttonOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.buttonCancel; + this.ClientSize = new System.Drawing.Size(431, 206); + this.Controls.Add(this.buttonCancel); + this.Controls.Add(this.buttonOK); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.groupBox1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Name = "CGBColorChooserForm"; + this.ShowIcon = false; + this.Text = "Gameboy Color Palette Config"; + this.Load += new System.EventHandler(this.CGBColorChooserForm_Load); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/GB/ColorChooserForm.Designer.cs b/BizHawk.Client.EmuHawk/tools/GB/ColorChooserForm.Designer.cs index e1e40964b3..f73897f077 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/ColorChooserForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/ColorChooserForm.Designer.cs @@ -28,326 +28,327 @@ /// private void InitializeComponent() { - this.panel1 = new System.Windows.Forms.Panel(); - this.panel2 = new System.Windows.Forms.Panel(); - this.panel3 = new System.Windows.Forms.Panel(); - this.panel4 = new System.Windows.Forms.Panel(); - this.panel5 = new System.Windows.Forms.Panel(); - this.panel6 = new System.Windows.Forms.Panel(); - this.panel7 = new System.Windows.Forms.Panel(); - this.panel8 = new System.Windows.Forms.Panel(); - this.panel9 = new System.Windows.Forms.Panel(); - this.panel10 = new System.Windows.Forms.Panel(); - this.panel11 = new System.Windows.Forms.Panel(); - this.panel12 = new System.Windows.Forms.Panel(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.buttonInterpolateBG = new System.Windows.Forms.Button(); - this.buttonInterpolateSP1 = new System.Windows.Forms.Button(); - this.buttonInterpolateSP2 = new System.Windows.Forms.Button(); - this.buttonLoad = new System.Windows.Forms.Button(); - this.buttonSave = new System.Windows.Forms.Button(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.label4 = new System.Windows.Forms.Label(); - this.DefaultButton = new System.Windows.Forms.Button(); - this.DefaultButtonCGB = new System.Windows.Forms.Button(); - this.SuspendLayout(); - // - // panel1 - // - this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel1.Location = new System.Drawing.Point(42, 18); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(40, 32); - this.panel1.TabIndex = 0; - this.panel1.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel2 - // - this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel2.Location = new System.Drawing.Point(88, 18); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(40, 32); - this.panel2.TabIndex = 1; - this.panel2.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel3 - // - this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel3.Location = new System.Drawing.Point(134, 18); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(40, 32); - this.panel3.TabIndex = 2; - this.panel3.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel4 - // - this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel4.Location = new System.Drawing.Point(180, 18); - this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(40, 32); - this.panel4.TabIndex = 3; - this.panel4.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel5 - // - this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel5.Location = new System.Drawing.Point(42, 56); - this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(40, 32); - this.panel5.TabIndex = 4; - this.panel5.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel6 - // - this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel6.Location = new System.Drawing.Point(88, 56); - this.panel6.Name = "panel6"; - this.panel6.Size = new System.Drawing.Size(40, 32); - this.panel6.TabIndex = 5; - this.panel6.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel7 - // - this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel7.Location = new System.Drawing.Point(134, 56); - this.panel7.Name = "panel7"; - this.panel7.Size = new System.Drawing.Size(40, 32); - this.panel7.TabIndex = 6; - this.panel7.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel8 - // - this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel8.Location = new System.Drawing.Point(180, 56); - this.panel8.Name = "panel8"; - this.panel8.Size = new System.Drawing.Size(40, 32); - this.panel8.TabIndex = 7; - this.panel8.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel9 - // - this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel9.Location = new System.Drawing.Point(42, 94); - this.panel9.Name = "panel9"; - this.panel9.Size = new System.Drawing.Size(40, 32); - this.panel9.TabIndex = 8; - this.panel9.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel10 - // - this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel10.Location = new System.Drawing.Point(88, 94); - this.panel10.Name = "panel10"; - this.panel10.Size = new System.Drawing.Size(40, 32); - this.panel10.TabIndex = 9; - this.panel10.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel11 - // - this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel11.Location = new System.Drawing.Point(134, 94); - this.panel11.Name = "panel11"; - this.panel11.Size = new System.Drawing.Size(40, 32); - this.panel11.TabIndex = 10; - this.panel11.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // panel12 - // - this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panel12.Location = new System.Drawing.Point(180, 94); - this.panel12.Name = "panel12"; - this.panel12.Size = new System.Drawing.Size(40, 32); - this.panel12.TabIndex = 11; - this.panel12.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(14, 27); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(22, 13); - this.label1.TabIndex = 12; - this.label1.Text = "BG"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(9, 66); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(27, 13); - this.label2.TabIndex = 13; - this.label2.Text = "SP1"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(9, 103); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(27, 13); - this.label3.TabIndex = 14; - this.label3.Text = "SP2"; - // - // OK - // - this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.OK.DialogResult = System.Windows.Forms.DialogResult.OK; - this.OK.Location = new System.Drawing.Point(143, 221); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 22; - this.OK.Text = "&OK"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(224, 221); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 23; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - // - // buttonInterpolateBG - // - this.buttonInterpolateBG.Location = new System.Drawing.Point(226, 22); - this.buttonInterpolateBG.Name = "buttonInterpolateBG"; - this.buttonInterpolateBG.Size = new System.Drawing.Size(75, 23); - this.buttonInterpolateBG.TabIndex = 25; - this.buttonInterpolateBG.Text = "Interpolate"; - this.buttonInterpolateBG.UseVisualStyleBackColor = true; - this.buttonInterpolateBG.Click += new System.EventHandler(this.button3_Click); - // - // buttonInterpolateSP1 - // - this.buttonInterpolateSP1.Location = new System.Drawing.Point(226, 61); - this.buttonInterpolateSP1.Name = "buttonInterpolateSP1"; - this.buttonInterpolateSP1.Size = new System.Drawing.Size(75, 23); - this.buttonInterpolateSP1.TabIndex = 26; - this.buttonInterpolateSP1.Text = "Interpolate"; - this.buttonInterpolateSP1.UseVisualStyleBackColor = true; - this.buttonInterpolateSP1.Click += new System.EventHandler(this.button4_Click); - // - // buttonInterpolateSP2 - // - this.buttonInterpolateSP2.Location = new System.Drawing.Point(226, 98); - this.buttonInterpolateSP2.Name = "buttonInterpolateSP2"; - this.buttonInterpolateSP2.Size = new System.Drawing.Size(75, 23); - this.buttonInterpolateSP2.TabIndex = 27; - this.buttonInterpolateSP2.Text = "Interpolate"; - this.buttonInterpolateSP2.UseVisualStyleBackColor = true; - this.buttonInterpolateSP2.Click += new System.EventHandler(this.button5_Click); - // - // buttonLoad - // - this.buttonLoad.Location = new System.Drawing.Point(17, 137); - this.buttonLoad.Name = "buttonLoad"; - this.buttonLoad.Size = new System.Drawing.Size(60, 23); - this.buttonLoad.TabIndex = 28; - this.buttonLoad.Text = "&Load..."; - this.buttonLoad.UseVisualStyleBackColor = true; - this.buttonLoad.Click += new System.EventHandler(this.button6_Click); - // - // buttonSave - // - this.buttonSave.Location = new System.Drawing.Point(83, 137); - this.buttonSave.Name = "buttonSave"; - this.buttonSave.Size = new System.Drawing.Size(60, 23); - this.buttonSave.TabIndex = 29; - this.buttonSave.Text = "&Save..."; - this.buttonSave.UseVisualStyleBackColor = true; - this.buttonSave.Click += new System.EventHandler(this.button7_Click); - // - // textBox1 - // - this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + this.panel1 = new System.Windows.Forms.Panel(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.panel5 = new System.Windows.Forms.Panel(); + this.panel6 = new System.Windows.Forms.Panel(); + this.panel7 = new System.Windows.Forms.Panel(); + this.panel8 = new System.Windows.Forms.Panel(); + this.panel9 = new System.Windows.Forms.Panel(); + this.panel10 = new System.Windows.Forms.Panel(); + this.panel11 = new System.Windows.Forms.Panel(); + this.panel12 = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.buttonInterpolateBG = new System.Windows.Forms.Button(); + this.buttonInterpolateSP1 = new System.Windows.Forms.Button(); + this.buttonInterpolateSP2 = new System.Windows.Forms.Button(); + this.buttonLoad = new System.Windows.Forms.Button(); + this.buttonSave = new System.Windows.Forms.Button(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.label4 = new System.Windows.Forms.Label(); + this.DefaultButton = new System.Windows.Forms.Button(); + this.DefaultButtonCGB = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel1.Location = new System.Drawing.Point(42, 18); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(40, 32); + this.panel1.TabIndex = 0; + this.panel1.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel2 + // + this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel2.Location = new System.Drawing.Point(88, 18); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(40, 32); + this.panel2.TabIndex = 1; + this.panel2.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel3 + // + this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel3.Location = new System.Drawing.Point(134, 18); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(40, 32); + this.panel3.TabIndex = 2; + this.panel3.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel4 + // + this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel4.Location = new System.Drawing.Point(180, 18); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(40, 32); + this.panel4.TabIndex = 3; + this.panel4.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel5 + // + this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel5.Location = new System.Drawing.Point(42, 56); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(40, 32); + this.panel5.TabIndex = 4; + this.panel5.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel6 + // + this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel6.Location = new System.Drawing.Point(88, 56); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(40, 32); + this.panel6.TabIndex = 5; + this.panel6.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel7 + // + this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel7.Location = new System.Drawing.Point(134, 56); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(40, 32); + this.panel7.TabIndex = 6; + this.panel7.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel8 + // + this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel8.Location = new System.Drawing.Point(180, 56); + this.panel8.Name = "panel8"; + this.panel8.Size = new System.Drawing.Size(40, 32); + this.panel8.TabIndex = 7; + this.panel8.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel9 + // + this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel9.Location = new System.Drawing.Point(42, 94); + this.panel9.Name = "panel9"; + this.panel9.Size = new System.Drawing.Size(40, 32); + this.panel9.TabIndex = 8; + this.panel9.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel10 + // + this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel10.Location = new System.Drawing.Point(88, 94); + this.panel10.Name = "panel10"; + this.panel10.Size = new System.Drawing.Size(40, 32); + this.panel10.TabIndex = 9; + this.panel10.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel11 + // + this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel11.Location = new System.Drawing.Point(134, 94); + this.panel11.Name = "panel11"; + this.panel11.Size = new System.Drawing.Size(40, 32); + this.panel11.TabIndex = 10; + this.panel11.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // panel12 + // + this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel12.Location = new System.Drawing.Point(180, 94); + this.panel12.Name = "panel12"; + this.panel12.Size = new System.Drawing.Size(40, 32); + this.panel12.TabIndex = 11; + this.panel12.DoubleClick += new System.EventHandler(this.panel12_DoubleClick); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(14, 27); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(22, 13); + this.label1.TabIndex = 12; + this.label1.Text = "BG"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(9, 66); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(27, 13); + this.label2.TabIndex = 13; + this.label2.Text = "SP1"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(9, 103); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(27, 13); + this.label3.TabIndex = 14; + this.label3.Text = "SP2"; + // + // OK + // + this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OK.DialogResult = System.Windows.Forms.DialogResult.OK; + this.OK.Location = new System.Drawing.Point(143, 221); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 22; + this.OK.Text = "&OK"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(224, 221); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 23; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + // + // buttonInterpolateBG + // + this.buttonInterpolateBG.Location = new System.Drawing.Point(226, 22); + this.buttonInterpolateBG.Name = "buttonInterpolateBG"; + this.buttonInterpolateBG.Size = new System.Drawing.Size(75, 23); + this.buttonInterpolateBG.TabIndex = 25; + this.buttonInterpolateBG.Text = "Interpolate"; + this.buttonInterpolateBG.UseVisualStyleBackColor = true; + this.buttonInterpolateBG.Click += new System.EventHandler(this.button3_Click); + // + // buttonInterpolateSP1 + // + this.buttonInterpolateSP1.Location = new System.Drawing.Point(226, 61); + this.buttonInterpolateSP1.Name = "buttonInterpolateSP1"; + this.buttonInterpolateSP1.Size = new System.Drawing.Size(75, 23); + this.buttonInterpolateSP1.TabIndex = 26; + this.buttonInterpolateSP1.Text = "Interpolate"; + this.buttonInterpolateSP1.UseVisualStyleBackColor = true; + this.buttonInterpolateSP1.Click += new System.EventHandler(this.button4_Click); + // + // buttonInterpolateSP2 + // + this.buttonInterpolateSP2.Location = new System.Drawing.Point(226, 98); + this.buttonInterpolateSP2.Name = "buttonInterpolateSP2"; + this.buttonInterpolateSP2.Size = new System.Drawing.Size(75, 23); + this.buttonInterpolateSP2.TabIndex = 27; + this.buttonInterpolateSP2.Text = "Interpolate"; + this.buttonInterpolateSP2.UseVisualStyleBackColor = true; + this.buttonInterpolateSP2.Click += new System.EventHandler(this.button5_Click); + // + // buttonLoad + // + this.buttonLoad.Location = new System.Drawing.Point(17, 137); + this.buttonLoad.Name = "buttonLoad"; + this.buttonLoad.Size = new System.Drawing.Size(60, 23); + this.buttonLoad.TabIndex = 28; + this.buttonLoad.Text = "&Load..."; + this.buttonLoad.UseVisualStyleBackColor = true; + this.buttonLoad.Click += new System.EventHandler(this.button6_Click); + // + // buttonSave + // + this.buttonSave.Location = new System.Drawing.Point(83, 137); + this.buttonSave.Name = "buttonSave"; + this.buttonSave.Size = new System.Drawing.Size(60, 23); + this.buttonSave.TabIndex = 29; + this.buttonSave.Text = "&Save..."; + this.buttonSave.UseVisualStyleBackColor = true; + this.buttonSave.Click += new System.EventHandler(this.button7_Click); + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox1.BackColor = System.Drawing.SystemColors.Control; - this.textBox1.Location = new System.Drawing.Point(17, 195); - this.textBox1.Name = "textBox1"; - this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(282, 20); - this.textBox1.TabIndex = 30; - // - // label4 - // - this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(14, 179); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(95, 13); - this.label4.TabIndex = 31; - this.label4.Text = "Current palette file:"; - // - // DefaultButton - // - this.DefaultButton.Location = new System.Drawing.Point(149, 137); - this.DefaultButton.Name = "DefaultButton"; - this.DefaultButton.Size = new System.Drawing.Size(60, 23); - this.DefaultButton.TabIndex = 32; - this.DefaultButton.Text = "&Default"; - this.DefaultButton.UseVisualStyleBackColor = true; - this.DefaultButton.Click += new System.EventHandler(this.DefaultButton_Click); - // - // DefaultButtonCGB - // - this.DefaultButtonCGB.Location = new System.Drawing.Point(215, 137); - this.DefaultButtonCGB.Name = "DefaultButtonCGB"; - this.DefaultButtonCGB.Size = new System.Drawing.Size(75, 23); - this.DefaultButtonCGB.TabIndex = 33; - this.DefaultButtonCGB.Text = "Default &CGB"; - this.DefaultButtonCGB.UseVisualStyleBackColor = true; - this.DefaultButtonCGB.Click += new System.EventHandler(this.DefaultButtonCGB_Click); - // - // ColorChooserForm - // - this.AcceptButton = this.OK; - this.AllowDrop = true; - 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(313, 254); - this.Controls.Add(this.DefaultButtonCGB); - this.Controls.Add(this.DefaultButton); - this.Controls.Add(this.label4); - this.Controls.Add(this.textBox1); - this.Controls.Add(this.buttonSave); - this.Controls.Add(this.buttonLoad); - this.Controls.Add(this.buttonInterpolateSP2); - this.Controls.Add(this.buttonInterpolateSP1); - this.Controls.Add(this.buttonInterpolateBG); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.panel12); - this.Controls.Add(this.panel11); - this.Controls.Add(this.panel10); - this.Controls.Add(this.panel9); - this.Controls.Add(this.panel8); - this.Controls.Add(this.panel7); - this.Controls.Add(this.panel6); - this.Controls.Add(this.panel5); - this.Controls.Add(this.panel4); - this.Controls.Add(this.panel3); - this.Controls.Add(this.panel2); - this.Controls.Add(this.panel1); - this.MinimumSize = new System.Drawing.Size(310, 264); - this.Name = "ColorChooserForm"; - this.ShowIcon = false; - this.Text = "Gameboy Palette Config"; - this.Load += new System.EventHandler(this.ColorChooserForm_Load); - this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragDrop); - this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragEnter); - this.ResumeLayout(false); - this.PerformLayout(); + this.textBox1.BackColor = System.Drawing.SystemColors.Control; + this.textBox1.Location = new System.Drawing.Point(17, 195); + this.textBox1.Name = "textBox1"; + this.textBox1.ReadOnly = true; + this.textBox1.Size = new System.Drawing.Size(282, 20); + this.textBox1.TabIndex = 30; + // + // label4 + // + this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(14, 179); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(95, 13); + this.label4.TabIndex = 31; + this.label4.Text = "Current palette file:"; + // + // DefaultButton + // + this.DefaultButton.Location = new System.Drawing.Point(149, 137); + this.DefaultButton.Name = "DefaultButton"; + this.DefaultButton.Size = new System.Drawing.Size(60, 23); + this.DefaultButton.TabIndex = 32; + this.DefaultButton.Text = "&Default"; + this.DefaultButton.UseVisualStyleBackColor = true; + this.DefaultButton.Click += new System.EventHandler(this.DefaultButton_Click); + // + // DefaultButtonCGB + // + this.DefaultButtonCGB.Location = new System.Drawing.Point(215, 137); + this.DefaultButtonCGB.Name = "DefaultButtonCGB"; + this.DefaultButtonCGB.Size = new System.Drawing.Size(75, 23); + this.DefaultButtonCGB.TabIndex = 33; + this.DefaultButtonCGB.Text = "Default &CGB"; + this.DefaultButtonCGB.UseVisualStyleBackColor = true; + this.DefaultButtonCGB.Click += new System.EventHandler(this.DefaultButtonCGB_Click); + // + // ColorChooserForm + // + this.AcceptButton = this.OK; + this.AllowDrop = true; + 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(313, 254); + this.Controls.Add(this.DefaultButtonCGB); + this.Controls.Add(this.DefaultButton); + this.Controls.Add(this.label4); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.buttonSave); + this.Controls.Add(this.buttonLoad); + this.Controls.Add(this.buttonInterpolateSP2); + this.Controls.Add(this.buttonInterpolateSP1); + this.Controls.Add(this.buttonInterpolateBG); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.panel12); + this.Controls.Add(this.panel11); + this.Controls.Add(this.panel10); + this.Controls.Add(this.panel9); + this.Controls.Add(this.panel8); + this.Controls.Add(this.panel7); + this.Controls.Add(this.panel6); + this.Controls.Add(this.panel5); + this.Controls.Add(this.panel4); + this.Controls.Add(this.panel3); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel1); + this.MinimumSize = new System.Drawing.Size(310, 264); + this.Name = "ColorChooserForm"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Gameboy Palette Config"; + this.Load += new System.EventHandler(this.ColorChooserForm_Load); + this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragDrop); + this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragEnter); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/GB/DualGBXMLCreator.Designer.cs b/BizHawk.Client.EmuHawk/tools/GB/DualGBXMLCreator.Designer.cs index 8b6ad11343..a482461c78 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/DualGBXMLCreator.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/DualGBXMLCreator.Designer.cs @@ -28,190 +28,191 @@ /// private void InitializeComponent() { - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.dualGBFileSelector1 = new DualGBFileSelector(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.dualGBFileSelector2 = new DualGBFileSelector(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this.textBoxName = new System.Windows.Forms.TextBox(); - this.buttonOK = new System.Windows.Forms.Button(); - this.buttonCancel = new System.Windows.Forms.Button(); - this.groupBox4 = new System.Windows.Forms.GroupBox(); - this.textBoxOutputDir = new System.Windows.Forms.TextBox(); - this.groupBox5 = new System.Windows.Forms.GroupBox(); - this.textBoxXML = new System.Windows.Forms.TextBox(); - this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.groupBox5.SuspendLayout(); - this.SuspendLayout(); - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.dualGBFileSelector1 = new BizHawk.Client.EmuHawk.GBtools.DualGBFileSelector(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.dualGBFileSelector2 = new BizHawk.Client.EmuHawk.GBtools.DualGBFileSelector(); + this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.textBoxName = new System.Windows.Forms.TextBox(); + this.buttonOK = new System.Windows.Forms.Button(); + this.buttonCancel = new System.Windows.Forms.Button(); + this.groupBox4 = new System.Windows.Forms.GroupBox(); + this.textBoxOutputDir = new System.Windows.Forms.TextBox(); + this.groupBox5 = new System.Windows.Forms.GroupBox(); + this.textBoxXML = new System.Windows.Forms.TextBox(); + this.groupBox1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.groupBox3.SuspendLayout(); + this.groupBox4.SuspendLayout(); + this.groupBox5.SuspendLayout(); + this.SuspendLayout(); + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox1.Controls.Add(this.dualGBFileSelector1); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(335, 54); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Left Rom"; - // - // dualGBFileSelector1 - // - this.dualGBFileSelector1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.groupBox1.Controls.Add(this.dualGBFileSelector1); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(335, 54); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Left Rom"; + // + // dualGBFileSelector1 + // + this.dualGBFileSelector1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.dualGBFileSelector1.Location = new System.Drawing.Point(6, 19); - this.dualGBFileSelector1.Name = "dualGBFileSelector1"; - this.dualGBFileSelector1.Size = new System.Drawing.Size(323, 29); - this.dualGBFileSelector1.TabIndex = 0; - this.dualGBFileSelector1.NameChanged += new System.EventHandler(this.dualGBFileSelector1_NameChanged); - // - // groupBox2 - // - this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.dualGBFileSelector1.Location = new System.Drawing.Point(6, 19); + this.dualGBFileSelector1.Name = "dualGBFileSelector1"; + this.dualGBFileSelector1.Size = new System.Drawing.Size(323, 29); + this.dualGBFileSelector1.TabIndex = 0; + this.dualGBFileSelector1.NameChanged += new System.EventHandler(this.dualGBFileSelector1_NameChanged); + // + // groupBox2 + // + this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox2.Controls.Add(this.dualGBFileSelector2); - this.groupBox2.Location = new System.Drawing.Point(12, 72); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(335, 54); - this.groupBox2.TabIndex = 1; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Right Rom"; - // - // dualGBFileSelector2 - // - this.dualGBFileSelector2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.groupBox2.Controls.Add(this.dualGBFileSelector2); + this.groupBox2.Location = new System.Drawing.Point(12, 72); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(335, 54); + this.groupBox2.TabIndex = 1; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Right Rom"; + // + // dualGBFileSelector2 + // + this.dualGBFileSelector2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.dualGBFileSelector2.Location = new System.Drawing.Point(6, 19); - this.dualGBFileSelector2.Name = "dualGBFileSelector2"; - this.dualGBFileSelector2.Size = new System.Drawing.Size(323, 29); - this.dualGBFileSelector2.TabIndex = 1; - this.dualGBFileSelector2.NameChanged += new System.EventHandler(this.dualGBFileSelector2_NameChanged); - // - // groupBox3 - // - this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.dualGBFileSelector2.Location = new System.Drawing.Point(6, 19); + this.dualGBFileSelector2.Name = "dualGBFileSelector2"; + this.dualGBFileSelector2.Size = new System.Drawing.Size(323, 29); + this.dualGBFileSelector2.TabIndex = 1; + this.dualGBFileSelector2.NameChanged += new System.EventHandler(this.dualGBFileSelector2_NameChanged); + // + // groupBox3 + // + this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox3.Controls.Add(this.textBoxName); - this.groupBox3.Location = new System.Drawing.Point(12, 132); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(335, 45); - this.groupBox3.TabIndex = 3; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "Name"; - // - // textBoxName - // - this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.groupBox3.Controls.Add(this.textBoxName); + this.groupBox3.Location = new System.Drawing.Point(12, 132); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(335, 45); + this.groupBox3.TabIndex = 3; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "Name"; + // + // textBoxName + // + this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBoxName.Location = new System.Drawing.Point(6, 19); - this.textBoxName.Name = "textBoxName"; - this.textBoxName.Size = new System.Drawing.Size(323, 20); - this.textBoxName.TabIndex = 0; - this.textBoxName.TextChanged += new System.EventHandler(this.textBoxName_TextChanged); - // - // buttonOK - // - this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.buttonOK.Enabled = false; - this.buttonOK.Location = new System.Drawing.Point(12, 477); - this.buttonOK.Name = "buttonOK"; - this.buttonOK.Size = new System.Drawing.Size(75, 23); - this.buttonOK.TabIndex = 6; - this.buttonOK.Text = "OK"; - this.buttonOK.UseVisualStyleBackColor = true; - this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); - // - // buttonCancel - // - this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.buttonCancel.Location = new System.Drawing.Point(272, 477); - this.buttonCancel.Name = "buttonCancel"; - this.buttonCancel.Size = new System.Drawing.Size(75, 23); - this.buttonCancel.TabIndex = 7; - this.buttonCancel.Text = "Cancel"; - this.buttonCancel.UseVisualStyleBackColor = true; - // - // groupBox4 - // - this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.textBoxName.Location = new System.Drawing.Point(6, 19); + this.textBoxName.Name = "textBoxName"; + this.textBoxName.Size = new System.Drawing.Size(323, 20); + this.textBoxName.TabIndex = 0; + this.textBoxName.TextChanged += new System.EventHandler(this.textBoxName_TextChanged); + // + // buttonOK + // + this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonOK.Enabled = false; + this.buttonOK.Location = new System.Drawing.Point(191, 477); + this.buttonOK.Name = "buttonOK"; + this.buttonOK.Size = new System.Drawing.Size(75, 23); + this.buttonOK.TabIndex = 6; + this.buttonOK.Text = "OK"; + this.buttonOK.UseVisualStyleBackColor = true; + this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); + // + // buttonCancel + // + this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.buttonCancel.Location = new System.Drawing.Point(272, 477); + this.buttonCancel.Name = "buttonCancel"; + this.buttonCancel.Size = new System.Drawing.Size(75, 23); + this.buttonCancel.TabIndex = 7; + this.buttonCancel.Text = "Cancel"; + this.buttonCancel.UseVisualStyleBackColor = true; + // + // groupBox4 + // + this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox4.Controls.Add(this.textBoxOutputDir); - this.groupBox4.Location = new System.Drawing.Point(12, 183); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(335, 45); - this.groupBox4.TabIndex = 5; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "Output Directory"; - // - // textBoxOutputDir - // - this.textBoxOutputDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.groupBox4.Controls.Add(this.textBoxOutputDir); + this.groupBox4.Location = new System.Drawing.Point(12, 183); + this.groupBox4.Name = "groupBox4"; + this.groupBox4.Size = new System.Drawing.Size(335, 45); + this.groupBox4.TabIndex = 5; + this.groupBox4.TabStop = false; + this.groupBox4.Text = "Output Directory"; + // + // textBoxOutputDir + // + this.textBoxOutputDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBoxOutputDir.Location = new System.Drawing.Point(6, 19); - this.textBoxOutputDir.Name = "textBoxOutputDir"; - this.textBoxOutputDir.ReadOnly = true; - this.textBoxOutputDir.Size = new System.Drawing.Size(323, 20); - this.textBoxOutputDir.TabIndex = 4; - // - // groupBox5 - // - this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.textBoxOutputDir.Location = new System.Drawing.Point(6, 19); + this.textBoxOutputDir.Name = "textBoxOutputDir"; + this.textBoxOutputDir.ReadOnly = true; + this.textBoxOutputDir.Size = new System.Drawing.Size(323, 20); + this.textBoxOutputDir.TabIndex = 4; + // + // groupBox5 + // + this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox5.Controls.Add(this.textBoxXML); - this.groupBox5.Location = new System.Drawing.Point(12, 234); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(335, 237); - this.groupBox5.TabIndex = 6; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "XML Preview"; - // - // textBoxXML - // - this.textBoxXML.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.groupBox5.Controls.Add(this.textBoxXML); + this.groupBox5.Location = new System.Drawing.Point(12, 234); + this.groupBox5.Name = "groupBox5"; + this.groupBox5.Size = new System.Drawing.Size(335, 237); + this.groupBox5.TabIndex = 6; + this.groupBox5.TabStop = false; + this.groupBox5.Text = "XML Preview"; + // + // textBoxXML + // + this.textBoxXML.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBoxXML.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBoxXML.Location = new System.Drawing.Point(6, 19); - this.textBoxXML.Multiline = true; - this.textBoxXML.Name = "textBoxXML"; - this.textBoxXML.ReadOnly = true; - this.textBoxXML.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.textBoxXML.Size = new System.Drawing.Size(323, 212); - this.textBoxXML.TabIndex = 5; - this.textBoxXML.WordWrap = false; - // - // DualGBXMLCreator - // - this.AcceptButton = this.buttonOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.buttonCancel; - this.ClientSize = new System.Drawing.Size(359, 512); - this.Controls.Add(this.groupBox5); - this.Controls.Add(this.groupBox4); - this.Controls.Add(this.buttonCancel); - this.Controls.Add(this.buttonOK); - this.Controls.Add(this.groupBox3); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.groupBox1); - this.Name = "DualGBXMLCreator"; - this.ShowIcon = false; - this.Text = "Create Dual GB XML"; - this.groupBox1.ResumeLayout(false); - this.groupBox2.ResumeLayout(false); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox4.ResumeLayout(false); - this.groupBox4.PerformLayout(); - this.groupBox5.ResumeLayout(false); - this.groupBox5.PerformLayout(); - this.ResumeLayout(false); + this.textBoxXML.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.textBoxXML.Location = new System.Drawing.Point(6, 19); + this.textBoxXML.Multiline = true; + this.textBoxXML.Name = "textBoxXML"; + this.textBoxXML.ReadOnly = true; + this.textBoxXML.ScrollBars = System.Windows.Forms.ScrollBars.Both; + this.textBoxXML.Size = new System.Drawing.Size(323, 212); + this.textBoxXML.TabIndex = 5; + this.textBoxXML.WordWrap = false; + // + // DualGBXMLCreator + // + this.AcceptButton = this.buttonOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.buttonCancel; + this.ClientSize = new System.Drawing.Size(359, 512); + this.Controls.Add(this.groupBox5); + this.Controls.Add(this.groupBox4); + this.Controls.Add(this.buttonCancel); + this.Controls.Add(this.buttonOK); + this.Controls.Add(this.groupBox3); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.groupBox1); + this.Name = "DualGBXMLCreator"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Create Dual Gameboy XML"; + this.groupBox1.ResumeLayout(false); + this.groupBox2.ResumeLayout(false); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); + this.groupBox4.ResumeLayout(false); + this.groupBox4.PerformLayout(); + this.groupBox5.ResumeLayout(false); + this.groupBox5.PerformLayout(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.Designer.cs b/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.Designer.cs index a99a756acf..4e961efd35 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/GBGPUView.Designer.cs @@ -534,6 +534,7 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "GBGPUView"; this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "GPU Viewer"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GBGPUView_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GBGPUView_FormClosed); diff --git a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.Designer.cs b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.Designer.cs index eda75130c6..6e65b94afe 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.Designer.cs @@ -28,490 +28,496 @@ /// private void InitializeComponent() { - this.GameGenieCodeBox = new System.Windows.Forms.GroupBox(); - this.GGCodeMaskBox = new System.Windows.Forms.MaskedTextBox(); - this.label3 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.ValueBox = new HexTextBox(); - this.AddressBox = new HexTextBox(); - this.addcheatbt = new System.Windows.Forms.Button(); - this.ButtonPanel = new System.Windows.Forms.Panel(); - this.BF = new System.Windows.Forms.Button(); - this.BD = new System.Windows.Forms.Button(); - this.BB = new System.Windows.Forms.Button(); - this.B9 = new System.Windows.Forms.Button(); - this.B7 = new System.Windows.Forms.Button(); - this.B5 = new System.Windows.Forms.Button(); - this.B3 = new System.Windows.Forms.Button(); - this.BE = new System.Windows.Forms.Button(); - this.B6 = new System.Windows.Forms.Button(); - this.B1 = new System.Windows.Forms.Button(); - this.BC = new System.Windows.Forms.Button(); - this.BA = new System.Windows.Forms.Button(); - this.B8 = new System.Windows.Forms.Button(); - this.B4 = new System.Windows.Forms.Button(); - this.B2 = new System.Windows.Forms.Button(); - this.B0 = new System.Windows.Forms.Button(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.label2 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.CompareBox = new HexTextBox(); - this.label6 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.ClearButton = new System.Windows.Forms.Button(); - this.menuStrip1 = new MenuStripEx(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.cheatname = new System.Windows.Forms.TextBox(); - this.GameGenieCodeBox.SuspendLayout(); - this.ButtonPanel.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.SuspendLayout(); - // - // GameGenieCodeBox - // - this.GameGenieCodeBox.Controls.Add(this.GGCodeMaskBox); - this.GameGenieCodeBox.Location = new System.Drawing.Point(31, 103); - this.GameGenieCodeBox.Name = "GameGenieCodeBox"; - this.GameGenieCodeBox.Size = new System.Drawing.Size(118, 54); - this.GameGenieCodeBox.TabIndex = 1; - this.GameGenieCodeBox.TabStop = false; - this.GameGenieCodeBox.Text = "Game Genie Code"; - // - // GGCodeMaskBox - // - this.GGCodeMaskBox.Location = new System.Drawing.Point(25, 26); - this.GGCodeMaskBox.Margin = new System.Windows.Forms.Padding(2); - this.GGCodeMaskBox.Mask = ">AAA-AAA-AAA"; - this.GGCodeMaskBox.Name = "GGCodeMaskBox"; - this.GGCodeMaskBox.Size = new System.Drawing.Size(75, 20); - this.GGCodeMaskBox.TabIndex = 10; - this.GGCodeMaskBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.GGCodeMaskBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals; - this.GGCodeMaskBox.TextChanged += new System.EventHandler(this.GGCodeMaskBox_TextChanged); - this.GGCodeMaskBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GGCodeMaskBox_KeyPress); - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(8, 65); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(34, 13); - this.label3.TabIndex = 5; - this.label3.Text = "Value"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(8, 20); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(45, 13); - this.label1.TabIndex = 3; - this.label1.Text = "Address"; - // - // ValueBox - // - this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.ValueBox.Location = new System.Drawing.Point(105, 61); - this.ValueBox.MaxLength = 2; - this.ValueBox.Name = "ValueBox"; - this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.ValueBox.Size = new System.Drawing.Size(27, 20); - this.ValueBox.TabIndex = 23; - this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged); - // - // AddressBox - // - this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.AddressBox.Location = new System.Drawing.Point(88, 16); - this.AddressBox.MaxLength = 4; - this.AddressBox.Name = "AddressBox"; - this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.AddressBox.Size = new System.Drawing.Size(44, 20); - this.AddressBox.TabIndex = 21; - this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged); - // - // addcheatbt - // - this.addcheatbt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.addcheatbt.Enabled = false; - this.addcheatbt.Location = new System.Drawing.Point(84, 163); - this.addcheatbt.Margin = new System.Windows.Forms.Padding(0); - this.addcheatbt.Name = "addcheatbt"; - this.addcheatbt.Size = new System.Drawing.Size(65, 26); - this.addcheatbt.TabIndex = 33; - this.addcheatbt.Text = "&Add Cheat"; - this.addcheatbt.UseVisualStyleBackColor = true; - this.addcheatbt.Click += new System.EventHandler(this.AddCheatClick); - // - // ButtonPanel - // - this.ButtonPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.ButtonPanel.Controls.Add(this.BF); - this.ButtonPanel.Controls.Add(this.BD); - this.ButtonPanel.Controls.Add(this.BB); - this.ButtonPanel.Controls.Add(this.B9); - this.ButtonPanel.Controls.Add(this.B7); - this.ButtonPanel.Controls.Add(this.B5); - this.ButtonPanel.Controls.Add(this.B3); - this.ButtonPanel.Controls.Add(this.BE); - this.ButtonPanel.Controls.Add(this.B6); - this.ButtonPanel.Controls.Add(this.B1); - this.ButtonPanel.Controls.Add(this.BC); - this.ButtonPanel.Controls.Add(this.BA); - this.ButtonPanel.Controls.Add(this.B8); - this.ButtonPanel.Controls.Add(this.B4); - this.ButtonPanel.Controls.Add(this.B2); - this.ButtonPanel.Controls.Add(this.B0); - this.ButtonPanel.Location = new System.Drawing.Point(35, 30); - this.ButtonPanel.Name = "ButtonPanel"; - this.ButtonPanel.Size = new System.Drawing.Size(240, 67); - this.ButtonPanel.TabIndex = 4; - // - // BF - // - this.BF.Location = new System.Drawing.Point(206, 35); - this.BF.Name = "BF"; - this.BF.Size = new System.Drawing.Size(26, 23); - this.BF.TabIndex = 16; - this.BF.Text = "F"; - this.BF.UseVisualStyleBackColor = true; - this.BF.Click += new System.EventHandler(this.Keypad_Click); - // - // BD - // - this.BD.Location = new System.Drawing.Point(149, 35); - this.BD.Name = "BD"; - this.BD.Size = new System.Drawing.Size(26, 23); - this.BD.TabIndex = 14; - this.BD.Text = "D"; - this.BD.UseVisualStyleBackColor = true; - this.BD.Click += new System.EventHandler(this.Keypad_Click); - // - // BB - // - this.BB.Location = new System.Drawing.Point(91, 35); - this.BB.Name = "BB"; - this.BB.Size = new System.Drawing.Size(26, 23); - this.BB.TabIndex = 12; - this.BB.Text = "B"; - this.BB.UseVisualStyleBackColor = true; - this.BB.Click += new System.EventHandler(this.Keypad_Click); - // - // B9 - // - this.B9.Location = new System.Drawing.Point(34, 35); - this.B9.Name = "B9"; - this.B9.Size = new System.Drawing.Size(26, 23); - this.B9.TabIndex = 10; - this.B9.Text = "9"; - this.B9.UseVisualStyleBackColor = true; - this.B9.Click += new System.EventHandler(this.Keypad_Click); - // - // B7 - // - this.B7.Location = new System.Drawing.Point(206, 5); - this.B7.Name = "B7"; - this.B7.Size = new System.Drawing.Size(26, 23); - this.B7.TabIndex = 8; - this.B7.Text = "7"; - this.B7.UseVisualStyleBackColor = true; - this.B7.Click += new System.EventHandler(this.Keypad_Click); - // - // B5 - // - this.B5.Location = new System.Drawing.Point(149, 6); - this.B5.Name = "B5"; - this.B5.Size = new System.Drawing.Size(26, 23); - this.B5.TabIndex = 6; - this.B5.Text = "5"; - this.B5.UseVisualStyleBackColor = true; - this.B5.Click += new System.EventHandler(this.Keypad_Click); - // - // B3 - // - this.B3.Location = new System.Drawing.Point(91, 6); - this.B3.Name = "B3"; - this.B3.Size = new System.Drawing.Size(26, 23); - this.B3.TabIndex = 4; - this.B3.Text = "3"; - this.B3.UseVisualStyleBackColor = true; - this.B3.Click += new System.EventHandler(this.Keypad_Click); - // - // BE - // - this.BE.Location = new System.Drawing.Point(178, 35); - this.BE.Name = "BE"; - this.BE.Size = new System.Drawing.Size(26, 23); - this.BE.TabIndex = 15; - this.BE.Text = "E"; - this.BE.UseVisualStyleBackColor = true; - this.BE.Click += new System.EventHandler(this.Keypad_Click); - // - // B6 - // - this.B6.Location = new System.Drawing.Point(178, 5); - this.B6.Name = "B6"; - this.B6.Size = new System.Drawing.Size(26, 23); - this.B6.TabIndex = 7; - this.B6.Text = "6"; - this.B6.UseVisualStyleBackColor = true; - this.B6.Click += new System.EventHandler(this.Keypad_Click); - // - // B1 - // - this.B1.Location = new System.Drawing.Point(34, 6); - this.B1.Name = "B1"; - this.B1.Size = new System.Drawing.Size(26, 23); - this.B1.TabIndex = 2; - this.B1.Text = "1"; - this.B1.UseVisualStyleBackColor = true; - this.B1.Click += new System.EventHandler(this.Keypad_Click); - // - // BC - // - this.BC.Location = new System.Drawing.Point(121, 35); - this.BC.Name = "BC"; - this.BC.Size = new System.Drawing.Size(26, 23); - this.BC.TabIndex = 13; - this.BC.Text = "C"; - this.BC.UseVisualStyleBackColor = true; - this.BC.Click += new System.EventHandler(this.Keypad_Click); - // - // BA - // - this.BA.Location = new System.Drawing.Point(63, 35); - this.BA.Name = "BA"; - this.BA.Size = new System.Drawing.Size(26, 23); - this.BA.TabIndex = 11; - this.BA.Text = "A"; - this.BA.UseVisualStyleBackColor = true; - this.BA.Click += new System.EventHandler(this.Keypad_Click); - // - // B8 - // - this.B8.Location = new System.Drawing.Point(6, 35); - this.B8.Name = "B8"; - this.B8.Size = new System.Drawing.Size(26, 23); - this.B8.TabIndex = 9; - this.B8.Text = "8"; - this.B8.UseVisualStyleBackColor = true; - this.B8.Click += new System.EventHandler(this.Keypad_Click); - // - // B4 - // - this.B4.Location = new System.Drawing.Point(121, 6); - this.B4.Name = "B4"; - this.B4.Size = new System.Drawing.Size(26, 23); - this.B4.TabIndex = 5; - this.B4.Text = "4"; - this.B4.UseVisualStyleBackColor = true; - this.B4.Click += new System.EventHandler(this.Keypad_Click); - // - // B2 - // - this.B2.Location = new System.Drawing.Point(63, 6); - this.B2.Name = "B2"; - this.B2.Size = new System.Drawing.Size(26, 23); - this.B2.TabIndex = 3; - this.B2.Text = "2"; - this.B2.UseVisualStyleBackColor = true; - this.B2.Click += new System.EventHandler(this.Keypad_Click); - // - // B0 - // - this.B0.Location = new System.Drawing.Point(6, 5); - this.B0.Name = "B0"; - this.B0.Size = new System.Drawing.Size(26, 23); - this.B0.TabIndex = 1; - this.B0.Text = "0"; - this.B0.UseVisualStyleBackColor = true; - this.B0.Click += new System.EventHandler(this.Keypad_Click); - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.groupBox1.Controls.Add(this.label2); - this.groupBox1.Controls.Add(this.label5); - this.groupBox1.Controls.Add(this.CompareBox); - this.groupBox1.Controls.Add(this.label6); - this.groupBox1.Controls.Add(this.label4); - this.groupBox1.Controls.Add(this.label3); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Controls.Add(this.AddressBox); - this.groupBox1.Controls.Add(this.ValueBox); - this.groupBox1.Location = new System.Drawing.Point(155, 103); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(137, 82); - this.groupBox1.TabIndex = 5; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Decoded Value"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(87, 42); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(18, 13); - this.label2.TabIndex = 25; - this.label2.Text = "0x"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(8, 42); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(49, 13); - this.label5.TabIndex = 24; - this.label5.Text = "Compare"; - // - // CompareBox - // - this.CompareBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.CompareBox.Location = new System.Drawing.Point(105, 38); - this.CompareBox.MaxLength = 2; - this.CompareBox.Name = "CompareBox"; - this.CompareBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.CompareBox.Size = new System.Drawing.Size(27, 20); - this.CompareBox.TabIndex = 26; - this.CompareBox.TextChanged += new System.EventHandler(this.CompareBox_TextChanged); - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(87, 65); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(18, 13); - this.label6.TabIndex = 9; - this.label6.Text = "0x"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(57, 20); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(18, 13); - this.label4.TabIndex = 7; - this.label4.Text = "0x"; - // - // ClearButton - // - this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.ClearButton.Location = new System.Drawing.Point(31, 163); - this.ClearButton.Margin = new System.Windows.Forms.Padding(2); - this.ClearButton.Name = "ClearButton"; - this.ClearButton.Size = new System.Drawing.Size(52, 26); - this.ClearButton.TabIndex = 32; - this.ClearButton.Text = "&Clear"; - this.ClearButton.UseVisualStyleBackColor = true; - this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.GameGenieCodeBox = new System.Windows.Forms.GroupBox(); + this.GGCodeMaskBox = new System.Windows.Forms.MaskedTextBox(); + this.label3 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.ValueBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.AddressBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.addcheatbt = new System.Windows.Forms.Button(); + this.ButtonPanel = new System.Windows.Forms.Panel(); + this.BF = new System.Windows.Forms.Button(); + this.BD = new System.Windows.Forms.Button(); + this.BB = new System.Windows.Forms.Button(); + this.B9 = new System.Windows.Forms.Button(); + this.B7 = new System.Windows.Forms.Button(); + this.B5 = new System.Windows.Forms.Button(); + this.B3 = new System.Windows.Forms.Button(); + this.BE = new System.Windows.Forms.Button(); + this.B6 = new System.Windows.Forms.Button(); + this.B1 = new System.Windows.Forms.Button(); + this.BC = new System.Windows.Forms.Button(); + this.BA = new System.Windows.Forms.Button(); + this.B8 = new System.Windows.Forms.Button(); + this.B4 = new System.Windows.Forms.Button(); + this.B2 = new System.Windows.Forms.Button(); + this.B0 = new System.Windows.Forms.Button(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.label2 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.CompareBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.label6 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.ClearButton = new System.Windows.Forms.Button(); + this.menuStrip1 = new MenuStripEx(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.cheatname = new System.Windows.Forms.TextBox(); + this.GameGenieCodeBox.SuspendLayout(); + this.ButtonPanel.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.menuStrip1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.SuspendLayout(); + // + // GameGenieCodeBox + // + this.GameGenieCodeBox.Controls.Add(this.GGCodeMaskBox); + this.GameGenieCodeBox.Location = new System.Drawing.Point(31, 103); + this.GameGenieCodeBox.Name = "GameGenieCodeBox"; + this.GameGenieCodeBox.Size = new System.Drawing.Size(118, 54); + this.GameGenieCodeBox.TabIndex = 1; + this.GameGenieCodeBox.TabStop = false; + this.GameGenieCodeBox.Text = "Game Genie Code"; + // + // GGCodeMaskBox + // + this.GGCodeMaskBox.Location = new System.Drawing.Point(25, 26); + this.GGCodeMaskBox.Margin = new System.Windows.Forms.Padding(2); + this.GGCodeMaskBox.Mask = ">AAA-AAA-AAA"; + this.GGCodeMaskBox.Name = "GGCodeMaskBox"; + this.GGCodeMaskBox.Size = new System.Drawing.Size(75, 20); + this.GGCodeMaskBox.TabIndex = 10; + this.GGCodeMaskBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.GGCodeMaskBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals; + this.GGCodeMaskBox.TextChanged += new System.EventHandler(this.GGCodeMaskBox_TextChanged); + this.GGCodeMaskBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GGCodeMaskBox_KeyPress); + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(8, 65); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(34, 13); + this.label3.TabIndex = 5; + this.label3.Text = "Value"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(8, 20); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(45, 13); + this.label1.TabIndex = 3; + this.label1.Text = "Address"; + // + // ValueBox + // + this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.ValueBox.Location = new System.Drawing.Point(105, 61); + this.ValueBox.MaxLength = 2; + this.ValueBox.Name = "ValueBox"; + this.ValueBox.Nullable = true; + this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.ValueBox.Size = new System.Drawing.Size(27, 20); + this.ValueBox.TabIndex = 23; + this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged); + // + // AddressBox + // + this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.AddressBox.Location = new System.Drawing.Point(88, 16); + this.AddressBox.MaxLength = 4; + this.AddressBox.Name = "AddressBox"; + this.AddressBox.Nullable = true; + this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.AddressBox.Size = new System.Drawing.Size(44, 20); + this.AddressBox.TabIndex = 21; + this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged); + // + // addcheatbt + // + this.addcheatbt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.addcheatbt.Enabled = false; + this.addcheatbt.Location = new System.Drawing.Point(84, 163); + this.addcheatbt.Margin = new System.Windows.Forms.Padding(0); + this.addcheatbt.Name = "addcheatbt"; + this.addcheatbt.Size = new System.Drawing.Size(65, 26); + this.addcheatbt.TabIndex = 33; + this.addcheatbt.Text = "&Add Cheat"; + this.addcheatbt.UseVisualStyleBackColor = true; + this.addcheatbt.Click += new System.EventHandler(this.AddCheatClick); + // + // ButtonPanel + // + this.ButtonPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.ButtonPanel.Controls.Add(this.BF); + this.ButtonPanel.Controls.Add(this.BD); + this.ButtonPanel.Controls.Add(this.BB); + this.ButtonPanel.Controls.Add(this.B9); + this.ButtonPanel.Controls.Add(this.B7); + this.ButtonPanel.Controls.Add(this.B5); + this.ButtonPanel.Controls.Add(this.B3); + this.ButtonPanel.Controls.Add(this.BE); + this.ButtonPanel.Controls.Add(this.B6); + this.ButtonPanel.Controls.Add(this.B1); + this.ButtonPanel.Controls.Add(this.BC); + this.ButtonPanel.Controls.Add(this.BA); + this.ButtonPanel.Controls.Add(this.B8); + this.ButtonPanel.Controls.Add(this.B4); + this.ButtonPanel.Controls.Add(this.B2); + this.ButtonPanel.Controls.Add(this.B0); + this.ButtonPanel.Location = new System.Drawing.Point(35, 30); + this.ButtonPanel.Name = "ButtonPanel"; + this.ButtonPanel.Size = new System.Drawing.Size(240, 67); + this.ButtonPanel.TabIndex = 4; + // + // BF + // + this.BF.Location = new System.Drawing.Point(206, 35); + this.BF.Name = "BF"; + this.BF.Size = new System.Drawing.Size(26, 23); + this.BF.TabIndex = 16; + this.BF.Text = "F"; + this.BF.UseVisualStyleBackColor = true; + this.BF.Click += new System.EventHandler(this.Keypad_Click); + // + // BD + // + this.BD.Location = new System.Drawing.Point(149, 35); + this.BD.Name = "BD"; + this.BD.Size = new System.Drawing.Size(26, 23); + this.BD.TabIndex = 14; + this.BD.Text = "D"; + this.BD.UseVisualStyleBackColor = true; + this.BD.Click += new System.EventHandler(this.Keypad_Click); + // + // BB + // + this.BB.Location = new System.Drawing.Point(91, 35); + this.BB.Name = "BB"; + this.BB.Size = new System.Drawing.Size(26, 23); + this.BB.TabIndex = 12; + this.BB.Text = "B"; + this.BB.UseVisualStyleBackColor = true; + this.BB.Click += new System.EventHandler(this.Keypad_Click); + // + // B9 + // + this.B9.Location = new System.Drawing.Point(34, 35); + this.B9.Name = "B9"; + this.B9.Size = new System.Drawing.Size(26, 23); + this.B9.TabIndex = 10; + this.B9.Text = "9"; + this.B9.UseVisualStyleBackColor = true; + this.B9.Click += new System.EventHandler(this.Keypad_Click); + // + // B7 + // + this.B7.Location = new System.Drawing.Point(206, 5); + this.B7.Name = "B7"; + this.B7.Size = new System.Drawing.Size(26, 23); + this.B7.TabIndex = 8; + this.B7.Text = "7"; + this.B7.UseVisualStyleBackColor = true; + this.B7.Click += new System.EventHandler(this.Keypad_Click); + // + // B5 + // + this.B5.Location = new System.Drawing.Point(149, 6); + this.B5.Name = "B5"; + this.B5.Size = new System.Drawing.Size(26, 23); + this.B5.TabIndex = 6; + this.B5.Text = "5"; + this.B5.UseVisualStyleBackColor = true; + this.B5.Click += new System.EventHandler(this.Keypad_Click); + // + // B3 + // + this.B3.Location = new System.Drawing.Point(91, 6); + this.B3.Name = "B3"; + this.B3.Size = new System.Drawing.Size(26, 23); + this.B3.TabIndex = 4; + this.B3.Text = "3"; + this.B3.UseVisualStyleBackColor = true; + this.B3.Click += new System.EventHandler(this.Keypad_Click); + // + // BE + // + this.BE.Location = new System.Drawing.Point(178, 35); + this.BE.Name = "BE"; + this.BE.Size = new System.Drawing.Size(26, 23); + this.BE.TabIndex = 15; + this.BE.Text = "E"; + this.BE.UseVisualStyleBackColor = true; + this.BE.Click += new System.EventHandler(this.Keypad_Click); + // + // B6 + // + this.B6.Location = new System.Drawing.Point(178, 5); + this.B6.Name = "B6"; + this.B6.Size = new System.Drawing.Size(26, 23); + this.B6.TabIndex = 7; + this.B6.Text = "6"; + this.B6.UseVisualStyleBackColor = true; + this.B6.Click += new System.EventHandler(this.Keypad_Click); + // + // B1 + // + this.B1.Location = new System.Drawing.Point(34, 6); + this.B1.Name = "B1"; + this.B1.Size = new System.Drawing.Size(26, 23); + this.B1.TabIndex = 2; + this.B1.Text = "1"; + this.B1.UseVisualStyleBackColor = true; + this.B1.Click += new System.EventHandler(this.Keypad_Click); + // + // BC + // + this.BC.Location = new System.Drawing.Point(121, 35); + this.BC.Name = "BC"; + this.BC.Size = new System.Drawing.Size(26, 23); + this.BC.TabIndex = 13; + this.BC.Text = "C"; + this.BC.UseVisualStyleBackColor = true; + this.BC.Click += new System.EventHandler(this.Keypad_Click); + // + // BA + // + this.BA.Location = new System.Drawing.Point(63, 35); + this.BA.Name = "BA"; + this.BA.Size = new System.Drawing.Size(26, 23); + this.BA.TabIndex = 11; + this.BA.Text = "A"; + this.BA.UseVisualStyleBackColor = true; + this.BA.Click += new System.EventHandler(this.Keypad_Click); + // + // B8 + // + this.B8.Location = new System.Drawing.Point(6, 35); + this.B8.Name = "B8"; + this.B8.Size = new System.Drawing.Size(26, 23); + this.B8.TabIndex = 9; + this.B8.Text = "8"; + this.B8.UseVisualStyleBackColor = true; + this.B8.Click += new System.EventHandler(this.Keypad_Click); + // + // B4 + // + this.B4.Location = new System.Drawing.Point(121, 6); + this.B4.Name = "B4"; + this.B4.Size = new System.Drawing.Size(26, 23); + this.B4.TabIndex = 5; + this.B4.Text = "4"; + this.B4.UseVisualStyleBackColor = true; + this.B4.Click += new System.EventHandler(this.Keypad_Click); + // + // B2 + // + this.B2.Location = new System.Drawing.Point(63, 6); + this.B2.Name = "B2"; + this.B2.Size = new System.Drawing.Size(26, 23); + this.B2.TabIndex = 3; + this.B2.Text = "2"; + this.B2.UseVisualStyleBackColor = true; + this.B2.Click += new System.EventHandler(this.Keypad_Click); + // + // B0 + // + this.B0.Location = new System.Drawing.Point(6, 5); + this.B0.Name = "B0"; + this.B0.Size = new System.Drawing.Size(26, 23); + this.B0.TabIndex = 1; + this.B0.Text = "0"; + this.B0.UseVisualStyleBackColor = true; + this.B0.Click += new System.EventHandler(this.Keypad_Click); + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.label5); + this.groupBox1.Controls.Add(this.CompareBox); + this.groupBox1.Controls.Add(this.label6); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.AddressBox); + this.groupBox1.Controls.Add(this.ValueBox); + this.groupBox1.Location = new System.Drawing.Point(155, 103); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(137, 82); + this.groupBox1.TabIndex = 5; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Decoded Value"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(87, 42); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(18, 13); + this.label2.TabIndex = 25; + this.label2.Text = "0x"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(8, 42); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(49, 13); + this.label5.TabIndex = 24; + this.label5.Text = "Compare"; + // + // CompareBox + // + this.CompareBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.CompareBox.Location = new System.Drawing.Point(105, 38); + this.CompareBox.MaxLength = 2; + this.CompareBox.Name = "CompareBox"; + this.CompareBox.Nullable = true; + this.CompareBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.CompareBox.Size = new System.Drawing.Size(27, 20); + this.CompareBox.TabIndex = 26; + this.CompareBox.TextChanged += new System.EventHandler(this.CompareBox_TextChanged); + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(87, 65); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(18, 13); + this.label6.TabIndex = 9; + this.label6.Text = "0x"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(57, 20); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(18, 13); + this.label4.TabIndex = 7; + this.label4.Text = "0x"; + // + // ClearButton + // + this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.ClearButton.Location = new System.Drawing.Point(31, 163); + this.ClearButton.Margin = new System.Windows.Forms.Padding(2); + this.ClearButton.Name = "ClearButton"; + this.ClearButton.Size = new System.Drawing.Size(52, 26); + this.ClearButton.TabIndex = 32; + this.ClearButton.Text = "&Clear"; + this.ClearButton.UseVisualStyleBackColor = true; + this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(302, 24); - this.menuStrip1.TabIndex = 8; - this.menuStrip1.Text = "menuStrip1"; - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(302, 24); + this.menuStrip1.TabIndex = 8; + this.menuStrip1.Text = "menuStrip1"; + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.autoloadToolStripMenuItem, this.saveWindowPositionToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); - // - // autoloadToolStripMenuItem - // - this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; - this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.autoloadToolStripMenuItem.Text = "Auto-load"; - this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.cheatname); - this.groupBox2.Location = new System.Drawing.Point(31, 197); - this.groupBox2.Margin = new System.Windows.Forms.Padding(2); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(2); - this.groupBox2.Size = new System.Drawing.Size(262, 50); - this.groupBox2.TabIndex = 24; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Cheat Title (Uses GG code if left empty)"; - // - // cheatname - // - this.cheatname.Location = new System.Drawing.Point(18, 23); - this.cheatname.Margin = new System.Windows.Forms.Padding(2); - this.cheatname.Name = "cheatname"; - this.cheatname.Size = new System.Drawing.Size(227, 20); - this.cheatname.TabIndex = 0; - // - // GBGameGenie - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(302, 261); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.ClearButton); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.ButtonPanel); - this.Controls.Add(this.addcheatbt); - this.Controls.Add(this.GameGenieCodeBox); - this.Controls.Add(this.menuStrip1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; - this.MainMenuStrip = this.menuStrip1; - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(312, 294); - this.MinimumSize = new System.Drawing.Size(312, 294); - this.Name = "GBGameGenie"; - this.ShowIcon = false; - this.Text = "Game Boy/Game Gear Game Genie Encoder / Decoder"; - this.GameGenieCodeBox.ResumeLayout(false); - this.GameGenieCodeBox.PerformLayout(); - this.ButtonPanel.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); + // + // autoloadToolStripMenuItem + // + this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; + this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.autoloadToolStripMenuItem.Text = "Auto-load"; + this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.cheatname); + this.groupBox2.Location = new System.Drawing.Point(31, 197); + this.groupBox2.Margin = new System.Windows.Forms.Padding(2); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Padding = new System.Windows.Forms.Padding(2); + this.groupBox2.Size = new System.Drawing.Size(262, 50); + this.groupBox2.TabIndex = 24; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Cheat Title (Uses GG code if left empty)"; + // + // cheatname + // + this.cheatname.Location = new System.Drawing.Point(18, 23); + this.cheatname.Margin = new System.Windows.Forms.Padding(2); + this.cheatname.Name = "cheatname"; + this.cheatname.Size = new System.Drawing.Size(227, 20); + this.cheatname.TabIndex = 0; + // + // GBGameGenie + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(302, 262); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.ClearButton); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.ButtonPanel); + this.Controls.Add(this.addcheatbt); + this.Controls.Add(this.GameGenieCodeBox); + this.Controls.Add(this.menuStrip1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; + this.MainMenuStrip = this.menuStrip1; + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(312, 294); + this.MinimumSize = new System.Drawing.Size(312, 294); + this.Name = "GBGameGenie"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Game Boy/Game Gear Game Genie Encoder / Decoder"; + this.Load += new System.EventHandler(this.GBGameGenie_Load_1); + this.GameGenieCodeBox.ResumeLayout(false); + this.GameGenieCodeBox.PerformLayout(); + this.ButtonPanel.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs index 085b50a86f..99962ee0a9 100644 --- a/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs +++ b/BizHawk.Client.EmuHawk/tools/GB/GBGameGenie.cs @@ -454,6 +454,11 @@ namespace BizHawk.Client.EmuHawk saveWindowPositionToolStripMenuItem.Checked = Global.Config.GBGGSaveWindowPosition; } + private void GBGameGenie_Load_1(object sender, EventArgs e) + { + + } + } } diff --git a/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.Designer.cs b/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.Designer.cs index c52dbd08bf..83a4218685 100644 --- a/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GBA/GBAGPUView.Designer.cs @@ -181,6 +181,7 @@ this.Name = "GBAGPUView"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "GBA GPU Viewer"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GBAGPUView_FormClosed); this.Load += new System.EventHandler(this.GBAGPUView_Load); diff --git a/BizHawk.Client.EmuHawk/tools/GBA/MobileBmpView.Designer.cs b/BizHawk.Client.EmuHawk/tools/GBA/MobileBmpView.Designer.cs index 6c204b0bb2..e33564fd34 100644 --- a/BizHawk.Client.EmuHawk/tools/GBA/MobileBmpView.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GBA/MobileBmpView.Designer.cs @@ -28,29 +28,30 @@ /// private void InitializeComponent() { - this.bmpView1 = new BmpView(); - this.SuspendLayout(); - // - // bmpView1 - // - this.bmpView1.Location = new System.Drawing.Point(0, 0); - this.bmpView1.Name = "bmpView1"; - this.bmpView1.Size = new System.Drawing.Size(64, 64); - this.bmpView1.TabIndex = 0; - this.bmpView1.Text = "bmpView1"; - // - // MobileBmpView - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(292, 273); - this.Controls.Add(this.bmpView1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "MobileBmpView"; - this.Text = "MobileBmpView"; - this.ResumeLayout(false); + this.bmpView1 = new BizHawk.Client.EmuHawk.BmpView(); + this.SuspendLayout(); + // + // bmpView1 + // + this.bmpView1.Location = new System.Drawing.Point(0, 0); + this.bmpView1.Name = "bmpView1"; + this.bmpView1.Size = new System.Drawing.Size(64, 64); + this.bmpView1.TabIndex = 0; + this.bmpView1.Text = "bmpView1"; + // + // MobileBmpView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(292, 273); + this.Controls.Add(this.bmpView1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "MobileBmpView"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "MobileBmpView"; + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.Designer.cs b/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.Designer.cs index 3100bf13fb..29da7361ee 100644 --- a/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/GBA/MobileDetailView.Designer.cs @@ -28,67 +28,68 @@ /// private void InitializeComponent() { - this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.bmpView1 = new BmpView(); - this.listView1 = new System.Windows.Forms.ListView(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.tableLayoutPanel1.SuspendLayout(); - this.SuspendLayout(); - // - // tableLayoutPanel1 - // - this.tableLayoutPanel1.ColumnCount = 1; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Controls.Add(this.bmpView1, 0, 0); - this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 1); - this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.tableLayoutPanel1.RowCount = 2; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(142, 332); - this.tableLayoutPanel1.TabIndex = 0; - // - // bmpView1 - // - this.bmpView1.Dock = System.Windows.Forms.DockStyle.Fill; - this.bmpView1.Location = new System.Drawing.Point(3, 3); - this.bmpView1.Name = "bmpView1"; - this.bmpView1.Size = new System.Drawing.Size(136, 134); - this.bmpView1.TabIndex = 0; - this.bmpView1.Text = "bmpView1"; - // - // listView1 - // - this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.bmpView1 = new BizHawk.Client.EmuHawk.BmpView(); + this.listView1 = new System.Windows.Forms.ListView(); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.tableLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.ColumnCount = 1; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Controls.Add(this.bmpView1, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 1); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 2; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(142, 332); + this.tableLayoutPanel1.TabIndex = 0; + // + // bmpView1 + // + this.bmpView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.bmpView1.Location = new System.Drawing.Point(3, 3); + this.bmpView1.Name = "bmpView1"; + this.bmpView1.Size = new System.Drawing.Size(136, 134); + this.bmpView1.TabIndex = 0; + this.bmpView1.Text = "bmpView1"; + // + // listView1 + // + this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); - this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; - this.listView1.GridLines = true; - this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listView1.Location = new System.Drawing.Point(3, 143); - this.listView1.Name = "listView1"; - this.listView1.Size = new System.Drawing.Size(136, 186); - this.listView1.TabIndex = 1; - this.listView1.UseCompatibleStateImageBehavior = false; - this.listView1.View = System.Windows.Forms.View.Details; - this.listView1.SizeChanged += new System.EventHandler(this.listView1_SizeChanged); - // - // MobileDetailView - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(142, 332); - this.Controls.Add(this.tableLayoutPanel1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; - this.Name = "MobileDetailView"; - this.Text = "MobileDetailView"; - this.SizeChanged += new System.EventHandler(this.MobileDetailView_SizeChanged); - this.tableLayoutPanel1.ResumeLayout(false); - this.ResumeLayout(false); + this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; + this.listView1.GridLines = true; + this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + this.listView1.Location = new System.Drawing.Point(3, 143); + this.listView1.Name = "listView1"; + this.listView1.Size = new System.Drawing.Size(136, 186); + this.listView1.TabIndex = 1; + this.listView1.UseCompatibleStateImageBehavior = false; + this.listView1.View = System.Windows.Forms.View.Details; + this.listView1.SizeChanged += new System.EventHandler(this.listView1_SizeChanged); + // + // MobileDetailView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(142, 332); + this.Controls.Add(this.tableLayoutPanel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Name = "MobileDetailView"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "MobileDetailView"; + this.SizeChanged += new System.EventHandler(this.MobileDetailView_SizeChanged); + this.tableLayoutPanel1.ResumeLayout(false); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.Designer.cs b/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.Designer.cs index 194162d798..beab29aecd 100644 --- a/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Genesis/GenGameGenie.Designer.cs @@ -28,262 +28,265 @@ /// private void InitializeComponent() { - this.menuStrip1 = new MenuStripEx(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.GGCodeMaskBox = new System.Windows.Forms.MaskedTextBox(); - this.addcheatbt = new System.Windows.Forms.Button(); - this.GameGenieCodeBox = new System.Windows.Forms.GroupBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.ValueBox = new HexTextBox(); - this.AddressBox = new HexTextBox(); - this.label6 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.ClearBT = new System.Windows.Forms.Button(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.cheatname = new System.Windows.Forms.TextBox(); - this.menuStrip1.SuspendLayout(); - this.GameGenieCodeBox.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.SuspendLayout(); - // - // menuStrip1 - // - this.menuStrip1.ClickThrough = true; - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1 = new MenuStripEx(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.GGCodeMaskBox = new System.Windows.Forms.MaskedTextBox(); + this.addcheatbt = new System.Windows.Forms.Button(); + this.GameGenieCodeBox = new System.Windows.Forms.GroupBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.ValueBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.AddressBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.label6 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.ClearBT = new System.Windows.Forms.Button(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.cheatname = new System.Windows.Forms.TextBox(); + this.menuStrip1.SuspendLayout(); + this.GameGenieCodeBox.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.SuspendLayout(); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(292, 24); - this.menuStrip1.TabIndex = 8; - this.menuStrip1.Text = "menuStrip1"; - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(302, 24); + this.menuStrip1.TabIndex = 8; + this.menuStrip1.Text = "menuStrip1"; + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.autoloadToolStripMenuItem, this.saveWindowPositionToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - // - // autoloadToolStripMenuItem - // - this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; - this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.autoloadToolStripMenuItem.Text = "Auto-load"; - this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // GGCodeMaskBox - // - this.GGCodeMaskBox.Location = new System.Drawing.Point(18, 30); - this.GGCodeMaskBox.Margin = new System.Windows.Forms.Padding(2); - this.GGCodeMaskBox.Mask = ">AAAA-AAAA"; - this.GGCodeMaskBox.Name = "GGCodeMaskBox"; - this.GGCodeMaskBox.Size = new System.Drawing.Size(76, 20); - this.GGCodeMaskBox.TabIndex = 9; - this.GGCodeMaskBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.GGCodeMaskBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals; - this.GGCodeMaskBox.TextChanged += new System.EventHandler(this.GGCodeMaskBox_TextChanged); - this.GGCodeMaskBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GGCodeMaskBox_KeyPress); - // - // addcheatbt - // - this.addcheatbt.Enabled = false; - this.addcheatbt.Location = new System.Drawing.Point(156, 117); - this.addcheatbt.Margin = new System.Windows.Forms.Padding(2); - this.addcheatbt.Name = "addcheatbt"; - this.addcheatbt.Size = new System.Drawing.Size(72, 26); - this.addcheatbt.TabIndex = 10; - this.addcheatbt.Text = "&Add Cheat"; - this.addcheatbt.UseVisualStyleBackColor = true; - this.addcheatbt.Click += new System.EventHandler(this.addcheatbt_Click); - // - // GameGenieCodeBox - // - this.GameGenieCodeBox.Controls.Add(this.GGCodeMaskBox); - this.GameGenieCodeBox.Location = new System.Drawing.Point(20, 35); - this.GameGenieCodeBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); - this.GameGenieCodeBox.Name = "GameGenieCodeBox"; - this.GameGenieCodeBox.Padding = new System.Windows.Forms.Padding(4, 2, 4, 2); - this.GameGenieCodeBox.Size = new System.Drawing.Size(116, 69); - this.GameGenieCodeBox.TabIndex = 11; - this.GameGenieCodeBox.TabStop = false; - this.GameGenieCodeBox.Text = "Game Genie Code"; - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.groupBox1.Controls.Add(this.ValueBox); - this.groupBox1.Controls.Add(this.AddressBox); - this.groupBox1.Controls.Add(this.label6); - this.groupBox1.Controls.Add(this.label4); - this.groupBox1.Controls.Add(this.label3); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Location = new System.Drawing.Point(156, 35); - this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 2, 4, 2); - this.groupBox1.Size = new System.Drawing.Size(136, 69); - this.groupBox1.TabIndex = 12; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Decoded Value"; - // - // ValueBox - // - this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.ValueBox.Location = new System.Drawing.Point(92, 43); - this.ValueBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); - this.ValueBox.MaxLength = 4; - this.ValueBox.Name = "ValueBox"; - this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.ValueBox.Size = new System.Drawing.Size(40, 20); - this.ValueBox.TabIndex = 23; - this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged); - // - // AddressBox - // - this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.AddressBox.Location = new System.Drawing.Point(72, 20); - this.AddressBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); - this.AddressBox.MaxLength = 6; - this.AddressBox.Name = "AddressBox"; - this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.AddressBox.Size = new System.Drawing.Size(60, 20); - this.AddressBox.TabIndex = 22; - this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged); - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(68, 46); - this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(18, 13); - this.label6.TabIndex = 9; - this.label6.Text = "0x"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(52, 24); - this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(18, 13); - this.label4.TabIndex = 7; - this.label4.Text = "0x"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(8, 46); - this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(34, 13); - this.label3.TabIndex = 5; - this.label3.Text = "Value"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(8, 24); - this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(45, 13); - this.label1.TabIndex = 3; - this.label1.Text = "Address"; - // - // ClearBT - // - this.ClearBT.Location = new System.Drawing.Point(66, 117); - this.ClearBT.Margin = new System.Windows.Forms.Padding(2); - this.ClearBT.Name = "ClearBT"; - this.ClearBT.Size = new System.Drawing.Size(68, 26); - this.ClearBT.TabIndex = 13; - this.ClearBT.Text = "&Clear"; - this.ClearBT.UseVisualStyleBackColor = true; - this.ClearBT.Click += new System.EventHandler(this.ClearBT_Click); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.cheatname); - this.groupBox2.Location = new System.Drawing.Point(20, 154); - this.groupBox2.Margin = new System.Windows.Forms.Padding(2); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(2); - this.groupBox2.Size = new System.Drawing.Size(266, 50); - this.groupBox2.TabIndex = 14; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Cheat Title (Uses GG code if left empty)"; - // - // cheatname - // - this.cheatname.Location = new System.Drawing.Point(18, 24); - this.cheatname.Margin = new System.Windows.Forms.Padding(2); - this.cheatname.Name = "cheatname"; - this.cheatname.Size = new System.Drawing.Size(228, 20); - this.cheatname.TabIndex = 0; - // - // GenGameGenie - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(292, 217); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.ClearBT); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.GameGenieCodeBox); - this.Controls.Add(this.addcheatbt); - this.Controls.Add(this.menuStrip1); - this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; - this.MainMenuStrip = this.menuStrip1; - this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(312, 293); - this.MinimumSize = new System.Drawing.Size(312, 250); - this.Name = "GenGameGenie"; - this.ShowIcon = false; - this.Text = "Genesis Game Genie Encoder / Decoder"; - this.Load += new System.EventHandler(this.GENGameGenie_Load); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.GameGenieCodeBox.ResumeLayout(false); - this.GameGenieCodeBox.PerformLayout(); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + // + // autoloadToolStripMenuItem + // + this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; + this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.autoloadToolStripMenuItem.Text = "Auto-load"; + this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // GGCodeMaskBox + // + this.GGCodeMaskBox.Location = new System.Drawing.Point(18, 30); + this.GGCodeMaskBox.Margin = new System.Windows.Forms.Padding(2); + this.GGCodeMaskBox.Mask = ">AAAA-AAAA"; + this.GGCodeMaskBox.Name = "GGCodeMaskBox"; + this.GGCodeMaskBox.Size = new System.Drawing.Size(76, 20); + this.GGCodeMaskBox.TabIndex = 9; + this.GGCodeMaskBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.GGCodeMaskBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals; + this.GGCodeMaskBox.TextChanged += new System.EventHandler(this.GGCodeMaskBox_TextChanged); + this.GGCodeMaskBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GGCodeMaskBox_KeyPress); + // + // addcheatbt + // + this.addcheatbt.Enabled = false; + this.addcheatbt.Location = new System.Drawing.Point(156, 117); + this.addcheatbt.Margin = new System.Windows.Forms.Padding(2); + this.addcheatbt.Name = "addcheatbt"; + this.addcheatbt.Size = new System.Drawing.Size(72, 26); + this.addcheatbt.TabIndex = 10; + this.addcheatbt.Text = "&Add Cheat"; + this.addcheatbt.UseVisualStyleBackColor = true; + this.addcheatbt.Click += new System.EventHandler(this.addcheatbt_Click); + // + // GameGenieCodeBox + // + this.GameGenieCodeBox.Controls.Add(this.GGCodeMaskBox); + this.GameGenieCodeBox.Location = new System.Drawing.Point(20, 35); + this.GameGenieCodeBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); + this.GameGenieCodeBox.Name = "GameGenieCodeBox"; + this.GameGenieCodeBox.Padding = new System.Windows.Forms.Padding(4, 2, 4, 2); + this.GameGenieCodeBox.Size = new System.Drawing.Size(116, 69); + this.GameGenieCodeBox.TabIndex = 11; + this.GameGenieCodeBox.TabStop = false; + this.GameGenieCodeBox.Text = "Game Genie Code"; + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.groupBox1.Controls.Add(this.ValueBox); + this.groupBox1.Controls.Add(this.AddressBox); + this.groupBox1.Controls.Add(this.label6); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Location = new System.Drawing.Point(156, 35); + this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 2, 4, 2); + this.groupBox1.Size = new System.Drawing.Size(136, 69); + this.groupBox1.TabIndex = 12; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Decoded Value"; + // + // ValueBox + // + this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.ValueBox.Location = new System.Drawing.Point(92, 43); + this.ValueBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); + this.ValueBox.MaxLength = 4; + this.ValueBox.Name = "ValueBox"; + this.ValueBox.Nullable = true; + this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.ValueBox.Size = new System.Drawing.Size(40, 20); + this.ValueBox.TabIndex = 23; + this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged); + // + // AddressBox + // + this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.AddressBox.Location = new System.Drawing.Point(72, 20); + this.AddressBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); + this.AddressBox.MaxLength = 6; + this.AddressBox.Name = "AddressBox"; + this.AddressBox.Nullable = true; + this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.AddressBox.Size = new System.Drawing.Size(60, 20); + this.AddressBox.TabIndex = 22; + this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged); + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(68, 46); + this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(18, 13); + this.label6.TabIndex = 9; + this.label6.Text = "0x"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(52, 24); + this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(18, 13); + this.label4.TabIndex = 7; + this.label4.Text = "0x"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(8, 46); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(34, 13); + this.label3.TabIndex = 5; + this.label3.Text = "Value"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(8, 24); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(45, 13); + this.label1.TabIndex = 3; + this.label1.Text = "Address"; + // + // ClearBT + // + this.ClearBT.Location = new System.Drawing.Point(66, 117); + this.ClearBT.Margin = new System.Windows.Forms.Padding(2); + this.ClearBT.Name = "ClearBT"; + this.ClearBT.Size = new System.Drawing.Size(68, 26); + this.ClearBT.TabIndex = 13; + this.ClearBT.Text = "&Clear"; + this.ClearBT.UseVisualStyleBackColor = true; + this.ClearBT.Click += new System.EventHandler(this.ClearBT_Click); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.cheatname); + this.groupBox2.Location = new System.Drawing.Point(20, 154); + this.groupBox2.Margin = new System.Windows.Forms.Padding(2); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Padding = new System.Windows.Forms.Padding(2); + this.groupBox2.Size = new System.Drawing.Size(266, 50); + this.groupBox2.TabIndex = 14; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Cheat Title (Uses GG code if left empty)"; + // + // cheatname + // + this.cheatname.Location = new System.Drawing.Point(18, 24); + this.cheatname.Margin = new System.Windows.Forms.Padding(2); + this.cheatname.Name = "cheatname"; + this.cheatname.Size = new System.Drawing.Size(228, 20); + this.cheatname.TabIndex = 0; + // + // GenGameGenie + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(302, 218); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.ClearBT); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.GameGenieCodeBox); + this.Controls.Add(this.addcheatbt); + this.Controls.Add(this.menuStrip1); + this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; + this.MainMenuStrip = this.menuStrip1; + this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(312, 293); + this.MinimumSize = new System.Drawing.Size(312, 250); + this.Name = "GenGameGenie"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Genesis Game Genie Encoder / Decoder"; + this.Load += new System.EventHandler(this.GENGameGenie_Load); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.GameGenieCodeBox.ResumeLayout(false); + this.GameGenieCodeBox.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.Designer.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.Designer.cs index e0884dc5f3..63f8c73c40 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexColor.Designer.cs @@ -28,166 +28,167 @@ /// private void InitializeComponent() { - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.label6 = new System.Windows.Forms.Label(); - this.HexFreezeHL = new System.Windows.Forms.Panel(); - this.label5 = new System.Windows.Forms.Label(); - this.HexFreeze = new System.Windows.Forms.Panel(); - this.label4 = new System.Windows.Forms.Label(); - this.HexHighlight = new System.Windows.Forms.Panel(); - this.HexForegrnd = new System.Windows.Forms.Panel(); - this.label1 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.HexMenubar = new System.Windows.Forms.Panel(); - this.label2 = new System.Windows.Forms.Label(); - this.HexBackgrnd = new System.Windows.Forms.Panel(); - this.colorDialog1 = new System.Windows.Forms.ColorDialog(); - this.groupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.label6); - this.groupBox1.Controls.Add(this.HexFreezeHL); - this.groupBox1.Controls.Add(this.label5); - this.groupBox1.Controls.Add(this.HexFreeze); - this.groupBox1.Controls.Add(this.label4); - this.groupBox1.Controls.Add(this.HexHighlight); - this.groupBox1.Controls.Add(this.HexForegrnd); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Controls.Add(this.label3); - this.groupBox1.Controls.Add(this.HexMenubar); - this.groupBox1.Controls.Add(this.label2); - this.groupBox1.Controls.Add(this.HexBackgrnd); - this.groupBox1.Location = new System.Drawing.Point(3, 2); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(144, 192); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(30, 171); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(110, 13); - this.label6.TabIndex = 17; - this.label6.Text = "Freeze Highlight Color"; - // - // HexFreezeHL - // - this.HexFreezeHL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.HexFreezeHL.Location = new System.Drawing.Point(5, 166); - this.HexFreezeHL.Name = "HexFreezeHL"; - this.HexFreezeHL.Size = new System.Drawing.Size(20, 20); - this.HexFreezeHL.TabIndex = 16; - this.HexFreezeHL.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexFreezeHL_Click); - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(30, 139); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(66, 13); - this.label5.TabIndex = 15; - this.label5.Text = "Freeze Color"; - // - // HexFreeze - // - this.HexFreeze.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.HexFreeze.Location = new System.Drawing.Point(5, 135); - this.HexFreeze.Name = "HexFreeze"; - this.HexFreeze.Size = new System.Drawing.Size(20, 20); - this.HexFreeze.TabIndex = 14; - this.HexFreeze.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexFreeze_Click); - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(30, 108); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(75, 13); - this.label4.TabIndex = 13; - this.label4.Text = "Highlight Color"; - // - // HexHighlight - // - this.HexHighlight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.HexHighlight.Location = new System.Drawing.Point(5, 104); - this.HexHighlight.Name = "HexHighlight"; - this.HexHighlight.Size = new System.Drawing.Size(20, 20); - this.HexHighlight.TabIndex = 12; - this.HexHighlight.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexHighlight_Click); - // - // HexForegrnd - // - this.HexForegrnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.HexForegrnd.Location = new System.Drawing.Point(5, 42); - this.HexForegrnd.Name = "HexForegrnd"; - this.HexForegrnd.Size = new System.Drawing.Size(20, 20); - this.HexForegrnd.TabIndex = 7; - this.HexForegrnd.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexForegrnd_Click); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(30, 15); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(92, 13); - this.label1.TabIndex = 9; - this.label1.Text = "Background Color"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(30, 77); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(76, 13); - this.label3.TabIndex = 11; - this.label3.Text = "Menubar Color"; - // - // HexMenubar - // - this.HexMenubar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.HexMenubar.Location = new System.Drawing.Point(5, 73); - this.HexMenubar.Name = "HexMenubar"; - this.HexMenubar.Size = new System.Drawing.Size(20, 20); - this.HexMenubar.TabIndex = 8; - this.HexMenubar.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexMenubar_Click); - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(30, 46); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(55, 13); - this.label2.TabIndex = 10; - this.label2.Text = "Font Color"; - // - // HexBackgrnd - // - this.HexBackgrnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.HexBackgrnd.Location = new System.Drawing.Point(5, 11); - this.HexBackgrnd.Name = "HexBackgrnd"; - this.HexBackgrnd.Size = new System.Drawing.Size(20, 20); - this.HexBackgrnd.TabIndex = 6; - this.HexBackgrnd.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexBackgrnd_Click); - // - // HexColors_Form - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(149, 197); - this.Controls.Add(this.groupBox1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "HexColors_Form"; - this.Text = "Colors"; - this.Load += new System.EventHandler(this.HexColors_Form_Load); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.ResumeLayout(false); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.label6 = new System.Windows.Forms.Label(); + this.HexFreezeHL = new System.Windows.Forms.Panel(); + this.label5 = new System.Windows.Forms.Label(); + this.HexFreeze = new System.Windows.Forms.Panel(); + this.label4 = new System.Windows.Forms.Label(); + this.HexHighlight = new System.Windows.Forms.Panel(); + this.HexForegrnd = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.HexMenubar = new System.Windows.Forms.Panel(); + this.label2 = new System.Windows.Forms.Label(); + this.HexBackgrnd = new System.Windows.Forms.Panel(); + this.colorDialog1 = new System.Windows.Forms.ColorDialog(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.label6); + this.groupBox1.Controls.Add(this.HexFreezeHL); + this.groupBox1.Controls.Add(this.label5); + this.groupBox1.Controls.Add(this.HexFreeze); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.HexHighlight); + this.groupBox1.Controls.Add(this.HexForegrnd); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.HexMenubar); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.HexBackgrnd); + this.groupBox1.Location = new System.Drawing.Point(3, 2); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(144, 192); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(30, 171); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(110, 13); + this.label6.TabIndex = 17; + this.label6.Text = "Freeze Highlight Color"; + // + // HexFreezeHL + // + this.HexFreezeHL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.HexFreezeHL.Location = new System.Drawing.Point(5, 166); + this.HexFreezeHL.Name = "HexFreezeHL"; + this.HexFreezeHL.Size = new System.Drawing.Size(20, 20); + this.HexFreezeHL.TabIndex = 16; + this.HexFreezeHL.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexFreezeHL_Click); + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(30, 139); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(66, 13); + this.label5.TabIndex = 15; + this.label5.Text = "Freeze Color"; + // + // HexFreeze + // + this.HexFreeze.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.HexFreeze.Location = new System.Drawing.Point(5, 135); + this.HexFreeze.Name = "HexFreeze"; + this.HexFreeze.Size = new System.Drawing.Size(20, 20); + this.HexFreeze.TabIndex = 14; + this.HexFreeze.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexFreeze_Click); + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(30, 108); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(75, 13); + this.label4.TabIndex = 13; + this.label4.Text = "Highlight Color"; + // + // HexHighlight + // + this.HexHighlight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.HexHighlight.Location = new System.Drawing.Point(5, 104); + this.HexHighlight.Name = "HexHighlight"; + this.HexHighlight.Size = new System.Drawing.Size(20, 20); + this.HexHighlight.TabIndex = 12; + this.HexHighlight.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexHighlight_Click); + // + // HexForegrnd + // + this.HexForegrnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.HexForegrnd.Location = new System.Drawing.Point(5, 42); + this.HexForegrnd.Name = "HexForegrnd"; + this.HexForegrnd.Size = new System.Drawing.Size(20, 20); + this.HexForegrnd.TabIndex = 7; + this.HexForegrnd.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexForegrnd_Click); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(30, 15); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(92, 13); + this.label1.TabIndex = 9; + this.label1.Text = "Background Color"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(30, 77); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(76, 13); + this.label3.TabIndex = 11; + this.label3.Text = "Menubar Color"; + // + // HexMenubar + // + this.HexMenubar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.HexMenubar.Location = new System.Drawing.Point(5, 73); + this.HexMenubar.Name = "HexMenubar"; + this.HexMenubar.Size = new System.Drawing.Size(20, 20); + this.HexMenubar.TabIndex = 8; + this.HexMenubar.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexMenubar_Click); + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(30, 46); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(55, 13); + this.label2.TabIndex = 10; + this.label2.Text = "Font Color"; + // + // HexBackgrnd + // + this.HexBackgrnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.HexBackgrnd.Location = new System.Drawing.Point(5, 11); + this.HexBackgrnd.Name = "HexBackgrnd"; + this.HexBackgrnd.Size = new System.Drawing.Size(20, 20); + this.HexBackgrnd.TabIndex = 6; + this.HexBackgrnd.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HexBackgrnd_Click); + // + // HexColors_Form + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(149, 197); + this.Controls.Add(this.groupBox1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "HexColors_Form"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Colors"; + this.Load += new System.EventHandler(this.HexColors_Form_Load); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.Designer.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.Designer.cs index 114502d74a..d1b1fec116 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexEditor.Designer.cs @@ -28,199 +28,199 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HexEditor)); - this.menuStrip1 = new MenuStripEx(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveAsBinaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.dumpToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); - this.findToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.findNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.findPrevToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.memoryDomainsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.dataSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.byteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.byteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.byteToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); - this.enToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.goToAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.addToRamWatchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.freezeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.unfreezeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pokeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.customColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.setColorsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); - this.resetToDefaultToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowsSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.restoreWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.setColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); - this.resetToDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ViewerContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); - this.CopyContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PasteContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FreezeContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AddToRamWatchContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.UnfreezeAllContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PokeContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ContextSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.IncrementContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.DecrementContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ContextSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.GoToContextItem = new System.Windows.Forms.ToolStripMenuItem(); - this.MemoryViewerBox = new System.Windows.Forms.GroupBox(); - this.AddressLabel = new System.Windows.Forms.Label(); - this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); - this.AddressesLabel = new System.Windows.Forms.Label(); - this.Header = new System.Windows.Forms.Label(); - this.menuStrip1.SuspendLayout(); - this.ViewerContextMenuStrip.SuspendLayout(); - this.MemoryViewerBox.SuspendLayout(); - this.SuspendLayout(); - // - // menuStrip1 - // - this.menuStrip1.ClickThrough = true; - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HexEditor)); + this.menuStrip1 = new MenuStripEx(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveAsBinaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.dumpToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); + this.findToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.findNextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.findPrevToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.memoryDomainsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.dataSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.byteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.byteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.byteToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); + this.enToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.goToAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.addToRamWatchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.freezeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.unfreezeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pokeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.customColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.setColorsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); + this.resetToDefaultToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowsSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.restoreWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.setColorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); + this.resetToDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ViewerContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); + this.CopyContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.PasteContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.FreezeContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.AddToRamWatchContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.UnfreezeAllContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.PokeContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ContextSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.IncrementContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.DecrementContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ContextSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.GoToContextItem = new System.Windows.Forms.ToolStripMenuItem(); + this.MemoryViewerBox = new System.Windows.Forms.GroupBox(); + this.AddressLabel = new System.Windows.Forms.Label(); + this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); + this.AddressesLabel = new System.Windows.Forms.Label(); + this.Header = new System.Windows.Forms.Label(); + this.menuStrip1.SuspendLayout(); + this.ViewerContextMenuStrip.SuspendLayout(); + this.MemoryViewerBox.SuspendLayout(); + this.SuspendLayout(); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.optionsToolStripMenuItem, this.settingsToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(584, 24); - this.menuStrip1.TabIndex = 1; - this.menuStrip1.Text = "menuStrip1"; - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(584, 24); + this.menuStrip1.TabIndex = 1; + this.menuStrip1.Text = "menuStrip1"; + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveToolStripMenuItem, this.saveAsBinaryToolStripMenuItem, this.dumpToFileToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); - this.fileToolStripMenuItem.Text = "&File"; - this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpened); - // - // saveToolStripMenuItem - // - this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; - this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; - this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.saveToolStripMenuItem.Size = new System.Drawing.Size(229, 22); - this.saveToolStripMenuItem.Text = "Save"; - this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); - // - // saveAsBinaryToolStripMenuItem - // - this.saveAsBinaryToolStripMenuItem.Name = "saveAsBinaryToolStripMenuItem"; - this.saveAsBinaryToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "&File"; + this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpened); + // + // saveToolStripMenuItem + // + this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; + this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; + this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); + this.saveToolStripMenuItem.Size = new System.Drawing.Size(229, 22); + this.saveToolStripMenuItem.Text = "Save"; + this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); + // + // saveAsBinaryToolStripMenuItem + // + this.saveAsBinaryToolStripMenuItem.Name = "saveAsBinaryToolStripMenuItem"; + this.saveAsBinaryToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); - this.saveAsBinaryToolStripMenuItem.Size = new System.Drawing.Size(229, 22); - this.saveAsBinaryToolStripMenuItem.Text = "Save as binary..."; - this.saveAsBinaryToolStripMenuItem.Click += new System.EventHandler(this.saveAsBinaryToolStripMenuItem_Click); - // - // dumpToFileToolStripMenuItem - // - this.dumpToFileToolStripMenuItem.Name = "dumpToFileToolStripMenuItem"; - this.dumpToFileToolStripMenuItem.Size = new System.Drawing.Size(229, 22); - this.dumpToFileToolStripMenuItem.Text = "Save as text..."; - this.dumpToFileToolStripMenuItem.Click += new System.EventHandler(this.dumpToFileToolStripMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(226, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(229, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // editToolStripMenuItem - // - this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.saveAsBinaryToolStripMenuItem.Size = new System.Drawing.Size(229, 22); + this.saveAsBinaryToolStripMenuItem.Text = "Save as binary..."; + this.saveAsBinaryToolStripMenuItem.Click += new System.EventHandler(this.saveAsBinaryToolStripMenuItem_Click); + // + // dumpToFileToolStripMenuItem + // + this.dumpToFileToolStripMenuItem.Name = "dumpToFileToolStripMenuItem"; + this.dumpToFileToolStripMenuItem.Size = new System.Drawing.Size(229, 22); + this.dumpToFileToolStripMenuItem.Text = "Save as text..."; + this.dumpToFileToolStripMenuItem.Click += new System.EventHandler(this.dumpToFileToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(226, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(229, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // editToolStripMenuItem + // + this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.copyToolStripMenuItem, this.pasteToolStripMenuItem, this.toolStripSeparator6, this.findToolStripMenuItem1, this.findNextToolStripMenuItem, this.findPrevToolStripMenuItem}); - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); - this.editToolStripMenuItem.Text = "&Edit"; - this.editToolStripMenuItem.DropDownOpened += new System.EventHandler(this.editToolStripMenuItem_DropDownOpened); - // - // copyToolStripMenuItem - // - this.copyToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; - this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; - this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); - this.copyToolStripMenuItem.Size = new System.Drawing.Size(146, 22); - this.copyToolStripMenuItem.Text = "&Copy"; - this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); - // - // pasteToolStripMenuItem - // - this.pasteToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Paste; - this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; - this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); - this.pasteToolStripMenuItem.Size = new System.Drawing.Size(146, 22); - this.pasteToolStripMenuItem.Text = "&Paste"; - this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); - // - // toolStripSeparator6 - // - this.toolStripSeparator6.Name = "toolStripSeparator6"; - this.toolStripSeparator6.Size = new System.Drawing.Size(143, 6); - // - // findToolStripMenuItem1 - // - this.findToolStripMenuItem1.Name = "findToolStripMenuItem1"; - this.findToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); - this.findToolStripMenuItem1.Size = new System.Drawing.Size(146, 22); - this.findToolStripMenuItem1.Text = "&Find..."; - this.findToolStripMenuItem1.Click += new System.EventHandler(this.findToolStripMenuItem1_Click); - // - // findNextToolStripMenuItem - // - this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem"; - this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3; - this.findNextToolStripMenuItem.Size = new System.Drawing.Size(146, 22); - this.findNextToolStripMenuItem.Text = "Find Next"; - this.findNextToolStripMenuItem.Click += new System.EventHandler(this.findNextToolStripMenuItem_Click); - // - // findPrevToolStripMenuItem - // - this.findPrevToolStripMenuItem.Name = "findPrevToolStripMenuItem"; - this.findPrevToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2; - this.findPrevToolStripMenuItem.Size = new System.Drawing.Size(146, 22); - this.findPrevToolStripMenuItem.Text = "Find Prev"; - this.findPrevToolStripMenuItem.Click += new System.EventHandler(this.findPrevToolStripMenuItem_Click); - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.editToolStripMenuItem.Name = "editToolStripMenuItem"; + this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); + this.editToolStripMenuItem.Text = "&Edit"; + this.editToolStripMenuItem.DropDownOpened += new System.EventHandler(this.editToolStripMenuItem_DropDownOpened); + // + // copyToolStripMenuItem + // + this.copyToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; + this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; + this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); + this.copyToolStripMenuItem.Size = new System.Drawing.Size(146, 22); + this.copyToolStripMenuItem.Text = "&Copy"; + this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); + // + // pasteToolStripMenuItem + // + this.pasteToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Paste; + this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; + this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); + this.pasteToolStripMenuItem.Size = new System.Drawing.Size(146, 22); + this.pasteToolStripMenuItem.Text = "&Paste"; + this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); + // + // toolStripSeparator6 + // + this.toolStripSeparator6.Name = "toolStripSeparator6"; + this.toolStripSeparator6.Size = new System.Drawing.Size(143, 6); + // + // findToolStripMenuItem1 + // + this.findToolStripMenuItem1.Name = "findToolStripMenuItem1"; + this.findToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); + this.findToolStripMenuItem1.Size = new System.Drawing.Size(146, 22); + this.findToolStripMenuItem1.Text = "&Find..."; + this.findToolStripMenuItem1.Click += new System.EventHandler(this.findToolStripMenuItem1_Click); + // + // findNextToolStripMenuItem + // + this.findNextToolStripMenuItem.Name = "findNextToolStripMenuItem"; + this.findNextToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3; + this.findNextToolStripMenuItem.Size = new System.Drawing.Size(146, 22); + this.findNextToolStripMenuItem.Text = "Find Next"; + this.findNextToolStripMenuItem.Click += new System.EventHandler(this.findNextToolStripMenuItem_Click); + // + // findPrevToolStripMenuItem + // + this.findPrevToolStripMenuItem.Name = "findPrevToolStripMenuItem"; + this.findPrevToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2; + this.findPrevToolStripMenuItem.Size = new System.Drawing.Size(146, 22); + this.findPrevToolStripMenuItem.Text = "Find Prev"; + this.findPrevToolStripMenuItem.Click += new System.EventHandler(this.findPrevToolStripMenuItem_Click); + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.memoryDomainsToolStripMenuItem, this.dataSizeToolStripMenuItem, this.enToolStripMenuItem, @@ -230,202 +230,202 @@ this.freezeAddressToolStripMenuItem, this.unfreezeAllToolStripMenuItem, this.pokeAddressToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); - // - // memoryDomainsToolStripMenuItem - // - this.memoryDomainsToolStripMenuItem.Name = "memoryDomainsToolStripMenuItem"; - this.memoryDomainsToolStripMenuItem.Size = new System.Drawing.Size(219, 22); - this.memoryDomainsToolStripMenuItem.Text = "&Memory Domains"; - this.memoryDomainsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.memoryDomainsToolStripMenuItem_DropDownOpened); - // - // dataSizeToolStripMenuItem - // - this.dataSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); + // + // memoryDomainsToolStripMenuItem + // + this.memoryDomainsToolStripMenuItem.Name = "memoryDomainsToolStripMenuItem"; + this.memoryDomainsToolStripMenuItem.Size = new System.Drawing.Size(219, 22); + this.memoryDomainsToolStripMenuItem.Text = "&Memory Domains"; + this.memoryDomainsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.memoryDomainsToolStripMenuItem_DropDownOpened); + // + // dataSizeToolStripMenuItem + // + this.dataSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.byteToolStripMenuItem, this.byteToolStripMenuItem1, this.byteToolStripMenuItem2}); - this.dataSizeToolStripMenuItem.Name = "dataSizeToolStripMenuItem"; - this.dataSizeToolStripMenuItem.Size = new System.Drawing.Size(219, 22); - this.dataSizeToolStripMenuItem.Text = "Data Size"; - // - // byteToolStripMenuItem - // - this.byteToolStripMenuItem.Name = "byteToolStripMenuItem"; - this.byteToolStripMenuItem.Size = new System.Drawing.Size(106, 22); - this.byteToolStripMenuItem.Text = "1 Byte"; - this.byteToolStripMenuItem.Click += new System.EventHandler(this.byteToolStripMenuItem_Click); - // - // byteToolStripMenuItem1 - // - this.byteToolStripMenuItem1.Name = "byteToolStripMenuItem1"; - this.byteToolStripMenuItem1.Size = new System.Drawing.Size(106, 22); - this.byteToolStripMenuItem1.Text = "2 Byte"; - this.byteToolStripMenuItem1.Click += new System.EventHandler(this.byteToolStripMenuItem1_Click); - // - // byteToolStripMenuItem2 - // - this.byteToolStripMenuItem2.Name = "byteToolStripMenuItem2"; - this.byteToolStripMenuItem2.Size = new System.Drawing.Size(106, 22); - this.byteToolStripMenuItem2.Text = "4 Byte"; - this.byteToolStripMenuItem2.Click += new System.EventHandler(this.byteToolStripMenuItem2_Click); - // - // enToolStripMenuItem - // - this.enToolStripMenuItem.Name = "enToolStripMenuItem"; - this.enToolStripMenuItem.Size = new System.Drawing.Size(219, 22); - this.enToolStripMenuItem.Text = "Big Endian"; - this.enToolStripMenuItem.Click += new System.EventHandler(this.enToolStripMenuItem_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(216, 6); - // - // goToAddressToolStripMenuItem - // - this.goToAddressToolStripMenuItem.Name = "goToAddressToolStripMenuItem"; - this.goToAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); - this.goToAddressToolStripMenuItem.Size = new System.Drawing.Size(219, 22); - this.goToAddressToolStripMenuItem.Text = "&Go to Address..."; - this.goToAddressToolStripMenuItem.Click += new System.EventHandler(this.goToAddressToolStripMenuItem_Click); - // - // addToRamWatchToolStripMenuItem1 - // - this.addToRamWatchToolStripMenuItem1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.addToRamWatchToolStripMenuItem1.Name = "addToRamWatchToolStripMenuItem1"; - this.addToRamWatchToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+W"; - this.addToRamWatchToolStripMenuItem1.Size = new System.Drawing.Size(219, 22); - this.addToRamWatchToolStripMenuItem1.Text = "Add to Ram Watch"; - this.addToRamWatchToolStripMenuItem1.Click += new System.EventHandler(this.addToRamWatchToolStripMenuItem1_Click); - // - // freezeAddressToolStripMenuItem - // - this.freezeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.freezeAddressToolStripMenuItem.Name = "freezeAddressToolStripMenuItem"; - this.freezeAddressToolStripMenuItem.ShortcutKeyDisplayString = "Space"; - this.freezeAddressToolStripMenuItem.Size = new System.Drawing.Size(219, 22); - this.freezeAddressToolStripMenuItem.Text = "&Freeze Address"; - this.freezeAddressToolStripMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); - // - // unfreezeAllToolStripMenuItem - // - this.unfreezeAllToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; - this.unfreezeAllToolStripMenuItem.Name = "unfreezeAllToolStripMenuItem"; - this.unfreezeAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Delete))); - this.unfreezeAllToolStripMenuItem.Size = new System.Drawing.Size(219, 22); - this.unfreezeAllToolStripMenuItem.Text = "Unfreeze All"; - this.unfreezeAllToolStripMenuItem.Click += new System.EventHandler(this.unfreezeAllToolStripMenuItem_Click); - // - // pokeAddressToolStripMenuItem - // - this.pokeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.pokeAddressToolStripMenuItem.Name = "pokeAddressToolStripMenuItem"; - this.pokeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); - this.pokeAddressToolStripMenuItem.Size = new System.Drawing.Size(219, 22); - this.pokeAddressToolStripMenuItem.Text = "&Poke Address"; - this.pokeAddressToolStripMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); - // - // settingsToolStripMenuItem - // - this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.dataSizeToolStripMenuItem.Name = "dataSizeToolStripMenuItem"; + this.dataSizeToolStripMenuItem.Size = new System.Drawing.Size(219, 22); + this.dataSizeToolStripMenuItem.Text = "Data Size"; + // + // byteToolStripMenuItem + // + this.byteToolStripMenuItem.Name = "byteToolStripMenuItem"; + this.byteToolStripMenuItem.Size = new System.Drawing.Size(106, 22); + this.byteToolStripMenuItem.Text = "1 Byte"; + this.byteToolStripMenuItem.Click += new System.EventHandler(this.byteToolStripMenuItem_Click); + // + // byteToolStripMenuItem1 + // + this.byteToolStripMenuItem1.Name = "byteToolStripMenuItem1"; + this.byteToolStripMenuItem1.Size = new System.Drawing.Size(106, 22); + this.byteToolStripMenuItem1.Text = "2 Byte"; + this.byteToolStripMenuItem1.Click += new System.EventHandler(this.byteToolStripMenuItem1_Click); + // + // byteToolStripMenuItem2 + // + this.byteToolStripMenuItem2.Name = "byteToolStripMenuItem2"; + this.byteToolStripMenuItem2.Size = new System.Drawing.Size(106, 22); + this.byteToolStripMenuItem2.Text = "4 Byte"; + this.byteToolStripMenuItem2.Click += new System.EventHandler(this.byteToolStripMenuItem2_Click); + // + // enToolStripMenuItem + // + this.enToolStripMenuItem.Name = "enToolStripMenuItem"; + this.enToolStripMenuItem.Size = new System.Drawing.Size(219, 22); + this.enToolStripMenuItem.Text = "Big Endian"; + this.enToolStripMenuItem.Click += new System.EventHandler(this.enToolStripMenuItem_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(216, 6); + // + // goToAddressToolStripMenuItem + // + this.goToAddressToolStripMenuItem.Name = "goToAddressToolStripMenuItem"; + this.goToAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); + this.goToAddressToolStripMenuItem.Size = new System.Drawing.Size(219, 22); + this.goToAddressToolStripMenuItem.Text = "&Go to Address..."; + this.goToAddressToolStripMenuItem.Click += new System.EventHandler(this.goToAddressToolStripMenuItem_Click); + // + // addToRamWatchToolStripMenuItem1 + // + this.addToRamWatchToolStripMenuItem1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.addToRamWatchToolStripMenuItem1.Name = "addToRamWatchToolStripMenuItem1"; + this.addToRamWatchToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+W"; + this.addToRamWatchToolStripMenuItem1.Size = new System.Drawing.Size(219, 22); + this.addToRamWatchToolStripMenuItem1.Text = "Add to Ram Watch"; + this.addToRamWatchToolStripMenuItem1.Click += new System.EventHandler(this.addToRamWatchToolStripMenuItem1_Click); + // + // freezeAddressToolStripMenuItem + // + this.freezeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.freezeAddressToolStripMenuItem.Name = "freezeAddressToolStripMenuItem"; + this.freezeAddressToolStripMenuItem.ShortcutKeyDisplayString = "Space"; + this.freezeAddressToolStripMenuItem.Size = new System.Drawing.Size(219, 22); + this.freezeAddressToolStripMenuItem.Text = "&Freeze Address"; + this.freezeAddressToolStripMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); + // + // unfreezeAllToolStripMenuItem + // + this.unfreezeAllToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; + this.unfreezeAllToolStripMenuItem.Name = "unfreezeAllToolStripMenuItem"; + this.unfreezeAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Delete))); + this.unfreezeAllToolStripMenuItem.Size = new System.Drawing.Size(219, 22); + this.unfreezeAllToolStripMenuItem.Text = "Unfreeze All"; + this.unfreezeAllToolStripMenuItem.Click += new System.EventHandler(this.unfreezeAllToolStripMenuItem_Click); + // + // pokeAddressToolStripMenuItem + // + this.pokeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.pokeAddressToolStripMenuItem.Name = "pokeAddressToolStripMenuItem"; + this.pokeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); + this.pokeAddressToolStripMenuItem.Size = new System.Drawing.Size(219, 22); + this.pokeAddressToolStripMenuItem.Text = "&Poke Address"; + this.pokeAddressToolStripMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); + // + // settingsToolStripMenuItem + // + this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.autoloadToolStripMenuItem, this.customColorsToolStripMenuItem, this.saveWindowsSettingsToolStripMenuItem, this.toolStripSeparator3, this.alwaysOnTopToolStripMenuItem, this.restoreWindowSizeToolStripMenuItem}); - this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.settingsToolStripMenuItem.Text = "&Settings"; - this.settingsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.settingsToolStripMenuItem_DropDownOpened); - // - // autoloadToolStripMenuItem - // - this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; - this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(192, 22); - this.autoloadToolStripMenuItem.Text = "Autoload"; - this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); - // - // customColorsToolStripMenuItem - // - this.customColorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.settingsToolStripMenuItem.Text = "&Settings"; + this.settingsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.settingsToolStripMenuItem_DropDownOpened); + // + // autoloadToolStripMenuItem + // + this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; + this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(192, 22); + this.autoloadToolStripMenuItem.Text = "Autoload"; + this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); + // + // customColorsToolStripMenuItem + // + this.customColorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.setColorsToolStripMenuItem1, this.toolStripSeparator8, this.resetToDefaultToolStripMenuItem1}); - this.customColorsToolStripMenuItem.Name = "customColorsToolStripMenuItem"; - this.customColorsToolStripMenuItem.Size = new System.Drawing.Size(192, 22); - this.customColorsToolStripMenuItem.Text = "Custom Colors"; - // - // setColorsToolStripMenuItem1 - // - this.setColorsToolStripMenuItem1.Name = "setColorsToolStripMenuItem1"; - this.setColorsToolStripMenuItem1.Size = new System.Drawing.Size(157, 22); - this.setColorsToolStripMenuItem1.Text = "Set Colors"; - this.setColorsToolStripMenuItem1.Click += new System.EventHandler(this.setColorsToolStripMenuItem1_Click); - // - // toolStripSeparator8 - // - this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(154, 6); - // - // resetToDefaultToolStripMenuItem1 - // - this.resetToDefaultToolStripMenuItem1.Name = "resetToDefaultToolStripMenuItem1"; - this.resetToDefaultToolStripMenuItem1.Size = new System.Drawing.Size(157, 22); - this.resetToDefaultToolStripMenuItem1.Text = "Reset to Default"; - this.resetToDefaultToolStripMenuItem1.Click += new System.EventHandler(this.resetToDefaultToolStripMenuItem1_Click); - // - // saveWindowsSettingsToolStripMenuItem - // - this.saveWindowsSettingsToolStripMenuItem.Name = "saveWindowsSettingsToolStripMenuItem"; - this.saveWindowsSettingsToolStripMenuItem.Size = new System.Drawing.Size(192, 22); - this.saveWindowsSettingsToolStripMenuItem.Text = "Save windows settings"; - this.saveWindowsSettingsToolStripMenuItem.Click += new System.EventHandler(this.saveWindowsSettingsToolStripMenuItem_Click); - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(189, 6); - // - // alwaysOnTopToolStripMenuItem - // - this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem"; - this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(192, 22); - this.alwaysOnTopToolStripMenuItem.Text = "Always On Top"; - this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); - // - // restoreWindowSizeToolStripMenuItem - // - this.restoreWindowSizeToolStripMenuItem.Name = "restoreWindowSizeToolStripMenuItem"; - this.restoreWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(192, 22); - this.restoreWindowSizeToolStripMenuItem.Text = "&Restore Window Size"; - this.restoreWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowSizeToolStripMenuItem_Click); - // - // setColorsToolStripMenuItem - // - this.setColorsToolStripMenuItem.Name = "setColorsToolStripMenuItem"; - this.setColorsToolStripMenuItem.Size = new System.Drawing.Size(157, 22); - this.setColorsToolStripMenuItem.Text = "Set Colors"; - this.setColorsToolStripMenuItem.Click += new System.EventHandler(this.setColorsToolStripMenuItem_Click); - // - // toolStripSeparator7 - // - this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(154, 6); - // - // resetToDefaultToolStripMenuItem - // - this.resetToDefaultToolStripMenuItem.Name = "resetToDefaultToolStripMenuItem"; - this.resetToDefaultToolStripMenuItem.Size = new System.Drawing.Size(157, 22); - this.resetToDefaultToolStripMenuItem.Text = "Reset to Default"; - // - // ViewerContextMenuStrip - // - this.ViewerContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.customColorsToolStripMenuItem.Name = "customColorsToolStripMenuItem"; + this.customColorsToolStripMenuItem.Size = new System.Drawing.Size(192, 22); + this.customColorsToolStripMenuItem.Text = "Custom Colors"; + // + // setColorsToolStripMenuItem1 + // + this.setColorsToolStripMenuItem1.Name = "setColorsToolStripMenuItem1"; + this.setColorsToolStripMenuItem1.Size = new System.Drawing.Size(157, 22); + this.setColorsToolStripMenuItem1.Text = "Set Colors"; + this.setColorsToolStripMenuItem1.Click += new System.EventHandler(this.setColorsToolStripMenuItem1_Click); + // + // toolStripSeparator8 + // + this.toolStripSeparator8.Name = "toolStripSeparator8"; + this.toolStripSeparator8.Size = new System.Drawing.Size(154, 6); + // + // resetToDefaultToolStripMenuItem1 + // + this.resetToDefaultToolStripMenuItem1.Name = "resetToDefaultToolStripMenuItem1"; + this.resetToDefaultToolStripMenuItem1.Size = new System.Drawing.Size(157, 22); + this.resetToDefaultToolStripMenuItem1.Text = "Reset to Default"; + this.resetToDefaultToolStripMenuItem1.Click += new System.EventHandler(this.resetToDefaultToolStripMenuItem1_Click); + // + // saveWindowsSettingsToolStripMenuItem + // + this.saveWindowsSettingsToolStripMenuItem.Name = "saveWindowsSettingsToolStripMenuItem"; + this.saveWindowsSettingsToolStripMenuItem.Size = new System.Drawing.Size(192, 22); + this.saveWindowsSettingsToolStripMenuItem.Text = "Save windows settings"; + this.saveWindowsSettingsToolStripMenuItem.Click += new System.EventHandler(this.saveWindowsSettingsToolStripMenuItem_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(189, 6); + // + // alwaysOnTopToolStripMenuItem + // + this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem"; + this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(192, 22); + this.alwaysOnTopToolStripMenuItem.Text = "Always On Top"; + this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); + // + // restoreWindowSizeToolStripMenuItem + // + this.restoreWindowSizeToolStripMenuItem.Name = "restoreWindowSizeToolStripMenuItem"; + this.restoreWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(192, 22); + this.restoreWindowSizeToolStripMenuItem.Text = "&Restore Window Size"; + this.restoreWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowSizeToolStripMenuItem_Click); + // + // setColorsToolStripMenuItem + // + this.setColorsToolStripMenuItem.Name = "setColorsToolStripMenuItem"; + this.setColorsToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.setColorsToolStripMenuItem.Text = "Set Colors"; + this.setColorsToolStripMenuItem.Click += new System.EventHandler(this.setColorsToolStripMenuItem_Click); + // + // toolStripSeparator7 + // + this.toolStripSeparator7.Name = "toolStripSeparator7"; + this.toolStripSeparator7.Size = new System.Drawing.Size(154, 6); + // + // resetToDefaultToolStripMenuItem + // + this.resetToDefaultToolStripMenuItem.Name = "resetToDefaultToolStripMenuItem"; + this.resetToDefaultToolStripMenuItem.Size = new System.Drawing.Size(157, 22); + this.resetToDefaultToolStripMenuItem.Text = "Reset to Default"; + // + // ViewerContextMenuStrip + // + this.ViewerContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CopyContextItem, this.PasteContextItem, this.FreezeContextItem, @@ -437,191 +437,192 @@ this.DecrementContextItem, this.ContextSeparator2, this.GoToContextItem}); - this.ViewerContextMenuStrip.Name = "ViewerContextMenuStrip"; - this.ViewerContextMenuStrip.Size = new System.Drawing.Size(220, 214); - this.ViewerContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.ViewerContextMenuStrip_Opening); - // - // CopyContextItem - // - this.CopyContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; - this.CopyContextItem.Name = "CopyContextItem"; - this.CopyContextItem.ShortcutKeyDisplayString = "Ctrl+C"; - this.CopyContextItem.Size = new System.Drawing.Size(219, 22); - this.CopyContextItem.Text = "&Copy"; - this.CopyContextItem.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click); - // - // PasteContextItem - // - this.PasteContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Paste; - this.PasteContextItem.Name = "PasteContextItem"; - this.PasteContextItem.ShortcutKeyDisplayString = "Ctrl+V"; - this.PasteContextItem.Size = new System.Drawing.Size(219, 22); - this.PasteContextItem.Text = "&Paste"; - this.PasteContextItem.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click); - // - // FreezeContextItem - // - this.FreezeContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.FreezeContextItem.Name = "FreezeContextItem"; - this.FreezeContextItem.ShortcutKeyDisplayString = "Space"; - this.FreezeContextItem.Size = new System.Drawing.Size(219, 22); - this.FreezeContextItem.Text = "&Freeze"; - this.FreezeContextItem.Click += new System.EventHandler(this.freezeToolStripMenuItem_Click); - // - // AddToRamWatchContextItem - // - this.AddToRamWatchContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.AddToRamWatchContextItem.Name = "AddToRamWatchContextItem"; - this.AddToRamWatchContextItem.ShortcutKeyDisplayString = "Ctrl+W"; - this.AddToRamWatchContextItem.Size = new System.Drawing.Size(219, 22); - this.AddToRamWatchContextItem.Text = "&Add to Ram Watch"; - this.AddToRamWatchContextItem.Click += new System.EventHandler(this.addToRamWatchToolStripMenuItem_Click); - // - // UnfreezeAllContextItem - // - this.UnfreezeAllContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; - this.UnfreezeAllContextItem.Name = "UnfreezeAllContextItem"; - this.UnfreezeAllContextItem.ShortcutKeyDisplayString = "Shift+Del"; - this.UnfreezeAllContextItem.Size = new System.Drawing.Size(219, 22); - this.UnfreezeAllContextItem.Text = "&Unfreeze All"; - this.UnfreezeAllContextItem.Click += new System.EventHandler(this.unfreezeAllToolStripMenuItem1_Click); - // - // PokeContextItem - // - this.PokeContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.PokeContextItem.Name = "PokeContextItem"; - this.PokeContextItem.ShortcutKeyDisplayString = "Ctrl+P"; - this.PokeContextItem.Size = new System.Drawing.Size(219, 22); - this.PokeContextItem.Text = "&Poke Address"; - this.PokeContextItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem1_Click); - // - // ContextSeparator1 - // - this.ContextSeparator1.Name = "ContextSeparator1"; - this.ContextSeparator1.Size = new System.Drawing.Size(216, 6); - // - // IncrementContextItem - // - this.IncrementContextItem.Name = "IncrementContextItem"; - this.IncrementContextItem.ShortcutKeyDisplayString = "+"; - this.IncrementContextItem.Size = new System.Drawing.Size(219, 22); - this.IncrementContextItem.Text = "&Increment"; - this.IncrementContextItem.Click += new System.EventHandler(this.incrementToolStripMenuItem_Click); - // - // DecrementContextItem - // - this.DecrementContextItem.Name = "DecrementContextItem"; - this.DecrementContextItem.ShortcutKeyDisplayString = "-"; - this.DecrementContextItem.Size = new System.Drawing.Size(219, 22); - this.DecrementContextItem.Text = "&Decrement"; - this.DecrementContextItem.Click += new System.EventHandler(this.decrementToolStripMenuItem_Click); - // - // ContextSeparator2 - // - this.ContextSeparator2.Name = "ContextSeparator2"; - this.ContextSeparator2.Size = new System.Drawing.Size(216, 6); - // - // GoToContextItem - // - this.GoToContextItem.Name = "GoToContextItem"; - this.GoToContextItem.ShortcutKeyDisplayString = "Ctrl+G"; - this.GoToContextItem.Size = new System.Drawing.Size(219, 22); - this.GoToContextItem.Text = "&Go to Address..."; - this.GoToContextItem.Click += new System.EventHandler(this.gotoAddressToolStripMenuItem1_Click); - // - // MemoryViewerBox - // - this.MemoryViewerBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.ViewerContextMenuStrip.Name = "ViewerContextMenuStrip"; + this.ViewerContextMenuStrip.Size = new System.Drawing.Size(220, 214); + this.ViewerContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.ViewerContextMenuStrip_Opening); + // + // CopyContextItem + // + this.CopyContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; + this.CopyContextItem.Name = "CopyContextItem"; + this.CopyContextItem.ShortcutKeyDisplayString = "Ctrl+C"; + this.CopyContextItem.Size = new System.Drawing.Size(219, 22); + this.CopyContextItem.Text = "&Copy"; + this.CopyContextItem.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click); + // + // PasteContextItem + // + this.PasteContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Paste; + this.PasteContextItem.Name = "PasteContextItem"; + this.PasteContextItem.ShortcutKeyDisplayString = "Ctrl+V"; + this.PasteContextItem.Size = new System.Drawing.Size(219, 22); + this.PasteContextItem.Text = "&Paste"; + this.PasteContextItem.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click); + // + // FreezeContextItem + // + this.FreezeContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.FreezeContextItem.Name = "FreezeContextItem"; + this.FreezeContextItem.ShortcutKeyDisplayString = "Space"; + this.FreezeContextItem.Size = new System.Drawing.Size(219, 22); + this.FreezeContextItem.Text = "&Freeze"; + this.FreezeContextItem.Click += new System.EventHandler(this.freezeToolStripMenuItem_Click); + // + // AddToRamWatchContextItem + // + this.AddToRamWatchContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.AddToRamWatchContextItem.Name = "AddToRamWatchContextItem"; + this.AddToRamWatchContextItem.ShortcutKeyDisplayString = "Ctrl+W"; + this.AddToRamWatchContextItem.Size = new System.Drawing.Size(219, 22); + this.AddToRamWatchContextItem.Text = "&Add to Ram Watch"; + this.AddToRamWatchContextItem.Click += new System.EventHandler(this.addToRamWatchToolStripMenuItem_Click); + // + // UnfreezeAllContextItem + // + this.UnfreezeAllContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; + this.UnfreezeAllContextItem.Name = "UnfreezeAllContextItem"; + this.UnfreezeAllContextItem.ShortcutKeyDisplayString = "Shift+Del"; + this.UnfreezeAllContextItem.Size = new System.Drawing.Size(219, 22); + this.UnfreezeAllContextItem.Text = "&Unfreeze All"; + this.UnfreezeAllContextItem.Click += new System.EventHandler(this.unfreezeAllToolStripMenuItem1_Click); + // + // PokeContextItem + // + this.PokeContextItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.PokeContextItem.Name = "PokeContextItem"; + this.PokeContextItem.ShortcutKeyDisplayString = "Ctrl+P"; + this.PokeContextItem.Size = new System.Drawing.Size(219, 22); + this.PokeContextItem.Text = "&Poke Address"; + this.PokeContextItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem1_Click); + // + // ContextSeparator1 + // + this.ContextSeparator1.Name = "ContextSeparator1"; + this.ContextSeparator1.Size = new System.Drawing.Size(216, 6); + // + // IncrementContextItem + // + this.IncrementContextItem.Name = "IncrementContextItem"; + this.IncrementContextItem.ShortcutKeyDisplayString = "+"; + this.IncrementContextItem.Size = new System.Drawing.Size(219, 22); + this.IncrementContextItem.Text = "&Increment"; + this.IncrementContextItem.Click += new System.EventHandler(this.incrementToolStripMenuItem_Click); + // + // DecrementContextItem + // + this.DecrementContextItem.Name = "DecrementContextItem"; + this.DecrementContextItem.ShortcutKeyDisplayString = "-"; + this.DecrementContextItem.Size = new System.Drawing.Size(219, 22); + this.DecrementContextItem.Text = "&Decrement"; + this.DecrementContextItem.Click += new System.EventHandler(this.decrementToolStripMenuItem_Click); + // + // ContextSeparator2 + // + this.ContextSeparator2.Name = "ContextSeparator2"; + this.ContextSeparator2.Size = new System.Drawing.Size(216, 6); + // + // GoToContextItem + // + this.GoToContextItem.Name = "GoToContextItem"; + this.GoToContextItem.ShortcutKeyDisplayString = "Ctrl+G"; + this.GoToContextItem.Size = new System.Drawing.Size(219, 22); + this.GoToContextItem.Text = "&Go to Address..."; + this.GoToContextItem.Click += new System.EventHandler(this.gotoAddressToolStripMenuItem1_Click); + // + // MemoryViewerBox + // + this.MemoryViewerBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.MemoryViewerBox.ContextMenuStrip = this.ViewerContextMenuStrip; - this.MemoryViewerBox.Controls.Add(this.AddressLabel); - this.MemoryViewerBox.Controls.Add(this.vScrollBar1); - this.MemoryViewerBox.Controls.Add(this.AddressesLabel); - this.MemoryViewerBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.MemoryViewerBox.Location = new System.Drawing.Point(12, 27); - this.MemoryViewerBox.MaximumSize = new System.Drawing.Size(600, 1024); - this.MemoryViewerBox.MinimumSize = new System.Drawing.Size(260, 180); - this.MemoryViewerBox.Name = "MemoryViewerBox"; - this.MemoryViewerBox.Size = new System.Drawing.Size(558, 262); - this.MemoryViewerBox.TabIndex = 2; - this.MemoryViewerBox.TabStop = false; - this.MemoryViewerBox.Paint += new System.Windows.Forms.PaintEventHandler(this.MemoryViewerBox_Paint); - this.MemoryViewerBox.Enter += new System.EventHandler(this.MemoryViewerBox_Enter); - // - // AddressLabel - // - this.AddressLabel.AutoSize = true; - this.AddressLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.AddressLabel.Location = new System.Drawing.Point(3, 30); - this.AddressLabel.Name = "AddressLabel"; - this.AddressLabel.Size = new System.Drawing.Size(25, 13); - this.AddressLabel.TabIndex = 2; - this.AddressLabel.Text = " "; - // - // vScrollBar1 - // - this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.MemoryViewerBox.ContextMenuStrip = this.ViewerContextMenuStrip; + this.MemoryViewerBox.Controls.Add(this.AddressLabel); + this.MemoryViewerBox.Controls.Add(this.vScrollBar1); + this.MemoryViewerBox.Controls.Add(this.AddressesLabel); + this.MemoryViewerBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.MemoryViewerBox.Location = new System.Drawing.Point(12, 27); + this.MemoryViewerBox.MaximumSize = new System.Drawing.Size(600, 1024); + this.MemoryViewerBox.MinimumSize = new System.Drawing.Size(260, 180); + this.MemoryViewerBox.Name = "MemoryViewerBox"; + this.MemoryViewerBox.Size = new System.Drawing.Size(558, 262); + this.MemoryViewerBox.TabIndex = 2; + this.MemoryViewerBox.TabStop = false; + this.MemoryViewerBox.Paint += new System.Windows.Forms.PaintEventHandler(this.MemoryViewerBox_Paint); + this.MemoryViewerBox.Enter += new System.EventHandler(this.MemoryViewerBox_Enter); + // + // AddressLabel + // + this.AddressLabel.AutoSize = true; + this.AddressLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.AddressLabel.Location = new System.Drawing.Point(3, 30); + this.AddressLabel.Name = "AddressLabel"; + this.AddressLabel.Size = new System.Drawing.Size(25, 13); + this.AddressLabel.TabIndex = 2; + this.AddressLabel.Text = " "; + // + // vScrollBar1 + // + this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); - this.vScrollBar1.LargeChange = 16; - this.vScrollBar1.Location = new System.Drawing.Point(539, 8); - this.vScrollBar1.Name = "vScrollBar1"; - this.vScrollBar1.Size = new System.Drawing.Size(16, 251); - this.vScrollBar1.TabIndex = 1; - this.vScrollBar1.ValueChanged += new System.EventHandler(this.vScrollBar1_ValueChanged); - // - // AddressesLabel - // - this.AddressesLabel.AutoSize = true; - this.AddressesLabel.ContextMenuStrip = this.ViewerContextMenuStrip; - this.AddressesLabel.Location = new System.Drawing.Point(65, 30); - this.AddressesLabel.Name = "AddressesLabel"; - this.AddressesLabel.Size = new System.Drawing.Size(31, 13); - this.AddressesLabel.TabIndex = 0; - this.AddressesLabel.Text = "RAM"; - this.AddressesLabel.Click += new System.EventHandler(this.AddressesLabel_Click); - this.AddressesLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseClick); - this.AddressesLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseDown); - this.AddressesLabel.MouseLeave += new System.EventHandler(this.AddressesLabel_MouseLeave); - this.AddressesLabel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseMove); - this.AddressesLabel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseUp); - // - // Header - // - this.Header.AutoSize = true; - this.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Header.Location = new System.Drawing.Point(28, 44); - this.Header.Name = "Header"; - this.Header.Size = new System.Drawing.Size(35, 13); - this.Header.TabIndex = 2; - this.Header.Text = "label1"; - // - // HexEditor - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(584, 301); - this.Controls.Add(this.Header); - this.Controls.Add(this.MemoryViewerBox); - this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.MinimumSize = new System.Drawing.Size(360, 180); - this.Name = "HexEditor"; - this.Text = "HexEditor"; - this.Load += new System.EventHandler(this.HexEditor_Load); - this.ResizeEnd += new System.EventHandler(this.HexEditor_ResizeEnd); - this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HexEditor_KeyDown); - this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HexEditor_KeyUp); - this.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.HexEditor_MouseWheel); - this.Resize += new System.EventHandler(this.HexEditor_Resize); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.ViewerContextMenuStrip.ResumeLayout(false); - this.MemoryViewerBox.ResumeLayout(false); - this.MemoryViewerBox.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.vScrollBar1.LargeChange = 16; + this.vScrollBar1.Location = new System.Drawing.Point(539, 8); + this.vScrollBar1.Name = "vScrollBar1"; + this.vScrollBar1.Size = new System.Drawing.Size(16, 251); + this.vScrollBar1.TabIndex = 1; + this.vScrollBar1.ValueChanged += new System.EventHandler(this.vScrollBar1_ValueChanged); + // + // AddressesLabel + // + this.AddressesLabel.AutoSize = true; + this.AddressesLabel.ContextMenuStrip = this.ViewerContextMenuStrip; + this.AddressesLabel.Location = new System.Drawing.Point(65, 30); + this.AddressesLabel.Name = "AddressesLabel"; + this.AddressesLabel.Size = new System.Drawing.Size(31, 13); + this.AddressesLabel.TabIndex = 0; + this.AddressesLabel.Text = "RAM"; + this.AddressesLabel.Click += new System.EventHandler(this.AddressesLabel_Click); + this.AddressesLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseClick); + this.AddressesLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseDown); + this.AddressesLabel.MouseLeave += new System.EventHandler(this.AddressesLabel_MouseLeave); + this.AddressesLabel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseMove); + this.AddressesLabel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.AddressesLabel_MouseUp); + // + // Header + // + this.Header.AutoSize = true; + this.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Header.Location = new System.Drawing.Point(28, 44); + this.Header.Name = "Header"; + this.Header.Size = new System.Drawing.Size(35, 13); + this.Header.TabIndex = 2; + this.Header.Text = "label1"; + // + // HexEditor + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(584, 301); + this.Controls.Add(this.Header); + this.Controls.Add(this.MemoryViewerBox); + this.Controls.Add(this.menuStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MainMenuStrip = this.menuStrip1; + this.MinimumSize = new System.Drawing.Size(360, 180); + this.Name = "HexEditor"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "HexEditor"; + this.Load += new System.EventHandler(this.HexEditor_Load); + this.ResizeEnd += new System.EventHandler(this.HexEditor_ResizeEnd); + this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HexEditor_KeyDown); + this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HexEditor_KeyUp); + this.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.HexEditor_MouseWheel); + this.Resize += new System.EventHandler(this.HexEditor_Resize); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.ViewerContextMenuStrip.ResumeLayout(false); + this.MemoryViewerBox.ResumeLayout(false); + this.MemoryViewerBox.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.Designer.cs b/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.Designer.cs index 72b7284ff3..6407ce0389 100644 --- a/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/HexEditor/HexFind.Designer.cs @@ -28,82 +28,85 @@ /// private void InitializeComponent() { - this.FindBox = new HexTextBox(); - this.Find_Prev = new System.Windows.Forms.Button(); - this.Find_Next = new System.Windows.Forms.Button(); - this.HexRadio = new System.Windows.Forms.RadioButton(); - this.TextRadio = new System.Windows.Forms.RadioButton(); - this.SuspendLayout(); - // - // FindBox - // - this.FindBox.Location = new System.Drawing.Point(13, 12); - this.FindBox.Name = "FindBox"; - this.FindBox.Size = new System.Drawing.Size(156, 20); - this.FindBox.TabIndex = 0; - this.FindBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FindBox_KeyDown); - // - // Find_Prev - // - this.Find_Prev.Location = new System.Drawing.Point(13, 39); - this.Find_Prev.Name = "Find_Prev"; - this.Find_Prev.Size = new System.Drawing.Size(75, 23); - this.Find_Prev.TabIndex = 1; - this.Find_Prev.Text = "Find Prev"; - this.Find_Prev.UseVisualStyleBackColor = true; - this.Find_Prev.Click += new System.EventHandler(this.Find_Prev_Click); - // - // Find_Next - // - this.Find_Next.Location = new System.Drawing.Point(94, 39); - this.Find_Next.Name = "Find_Next"; - this.Find_Next.Size = new System.Drawing.Size(75, 23); - this.Find_Next.TabIndex = 2; - this.Find_Next.Text = "Find Next"; - this.Find_Next.UseVisualStyleBackColor = true; - this.Find_Next.Click += new System.EventHandler(this.Find_Next_Click); - // - // HexRadio - // - this.HexRadio.AutoSize = true; - this.HexRadio.Checked = true; - this.HexRadio.Location = new System.Drawing.Point(13, 69); - this.HexRadio.Name = "HexRadio"; - this.HexRadio.Size = new System.Drawing.Size(44, 17); - this.HexRadio.TabIndex = 3; - this.HexRadio.TabStop = true; - this.HexRadio.Text = "Hex"; - this.HexRadio.UseVisualStyleBackColor = true; - this.HexRadio.CheckedChanged += new System.EventHandler(this.HexRadio_CheckedChanged); - // - // TextRadio - // - this.TextRadio.AutoSize = true; - this.TextRadio.Location = new System.Drawing.Point(63, 69); - this.TextRadio.Name = "TextRadio"; - this.TextRadio.Size = new System.Drawing.Size(46, 17); - this.TextRadio.TabIndex = 4; - this.TextRadio.Text = "Text"; - this.TextRadio.UseVisualStyleBackColor = true; - this.TextRadio.CheckedChanged += new System.EventHandler(this.TextRadio_CheckedChanged); - // - // HexFind - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(178, 93); - this.Controls.Add(this.TextRadio); - this.Controls.Add(this.HexRadio); - this.Controls.Add(this.Find_Next); - this.Controls.Add(this.Find_Prev); - this.Controls.Add(this.FindBox); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.Name = "HexFind"; - this.ShowIcon = false; - this.Text = "Find"; - this.Load += new System.EventHandler(this.HexFind_Load); - this.ResumeLayout(false); - this.PerformLayout(); + this.FindBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.Find_Prev = new System.Windows.Forms.Button(); + this.Find_Next = new System.Windows.Forms.Button(); + this.HexRadio = new System.Windows.Forms.RadioButton(); + this.TextRadio = new System.Windows.Forms.RadioButton(); + this.SuspendLayout(); + // + // FindBox + // + this.FindBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.FindBox.Location = new System.Drawing.Point(13, 12); + this.FindBox.Name = "FindBox"; + this.FindBox.Nullable = true; + this.FindBox.Size = new System.Drawing.Size(156, 20); + this.FindBox.TabIndex = 0; + this.FindBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FindBox_KeyDown); + // + // Find_Prev + // + this.Find_Prev.Location = new System.Drawing.Point(13, 39); + this.Find_Prev.Name = "Find_Prev"; + this.Find_Prev.Size = new System.Drawing.Size(75, 23); + this.Find_Prev.TabIndex = 1; + this.Find_Prev.Text = "Find Prev"; + this.Find_Prev.UseVisualStyleBackColor = true; + this.Find_Prev.Click += new System.EventHandler(this.Find_Prev_Click); + // + // Find_Next + // + this.Find_Next.Location = new System.Drawing.Point(94, 39); + this.Find_Next.Name = "Find_Next"; + this.Find_Next.Size = new System.Drawing.Size(75, 23); + this.Find_Next.TabIndex = 2; + this.Find_Next.Text = "Find Next"; + this.Find_Next.UseVisualStyleBackColor = true; + this.Find_Next.Click += new System.EventHandler(this.Find_Next_Click); + // + // HexRadio + // + this.HexRadio.AutoSize = true; + this.HexRadio.Checked = true; + this.HexRadio.Location = new System.Drawing.Point(13, 69); + this.HexRadio.Name = "HexRadio"; + this.HexRadio.Size = new System.Drawing.Size(44, 17); + this.HexRadio.TabIndex = 3; + this.HexRadio.TabStop = true; + this.HexRadio.Text = "Hex"; + this.HexRadio.UseVisualStyleBackColor = true; + this.HexRadio.CheckedChanged += new System.EventHandler(this.HexRadio_CheckedChanged); + // + // TextRadio + // + this.TextRadio.AutoSize = true; + this.TextRadio.Location = new System.Drawing.Point(63, 69); + this.TextRadio.Name = "TextRadio"; + this.TextRadio.Size = new System.Drawing.Size(46, 17); + this.TextRadio.TabIndex = 4; + this.TextRadio.Text = "Text"; + this.TextRadio.UseVisualStyleBackColor = true; + this.TextRadio.CheckedChanged += new System.EventHandler(this.TextRadio_CheckedChanged); + // + // HexFind + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(178, 93); + this.Controls.Add(this.TextRadio); + this.Controls.Add(this.HexRadio); + this.Controls.Add(this.Find_Next); + this.Controls.Add(this.Find_Prev); + this.Controls.Add(this.FindBox); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Name = "HexFind"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Find"; + this.Load += new System.EventHandler(this.HexFind_Load); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/InputPrompt.Designer.cs b/BizHawk.Client.EmuHawk/tools/InputPrompt.Designer.cs index 87b98711a2..8494a29c30 100644 --- a/BizHawk.Client.EmuHawk/tools/InputPrompt.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/InputPrompt.Designer.cs @@ -28,71 +28,72 @@ /// private void InitializeComponent() { - this.PromptLabel = new System.Windows.Forms.Label(); - this.PromptBox = new System.Windows.Forms.TextBox(); - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.SuspendLayout(); - // - // PromptLabel - // - this.PromptLabel.AutoSize = true; - this.PromptLabel.Location = new System.Drawing.Point(33, 9); - this.PromptLabel.Name = "PromptLabel"; - this.PromptLabel.Size = new System.Drawing.Size(73, 13); - this.PromptLabel.TabIndex = 0; - this.PromptLabel.Text = "Enter a value:"; - // - // PromptBox - // - this.PromptBox.Location = new System.Drawing.Point(36, 25); - this.PromptBox.Name = "PromptBox"; - this.PromptBox.Size = new System.Drawing.Size(164, 20); - this.PromptBox.TabIndex = 1; - this.PromptBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PromptBox_KeyPress); - // - // OK - // - this.OK.Location = new System.Drawing.Point(36, 67); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 2; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // Cancel - // - this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.Cancel.Location = new System.Drawing.Point(125, 67); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 3; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // InputPrompt - // - 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(235, 106); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.Controls.Add(this.PromptBox); - this.Controls.Add(this.PromptLabel); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(241, 133); - this.Name = "InputPrompt"; - this.ShowIcon = false; - this.Text = "InputPrompt"; - this.Load += new System.EventHandler(this.InputPrompt_Load); - this.ResumeLayout(false); - this.PerformLayout(); + this.PromptLabel = new System.Windows.Forms.Label(); + this.PromptBox = new System.Windows.Forms.TextBox(); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // PromptLabel + // + this.PromptLabel.AutoSize = true; + this.PromptLabel.Location = new System.Drawing.Point(33, 9); + this.PromptLabel.Name = "PromptLabel"; + this.PromptLabel.Size = new System.Drawing.Size(73, 13); + this.PromptLabel.TabIndex = 0; + this.PromptLabel.Text = "Enter a value:"; + // + // PromptBox + // + this.PromptBox.Location = new System.Drawing.Point(36, 25); + this.PromptBox.Name = "PromptBox"; + this.PromptBox.Size = new System.Drawing.Size(164, 20); + this.PromptBox.TabIndex = 1; + this.PromptBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PromptBox_KeyPress); + // + // OK + // + this.OK.Location = new System.Drawing.Point(36, 67); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 2; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // Cancel + // + this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.Cancel.Location = new System.Drawing.Point(125, 67); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 3; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // InputPrompt + // + 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(235, 106); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.Controls.Add(this.PromptBox); + this.Controls.Add(this.PromptLabel); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.MinimumSize = new System.Drawing.Size(241, 133); + this.Name = "InputPrompt"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Input Prompt"; + this.Load += new System.EventHandler(this.InputPrompt_Load); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs index 108c4034f5..9f6945a3dc 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs @@ -28,85 +28,85 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaConsole)); - this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.toggleScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.resumePauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.removeScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.insertSeperatorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.stopAllScriptsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.menuStrip1 = new MenuStripEx(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); - this.recentSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); - this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toggleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pauseResumeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.removeScriptToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.insertSeparatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); - this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); - this.turnOffAllScriptsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.showRegisteredFunctionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoloadConsoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoloadSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.disableScriptsOnLoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.restoreWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.luaFunctionsListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.onlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.OutputBox = new System.Windows.Forms.RichTextBox(); - this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.clearToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); - this.registeredFunctionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.NumberOfScripts = new System.Windows.Forms.Label(); - this.OutputMessages = new System.Windows.Forms.Label(); - this.toolStrip1 = new ToolStripEx(); - this.newStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.openToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.copyToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.resumePauseButton1 = new System.Windows.Forms.ToolStripButton(); - this.EditToolstripButton = new System.Windows.Forms.ToolStripButton(); - this.cutToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.toolStripButtonSeparator = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripButtonMoveUp = new System.Windows.Forms.ToolStripButton(); - this.toolStripButtonMoveDown = new System.Windows.Forms.ToolStripButton(); - this.LuaListView = new VirtualListView(); - this.Script = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.PathName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.contextMenuStrip1.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.contextMenuStrip2.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.toolStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaConsole)); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.toggleScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.resumePauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.removeScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.insertSeperatorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.stopAllScriptsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.menuStrip1 = new MenuStripEx(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); + this.recentSessionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); + this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.scriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toggleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pauseResumeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.removeScriptToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.insertSeparatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); + this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); + this.turnOffAllScriptsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.showRegisteredFunctionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.autoloadConsoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.autoloadSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.disableScriptsOnLoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.restoreWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.luaFunctionsListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.onlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.OutputBox = new System.Windows.Forms.RichTextBox(); + this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.clearToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); + this.registeredFunctionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.NumberOfScripts = new System.Windows.Forms.Label(); + this.OutputMessages = new System.Windows.Forms.Label(); + this.toolStrip1 = new ToolStripEx(); + this.newStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.openToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.copyToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.resumePauseButton1 = new System.Windows.Forms.ToolStripButton(); + this.EditToolstripButton = new System.Windows.Forms.ToolStripButton(); + this.cutToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonSeparator = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripButtonMoveUp = new System.Windows.Forms.ToolStripButton(); + this.toolStripButtonMoveDown = new System.Windows.Forms.ToolStripButton(); + this.LuaListView = new BizHawk.Client.EmuHawk.VirtualListView(); + this.Script = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.PathName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.contextMenuStrip1.SuspendLayout(); + this.menuStrip1.SuspendLayout(); + this.contextMenuStrip2.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toggleScriptToolStripMenuItem, this.resumePauseToolStripMenuItem, this.editScriptToolStripMenuItem, @@ -114,80 +114,80 @@ this.insertSeperatorToolStripMenuItem1, this.toolStripSeparator4, this.stopAllScriptsToolStripMenuItem}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(175, 142); - this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); - // - // toggleScriptToolStripMenuItem - // - this.toggleScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Refresh1; - this.toggleScriptToolStripMenuItem.Name = "toggleScriptToolStripMenuItem"; - this.toggleScriptToolStripMenuItem.Size = new System.Drawing.Size(174, 22); - this.toggleScriptToolStripMenuItem.Text = "&Toggle"; - this.toggleScriptToolStripMenuItem.Click += new System.EventHandler(this.toggleScriptToolStripMenuItem_Click); - // - // resumePauseToolStripMenuItem - // - this.resumePauseToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; - this.resumePauseToolStripMenuItem.Name = "resumePauseToolStripMenuItem"; - this.resumePauseToolStripMenuItem.Size = new System.Drawing.Size(174, 22); - this.resumePauseToolStripMenuItem.Text = "Pause or Resume"; - this.resumePauseToolStripMenuItem.Click += new System.EventHandler(this.resumePauseToolStripMenuItem_Click); - // - // editScriptToolStripMenuItem - // - this.editScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; - this.editScriptToolStripMenuItem.Name = "editScriptToolStripMenuItem"; - this.editScriptToolStripMenuItem.Size = new System.Drawing.Size(174, 22); - this.editScriptToolStripMenuItem.Text = "&Edit"; - this.editScriptToolStripMenuItem.Click += new System.EventHandler(this.editScriptToolStripMenuItem_Click); - // - // removeScriptToolStripMenuItem - // - this.removeScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Close; - this.removeScriptToolStripMenuItem.Name = "removeScriptToolStripMenuItem"; - this.removeScriptToolStripMenuItem.Size = new System.Drawing.Size(174, 22); - this.removeScriptToolStripMenuItem.Text = "&Remove"; - this.removeScriptToolStripMenuItem.Click += new System.EventHandler(this.removeScriptToolStripMenuItem_Click); - // - // insertSeperatorToolStripMenuItem1 - // - this.insertSeperatorToolStripMenuItem1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; - this.insertSeperatorToolStripMenuItem1.Name = "insertSeperatorToolStripMenuItem1"; - this.insertSeperatorToolStripMenuItem1.Size = new System.Drawing.Size(174, 22); - this.insertSeperatorToolStripMenuItem1.Text = "Insert Seperator"; - this.insertSeperatorToolStripMenuItem1.Click += new System.EventHandler(this.insertSeperatorToolStripMenuItem1_Click); - // - // toolStripSeparator4 - // - this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(171, 6); - // - // stopAllScriptsToolStripMenuItem - // - this.stopAllScriptsToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop; - this.stopAllScriptsToolStripMenuItem.Name = "stopAllScriptsToolStripMenuItem"; - this.stopAllScriptsToolStripMenuItem.Size = new System.Drawing.Size(174, 22); - this.stopAllScriptsToolStripMenuItem.Text = "Turn Off All Scripts"; - this.stopAllScriptsToolStripMenuItem.Click += new System.EventHandler(this.stopAllScriptsToolStripMenuItem_Click); - // - // menuStrip1 - // - this.menuStrip1.ClickThrough = true; - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(175, 142); + this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); + // + // toggleScriptToolStripMenuItem + // + this.toggleScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Refresh1; + this.toggleScriptToolStripMenuItem.Name = "toggleScriptToolStripMenuItem"; + this.toggleScriptToolStripMenuItem.Size = new System.Drawing.Size(174, 22); + this.toggleScriptToolStripMenuItem.Text = "&Toggle"; + this.toggleScriptToolStripMenuItem.Click += new System.EventHandler(this.toggleScriptToolStripMenuItem_Click); + // + // resumePauseToolStripMenuItem + // + this.resumePauseToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; + this.resumePauseToolStripMenuItem.Name = "resumePauseToolStripMenuItem"; + this.resumePauseToolStripMenuItem.Size = new System.Drawing.Size(174, 22); + this.resumePauseToolStripMenuItem.Text = "Pause or Resume"; + this.resumePauseToolStripMenuItem.Click += new System.EventHandler(this.resumePauseToolStripMenuItem_Click); + // + // editScriptToolStripMenuItem + // + this.editScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; + this.editScriptToolStripMenuItem.Name = "editScriptToolStripMenuItem"; + this.editScriptToolStripMenuItem.Size = new System.Drawing.Size(174, 22); + this.editScriptToolStripMenuItem.Text = "&Edit"; + this.editScriptToolStripMenuItem.Click += new System.EventHandler(this.editScriptToolStripMenuItem_Click); + // + // removeScriptToolStripMenuItem + // + this.removeScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Close; + this.removeScriptToolStripMenuItem.Name = "removeScriptToolStripMenuItem"; + this.removeScriptToolStripMenuItem.Size = new System.Drawing.Size(174, 22); + this.removeScriptToolStripMenuItem.Text = "&Remove"; + this.removeScriptToolStripMenuItem.Click += new System.EventHandler(this.removeScriptToolStripMenuItem_Click); + // + // insertSeperatorToolStripMenuItem1 + // + this.insertSeperatorToolStripMenuItem1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; + this.insertSeperatorToolStripMenuItem1.Name = "insertSeperatorToolStripMenuItem1"; + this.insertSeperatorToolStripMenuItem1.Size = new System.Drawing.Size(174, 22); + this.insertSeperatorToolStripMenuItem1.Text = "Insert Seperator"; + this.insertSeperatorToolStripMenuItem1.Click += new System.EventHandler(this.insertSeperatorToolStripMenuItem1_Click); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(171, 6); + // + // stopAllScriptsToolStripMenuItem + // + this.stopAllScriptsToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop; + this.stopAllScriptsToolStripMenuItem.Name = "stopAllScriptsToolStripMenuItem"; + this.stopAllScriptsToolStripMenuItem.Size = new System.Drawing.Size(174, 22); + this.stopAllScriptsToolStripMenuItem.Text = "Turn Off All Scripts"; + this.stopAllScriptsToolStripMenuItem.Click += new System.EventHandler(this.stopAllScriptsToolStripMenuItem_Click); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.scriptToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(584, 24); - this.menuStrip1.TabIndex = 1; - this.menuStrip1.Text = "menuStrip1"; - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(584, 24); + this.menuStrip1.TabIndex = 1; + this.menuStrip1.Text = "menuStrip1"; + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openSessionToolStripMenuItem, this.saveToolStripMenuItem, @@ -197,99 +197,99 @@ this.recentToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); - this.fileToolStripMenuItem.Text = "&File"; - this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpened); - // - // newToolStripMenuItem - // - this.newToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; - this.newToolStripMenuItem.Name = "newToolStripMenuItem"; - this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) - | System.Windows.Forms.Keys.N))); - this.newToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.newToolStripMenuItem.Text = "&New Session"; - this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); - // - // openSessionToolStripMenuItem - // - this.openSessionToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; - this.openSessionToolStripMenuItem.Name = "openSessionToolStripMenuItem"; - this.openSessionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) - | System.Windows.Forms.Keys.O))); - this.openSessionToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.openSessionToolStripMenuItem.Text = "&Open Session..."; - this.openSessionToolStripMenuItem.Click += new System.EventHandler(this.openSessionToolStripMenuItem_Click); - // - // saveToolStripMenuItem - // - this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; - this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; - this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.saveToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.saveToolStripMenuItem.Text = "&Save Session"; - this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); - // - // saveAsToolStripMenuItem - // - this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; - this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) - | System.Windows.Forms.Keys.S))); - this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.saveAsToolStripMenuItem.Text = "Save Session &As..."; - this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); - // - // toolStripSeparator9 - // - this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(234, 6); - // - // recentSessionsToolStripMenuItem - // - this.recentSessionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "&File"; + this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpened); + // + // newToolStripMenuItem + // + this.newToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; + this.newToolStripMenuItem.Name = "newToolStripMenuItem"; + this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + | System.Windows.Forms.Keys.N))); + this.newToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + this.newToolStripMenuItem.Text = "&New Session"; + this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); + // + // openSessionToolStripMenuItem + // + this.openSessionToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; + this.openSessionToolStripMenuItem.Name = "openSessionToolStripMenuItem"; + this.openSessionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + | System.Windows.Forms.Keys.O))); + this.openSessionToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + this.openSessionToolStripMenuItem.Text = "&Open Session..."; + this.openSessionToolStripMenuItem.Click += new System.EventHandler(this.openSessionToolStripMenuItem_Click); + // + // saveToolStripMenuItem + // + this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; + this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; + this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); + this.saveToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + this.saveToolStripMenuItem.Text = "&Save Session"; + this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); + // + // saveAsToolStripMenuItem + // + this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; + this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + | System.Windows.Forms.Keys.S))); + this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + this.saveAsToolStripMenuItem.Text = "Save Session &As..."; + this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); + // + // toolStripSeparator9 + // + this.toolStripSeparator9.Name = "toolStripSeparator9"; + this.toolStripSeparator9.Size = new System.Drawing.Size(234, 6); + // + // recentSessionsToolStripMenuItem + // + this.recentSessionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator8}); - this.recentSessionsToolStripMenuItem.Name = "recentSessionsToolStripMenuItem"; - this.recentSessionsToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.recentSessionsToolStripMenuItem.Text = "Recent Sessions"; - this.recentSessionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentSessionsToolStripMenuItem_DropDownOpened); - // - // toolStripSeparator8 - // - this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(149, 6); - // - // recentToolStripMenuItem - // - this.recentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.recentSessionsToolStripMenuItem.Name = "recentSessionsToolStripMenuItem"; + this.recentSessionsToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + this.recentSessionsToolStripMenuItem.Text = "Recent Sessions"; + this.recentSessionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentSessionsToolStripMenuItem_DropDownOpened); + // + // toolStripSeparator8 + // + this.toolStripSeparator8.Name = "toolStripSeparator8"; + this.toolStripSeparator8.Size = new System.Drawing.Size(57, 6); + // + // recentToolStripMenuItem + // + this.recentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator3}); - this.recentToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; - this.recentToolStripMenuItem.Name = "recentToolStripMenuItem"; - this.recentToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.recentToolStripMenuItem.Text = "Recent Scripts"; - this.recentToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentToolStripMenuItem_DropDownOpened); - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(234, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(237, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // scriptToolStripMenuItem - // - this.scriptToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.recentToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; + this.recentToolStripMenuItem.Name = "recentToolStripMenuItem"; + this.recentToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + this.recentToolStripMenuItem.Text = "Recent Scripts"; + this.recentToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentToolStripMenuItem_DropDownOpened); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(57, 6); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(234, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(237, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // scriptToolStripMenuItem + // + this.scriptToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newScriptToolStripMenuItem, this.openToolStripMenuItem, this.toggleToolStripMenuItem, @@ -304,273 +304,273 @@ this.toolStripSeparator6, this.turnOffAllScriptsToolStripMenuItem, this.showRegisteredFunctionsToolStripMenuItem}); - this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem"; - this.scriptToolStripMenuItem.Size = new System.Drawing.Size(49, 20); - this.scriptToolStripMenuItem.Text = "&Script"; - this.scriptToolStripMenuItem.DropDownOpened += new System.EventHandler(this.scriptToolStripMenuItem_DropDownOpened); - // - // newScriptToolStripMenuItem - // - this.newScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; - this.newScriptToolStripMenuItem.Name = "newScriptToolStripMenuItem"; - this.newScriptToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); - this.newScriptToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.newScriptToolStripMenuItem.Text = "New Script"; - this.newScriptToolStripMenuItem.Click += new System.EventHandler(this.newScriptToolStripMenuItem_Click); - // - // openToolStripMenuItem - // - this.openToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; - this.openToolStripMenuItem.Name = "openToolStripMenuItem"; - this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); - this.openToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.openToolStripMenuItem.Text = "&Open Script..."; - this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click_1); - // - // toggleToolStripMenuItem - // - this.toggleToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Refresh1; - this.toggleToolStripMenuItem.Name = "toggleToolStripMenuItem"; - this.toggleToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T))); - this.toggleToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.toggleToolStripMenuItem.Text = "&Toggle"; - this.toggleToolStripMenuItem.Click += new System.EventHandler(this.toggleToolStripMenuItem_Click); - // - // pauseResumeToolStripMenuItem - // - this.pauseResumeToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; - this.pauseResumeToolStripMenuItem.Name = "pauseResumeToolStripMenuItem"; - this.pauseResumeToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.pauseResumeToolStripMenuItem.Text = "Pause or Resume"; - this.pauseResumeToolStripMenuItem.Click += new System.EventHandler(this.pauseResumeToolStripMenuItem_Click); - // - // editToolStripMenuItem - // - this.editToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); - this.editToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.editToolStripMenuItem.Text = "&Edit Script"; - this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click); - // - // removeScriptToolStripMenuItem1 - // - this.removeScriptToolStripMenuItem1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.removeScriptToolStripMenuItem1.Name = "removeScriptToolStripMenuItem1"; - this.removeScriptToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); - this.removeScriptToolStripMenuItem1.Size = new System.Drawing.Size(245, 22); - this.removeScriptToolStripMenuItem1.Text = "&Remove Script"; - this.removeScriptToolStripMenuItem1.Click += new System.EventHandler(this.removeScriptToolStripMenuItem_Click); - // - // insertSeparatorToolStripMenuItem - // - this.insertSeparatorToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; - this.insertSeparatorToolStripMenuItem.Name = "insertSeparatorToolStripMenuItem"; - this.insertSeparatorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I))); - this.insertSeparatorToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.insertSeparatorToolStripMenuItem.Text = "Insert Separator"; - this.insertSeparatorToolStripMenuItem.Click += new System.EventHandler(this.insertSeperatorToolStripMenuItem_Click); - // - // toolStripSeparator7 - // - this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(242, 6); - // - // moveUpToolStripMenuItem - // - this.moveUpToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; - this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; - this.moveUpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U))); - this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.moveUpToolStripMenuItem.Text = "Move &Up"; - this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click_1); - // - // moveDownToolStripMenuItem - // - this.moveDownToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; - this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; - this.moveDownToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); - this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.moveDownToolStripMenuItem.Text = "Move &Down"; - this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click_1); - // - // selectAllToolStripMenuItem - // - this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; - this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); - this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.selectAllToolStripMenuItem.Text = "Select &All"; - this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); - // - // toolStripSeparator6 - // - this.toolStripSeparator6.Name = "toolStripSeparator6"; - this.toolStripSeparator6.Size = new System.Drawing.Size(242, 6); - // - // turnOffAllScriptsToolStripMenuItem - // - this.turnOffAllScriptsToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop; - this.turnOffAllScriptsToolStripMenuItem.Name = "turnOffAllScriptsToolStripMenuItem"; - this.turnOffAllScriptsToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.turnOffAllScriptsToolStripMenuItem.Text = "Turn Off All Scripts"; - this.turnOffAllScriptsToolStripMenuItem.Click += new System.EventHandler(this.turnOffAllScriptsToolStripMenuItem_Click); - // - // showRegisteredFunctionsToolStripMenuItem - // - this.showRegisteredFunctionsToolStripMenuItem.Name = "showRegisteredFunctionsToolStripMenuItem"; - this.showRegisteredFunctionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12))); - this.showRegisteredFunctionsToolStripMenuItem.Size = new System.Drawing.Size(245, 22); - this.showRegisteredFunctionsToolStripMenuItem.Text = "&Registered Functions..."; - this.showRegisteredFunctionsToolStripMenuItem.Click += new System.EventHandler(this.showRegisteredFunctionsToolStripMenuItem_Click); - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem"; + this.scriptToolStripMenuItem.Size = new System.Drawing.Size(49, 20); + this.scriptToolStripMenuItem.Text = "&Script"; + this.scriptToolStripMenuItem.DropDownOpened += new System.EventHandler(this.scriptToolStripMenuItem_DropDownOpened); + // + // newScriptToolStripMenuItem + // + this.newScriptToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; + this.newScriptToolStripMenuItem.Name = "newScriptToolStripMenuItem"; + this.newScriptToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); + this.newScriptToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.newScriptToolStripMenuItem.Text = "New Script"; + this.newScriptToolStripMenuItem.Click += new System.EventHandler(this.newScriptToolStripMenuItem_Click); + // + // openToolStripMenuItem + // + this.openToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; + this.openToolStripMenuItem.Name = "openToolStripMenuItem"; + this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); + this.openToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.openToolStripMenuItem.Text = "&Open Script..."; + this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click_1); + // + // toggleToolStripMenuItem + // + this.toggleToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Refresh1; + this.toggleToolStripMenuItem.Name = "toggleToolStripMenuItem"; + this.toggleToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T))); + this.toggleToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.toggleToolStripMenuItem.Text = "&Toggle"; + this.toggleToolStripMenuItem.Click += new System.EventHandler(this.toggleToolStripMenuItem_Click); + // + // pauseResumeToolStripMenuItem + // + this.pauseResumeToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; + this.pauseResumeToolStripMenuItem.Name = "pauseResumeToolStripMenuItem"; + this.pauseResumeToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.pauseResumeToolStripMenuItem.Text = "Pause or Resume"; + this.pauseResumeToolStripMenuItem.Click += new System.EventHandler(this.pauseResumeToolStripMenuItem_Click); + // + // editToolStripMenuItem + // + this.editToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; + this.editToolStripMenuItem.Name = "editToolStripMenuItem"; + this.editToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); + this.editToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.editToolStripMenuItem.Text = "&Edit Script"; + this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click); + // + // removeScriptToolStripMenuItem1 + // + this.removeScriptToolStripMenuItem1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.removeScriptToolStripMenuItem1.Name = "removeScriptToolStripMenuItem1"; + this.removeScriptToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); + this.removeScriptToolStripMenuItem1.Size = new System.Drawing.Size(245, 22); + this.removeScriptToolStripMenuItem1.Text = "&Remove Script"; + this.removeScriptToolStripMenuItem1.Click += new System.EventHandler(this.removeScriptToolStripMenuItem_Click); + // + // insertSeparatorToolStripMenuItem + // + this.insertSeparatorToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; + this.insertSeparatorToolStripMenuItem.Name = "insertSeparatorToolStripMenuItem"; + this.insertSeparatorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I))); + this.insertSeparatorToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.insertSeparatorToolStripMenuItem.Text = "Insert Separator"; + this.insertSeparatorToolStripMenuItem.Click += new System.EventHandler(this.insertSeperatorToolStripMenuItem_Click); + // + // toolStripSeparator7 + // + this.toolStripSeparator7.Name = "toolStripSeparator7"; + this.toolStripSeparator7.Size = new System.Drawing.Size(242, 6); + // + // moveUpToolStripMenuItem + // + this.moveUpToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; + this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; + this.moveUpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U))); + this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.moveUpToolStripMenuItem.Text = "Move &Up"; + this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click_1); + // + // moveDownToolStripMenuItem + // + this.moveDownToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; + this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; + this.moveDownToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); + this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.moveDownToolStripMenuItem.Text = "Move &Down"; + this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click_1); + // + // selectAllToolStripMenuItem + // + this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; + this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); + this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.selectAllToolStripMenuItem.Text = "Select &All"; + this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); + // + // toolStripSeparator6 + // + this.toolStripSeparator6.Name = "toolStripSeparator6"; + this.toolStripSeparator6.Size = new System.Drawing.Size(242, 6); + // + // turnOffAllScriptsToolStripMenuItem + // + this.turnOffAllScriptsToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop; + this.turnOffAllScriptsToolStripMenuItem.Name = "turnOffAllScriptsToolStripMenuItem"; + this.turnOffAllScriptsToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.turnOffAllScriptsToolStripMenuItem.Text = "Turn Off All Scripts"; + this.turnOffAllScriptsToolStripMenuItem.Click += new System.EventHandler(this.turnOffAllScriptsToolStripMenuItem_Click); + // + // showRegisteredFunctionsToolStripMenuItem + // + this.showRegisteredFunctionsToolStripMenuItem.Name = "showRegisteredFunctionsToolStripMenuItem"; + this.showRegisteredFunctionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12))); + this.showRegisteredFunctionsToolStripMenuItem.Size = new System.Drawing.Size(245, 22); + this.showRegisteredFunctionsToolStripMenuItem.Text = "&Registered Functions..."; + this.showRegisteredFunctionsToolStripMenuItem.Click += new System.EventHandler(this.showRegisteredFunctionsToolStripMenuItem_Click); + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveWindowPositionToolStripMenuItem, this.autoloadConsoleToolStripMenuItem, this.autoloadSessionToolStripMenuItem, this.disableScriptsOnLoadToolStripMenuItem, this.toolStripSeparator5, this.restoreWindowSizeToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // autoloadConsoleToolStripMenuItem - // - this.autoloadConsoleToolStripMenuItem.Name = "autoloadConsoleToolStripMenuItem"; - this.autoloadConsoleToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.autoloadConsoleToolStripMenuItem.Text = "Autoload Console"; - this.autoloadConsoleToolStripMenuItem.Click += new System.EventHandler(this.autoloadConsoleToolStripMenuItem_Click); - // - // autoloadSessionToolStripMenuItem - // - this.autoloadSessionToolStripMenuItem.Name = "autoloadSessionToolStripMenuItem"; - this.autoloadSessionToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.autoloadSessionToolStripMenuItem.Text = "Autoload Session"; - this.autoloadSessionToolStripMenuItem.Click += new System.EventHandler(this.autoloadSessionToolStripMenuItem_Click); - // - // disableScriptsOnLoadToolStripMenuItem - // - this.disableScriptsOnLoadToolStripMenuItem.Name = "disableScriptsOnLoadToolStripMenuItem"; - this.disableScriptsOnLoadToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.disableScriptsOnLoadToolStripMenuItem.Text = "Disable Scripts on Load"; - this.disableScriptsOnLoadToolStripMenuItem.Click += new System.EventHandler(this.disableScriptsOnLoadToolStripMenuItem_Click); - // - // toolStripSeparator5 - // - this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(196, 6); - // - // restoreWindowSizeToolStripMenuItem - // - this.restoreWindowSizeToolStripMenuItem.Name = "restoreWindowSizeToolStripMenuItem"; - this.restoreWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.restoreWindowSizeToolStripMenuItem.Text = "Restore Default Settings"; - this.restoreWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowSizeToolStripMenuItem_Click); - // - // helpToolStripMenuItem - // - this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(199, 22); + this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // autoloadConsoleToolStripMenuItem + // + this.autoloadConsoleToolStripMenuItem.Name = "autoloadConsoleToolStripMenuItem"; + this.autoloadConsoleToolStripMenuItem.Size = new System.Drawing.Size(199, 22); + this.autoloadConsoleToolStripMenuItem.Text = "Autoload Console"; + this.autoloadConsoleToolStripMenuItem.Click += new System.EventHandler(this.autoloadConsoleToolStripMenuItem_Click); + // + // autoloadSessionToolStripMenuItem + // + this.autoloadSessionToolStripMenuItem.Name = "autoloadSessionToolStripMenuItem"; + this.autoloadSessionToolStripMenuItem.Size = new System.Drawing.Size(199, 22); + this.autoloadSessionToolStripMenuItem.Text = "Autoload Session"; + this.autoloadSessionToolStripMenuItem.Click += new System.EventHandler(this.autoloadSessionToolStripMenuItem_Click); + // + // disableScriptsOnLoadToolStripMenuItem + // + this.disableScriptsOnLoadToolStripMenuItem.Name = "disableScriptsOnLoadToolStripMenuItem"; + this.disableScriptsOnLoadToolStripMenuItem.Size = new System.Drawing.Size(199, 22); + this.disableScriptsOnLoadToolStripMenuItem.Text = "Disable Scripts on Load"; + this.disableScriptsOnLoadToolStripMenuItem.Click += new System.EventHandler(this.disableScriptsOnLoadToolStripMenuItem_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(196, 6); + // + // restoreWindowSizeToolStripMenuItem + // + this.restoreWindowSizeToolStripMenuItem.Name = "restoreWindowSizeToolStripMenuItem"; + this.restoreWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(199, 22); + this.restoreWindowSizeToolStripMenuItem.Text = "Restore Default Settings"; + this.restoreWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowSizeToolStripMenuItem_Click); + // + // helpToolStripMenuItem + // + this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.luaFunctionsListToolStripMenuItem, this.onlineDocumentationToolStripMenuItem}); - this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; - this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); - this.helpToolStripMenuItem.Text = "&Help"; - // - // luaFunctionsListToolStripMenuItem - // - this.luaFunctionsListToolStripMenuItem.Name = "luaFunctionsListToolStripMenuItem"; - this.luaFunctionsListToolStripMenuItem.Size = new System.Drawing.Size(202, 22); - this.luaFunctionsListToolStripMenuItem.Text = "&Lua Functions List"; - this.luaFunctionsListToolStripMenuItem.Click += new System.EventHandler(this.luaFunctionsListToolStripMenuItem_Click); - // - // onlineDocumentationToolStripMenuItem - // - this.onlineDocumentationToolStripMenuItem.Name = "onlineDocumentationToolStripMenuItem"; - this.onlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(202, 22); - this.onlineDocumentationToolStripMenuItem.Text = "Documentation online..."; - this.onlineDocumentationToolStripMenuItem.Click += new System.EventHandler(this.onlineDocumentationToolStripMenuItem_Click); - // - // OutputBox - // - this.OutputBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.OutputBox.ContextMenuStrip = this.contextMenuStrip2; - this.OutputBox.Location = new System.Drawing.Point(6, 17); - this.OutputBox.Name = "OutputBox"; - this.OutputBox.ReadOnly = true; - this.OutputBox.Size = new System.Drawing.Size(246, 283); - this.OutputBox.TabIndex = 2; - this.OutputBox.Text = ""; - // - // contextMenuStrip2 - // - this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; + this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.helpToolStripMenuItem.Text = "&Help"; + // + // luaFunctionsListToolStripMenuItem + // + this.luaFunctionsListToolStripMenuItem.Name = "luaFunctionsListToolStripMenuItem"; + this.luaFunctionsListToolStripMenuItem.Size = new System.Drawing.Size(202, 22); + this.luaFunctionsListToolStripMenuItem.Text = "&Lua Functions List"; + this.luaFunctionsListToolStripMenuItem.Click += new System.EventHandler(this.luaFunctionsListToolStripMenuItem_Click); + // + // onlineDocumentationToolStripMenuItem + // + this.onlineDocumentationToolStripMenuItem.Name = "onlineDocumentationToolStripMenuItem"; + this.onlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(202, 22); + this.onlineDocumentationToolStripMenuItem.Text = "Documentation online..."; + this.onlineDocumentationToolStripMenuItem.Click += new System.EventHandler(this.onlineDocumentationToolStripMenuItem_Click); + // + // OutputBox + // + this.OutputBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.OutputBox.ContextMenuStrip = this.contextMenuStrip2; + this.OutputBox.Location = new System.Drawing.Point(6, 17); + this.OutputBox.Name = "OutputBox"; + this.OutputBox.ReadOnly = true; + this.OutputBox.Size = new System.Drawing.Size(246, 283); + this.OutputBox.TabIndex = 2; + this.OutputBox.Text = ""; + // + // contextMenuStrip2 + // + this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.clearToolStripMenuItem2, this.registeredFunctionsToolStripMenuItem}); - this.contextMenuStrip2.Name = "contextMenuStrip2"; - this.contextMenuStrip2.Size = new System.Drawing.Size(185, 48); - this.contextMenuStrip2.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip2_Opening); - // - // clearToolStripMenuItem2 - // - this.clearToolStripMenuItem2.Name = "clearToolStripMenuItem2"; - this.clearToolStripMenuItem2.Size = new System.Drawing.Size(184, 22); - this.clearToolStripMenuItem2.Text = "&Clear"; - this.clearToolStripMenuItem2.Click += new System.EventHandler(this.clearToolStripMenuItem2_Click); - // - // registeredFunctionsToolStripMenuItem - // - this.registeredFunctionsToolStripMenuItem.Name = "registeredFunctionsToolStripMenuItem"; - this.registeredFunctionsToolStripMenuItem.Size = new System.Drawing.Size(184, 22); - this.registeredFunctionsToolStripMenuItem.Text = "&Registered Functions"; - this.registeredFunctionsToolStripMenuItem.Click += new System.EventHandler(this.showRegisteredFunctionsToolStripMenuItem_Click); - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox1.Controls.Add(this.OutputBox); - this.groupBox1.Location = new System.Drawing.Point(310, 71); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(258, 304); - this.groupBox1.TabIndex = 3; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Output"; - // - // NumberOfScripts - // - this.NumberOfScripts.AutoSize = true; - this.NumberOfScripts.Location = new System.Drawing.Point(12, 53); - this.NumberOfScripts.Name = "NumberOfScripts"; - this.NumberOfScripts.Size = new System.Drawing.Size(56, 13); - this.NumberOfScripts.TabIndex = 4; - this.NumberOfScripts.Text = "0 script "; - // - // OutputMessages - // - this.OutputMessages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.OutputMessages.AutoSize = true; - this.OutputMessages.Location = new System.Drawing.Point(13, 384); - this.OutputMessages.Name = "OutputMessages"; - this.OutputMessages.Size = new System.Drawing.Size(106, 13); - this.OutputMessages.TabIndex = 6; - this.OutputMessages.Text = " "; - // - // toolStrip1 - // - this.toolStrip1.ClickThrough = true; - this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.contextMenuStrip2.Name = "contextMenuStrip2"; + this.contextMenuStrip2.Size = new System.Drawing.Size(185, 48); + this.contextMenuStrip2.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip2_Opening); + // + // clearToolStripMenuItem2 + // + this.clearToolStripMenuItem2.Name = "clearToolStripMenuItem2"; + this.clearToolStripMenuItem2.Size = new System.Drawing.Size(184, 22); + this.clearToolStripMenuItem2.Text = "&Clear"; + this.clearToolStripMenuItem2.Click += new System.EventHandler(this.clearToolStripMenuItem2_Click); + // + // registeredFunctionsToolStripMenuItem + // + this.registeredFunctionsToolStripMenuItem.Name = "registeredFunctionsToolStripMenuItem"; + this.registeredFunctionsToolStripMenuItem.Size = new System.Drawing.Size(184, 22); + this.registeredFunctionsToolStripMenuItem.Text = "&Registered Functions"; + this.registeredFunctionsToolStripMenuItem.Click += new System.EventHandler(this.showRegisteredFunctionsToolStripMenuItem_Click); + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox1.Controls.Add(this.OutputBox); + this.groupBox1.Location = new System.Drawing.Point(310, 71); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(258, 304); + this.groupBox1.TabIndex = 3; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Output"; + // + // NumberOfScripts + // + this.NumberOfScripts.AutoSize = true; + this.NumberOfScripts.Location = new System.Drawing.Point(12, 53); + this.NumberOfScripts.Name = "NumberOfScripts"; + this.NumberOfScripts.Size = new System.Drawing.Size(56, 13); + this.NumberOfScripts.TabIndex = 4; + this.NumberOfScripts.Text = "0 script "; + // + // OutputMessages + // + this.OutputMessages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.OutputMessages.AutoSize = true; + this.OutputMessages.Location = new System.Drawing.Point(13, 384); + this.OutputMessages.Name = "OutputMessages"; + this.OutputMessages.Size = new System.Drawing.Size(106, 13); + this.OutputMessages.TabIndex = 6; + this.OutputMessages.Text = " "; + // + // toolStrip1 + // + this.toolStrip1.ClickThrough = true; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newStripButton1, this.openToolStripButton, this.copyToolStripButton, @@ -581,170 +581,171 @@ this.toolStripSeparator2, this.toolStripButtonMoveUp, this.toolStripButtonMoveDown}); - this.toolStrip1.Location = new System.Drawing.Point(0, 24); - this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(584, 25); - this.toolStrip1.TabIndex = 5; - this.toolStrip1.Text = "toolStrip1"; - // - // newStripButton1 - // - this.newStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.newStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; - this.newStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.newStripButton1.Name = "newStripButton1"; - this.newStripButton1.Size = new System.Drawing.Size(23, 22); - this.newStripButton1.Text = "New Lua Script"; - this.newStripButton1.Click += new System.EventHandler(this.newStripButton1_Click); - // - // openToolStripButton - // - this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image"))); - this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.openToolStripButton.Name = "openToolStripButton"; - this.openToolStripButton.Size = new System.Drawing.Size(23, 22); - this.openToolStripButton.Text = "Open Script"; - this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click); - // - // copyToolStripButton - // - this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.copyToolStripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Refresh1; - this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.copyToolStripButton.Name = "copyToolStripButton"; - this.copyToolStripButton.Size = new System.Drawing.Size(23, 22); - this.copyToolStripButton.Text = "Toggle Script"; - this.copyToolStripButton.Click += new System.EventHandler(this.copyToolStripButton_Click); - // - // resumePauseButton1 - // - this.resumePauseButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.resumePauseButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; - this.resumePauseButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.resumePauseButton1.Name = "resumePauseButton1"; - this.resumePauseButton1.Size = new System.Drawing.Size(23, 22); - this.resumePauseButton1.Text = "Pause or Resume"; - this.resumePauseButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1); - // - // EditToolstripButton - // - this.EditToolstripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.EditToolstripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; - this.EditToolstripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.EditToolstripButton.Name = "EditToolstripButton"; - this.EditToolstripButton.Size = new System.Drawing.Size(23, 22); - this.EditToolstripButton.Text = "Edit Script"; - this.EditToolstripButton.Click += new System.EventHandler(this.EditToolstripButton_Click); - // - // cutToolStripButton - // - this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.cutToolStripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.cutToolStripButton.Name = "cutToolStripButton"; - this.cutToolStripButton.Size = new System.Drawing.Size(23, 22); - this.cutToolStripButton.Text = "Remove Script"; - this.cutToolStripButton.Click += new System.EventHandler(this.cutToolStripButton_Click); - // - // toolStripButtonSeparator - // - this.toolStripButtonSeparator.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.toolStripButtonSeparator.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; - this.toolStripButtonSeparator.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButtonSeparator.Name = "toolStripButtonSeparator"; - this.toolStripButtonSeparator.Size = new System.Drawing.Size(23, 22); - this.toolStripButtonSeparator.Text = "Insert Separator"; - this.toolStripButtonSeparator.Click += new System.EventHandler(this.toolStripButtonSeparator_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); - // - // toolStripButtonMoveUp - // - this.toolStripButtonMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.toolStripButtonMoveUp.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; - this.toolStripButtonMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButtonMoveUp.Name = "toolStripButtonMoveUp"; - this.toolStripButtonMoveUp.Size = new System.Drawing.Size(23, 22); - this.toolStripButtonMoveUp.Text = "Move Up"; - this.toolStripButtonMoveUp.Click += new System.EventHandler(this.toolStripButtonMoveUp_Click); - // - // toolStripButtonMoveDown - // - this.toolStripButtonMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.toolStripButtonMoveDown.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; - this.toolStripButtonMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButtonMoveDown.Name = "toolStripButtonMoveDown"; - this.toolStripButtonMoveDown.Size = new System.Drawing.Size(23, 22); - this.toolStripButtonMoveDown.Text = "Move Down"; - this.toolStripButtonMoveDown.Click += new System.EventHandler(this.toolStripButtonMoveDown_Click); - // - // LuaListView - // - this.LuaListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.LuaListView.CheckBoxes = true; - this.LuaListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.Script, - this.PathName}); - this.LuaListView.ContextMenuStrip = this.contextMenuStrip1; - this.LuaListView.FullRowSelect = true; - this.LuaListView.GridLines = true; - this.LuaListView.HideSelection = false; - this.LuaListView.ItemCount = 0; - this.LuaListView.Location = new System.Drawing.Point(13, 71); - this.LuaListView.Name = "LuaListView"; - this.LuaListView.selectedItem = -1; - this.LuaListView.Size = new System.Drawing.Size(291, 304); - this.LuaListView.TabIndex = 0; - this.LuaListView.UseCompatibleStateImageBehavior = false; - this.LuaListView.View = System.Windows.Forms.View.Details; - this.LuaListView.ItemActivate += new System.EventHandler(this.LuaListView_ItemActivate); - this.LuaListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LuaListView_KeyDown); - // - // Script - // - this.Script.Text = "Script"; - this.Script.Width = 92; - // - // PathName - // - this.PathName.Text = "Path"; - this.PathName.Width = 195; - // - // LuaConsole - // - this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(584, 402); - this.Controls.Add(this.OutputMessages); - this.Controls.Add(this.toolStrip1); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.NumberOfScripts); - this.Controls.Add(this.menuStrip1); - this.Controls.Add(this.LuaListView); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.MinimumSize = new System.Drawing.Size(400, 180); - this.Name = "LuaConsole"; - this.Text = "Lua Console"; - this.Load += new System.EventHandler(this.LuaConsole_Load); - this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LuaConsole_DragDrop); - this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LuaConsole_DragEnter); - this.contextMenuStrip1.ResumeLayout(false); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.contextMenuStrip2.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.toolStrip1.ResumeLayout(false); - this.toolStrip1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.toolStrip1.Location = new System.Drawing.Point(0, 24); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(584, 25); + this.toolStrip1.TabIndex = 5; + this.toolStrip1.Text = "toolStrip1"; + // + // newStripButton1 + // + this.newStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.newStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; + this.newStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.newStripButton1.Name = "newStripButton1"; + this.newStripButton1.Size = new System.Drawing.Size(23, 22); + this.newStripButton1.Text = "New Lua Script"; + this.newStripButton1.Click += new System.EventHandler(this.newStripButton1_Click); + // + // openToolStripButton + // + this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image"))); + this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.openToolStripButton.Name = "openToolStripButton"; + this.openToolStripButton.Size = new System.Drawing.Size(23, 22); + this.openToolStripButton.Text = "Open Script"; + this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click); + // + // copyToolStripButton + // + this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.copyToolStripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Refresh1; + this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.copyToolStripButton.Name = "copyToolStripButton"; + this.copyToolStripButton.Size = new System.Drawing.Size(23, 22); + this.copyToolStripButton.Text = "Toggle Script"; + this.copyToolStripButton.Click += new System.EventHandler(this.copyToolStripButton_Click); + // + // resumePauseButton1 + // + this.resumePauseButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.resumePauseButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; + this.resumePauseButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.resumePauseButton1.Name = "resumePauseButton1"; + this.resumePauseButton1.Size = new System.Drawing.Size(23, 22); + this.resumePauseButton1.Text = "Pause or Resume"; + this.resumePauseButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1); + // + // EditToolstripButton + // + this.EditToolstripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.EditToolstripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; + this.EditToolstripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.EditToolstripButton.Name = "EditToolstripButton"; + this.EditToolstripButton.Size = new System.Drawing.Size(23, 22); + this.EditToolstripButton.Text = "Edit Script"; + this.EditToolstripButton.Click += new System.EventHandler(this.EditToolstripButton_Click); + // + // cutToolStripButton + // + this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.cutToolStripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.cutToolStripButton.Name = "cutToolStripButton"; + this.cutToolStripButton.Size = new System.Drawing.Size(23, 22); + this.cutToolStripButton.Text = "Remove Script"; + this.cutToolStripButton.Click += new System.EventHandler(this.cutToolStripButton_Click); + // + // toolStripButtonSeparator + // + this.toolStripButtonSeparator.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonSeparator.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; + this.toolStripButtonSeparator.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonSeparator.Name = "toolStripButtonSeparator"; + this.toolStripButtonSeparator.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonSeparator.Text = "Insert Separator"; + this.toolStripButtonSeparator.Click += new System.EventHandler(this.toolStripButtonSeparator_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); + // + // toolStripButtonMoveUp + // + this.toolStripButtonMoveUp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonMoveUp.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; + this.toolStripButtonMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonMoveUp.Name = "toolStripButtonMoveUp"; + this.toolStripButtonMoveUp.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonMoveUp.Text = "Move Up"; + this.toolStripButtonMoveUp.Click += new System.EventHandler(this.toolStripButtonMoveUp_Click); + // + // toolStripButtonMoveDown + // + this.toolStripButtonMoveDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButtonMoveDown.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; + this.toolStripButtonMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButtonMoveDown.Name = "toolStripButtonMoveDown"; + this.toolStripButtonMoveDown.Size = new System.Drawing.Size(23, 22); + this.toolStripButtonMoveDown.Text = "Move Down"; + this.toolStripButtonMoveDown.Click += new System.EventHandler(this.toolStripButtonMoveDown_Click); + // + // LuaListView + // + this.LuaListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.LuaListView.CheckBoxes = true; + this.LuaListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.Script, + this.PathName}); + this.LuaListView.ContextMenuStrip = this.contextMenuStrip1; + this.LuaListView.FullRowSelect = true; + this.LuaListView.GridLines = true; + this.LuaListView.HideSelection = false; + this.LuaListView.ItemCount = 0; + this.LuaListView.Location = new System.Drawing.Point(13, 71); + this.LuaListView.Name = "LuaListView"; + this.LuaListView.selectedItem = -1; + this.LuaListView.Size = new System.Drawing.Size(291, 304); + this.LuaListView.TabIndex = 0; + this.LuaListView.UseCompatibleStateImageBehavior = false; + this.LuaListView.View = System.Windows.Forms.View.Details; + this.LuaListView.ItemActivate += new System.EventHandler(this.LuaListView_ItemActivate); + this.LuaListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LuaListView_KeyDown); + // + // Script + // + this.Script.Text = "Script"; + this.Script.Width = 92; + // + // PathName + // + this.PathName.Text = "Path"; + this.PathName.Width = 195; + // + // LuaConsole + // + this.AllowDrop = true; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(584, 402); + this.Controls.Add(this.OutputMessages); + this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.NumberOfScripts); + this.Controls.Add(this.menuStrip1); + this.Controls.Add(this.LuaListView); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MainMenuStrip = this.menuStrip1; + this.MinimumSize = new System.Drawing.Size(400, 180); + this.Name = "LuaConsole"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Lua Console"; + this.Load += new System.EventHandler(this.LuaConsole_Load); + this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LuaConsole_DragDrop); + this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LuaConsole_DragEnter); + this.contextMenuStrip1.ResumeLayout(false); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.contextMenuStrip2.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs index eac1f78772..a3f8171463 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaFunctionsForm.Designer.cs @@ -28,83 +28,84 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaFunctionsForm)); - this.OK = new System.Windows.Forms.Button(); - this.directoryEntry1 = new System.DirectoryServices.DirectoryEntry(); - this.FunctionView = new System.Windows.Forms.ListView(); - this.LibraryReturn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.LibraryHead = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.LibraryName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.LibraryParameters = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.SuspendLayout(); - // - // 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(434, 284); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 0; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // FunctionView - // - this.FunctionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaFunctionsForm)); + this.OK = new System.Windows.Forms.Button(); + this.directoryEntry1 = new System.DirectoryServices.DirectoryEntry(); + this.FunctionView = new System.Windows.Forms.ListView(); + this.LibraryReturn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.LibraryHead = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.LibraryName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.LibraryParameters = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.SuspendLayout(); + // + // 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(434, 284); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 0; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // FunctionView + // + this.FunctionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.FunctionView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.FunctionView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.LibraryReturn, this.LibraryHead, this.LibraryName, this.LibraryParameters}); - this.FunctionView.FullRowSelect = true; - this.FunctionView.GridLines = true; - this.FunctionView.Location = new System.Drawing.Point(12, 12); - this.FunctionView.Name = "FunctionView"; - this.FunctionView.Size = new System.Drawing.Size(497, 266); - this.FunctionView.TabIndex = 1; - this.FunctionView.UseCompatibleStateImageBehavior = false; - this.FunctionView.View = System.Windows.Forms.View.Details; - this.FunctionView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.FunctionView_ColumnClick); - this.FunctionView.SelectedIndexChanged += new System.EventHandler(this.FunctionView_SelectedIndexChanged); - this.FunctionView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FunctionView_KeyDown); - // - // LibraryReturn - // - this.LibraryReturn.Text = "Return"; - // - // LibraryHead - // - this.LibraryHead.Text = "Library"; - this.LibraryHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - this.LibraryHead.Width = 85; - // - // LibraryName - // - this.LibraryName.Text = "Name"; - this.LibraryName.Width = 131; - // - // LibraryParameters - // - this.LibraryParameters.Text = "Parameters"; - this.LibraryParameters.Width = 217; - // - // LuaFunctionList - // - this.AcceptButton = this.OK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(521, 319); - this.Controls.Add(this.FunctionView); - this.Controls.Add(this.OK); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(200, 50); - this.Name = "LuaFunctionList"; - this.Text = "Lua Functions"; - this.Load += new System.EventHandler(this.LuaFunctionList_Load); - this.ResumeLayout(false); + this.FunctionView.FullRowSelect = true; + this.FunctionView.GridLines = true; + this.FunctionView.Location = new System.Drawing.Point(12, 12); + this.FunctionView.Name = "FunctionView"; + this.FunctionView.Size = new System.Drawing.Size(497, 266); + this.FunctionView.TabIndex = 1; + this.FunctionView.UseCompatibleStateImageBehavior = false; + this.FunctionView.View = System.Windows.Forms.View.Details; + this.FunctionView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.FunctionView_ColumnClick); + this.FunctionView.SelectedIndexChanged += new System.EventHandler(this.FunctionView_SelectedIndexChanged); + this.FunctionView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FunctionView_KeyDown); + // + // LibraryReturn + // + this.LibraryReturn.Text = "Return"; + // + // LibraryHead + // + this.LibraryHead.Text = "Library"; + this.LibraryHead.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + this.LibraryHead.Width = 85; + // + // LibraryName + // + this.LibraryName.Text = "Name"; + this.LibraryName.Width = 131; + // + // LibraryParameters + // + this.LibraryParameters.Text = "Parameters"; + this.LibraryParameters.Width = 217; + // + // LuaFunctionsForm + // + this.AcceptButton = this.OK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(521, 319); + this.Controls.Add(this.FunctionView); + this.Controls.Add(this.OK); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(200, 50); + this.Name = "LuaFunctionsForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Lua Functions"; + this.Load += new System.EventHandler(this.LuaFunctionList_Load); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.Designer.cs index 0052ba97b8..95bfbb77a3 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaRegisteredFunctionsList.Designer.cs @@ -28,132 +28,133 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaRegisteredFunctionsList)); - this.FunctionView = new System.Windows.Forms.ListView(); - this.FunctionsEvent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.FunctionsName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.FunctionsGUID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.OK = new System.Windows.Forms.Button(); - this.CallButton = new System.Windows.Forms.Button(); - this.RemoveButton = new System.Windows.Forms.Button(); - this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.callToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.contextMenuStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // FunctionView - // - this.FunctionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaRegisteredFunctionsList)); + this.FunctionView = new System.Windows.Forms.ListView(); + this.FunctionsEvent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.FunctionsName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.FunctionsGUID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.OK = new System.Windows.Forms.Button(); + this.CallButton = new System.Windows.Forms.Button(); + this.RemoveButton = new System.Windows.Forms.Button(); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.callToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.contextMenuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // FunctionView + // + this.FunctionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.FunctionView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.FunctionView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.FunctionsEvent, this.FunctionsName, this.FunctionsGUID}); - this.FunctionView.FullRowSelect = true; - this.FunctionView.GridLines = true; - this.FunctionView.Location = new System.Drawing.Point(12, 12); - this.FunctionView.Name = "FunctionView"; - this.FunctionView.Size = new System.Drawing.Size(498, 266); - this.FunctionView.TabIndex = 3; - this.FunctionView.UseCompatibleStateImageBehavior = false; - this.FunctionView.View = System.Windows.Forms.View.Details; - this.FunctionView.SelectedIndexChanged += new System.EventHandler(this.FunctionView_SelectedIndexChanged); - this.FunctionView.DoubleClick += new System.EventHandler(this.FunctionView_DoubleClick); - // - // FunctionsEvent - // - this.FunctionsEvent.Text = "Event"; - this.FunctionsEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - this.FunctionsEvent.Width = 111; - // - // FunctionsName - // - this.FunctionsName.Text = "Name"; - this.FunctionsName.Width = 99; - // - // FunctionsGUID - // - this.FunctionsGUID.Text = "Guid"; - this.FunctionsGUID.Width = 284; - // - // OK - // - this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.OK.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.OK.Location = new System.Drawing.Point(435, 284); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 2; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // CallButton - // - this.CallButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.CallButton.Enabled = false; - this.CallButton.Location = new System.Drawing.Point(12, 284); - this.CallButton.Name = "CallButton"; - this.CallButton.Size = new System.Drawing.Size(75, 23); - this.CallButton.TabIndex = 4; - this.CallButton.Text = "&Call"; - this.CallButton.UseVisualStyleBackColor = true; - this.CallButton.Click += new System.EventHandler(this.CallButton_Click); - // - // RemoveButton - // - this.RemoveButton.Enabled = false; - this.RemoveButton.Location = new System.Drawing.Point(93, 284); - this.RemoveButton.Name = "RemoveButton"; - this.RemoveButton.Size = new System.Drawing.Size(75, 23); - this.RemoveButton.TabIndex = 5; - this.RemoveButton.Text = "&Remove"; - this.RemoveButton.UseVisualStyleBackColor = true; - this.RemoveButton.Click += new System.EventHandler(this.RemoveButton_Click); - // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.FunctionView.FullRowSelect = true; + this.FunctionView.GridLines = true; + this.FunctionView.Location = new System.Drawing.Point(12, 12); + this.FunctionView.Name = "FunctionView"; + this.FunctionView.Size = new System.Drawing.Size(498, 266); + this.FunctionView.TabIndex = 3; + this.FunctionView.UseCompatibleStateImageBehavior = false; + this.FunctionView.View = System.Windows.Forms.View.Details; + this.FunctionView.SelectedIndexChanged += new System.EventHandler(this.FunctionView_SelectedIndexChanged); + this.FunctionView.DoubleClick += new System.EventHandler(this.FunctionView_DoubleClick); + // + // FunctionsEvent + // + this.FunctionsEvent.Text = "Event"; + this.FunctionsEvent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + this.FunctionsEvent.Width = 111; + // + // FunctionsName + // + this.FunctionsName.Text = "Name"; + this.FunctionsName.Width = 99; + // + // FunctionsGUID + // + this.FunctionsGUID.Text = "Guid"; + this.FunctionsGUID.Width = 284; + // + // OK + // + this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OK.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.OK.Location = new System.Drawing.Point(435, 284); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 2; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // CallButton + // + this.CallButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.CallButton.Enabled = false; + this.CallButton.Location = new System.Drawing.Point(12, 284); + this.CallButton.Name = "CallButton"; + this.CallButton.Size = new System.Drawing.Size(75, 23); + this.CallButton.TabIndex = 4; + this.CallButton.Text = "&Call"; + this.CallButton.UseVisualStyleBackColor = true; + this.CallButton.Click += new System.EventHandler(this.CallButton_Click); + // + // RemoveButton + // + this.RemoveButton.Enabled = false; + this.RemoveButton.Location = new System.Drawing.Point(93, 284); + this.RemoveButton.Name = "RemoveButton"; + this.RemoveButton.Size = new System.Drawing.Size(75, 23); + this.RemoveButton.TabIndex = 5; + this.RemoveButton.Text = "&Remove"; + this.RemoveButton.UseVisualStyleBackColor = true; + this.RemoveButton.Click += new System.EventHandler(this.RemoveButton_Click); + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.callToolStripMenuItem, this.removeToolStripMenuItem}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(118, 48); - // - // callToolStripMenuItem - // - this.callToolStripMenuItem.Name = "callToolStripMenuItem"; - this.callToolStripMenuItem.Size = new System.Drawing.Size(152, 22); - this.callToolStripMenuItem.Text = "&Call"; - this.callToolStripMenuItem.Click += new System.EventHandler(this.CallButton_Click); - // - // removeToolStripMenuItem - // - this.removeToolStripMenuItem.Name = "removeToolStripMenuItem"; - this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22); - this.removeToolStripMenuItem.Text = "&Remove"; - this.removeToolStripMenuItem.Click += new System.EventHandler(this.RemoveButton_Click); - // - // LuaRegisteredFunctionsList - // - this.AcceptButton = this.OK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.OK; - this.ClientSize = new System.Drawing.Size(521, 319); - this.Controls.Add(this.RemoveButton); - this.Controls.Add(this.CallButton); - this.Controls.Add(this.FunctionView); - this.Controls.Add(this.OK); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(200, 50); - this.Name = "LuaRegisteredFunctionsList"; - this.Text = "Active Registered Functions"; - this.Load += new System.EventHandler(this.LuaRegisteredFunctionsList_Load); - this.contextMenuStrip1.ResumeLayout(false); - this.ResumeLayout(false); + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(118, 48); + // + // callToolStripMenuItem + // + this.callToolStripMenuItem.Name = "callToolStripMenuItem"; + this.callToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.callToolStripMenuItem.Text = "&Call"; + this.callToolStripMenuItem.Click += new System.EventHandler(this.CallButton_Click); + // + // removeToolStripMenuItem + // + this.removeToolStripMenuItem.Name = "removeToolStripMenuItem"; + this.removeToolStripMenuItem.Size = new System.Drawing.Size(117, 22); + this.removeToolStripMenuItem.Text = "&Remove"; + this.removeToolStripMenuItem.Click += new System.EventHandler(this.RemoveButton_Click); + // + // LuaRegisteredFunctionsList + // + this.AcceptButton = this.OK; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.OK; + this.ClientSize = new System.Drawing.Size(521, 319); + this.Controls.Add(this.RemoveButton); + this.Controls.Add(this.CallButton); + this.Controls.Add(this.FunctionView); + this.Controls.Add(this.OK); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(200, 50); + this.Name = "LuaRegisteredFunctionsList"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Active Registered Functions"; + this.Load += new System.EventHandler(this.LuaRegisteredFunctionsList_Load); + this.contextMenuStrip1.ResumeLayout(false); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.Designer.cs index 86431558c1..6450110c66 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaWinform.Designer.cs @@ -28,19 +28,20 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaWinform)); - this.SuspendLayout(); - // - // LuaWinform - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(284, 262); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "LuaWinform"; - this.Text = "Lua Dialog"; - this.Load += new System.EventHandler(this.LuaWinform_Load); - this.ResumeLayout(false); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaWinform)); + this.SuspendLayout(); + // + // LuaWinform + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 262); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "LuaWinform"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Lua Dialog"; + this.Load += new System.EventHandler(this.LuaWinform_Load); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaWriter.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaWriter.Designer.cs index 9234ed82f7..77499470dc 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaWriter.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaWriter.Designer.cs @@ -28,106 +28,107 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaWriter)); - this.timer = new System.Windows.Forms.Timer(this.components); - this.menuStrip1 = new MenuStripEx(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.configToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.fontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.syntaxHighlightingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.backgroundColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.startWithEmptyScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.restoreSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.MessageLabel = new System.Windows.Forms.Label(); - this.AutoCompleteView = new System.Windows.Forms.ListView(); - this.PositionLabel = new System.Windows.Forms.Label(); - this.ZoomLabel = new System.Windows.Forms.Label(); - this.LuaText = new BizHawk.Client.EmuHawk.LuaWriterBox(); - this.menuStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // timer - // - this.timer.Enabled = true; - this.timer.Interval = 1000; - this.timer.Tick += new System.EventHandler(this.timer_Tick); - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuaWriter)); + this.timer = new System.Windows.Forms.Timer(this.components); + this.menuStrip1 = new MenuStripEx(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.configToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.fontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.syntaxHighlightingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.backgroundColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.startWithEmptyScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.restoreSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.MessageLabel = new System.Windows.Forms.Label(); + this.AutoCompleteView = new System.Windows.Forms.ListView(); + this.PositionLabel = new System.Windows.Forms.Label(); + this.ZoomLabel = new System.Windows.Forms.Label(); + this.LuaText = new BizHawk.Client.EmuHawk.LuaWriterBox(); + this.menuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // timer + // + this.timer.Enabled = true; + this.timer.Interval = 1000; + this.timer.Tick += new System.EventHandler(this.timer_Tick); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.configToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(474, 24); - this.menuStrip1.TabIndex = 1; - this.menuStrip1.Text = "menuStrip1"; - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(474, 24); + this.menuStrip1.TabIndex = 1; + this.menuStrip1.Text = "menuStrip1"; + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); - this.fileToolStripMenuItem.Text = "&File"; - // - // saveToolStripMenuItem - // - this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; - this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; - this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.saveToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.saveToolStripMenuItem.Text = "&Save"; - this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); - // - // saveAsToolStripMenuItem - // - this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; - this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "&File"; + // + // saveToolStripMenuItem + // + this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; + this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; + this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); + this.saveToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.saveToolStripMenuItem.Text = "&Save"; + this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); + // + // saveAsToolStripMenuItem + // + this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; + this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); - this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.saveAsToolStripMenuItem.Text = "Save &As..."; - this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(192, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // editToolStripMenuItem - // - this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.saveAsToolStripMenuItem.Text = "Save &As..."; + this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(192, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; + this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // editToolStripMenuItem + // + this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.undoToolStripMenuItem, this.redoToolStripMenuItem, this.toolStripSeparator2, @@ -140,242 +141,243 @@ this.searchToolStripMenuItem, this.replaceToolStripMenuItem, this.goToToolStripMenuItem}); - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); - this.editToolStripMenuItem.Text = "Edit"; - this.editToolStripMenuItem.DropDownOpened += new System.EventHandler(this.editToolStripMenuItem_DropDownOpened); - // - // undoToolStripMenuItem - // - this.undoToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.undo; - this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; - this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); - this.undoToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.undoToolStripMenuItem.Text = "Undo"; - this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); - // - // redoToolStripMenuItem - // - this.redoToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.redo; - this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; - this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); - this.redoToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.redoToolStripMenuItem.Text = "Redo"; - this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(161, 6); - // - // cutToolStripMenuItem - // - this.cutToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; - this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; - this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); - this.cutToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.cutToolStripMenuItem.Text = "Cut"; - this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); - // - // copyToolStripMenuItem - // - this.copyToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; - this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; - this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); - this.copyToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.copyToolStripMenuItem.Text = "Copy"; - this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); - // - // pasteToolStripMenuItem - // - this.pasteToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Paste; - this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; - this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); - this.pasteToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.pasteToolStripMenuItem.Text = "Paste"; - this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(161, 6); - // - // selectAllToolStripMenuItem - // - this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; - this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); - this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.selectAllToolStripMenuItem.Text = "Select All"; - this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); - // - // toolStripSeparator4 - // - this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(161, 6); - // - // searchToolStripMenuItem - // - this.searchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.searchToolStripMenuItem.Name = "searchToolStripMenuItem"; - this.searchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); - this.searchToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.searchToolStripMenuItem.Text = "Search"; - // - // replaceToolStripMenuItem - // - this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem"; - this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H))); - this.replaceToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.replaceToolStripMenuItem.Text = "Replace"; - // - // goToToolStripMenuItem - // - this.goToToolStripMenuItem.Name = "goToToolStripMenuItem"; - this.goToToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); - this.goToToolStripMenuItem.Size = new System.Drawing.Size(164, 22); - this.goToToolStripMenuItem.Text = "Go to..."; - this.goToToolStripMenuItem.Click += new System.EventHandler(this.goToToolStripMenuItem_Click); - // - // configToolStripMenuItem - // - this.configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.editToolStripMenuItem.Name = "editToolStripMenuItem"; + this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); + this.editToolStripMenuItem.Text = "Edit"; + this.editToolStripMenuItem.DropDownOpened += new System.EventHandler(this.editToolStripMenuItem_DropDownOpened); + // + // undoToolStripMenuItem + // + this.undoToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.undo; + this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; + this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); + this.undoToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.undoToolStripMenuItem.Text = "Undo"; + this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); + // + // redoToolStripMenuItem + // + this.redoToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.redo; + this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; + this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); + this.redoToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.redoToolStripMenuItem.Text = "Redo"; + this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(161, 6); + // + // cutToolStripMenuItem + // + this.cutToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; + this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; + this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); + this.cutToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.cutToolStripMenuItem.Text = "Cut"; + this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); + // + // copyToolStripMenuItem + // + this.copyToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; + this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; + this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); + this.copyToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.copyToolStripMenuItem.Text = "Copy"; + this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); + // + // pasteToolStripMenuItem + // + this.pasteToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Paste; + this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; + this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); + this.pasteToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.pasteToolStripMenuItem.Text = "Paste"; + this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(161, 6); + // + // selectAllToolStripMenuItem + // + this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; + this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); + this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.selectAllToolStripMenuItem.Text = "Select All"; + this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(161, 6); + // + // searchToolStripMenuItem + // + this.searchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.searchToolStripMenuItem.Name = "searchToolStripMenuItem"; + this.searchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); + this.searchToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.searchToolStripMenuItem.Text = "Search"; + // + // replaceToolStripMenuItem + // + this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem"; + this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H))); + this.replaceToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.replaceToolStripMenuItem.Text = "Replace"; + // + // goToToolStripMenuItem + // + this.goToToolStripMenuItem.Name = "goToToolStripMenuItem"; + this.goToToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); + this.goToToolStripMenuItem.Size = new System.Drawing.Size(164, 22); + this.goToToolStripMenuItem.Text = "Go to..."; + this.goToToolStripMenuItem.Click += new System.EventHandler(this.goToToolStripMenuItem_Click); + // + // configToolStripMenuItem + // + this.configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fontToolStripMenuItem, this.syntaxHighlightingToolStripMenuItem, this.backgroundColorToolStripMenuItem, this.toolStripSeparator5, this.startWithEmptyScriptToolStripMenuItem, this.restoreSettingsToolStripMenuItem}); - this.configToolStripMenuItem.Name = "configToolStripMenuItem"; - this.configToolStripMenuItem.Size = new System.Drawing.Size(55, 20); - this.configToolStripMenuItem.Text = "&Config"; - // - // fontToolStripMenuItem - // - this.fontToolStripMenuItem.Name = "fontToolStripMenuItem"; - this.fontToolStripMenuItem.Size = new System.Drawing.Size(196, 22); - this.fontToolStripMenuItem.Text = "&Font"; - this.fontToolStripMenuItem.Click += new System.EventHandler(this.fontToolStripMenuItem_Click); - // - // syntaxHighlightingToolStripMenuItem - // - this.syntaxHighlightingToolStripMenuItem.Name = "syntaxHighlightingToolStripMenuItem"; - this.syntaxHighlightingToolStripMenuItem.Size = new System.Drawing.Size(196, 22); - this.syntaxHighlightingToolStripMenuItem.Text = "&Syntax Highlighting"; - this.syntaxHighlightingToolStripMenuItem.Click += new System.EventHandler(this.syntaxHighlightingToolStripMenuItem_Click); - // - // backgroundColorToolStripMenuItem - // - this.backgroundColorToolStripMenuItem.Name = "backgroundColorToolStripMenuItem"; - this.backgroundColorToolStripMenuItem.Size = new System.Drawing.Size(196, 22); - this.backgroundColorToolStripMenuItem.Text = "Background Color"; - this.backgroundColorToolStripMenuItem.Click += new System.EventHandler(this.backgroundColorToolStripMenuItem_Click); - // - // toolStripSeparator5 - // - this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(193, 6); - // - // startWithEmptyScriptToolStripMenuItem - // - this.startWithEmptyScriptToolStripMenuItem.Name = "startWithEmptyScriptToolStripMenuItem"; - this.startWithEmptyScriptToolStripMenuItem.Size = new System.Drawing.Size(196, 22); - this.startWithEmptyScriptToolStripMenuItem.Text = "Start With Empty Script"; - this.startWithEmptyScriptToolStripMenuItem.Click += new System.EventHandler(this.startWithEmptyScriptToolStripMenuItem_Click); - // - // restoreSettingsToolStripMenuItem - // - this.restoreSettingsToolStripMenuItem.Name = "restoreSettingsToolStripMenuItem"; - this.restoreSettingsToolStripMenuItem.Size = new System.Drawing.Size(196, 22); - this.restoreSettingsToolStripMenuItem.Text = "Restore Settings"; - this.restoreSettingsToolStripMenuItem.Click += new System.EventHandler(this.restoreSettingsToolStripMenuItem_Click); - // - // MessageLabel - // - this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.MessageLabel.AutoSize = true; - this.MessageLabel.Location = new System.Drawing.Point(15, 424); - this.MessageLabel.Name = "MessageLabel"; - this.MessageLabel.Size = new System.Drawing.Size(91, 13); - this.MessageLabel.TabIndex = 2; - this.MessageLabel.Text = " "; - // - // AutoCompleteView - // - this.AutoCompleteView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.AutoCompleteView.FullRowSelect = true; - this.AutoCompleteView.HideSelection = false; - this.AutoCompleteView.Location = new System.Drawing.Point(324, 322); - this.AutoCompleteView.MultiSelect = false; - this.AutoCompleteView.Name = "AutoCompleteView"; - this.AutoCompleteView.Size = new System.Drawing.Size(121, 97); - this.AutoCompleteView.TabIndex = 3; - this.AutoCompleteView.UseCompatibleStateImageBehavior = false; - this.AutoCompleteView.View = System.Windows.Forms.View.List; - this.AutoCompleteView.Visible = false; - this.AutoCompleteView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.AutoCompleteView_MouseDoubleClick); - // - // PositionLabel - // - this.PositionLabel.AutoSize = true; - this.PositionLabel.Location = new System.Drawing.Point(14, 30); - this.PositionLabel.Name = "PositionLabel"; - this.PositionLabel.Size = new System.Drawing.Size(46, 13); - this.PositionLabel.TabIndex = 4; - this.PositionLabel.Text = " "; - // - // ZoomLabel - // - this.ZoomLabel.AutoSize = true; - this.ZoomLabel.Location = new System.Drawing.Point(393, 30); - this.ZoomLabel.Name = "ZoomLabel"; - this.ZoomLabel.Size = new System.Drawing.Size(66, 13); - this.ZoomLabel.TabIndex = 5; - this.ZoomLabel.Text = "Zoom: 100%"; - // - // LuaText - // - this.LuaText.AcceptsTab = true; - this.LuaText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.configToolStripMenuItem.Name = "configToolStripMenuItem"; + this.configToolStripMenuItem.Size = new System.Drawing.Size(55, 20); + this.configToolStripMenuItem.Text = "&Config"; + // + // fontToolStripMenuItem + // + this.fontToolStripMenuItem.Name = "fontToolStripMenuItem"; + this.fontToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.fontToolStripMenuItem.Text = "&Font"; + this.fontToolStripMenuItem.Click += new System.EventHandler(this.fontToolStripMenuItem_Click); + // + // syntaxHighlightingToolStripMenuItem + // + this.syntaxHighlightingToolStripMenuItem.Name = "syntaxHighlightingToolStripMenuItem"; + this.syntaxHighlightingToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.syntaxHighlightingToolStripMenuItem.Text = "&Syntax Highlighting"; + this.syntaxHighlightingToolStripMenuItem.Click += new System.EventHandler(this.syntaxHighlightingToolStripMenuItem_Click); + // + // backgroundColorToolStripMenuItem + // + this.backgroundColorToolStripMenuItem.Name = "backgroundColorToolStripMenuItem"; + this.backgroundColorToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.backgroundColorToolStripMenuItem.Text = "Background Color"; + this.backgroundColorToolStripMenuItem.Click += new System.EventHandler(this.backgroundColorToolStripMenuItem_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(193, 6); + // + // startWithEmptyScriptToolStripMenuItem + // + this.startWithEmptyScriptToolStripMenuItem.Name = "startWithEmptyScriptToolStripMenuItem"; + this.startWithEmptyScriptToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.startWithEmptyScriptToolStripMenuItem.Text = "Start With Empty Script"; + this.startWithEmptyScriptToolStripMenuItem.Click += new System.EventHandler(this.startWithEmptyScriptToolStripMenuItem_Click); + // + // restoreSettingsToolStripMenuItem + // + this.restoreSettingsToolStripMenuItem.Name = "restoreSettingsToolStripMenuItem"; + this.restoreSettingsToolStripMenuItem.Size = new System.Drawing.Size(196, 22); + this.restoreSettingsToolStripMenuItem.Text = "Restore Settings"; + this.restoreSettingsToolStripMenuItem.Click += new System.EventHandler(this.restoreSettingsToolStripMenuItem_Click); + // + // MessageLabel + // + this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.MessageLabel.AutoSize = true; + this.MessageLabel.Location = new System.Drawing.Point(15, 424); + this.MessageLabel.Name = "MessageLabel"; + this.MessageLabel.Size = new System.Drawing.Size(91, 13); + this.MessageLabel.TabIndex = 2; + this.MessageLabel.Text = " "; + // + // AutoCompleteView + // + this.AutoCompleteView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.AutoCompleteView.FullRowSelect = true; + this.AutoCompleteView.HideSelection = false; + this.AutoCompleteView.Location = new System.Drawing.Point(324, 322); + this.AutoCompleteView.MultiSelect = false; + this.AutoCompleteView.Name = "AutoCompleteView"; + this.AutoCompleteView.Size = new System.Drawing.Size(121, 97); + this.AutoCompleteView.TabIndex = 3; + this.AutoCompleteView.UseCompatibleStateImageBehavior = false; + this.AutoCompleteView.View = System.Windows.Forms.View.List; + this.AutoCompleteView.Visible = false; + this.AutoCompleteView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.AutoCompleteView_MouseDoubleClick); + // + // PositionLabel + // + this.PositionLabel.AutoSize = true; + this.PositionLabel.Location = new System.Drawing.Point(14, 30); + this.PositionLabel.Name = "PositionLabel"; + this.PositionLabel.Size = new System.Drawing.Size(46, 13); + this.PositionLabel.TabIndex = 4; + this.PositionLabel.Text = " "; + // + // ZoomLabel + // + this.ZoomLabel.AutoSize = true; + this.ZoomLabel.Location = new System.Drawing.Point(393, 30); + this.ZoomLabel.Name = "ZoomLabel"; + this.ZoomLabel.Size = new System.Drawing.Size(66, 13); + this.ZoomLabel.TabIndex = 5; + this.ZoomLabel.Text = "Zoom: 100%"; + // + // LuaText + // + this.LuaText.AcceptsTab = true; + this.LuaText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.LuaText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.LuaText.EnableAutoDragDrop = true; - this.LuaText.Location = new System.Drawing.Point(15, 50); - this.LuaText.Name = "LuaText"; - this.LuaText.Size = new System.Drawing.Size(444, 369); - this.LuaText.TabIndex = 0; - this.LuaText.Text = ""; - this.LuaText.WordWrap = false; - this.LuaText.SelectionChanged += new System.EventHandler(this.LuaText_SelectionChanged); - this.LuaText.TextChanged += new System.EventHandler(this.LuaText_TextChanged); - this.LuaText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LuaText_KeyDown); - this.LuaText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.LuaText_KeyUp); - this.LuaText.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.LuaText_PreviewKeyDown); - // - // LuaWriter - // - this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(474, 441); - this.Controls.Add(this.AutoCompleteView); - this.Controls.Add(this.ZoomLabel); - this.Controls.Add(this.PositionLabel); - this.Controls.Add(this.MessageLabel); - this.Controls.Add(this.LuaText); - this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.Name = "LuaWriter"; - this.Text = "LuaWriter"; - this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LuaWriter_FormClosing); - this.Load += new System.EventHandler(this.LuaWriter_Load); - this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LuaWriter_DragDrop); - this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LuaWriter_DragEnter); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.LuaText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.LuaText.EnableAutoDragDrop = true; + this.LuaText.Location = new System.Drawing.Point(15, 50); + this.LuaText.Name = "LuaText"; + this.LuaText.Size = new System.Drawing.Size(444, 369); + this.LuaText.TabIndex = 0; + this.LuaText.Text = ""; + this.LuaText.WordWrap = false; + this.LuaText.SelectionChanged += new System.EventHandler(this.LuaText_SelectionChanged); + this.LuaText.TextChanged += new System.EventHandler(this.LuaText_TextChanged); + this.LuaText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LuaText_KeyDown); + this.LuaText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.LuaText_KeyUp); + this.LuaText.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.LuaText_PreviewKeyDown); + // + // LuaWriter + // + this.AllowDrop = true; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(474, 441); + this.Controls.Add(this.AutoCompleteView); + this.Controls.Add(this.ZoomLabel); + this.Controls.Add(this.PositionLabel); + this.Controls.Add(this.MessageLabel); + this.Controls.Add(this.LuaText); + this.Controls.Add(this.menuStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MainMenuStrip = this.menuStrip1; + this.Name = "LuaWriter"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "LuaWriter"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LuaWriter_FormClosing); + this.Load += new System.EventHandler(this.LuaWriter_Load); + this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LuaWriter_DragDrop); + this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LuaWriter_DragEnter); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaWriterColorConfig.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaWriterColorConfig.Designer.cs index 5bf1603331..145c04a906 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaWriterColorConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaWriterColorConfig.Designer.cs @@ -28,298 +28,299 @@ /// private void InitializeComponent() { - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.panelKeyWord = new System.Windows.Forms.Panel(); - this.lblKeyWords = new System.Windows.Forms.Label(); - this.lblComments = new System.Windows.Forms.Label(); - this.panelComment = new System.Windows.Forms.Panel(); - this.panelString = new System.Windows.Forms.Panel(); - this.lblStrings = new System.Windows.Forms.Label(); - this.panelSymbol = new System.Windows.Forms.Panel(); - this.lblSymbols = new System.Windows.Forms.Label(); - this.panelLibrary = new System.Windows.Forms.Panel(); - this.lblLibraries = new System.Windows.Forms.Label(); - this.KeyWordColorDialog = new System.Windows.Forms.ColorDialog(); - this.CommentColorDialog = new System.Windows.Forms.ColorDialog(); - this.StringColorDialog = new System.Windows.Forms.ColorDialog(); - this.SymbolColorDialog = new System.Windows.Forms.ColorDialog(); - this.LibraryColorDialog = new System.Windows.Forms.ColorDialog(); - this.buttonDefaults = new System.Windows.Forms.Button(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.BoldLibraries = new System.Windows.Forms.CheckBox(); - this.BoldSymbols = new System.Windows.Forms.CheckBox(); - this.BoldStrings = new System.Windows.Forms.CheckBox(); - this.BoldComments = new System.Windows.Forms.CheckBox(); - this.BoldKeyWords = new System.Windows.Forms.CheckBox(); - this.BoldText = new System.Windows.Forms.CheckBox(); - this.panelText = new System.Windows.Forms.Panel(); - this.lblText = new System.Windows.Forms.Label(); - this.TextColorDialog = new System.Windows.Forms.ColorDialog(); - this.groupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // 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(116, 272); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 10; - this.OK.Text = "&OK"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(197, 272); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 11; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - // - // panelKeyWord - // - this.panelKeyWord.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panelKeyWord.Location = new System.Drawing.Point(77, 58); - this.panelKeyWord.Name = "panelKeyWord"; - this.panelKeyWord.Size = new System.Drawing.Size(20, 20); - this.panelKeyWord.TabIndex = 1; - this.panelKeyWord.DoubleClick += new System.EventHandler(this.panelKeyWord_DoubleClick); - // - // lblKeyWords - // - this.lblKeyWords.AutoSize = true; - this.lblKeyWords.Location = new System.Drawing.Point(12, 65); - this.lblKeyWords.Name = "lblKeyWords"; - this.lblKeyWords.Size = new System.Drawing.Size(59, 13); - this.lblKeyWords.TabIndex = 0; - this.lblKeyWords.Text = "Key Words"; - // - // lblComments - // - this.lblComments.AutoSize = true; - this.lblComments.Location = new System.Drawing.Point(15, 105); - this.lblComments.Name = "lblComments"; - this.lblComments.Size = new System.Drawing.Size(56, 13); - this.lblComments.TabIndex = 2; - this.lblComments.Text = "Comments"; - // - // panelComment - // - this.panelComment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panelComment.Location = new System.Drawing.Point(77, 98); - this.panelComment.Name = "panelComment"; - this.panelComment.Size = new System.Drawing.Size(20, 20); - this.panelComment.TabIndex = 3; - this.panelComment.DoubleClick += new System.EventHandler(this.panelComment_DoubleClick); - // - // panelString - // - this.panelString.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panelString.Location = new System.Drawing.Point(77, 138); - this.panelString.Name = "panelString"; - this.panelString.Size = new System.Drawing.Size(20, 20); - this.panelString.TabIndex = 5; - this.panelString.DoubleClick += new System.EventHandler(this.panelString_DoubleClick); - // - // lblStrings - // - this.lblStrings.AutoSize = true; - this.lblStrings.Location = new System.Drawing.Point(32, 145); - this.lblStrings.Name = "lblStrings"; - this.lblStrings.Size = new System.Drawing.Size(39, 13); - this.lblStrings.TabIndex = 4; - this.lblStrings.Text = "Strings"; - // - // panelSymbol - // - this.panelSymbol.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panelSymbol.Location = new System.Drawing.Point(77, 178); - this.panelSymbol.Name = "panelSymbol"; - this.panelSymbol.Size = new System.Drawing.Size(20, 20); - this.panelSymbol.TabIndex = 7; - this.panelSymbol.DoubleClick += new System.EventHandler(this.panelSymbol_DoubleClick); - // - // lblSymbols - // - this.lblSymbols.AutoSize = true; - this.lblSymbols.Location = new System.Drawing.Point(25, 185); - this.lblSymbols.Name = "lblSymbols"; - this.lblSymbols.Size = new System.Drawing.Size(46, 13); - this.lblSymbols.TabIndex = 6; - this.lblSymbols.Text = "Symbols"; - // - // panelLibrary - // - this.panelLibrary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panelLibrary.Location = new System.Drawing.Point(77, 218); - this.panelLibrary.Name = "panelLibrary"; - this.panelLibrary.Size = new System.Drawing.Size(20, 20); - this.panelLibrary.TabIndex = 9; - this.panelLibrary.DoubleClick += new System.EventHandler(this.panelLibrary_DoubleClick); - // - // lblLibraries - // - this.lblLibraries.AutoSize = true; - this.lblLibraries.Location = new System.Drawing.Point(25, 225); - this.lblLibraries.Name = "lblLibraries"; - this.lblLibraries.Size = new System.Drawing.Size(46, 13); - this.lblLibraries.TabIndex = 8; - this.lblLibraries.Text = "Libraries"; - // - // KeyWordColorDialog - // - this.KeyWordColorDialog.Color = System.Drawing.Color.Blue; - // - // CommentColorDialog - // - this.CommentColorDialog.Color = System.Drawing.Color.Green; - // - // StringColorDialog - // - this.StringColorDialog.Color = System.Drawing.Color.Gray; - // - // LibraryColorDialog - // - this.LibraryColorDialog.Color = System.Drawing.Color.Cyan; - // - // buttonDefaults - // - this.buttonDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonDefaults.Location = new System.Drawing.Point(12, 272); - this.buttonDefaults.Name = "buttonDefaults"; - this.buttonDefaults.Size = new System.Drawing.Size(75, 23); - this.buttonDefaults.TabIndex = 12; - this.buttonDefaults.Text = "&Deafults"; - this.buttonDefaults.UseVisualStyleBackColor = true; - this.buttonDefaults.Click += new System.EventHandler(this.buttonDefaults_Click); - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.BoldText); - this.groupBox1.Controls.Add(this.panelText); - this.groupBox1.Controls.Add(this.lblText); - this.groupBox1.Controls.Add(this.BoldLibraries); - this.groupBox1.Controls.Add(this.BoldSymbols); - this.groupBox1.Controls.Add(this.BoldStrings); - this.groupBox1.Controls.Add(this.BoldComments); - this.groupBox1.Controls.Add(this.BoldKeyWords); - this.groupBox1.Controls.Add(this.panelKeyWord); - this.groupBox1.Controls.Add(this.lblKeyWords); - this.groupBox1.Controls.Add(this.panelLibrary); - this.groupBox1.Controls.Add(this.lblComments); - this.groupBox1.Controls.Add(this.lblLibraries); - this.groupBox1.Controls.Add(this.panelComment); - this.groupBox1.Controls.Add(this.panelSymbol); - this.groupBox1.Controls.Add(this.lblStrings); - this.groupBox1.Controls.Add(this.lblSymbols); - this.groupBox1.Controls.Add(this.panelString); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(260, 249); - this.groupBox1.TabIndex = 13; - this.groupBox1.TabStop = false; - // - // BoldLibraries - // - this.BoldLibraries.AutoSize = true; - this.BoldLibraries.Location = new System.Drawing.Point(132, 221); - this.BoldLibraries.Name = "BoldLibraries"; - this.BoldLibraries.Size = new System.Drawing.Size(47, 17); - this.BoldLibraries.TabIndex = 14; - this.BoldLibraries.Text = "Bold"; - this.BoldLibraries.UseVisualStyleBackColor = true; - // - // BoldSymbols - // - this.BoldSymbols.AutoSize = true; - this.BoldSymbols.Location = new System.Drawing.Point(132, 181); - this.BoldSymbols.Name = "BoldSymbols"; - this.BoldSymbols.Size = new System.Drawing.Size(47, 17); - this.BoldSymbols.TabIndex = 13; - this.BoldSymbols.Text = "Bold"; - this.BoldSymbols.UseVisualStyleBackColor = true; - // - // BoldStrings - // - this.BoldStrings.AutoSize = true; - this.BoldStrings.Location = new System.Drawing.Point(132, 141); - this.BoldStrings.Name = "BoldStrings"; - this.BoldStrings.Size = new System.Drawing.Size(47, 17); - this.BoldStrings.TabIndex = 12; - this.BoldStrings.Text = "Bold"; - this.BoldStrings.UseVisualStyleBackColor = true; - // - // BoldComments - // - this.BoldComments.AutoSize = true; - this.BoldComments.Location = new System.Drawing.Point(132, 101); - this.BoldComments.Name = "BoldComments"; - this.BoldComments.Size = new System.Drawing.Size(47, 17); - this.BoldComments.TabIndex = 11; - this.BoldComments.Text = "Bold"; - this.BoldComments.UseVisualStyleBackColor = true; - // - // BoldKeyWords - // - this.BoldKeyWords.AutoSize = true; - this.BoldKeyWords.Location = new System.Drawing.Point(132, 61); - this.BoldKeyWords.Name = "BoldKeyWords"; - this.BoldKeyWords.Size = new System.Drawing.Size(47, 17); - this.BoldKeyWords.TabIndex = 10; - this.BoldKeyWords.Text = "Bold"; - this.BoldKeyWords.UseVisualStyleBackColor = true; - // - // BoldText - // - this.BoldText.AutoSize = true; - this.BoldText.Location = new System.Drawing.Point(132, 19); - this.BoldText.Name = "BoldText"; - this.BoldText.Size = new System.Drawing.Size(47, 17); - this.BoldText.TabIndex = 17; - this.BoldText.Text = "Bold"; - this.BoldText.UseVisualStyleBackColor = true; - // - // panelText - // - this.panelText.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panelText.Location = new System.Drawing.Point(77, 18); - this.panelText.Name = "panelText"; - this.panelText.Size = new System.Drawing.Size(20, 20); - this.panelText.TabIndex = 16; - this.panelText.DoubleClick += new System.EventHandler(this.panelText_DoubleClick); - // - // lblText - // - this.lblText.AutoSize = true; - this.lblText.Location = new System.Drawing.Point(43, 25); - this.lblText.Name = "lblText"; - this.lblText.Size = new System.Drawing.Size(28, 13); - this.lblText.TabIndex = 15; - this.lblText.Text = "Text"; - // - // LuaWriterColorConfig - // - 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(284, 307); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.buttonDefaults); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.Name = "LuaWriterColorConfig"; - this.ShowIcon = false; - this.Text = "Syntax Highlight Config"; - this.Load += new System.EventHandler(this.LuaWriterColorConfig_Load); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.ResumeLayout(false); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.panelKeyWord = new System.Windows.Forms.Panel(); + this.lblKeyWords = new System.Windows.Forms.Label(); + this.lblComments = new System.Windows.Forms.Label(); + this.panelComment = new System.Windows.Forms.Panel(); + this.panelString = new System.Windows.Forms.Panel(); + this.lblStrings = new System.Windows.Forms.Label(); + this.panelSymbol = new System.Windows.Forms.Panel(); + this.lblSymbols = new System.Windows.Forms.Label(); + this.panelLibrary = new System.Windows.Forms.Panel(); + this.lblLibraries = new System.Windows.Forms.Label(); + this.KeyWordColorDialog = new System.Windows.Forms.ColorDialog(); + this.CommentColorDialog = new System.Windows.Forms.ColorDialog(); + this.StringColorDialog = new System.Windows.Forms.ColorDialog(); + this.SymbolColorDialog = new System.Windows.Forms.ColorDialog(); + this.LibraryColorDialog = new System.Windows.Forms.ColorDialog(); + this.buttonDefaults = new System.Windows.Forms.Button(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.BoldText = new System.Windows.Forms.CheckBox(); + this.panelText = new System.Windows.Forms.Panel(); + this.lblText = new System.Windows.Forms.Label(); + this.BoldLibraries = new System.Windows.Forms.CheckBox(); + this.BoldSymbols = new System.Windows.Forms.CheckBox(); + this.BoldStrings = new System.Windows.Forms.CheckBox(); + this.BoldComments = new System.Windows.Forms.CheckBox(); + this.BoldKeyWords = new System.Windows.Forms.CheckBox(); + this.TextColorDialog = new System.Windows.Forms.ColorDialog(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // 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(116, 272); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 10; + this.OK.Text = "&OK"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(197, 272); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 11; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + // + // panelKeyWord + // + this.panelKeyWord.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panelKeyWord.Location = new System.Drawing.Point(77, 58); + this.panelKeyWord.Name = "panelKeyWord"; + this.panelKeyWord.Size = new System.Drawing.Size(20, 20); + this.panelKeyWord.TabIndex = 1; + this.panelKeyWord.DoubleClick += new System.EventHandler(this.panelKeyWord_DoubleClick); + // + // lblKeyWords + // + this.lblKeyWords.AutoSize = true; + this.lblKeyWords.Location = new System.Drawing.Point(12, 65); + this.lblKeyWords.Name = "lblKeyWords"; + this.lblKeyWords.Size = new System.Drawing.Size(59, 13); + this.lblKeyWords.TabIndex = 0; + this.lblKeyWords.Text = "Key Words"; + // + // lblComments + // + this.lblComments.AutoSize = true; + this.lblComments.Location = new System.Drawing.Point(15, 105); + this.lblComments.Name = "lblComments"; + this.lblComments.Size = new System.Drawing.Size(56, 13); + this.lblComments.TabIndex = 2; + this.lblComments.Text = "Comments"; + // + // panelComment + // + this.panelComment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panelComment.Location = new System.Drawing.Point(77, 98); + this.panelComment.Name = "panelComment"; + this.panelComment.Size = new System.Drawing.Size(20, 20); + this.panelComment.TabIndex = 3; + this.panelComment.DoubleClick += new System.EventHandler(this.panelComment_DoubleClick); + // + // panelString + // + this.panelString.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panelString.Location = new System.Drawing.Point(77, 138); + this.panelString.Name = "panelString"; + this.panelString.Size = new System.Drawing.Size(20, 20); + this.panelString.TabIndex = 5; + this.panelString.DoubleClick += new System.EventHandler(this.panelString_DoubleClick); + // + // lblStrings + // + this.lblStrings.AutoSize = true; + this.lblStrings.Location = new System.Drawing.Point(32, 145); + this.lblStrings.Name = "lblStrings"; + this.lblStrings.Size = new System.Drawing.Size(39, 13); + this.lblStrings.TabIndex = 4; + this.lblStrings.Text = "Strings"; + // + // panelSymbol + // + this.panelSymbol.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panelSymbol.Location = new System.Drawing.Point(77, 178); + this.panelSymbol.Name = "panelSymbol"; + this.panelSymbol.Size = new System.Drawing.Size(20, 20); + this.panelSymbol.TabIndex = 7; + this.panelSymbol.DoubleClick += new System.EventHandler(this.panelSymbol_DoubleClick); + // + // lblSymbols + // + this.lblSymbols.AutoSize = true; + this.lblSymbols.Location = new System.Drawing.Point(25, 185); + this.lblSymbols.Name = "lblSymbols"; + this.lblSymbols.Size = new System.Drawing.Size(46, 13); + this.lblSymbols.TabIndex = 6; + this.lblSymbols.Text = "Symbols"; + // + // panelLibrary + // + this.panelLibrary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panelLibrary.Location = new System.Drawing.Point(77, 218); + this.panelLibrary.Name = "panelLibrary"; + this.panelLibrary.Size = new System.Drawing.Size(20, 20); + this.panelLibrary.TabIndex = 9; + this.panelLibrary.DoubleClick += new System.EventHandler(this.panelLibrary_DoubleClick); + // + // lblLibraries + // + this.lblLibraries.AutoSize = true; + this.lblLibraries.Location = new System.Drawing.Point(25, 225); + this.lblLibraries.Name = "lblLibraries"; + this.lblLibraries.Size = new System.Drawing.Size(46, 13); + this.lblLibraries.TabIndex = 8; + this.lblLibraries.Text = "Libraries"; + // + // KeyWordColorDialog + // + this.KeyWordColorDialog.Color = System.Drawing.Color.Blue; + // + // CommentColorDialog + // + this.CommentColorDialog.Color = System.Drawing.Color.Green; + // + // StringColorDialog + // + this.StringColorDialog.Color = System.Drawing.Color.Gray; + // + // LibraryColorDialog + // + this.LibraryColorDialog.Color = System.Drawing.Color.Cyan; + // + // buttonDefaults + // + this.buttonDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonDefaults.Location = new System.Drawing.Point(12, 272); + this.buttonDefaults.Name = "buttonDefaults"; + this.buttonDefaults.Size = new System.Drawing.Size(75, 23); + this.buttonDefaults.TabIndex = 12; + this.buttonDefaults.Text = "&Deafults"; + this.buttonDefaults.UseVisualStyleBackColor = true; + this.buttonDefaults.Click += new System.EventHandler(this.buttonDefaults_Click); + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.BoldText); + this.groupBox1.Controls.Add(this.panelText); + this.groupBox1.Controls.Add(this.lblText); + this.groupBox1.Controls.Add(this.BoldLibraries); + this.groupBox1.Controls.Add(this.BoldSymbols); + this.groupBox1.Controls.Add(this.BoldStrings); + this.groupBox1.Controls.Add(this.BoldComments); + this.groupBox1.Controls.Add(this.BoldKeyWords); + this.groupBox1.Controls.Add(this.panelKeyWord); + this.groupBox1.Controls.Add(this.lblKeyWords); + this.groupBox1.Controls.Add(this.panelLibrary); + this.groupBox1.Controls.Add(this.lblComments); + this.groupBox1.Controls.Add(this.lblLibraries); + this.groupBox1.Controls.Add(this.panelComment); + this.groupBox1.Controls.Add(this.panelSymbol); + this.groupBox1.Controls.Add(this.lblStrings); + this.groupBox1.Controls.Add(this.lblSymbols); + this.groupBox1.Controls.Add(this.panelString); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(260, 249); + this.groupBox1.TabIndex = 13; + this.groupBox1.TabStop = false; + // + // BoldText + // + this.BoldText.AutoSize = true; + this.BoldText.Location = new System.Drawing.Point(132, 19); + this.BoldText.Name = "BoldText"; + this.BoldText.Size = new System.Drawing.Size(47, 17); + this.BoldText.TabIndex = 17; + this.BoldText.Text = "Bold"; + this.BoldText.UseVisualStyleBackColor = true; + // + // panelText + // + this.panelText.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panelText.Location = new System.Drawing.Point(77, 18); + this.panelText.Name = "panelText"; + this.panelText.Size = new System.Drawing.Size(20, 20); + this.panelText.TabIndex = 16; + this.panelText.DoubleClick += new System.EventHandler(this.panelText_DoubleClick); + // + // lblText + // + this.lblText.AutoSize = true; + this.lblText.Location = new System.Drawing.Point(43, 25); + this.lblText.Name = "lblText"; + this.lblText.Size = new System.Drawing.Size(28, 13); + this.lblText.TabIndex = 15; + this.lblText.Text = "Text"; + // + // BoldLibraries + // + this.BoldLibraries.AutoSize = true; + this.BoldLibraries.Location = new System.Drawing.Point(132, 221); + this.BoldLibraries.Name = "BoldLibraries"; + this.BoldLibraries.Size = new System.Drawing.Size(47, 17); + this.BoldLibraries.TabIndex = 14; + this.BoldLibraries.Text = "Bold"; + this.BoldLibraries.UseVisualStyleBackColor = true; + // + // BoldSymbols + // + this.BoldSymbols.AutoSize = true; + this.BoldSymbols.Location = new System.Drawing.Point(132, 181); + this.BoldSymbols.Name = "BoldSymbols"; + this.BoldSymbols.Size = new System.Drawing.Size(47, 17); + this.BoldSymbols.TabIndex = 13; + this.BoldSymbols.Text = "Bold"; + this.BoldSymbols.UseVisualStyleBackColor = true; + // + // BoldStrings + // + this.BoldStrings.AutoSize = true; + this.BoldStrings.Location = new System.Drawing.Point(132, 141); + this.BoldStrings.Name = "BoldStrings"; + this.BoldStrings.Size = new System.Drawing.Size(47, 17); + this.BoldStrings.TabIndex = 12; + this.BoldStrings.Text = "Bold"; + this.BoldStrings.UseVisualStyleBackColor = true; + // + // BoldComments + // + this.BoldComments.AutoSize = true; + this.BoldComments.Location = new System.Drawing.Point(132, 101); + this.BoldComments.Name = "BoldComments"; + this.BoldComments.Size = new System.Drawing.Size(47, 17); + this.BoldComments.TabIndex = 11; + this.BoldComments.Text = "Bold"; + this.BoldComments.UseVisualStyleBackColor = true; + // + // BoldKeyWords + // + this.BoldKeyWords.AutoSize = true; + this.BoldKeyWords.Location = new System.Drawing.Point(132, 61); + this.BoldKeyWords.Name = "BoldKeyWords"; + this.BoldKeyWords.Size = new System.Drawing.Size(47, 17); + this.BoldKeyWords.TabIndex = 10; + this.BoldKeyWords.Text = "Bold"; + this.BoldKeyWords.UseVisualStyleBackColor = true; + // + // LuaWriterColorConfig + // + 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(284, 307); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.buttonDefaults); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.Name = "LuaWriterColorConfig"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Syntax Highlight Config"; + this.Load += new System.EventHandler(this.LuaWriterColorConfig_Load); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/N64/N64VideoPluginconfig.Designer.cs b/BizHawk.Client.EmuHawk/tools/N64/N64VideoPluginconfig.Designer.cs index 5dcb22dcd8..e8a3613339 100644 --- a/BizHawk.Client.EmuHawk/tools/N64/N64VideoPluginconfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/N64/N64VideoPluginconfig.Designer.cs @@ -28,314 +28,323 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(N64VideoPluginconfig)); - this.N64plugintabcontrol = new System.Windows.Forms.TabControl(); - this.N64vpluginglobaltab = new System.Windows.Forms.TabPage(); - this.label2 = new System.Windows.Forms.Label(); - this.VideoResolutionComboBox = new System.Windows.Forms.ComboBox(); - this.PluginComboBox = new System.Windows.Forms.ComboBox(); - this.label1 = new System.Windows.Forms.Label(); - this.RiceTabPage = new System.Windows.Forms.TabPage(); - this.RiceTabControl = new System.Windows.Forms.TabControl(); - this.RiceGeneral = new System.Windows.Forms.TabPage(); - this.label15 = new System.Windows.Forms.Label(); - this.RiceScreenUpdateSetting_Combo = new System.Windows.Forms.ComboBox(); - this.label14 = new System.Windows.Forms.Label(); - this.RiceMultiSampling_Combo = new System.Windows.Forms.ComboBox(); - this.label13 = new System.Windows.Forms.Label(); - this.RiceOpenGLRenderSetting_Combo = new System.Windows.Forms.ComboBox(); - this.label11 = new System.Windows.Forms.Label(); - this.RiceColorQuality_Combo = new System.Windows.Forms.ComboBox(); - this.label10 = new System.Windows.Forms.Label(); - this.RiceOpenGLDepthBufferSetting_Combo = new System.Windows.Forms.ComboBox(); - this.label9 = new System.Windows.Forms.Label(); - this.RiceTextureQuality_Combo = new System.Windows.Forms.ComboBox(); - this.RiceEnableVertexShader_CB = new System.Windows.Forms.CheckBox(); - this.RiceSkipFrame_CB = new System.Windows.Forms.CheckBox(); - this.RiceEnableHacks_CB = new System.Windows.Forms.CheckBox(); - this.RiceFullTMEMEmulation_CB = new System.Windows.Forms.CheckBox(); - this.RiceOpenGLVertexClipper_CB = new System.Windows.Forms.CheckBox(); - this.AnisotropicFiltering_LB = new System.Windows.Forms.Label(); - this.RiceAnisotropicFiltering_TB = new System.Windows.Forms.TrackBar(); - this.label6 = new System.Windows.Forms.Label(); - this.RiceFogMethod_Combo = new System.Windows.Forms.ComboBox(); - this.label5 = new System.Windows.Forms.Label(); - this.RiceMipmapping_Combo = new System.Windows.Forms.ComboBox(); - this.RiceWinFrameMode_CB = new System.Windows.Forms.CheckBox(); - this.RiceInN64Resolution_CB = new System.Windows.Forms.CheckBox(); - this.RiceFastTextureLoading_CB = new System.Windows.Forms.CheckBox(); - this.RiceAccurateTextureMapping_CB = new System.Windows.Forms.CheckBox(); - this.RiceSaveVRAM_CB = new System.Windows.Forms.CheckBox(); - this.RiceEnableSSE_CB = new System.Windows.Forms.CheckBox(); - this.RiceGameDefaultTab = new System.Windows.Forms.TabPage(); - this.RiceNormalAlphaBlender_CB = new System.Windows.Forms.CheckBox(); - this.RiceDefaultCombinerDisable_CB = new System.Windows.Forms.CheckBox(); - this.RiceFrameBuffer_GroupBox = new System.Windows.Forms.GroupBox(); - this.label16 = new System.Windows.Forms.Label(); - this.label17 = new System.Windows.Forms.Label(); - this.label18 = new System.Windows.Forms.Label(); - this.RiceFrameBufferWriteBackControl_Combo = new System.Windows.Forms.ComboBox(); - this.RiceFrameBufferSetting_Combo = new System.Windows.Forms.ComboBox(); - this.RiceDoubleSizeForSmallTxtrBuf_CB = new System.Windows.Forms.CheckBox(); - this.RiceRenderToTexture_Combo = new System.Windows.Forms.ComboBox(); - this.RiceTextureEnhancementTab = new System.Windows.Forms.TabPage(); - this.label12 = new System.Windows.Forms.Label(); - this.RiceForceTextureFilter_Combo = new System.Windows.Forms.ComboBox(); - this.label8 = new System.Windows.Forms.Label(); - this.RiceTextureEnhancementControl_Combo = new System.Windows.Forms.ComboBox(); - this.label7 = new System.Windows.Forms.Label(); - this.RiceTextureEnhancement_Combo = new System.Windows.Forms.ComboBox(); - this.RiceTexRectOnly_CB = new System.Windows.Forms.CheckBox(); - this.RiceSmallTextureOnly_CB = new System.Windows.Forms.CheckBox(); - this.RiceLoadHiResCRCOnly_CB = new System.Windows.Forms.CheckBox(); - this.RiceLoadHiResTextures_CB = new System.Windows.Forms.CheckBox(); - this.RiceDumpTexturesToFiles_CB = new System.Windows.Forms.CheckBox(); - this.RiceGameSpecificTab = new System.Windows.Forms.TabPage(); - this.label27 = new System.Windows.Forms.Label(); - this.RiceEnableHacksForGame_Combo = new System.Windows.Forms.ComboBox(); - this.RiceForceDepthBuffer_CB = new System.Windows.Forms.CheckBox(); - this.label28 = new System.Windows.Forms.Label(); - this.RiceUseCIWidthAndRatio_Combo = new System.Windows.Forms.ComboBox(); - this.label26 = new System.Windows.Forms.Label(); - this.RiceRenderToTextureOption_Combo = new System.Windows.Forms.ComboBox(); - this.label25 = new System.Windows.Forms.Label(); - this.RiceFrameBufferOption_Combo = new System.Windows.Forms.ComboBox(); - this.label24 = new System.Windows.Forms.Label(); - this.RiceNormalBlender_Combo = new System.Windows.Forms.ComboBox(); - this.label23 = new System.Windows.Forms.Label(); - this.RiceAccurateTextureMappingHack_Combo = new System.Windows.Forms.ComboBox(); - this.label22 = new System.Windows.Forms.Label(); - this.RiceFastTextureCRC_Combo = new System.Windows.Forms.ComboBox(); - this.label21 = new System.Windows.Forms.Label(); - this.RiceFullTMEM_Combo = new System.Windows.Forms.ComboBox(); - this.label20 = new System.Windows.Forms.Label(); - this.RiceScreenUpdateSettingHack_Combo = new System.Windows.Forms.ComboBox(); - this.label19 = new System.Windows.Forms.Label(); - this.RiceVIHeight_Text = new System.Windows.Forms.TextBox(); - this.label4 = new System.Windows.Forms.Label(); - this.RiceVIWidth_Text = new System.Windows.Forms.TextBox(); - this.RiceTextureScaleHack_CB = new System.Windows.Forms.CheckBox(); - this.RiceFastLoadTile_CB = new System.Windows.Forms.CheckBox(); - this.RiceUseSmallerTexture_CB = new System.Windows.Forms.CheckBox(); - this.RiceEnableTxtLOD_CB = new System.Windows.Forms.CheckBox(); - this.RiceZHack_CB = new System.Windows.Forms.CheckBox(); - this.RicePrimaryDepthHack_CB = new System.Windows.Forms.CheckBox(); - this.RiceDisableObjBG_CB = new System.Windows.Forms.CheckBox(); - this.RiceDisableBlender_CB = new System.Windows.Forms.CheckBox(); - this.RiceForceScreenClear_CB = new System.Windows.Forms.CheckBox(); - this.RiceEmulateClear_CB = new System.Windows.Forms.CheckBox(); - this.RiceTxtSizeMethod2_CB = new System.Windows.Forms.CheckBox(); - this.RiceIncTexRectEdge_CB = new System.Windows.Forms.CheckBox(); - this.RiceDisableCulling_CB = new System.Windows.Forms.CheckBox(); - this.RiceDisableTextureCRC_CB = new System.Windows.Forms.CheckBox(); - this.RiceTexture1Hack_CB = new System.Windows.Forms.CheckBox(); - this.RiceUseDefaultHacks_CB = new System.Windows.Forms.CheckBox(); - this.Glide64TabPage = new System.Windows.Forms.TabPage(); - this.tabControl1 = new System.Windows.Forms.TabControl(); - this.Glide64General = new System.Windows.Forms.TabPage(); - this.label39 = new System.Windows.Forms.Label(); - this.Glide_scale_y = new System.Windows.Forms.TextBox(); - this.label40 = new System.Windows.Forms.Label(); - this.Glide_scale_x = new System.Windows.Forms.TextBox(); - this.label38 = new System.Windows.Forms.Label(); - this.Glide_offset_y = new System.Windows.Forms.TextBox(); - this.label37 = new System.Windows.Forms.Label(); - this.Glide_offset_x = new System.Windows.Forms.TextBox(); - this.Glide_fb_get_info = new System.Windows.Forms.CheckBox(); - this.Glide_disable_auxbuf = new System.Windows.Forms.CheckBox(); - this.Glide_fbo = new System.Windows.Forms.CheckBox(); - this.Glide_noglsl = new System.Windows.Forms.CheckBox(); - this.Glide_noditheredalpha = new System.Windows.Forms.CheckBox(); - this.label32 = new System.Windows.Forms.Label(); - this.Glide_tex_filter = new System.Windows.Forms.ComboBox(); - this.Glide_fb_render = new System.Windows.Forms.CheckBox(); - this.Glide_motionblur = new System.Windows.Forms.CheckBox(); - this.Glide_fb_read_always = new System.Windows.Forms.CheckBox(); - this.Glide_unk_as_red = new System.Windows.Forms.CheckBox(); - this.Glide_filter_cache = new System.Windows.Forms.CheckBox(); - this.Glide_fast_crc = new System.Windows.Forms.CheckBox(); - this.label31 = new System.Windows.Forms.Label(); - this.Glide_wfmode = new System.Windows.Forms.ComboBox(); - this.Glide_wireframe = new System.Windows.Forms.CheckBox(); - this.label30 = new System.Windows.Forms.Label(); - this.Glide_card_id = new System.Windows.Forms.ComboBox(); - this.Glide_flame_corona = new System.Windows.Forms.CheckBox(); - this.label29 = new System.Windows.Forms.Label(); - this.Glide_ucode = new System.Windows.Forms.ComboBox(); - this.Glide_autodetect_ucode = new System.Windows.Forms.CheckBox(); - this.GlidePerGameHacks1 = new System.Windows.Forms.TabPage(); - this.Glide_wrap_big_tex = new System.Windows.Forms.CheckBox(); - this.Glide_use_sts1_only = new System.Windows.Forms.CheckBox(); - this.Glide_soft_depth_compare = new System.Windows.Forms.CheckBox(); - this.Glide_PPL = new System.Windows.Forms.CheckBox(); - this.Glide_fb_optimize_write = new System.Windows.Forms.CheckBox(); - this.Glide_fb_optimize_texrect = new System.Windows.Forms.CheckBox(); - this.Glide_increase_texrect_edge = new System.Windows.Forms.CheckBox(); - this.Glide_increase_primdepth = new System.Windows.Forms.CheckBox(); - this.Glide_fb_ignore_previous = new System.Windows.Forms.CheckBox(); - this.Glide_fb_ignore_aux_copy = new System.Windows.Forms.CheckBox(); - this.Glide_fb_hires_buf_clear = new System.Windows.Forms.CheckBox(); - this.Glide_force_microcheck = new System.Windows.Forms.CheckBox(); - this.Glide_force_depth_compare = new System.Windows.Forms.CheckBox(); - this.Glide_fog = new System.Windows.Forms.CheckBox(); - this.Glide_fillcolor_fix = new System.Windows.Forms.CheckBox(); - this.Glide_fb_smart = new System.Windows.Forms.CheckBox(); - this.Glide_fb_read_alpha = new System.Windows.Forms.CheckBox(); - this.Glide_fb_hires = new System.Windows.Forms.CheckBox(); - this.Glide_fb_clear = new System.Windows.Forms.CheckBox(); - this.Glide_detect_cpu_write = new System.Windows.Forms.CheckBox(); - this.Glide_decrease_fillrect_edge = new System.Windows.Forms.CheckBox(); - this.Glide_buff_clear = new System.Windows.Forms.CheckBox(); - this.Glide_alt_tex_size = new System.Windows.Forms.CheckBox(); - this.GlideUseDefaultHacks1 = new System.Windows.Forms.CheckBox(); - this.GlidePerGameHacks2 = new System.Windows.Forms.TabPage(); - this.label44 = new System.Windows.Forms.Label(); - this.Glide_enable_hacks_for_game = new System.Windows.Forms.ComboBox(); - this.label43 = new System.Windows.Forms.Label(); - this.Glide_swapmode = new System.Windows.Forms.ComboBox(); - this.label42 = new System.Windows.Forms.Label(); - this.Glide_stipple_pattern = new System.Windows.Forms.TextBox(); - this.label41 = new System.Windows.Forms.Label(); - this.Glide_stipple_mode = new System.Windows.Forms.TextBox(); - this.label36 = new System.Windows.Forms.Label(); - this.Glide_lodmode = new System.Windows.Forms.ComboBox(); - this.label35 = new System.Windows.Forms.Label(); - this.Glide_fix_tex_coord = new System.Windows.Forms.TextBox(); - this.label34 = new System.Windows.Forms.Label(); - this.Glide_filtering = new System.Windows.Forms.ComboBox(); - this.label33 = new System.Windows.Forms.Label(); - this.Glide_depth_bias = new System.Windows.Forms.TextBox(); - this.GlideUseDefaultHacks2 = new System.Windows.Forms.CheckBox(); - this.Glide64mk2TabPage = new System.Windows.Forms.TabPage(); - this.tabControl2 = new System.Windows.Forms.TabControl(); - this.tabPage1 = new System.Windows.Forms.TabPage(); - this.Glide64mk2_fb_get_info = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_fb_render = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_wrpAnisotropic = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_wrpFBO = new System.Windows.Forms.CheckBox(); - this.label50 = new System.Windows.Forms.Label(); - this.Glide64mk2_card_id = new System.Windows.Forms.ComboBox(); - this.tabPage2 = new System.Windows.Forms.TabPage(); - this.Glide64mk2_fb_read_always = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_useless_is_useless = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_n64_z_scale = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_old_style_adither = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_zmode_compare_less = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_adjust_aspect = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_fast_crc = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_clip_zmax = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_clip_zmin = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_force_quad3d = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_pal230 = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_texture_correction = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_correct_viewport = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_force_calc_sphere = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_use_sts1_only = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_optimize_texrect = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_increase_texrect_edge = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_ignore_aux_copy = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_hires_buf_clear = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_force_microcheck = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_fog = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_fb_smart = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_fb_read_alpha = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_fb_hires = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_detect_cpu_write = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_decrease_fillrect_edge = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_buff_clear = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_alt_tex_size = new System.Windows.Forms.CheckBox(); - this.Glide64mk2_UseDefaultHacks1 = new System.Windows.Forms.CheckBox(); - this.tabPage3 = new System.Windows.Forms.TabPage(); - this.label46 = new System.Windows.Forms.Label(); - this.Glide64mk2_read_back_to_screen = new System.Windows.Forms.ComboBox(); - this.Glide64mk2_aspectmode = new System.Windows.Forms.ComboBox(); - this.Glide64mk2_fb_crc_mode = new System.Windows.Forms.ComboBox(); - this.label45 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label52 = new System.Windows.Forms.Label(); - this.Glide64mk2_enable_hacks_for_game = new System.Windows.Forms.ComboBox(); - this.label53 = new System.Windows.Forms.Label(); - this.Glide64mk2_swapmode = new System.Windows.Forms.ComboBox(); - this.label54 = new System.Windows.Forms.Label(); - this.Glide64mk2_stipple_pattern = new System.Windows.Forms.TextBox(); - this.label55 = new System.Windows.Forms.Label(); - this.Glide64mk2_stipple_mode = new System.Windows.Forms.TextBox(); - this.label56 = new System.Windows.Forms.Label(); - this.Glide64mk2_lodmode = new System.Windows.Forms.ComboBox(); - this.label58 = new System.Windows.Forms.Label(); - this.Glide64mk2_filtering = new System.Windows.Forms.ComboBox(); - this.Glide64mk2_UseDefaultHacks2 = new System.Windows.Forms.CheckBox(); - this.SaveButton = new System.Windows.Forms.Button(); - this.CancelBT = new System.Windows.Forms.Button(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.label47 = new System.Windows.Forms.Label(); - this.N64plugintabcontrol.SuspendLayout(); - this.N64vpluginglobaltab.SuspendLayout(); - this.RiceTabPage.SuspendLayout(); - this.RiceTabControl.SuspendLayout(); - this.RiceGeneral.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.RiceAnisotropicFiltering_TB)).BeginInit(); - this.RiceGameDefaultTab.SuspendLayout(); - this.RiceFrameBuffer_GroupBox.SuspendLayout(); - this.RiceTextureEnhancementTab.SuspendLayout(); - this.RiceGameSpecificTab.SuspendLayout(); - this.Glide64TabPage.SuspendLayout(); - this.tabControl1.SuspendLayout(); - this.Glide64General.SuspendLayout(); - this.GlidePerGameHacks1.SuspendLayout(); - this.GlidePerGameHacks2.SuspendLayout(); - this.Glide64mk2TabPage.SuspendLayout(); - this.tabControl2.SuspendLayout(); - this.tabPage1.SuspendLayout(); - this.tabPage2.SuspendLayout(); - this.tabPage3.SuspendLayout(); - this.SuspendLayout(); - // - // N64plugintabcontrol - // - this.N64plugintabcontrol.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(N64VideoPluginconfig)); + this.N64plugintabcontrol = new System.Windows.Forms.TabControl(); + this.N64vpluginglobaltab = new System.Windows.Forms.TabPage(); + this.label47 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.VideoResolutionComboBox = new System.Windows.Forms.ComboBox(); + this.PluginComboBox = new System.Windows.Forms.ComboBox(); + this.label1 = new System.Windows.Forms.Label(); + this.RiceTabPage = new System.Windows.Forms.TabPage(); + this.RiceTabControl = new System.Windows.Forms.TabControl(); + this.RiceGeneral = new System.Windows.Forms.TabPage(); + this.label15 = new System.Windows.Forms.Label(); + this.RiceScreenUpdateSetting_Combo = new System.Windows.Forms.ComboBox(); + this.label14 = new System.Windows.Forms.Label(); + this.RiceMultiSampling_Combo = new System.Windows.Forms.ComboBox(); + this.label13 = new System.Windows.Forms.Label(); + this.RiceOpenGLRenderSetting_Combo = new System.Windows.Forms.ComboBox(); + this.label11 = new System.Windows.Forms.Label(); + this.RiceColorQuality_Combo = new System.Windows.Forms.ComboBox(); + this.label10 = new System.Windows.Forms.Label(); + this.RiceOpenGLDepthBufferSetting_Combo = new System.Windows.Forms.ComboBox(); + this.label9 = new System.Windows.Forms.Label(); + this.RiceTextureQuality_Combo = new System.Windows.Forms.ComboBox(); + this.RiceEnableVertexShader_CB = new System.Windows.Forms.CheckBox(); + this.RiceSkipFrame_CB = new System.Windows.Forms.CheckBox(); + this.RiceEnableHacks_CB = new System.Windows.Forms.CheckBox(); + this.RiceFullTMEMEmulation_CB = new System.Windows.Forms.CheckBox(); + this.RiceOpenGLVertexClipper_CB = new System.Windows.Forms.CheckBox(); + this.AnisotropicFiltering_LB = new System.Windows.Forms.Label(); + this.RiceAnisotropicFiltering_TB = new System.Windows.Forms.TrackBar(); + this.label6 = new System.Windows.Forms.Label(); + this.RiceFogMethod_Combo = new System.Windows.Forms.ComboBox(); + this.label5 = new System.Windows.Forms.Label(); + this.RiceMipmapping_Combo = new System.Windows.Forms.ComboBox(); + this.RiceWinFrameMode_CB = new System.Windows.Forms.CheckBox(); + this.RiceInN64Resolution_CB = new System.Windows.Forms.CheckBox(); + this.RiceFastTextureLoading_CB = new System.Windows.Forms.CheckBox(); + this.RiceAccurateTextureMapping_CB = new System.Windows.Forms.CheckBox(); + this.RiceSaveVRAM_CB = new System.Windows.Forms.CheckBox(); + this.RiceEnableSSE_CB = new System.Windows.Forms.CheckBox(); + this.RiceGameDefaultTab = new System.Windows.Forms.TabPage(); + this.RiceNormalAlphaBlender_CB = new System.Windows.Forms.CheckBox(); + this.RiceDefaultCombinerDisable_CB = new System.Windows.Forms.CheckBox(); + this.RiceFrameBuffer_GroupBox = new System.Windows.Forms.GroupBox(); + this.label16 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.RiceFrameBufferWriteBackControl_Combo = new System.Windows.Forms.ComboBox(); + this.RiceFrameBufferSetting_Combo = new System.Windows.Forms.ComboBox(); + this.RiceDoubleSizeForSmallTxtrBuf_CB = new System.Windows.Forms.CheckBox(); + this.RiceRenderToTexture_Combo = new System.Windows.Forms.ComboBox(); + this.RiceTextureEnhancementTab = new System.Windows.Forms.TabPage(); + this.label12 = new System.Windows.Forms.Label(); + this.RiceForceTextureFilter_Combo = new System.Windows.Forms.ComboBox(); + this.label8 = new System.Windows.Forms.Label(); + this.RiceTextureEnhancementControl_Combo = new System.Windows.Forms.ComboBox(); + this.label7 = new System.Windows.Forms.Label(); + this.RiceTextureEnhancement_Combo = new System.Windows.Forms.ComboBox(); + this.RiceTexRectOnly_CB = new System.Windows.Forms.CheckBox(); + this.RiceSmallTextureOnly_CB = new System.Windows.Forms.CheckBox(); + this.RiceLoadHiResCRCOnly_CB = new System.Windows.Forms.CheckBox(); + this.RiceLoadHiResTextures_CB = new System.Windows.Forms.CheckBox(); + this.RiceDumpTexturesToFiles_CB = new System.Windows.Forms.CheckBox(); + this.RiceGameSpecificTab = new System.Windows.Forms.TabPage(); + this.label27 = new System.Windows.Forms.Label(); + this.RiceEnableHacksForGame_Combo = new System.Windows.Forms.ComboBox(); + this.RiceForceDepthBuffer_CB = new System.Windows.Forms.CheckBox(); + this.label28 = new System.Windows.Forms.Label(); + this.RiceUseCIWidthAndRatio_Combo = new System.Windows.Forms.ComboBox(); + this.label26 = new System.Windows.Forms.Label(); + this.RiceRenderToTextureOption_Combo = new System.Windows.Forms.ComboBox(); + this.label25 = new System.Windows.Forms.Label(); + this.RiceFrameBufferOption_Combo = new System.Windows.Forms.ComboBox(); + this.label24 = new System.Windows.Forms.Label(); + this.RiceNormalBlender_Combo = new System.Windows.Forms.ComboBox(); + this.label23 = new System.Windows.Forms.Label(); + this.RiceAccurateTextureMappingHack_Combo = new System.Windows.Forms.ComboBox(); + this.label22 = new System.Windows.Forms.Label(); + this.RiceFastTextureCRC_Combo = new System.Windows.Forms.ComboBox(); + this.label21 = new System.Windows.Forms.Label(); + this.RiceFullTMEM_Combo = new System.Windows.Forms.ComboBox(); + this.label20 = new System.Windows.Forms.Label(); + this.RiceScreenUpdateSettingHack_Combo = new System.Windows.Forms.ComboBox(); + this.label19 = new System.Windows.Forms.Label(); + this.RiceVIHeight_Text = new System.Windows.Forms.TextBox(); + this.label4 = new System.Windows.Forms.Label(); + this.RiceVIWidth_Text = new System.Windows.Forms.TextBox(); + this.RiceTextureScaleHack_CB = new System.Windows.Forms.CheckBox(); + this.RiceFastLoadTile_CB = new System.Windows.Forms.CheckBox(); + this.RiceUseSmallerTexture_CB = new System.Windows.Forms.CheckBox(); + this.RiceEnableTxtLOD_CB = new System.Windows.Forms.CheckBox(); + this.RiceZHack_CB = new System.Windows.Forms.CheckBox(); + this.RicePrimaryDepthHack_CB = new System.Windows.Forms.CheckBox(); + this.RiceDisableObjBG_CB = new System.Windows.Forms.CheckBox(); + this.RiceDisableBlender_CB = new System.Windows.Forms.CheckBox(); + this.RiceForceScreenClear_CB = new System.Windows.Forms.CheckBox(); + this.RiceEmulateClear_CB = new System.Windows.Forms.CheckBox(); + this.RiceTxtSizeMethod2_CB = new System.Windows.Forms.CheckBox(); + this.RiceIncTexRectEdge_CB = new System.Windows.Forms.CheckBox(); + this.RiceDisableCulling_CB = new System.Windows.Forms.CheckBox(); + this.RiceDisableTextureCRC_CB = new System.Windows.Forms.CheckBox(); + this.RiceTexture1Hack_CB = new System.Windows.Forms.CheckBox(); + this.RiceUseDefaultHacks_CB = new System.Windows.Forms.CheckBox(); + this.Glide64TabPage = new System.Windows.Forms.TabPage(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.Glide64General = new System.Windows.Forms.TabPage(); + this.label39 = new System.Windows.Forms.Label(); + this.Glide_scale_y = new System.Windows.Forms.TextBox(); + this.label40 = new System.Windows.Forms.Label(); + this.Glide_scale_x = new System.Windows.Forms.TextBox(); + this.label38 = new System.Windows.Forms.Label(); + this.Glide_offset_y = new System.Windows.Forms.TextBox(); + this.label37 = new System.Windows.Forms.Label(); + this.Glide_offset_x = new System.Windows.Forms.TextBox(); + this.Glide_fb_get_info = new System.Windows.Forms.CheckBox(); + this.Glide_disable_auxbuf = new System.Windows.Forms.CheckBox(); + this.Glide_fbo = new System.Windows.Forms.CheckBox(); + this.Glide_noglsl = new System.Windows.Forms.CheckBox(); + this.Glide_noditheredalpha = new System.Windows.Forms.CheckBox(); + this.label32 = new System.Windows.Forms.Label(); + this.Glide_tex_filter = new System.Windows.Forms.ComboBox(); + this.Glide_fb_render = new System.Windows.Forms.CheckBox(); + this.Glide_motionblur = new System.Windows.Forms.CheckBox(); + this.Glide_fb_read_always = new System.Windows.Forms.CheckBox(); + this.Glide_unk_as_red = new System.Windows.Forms.CheckBox(); + this.Glide_filter_cache = new System.Windows.Forms.CheckBox(); + this.Glide_fast_crc = new System.Windows.Forms.CheckBox(); + this.label31 = new System.Windows.Forms.Label(); + this.Glide_wfmode = new System.Windows.Forms.ComboBox(); + this.Glide_wireframe = new System.Windows.Forms.CheckBox(); + this.label30 = new System.Windows.Forms.Label(); + this.Glide_card_id = new System.Windows.Forms.ComboBox(); + this.Glide_flame_corona = new System.Windows.Forms.CheckBox(); + this.label29 = new System.Windows.Forms.Label(); + this.Glide_ucode = new System.Windows.Forms.ComboBox(); + this.Glide_autodetect_ucode = new System.Windows.Forms.CheckBox(); + this.GlidePerGameHacks1 = new System.Windows.Forms.TabPage(); + this.Glide_wrap_big_tex = new System.Windows.Forms.CheckBox(); + this.Glide_use_sts1_only = new System.Windows.Forms.CheckBox(); + this.Glide_soft_depth_compare = new System.Windows.Forms.CheckBox(); + this.Glide_PPL = new System.Windows.Forms.CheckBox(); + this.Glide_fb_optimize_write = new System.Windows.Forms.CheckBox(); + this.Glide_fb_optimize_texrect = new System.Windows.Forms.CheckBox(); + this.Glide_increase_texrect_edge = new System.Windows.Forms.CheckBox(); + this.Glide_increase_primdepth = new System.Windows.Forms.CheckBox(); + this.Glide_fb_ignore_previous = new System.Windows.Forms.CheckBox(); + this.Glide_fb_ignore_aux_copy = new System.Windows.Forms.CheckBox(); + this.Glide_fb_hires_buf_clear = new System.Windows.Forms.CheckBox(); + this.Glide_force_microcheck = new System.Windows.Forms.CheckBox(); + this.Glide_force_depth_compare = new System.Windows.Forms.CheckBox(); + this.Glide_fog = new System.Windows.Forms.CheckBox(); + this.Glide_fillcolor_fix = new System.Windows.Forms.CheckBox(); + this.Glide_fb_smart = new System.Windows.Forms.CheckBox(); + this.Glide_fb_read_alpha = new System.Windows.Forms.CheckBox(); + this.Glide_fb_hires = new System.Windows.Forms.CheckBox(); + this.Glide_fb_clear = new System.Windows.Forms.CheckBox(); + this.Glide_detect_cpu_write = new System.Windows.Forms.CheckBox(); + this.Glide_decrease_fillrect_edge = new System.Windows.Forms.CheckBox(); + this.Glide_buff_clear = new System.Windows.Forms.CheckBox(); + this.Glide_alt_tex_size = new System.Windows.Forms.CheckBox(); + this.GlideUseDefaultHacks1 = new System.Windows.Forms.CheckBox(); + this.GlidePerGameHacks2 = new System.Windows.Forms.TabPage(); + this.label44 = new System.Windows.Forms.Label(); + this.Glide_enable_hacks_for_game = new System.Windows.Forms.ComboBox(); + this.label43 = new System.Windows.Forms.Label(); + this.Glide_swapmode = new System.Windows.Forms.ComboBox(); + this.label42 = new System.Windows.Forms.Label(); + this.Glide_stipple_pattern = new System.Windows.Forms.TextBox(); + this.label41 = new System.Windows.Forms.Label(); + this.Glide_stipple_mode = new System.Windows.Forms.TextBox(); + this.label36 = new System.Windows.Forms.Label(); + this.Glide_lodmode = new System.Windows.Forms.ComboBox(); + this.label35 = new System.Windows.Forms.Label(); + this.Glide_fix_tex_coord = new System.Windows.Forms.TextBox(); + this.label34 = new System.Windows.Forms.Label(); + this.Glide_filtering = new System.Windows.Forms.ComboBox(); + this.label33 = new System.Windows.Forms.Label(); + this.Glide_depth_bias = new System.Windows.Forms.TextBox(); + this.GlideUseDefaultHacks2 = new System.Windows.Forms.CheckBox(); + this.Glide64mk2TabPage = new System.Windows.Forms.TabPage(); + this.tabControl2 = new System.Windows.Forms.TabControl(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.Glide64mk2_fb_get_info = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_fb_render = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_wrpAnisotropic = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_wrpFBO = new System.Windows.Forms.CheckBox(); + this.label50 = new System.Windows.Forms.Label(); + this.Glide64mk2_card_id = new System.Windows.Forms.ComboBox(); + this.tabPage2 = new System.Windows.Forms.TabPage(); + this.Glide64mk2_fb_read_always = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_useless_is_useless = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_n64_z_scale = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_old_style_adither = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_zmode_compare_less = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_adjust_aspect = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_fast_crc = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_clip_zmax = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_clip_zmin = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_force_quad3d = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_pal230 = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_texture_correction = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_correct_viewport = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_force_calc_sphere = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_use_sts1_only = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_optimize_texrect = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_increase_texrect_edge = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_ignore_aux_copy = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_hires_buf_clear = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_force_microcheck = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_fog = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_fb_smart = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_fb_read_alpha = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_fb_hires = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_detect_cpu_write = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_decrease_fillrect_edge = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_buff_clear = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_alt_tex_size = new System.Windows.Forms.CheckBox(); + this.Glide64mk2_UseDefaultHacks1 = new System.Windows.Forms.CheckBox(); + this.tabPage3 = new System.Windows.Forms.TabPage(); + this.label46 = new System.Windows.Forms.Label(); + this.Glide64mk2_read_back_to_screen = new System.Windows.Forms.ComboBox(); + this.Glide64mk2_aspectmode = new System.Windows.Forms.ComboBox(); + this.Glide64mk2_fb_crc_mode = new System.Windows.Forms.ComboBox(); + this.label45 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label52 = new System.Windows.Forms.Label(); + this.Glide64mk2_enable_hacks_for_game = new System.Windows.Forms.ComboBox(); + this.label53 = new System.Windows.Forms.Label(); + this.Glide64mk2_swapmode = new System.Windows.Forms.ComboBox(); + this.label54 = new System.Windows.Forms.Label(); + this.Glide64mk2_stipple_pattern = new System.Windows.Forms.TextBox(); + this.label55 = new System.Windows.Forms.Label(); + this.Glide64mk2_stipple_mode = new System.Windows.Forms.TextBox(); + this.label56 = new System.Windows.Forms.Label(); + this.Glide64mk2_lodmode = new System.Windows.Forms.ComboBox(); + this.label58 = new System.Windows.Forms.Label(); + this.Glide64mk2_filtering = new System.Windows.Forms.ComboBox(); + this.Glide64mk2_UseDefaultHacks2 = new System.Windows.Forms.CheckBox(); + this.SaveButton = new System.Windows.Forms.Button(); + this.CancelBT = new System.Windows.Forms.Button(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.N64plugintabcontrol.SuspendLayout(); + this.N64vpluginglobaltab.SuspendLayout(); + this.RiceTabPage.SuspendLayout(); + this.RiceTabControl.SuspendLayout(); + this.RiceGeneral.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.RiceAnisotropicFiltering_TB)).BeginInit(); + this.RiceGameDefaultTab.SuspendLayout(); + this.RiceFrameBuffer_GroupBox.SuspendLayout(); + this.RiceTextureEnhancementTab.SuspendLayout(); + this.RiceGameSpecificTab.SuspendLayout(); + this.Glide64TabPage.SuspendLayout(); + this.tabControl1.SuspendLayout(); + this.Glide64General.SuspendLayout(); + this.GlidePerGameHacks1.SuspendLayout(); + this.GlidePerGameHacks2.SuspendLayout(); + this.Glide64mk2TabPage.SuspendLayout(); + this.tabControl2.SuspendLayout(); + this.tabPage1.SuspendLayout(); + this.tabPage2.SuspendLayout(); + this.tabPage3.SuspendLayout(); + this.SuspendLayout(); + // + // N64plugintabcontrol + // + this.N64plugintabcontrol.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.N64plugintabcontrol.Controls.Add(this.N64vpluginglobaltab); - this.N64plugintabcontrol.Controls.Add(this.RiceTabPage); - this.N64plugintabcontrol.Controls.Add(this.Glide64TabPage); - this.N64plugintabcontrol.Controls.Add(this.Glide64mk2TabPage); - this.N64plugintabcontrol.Location = new System.Drawing.Point(-2, -2); - this.N64plugintabcontrol.Name = "N64plugintabcontrol"; - this.N64plugintabcontrol.SelectedIndex = 0; - this.N64plugintabcontrol.Size = new System.Drawing.Size(580, 369); - this.N64plugintabcontrol.TabIndex = 0; - // - // N64vpluginglobaltab - // - this.N64vpluginglobaltab.Controls.Add(this.label47); - this.N64vpluginglobaltab.Controls.Add(this.label2); - this.N64vpluginglobaltab.Controls.Add(this.VideoResolutionComboBox); - this.N64vpluginglobaltab.Controls.Add(this.PluginComboBox); - this.N64vpluginglobaltab.Controls.Add(this.label1); - this.N64vpluginglobaltab.Location = new System.Drawing.Point(4, 22); - this.N64vpluginglobaltab.Name = "N64vpluginglobaltab"; - this.N64vpluginglobaltab.Padding = new System.Windows.Forms.Padding(3); - this.N64vpluginglobaltab.Size = new System.Drawing.Size(572, 343); - this.N64vpluginglobaltab.TabIndex = 0; - this.N64vpluginglobaltab.Text = "Global"; - this.N64vpluginglobaltab.UseVisualStyleBackColor = true; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(10, 107); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(87, 13); - this.label2.TabIndex = 13; - this.label2.Text = "Video Resolution"; - // - // VideoResolutionComboBox - // - this.VideoResolutionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.VideoResolutionComboBox.FormattingEnabled = true; - this.VideoResolutionComboBox.Items.AddRange(new object[] { + this.N64plugintabcontrol.Controls.Add(this.N64vpluginglobaltab); + this.N64plugintabcontrol.Controls.Add(this.RiceTabPage); + this.N64plugintabcontrol.Controls.Add(this.Glide64TabPage); + this.N64plugintabcontrol.Controls.Add(this.Glide64mk2TabPage); + this.N64plugintabcontrol.Location = new System.Drawing.Point(-2, -2); + this.N64plugintabcontrol.Name = "N64plugintabcontrol"; + this.N64plugintabcontrol.SelectedIndex = 0; + this.N64plugintabcontrol.Size = new System.Drawing.Size(580, 369); + this.N64plugintabcontrol.TabIndex = 0; + // + // N64vpluginglobaltab + // + this.N64vpluginglobaltab.Controls.Add(this.label47); + this.N64vpluginglobaltab.Controls.Add(this.label2); + this.N64vpluginglobaltab.Controls.Add(this.VideoResolutionComboBox); + this.N64vpluginglobaltab.Controls.Add(this.PluginComboBox); + this.N64vpluginglobaltab.Controls.Add(this.label1); + this.N64vpluginglobaltab.Location = new System.Drawing.Point(4, 22); + this.N64vpluginglobaltab.Name = "N64vpluginglobaltab"; + this.N64vpluginglobaltab.Padding = new System.Windows.Forms.Padding(3); + this.N64vpluginglobaltab.Size = new System.Drawing.Size(572, 343); + this.N64vpluginglobaltab.TabIndex = 0; + this.N64vpluginglobaltab.Text = "Global"; + this.N64vpluginglobaltab.UseVisualStyleBackColor = true; + // + // label47 + // + this.label47.AutoSize = true; + this.label47.Location = new System.Drawing.Point(10, 58); + this.label47.Name = "label47"; + this.label47.Size = new System.Drawing.Size(275, 13); + this.label47.TabIndex = 14; + this.label47.Text = "(Glide64mk2 is newer and is recommended over Glide64)"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(10, 107); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(87, 13); + this.label2.TabIndex = 13; + this.label2.Text = "Video Resolution"; + // + // VideoResolutionComboBox + // + this.VideoResolutionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.VideoResolutionComboBox.FormattingEnabled = true; + this.VideoResolutionComboBox.Items.AddRange(new object[] { "320 x 240", "400 x 300", "480 x 360", @@ -349,111 +358,111 @@ "1600 x 1200", "1920 x 1440", "2048 x 1536"}); - this.VideoResolutionComboBox.Location = new System.Drawing.Point(13, 123); - this.VideoResolutionComboBox.Name = "VideoResolutionComboBox"; - this.VideoResolutionComboBox.Size = new System.Drawing.Size(136, 21); - this.VideoResolutionComboBox.TabIndex = 12; - // - // PluginComboBox - // - this.PluginComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.PluginComboBox.FormattingEnabled = true; - this.PluginComboBox.Items.AddRange(new object[] { + this.VideoResolutionComboBox.Location = new System.Drawing.Point(13, 123); + this.VideoResolutionComboBox.Name = "VideoResolutionComboBox"; + this.VideoResolutionComboBox.Size = new System.Drawing.Size(136, 21); + this.VideoResolutionComboBox.TabIndex = 12; + // + // PluginComboBox + // + this.PluginComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.PluginComboBox.FormattingEnabled = true; + this.PluginComboBox.Items.AddRange(new object[] { "Rice", "Glide64", "Glide64mk2"}); - this.PluginComboBox.Location = new System.Drawing.Point(13, 34); - this.PluginComboBox.Name = "PluginComboBox"; - this.PluginComboBox.Size = new System.Drawing.Size(173, 21); - this.PluginComboBox.TabIndex = 2; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(10, 18); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(99, 13); - this.label1.TabIndex = 1; - this.label1.Text = "Active Video Plugin"; - // - // RiceTabPage - // - this.RiceTabPage.Controls.Add(this.RiceTabControl); - this.RiceTabPage.Location = new System.Drawing.Point(4, 22); - this.RiceTabPage.Name = "RiceTabPage"; - this.RiceTabPage.Size = new System.Drawing.Size(572, 343); - this.RiceTabPage.TabIndex = 4; - this.RiceTabPage.Text = "Rice"; - this.RiceTabPage.UseVisualStyleBackColor = true; - // - // RiceTabControl - // - this.RiceTabControl.Controls.Add(this.RiceGeneral); - this.RiceTabControl.Controls.Add(this.RiceGameDefaultTab); - this.RiceTabControl.Controls.Add(this.RiceTextureEnhancementTab); - this.RiceTabControl.Controls.Add(this.RiceGameSpecificTab); - this.RiceTabControl.Location = new System.Drawing.Point(0, 3); - this.RiceTabControl.Name = "RiceTabControl"; - this.RiceTabControl.SelectedIndex = 0; - this.RiceTabControl.Size = new System.Drawing.Size(572, 336); - this.RiceTabControl.TabIndex = 0; - // - // RiceGeneral - // - this.RiceGeneral.Controls.Add(this.label15); - this.RiceGeneral.Controls.Add(this.RiceScreenUpdateSetting_Combo); - this.RiceGeneral.Controls.Add(this.label14); - this.RiceGeneral.Controls.Add(this.RiceMultiSampling_Combo); - this.RiceGeneral.Controls.Add(this.label13); - this.RiceGeneral.Controls.Add(this.RiceOpenGLRenderSetting_Combo); - this.RiceGeneral.Controls.Add(this.label11); - this.RiceGeneral.Controls.Add(this.RiceColorQuality_Combo); - this.RiceGeneral.Controls.Add(this.label10); - this.RiceGeneral.Controls.Add(this.RiceOpenGLDepthBufferSetting_Combo); - this.RiceGeneral.Controls.Add(this.label9); - this.RiceGeneral.Controls.Add(this.RiceTextureQuality_Combo); - this.RiceGeneral.Controls.Add(this.RiceEnableVertexShader_CB); - this.RiceGeneral.Controls.Add(this.RiceSkipFrame_CB); - this.RiceGeneral.Controls.Add(this.RiceEnableHacks_CB); - this.RiceGeneral.Controls.Add(this.RiceFullTMEMEmulation_CB); - this.RiceGeneral.Controls.Add(this.RiceOpenGLVertexClipper_CB); - this.RiceGeneral.Controls.Add(this.AnisotropicFiltering_LB); - this.RiceGeneral.Controls.Add(this.RiceAnisotropicFiltering_TB); - this.RiceGeneral.Controls.Add(this.label6); - this.RiceGeneral.Controls.Add(this.RiceFogMethod_Combo); - this.RiceGeneral.Controls.Add(this.label5); - this.RiceGeneral.Controls.Add(this.RiceMipmapping_Combo); - this.RiceGeneral.Controls.Add(this.RiceWinFrameMode_CB); - this.RiceGeneral.Controls.Add(this.RiceInN64Resolution_CB); - this.RiceGeneral.Controls.Add(this.RiceFastTextureLoading_CB); - this.RiceGeneral.Controls.Add(this.RiceAccurateTextureMapping_CB); - this.RiceGeneral.Controls.Add(this.RiceSaveVRAM_CB); - this.RiceGeneral.Controls.Add(this.RiceEnableSSE_CB); - this.RiceGeneral.Location = new System.Drawing.Point(4, 22); - this.RiceGeneral.Name = "RiceGeneral"; - this.RiceGeneral.Padding = new System.Windows.Forms.Padding(3); - this.RiceGeneral.Size = new System.Drawing.Size(564, 310); - this.RiceGeneral.TabIndex = 0; - this.RiceGeneral.Text = "General"; - this.RiceGeneral.UseVisualStyleBackColor = true; - // - // label15 - // - this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(287, 204); - this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(118, 13); - this.label15.TabIndex = 36; - this.label15.Text = "Screen Update Setting:"; - this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label15, "Control when the screen will be updated.\r\n\r\nDefault: First CI change"); - // - // RiceScreenUpdateSetting_Combo - // - this.RiceScreenUpdateSetting_Combo.DisplayMember = "0,1,2,3"; - this.RiceScreenUpdateSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceScreenUpdateSetting_Combo.FormattingEnabled = true; - this.RiceScreenUpdateSetting_Combo.Items.AddRange(new object[] { + this.PluginComboBox.Location = new System.Drawing.Point(13, 34); + this.PluginComboBox.Name = "PluginComboBox"; + this.PluginComboBox.Size = new System.Drawing.Size(173, 21); + this.PluginComboBox.TabIndex = 2; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(10, 18); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(99, 13); + this.label1.TabIndex = 1; + this.label1.Text = "Active Video Plugin"; + // + // RiceTabPage + // + this.RiceTabPage.Controls.Add(this.RiceTabControl); + this.RiceTabPage.Location = new System.Drawing.Point(4, 22); + this.RiceTabPage.Name = "RiceTabPage"; + this.RiceTabPage.Size = new System.Drawing.Size(572, 343); + this.RiceTabPage.TabIndex = 4; + this.RiceTabPage.Text = "Rice"; + this.RiceTabPage.UseVisualStyleBackColor = true; + // + // RiceTabControl + // + this.RiceTabControl.Controls.Add(this.RiceGeneral); + this.RiceTabControl.Controls.Add(this.RiceGameDefaultTab); + this.RiceTabControl.Controls.Add(this.RiceTextureEnhancementTab); + this.RiceTabControl.Controls.Add(this.RiceGameSpecificTab); + this.RiceTabControl.Location = new System.Drawing.Point(0, 3); + this.RiceTabControl.Name = "RiceTabControl"; + this.RiceTabControl.SelectedIndex = 0; + this.RiceTabControl.Size = new System.Drawing.Size(572, 336); + this.RiceTabControl.TabIndex = 0; + // + // RiceGeneral + // + this.RiceGeneral.Controls.Add(this.label15); + this.RiceGeneral.Controls.Add(this.RiceScreenUpdateSetting_Combo); + this.RiceGeneral.Controls.Add(this.label14); + this.RiceGeneral.Controls.Add(this.RiceMultiSampling_Combo); + this.RiceGeneral.Controls.Add(this.label13); + this.RiceGeneral.Controls.Add(this.RiceOpenGLRenderSetting_Combo); + this.RiceGeneral.Controls.Add(this.label11); + this.RiceGeneral.Controls.Add(this.RiceColorQuality_Combo); + this.RiceGeneral.Controls.Add(this.label10); + this.RiceGeneral.Controls.Add(this.RiceOpenGLDepthBufferSetting_Combo); + this.RiceGeneral.Controls.Add(this.label9); + this.RiceGeneral.Controls.Add(this.RiceTextureQuality_Combo); + this.RiceGeneral.Controls.Add(this.RiceEnableVertexShader_CB); + this.RiceGeneral.Controls.Add(this.RiceSkipFrame_CB); + this.RiceGeneral.Controls.Add(this.RiceEnableHacks_CB); + this.RiceGeneral.Controls.Add(this.RiceFullTMEMEmulation_CB); + this.RiceGeneral.Controls.Add(this.RiceOpenGLVertexClipper_CB); + this.RiceGeneral.Controls.Add(this.AnisotropicFiltering_LB); + this.RiceGeneral.Controls.Add(this.RiceAnisotropicFiltering_TB); + this.RiceGeneral.Controls.Add(this.label6); + this.RiceGeneral.Controls.Add(this.RiceFogMethod_Combo); + this.RiceGeneral.Controls.Add(this.label5); + this.RiceGeneral.Controls.Add(this.RiceMipmapping_Combo); + this.RiceGeneral.Controls.Add(this.RiceWinFrameMode_CB); + this.RiceGeneral.Controls.Add(this.RiceInN64Resolution_CB); + this.RiceGeneral.Controls.Add(this.RiceFastTextureLoading_CB); + this.RiceGeneral.Controls.Add(this.RiceAccurateTextureMapping_CB); + this.RiceGeneral.Controls.Add(this.RiceSaveVRAM_CB); + this.RiceGeneral.Controls.Add(this.RiceEnableSSE_CB); + this.RiceGeneral.Location = new System.Drawing.Point(4, 22); + this.RiceGeneral.Name = "RiceGeneral"; + this.RiceGeneral.Padding = new System.Windows.Forms.Padding(3); + this.RiceGeneral.Size = new System.Drawing.Size(564, 310); + this.RiceGeneral.TabIndex = 0; + this.RiceGeneral.Text = "General"; + this.RiceGeneral.UseVisualStyleBackColor = true; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Location = new System.Drawing.Point(287, 204); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(118, 13); + this.label15.TabIndex = 36; + this.label15.Text = "Screen Update Setting:"; + this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label15, "Control when the screen will be updated.\r\n\r\nDefault: First CI change"); + // + // RiceScreenUpdateSetting_Combo + // + this.RiceScreenUpdateSetting_Combo.DisplayMember = "0,1,2,3"; + this.RiceScreenUpdateSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceScreenUpdateSetting_Combo.FormattingEnabled = true; + this.RiceScreenUpdateSetting_Combo.Items.AddRange(new object[] { "ROM default", "VI origin update", "VI origin change", @@ -462,57 +471,57 @@ "First primitive draw", "Before screen clear", "After screen drawn"}); - this.RiceScreenUpdateSetting_Combo.Location = new System.Drawing.Point(409, 201); - this.RiceScreenUpdateSetting_Combo.Name = "RiceScreenUpdateSetting_Combo"; - this.RiceScreenUpdateSetting_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceScreenUpdateSetting_Combo.TabIndex = 35; - this.toolTip1.SetToolTip(this.RiceScreenUpdateSetting_Combo, "Control when the screen will be updated.\r\n\r\nDefault: First CI change"); - // - // label14 - // - this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(326, 177); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(75, 13); - this.label14.TabIndex = 34; - this.label14.Text = "MultiSampling:"; - this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label14, "Enable/Disable MultiSampling.\r\n\r\nDefault: Off"); - // - // RiceMultiSampling_Combo - // - this.RiceMultiSampling_Combo.DisplayMember = "0,1,2,3"; - this.RiceMultiSampling_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceMultiSampling_Combo.FormattingEnabled = true; - this.RiceMultiSampling_Combo.Items.AddRange(new object[] { + this.RiceScreenUpdateSetting_Combo.Location = new System.Drawing.Point(409, 201); + this.RiceScreenUpdateSetting_Combo.Name = "RiceScreenUpdateSetting_Combo"; + this.RiceScreenUpdateSetting_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceScreenUpdateSetting_Combo.TabIndex = 35; + this.toolTip1.SetToolTip(this.RiceScreenUpdateSetting_Combo, "Control when the screen will be updated.\r\n\r\nDefault: First CI change"); + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Location = new System.Drawing.Point(326, 177); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(75, 13); + this.label14.TabIndex = 34; + this.label14.Text = "MultiSampling:"; + this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label14, "Enable/Disable MultiSampling.\r\n\r\nDefault: Off"); + // + // RiceMultiSampling_Combo + // + this.RiceMultiSampling_Combo.DisplayMember = "0,1,2,3"; + this.RiceMultiSampling_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceMultiSampling_Combo.FormattingEnabled = true; + this.RiceMultiSampling_Combo.Items.AddRange(new object[] { "Off", "2x", "4x", "8x", "16x"}); - this.RiceMultiSampling_Combo.Location = new System.Drawing.Point(409, 174); - this.RiceMultiSampling_Combo.Name = "RiceMultiSampling_Combo"; - this.RiceMultiSampling_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceMultiSampling_Combo.TabIndex = 33; - this.toolTip1.SetToolTip(this.RiceMultiSampling_Combo, "Enable/Disable MultiSampling.\r\n\r\nDefault: Off"); - // - // label13 - // - this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(287, 150); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(118, 13); - this.label13.TabIndex = 32; - this.label13.Text = "OpenGLRenderSetting:"; - this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label13, "OpenGL level to support.\r\n\r\nDefault: Auto"); - // - // RiceOpenGLRenderSetting_Combo - // - this.RiceOpenGLRenderSetting_Combo.DisplayMember = "0,1,2,3"; - this.RiceOpenGLRenderSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceOpenGLRenderSetting_Combo.FormattingEnabled = true; - this.RiceOpenGLRenderSetting_Combo.Items.AddRange(new object[] { + this.RiceMultiSampling_Combo.Location = new System.Drawing.Point(409, 174); + this.RiceMultiSampling_Combo.Name = "RiceMultiSampling_Combo"; + this.RiceMultiSampling_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceMultiSampling_Combo.TabIndex = 33; + this.toolTip1.SetToolTip(this.RiceMultiSampling_Combo, "Enable/Disable MultiSampling.\r\n\r\nDefault: Off"); + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(287, 150); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(118, 13); + this.label13.TabIndex = 32; + this.label13.Text = "OpenGLRenderSetting:"; + this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label13, "OpenGL level to support.\r\n\r\nDefault: Auto"); + // + // RiceOpenGLRenderSetting_Combo + // + this.RiceOpenGLRenderSetting_Combo.DisplayMember = "0,1,2,3"; + this.RiceOpenGLRenderSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceOpenGLRenderSetting_Combo.FormattingEnabled = true; + this.RiceOpenGLRenderSetting_Combo.Items.AddRange(new object[] { "Auto", "OGL_1.1", "OGL_1.2", @@ -522,379 +531,379 @@ "OGL_TNT2", "NVIDIA_OGL", "OpenGL Fragment Program Extension"}); - this.RiceOpenGLRenderSetting_Combo.Location = new System.Drawing.Point(409, 147); - this.RiceOpenGLRenderSetting_Combo.Name = "RiceOpenGLRenderSetting_Combo"; - this.RiceOpenGLRenderSetting_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceOpenGLRenderSetting_Combo.TabIndex = 31; - this.toolTip1.SetToolTip(this.RiceOpenGLRenderSetting_Combo, "OpenGL level to support.\r\n\r\nDefault: Auto"); - // - // label11 - // - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(326, 123); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(69, 13); - this.label11.TabIndex = 30; - this.label11.Text = "Color Quality:"; - this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label11, "Color bit depth for rendering window.\r\n\r\nDefault: 32-bits"); - // - // RiceColorQuality_Combo - // - this.RiceColorQuality_Combo.DisplayMember = "0,1,2,3"; - this.RiceColorQuality_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceColorQuality_Combo.FormattingEnabled = true; - this.RiceColorQuality_Combo.Items.AddRange(new object[] { + this.RiceOpenGLRenderSetting_Combo.Location = new System.Drawing.Point(409, 147); + this.RiceOpenGLRenderSetting_Combo.Name = "RiceOpenGLRenderSetting_Combo"; + this.RiceOpenGLRenderSetting_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceOpenGLRenderSetting_Combo.TabIndex = 31; + this.toolTip1.SetToolTip(this.RiceOpenGLRenderSetting_Combo, "OpenGL level to support.\r\n\r\nDefault: Auto"); + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(326, 123); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(69, 13); + this.label11.TabIndex = 30; + this.label11.Text = "Color Quality:"; + this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label11, "Color bit depth for rendering window.\r\n\r\nDefault: 32-bits"); + // + // RiceColorQuality_Combo + // + this.RiceColorQuality_Combo.DisplayMember = "0,1,2,3"; + this.RiceColorQuality_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceColorQuality_Combo.FormattingEnabled = true; + this.RiceColorQuality_Combo.Items.AddRange(new object[] { "32-bits", "16-bits"}); - this.RiceColorQuality_Combo.Location = new System.Drawing.Point(409, 120); - this.RiceColorQuality_Combo.Name = "RiceColorQuality_Combo"; - this.RiceColorQuality_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceColorQuality_Combo.TabIndex = 29; - this.toolTip1.SetToolTip(this.RiceColorQuality_Combo, "Color bit depth for rendering window.\r\n\r\nDefault: 32-bits"); - // - // label10 - // - this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(326, 96); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(77, 13); - this.label10.TabIndex = 28; - this.label10.Text = "Z-buffer depth:"; - this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label10, "Z-buffer depth.\r\n\r\nDefault: 16-bits"); - // - // RiceOpenGLDepthBufferSetting_Combo - // - this.RiceOpenGLDepthBufferSetting_Combo.DisplayMember = "0,1,2,3"; - this.RiceOpenGLDepthBufferSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceOpenGLDepthBufferSetting_Combo.FormattingEnabled = true; - this.RiceOpenGLDepthBufferSetting_Combo.Items.AddRange(new object[] { + this.RiceColorQuality_Combo.Location = new System.Drawing.Point(409, 120); + this.RiceColorQuality_Combo.Name = "RiceColorQuality_Combo"; + this.RiceColorQuality_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceColorQuality_Combo.TabIndex = 29; + this.toolTip1.SetToolTip(this.RiceColorQuality_Combo, "Color bit depth for rendering window.\r\n\r\nDefault: 32-bits"); + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Location = new System.Drawing.Point(326, 96); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(77, 13); + this.label10.TabIndex = 28; + this.label10.Text = "Z-buffer depth:"; + this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label10, "Z-buffer depth.\r\n\r\nDefault: 16-bits"); + // + // RiceOpenGLDepthBufferSetting_Combo + // + this.RiceOpenGLDepthBufferSetting_Combo.DisplayMember = "0,1,2,3"; + this.RiceOpenGLDepthBufferSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceOpenGLDepthBufferSetting_Combo.FormattingEnabled = true; + this.RiceOpenGLDepthBufferSetting_Combo.Items.AddRange(new object[] { "16-bits", "32-bits"}); - this.RiceOpenGLDepthBufferSetting_Combo.Location = new System.Drawing.Point(409, 93); - this.RiceOpenGLDepthBufferSetting_Combo.Name = "RiceOpenGLDepthBufferSetting_Combo"; - this.RiceOpenGLDepthBufferSetting_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceOpenGLDepthBufferSetting_Combo.TabIndex = 27; - this.toolTip1.SetToolTip(this.RiceOpenGLDepthBufferSetting_Combo, "Z-buffer depth.\r\n\r\nDefault: 16-bits"); - // - // label9 - // - this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(298, 70); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(105, 13); - this.label9.TabIndex = 26; - this.label9.Text = "Texture Color Depth:"; - this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label9, "Color bit depth to use for textures.\r\n\r\nDefault: Default"); - // - // RiceTextureQuality_Combo - // - this.RiceTextureQuality_Combo.DisplayMember = "0,1,2,3"; - this.RiceTextureQuality_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceTextureQuality_Combo.FormattingEnabled = true; - this.RiceTextureQuality_Combo.Items.AddRange(new object[] { + this.RiceOpenGLDepthBufferSetting_Combo.Location = new System.Drawing.Point(409, 93); + this.RiceOpenGLDepthBufferSetting_Combo.Name = "RiceOpenGLDepthBufferSetting_Combo"; + this.RiceOpenGLDepthBufferSetting_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceOpenGLDepthBufferSetting_Combo.TabIndex = 27; + this.toolTip1.SetToolTip(this.RiceOpenGLDepthBufferSetting_Combo, "Z-buffer depth.\r\n\r\nDefault: 16-bits"); + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(298, 70); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(105, 13); + this.label9.TabIndex = 26; + this.label9.Text = "Texture Color Depth:"; + this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label9, "Color bit depth to use for textures.\r\n\r\nDefault: Default"); + // + // RiceTextureQuality_Combo + // + this.RiceTextureQuality_Combo.DisplayMember = "0,1,2,3"; + this.RiceTextureQuality_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceTextureQuality_Combo.FormattingEnabled = true; + this.RiceTextureQuality_Combo.Items.AddRange(new object[] { "Default", "32-bits", "16-bits"}); - this.RiceTextureQuality_Combo.Location = new System.Drawing.Point(409, 66); - this.RiceTextureQuality_Combo.Name = "RiceTextureQuality_Combo"; - this.RiceTextureQuality_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceTextureQuality_Combo.TabIndex = 25; - this.toolTip1.SetToolTip(this.RiceTextureQuality_Combo, "Color bit depth to use for textures.\r\n\r\nDefault: Default"); - // - // RiceEnableVertexShader_CB - // - this.RiceEnableVertexShader_CB.AutoSize = true; - this.RiceEnableVertexShader_CB.Location = new System.Drawing.Point(23, 223); - this.RiceEnableVertexShader_CB.Name = "RiceEnableVertexShader_CB"; - this.RiceEnableVertexShader_CB.Size = new System.Drawing.Size(93, 17); - this.RiceEnableVertexShader_CB.TabIndex = 24; - this.RiceEnableVertexShader_CB.Text = "Vertex Shader"; - this.toolTip1.SetToolTip(this.RiceEnableVertexShader_CB, "Use GPU vertex shader.\r\n\r\nDefault: Off"); - this.RiceEnableVertexShader_CB.UseVisualStyleBackColor = true; - // - // RiceSkipFrame_CB - // - this.RiceSkipFrame_CB.AutoSize = true; - this.RiceSkipFrame_CB.Location = new System.Drawing.Point(23, 246); - this.RiceSkipFrame_CB.Name = "RiceSkipFrame_CB"; - this.RiceSkipFrame_CB.Size = new System.Drawing.Size(79, 17); - this.RiceSkipFrame_CB.TabIndex = 23; - this.RiceSkipFrame_CB.Text = "Skip Frame"; - this.toolTip1.SetToolTip(this.RiceSkipFrame_CB, "If this option is enabled, the plugin will skip every other frame.\r\n\r\nDefault: Of" + + this.RiceTextureQuality_Combo.Location = new System.Drawing.Point(409, 66); + this.RiceTextureQuality_Combo.Name = "RiceTextureQuality_Combo"; + this.RiceTextureQuality_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceTextureQuality_Combo.TabIndex = 25; + this.toolTip1.SetToolTip(this.RiceTextureQuality_Combo, "Color bit depth to use for textures.\r\n\r\nDefault: Default"); + // + // RiceEnableVertexShader_CB + // + this.RiceEnableVertexShader_CB.AutoSize = true; + this.RiceEnableVertexShader_CB.Location = new System.Drawing.Point(23, 223); + this.RiceEnableVertexShader_CB.Name = "RiceEnableVertexShader_CB"; + this.RiceEnableVertexShader_CB.Size = new System.Drawing.Size(93, 17); + this.RiceEnableVertexShader_CB.TabIndex = 24; + this.RiceEnableVertexShader_CB.Text = "Vertex Shader"; + this.toolTip1.SetToolTip(this.RiceEnableVertexShader_CB, "Use GPU vertex shader.\r\n\r\nDefault: Off"); + this.RiceEnableVertexShader_CB.UseVisualStyleBackColor = true; + // + // RiceSkipFrame_CB + // + this.RiceSkipFrame_CB.AutoSize = true; + this.RiceSkipFrame_CB.Location = new System.Drawing.Point(23, 246); + this.RiceSkipFrame_CB.Name = "RiceSkipFrame_CB"; + this.RiceSkipFrame_CB.Size = new System.Drawing.Size(79, 17); + this.RiceSkipFrame_CB.TabIndex = 23; + this.RiceSkipFrame_CB.Text = "Skip Frame"; + this.toolTip1.SetToolTip(this.RiceSkipFrame_CB, "If this option is enabled, the plugin will skip every other frame.\r\n\r\nDefault: Of" + "f"); - this.RiceSkipFrame_CB.UseVisualStyleBackColor = true; - // - // RiceEnableHacks_CB - // - this.RiceEnableHacks_CB.AutoSize = true; - this.RiceEnableHacks_CB.Location = new System.Drawing.Point(23, 154); - this.RiceEnableHacks_CB.Name = "RiceEnableHacks_CB"; - this.RiceEnableHacks_CB.Size = new System.Drawing.Size(166, 17); - this.RiceEnableHacks_CB.TabIndex = 17; - this.RiceEnableHacks_CB.Text = "Enable game-specific settings"; - this.toolTip1.SetToolTip(this.RiceEnableHacks_CB, "Enable game-specific settings from INI file.\r\n\r\nDefault: On"); - this.RiceEnableHacks_CB.UseVisualStyleBackColor = true; - // - // RiceFullTMEMEmulation_CB - // - this.RiceFullTMEMEmulation_CB.AutoSize = true; - this.RiceFullTMEMEmulation_CB.Location = new System.Drawing.Point(23, 177); - this.RiceFullTMEMEmulation_CB.Name = "RiceFullTMEMEmulation_CB"; - this.RiceFullTMEMEmulation_CB.Size = new System.Drawing.Size(170, 17); - this.RiceFullTMEMEmulation_CB.TabIndex = 16; - this.RiceFullTMEMEmulation_CB.Text = "Full Texture Memory Emulation"; - this.toolTip1.SetToolTip(this.RiceFullTMEMEmulation_CB, "N64 Texture Memory Full Emulation.\r\nMay fix some games, may break others.\r\n\r\nDefa" + + this.RiceSkipFrame_CB.UseVisualStyleBackColor = true; + // + // RiceEnableHacks_CB + // + this.RiceEnableHacks_CB.AutoSize = true; + this.RiceEnableHacks_CB.Location = new System.Drawing.Point(23, 154); + this.RiceEnableHacks_CB.Name = "RiceEnableHacks_CB"; + this.RiceEnableHacks_CB.Size = new System.Drawing.Size(166, 17); + this.RiceEnableHacks_CB.TabIndex = 17; + this.RiceEnableHacks_CB.Text = "Enable game-specific settings"; + this.toolTip1.SetToolTip(this.RiceEnableHacks_CB, "Enable game-specific settings from INI file.\r\n\r\nDefault: On"); + this.RiceEnableHacks_CB.UseVisualStyleBackColor = true; + // + // RiceFullTMEMEmulation_CB + // + this.RiceFullTMEMEmulation_CB.AutoSize = true; + this.RiceFullTMEMEmulation_CB.Location = new System.Drawing.Point(23, 177); + this.RiceFullTMEMEmulation_CB.Name = "RiceFullTMEMEmulation_CB"; + this.RiceFullTMEMEmulation_CB.Size = new System.Drawing.Size(170, 17); + this.RiceFullTMEMEmulation_CB.TabIndex = 16; + this.RiceFullTMEMEmulation_CB.Text = "Full Texture Memory Emulation"; + this.toolTip1.SetToolTip(this.RiceFullTMEMEmulation_CB, "N64 Texture Memory Full Emulation.\r\nMay fix some games, may break others.\r\n\r\nDefa" + "ult: Off"); - this.RiceFullTMEMEmulation_CB.UseVisualStyleBackColor = true; - // - // RiceOpenGLVertexClipper_CB - // - this.RiceOpenGLVertexClipper_CB.AutoSize = true; - this.RiceOpenGLVertexClipper_CB.Location = new System.Drawing.Point(23, 200); - this.RiceOpenGLVertexClipper_CB.Name = "RiceOpenGLVertexClipper_CB"; - this.RiceOpenGLVertexClipper_CB.Size = new System.Drawing.Size(91, 17); - this.RiceOpenGLVertexClipper_CB.TabIndex = 15; - this.RiceOpenGLVertexClipper_CB.Text = "Vertex Clipper"; - this.toolTip1.SetToolTip(this.RiceOpenGLVertexClipper_CB, "Enable vertex clipper for fog operations.\r\n\r\nDefault: Off"); - this.RiceOpenGLVertexClipper_CB.UseVisualStyleBackColor = true; - // - // AnisotropicFiltering_LB - // - this.AnisotropicFiltering_LB.AutoSize = true; - this.AnisotropicFiltering_LB.Location = new System.Drawing.Point(287, 247); - this.AnisotropicFiltering_LB.Name = "AnisotropicFiltering_LB"; - this.AnisotropicFiltering_LB.Size = new System.Drawing.Size(116, 13); - this.AnisotropicFiltering_LB.TabIndex = 14; - this.AnisotropicFiltering_LB.Text = "Anisotropic Filtering: 00"; - this.toolTip1.SetToolTip(this.AnisotropicFiltering_LB, resources.GetString("AnisotropicFiltering_LB.ToolTip")); - // - // RiceAnisotropicFiltering_TB - // - this.RiceAnisotropicFiltering_TB.AutoSize = false; - this.RiceAnisotropicFiltering_TB.Location = new System.Drawing.Point(409, 235); - this.RiceAnisotropicFiltering_TB.Margin = new System.Windows.Forms.Padding(0); - this.RiceAnisotropicFiltering_TB.Maximum = 16; - this.RiceAnisotropicFiltering_TB.Name = "RiceAnisotropicFiltering_TB"; - this.RiceAnisotropicFiltering_TB.Size = new System.Drawing.Size(121, 25); - this.RiceAnisotropicFiltering_TB.TabIndex = 13; - this.toolTip1.SetToolTip(this.RiceAnisotropicFiltering_TB, resources.GetString("RiceAnisotropicFiltering_TB.ToolTip")); - this.RiceAnisotropicFiltering_TB.Scroll += new System.EventHandler(this.RiceAnisotropicFiltering_TB_Scroll_1); - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(336, 44); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(67, 13); - this.label6.TabIndex = 12; - this.label6.Text = "Fog Method:"; - this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label6, "Enable, Disable or Force fog generation.\r\n\r\nDefault: Disabled"); - // - // RiceFogMethod_Combo - // - this.RiceFogMethod_Combo.DisplayMember = "0,1,2,3"; - this.RiceFogMethod_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceFogMethod_Combo.FormattingEnabled = true; - this.RiceFogMethod_Combo.Items.AddRange(new object[] { + this.RiceFullTMEMEmulation_CB.UseVisualStyleBackColor = true; + // + // RiceOpenGLVertexClipper_CB + // + this.RiceOpenGLVertexClipper_CB.AutoSize = true; + this.RiceOpenGLVertexClipper_CB.Location = new System.Drawing.Point(23, 200); + this.RiceOpenGLVertexClipper_CB.Name = "RiceOpenGLVertexClipper_CB"; + this.RiceOpenGLVertexClipper_CB.Size = new System.Drawing.Size(91, 17); + this.RiceOpenGLVertexClipper_CB.TabIndex = 15; + this.RiceOpenGLVertexClipper_CB.Text = "Vertex Clipper"; + this.toolTip1.SetToolTip(this.RiceOpenGLVertexClipper_CB, "Enable vertex clipper for fog operations.\r\n\r\nDefault: Off"); + this.RiceOpenGLVertexClipper_CB.UseVisualStyleBackColor = true; + // + // AnisotropicFiltering_LB + // + this.AnisotropicFiltering_LB.AutoSize = true; + this.AnisotropicFiltering_LB.Location = new System.Drawing.Point(287, 247); + this.AnisotropicFiltering_LB.Name = "AnisotropicFiltering_LB"; + this.AnisotropicFiltering_LB.Size = new System.Drawing.Size(116, 13); + this.AnisotropicFiltering_LB.TabIndex = 14; + this.AnisotropicFiltering_LB.Text = "Anisotropic Filtering: 00"; + this.toolTip1.SetToolTip(this.AnisotropicFiltering_LB, resources.GetString("AnisotropicFiltering_LB.ToolTip")); + // + // RiceAnisotropicFiltering_TB + // + this.RiceAnisotropicFiltering_TB.AutoSize = false; + this.RiceAnisotropicFiltering_TB.Location = new System.Drawing.Point(409, 235); + this.RiceAnisotropicFiltering_TB.Margin = new System.Windows.Forms.Padding(0); + this.RiceAnisotropicFiltering_TB.Maximum = 16; + this.RiceAnisotropicFiltering_TB.Name = "RiceAnisotropicFiltering_TB"; + this.RiceAnisotropicFiltering_TB.Size = new System.Drawing.Size(121, 25); + this.RiceAnisotropicFiltering_TB.TabIndex = 13; + this.toolTip1.SetToolTip(this.RiceAnisotropicFiltering_TB, resources.GetString("RiceAnisotropicFiltering_TB.ToolTip")); + this.RiceAnisotropicFiltering_TB.Scroll += new System.EventHandler(this.RiceAnisotropicFiltering_TB_Scroll_1); + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(336, 44); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(67, 13); + this.label6.TabIndex = 12; + this.label6.Text = "Fog Method:"; + this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label6, "Enable, Disable or Force fog generation.\r\n\r\nDefault: Disabled"); + // + // RiceFogMethod_Combo + // + this.RiceFogMethod_Combo.DisplayMember = "0,1,2,3"; + this.RiceFogMethod_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceFogMethod_Combo.FormattingEnabled = true; + this.RiceFogMethod_Combo.Items.AddRange(new object[] { "Disabled", "Enabled (N64 choose)", "Force Fog"}); - this.RiceFogMethod_Combo.Location = new System.Drawing.Point(409, 39); - this.RiceFogMethod_Combo.Name = "RiceFogMethod_Combo"; - this.RiceFogMethod_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceFogMethod_Combo.TabIndex = 11; - this.toolTip1.SetToolTip(this.RiceFogMethod_Combo, "Enable, Disable or Force fog generation.\r\n\r\nDefault: Disabled"); - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(314, 21); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(89, 13); - this.label5.TabIndex = 10; - this.label5.Text = "Use Mipmapping:"; - this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label5, "Allows textures to look nicer viewed from far away.\r\nCan also increase performanc" + + this.RiceFogMethod_Combo.Location = new System.Drawing.Point(409, 39); + this.RiceFogMethod_Combo.Name = "RiceFogMethod_Combo"; + this.RiceFogMethod_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceFogMethod_Combo.TabIndex = 11; + this.toolTip1.SetToolTip(this.RiceFogMethod_Combo, "Enable, Disable or Force fog generation.\r\n\r\nDefault: Disabled"); + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(314, 21); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(89, 13); + this.label5.TabIndex = 10; + this.label5.Text = "Use Mipmapping:"; + this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label5, "Allows textures to look nicer viewed from far away.\r\nCan also increase performanc" + "e in some case.\r\n\r\nDefault: Bilinear\r\n"); - // - // RiceMipmapping_Combo - // - this.RiceMipmapping_Combo.DisplayMember = "0,1,2,3"; - this.RiceMipmapping_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceMipmapping_Combo.FormattingEnabled = true; - this.RiceMipmapping_Combo.Items.AddRange(new object[] { + // + // RiceMipmapping_Combo + // + this.RiceMipmapping_Combo.DisplayMember = "0,1,2,3"; + this.RiceMipmapping_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceMipmapping_Combo.FormattingEnabled = true; + this.RiceMipmapping_Combo.Items.AddRange(new object[] { "None", "Nearest", "Bilinear", "Trilinear"}); - this.RiceMipmapping_Combo.Location = new System.Drawing.Point(409, 16); - this.RiceMipmapping_Combo.Name = "RiceMipmapping_Combo"; - this.RiceMipmapping_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceMipmapping_Combo.TabIndex = 9; - this.toolTip1.SetToolTip(this.RiceMipmapping_Combo, "Allows textures to look nicer viewed from far away.\r\nCan also increase performanc" + + this.RiceMipmapping_Combo.Location = new System.Drawing.Point(409, 16); + this.RiceMipmapping_Combo.Name = "RiceMipmapping_Combo"; + this.RiceMipmapping_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceMipmapping_Combo.TabIndex = 9; + this.toolTip1.SetToolTip(this.RiceMipmapping_Combo, "Allows textures to look nicer viewed from far away.\r\nCan also increase performanc" + "e in some case.\r\n\r\nDefault: Bilinear"); - // - // RiceWinFrameMode_CB - // - this.RiceWinFrameMode_CB.AutoSize = true; - this.RiceWinFrameMode_CB.Location = new System.Drawing.Point(23, 33); - this.RiceWinFrameMode_CB.Name = "RiceWinFrameMode_CB"; - this.RiceWinFrameMode_CB.Size = new System.Drawing.Size(140, 17); - this.RiceWinFrameMode_CB.TabIndex = 8; - this.RiceWinFrameMode_CB.Text = "Enable WinFrame Mode"; - this.toolTip1.SetToolTip(this.RiceWinFrameMode_CB, "If enabled, graphics will be drawn in WinFrame mode instead of solid and texture " + + // + // RiceWinFrameMode_CB + // + this.RiceWinFrameMode_CB.AutoSize = true; + this.RiceWinFrameMode_CB.Location = new System.Drawing.Point(23, 33); + this.RiceWinFrameMode_CB.Name = "RiceWinFrameMode_CB"; + this.RiceWinFrameMode_CB.Size = new System.Drawing.Size(140, 17); + this.RiceWinFrameMode_CB.TabIndex = 8; + this.RiceWinFrameMode_CB.Text = "Enable WinFrame Mode"; + this.toolTip1.SetToolTip(this.RiceWinFrameMode_CB, "If enabled, graphics will be drawn in WinFrame mode instead of solid and texture " + "mode.\r\n\r\nDefault: Off"); - this.RiceWinFrameMode_CB.UseVisualStyleBackColor = true; - // - // RiceInN64Resolution_CB - // - this.RiceInN64Resolution_CB.AutoSize = true; - this.RiceInN64Resolution_CB.Location = new System.Drawing.Point(23, 56); - this.RiceInN64Resolution_CB.Name = "RiceInN64Resolution_CB"; - this.RiceInN64Resolution_CB.Size = new System.Drawing.Size(166, 17); - this.RiceInN64Resolution_CB.TabIndex = 7; - this.RiceInN64Resolution_CB.Text = "Force Native N64 Resolution"; - this.toolTip1.SetToolTip(this.RiceInN64Resolution_CB, "Force emulated frame buffers to be in N64 native resolution.\r\n\r\nDefault: Off"); - this.RiceInN64Resolution_CB.UseVisualStyleBackColor = true; - // - // RiceFastTextureLoading_CB - // - this.RiceFastTextureLoading_CB.AutoSize = true; - this.RiceFastTextureLoading_CB.Location = new System.Drawing.Point(23, 82); - this.RiceFastTextureLoading_CB.Name = "RiceFastTextureLoading_CB"; - this.RiceFastTextureLoading_CB.Size = new System.Drawing.Size(126, 17); - this.RiceFastTextureLoading_CB.TabIndex = 5; - this.RiceFastTextureLoading_CB.Text = "Fast Texture Loading"; - this.toolTip1.SetToolTip(this.RiceFastTextureLoading_CB, "Use a faster algorithm to speed up texture loading and CRC computation.\r\n\r\nDefaul" + + this.RiceWinFrameMode_CB.UseVisualStyleBackColor = true; + // + // RiceInN64Resolution_CB + // + this.RiceInN64Resolution_CB.AutoSize = true; + this.RiceInN64Resolution_CB.Location = new System.Drawing.Point(23, 56); + this.RiceInN64Resolution_CB.Name = "RiceInN64Resolution_CB"; + this.RiceInN64Resolution_CB.Size = new System.Drawing.Size(166, 17); + this.RiceInN64Resolution_CB.TabIndex = 7; + this.RiceInN64Resolution_CB.Text = "Force Native N64 Resolution"; + this.toolTip1.SetToolTip(this.RiceInN64Resolution_CB, "Force emulated frame buffers to be in N64 native resolution.\r\n\r\nDefault: Off"); + this.RiceInN64Resolution_CB.UseVisualStyleBackColor = true; + // + // RiceFastTextureLoading_CB + // + this.RiceFastTextureLoading_CB.AutoSize = true; + this.RiceFastTextureLoading_CB.Location = new System.Drawing.Point(23, 82); + this.RiceFastTextureLoading_CB.Name = "RiceFastTextureLoading_CB"; + this.RiceFastTextureLoading_CB.Size = new System.Drawing.Size(126, 17); + this.RiceFastTextureLoading_CB.TabIndex = 5; + this.RiceFastTextureLoading_CB.Text = "Fast Texture Loading"; + this.toolTip1.SetToolTip(this.RiceFastTextureLoading_CB, "Use a faster algorithm to speed up texture loading and CRC computation.\r\n\r\nDefaul" + "t: Off"); - this.RiceFastTextureLoading_CB.UseVisualStyleBackColor = true; - // - // RiceAccurateTextureMapping_CB - // - this.RiceAccurateTextureMapping_CB.AutoSize = true; - this.RiceAccurateTextureMapping_CB.Location = new System.Drawing.Point(23, 105); - this.RiceAccurateTextureMapping_CB.Name = "RiceAccurateTextureMapping_CB"; - this.RiceAccurateTextureMapping_CB.Size = new System.Drawing.Size(152, 17); - this.RiceAccurateTextureMapping_CB.TabIndex = 4; - this.RiceAccurateTextureMapping_CB.Text = "Accurate Texture Mapping"; - this.toolTip1.SetToolTip(this.RiceAccurateTextureMapping_CB, "Use different texture coordinate clamping code.\r\n\r\nDefault: On"); - this.RiceAccurateTextureMapping_CB.UseVisualStyleBackColor = true; - // - // RiceSaveVRAM_CB - // - this.RiceSaveVRAM_CB.AutoSize = true; - this.RiceSaveVRAM_CB.Location = new System.Drawing.Point(23, 128); - this.RiceSaveVRAM_CB.Name = "RiceSaveVRAM_CB"; - this.RiceSaveVRAM_CB.Size = new System.Drawing.Size(85, 17); - this.RiceSaveVRAM_CB.TabIndex = 3; - this.RiceSaveVRAM_CB.Text = "Save VRAM"; - this.toolTip1.SetToolTip(this.RiceSaveVRAM_CB, "Try to reduce Video RAM usage (should never be used).\r\n\r\nDefault: Off"); - this.RiceSaveVRAM_CB.UseVisualStyleBackColor = true; - // - // RiceEnableSSE_CB - // - this.RiceEnableSSE_CB.AutoSize = true; - this.RiceEnableSSE_CB.Location = new System.Drawing.Point(23, 10); - this.RiceEnableSSE_CB.Name = "RiceEnableSSE_CB"; - this.RiceEnableSSE_CB.Size = new System.Drawing.Size(83, 17); - this.RiceEnableSSE_CB.TabIndex = 0; - this.RiceEnableSSE_CB.Text = "Enable SSE"; - this.toolTip1.SetToolTip(this.RiceEnableSSE_CB, "Enable/Disable SSE optimizations for capable CPUs.\r\n\r\nDefault: On"); - this.RiceEnableSSE_CB.UseVisualStyleBackColor = true; - // - // RiceGameDefaultTab - // - this.RiceGameDefaultTab.Controls.Add(this.RiceNormalAlphaBlender_CB); - this.RiceGameDefaultTab.Controls.Add(this.RiceDefaultCombinerDisable_CB); - this.RiceGameDefaultTab.Controls.Add(this.RiceFrameBuffer_GroupBox); - this.RiceGameDefaultTab.Location = new System.Drawing.Point(4, 22); - this.RiceGameDefaultTab.Name = "RiceGameDefaultTab"; - this.RiceGameDefaultTab.Size = new System.Drawing.Size(564, 310); - this.RiceGameDefaultTab.TabIndex = 3; - this.RiceGameDefaultTab.Text = "Game Default Options"; - this.RiceGameDefaultTab.UseVisualStyleBackColor = true; - // - // RiceNormalAlphaBlender_CB - // - this.RiceNormalAlphaBlender_CB.AutoSize = true; - this.RiceNormalAlphaBlender_CB.Location = new System.Drawing.Point(63, 19); - this.RiceNormalAlphaBlender_CB.Name = "RiceNormalAlphaBlender_CB"; - this.RiceNormalAlphaBlender_CB.Size = new System.Drawing.Size(128, 17); - this.RiceNormalAlphaBlender_CB.TabIndex = 8; - this.RiceNormalAlphaBlender_CB.Text = "Normal Alpha Blender"; - this.toolTip1.SetToolTip(this.RiceNormalAlphaBlender_CB, "Force to use normal alpha blender.\r\n\r\nDefault: Off"); - this.RiceNormalAlphaBlender_CB.UseVisualStyleBackColor = true; - // - // RiceDefaultCombinerDisable_CB - // - this.RiceDefaultCombinerDisable_CB.AutoSize = true; - this.RiceDefaultCombinerDisable_CB.Location = new System.Drawing.Point(63, 42); - this.RiceDefaultCombinerDisable_CB.Name = "RiceDefaultCombinerDisable_CB"; - this.RiceDefaultCombinerDisable_CB.Size = new System.Drawing.Size(133, 17); - this.RiceDefaultCombinerDisable_CB.TabIndex = 7; - this.RiceDefaultCombinerDisable_CB.Text = "Normal Color Combiner"; - this.toolTip1.SetToolTip(this.RiceDefaultCombinerDisable_CB, "Force to use normal color combiner.\r\n\r\nDefault: Off"); - this.RiceDefaultCombinerDisable_CB.UseVisualStyleBackColor = true; - // - // RiceFrameBuffer_GroupBox - // - this.RiceFrameBuffer_GroupBox.Controls.Add(this.label16); - this.RiceFrameBuffer_GroupBox.Controls.Add(this.label17); - this.RiceFrameBuffer_GroupBox.Controls.Add(this.label18); - this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceFrameBufferWriteBackControl_Combo); - this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceFrameBufferSetting_Combo); - this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceDoubleSizeForSmallTxtrBuf_CB); - this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceRenderToTexture_Combo); - this.RiceFrameBuffer_GroupBox.Location = new System.Drawing.Point(87, 78); - this.RiceFrameBuffer_GroupBox.Name = "RiceFrameBuffer_GroupBox"; - this.RiceFrameBuffer_GroupBox.Size = new System.Drawing.Size(385, 191); - this.RiceFrameBuffer_GroupBox.TabIndex = 0; - this.RiceFrameBuffer_GroupBox.TabStop = false; - this.RiceFrameBuffer_GroupBox.Text = "N64 Frame Buffer Effect Emulation Options"; - // - // label16 - // - this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(8, 100); - this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(162, 13); - this.label16.TabIndex = 32; - this.label16.Text = "Frame Buffer Write Back Control:"; - this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label16, "Frequency to write back the frame buffer.\r\n\r\nDefault: Every Frame"); - // - // label17 - // - this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(8, 46); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(106, 13); - this.label17.TabIndex = 34; - this.label17.Text = "Frame Buffer Setting:"; - this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label17, "Frame Buffer Emulation.\r\n\r\nDefault: Rom Default"); - // - // label18 - // - this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(8, 73); - this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(159, 13); - this.label18.TabIndex = 36; - this.label18.Text = "Rendering to Texture Emulation:"; - this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label18, "Render-to-texture emulation.\r\n\r\nDefault: None"); - // - // RiceFrameBufferWriteBackControl_Combo - // - this.RiceFrameBufferWriteBackControl_Combo.DisplayMember = "0,1,2,3"; - this.RiceFrameBufferWriteBackControl_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceFrameBufferWriteBackControl_Combo.FormattingEnabled = true; - this.RiceFrameBufferWriteBackControl_Combo.Items.AddRange(new object[] { + this.RiceFastTextureLoading_CB.UseVisualStyleBackColor = true; + // + // RiceAccurateTextureMapping_CB + // + this.RiceAccurateTextureMapping_CB.AutoSize = true; + this.RiceAccurateTextureMapping_CB.Location = new System.Drawing.Point(23, 105); + this.RiceAccurateTextureMapping_CB.Name = "RiceAccurateTextureMapping_CB"; + this.RiceAccurateTextureMapping_CB.Size = new System.Drawing.Size(152, 17); + this.RiceAccurateTextureMapping_CB.TabIndex = 4; + this.RiceAccurateTextureMapping_CB.Text = "Accurate Texture Mapping"; + this.toolTip1.SetToolTip(this.RiceAccurateTextureMapping_CB, "Use different texture coordinate clamping code.\r\n\r\nDefault: On"); + this.RiceAccurateTextureMapping_CB.UseVisualStyleBackColor = true; + // + // RiceSaveVRAM_CB + // + this.RiceSaveVRAM_CB.AutoSize = true; + this.RiceSaveVRAM_CB.Location = new System.Drawing.Point(23, 128); + this.RiceSaveVRAM_CB.Name = "RiceSaveVRAM_CB"; + this.RiceSaveVRAM_CB.Size = new System.Drawing.Size(85, 17); + this.RiceSaveVRAM_CB.TabIndex = 3; + this.RiceSaveVRAM_CB.Text = "Save VRAM"; + this.toolTip1.SetToolTip(this.RiceSaveVRAM_CB, "Try to reduce Video RAM usage (should never be used).\r\n\r\nDefault: Off"); + this.RiceSaveVRAM_CB.UseVisualStyleBackColor = true; + // + // RiceEnableSSE_CB + // + this.RiceEnableSSE_CB.AutoSize = true; + this.RiceEnableSSE_CB.Location = new System.Drawing.Point(23, 10); + this.RiceEnableSSE_CB.Name = "RiceEnableSSE_CB"; + this.RiceEnableSSE_CB.Size = new System.Drawing.Size(83, 17); + this.RiceEnableSSE_CB.TabIndex = 0; + this.RiceEnableSSE_CB.Text = "Enable SSE"; + this.toolTip1.SetToolTip(this.RiceEnableSSE_CB, "Enable/Disable SSE optimizations for capable CPUs.\r\n\r\nDefault: On"); + this.RiceEnableSSE_CB.UseVisualStyleBackColor = true; + // + // RiceGameDefaultTab + // + this.RiceGameDefaultTab.Controls.Add(this.RiceNormalAlphaBlender_CB); + this.RiceGameDefaultTab.Controls.Add(this.RiceDefaultCombinerDisable_CB); + this.RiceGameDefaultTab.Controls.Add(this.RiceFrameBuffer_GroupBox); + this.RiceGameDefaultTab.Location = new System.Drawing.Point(4, 22); + this.RiceGameDefaultTab.Name = "RiceGameDefaultTab"; + this.RiceGameDefaultTab.Size = new System.Drawing.Size(564, 310); + this.RiceGameDefaultTab.TabIndex = 3; + this.RiceGameDefaultTab.Text = "Game Default Options"; + this.RiceGameDefaultTab.UseVisualStyleBackColor = true; + // + // RiceNormalAlphaBlender_CB + // + this.RiceNormalAlphaBlender_CB.AutoSize = true; + this.RiceNormalAlphaBlender_CB.Location = new System.Drawing.Point(63, 19); + this.RiceNormalAlphaBlender_CB.Name = "RiceNormalAlphaBlender_CB"; + this.RiceNormalAlphaBlender_CB.Size = new System.Drawing.Size(128, 17); + this.RiceNormalAlphaBlender_CB.TabIndex = 8; + this.RiceNormalAlphaBlender_CB.Text = "Normal Alpha Blender"; + this.toolTip1.SetToolTip(this.RiceNormalAlphaBlender_CB, "Force to use normal alpha blender.\r\n\r\nDefault: Off"); + this.RiceNormalAlphaBlender_CB.UseVisualStyleBackColor = true; + // + // RiceDefaultCombinerDisable_CB + // + this.RiceDefaultCombinerDisable_CB.AutoSize = true; + this.RiceDefaultCombinerDisable_CB.Location = new System.Drawing.Point(63, 42); + this.RiceDefaultCombinerDisable_CB.Name = "RiceDefaultCombinerDisable_CB"; + this.RiceDefaultCombinerDisable_CB.Size = new System.Drawing.Size(133, 17); + this.RiceDefaultCombinerDisable_CB.TabIndex = 7; + this.RiceDefaultCombinerDisable_CB.Text = "Normal Color Combiner"; + this.toolTip1.SetToolTip(this.RiceDefaultCombinerDisable_CB, "Force to use normal color combiner.\r\n\r\nDefault: Off"); + this.RiceDefaultCombinerDisable_CB.UseVisualStyleBackColor = true; + // + // RiceFrameBuffer_GroupBox + // + this.RiceFrameBuffer_GroupBox.Controls.Add(this.label16); + this.RiceFrameBuffer_GroupBox.Controls.Add(this.label17); + this.RiceFrameBuffer_GroupBox.Controls.Add(this.label18); + this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceFrameBufferWriteBackControl_Combo); + this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceFrameBufferSetting_Combo); + this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceDoubleSizeForSmallTxtrBuf_CB); + this.RiceFrameBuffer_GroupBox.Controls.Add(this.RiceRenderToTexture_Combo); + this.RiceFrameBuffer_GroupBox.Location = new System.Drawing.Point(87, 78); + this.RiceFrameBuffer_GroupBox.Name = "RiceFrameBuffer_GroupBox"; + this.RiceFrameBuffer_GroupBox.Size = new System.Drawing.Size(385, 191); + this.RiceFrameBuffer_GroupBox.TabIndex = 0; + this.RiceFrameBuffer_GroupBox.TabStop = false; + this.RiceFrameBuffer_GroupBox.Text = "N64 Frame Buffer Effect Emulation Options"; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Location = new System.Drawing.Point(8, 100); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(162, 13); + this.label16.TabIndex = 32; + this.label16.Text = "Frame Buffer Write Back Control:"; + this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label16, "Frequency to write back the frame buffer.\r\n\r\nDefault: Every Frame"); + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Location = new System.Drawing.Point(8, 46); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(106, 13); + this.label17.TabIndex = 34; + this.label17.Text = "Frame Buffer Setting:"; + this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label17, "Frame Buffer Emulation.\r\n\r\nDefault: Rom Default"); + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Location = new System.Drawing.Point(8, 73); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(159, 13); + this.label18.TabIndex = 36; + this.label18.Text = "Rendering to Texture Emulation:"; + this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label18, "Render-to-texture emulation.\r\n\r\nDefault: None"); + // + // RiceFrameBufferWriteBackControl_Combo + // + this.RiceFrameBufferWriteBackControl_Combo.DisplayMember = "0,1,2,3"; + this.RiceFrameBufferWriteBackControl_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceFrameBufferWriteBackControl_Combo.FormattingEnabled = true; + this.RiceFrameBufferWriteBackControl_Combo.Items.AddRange(new object[] { "Every Frame", "Every 2 Frames", "Every 3 Frames", @@ -903,140 +912,140 @@ "Every 6 Frames", "Every 7 Frames", "Every 8 Frames"}); - this.RiceFrameBufferWriteBackControl_Combo.Location = new System.Drawing.Point(226, 97); - this.RiceFrameBufferWriteBackControl_Combo.Name = "RiceFrameBufferWriteBackControl_Combo"; - this.RiceFrameBufferWriteBackControl_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceFrameBufferWriteBackControl_Combo.TabIndex = 33; - this.toolTip1.SetToolTip(this.RiceFrameBufferWriteBackControl_Combo, "Frequency to write back the frame buffer.\r\n\r\nDefault: Every Frame"); - // - // RiceFrameBufferSetting_Combo - // - this.RiceFrameBufferSetting_Combo.DisplayMember = "0,1,2,3"; - this.RiceFrameBufferSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceFrameBufferSetting_Combo.FormattingEnabled = true; - this.RiceFrameBufferSetting_Combo.Items.AddRange(new object[] { + this.RiceFrameBufferWriteBackControl_Combo.Location = new System.Drawing.Point(226, 97); + this.RiceFrameBufferWriteBackControl_Combo.Name = "RiceFrameBufferWriteBackControl_Combo"; + this.RiceFrameBufferWriteBackControl_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceFrameBufferWriteBackControl_Combo.TabIndex = 33; + this.toolTip1.SetToolTip(this.RiceFrameBufferWriteBackControl_Combo, "Frequency to write back the frame buffer.\r\n\r\nDefault: Every Frame"); + // + // RiceFrameBufferSetting_Combo + // + this.RiceFrameBufferSetting_Combo.DisplayMember = "0,1,2,3"; + this.RiceFrameBufferSetting_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceFrameBufferSetting_Combo.FormattingEnabled = true; + this.RiceFrameBufferSetting_Combo.Items.AddRange(new object[] { "Rom Default", "Disable"}); - this.RiceFrameBufferSetting_Combo.Location = new System.Drawing.Point(226, 43); - this.RiceFrameBufferSetting_Combo.Name = "RiceFrameBufferSetting_Combo"; - this.RiceFrameBufferSetting_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceFrameBufferSetting_Combo.TabIndex = 31; - this.toolTip1.SetToolTip(this.RiceFrameBufferSetting_Combo, "Frame Buffer Emulation.\r\n\r\nDefault: Rom Default"); - // - // RiceDoubleSizeForSmallTxtrBuf_CB - // - this.RiceDoubleSizeForSmallTxtrBuf_CB.AutoSize = true; - this.RiceDoubleSizeForSmallTxtrBuf_CB.Location = new System.Drawing.Point(61, 159); - this.RiceDoubleSizeForSmallTxtrBuf_CB.Name = "RiceDoubleSizeForSmallTxtrBuf_CB"; - this.RiceDoubleSizeForSmallTxtrBuf_CB.Size = new System.Drawing.Size(253, 17); - this.RiceDoubleSizeForSmallTxtrBuf_CB.TabIndex = 3; - this.RiceDoubleSizeForSmallTxtrBuf_CB.Text = "Double Resolution For Small Render-to-Textures"; - this.toolTip1.SetToolTip(this.RiceDoubleSizeForSmallTxtrBuf_CB, "Enable this option to have better render-to-texture quality.\r\nThis requires more " + + this.RiceFrameBufferSetting_Combo.Location = new System.Drawing.Point(226, 43); + this.RiceFrameBufferSetting_Combo.Name = "RiceFrameBufferSetting_Combo"; + this.RiceFrameBufferSetting_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceFrameBufferSetting_Combo.TabIndex = 31; + this.toolTip1.SetToolTip(this.RiceFrameBufferSetting_Combo, "Frame Buffer Emulation.\r\n\r\nDefault: Rom Default"); + // + // RiceDoubleSizeForSmallTxtrBuf_CB + // + this.RiceDoubleSizeForSmallTxtrBuf_CB.AutoSize = true; + this.RiceDoubleSizeForSmallTxtrBuf_CB.Location = new System.Drawing.Point(61, 159); + this.RiceDoubleSizeForSmallTxtrBuf_CB.Name = "RiceDoubleSizeForSmallTxtrBuf_CB"; + this.RiceDoubleSizeForSmallTxtrBuf_CB.Size = new System.Drawing.Size(253, 17); + this.RiceDoubleSizeForSmallTxtrBuf_CB.TabIndex = 3; + this.RiceDoubleSizeForSmallTxtrBuf_CB.Text = "Double Resolution For Small Render-to-Textures"; + this.toolTip1.SetToolTip(this.RiceDoubleSizeForSmallTxtrBuf_CB, "Enable this option to have better render-to-texture quality.\r\nThis requires more " + "VRAM.\r\n\r\nDefault: Off"); - this.RiceDoubleSizeForSmallTxtrBuf_CB.UseVisualStyleBackColor = true; - // - // RiceRenderToTexture_Combo - // - this.RiceRenderToTexture_Combo.DisplayMember = "0,1,2,3"; - this.RiceRenderToTexture_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceRenderToTexture_Combo.FormattingEnabled = true; - this.RiceRenderToTexture_Combo.Items.AddRange(new object[] { + this.RiceDoubleSizeForSmallTxtrBuf_CB.UseVisualStyleBackColor = true; + // + // RiceRenderToTexture_Combo + // + this.RiceRenderToTexture_Combo.DisplayMember = "0,1,2,3"; + this.RiceRenderToTexture_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceRenderToTexture_Combo.FormattingEnabled = true; + this.RiceRenderToTexture_Combo.Items.AddRange(new object[] { "None", "Hide Render-to-texture Effects", "Basic Render-to-texture", "Basic & Write Back", "Write Back & Reload"}); - this.RiceRenderToTexture_Combo.Location = new System.Drawing.Point(226, 70); - this.RiceRenderToTexture_Combo.Name = "RiceRenderToTexture_Combo"; - this.RiceRenderToTexture_Combo.Size = new System.Drawing.Size(121, 21); - this.RiceRenderToTexture_Combo.TabIndex = 35; - this.toolTip1.SetToolTip(this.RiceRenderToTexture_Combo, "Render-to-texture emulation.\r\n\r\nDefault: None"); - // - // RiceTextureEnhancementTab - // - this.RiceTextureEnhancementTab.Controls.Add(this.label12); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceForceTextureFilter_Combo); - this.RiceTextureEnhancementTab.Controls.Add(this.label8); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceTextureEnhancementControl_Combo); - this.RiceTextureEnhancementTab.Controls.Add(this.label7); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceTextureEnhancement_Combo); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceTexRectOnly_CB); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceSmallTextureOnly_CB); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceLoadHiResCRCOnly_CB); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceLoadHiResTextures_CB); - this.RiceTextureEnhancementTab.Controls.Add(this.RiceDumpTexturesToFiles_CB); - this.RiceTextureEnhancementTab.Location = new System.Drawing.Point(4, 22); - this.RiceTextureEnhancementTab.Name = "RiceTextureEnhancementTab"; - this.RiceTextureEnhancementTab.Size = new System.Drawing.Size(564, 310); - this.RiceTextureEnhancementTab.TabIndex = 2; - this.RiceTextureEnhancementTab.Text = "Texture Enhancement"; - this.RiceTextureEnhancementTab.UseVisualStyleBackColor = true; - // - // label12 - // - this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(134, 115); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(115, 13); - this.label12.TabIndex = 33; - this.label12.Text = "Force Texture Filtering:"; - this.toolTip1.SetToolTip(this.label12, "Force to use texture filtering or not.\r\n\r\nDefault: Let N64 choose"); - // - // RiceForceTextureFilter_Combo - // - this.RiceForceTextureFilter_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceForceTextureFilter_Combo.FormattingEnabled = true; - this.RiceForceTextureFilter_Combo.Items.AddRange(new object[] { + this.RiceRenderToTexture_Combo.Location = new System.Drawing.Point(226, 70); + this.RiceRenderToTexture_Combo.Name = "RiceRenderToTexture_Combo"; + this.RiceRenderToTexture_Combo.Size = new System.Drawing.Size(121, 21); + this.RiceRenderToTexture_Combo.TabIndex = 35; + this.toolTip1.SetToolTip(this.RiceRenderToTexture_Combo, "Render-to-texture emulation.\r\n\r\nDefault: None"); + // + // RiceTextureEnhancementTab + // + this.RiceTextureEnhancementTab.Controls.Add(this.label12); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceForceTextureFilter_Combo); + this.RiceTextureEnhancementTab.Controls.Add(this.label8); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceTextureEnhancementControl_Combo); + this.RiceTextureEnhancementTab.Controls.Add(this.label7); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceTextureEnhancement_Combo); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceTexRectOnly_CB); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceSmallTextureOnly_CB); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceLoadHiResCRCOnly_CB); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceLoadHiResTextures_CB); + this.RiceTextureEnhancementTab.Controls.Add(this.RiceDumpTexturesToFiles_CB); + this.RiceTextureEnhancementTab.Location = new System.Drawing.Point(4, 22); + this.RiceTextureEnhancementTab.Name = "RiceTextureEnhancementTab"; + this.RiceTextureEnhancementTab.Size = new System.Drawing.Size(564, 310); + this.RiceTextureEnhancementTab.TabIndex = 2; + this.RiceTextureEnhancementTab.Text = "Texture Enhancement"; + this.RiceTextureEnhancementTab.UseVisualStyleBackColor = true; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(134, 115); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(115, 13); + this.label12.TabIndex = 33; + this.label12.Text = "Force Texture Filtering:"; + this.toolTip1.SetToolTip(this.label12, "Force to use texture filtering or not.\r\n\r\nDefault: Let N64 choose"); + // + // RiceForceTextureFilter_Combo + // + this.RiceForceTextureFilter_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceForceTextureFilter_Combo.FormattingEnabled = true; + this.RiceForceTextureFilter_Combo.Items.AddRange(new object[] { "Let N64 choose", "Force No Filtering", "Force Filtering"}); - this.RiceForceTextureFilter_Combo.Location = new System.Drawing.Point(287, 112); - this.RiceForceTextureFilter_Combo.Name = "RiceForceTextureFilter_Combo"; - this.RiceForceTextureFilter_Combo.Size = new System.Drawing.Size(120, 21); - this.RiceForceTextureFilter_Combo.TabIndex = 32; - this.toolTip1.SetToolTip(this.RiceForceTextureFilter_Combo, "Force to use texture filtering or not.\r\n\r\nDefault: Let N64 choose"); - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(134, 169); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(151, 13); - this.label8.TabIndex = 31; - this.label8.Text = "Texture Enhancement Control:"; - this.toolTip1.SetToolTip(this.label8, "Secondary texture enhancement filter.\r\n\r\nDefault: Normal"); - // - // RiceTextureEnhancementControl_Combo - // - this.RiceTextureEnhancementControl_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceTextureEnhancementControl_Combo.FormattingEnabled = true; - this.RiceTextureEnhancementControl_Combo.Items.AddRange(new object[] { + this.RiceForceTextureFilter_Combo.Location = new System.Drawing.Point(287, 112); + this.RiceForceTextureFilter_Combo.Name = "RiceForceTextureFilter_Combo"; + this.RiceForceTextureFilter_Combo.Size = new System.Drawing.Size(120, 21); + this.RiceForceTextureFilter_Combo.TabIndex = 32; + this.toolTip1.SetToolTip(this.RiceForceTextureFilter_Combo, "Force to use texture filtering or not.\r\n\r\nDefault: Let N64 choose"); + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(134, 169); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(151, 13); + this.label8.TabIndex = 31; + this.label8.Text = "Texture Enhancement Control:"; + this.toolTip1.SetToolTip(this.label8, "Secondary texture enhancement filter.\r\n\r\nDefault: Normal"); + // + // RiceTextureEnhancementControl_Combo + // + this.RiceTextureEnhancementControl_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceTextureEnhancementControl_Combo.FormattingEnabled = true; + this.RiceTextureEnhancementControl_Combo.Items.AddRange(new object[] { "Normal", "Smooth", "Less smooth", "2xSaI smooth", "Less 2xSaI smooth"}); - this.RiceTextureEnhancementControl_Combo.Location = new System.Drawing.Point(287, 166); - this.RiceTextureEnhancementControl_Combo.Name = "RiceTextureEnhancementControl_Combo"; - this.RiceTextureEnhancementControl_Combo.Size = new System.Drawing.Size(120, 21); - this.RiceTextureEnhancementControl_Combo.TabIndex = 30; - this.toolTip1.SetToolTip(this.RiceTextureEnhancementControl_Combo, "Secondary texture enhancement filter.\r\n\r\nDefault: Normal"); - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(134, 142); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(140, 13); - this.label7.TabIndex = 29; - this.label7.Text = "Texture Enhancement Filter:"; - this.toolTip1.SetToolTip(this.label7, "Primary texture enhancement filter.\r\n\r\nDefault: None\r\n"); - // - // RiceTextureEnhancement_Combo - // - this.RiceTextureEnhancement_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceTextureEnhancement_Combo.FormattingEnabled = true; - this.RiceTextureEnhancement_Combo.Items.AddRange(new object[] { + this.RiceTextureEnhancementControl_Combo.Location = new System.Drawing.Point(287, 166); + this.RiceTextureEnhancementControl_Combo.Name = "RiceTextureEnhancementControl_Combo"; + this.RiceTextureEnhancementControl_Combo.Size = new System.Drawing.Size(120, 21); + this.RiceTextureEnhancementControl_Combo.TabIndex = 30; + this.toolTip1.SetToolTip(this.RiceTextureEnhancementControl_Combo, "Secondary texture enhancement filter.\r\n\r\nDefault: Normal"); + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(134, 142); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(140, 13); + this.label7.TabIndex = 29; + this.label7.Text = "Texture Enhancement Filter:"; + this.toolTip1.SetToolTip(this.label7, "Primary texture enhancement filter.\r\n\r\nDefault: None\r\n"); + // + // RiceTextureEnhancement_Combo + // + this.RiceTextureEnhancement_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceTextureEnhancement_Combo.FormattingEnabled = true; + this.RiceTextureEnhancement_Combo.Items.AddRange(new object[] { "None", "2X", "2XSAI", @@ -1047,133 +1056,133 @@ "Sharpen More", "External", "Mirrored"}); - this.RiceTextureEnhancement_Combo.Location = new System.Drawing.Point(287, 139); - this.RiceTextureEnhancement_Combo.Name = "RiceTextureEnhancement_Combo"; - this.RiceTextureEnhancement_Combo.Size = new System.Drawing.Size(120, 21); - this.RiceTextureEnhancement_Combo.TabIndex = 28; - this.toolTip1.SetToolTip(this.RiceTextureEnhancement_Combo, "Primary texture enhancement filter.\r\n\r\nDefault: None"); - // - // RiceTexRectOnly_CB - // - this.RiceTexRectOnly_CB.AutoSize = true; - this.RiceTexRectOnly_CB.Location = new System.Drawing.Point(316, 66); - this.RiceTexRectOnly_CB.Name = "RiceTexRectOnly_CB"; - this.RiceTexRectOnly_CB.Size = new System.Drawing.Size(91, 17); - this.RiceTexRectOnly_CB.TabIndex = 27; - this.RiceTexRectOnly_CB.Text = "TexRect Only"; - this.toolTip1.SetToolTip(this.RiceTexRectOnly_CB, "If enabled, texture enhancement will be done only for TxtRect ucode.\r\n\r\nDefault: " + + this.RiceTextureEnhancement_Combo.Location = new System.Drawing.Point(287, 139); + this.RiceTextureEnhancement_Combo.Name = "RiceTextureEnhancement_Combo"; + this.RiceTextureEnhancement_Combo.Size = new System.Drawing.Size(120, 21); + this.RiceTextureEnhancement_Combo.TabIndex = 28; + this.toolTip1.SetToolTip(this.RiceTextureEnhancement_Combo, "Primary texture enhancement filter.\r\n\r\nDefault: None"); + // + // RiceTexRectOnly_CB + // + this.RiceTexRectOnly_CB.AutoSize = true; + this.RiceTexRectOnly_CB.Location = new System.Drawing.Point(316, 66); + this.RiceTexRectOnly_CB.Name = "RiceTexRectOnly_CB"; + this.RiceTexRectOnly_CB.Size = new System.Drawing.Size(91, 17); + this.RiceTexRectOnly_CB.TabIndex = 27; + this.RiceTexRectOnly_CB.Text = "TexRect Only"; + this.toolTip1.SetToolTip(this.RiceTexRectOnly_CB, "If enabled, texture enhancement will be done only for TxtRect ucode.\r\n\r\nDefault: " + "Off"); - this.RiceTexRectOnly_CB.UseVisualStyleBackColor = true; - // - // RiceSmallTextureOnly_CB - // - this.RiceSmallTextureOnly_CB.AutoSize = true; - this.RiceSmallTextureOnly_CB.Location = new System.Drawing.Point(36, 66); - this.RiceSmallTextureOnly_CB.Name = "RiceSmallTextureOnly_CB"; - this.RiceSmallTextureOnly_CB.Size = new System.Drawing.Size(160, 17); - this.RiceSmallTextureOnly_CB.TabIndex = 26; - this.RiceSmallTextureOnly_CB.Text = "Enhance Small Texture Only"; - this.toolTip1.SetToolTip(this.RiceSmallTextureOnly_CB, "If enabled, texture enhancement will be done \r\nonly for textures width+height<=12" + + this.RiceTexRectOnly_CB.UseVisualStyleBackColor = true; + // + // RiceSmallTextureOnly_CB + // + this.RiceSmallTextureOnly_CB.AutoSize = true; + this.RiceSmallTextureOnly_CB.Location = new System.Drawing.Point(36, 66); + this.RiceSmallTextureOnly_CB.Name = "RiceSmallTextureOnly_CB"; + this.RiceSmallTextureOnly_CB.Size = new System.Drawing.Size(160, 17); + this.RiceSmallTextureOnly_CB.TabIndex = 26; + this.RiceSmallTextureOnly_CB.Text = "Enhance Small Texture Only"; + this.toolTip1.SetToolTip(this.RiceSmallTextureOnly_CB, "If enabled, texture enhancement will be done \r\nonly for textures width+height<=12" + "8.\r\n\r\nDefault: Off"); - this.RiceSmallTextureOnly_CB.UseVisualStyleBackColor = true; - // - // RiceLoadHiResCRCOnly_CB - // - this.RiceLoadHiResCRCOnly_CB.AutoSize = true; - this.RiceLoadHiResCRCOnly_CB.Location = new System.Drawing.Point(316, 43); - this.RiceLoadHiResCRCOnly_CB.Name = "RiceLoadHiResCRCOnly_CB"; - this.RiceLoadHiResCRCOnly_CB.Size = new System.Drawing.Size(201, 17); - this.RiceLoadHiResCRCOnly_CB.TabIndex = 25; - this.RiceLoadHiResCRCOnly_CB.Text = "Use CRC only to load Hi-Res Texture"; - this.toolTip1.SetToolTip(this.RiceLoadHiResCRCOnly_CB, "Select hi-resolution textures based only on the CRC and \r\nignore format+size info" + + this.RiceSmallTextureOnly_CB.UseVisualStyleBackColor = true; + // + // RiceLoadHiResCRCOnly_CB + // + this.RiceLoadHiResCRCOnly_CB.AutoSize = true; + this.RiceLoadHiResCRCOnly_CB.Location = new System.Drawing.Point(316, 43); + this.RiceLoadHiResCRCOnly_CB.Name = "RiceLoadHiResCRCOnly_CB"; + this.RiceLoadHiResCRCOnly_CB.Size = new System.Drawing.Size(201, 17); + this.RiceLoadHiResCRCOnly_CB.TabIndex = 25; + this.RiceLoadHiResCRCOnly_CB.Text = "Use CRC only to load Hi-Res Texture"; + this.toolTip1.SetToolTip(this.RiceLoadHiResCRCOnly_CB, "Select hi-resolution textures based only on the CRC and \r\nignore format+size info" + "rmation (Glide64 compatibility).\r\n\r\nDefault: On"); - this.RiceLoadHiResCRCOnly_CB.UseVisualStyleBackColor = true; - // - // RiceLoadHiResTextures_CB - // - this.RiceLoadHiResTextures_CB.AutoSize = true; - this.RiceLoadHiResTextures_CB.Location = new System.Drawing.Point(36, 43); - this.RiceLoadHiResTextures_CB.Name = "RiceLoadHiResTextures_CB"; - this.RiceLoadHiResTextures_CB.Size = new System.Drawing.Size(178, 17); - this.RiceLoadHiResTextures_CB.TabIndex = 24; - this.RiceLoadHiResTextures_CB.Text = "Load Hi-Res textures if available"; - this.toolTip1.SetToolTip(this.RiceLoadHiResTextures_CB, "Enable hi-resolution texture file loading.\r\n\r\nDefault: Off"); - this.RiceLoadHiResTextures_CB.UseVisualStyleBackColor = true; - // - // RiceDumpTexturesToFiles_CB - // - this.RiceDumpTexturesToFiles_CB.AutoSize = true; - this.RiceDumpTexturesToFiles_CB.Location = new System.Drawing.Point(273, 248); - this.RiceDumpTexturesToFiles_CB.Name = "RiceDumpTexturesToFiles_CB"; - this.RiceDumpTexturesToFiles_CB.Size = new System.Drawing.Size(134, 17); - this.RiceDumpTexturesToFiles_CB.TabIndex = 23; - this.RiceDumpTexturesToFiles_CB.Text = "Dump Textures to Files"; - this.toolTip1.SetToolTip(this.RiceDumpTexturesToFiles_CB, "Enable texture dumping.\r\n\r\nDefault: Off"); - this.RiceDumpTexturesToFiles_CB.UseVisualStyleBackColor = true; - // - // RiceGameSpecificTab - // - this.RiceGameSpecificTab.Controls.Add(this.label27); - this.RiceGameSpecificTab.Controls.Add(this.RiceEnableHacksForGame_Combo); - this.RiceGameSpecificTab.Controls.Add(this.RiceForceDepthBuffer_CB); - this.RiceGameSpecificTab.Controls.Add(this.label28); - this.RiceGameSpecificTab.Controls.Add(this.RiceUseCIWidthAndRatio_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label26); - this.RiceGameSpecificTab.Controls.Add(this.RiceRenderToTextureOption_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label25); - this.RiceGameSpecificTab.Controls.Add(this.RiceFrameBufferOption_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label24); - this.RiceGameSpecificTab.Controls.Add(this.RiceNormalBlender_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label23); - this.RiceGameSpecificTab.Controls.Add(this.RiceAccurateTextureMappingHack_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label22); - this.RiceGameSpecificTab.Controls.Add(this.RiceFastTextureCRC_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label21); - this.RiceGameSpecificTab.Controls.Add(this.RiceFullTMEM_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label20); - this.RiceGameSpecificTab.Controls.Add(this.RiceScreenUpdateSettingHack_Combo); - this.RiceGameSpecificTab.Controls.Add(this.label19); - this.RiceGameSpecificTab.Controls.Add(this.RiceVIHeight_Text); - this.RiceGameSpecificTab.Controls.Add(this.label4); - this.RiceGameSpecificTab.Controls.Add(this.RiceVIWidth_Text); - this.RiceGameSpecificTab.Controls.Add(this.RiceTextureScaleHack_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceFastLoadTile_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceUseSmallerTexture_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceEnableTxtLOD_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceZHack_CB); - this.RiceGameSpecificTab.Controls.Add(this.RicePrimaryDepthHack_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceDisableObjBG_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceDisableBlender_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceForceScreenClear_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceEmulateClear_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceTxtSizeMethod2_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceIncTexRectEdge_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceDisableCulling_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceDisableTextureCRC_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceTexture1Hack_CB); - this.RiceGameSpecificTab.Controls.Add(this.RiceUseDefaultHacks_CB); - this.RiceGameSpecificTab.Location = new System.Drawing.Point(4, 22); - this.RiceGameSpecificTab.Name = "RiceGameSpecificTab"; - this.RiceGameSpecificTab.Padding = new System.Windows.Forms.Padding(3); - this.RiceGameSpecificTab.Size = new System.Drawing.Size(564, 310); - this.RiceGameSpecificTab.TabIndex = 1; - this.RiceGameSpecificTab.Text = "Per-Game Hacks"; - this.RiceGameSpecificTab.UseVisualStyleBackColor = true; - // - // label27 - // - this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(310, 178); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(119, 13); - this.label27.TabIndex = 52; - this.label27.Text = "Enable hacks for game:"; - // - // RiceEnableHacksForGame_Combo - // - this.RiceEnableHacksForGame_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceEnableHacksForGame_Combo.FormattingEnabled = true; - this.RiceEnableHacksForGame_Combo.Items.AddRange(new object[] { + this.RiceLoadHiResCRCOnly_CB.UseVisualStyleBackColor = true; + // + // RiceLoadHiResTextures_CB + // + this.RiceLoadHiResTextures_CB.AutoSize = true; + this.RiceLoadHiResTextures_CB.Location = new System.Drawing.Point(36, 43); + this.RiceLoadHiResTextures_CB.Name = "RiceLoadHiResTextures_CB"; + this.RiceLoadHiResTextures_CB.Size = new System.Drawing.Size(178, 17); + this.RiceLoadHiResTextures_CB.TabIndex = 24; + this.RiceLoadHiResTextures_CB.Text = "Load Hi-Res textures if available"; + this.toolTip1.SetToolTip(this.RiceLoadHiResTextures_CB, "Enable hi-resolution texture file loading.\r\n\r\nDefault: Off"); + this.RiceLoadHiResTextures_CB.UseVisualStyleBackColor = true; + // + // RiceDumpTexturesToFiles_CB + // + this.RiceDumpTexturesToFiles_CB.AutoSize = true; + this.RiceDumpTexturesToFiles_CB.Location = new System.Drawing.Point(273, 248); + this.RiceDumpTexturesToFiles_CB.Name = "RiceDumpTexturesToFiles_CB"; + this.RiceDumpTexturesToFiles_CB.Size = new System.Drawing.Size(134, 17); + this.RiceDumpTexturesToFiles_CB.TabIndex = 23; + this.RiceDumpTexturesToFiles_CB.Text = "Dump Textures to Files"; + this.toolTip1.SetToolTip(this.RiceDumpTexturesToFiles_CB, "Enable texture dumping.\r\n\r\nDefault: Off"); + this.RiceDumpTexturesToFiles_CB.UseVisualStyleBackColor = true; + // + // RiceGameSpecificTab + // + this.RiceGameSpecificTab.Controls.Add(this.label27); + this.RiceGameSpecificTab.Controls.Add(this.RiceEnableHacksForGame_Combo); + this.RiceGameSpecificTab.Controls.Add(this.RiceForceDepthBuffer_CB); + this.RiceGameSpecificTab.Controls.Add(this.label28); + this.RiceGameSpecificTab.Controls.Add(this.RiceUseCIWidthAndRatio_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label26); + this.RiceGameSpecificTab.Controls.Add(this.RiceRenderToTextureOption_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label25); + this.RiceGameSpecificTab.Controls.Add(this.RiceFrameBufferOption_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label24); + this.RiceGameSpecificTab.Controls.Add(this.RiceNormalBlender_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label23); + this.RiceGameSpecificTab.Controls.Add(this.RiceAccurateTextureMappingHack_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label22); + this.RiceGameSpecificTab.Controls.Add(this.RiceFastTextureCRC_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label21); + this.RiceGameSpecificTab.Controls.Add(this.RiceFullTMEM_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label20); + this.RiceGameSpecificTab.Controls.Add(this.RiceScreenUpdateSettingHack_Combo); + this.RiceGameSpecificTab.Controls.Add(this.label19); + this.RiceGameSpecificTab.Controls.Add(this.RiceVIHeight_Text); + this.RiceGameSpecificTab.Controls.Add(this.label4); + this.RiceGameSpecificTab.Controls.Add(this.RiceVIWidth_Text); + this.RiceGameSpecificTab.Controls.Add(this.RiceTextureScaleHack_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceFastLoadTile_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceUseSmallerTexture_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceEnableTxtLOD_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceZHack_CB); + this.RiceGameSpecificTab.Controls.Add(this.RicePrimaryDepthHack_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceDisableObjBG_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceDisableBlender_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceForceScreenClear_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceEmulateClear_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceTxtSizeMethod2_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceIncTexRectEdge_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceDisableCulling_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceDisableTextureCRC_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceTexture1Hack_CB); + this.RiceGameSpecificTab.Controls.Add(this.RiceUseDefaultHacks_CB); + this.RiceGameSpecificTab.Location = new System.Drawing.Point(4, 22); + this.RiceGameSpecificTab.Name = "RiceGameSpecificTab"; + this.RiceGameSpecificTab.Padding = new System.Windows.Forms.Padding(3); + this.RiceGameSpecificTab.Size = new System.Drawing.Size(564, 310); + this.RiceGameSpecificTab.TabIndex = 1; + this.RiceGameSpecificTab.Text = "Per-Game Hacks"; + this.RiceGameSpecificTab.UseVisualStyleBackColor = true; + // + // label27 + // + this.label27.AutoSize = true; + this.label27.Location = new System.Drawing.Point(310, 178); + this.label27.Name = "label27"; + this.label27.Size = new System.Drawing.Size(119, 13); + this.label27.TabIndex = 52; + this.label27.Text = "Enable hacks for game:"; + // + // RiceEnableHacksForGame_Combo + // + this.RiceEnableHacksForGame_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceEnableHacksForGame_Combo.FormattingEnabled = true; + this.RiceEnableHacksForGame_Combo.Items.AddRange(new object[] { "NO_HACK_FOR_GAME", "HACK_FOR_BANJO_TOOIE", "HACK_FOR_DR_MARIO", @@ -1210,81 +1219,81 @@ "HACK_FOR_DUKE_NUKEM", "HACK_FOR_ZELDA_MM", "HACK_FOR_MARIO_KART"}); - this.RiceEnableHacksForGame_Combo.Location = new System.Drawing.Point(313, 194); - this.RiceEnableHacksForGame_Combo.Name = "RiceEnableHacksForGame_Combo"; - this.RiceEnableHacksForGame_Combo.Size = new System.Drawing.Size(240, 21); - this.RiceEnableHacksForGame_Combo.TabIndex = 51; - // - // RiceForceDepthBuffer_CB - // - this.RiceForceDepthBuffer_CB.AutoSize = true; - this.RiceForceDepthBuffer_CB.Location = new System.Drawing.Point(173, 186); - this.RiceForceDepthBuffer_CB.Name = "RiceForceDepthBuffer_CB"; - this.RiceForceDepthBuffer_CB.Size = new System.Drawing.Size(116, 17); - this.RiceForceDepthBuffer_CB.TabIndex = 50; - this.RiceForceDepthBuffer_CB.Text = "Force Depth Buffer"; - this.RiceForceDepthBuffer_CB.UseVisualStyleBackColor = true; - // - // label28 - // - this.label28.AutoSize = true; - this.label28.Location = new System.Drawing.Point(12, 275); - this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(115, 13); - this.label28.TabIndex = 49; - this.label28.Text = "Screen Update Setting"; - // - // RiceUseCIWidthAndRatio_Combo - // - this.RiceUseCIWidthAndRatio_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceUseCIWidthAndRatio_Combo.FormattingEnabled = true; - this.RiceUseCIWidthAndRatio_Combo.Items.AddRange(new object[] { + this.RiceEnableHacksForGame_Combo.Location = new System.Drawing.Point(313, 194); + this.RiceEnableHacksForGame_Combo.Name = "RiceEnableHacksForGame_Combo"; + this.RiceEnableHacksForGame_Combo.Size = new System.Drawing.Size(240, 21); + this.RiceEnableHacksForGame_Combo.TabIndex = 51; + // + // RiceForceDepthBuffer_CB + // + this.RiceForceDepthBuffer_CB.AutoSize = true; + this.RiceForceDepthBuffer_CB.Location = new System.Drawing.Point(173, 186); + this.RiceForceDepthBuffer_CB.Name = "RiceForceDepthBuffer_CB"; + this.RiceForceDepthBuffer_CB.Size = new System.Drawing.Size(116, 17); + this.RiceForceDepthBuffer_CB.TabIndex = 50; + this.RiceForceDepthBuffer_CB.Text = "Force Depth Buffer"; + this.RiceForceDepthBuffer_CB.UseVisualStyleBackColor = true; + // + // label28 + // + this.label28.AutoSize = true; + this.label28.Location = new System.Drawing.Point(12, 275); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(115, 13); + this.label28.TabIndex = 49; + this.label28.Text = "Screen Update Setting"; + // + // RiceUseCIWidthAndRatio_Combo + // + this.RiceUseCIWidthAndRatio_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceUseCIWidthAndRatio_Combo.FormattingEnabled = true; + this.RiceUseCIWidthAndRatio_Combo.Items.AddRange(new object[] { "NOT_USE_CI_WIDTH_AND_RATIO", "USE_CI_WIDTH_AND_RATIO_FOR_NTSC", "USE_CI_WIDTH_AND_RATIO_FOR_PAL"}); - this.RiceUseCIWidthAndRatio_Combo.Location = new System.Drawing.Point(133, 241); - this.RiceUseCIWidthAndRatio_Combo.Name = "RiceUseCIWidthAndRatio_Combo"; - this.RiceUseCIWidthAndRatio_Combo.Size = new System.Drawing.Size(274, 21); - this.RiceUseCIWidthAndRatio_Combo.TabIndex = 48; - // - // label26 - // - this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(310, 138); - this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(121, 13); - this.label26.TabIndex = 47; - this.label26.Text = "Render to texture option"; - // - // RiceRenderToTextureOption_Combo - // - this.RiceRenderToTextureOption_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceRenderToTextureOption_Combo.FormattingEnabled = true; - this.RiceRenderToTextureOption_Combo.Items.AddRange(new object[] { + this.RiceUseCIWidthAndRatio_Combo.Location = new System.Drawing.Point(133, 241); + this.RiceUseCIWidthAndRatio_Combo.Name = "RiceUseCIWidthAndRatio_Combo"; + this.RiceUseCIWidthAndRatio_Combo.Size = new System.Drawing.Size(274, 21); + this.RiceUseCIWidthAndRatio_Combo.TabIndex = 48; + // + // label26 + // + this.label26.AutoSize = true; + this.label26.Location = new System.Drawing.Point(310, 138); + this.label26.Name = "label26"; + this.label26.Size = new System.Drawing.Size(121, 13); + this.label26.TabIndex = 47; + this.label26.Text = "Render to texture option"; + // + // RiceRenderToTextureOption_Combo + // + this.RiceRenderToTextureOption_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceRenderToTextureOption_Combo.FormattingEnabled = true; + this.RiceRenderToTextureOption_Combo.Items.AddRange(new object[] { "TXT_BUF_NONE", "TXT_BUF_IGNORE", "TXT_BUF_NORMAL", "TXT_BUF_WRITE_BACK", "TXT_BUF_WRITE_BACK_AND_RELOAD"}); - this.RiceRenderToTextureOption_Combo.Location = new System.Drawing.Point(313, 154); - this.RiceRenderToTextureOption_Combo.Name = "RiceRenderToTextureOption_Combo"; - this.RiceRenderToTextureOption_Combo.Size = new System.Drawing.Size(240, 21); - this.RiceRenderToTextureOption_Combo.TabIndex = 46; - // - // label25 - // - this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(310, 95); - this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(97, 13); - this.label25.TabIndex = 45; - this.label25.Text = "Framebuffer Option"; - // - // RiceFrameBufferOption_Combo - // - this.RiceFrameBufferOption_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceFrameBufferOption_Combo.FormattingEnabled = true; - this.RiceFrameBufferOption_Combo.Items.AddRange(new object[] { + this.RiceRenderToTextureOption_Combo.Location = new System.Drawing.Point(313, 154); + this.RiceRenderToTextureOption_Combo.Name = "RiceRenderToTextureOption_Combo"; + this.RiceRenderToTextureOption_Combo.Size = new System.Drawing.Size(240, 21); + this.RiceRenderToTextureOption_Combo.TabIndex = 46; + // + // label25 + // + this.label25.AutoSize = true; + this.label25.Location = new System.Drawing.Point(310, 95); + this.label25.Name = "label25"; + this.label25.Size = new System.Drawing.Size(97, 13); + this.label25.TabIndex = 45; + this.label25.Text = "Framebuffer Option"; + // + // RiceFrameBufferOption_Combo + // + this.RiceFrameBufferOption_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceFrameBufferOption_Combo.FormattingEnabled = true; + this.RiceFrameBufferOption_Combo.Items.AddRange(new object[] { "FRM_BUF_NONE", "FRM_BUF_IGNORE", "FRM_BUF_BASIC", @@ -1295,121 +1304,121 @@ "FRM_BUF_BASIC_AND_WITH_EMULATOR", "FRM_BUF_WITH_EMULATOR_READ_ONLY", "FRM_BUF_WITH_EMULATOR_WRITE_ONLY"}); - this.RiceFrameBufferOption_Combo.Location = new System.Drawing.Point(313, 114); - this.RiceFrameBufferOption_Combo.Name = "RiceFrameBufferOption_Combo"; - this.RiceFrameBufferOption_Combo.Size = new System.Drawing.Size(239, 21); - this.RiceFrameBufferOption_Combo.TabIndex = 44; - // - // label24 - // - this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(430, 34); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(79, 13); - this.label24.TabIndex = 43; - this.label24.Text = "Normal Blender"; - this.label24.TextAlign = System.Drawing.ContentAlignment.TopRight; - // - // RiceNormalBlender_Combo - // - this.RiceNormalBlender_Combo.DisplayMember = "0,1,2,3"; - this.RiceNormalBlender_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceNormalBlender_Combo.FormattingEnabled = true; - this.RiceNormalBlender_Combo.Items.AddRange(new object[] { + this.RiceFrameBufferOption_Combo.Location = new System.Drawing.Point(313, 114); + this.RiceFrameBufferOption_Combo.Name = "RiceFrameBufferOption_Combo"; + this.RiceFrameBufferOption_Combo.Size = new System.Drawing.Size(239, 21); + this.RiceFrameBufferOption_Combo.TabIndex = 44; + // + // label24 + // + this.label24.AutoSize = true; + this.label24.Location = new System.Drawing.Point(430, 34); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(79, 13); + this.label24.TabIndex = 43; + this.label24.Text = "Normal Blender"; + this.label24.TextAlign = System.Drawing.ContentAlignment.TopRight; + // + // RiceNormalBlender_Combo + // + this.RiceNormalBlender_Combo.DisplayMember = "0,1,2,3"; + this.RiceNormalBlender_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceNormalBlender_Combo.FormattingEnabled = true; + this.RiceNormalBlender_Combo.Items.AddRange(new object[] { "0", "1", "2"}); - this.RiceNormalBlender_Combo.Location = new System.Drawing.Point(515, 31); - this.RiceNormalBlender_Combo.Name = "RiceNormalBlender_Combo"; - this.RiceNormalBlender_Combo.Size = new System.Drawing.Size(37, 21); - this.RiceNormalBlender_Combo.TabIndex = 42; - // - // label23 - // - this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(376, 7); - this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(133, 13); - this.label23.TabIndex = 41; - this.label23.Text = "Accurate Texture Mapping"; - this.label23.TextAlign = System.Drawing.ContentAlignment.TopRight; - this.toolTip1.SetToolTip(this.label23, "\\"); - // - // RiceAccurateTextureMappingHack_Combo - // - this.RiceAccurateTextureMappingHack_Combo.DisplayMember = "0,1,2,3"; - this.RiceAccurateTextureMappingHack_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceAccurateTextureMappingHack_Combo.FormattingEnabled = true; - this.RiceAccurateTextureMappingHack_Combo.Items.AddRange(new object[] { + this.RiceNormalBlender_Combo.Location = new System.Drawing.Point(515, 31); + this.RiceNormalBlender_Combo.Name = "RiceNormalBlender_Combo"; + this.RiceNormalBlender_Combo.Size = new System.Drawing.Size(37, 21); + this.RiceNormalBlender_Combo.TabIndex = 42; + // + // label23 + // + this.label23.AutoSize = true; + this.label23.Location = new System.Drawing.Point(376, 7); + this.label23.Name = "label23"; + this.label23.Size = new System.Drawing.Size(133, 13); + this.label23.TabIndex = 41; + this.label23.Text = "Accurate Texture Mapping"; + this.label23.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.toolTip1.SetToolTip(this.label23, "\\"); + // + // RiceAccurateTextureMappingHack_Combo + // + this.RiceAccurateTextureMappingHack_Combo.DisplayMember = "0,1,2,3"; + this.RiceAccurateTextureMappingHack_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceAccurateTextureMappingHack_Combo.FormattingEnabled = true; + this.RiceAccurateTextureMappingHack_Combo.Items.AddRange(new object[] { "0", "1"}); - this.RiceAccurateTextureMappingHack_Combo.Location = new System.Drawing.Point(515, 4); - this.RiceAccurateTextureMappingHack_Combo.Name = "RiceAccurateTextureMappingHack_Combo"; - this.RiceAccurateTextureMappingHack_Combo.Size = new System.Drawing.Size(37, 21); - this.RiceAccurateTextureMappingHack_Combo.TabIndex = 40; - // - // label22 - // - this.label22.AutoSize = true; - this.label22.Location = new System.Drawing.Point(418, 61); - this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(91, 13); - this.label22.TabIndex = 39; - this.label22.Text = "Fast Texture CRC"; - this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; - // - // RiceFastTextureCRC_Combo - // - this.RiceFastTextureCRC_Combo.DisplayMember = "0,1,2,3"; - this.RiceFastTextureCRC_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceFastTextureCRC_Combo.FormattingEnabled = true; - this.RiceFastTextureCRC_Combo.Items.AddRange(new object[] { + this.RiceAccurateTextureMappingHack_Combo.Location = new System.Drawing.Point(515, 4); + this.RiceAccurateTextureMappingHack_Combo.Name = "RiceAccurateTextureMappingHack_Combo"; + this.RiceAccurateTextureMappingHack_Combo.Size = new System.Drawing.Size(37, 21); + this.RiceAccurateTextureMappingHack_Combo.TabIndex = 40; + // + // label22 + // + this.label22.AutoSize = true; + this.label22.Location = new System.Drawing.Point(418, 61); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(91, 13); + this.label22.TabIndex = 39; + this.label22.Text = "Fast Texture CRC"; + this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; + // + // RiceFastTextureCRC_Combo + // + this.RiceFastTextureCRC_Combo.DisplayMember = "0,1,2,3"; + this.RiceFastTextureCRC_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceFastTextureCRC_Combo.FormattingEnabled = true; + this.RiceFastTextureCRC_Combo.Items.AddRange(new object[] { "0", "1", "2"}); - this.RiceFastTextureCRC_Combo.Location = new System.Drawing.Point(515, 58); - this.RiceFastTextureCRC_Combo.Name = "RiceFastTextureCRC_Combo"; - this.RiceFastTextureCRC_Combo.Size = new System.Drawing.Size(37, 21); - this.RiceFastTextureCRC_Combo.TabIndex = 38; - // - // label21 - // - this.label21.AutoSize = true; - this.label21.Location = new System.Drawing.Point(454, 88); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(55, 13); - this.label21.TabIndex = 37; - this.label21.Text = "FullTMEM"; - this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight; - // - // RiceFullTMEM_Combo - // - this.RiceFullTMEM_Combo.DisplayMember = "0,1,2,3"; - this.RiceFullTMEM_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceFullTMEM_Combo.FormattingEnabled = true; - this.RiceFullTMEM_Combo.Items.AddRange(new object[] { + this.RiceFastTextureCRC_Combo.Location = new System.Drawing.Point(515, 58); + this.RiceFastTextureCRC_Combo.Name = "RiceFastTextureCRC_Combo"; + this.RiceFastTextureCRC_Combo.Size = new System.Drawing.Size(37, 21); + this.RiceFastTextureCRC_Combo.TabIndex = 38; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Location = new System.Drawing.Point(454, 88); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(55, 13); + this.label21.TabIndex = 37; + this.label21.Text = "FullTMEM"; + this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight; + // + // RiceFullTMEM_Combo + // + this.RiceFullTMEM_Combo.DisplayMember = "0,1,2,3"; + this.RiceFullTMEM_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceFullTMEM_Combo.FormattingEnabled = true; + this.RiceFullTMEM_Combo.Items.AddRange(new object[] { "0", "1", "2"}); - this.RiceFullTMEM_Combo.Location = new System.Drawing.Point(515, 85); - this.RiceFullTMEM_Combo.Name = "RiceFullTMEM_Combo"; - this.RiceFullTMEM_Combo.Size = new System.Drawing.Size(36, 21); - this.RiceFullTMEM_Combo.TabIndex = 36; - // - // label20 - // - this.label20.AutoSize = true; - this.label20.Location = new System.Drawing.Point(8, 244); - this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(119, 13); - this.label20.TabIndex = 35; - this.label20.Text = "Use CI Width and Ratio"; - // - // RiceScreenUpdateSettingHack_Combo - // - this.RiceScreenUpdateSettingHack_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.RiceScreenUpdateSettingHack_Combo.FormattingEnabled = true; - this.RiceScreenUpdateSettingHack_Combo.Items.AddRange(new object[] { + this.RiceFullTMEM_Combo.Location = new System.Drawing.Point(515, 85); + this.RiceFullTMEM_Combo.Name = "RiceFullTMEM_Combo"; + this.RiceFullTMEM_Combo.Size = new System.Drawing.Size(36, 21); + this.RiceFullTMEM_Combo.TabIndex = 36; + // + // label20 + // + this.label20.AutoSize = true; + this.label20.Location = new System.Drawing.Point(8, 244); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(119, 13); + this.label20.TabIndex = 35; + this.label20.Text = "Use CI Width and Ratio"; + // + // RiceScreenUpdateSettingHack_Combo + // + this.RiceScreenUpdateSettingHack_Combo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.RiceScreenUpdateSettingHack_Combo.FormattingEnabled = true; + this.RiceScreenUpdateSettingHack_Combo.Items.AddRange(new object[] { "SCREEN_UPDATE_DEFAULT", "SCREEN_UPDATE_AT_VI_UPDATE", "SCREEN_UPDATE_AT_VI_CHANGE", @@ -1418,546 +1427,546 @@ "SCREEN_UPDATE_AT_1ST_PRIMITIVE", "SCREEN_UPDATE_BEFORE_SCREEN_CLEAR", "SCREEN_UPDATE_AT_VI_UPDATE_AND_DRAWN"}); - this.RiceScreenUpdateSettingHack_Combo.Location = new System.Drawing.Point(133, 272); - this.RiceScreenUpdateSettingHack_Combo.Name = "RiceScreenUpdateSettingHack_Combo"; - this.RiceScreenUpdateSettingHack_Combo.Size = new System.Drawing.Size(274, 21); - this.RiceScreenUpdateSettingHack_Combo.TabIndex = 34; - // - // label19 - // - this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(306, 62); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(51, 13); - this.label19.TabIndex = 20; - this.label19.Text = "VI Height"; - // - // RiceVIHeight_Text - // - this.RiceVIHeight_Text.Location = new System.Drawing.Point(363, 59); - this.RiceVIHeight_Text.Name = "RiceVIHeight_Text"; - this.RiceVIHeight_Text.Size = new System.Drawing.Size(36, 20); - this.RiceVIHeight_Text.TabIndex = 19; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(309, 34); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(48, 13); - this.label4.TabIndex = 18; - this.label4.Text = "VI Width"; - // - // RiceVIWidth_Text - // - this.RiceVIWidth_Text.Location = new System.Drawing.Point(363, 31); - this.RiceVIWidth_Text.Name = "RiceVIWidth_Text"; - this.RiceVIWidth_Text.Size = new System.Drawing.Size(36, 20); - this.RiceVIWidth_Text.TabIndex = 17; - // - // RiceTextureScaleHack_CB - // - this.RiceTextureScaleHack_CB.AutoSize = true; - this.RiceTextureScaleHack_CB.Location = new System.Drawing.Point(6, 140); - this.RiceTextureScaleHack_CB.Name = "RiceTextureScaleHack_CB"; - this.RiceTextureScaleHack_CB.Size = new System.Drawing.Size(121, 17); - this.RiceTextureScaleHack_CB.TabIndex = 16; - this.RiceTextureScaleHack_CB.Text = "Texture Scale Hack"; - this.RiceTextureScaleHack_CB.UseVisualStyleBackColor = true; - // - // RiceFastLoadTile_CB - // - this.RiceFastLoadTile_CB.AutoSize = true; - this.RiceFastLoadTile_CB.Location = new System.Drawing.Point(6, 209); - this.RiceFastLoadTile_CB.Name = "RiceFastLoadTile_CB"; - this.RiceFastLoadTile_CB.Size = new System.Drawing.Size(93, 17); - this.RiceFastLoadTile_CB.TabIndex = 15; - this.RiceFastLoadTile_CB.Text = "Fast Load Tile"; - this.RiceFastLoadTile_CB.UseVisualStyleBackColor = true; - // - // RiceUseSmallerTexture_CB - // - this.RiceUseSmallerTexture_CB.AutoSize = true; - this.RiceUseSmallerTexture_CB.ForeColor = System.Drawing.SystemColors.ControlText; - this.RiceUseSmallerTexture_CB.Location = new System.Drawing.Point(173, 209); - this.RiceUseSmallerTexture_CB.Name = "RiceUseSmallerTexture_CB"; - this.RiceUseSmallerTexture_CB.Size = new System.Drawing.Size(121, 17); - this.RiceUseSmallerTexture_CB.TabIndex = 14; - this.RiceUseSmallerTexture_CB.Text = "Use Smaller Texture"; - this.RiceUseSmallerTexture_CB.UseVisualStyleBackColor = true; - // - // RiceEnableTxtLOD_CB - // - this.RiceEnableTxtLOD_CB.AutoSize = true; - this.RiceEnableTxtLOD_CB.Location = new System.Drawing.Point(173, 71); - this.RiceEnableTxtLOD_CB.Name = "RiceEnableTxtLOD_CB"; - this.RiceEnableTxtLOD_CB.Size = new System.Drawing.Size(102, 17); - this.RiceEnableTxtLOD_CB.TabIndex = 13; - this.RiceEnableTxtLOD_CB.Text = "Enable Txt LOD"; - this.RiceEnableTxtLOD_CB.UseVisualStyleBackColor = true; - // - // RiceZHack_CB - // - this.RiceZHack_CB.AutoSize = true; - this.RiceZHack_CB.Location = new System.Drawing.Point(6, 117); - this.RiceZHack_CB.Name = "RiceZHack_CB"; - this.RiceZHack_CB.Size = new System.Drawing.Size(62, 17); - this.RiceZHack_CB.TabIndex = 12; - this.RiceZHack_CB.Text = "Z Hack"; - this.RiceZHack_CB.UseVisualStyleBackColor = true; - // - // RicePrimaryDepthHack_CB - // - this.RicePrimaryDepthHack_CB.AutoSize = true; - this.RicePrimaryDepthHack_CB.Location = new System.Drawing.Point(6, 163); - this.RicePrimaryDepthHack_CB.Name = "RicePrimaryDepthHack_CB"; - this.RicePrimaryDepthHack_CB.Size = new System.Drawing.Size(121, 17); - this.RicePrimaryDepthHack_CB.TabIndex = 11; - this.RicePrimaryDepthHack_CB.Text = "Primary Depth Hack"; - this.RicePrimaryDepthHack_CB.UseVisualStyleBackColor = true; - // - // RiceDisableObjBG_CB - // - this.RiceDisableObjBG_CB.AutoSize = true; - this.RiceDisableObjBG_CB.Location = new System.Drawing.Point(173, 163); - this.RiceDisableObjBG_CB.Name = "RiceDisableObjBG_CB"; - this.RiceDisableObjBG_CB.Size = new System.Drawing.Size(98, 17); - this.RiceDisableObjBG_CB.TabIndex = 10; - this.RiceDisableObjBG_CB.Text = "Disable Obj BG"; - this.RiceDisableObjBG_CB.UseVisualStyleBackColor = true; - // - // RiceDisableBlender_CB - // - this.RiceDisableBlender_CB.AutoSize = true; - this.RiceDisableBlender_CB.Location = new System.Drawing.Point(173, 140); - this.RiceDisableBlender_CB.Name = "RiceDisableBlender_CB"; - this.RiceDisableBlender_CB.Size = new System.Drawing.Size(100, 17); - this.RiceDisableBlender_CB.TabIndex = 9; - this.RiceDisableBlender_CB.Text = "Disable Blender"; - this.RiceDisableBlender_CB.UseVisualStyleBackColor = true; - // - // RiceForceScreenClear_CB - // - this.RiceForceScreenClear_CB.AutoSize = true; - this.RiceForceScreenClear_CB.Location = new System.Drawing.Point(173, 117); - this.RiceForceScreenClear_CB.Name = "RiceForceScreenClear_CB"; - this.RiceForceScreenClear_CB.Size = new System.Drawing.Size(117, 17); - this.RiceForceScreenClear_CB.TabIndex = 8; - this.RiceForceScreenClear_CB.Text = "Force Screen Clear"; - this.RiceForceScreenClear_CB.UseVisualStyleBackColor = true; - // - // RiceEmulateClear_CB - // - this.RiceEmulateClear_CB.AutoSize = true; - this.RiceEmulateClear_CB.Location = new System.Drawing.Point(173, 94); - this.RiceEmulateClear_CB.Name = "RiceEmulateClear_CB"; - this.RiceEmulateClear_CB.Size = new System.Drawing.Size(91, 17); - this.RiceEmulateClear_CB.TabIndex = 7; - this.RiceEmulateClear_CB.Text = "Emulate Clear"; - this.RiceEmulateClear_CB.UseVisualStyleBackColor = true; - // - // RiceTxtSizeMethod2_CB - // - this.RiceTxtSizeMethod2_CB.AutoSize = true; - this.RiceTxtSizeMethod2_CB.Location = new System.Drawing.Point(173, 48); - this.RiceTxtSizeMethod2_CB.Name = "RiceTxtSizeMethod2_CB"; - this.RiceTxtSizeMethod2_CB.Size = new System.Drawing.Size(112, 17); - this.RiceTxtSizeMethod2_CB.TabIndex = 6; - this.RiceTxtSizeMethod2_CB.Text = "Txt Size Method 2"; - this.RiceTxtSizeMethod2_CB.UseVisualStyleBackColor = true; - // - // RiceIncTexRectEdge_CB - // - this.RiceIncTexRectEdge_CB.AutoSize = true; - this.RiceIncTexRectEdge_CB.Location = new System.Drawing.Point(6, 94); - this.RiceIncTexRectEdge_CB.Name = "RiceIncTexRectEdge_CB"; - this.RiceIncTexRectEdge_CB.Size = new System.Drawing.Size(116, 17); - this.RiceIncTexRectEdge_CB.TabIndex = 5; - this.RiceIncTexRectEdge_CB.Text = "Inc Tex Rect Edge"; - this.RiceIncTexRectEdge_CB.UseVisualStyleBackColor = true; - // - // RiceDisableCulling_CB - // - this.RiceDisableCulling_CB.AutoSize = true; - this.RiceDisableCulling_CB.Location = new System.Drawing.Point(6, 71); - this.RiceDisableCulling_CB.Name = "RiceDisableCulling_CB"; - this.RiceDisableCulling_CB.Size = new System.Drawing.Size(95, 17); - this.RiceDisableCulling_CB.TabIndex = 4; - this.RiceDisableCulling_CB.Text = "Disable Culling"; - this.RiceDisableCulling_CB.UseVisualStyleBackColor = true; - // - // RiceDisableTextureCRC_CB - // - this.RiceDisableTextureCRC_CB.AutoSize = true; - this.RiceDisableTextureCRC_CB.Location = new System.Drawing.Point(6, 48); - this.RiceDisableTextureCRC_CB.Name = "RiceDisableTextureCRC_CB"; - this.RiceDisableTextureCRC_CB.Size = new System.Drawing.Size(125, 17); - this.RiceDisableTextureCRC_CB.TabIndex = 3; - this.RiceDisableTextureCRC_CB.Text = "Disable Texture CRC"; - this.RiceDisableTextureCRC_CB.UseVisualStyleBackColor = true; - // - // RiceTexture1Hack_CB - // - this.RiceTexture1Hack_CB.AutoSize = true; - this.RiceTexture1Hack_CB.Location = new System.Drawing.Point(6, 186); - this.RiceTexture1Hack_CB.Name = "RiceTexture1Hack_CB"; - this.RiceTexture1Hack_CB.Size = new System.Drawing.Size(97, 17); - this.RiceTexture1Hack_CB.TabIndex = 2; - this.RiceTexture1Hack_CB.Text = "Texture1 Hack"; - this.RiceTexture1Hack_CB.UseVisualStyleBackColor = true; - // - // RiceUseDefaultHacks_CB - // - this.RiceUseDefaultHacks_CB.AutoSize = true; - this.RiceUseDefaultHacks_CB.Location = new System.Drawing.Point(6, 6); - this.RiceUseDefaultHacks_CB.Name = "RiceUseDefaultHacks_CB"; - this.RiceUseDefaultHacks_CB.Size = new System.Drawing.Size(165, 17); - this.RiceUseDefaultHacks_CB.TabIndex = 1; - this.RiceUseDefaultHacks_CB.Text = "Use defaults for current game"; - this.RiceUseDefaultHacks_CB.UseVisualStyleBackColor = true; - this.RiceUseDefaultHacks_CB.CheckedChanged += new System.EventHandler(this.RiceUseDefaultHacks_CB_CheckedChanged); - // - // Glide64TabPage - // - this.Glide64TabPage.Controls.Add(this.tabControl1); - this.Glide64TabPage.Location = new System.Drawing.Point(4, 22); - this.Glide64TabPage.Name = "Glide64TabPage"; - this.Glide64TabPage.Padding = new System.Windows.Forms.Padding(3); - this.Glide64TabPage.Size = new System.Drawing.Size(572, 343); - this.Glide64TabPage.TabIndex = 5; - this.Glide64TabPage.Text = "Glide64"; - this.Glide64TabPage.UseVisualStyleBackColor = true; - // - // tabControl1 - // - this.tabControl1.Controls.Add(this.Glide64General); - this.tabControl1.Controls.Add(this.GlidePerGameHacks1); - this.tabControl1.Controls.Add(this.GlidePerGameHacks2); - this.tabControl1.Location = new System.Drawing.Point(0, 3); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(572, 336); - this.tabControl1.TabIndex = 0; - // - // Glide64General - // - this.Glide64General.Controls.Add(this.label39); - this.Glide64General.Controls.Add(this.Glide_scale_y); - this.Glide64General.Controls.Add(this.label40); - this.Glide64General.Controls.Add(this.Glide_scale_x); - this.Glide64General.Controls.Add(this.label38); - this.Glide64General.Controls.Add(this.Glide_offset_y); - this.Glide64General.Controls.Add(this.label37); - this.Glide64General.Controls.Add(this.Glide_offset_x); - this.Glide64General.Controls.Add(this.Glide_fb_get_info); - this.Glide64General.Controls.Add(this.Glide_disable_auxbuf); - this.Glide64General.Controls.Add(this.Glide_fbo); - this.Glide64General.Controls.Add(this.Glide_noglsl); - this.Glide64General.Controls.Add(this.Glide_noditheredalpha); - this.Glide64General.Controls.Add(this.label32); - this.Glide64General.Controls.Add(this.Glide_tex_filter); - this.Glide64General.Controls.Add(this.Glide_fb_render); - this.Glide64General.Controls.Add(this.Glide_motionblur); - this.Glide64General.Controls.Add(this.Glide_fb_read_always); - this.Glide64General.Controls.Add(this.Glide_unk_as_red); - this.Glide64General.Controls.Add(this.Glide_filter_cache); - this.Glide64General.Controls.Add(this.Glide_fast_crc); - this.Glide64General.Controls.Add(this.label31); - this.Glide64General.Controls.Add(this.Glide_wfmode); - this.Glide64General.Controls.Add(this.Glide_wireframe); - this.Glide64General.Controls.Add(this.label30); - this.Glide64General.Controls.Add(this.Glide_card_id); - this.Glide64General.Controls.Add(this.Glide_flame_corona); - this.Glide64General.Controls.Add(this.label29); - this.Glide64General.Controls.Add(this.Glide_ucode); - this.Glide64General.Controls.Add(this.Glide_autodetect_ucode); - this.Glide64General.Location = new System.Drawing.Point(4, 22); - this.Glide64General.Name = "Glide64General"; - this.Glide64General.Padding = new System.Windows.Forms.Padding(3); - this.Glide64General.Size = new System.Drawing.Size(564, 310); - this.Glide64General.TabIndex = 0; - this.Glide64General.Text = "General"; - this.Glide64General.UseVisualStyleBackColor = true; - // - // label39 - // - this.label39.AutoSize = true; - this.label39.Location = new System.Drawing.Point(386, 265); - this.label39.Name = "label39"; - this.label39.Size = new System.Drawing.Size(47, 13); - this.label39.TabIndex = 42; - this.label39.Text = "Scale Y:"; - // - // Glide_scale_y - // - this.Glide_scale_y.Location = new System.Drawing.Point(455, 262); - this.Glide_scale_y.Name = "Glide_scale_y"; - this.Glide_scale_y.Size = new System.Drawing.Size(56, 20); - this.Glide_scale_y.TabIndex = 41; - // - // label40 - // - this.label40.AutoSize = true; - this.label40.ForeColor = System.Drawing.SystemColors.ControlText; - this.label40.Location = new System.Drawing.Point(386, 239); - this.label40.Name = "label40"; - this.label40.Size = new System.Drawing.Size(47, 13); - this.label40.TabIndex = 40; - this.label40.Text = "Scale X:"; - // - // Glide_scale_x - // - this.Glide_scale_x.Location = new System.Drawing.Point(455, 236); - this.Glide_scale_x.Name = "Glide_scale_x"; - this.Glide_scale_x.Size = new System.Drawing.Size(56, 20); - this.Glide_scale_x.TabIndex = 39; - // - // label38 - // - this.label38.AutoSize = true; - this.label38.Location = new System.Drawing.Point(386, 213); - this.label38.Name = "label38"; - this.label38.Size = new System.Drawing.Size(48, 13); - this.label38.TabIndex = 38; - this.label38.Text = "Offset Y:"; - // - // Glide_offset_y - // - this.Glide_offset_y.Location = new System.Drawing.Point(455, 210); - this.Glide_offset_y.Name = "Glide_offset_y"; - this.Glide_offset_y.Size = new System.Drawing.Size(56, 20); - this.Glide_offset_y.TabIndex = 37; - // - // label37 - // - this.label37.AutoSize = true; - this.label37.Location = new System.Drawing.Point(386, 187); - this.label37.Name = "label37"; - this.label37.Size = new System.Drawing.Size(48, 13); - this.label37.TabIndex = 36; - this.label37.Text = "Offset X:"; - // - // Glide_offset_x - // - this.Glide_offset_x.Location = new System.Drawing.Point(455, 184); - this.Glide_offset_x.Name = "Glide_offset_x"; - this.Glide_offset_x.Size = new System.Drawing.Size(56, 20); - this.Glide_offset_x.TabIndex = 35; - // - // Glide_fb_get_info - // - this.Glide_fb_get_info.AutoSize = true; - this.Glide_fb_get_info.Location = new System.Drawing.Point(9, 278); - this.Glide_fb_get_info.Name = "Glide_fb_get_info"; - this.Glide_fb_get_info.Size = new System.Drawing.Size(119, 17); - this.Glide_fb_get_info.TabIndex = 23; - this.Glide_fb_get_info.Text = "Get framebuffer info"; - this.Glide_fb_get_info.UseVisualStyleBackColor = true; - // - // Glide_disable_auxbuf - // - this.Glide_disable_auxbuf.AutoSize = true; - this.Glide_disable_auxbuf.Location = new System.Drawing.Point(199, 278); - this.Glide_disable_auxbuf.Name = "Glide_disable_auxbuf"; - this.Glide_disable_auxbuf.Size = new System.Drawing.Size(111, 17); - this.Glide_disable_auxbuf.TabIndex = 22; - this.Glide_disable_auxbuf.Text = "Disable aux buffer"; - this.Glide_disable_auxbuf.UseVisualStyleBackColor = true; - // - // Glide_fbo - // - this.Glide_fbo.AutoSize = true; - this.Glide_fbo.Location = new System.Drawing.Point(199, 255); - this.Glide_fbo.Name = "Glide_fbo"; - this.Glide_fbo.Size = new System.Drawing.Size(138, 17); - this.Glide_fbo.TabIndex = 21; - this.Glide_fbo.Text = "Use framebuffer objects"; - this.Glide_fbo.UseVisualStyleBackColor = true; - // - // Glide_noglsl - // - this.Glide_noglsl.AutoSize = true; - this.Glide_noglsl.Location = new System.Drawing.Point(199, 232); - this.Glide_noglsl.Name = "Glide_noglsl"; - this.Glide_noglsl.Size = new System.Drawing.Size(142, 17); - this.Glide_noglsl.TabIndex = 20; - this.Glide_noglsl.Text = "Disable GLSL combiners"; - this.Glide_noglsl.UseVisualStyleBackColor = true; - // - // Glide_noditheredalpha - // - this.Glide_noditheredalpha.AutoSize = true; - this.Glide_noditheredalpha.Location = new System.Drawing.Point(199, 209); - this.Glide_noditheredalpha.Name = "Glide_noditheredalpha"; - this.Glide_noditheredalpha.Size = new System.Drawing.Size(131, 17); - this.Glide_noditheredalpha.TabIndex = 19; - this.Glide_noditheredalpha.Text = "Disable dithered alpha"; - this.Glide_noditheredalpha.UseVisualStyleBackColor = true; - // - // label32 - // - this.label32.AutoSize = true; - this.label32.Location = new System.Drawing.Point(206, 89); - this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(85, 13); - this.label32.TabIndex = 18; - this.label32.Text = "Texture Filtering:"; - // - // Glide_tex_filter - // - this.Glide_tex_filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_tex_filter.FormattingEnabled = true; - this.Glide_tex_filter.Items.AddRange(new object[] { + this.RiceScreenUpdateSettingHack_Combo.Location = new System.Drawing.Point(133, 272); + this.RiceScreenUpdateSettingHack_Combo.Name = "RiceScreenUpdateSettingHack_Combo"; + this.RiceScreenUpdateSettingHack_Combo.Size = new System.Drawing.Size(274, 21); + this.RiceScreenUpdateSettingHack_Combo.TabIndex = 34; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.Location = new System.Drawing.Point(306, 62); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(51, 13); + this.label19.TabIndex = 20; + this.label19.Text = "VI Height"; + // + // RiceVIHeight_Text + // + this.RiceVIHeight_Text.Location = new System.Drawing.Point(363, 59); + this.RiceVIHeight_Text.Name = "RiceVIHeight_Text"; + this.RiceVIHeight_Text.Size = new System.Drawing.Size(36, 20); + this.RiceVIHeight_Text.TabIndex = 19; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(309, 34); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(48, 13); + this.label4.TabIndex = 18; + this.label4.Text = "VI Width"; + // + // RiceVIWidth_Text + // + this.RiceVIWidth_Text.Location = new System.Drawing.Point(363, 31); + this.RiceVIWidth_Text.Name = "RiceVIWidth_Text"; + this.RiceVIWidth_Text.Size = new System.Drawing.Size(36, 20); + this.RiceVIWidth_Text.TabIndex = 17; + // + // RiceTextureScaleHack_CB + // + this.RiceTextureScaleHack_CB.AutoSize = true; + this.RiceTextureScaleHack_CB.Location = new System.Drawing.Point(6, 140); + this.RiceTextureScaleHack_CB.Name = "RiceTextureScaleHack_CB"; + this.RiceTextureScaleHack_CB.Size = new System.Drawing.Size(121, 17); + this.RiceTextureScaleHack_CB.TabIndex = 16; + this.RiceTextureScaleHack_CB.Text = "Texture Scale Hack"; + this.RiceTextureScaleHack_CB.UseVisualStyleBackColor = true; + // + // RiceFastLoadTile_CB + // + this.RiceFastLoadTile_CB.AutoSize = true; + this.RiceFastLoadTile_CB.Location = new System.Drawing.Point(6, 209); + this.RiceFastLoadTile_CB.Name = "RiceFastLoadTile_CB"; + this.RiceFastLoadTile_CB.Size = new System.Drawing.Size(93, 17); + this.RiceFastLoadTile_CB.TabIndex = 15; + this.RiceFastLoadTile_CB.Text = "Fast Load Tile"; + this.RiceFastLoadTile_CB.UseVisualStyleBackColor = true; + // + // RiceUseSmallerTexture_CB + // + this.RiceUseSmallerTexture_CB.AutoSize = true; + this.RiceUseSmallerTexture_CB.ForeColor = System.Drawing.SystemColors.ControlText; + this.RiceUseSmallerTexture_CB.Location = new System.Drawing.Point(173, 209); + this.RiceUseSmallerTexture_CB.Name = "RiceUseSmallerTexture_CB"; + this.RiceUseSmallerTexture_CB.Size = new System.Drawing.Size(121, 17); + this.RiceUseSmallerTexture_CB.TabIndex = 14; + this.RiceUseSmallerTexture_CB.Text = "Use Smaller Texture"; + this.RiceUseSmallerTexture_CB.UseVisualStyleBackColor = true; + // + // RiceEnableTxtLOD_CB + // + this.RiceEnableTxtLOD_CB.AutoSize = true; + this.RiceEnableTxtLOD_CB.Location = new System.Drawing.Point(173, 71); + this.RiceEnableTxtLOD_CB.Name = "RiceEnableTxtLOD_CB"; + this.RiceEnableTxtLOD_CB.Size = new System.Drawing.Size(102, 17); + this.RiceEnableTxtLOD_CB.TabIndex = 13; + this.RiceEnableTxtLOD_CB.Text = "Enable Txt LOD"; + this.RiceEnableTxtLOD_CB.UseVisualStyleBackColor = true; + // + // RiceZHack_CB + // + this.RiceZHack_CB.AutoSize = true; + this.RiceZHack_CB.Location = new System.Drawing.Point(6, 117); + this.RiceZHack_CB.Name = "RiceZHack_CB"; + this.RiceZHack_CB.Size = new System.Drawing.Size(62, 17); + this.RiceZHack_CB.TabIndex = 12; + this.RiceZHack_CB.Text = "Z Hack"; + this.RiceZHack_CB.UseVisualStyleBackColor = true; + // + // RicePrimaryDepthHack_CB + // + this.RicePrimaryDepthHack_CB.AutoSize = true; + this.RicePrimaryDepthHack_CB.Location = new System.Drawing.Point(6, 163); + this.RicePrimaryDepthHack_CB.Name = "RicePrimaryDepthHack_CB"; + this.RicePrimaryDepthHack_CB.Size = new System.Drawing.Size(121, 17); + this.RicePrimaryDepthHack_CB.TabIndex = 11; + this.RicePrimaryDepthHack_CB.Text = "Primary Depth Hack"; + this.RicePrimaryDepthHack_CB.UseVisualStyleBackColor = true; + // + // RiceDisableObjBG_CB + // + this.RiceDisableObjBG_CB.AutoSize = true; + this.RiceDisableObjBG_CB.Location = new System.Drawing.Point(173, 163); + this.RiceDisableObjBG_CB.Name = "RiceDisableObjBG_CB"; + this.RiceDisableObjBG_CB.Size = new System.Drawing.Size(98, 17); + this.RiceDisableObjBG_CB.TabIndex = 10; + this.RiceDisableObjBG_CB.Text = "Disable Obj BG"; + this.RiceDisableObjBG_CB.UseVisualStyleBackColor = true; + // + // RiceDisableBlender_CB + // + this.RiceDisableBlender_CB.AutoSize = true; + this.RiceDisableBlender_CB.Location = new System.Drawing.Point(173, 140); + this.RiceDisableBlender_CB.Name = "RiceDisableBlender_CB"; + this.RiceDisableBlender_CB.Size = new System.Drawing.Size(100, 17); + this.RiceDisableBlender_CB.TabIndex = 9; + this.RiceDisableBlender_CB.Text = "Disable Blender"; + this.RiceDisableBlender_CB.UseVisualStyleBackColor = true; + // + // RiceForceScreenClear_CB + // + this.RiceForceScreenClear_CB.AutoSize = true; + this.RiceForceScreenClear_CB.Location = new System.Drawing.Point(173, 117); + this.RiceForceScreenClear_CB.Name = "RiceForceScreenClear_CB"; + this.RiceForceScreenClear_CB.Size = new System.Drawing.Size(117, 17); + this.RiceForceScreenClear_CB.TabIndex = 8; + this.RiceForceScreenClear_CB.Text = "Force Screen Clear"; + this.RiceForceScreenClear_CB.UseVisualStyleBackColor = true; + // + // RiceEmulateClear_CB + // + this.RiceEmulateClear_CB.AutoSize = true; + this.RiceEmulateClear_CB.Location = new System.Drawing.Point(173, 94); + this.RiceEmulateClear_CB.Name = "RiceEmulateClear_CB"; + this.RiceEmulateClear_CB.Size = new System.Drawing.Size(91, 17); + this.RiceEmulateClear_CB.TabIndex = 7; + this.RiceEmulateClear_CB.Text = "Emulate Clear"; + this.RiceEmulateClear_CB.UseVisualStyleBackColor = true; + // + // RiceTxtSizeMethod2_CB + // + this.RiceTxtSizeMethod2_CB.AutoSize = true; + this.RiceTxtSizeMethod2_CB.Location = new System.Drawing.Point(173, 48); + this.RiceTxtSizeMethod2_CB.Name = "RiceTxtSizeMethod2_CB"; + this.RiceTxtSizeMethod2_CB.Size = new System.Drawing.Size(112, 17); + this.RiceTxtSizeMethod2_CB.TabIndex = 6; + this.RiceTxtSizeMethod2_CB.Text = "Txt Size Method 2"; + this.RiceTxtSizeMethod2_CB.UseVisualStyleBackColor = true; + // + // RiceIncTexRectEdge_CB + // + this.RiceIncTexRectEdge_CB.AutoSize = true; + this.RiceIncTexRectEdge_CB.Location = new System.Drawing.Point(6, 94); + this.RiceIncTexRectEdge_CB.Name = "RiceIncTexRectEdge_CB"; + this.RiceIncTexRectEdge_CB.Size = new System.Drawing.Size(116, 17); + this.RiceIncTexRectEdge_CB.TabIndex = 5; + this.RiceIncTexRectEdge_CB.Text = "Inc Tex Rect Edge"; + this.RiceIncTexRectEdge_CB.UseVisualStyleBackColor = true; + // + // RiceDisableCulling_CB + // + this.RiceDisableCulling_CB.AutoSize = true; + this.RiceDisableCulling_CB.Location = new System.Drawing.Point(6, 71); + this.RiceDisableCulling_CB.Name = "RiceDisableCulling_CB"; + this.RiceDisableCulling_CB.Size = new System.Drawing.Size(95, 17); + this.RiceDisableCulling_CB.TabIndex = 4; + this.RiceDisableCulling_CB.Text = "Disable Culling"; + this.RiceDisableCulling_CB.UseVisualStyleBackColor = true; + // + // RiceDisableTextureCRC_CB + // + this.RiceDisableTextureCRC_CB.AutoSize = true; + this.RiceDisableTextureCRC_CB.Location = new System.Drawing.Point(6, 48); + this.RiceDisableTextureCRC_CB.Name = "RiceDisableTextureCRC_CB"; + this.RiceDisableTextureCRC_CB.Size = new System.Drawing.Size(125, 17); + this.RiceDisableTextureCRC_CB.TabIndex = 3; + this.RiceDisableTextureCRC_CB.Text = "Disable Texture CRC"; + this.RiceDisableTextureCRC_CB.UseVisualStyleBackColor = true; + // + // RiceTexture1Hack_CB + // + this.RiceTexture1Hack_CB.AutoSize = true; + this.RiceTexture1Hack_CB.Location = new System.Drawing.Point(6, 186); + this.RiceTexture1Hack_CB.Name = "RiceTexture1Hack_CB"; + this.RiceTexture1Hack_CB.Size = new System.Drawing.Size(97, 17); + this.RiceTexture1Hack_CB.TabIndex = 2; + this.RiceTexture1Hack_CB.Text = "Texture1 Hack"; + this.RiceTexture1Hack_CB.UseVisualStyleBackColor = true; + // + // RiceUseDefaultHacks_CB + // + this.RiceUseDefaultHacks_CB.AutoSize = true; + this.RiceUseDefaultHacks_CB.Location = new System.Drawing.Point(6, 6); + this.RiceUseDefaultHacks_CB.Name = "RiceUseDefaultHacks_CB"; + this.RiceUseDefaultHacks_CB.Size = new System.Drawing.Size(165, 17); + this.RiceUseDefaultHacks_CB.TabIndex = 1; + this.RiceUseDefaultHacks_CB.Text = "Use defaults for current game"; + this.RiceUseDefaultHacks_CB.UseVisualStyleBackColor = true; + this.RiceUseDefaultHacks_CB.CheckedChanged += new System.EventHandler(this.RiceUseDefaultHacks_CB_CheckedChanged); + // + // Glide64TabPage + // + this.Glide64TabPage.Controls.Add(this.tabControl1); + this.Glide64TabPage.Location = new System.Drawing.Point(4, 22); + this.Glide64TabPage.Name = "Glide64TabPage"; + this.Glide64TabPage.Padding = new System.Windows.Forms.Padding(3); + this.Glide64TabPage.Size = new System.Drawing.Size(572, 343); + this.Glide64TabPage.TabIndex = 5; + this.Glide64TabPage.Text = "Glide64"; + this.Glide64TabPage.UseVisualStyleBackColor = true; + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.Glide64General); + this.tabControl1.Controls.Add(this.GlidePerGameHacks1); + this.tabControl1.Controls.Add(this.GlidePerGameHacks2); + this.tabControl1.Location = new System.Drawing.Point(0, 3); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(572, 336); + this.tabControl1.TabIndex = 0; + // + // Glide64General + // + this.Glide64General.Controls.Add(this.label39); + this.Glide64General.Controls.Add(this.Glide_scale_y); + this.Glide64General.Controls.Add(this.label40); + this.Glide64General.Controls.Add(this.Glide_scale_x); + this.Glide64General.Controls.Add(this.label38); + this.Glide64General.Controls.Add(this.Glide_offset_y); + this.Glide64General.Controls.Add(this.label37); + this.Glide64General.Controls.Add(this.Glide_offset_x); + this.Glide64General.Controls.Add(this.Glide_fb_get_info); + this.Glide64General.Controls.Add(this.Glide_disable_auxbuf); + this.Glide64General.Controls.Add(this.Glide_fbo); + this.Glide64General.Controls.Add(this.Glide_noglsl); + this.Glide64General.Controls.Add(this.Glide_noditheredalpha); + this.Glide64General.Controls.Add(this.label32); + this.Glide64General.Controls.Add(this.Glide_tex_filter); + this.Glide64General.Controls.Add(this.Glide_fb_render); + this.Glide64General.Controls.Add(this.Glide_motionblur); + this.Glide64General.Controls.Add(this.Glide_fb_read_always); + this.Glide64General.Controls.Add(this.Glide_unk_as_red); + this.Glide64General.Controls.Add(this.Glide_filter_cache); + this.Glide64General.Controls.Add(this.Glide_fast_crc); + this.Glide64General.Controls.Add(this.label31); + this.Glide64General.Controls.Add(this.Glide_wfmode); + this.Glide64General.Controls.Add(this.Glide_wireframe); + this.Glide64General.Controls.Add(this.label30); + this.Glide64General.Controls.Add(this.Glide_card_id); + this.Glide64General.Controls.Add(this.Glide_flame_corona); + this.Glide64General.Controls.Add(this.label29); + this.Glide64General.Controls.Add(this.Glide_ucode); + this.Glide64General.Controls.Add(this.Glide_autodetect_ucode); + this.Glide64General.Location = new System.Drawing.Point(4, 22); + this.Glide64General.Name = "Glide64General"; + this.Glide64General.Padding = new System.Windows.Forms.Padding(3); + this.Glide64General.Size = new System.Drawing.Size(564, 310); + this.Glide64General.TabIndex = 0; + this.Glide64General.Text = "General"; + this.Glide64General.UseVisualStyleBackColor = true; + // + // label39 + // + this.label39.AutoSize = true; + this.label39.Location = new System.Drawing.Point(386, 265); + this.label39.Name = "label39"; + this.label39.Size = new System.Drawing.Size(47, 13); + this.label39.TabIndex = 42; + this.label39.Text = "Scale Y:"; + // + // Glide_scale_y + // + this.Glide_scale_y.Location = new System.Drawing.Point(455, 262); + this.Glide_scale_y.Name = "Glide_scale_y"; + this.Glide_scale_y.Size = new System.Drawing.Size(56, 20); + this.Glide_scale_y.TabIndex = 41; + // + // label40 + // + this.label40.AutoSize = true; + this.label40.ForeColor = System.Drawing.SystemColors.ControlText; + this.label40.Location = new System.Drawing.Point(386, 239); + this.label40.Name = "label40"; + this.label40.Size = new System.Drawing.Size(47, 13); + this.label40.TabIndex = 40; + this.label40.Text = "Scale X:"; + // + // Glide_scale_x + // + this.Glide_scale_x.Location = new System.Drawing.Point(455, 236); + this.Glide_scale_x.Name = "Glide_scale_x"; + this.Glide_scale_x.Size = new System.Drawing.Size(56, 20); + this.Glide_scale_x.TabIndex = 39; + // + // label38 + // + this.label38.AutoSize = true; + this.label38.Location = new System.Drawing.Point(386, 213); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(48, 13); + this.label38.TabIndex = 38; + this.label38.Text = "Offset Y:"; + // + // Glide_offset_y + // + this.Glide_offset_y.Location = new System.Drawing.Point(455, 210); + this.Glide_offset_y.Name = "Glide_offset_y"; + this.Glide_offset_y.Size = new System.Drawing.Size(56, 20); + this.Glide_offset_y.TabIndex = 37; + // + // label37 + // + this.label37.AutoSize = true; + this.label37.Location = new System.Drawing.Point(386, 187); + this.label37.Name = "label37"; + this.label37.Size = new System.Drawing.Size(48, 13); + this.label37.TabIndex = 36; + this.label37.Text = "Offset X:"; + // + // Glide_offset_x + // + this.Glide_offset_x.Location = new System.Drawing.Point(455, 184); + this.Glide_offset_x.Name = "Glide_offset_x"; + this.Glide_offset_x.Size = new System.Drawing.Size(56, 20); + this.Glide_offset_x.TabIndex = 35; + // + // Glide_fb_get_info + // + this.Glide_fb_get_info.AutoSize = true; + this.Glide_fb_get_info.Location = new System.Drawing.Point(9, 278); + this.Glide_fb_get_info.Name = "Glide_fb_get_info"; + this.Glide_fb_get_info.Size = new System.Drawing.Size(119, 17); + this.Glide_fb_get_info.TabIndex = 23; + this.Glide_fb_get_info.Text = "Get framebuffer info"; + this.Glide_fb_get_info.UseVisualStyleBackColor = true; + // + // Glide_disable_auxbuf + // + this.Glide_disable_auxbuf.AutoSize = true; + this.Glide_disable_auxbuf.Location = new System.Drawing.Point(199, 278); + this.Glide_disable_auxbuf.Name = "Glide_disable_auxbuf"; + this.Glide_disable_auxbuf.Size = new System.Drawing.Size(111, 17); + this.Glide_disable_auxbuf.TabIndex = 22; + this.Glide_disable_auxbuf.Text = "Disable aux buffer"; + this.Glide_disable_auxbuf.UseVisualStyleBackColor = true; + // + // Glide_fbo + // + this.Glide_fbo.AutoSize = true; + this.Glide_fbo.Location = new System.Drawing.Point(199, 255); + this.Glide_fbo.Name = "Glide_fbo"; + this.Glide_fbo.Size = new System.Drawing.Size(138, 17); + this.Glide_fbo.TabIndex = 21; + this.Glide_fbo.Text = "Use framebuffer objects"; + this.Glide_fbo.UseVisualStyleBackColor = true; + // + // Glide_noglsl + // + this.Glide_noglsl.AutoSize = true; + this.Glide_noglsl.Location = new System.Drawing.Point(199, 232); + this.Glide_noglsl.Name = "Glide_noglsl"; + this.Glide_noglsl.Size = new System.Drawing.Size(142, 17); + this.Glide_noglsl.TabIndex = 20; + this.Glide_noglsl.Text = "Disable GLSL combiners"; + this.Glide_noglsl.UseVisualStyleBackColor = true; + // + // Glide_noditheredalpha + // + this.Glide_noditheredalpha.AutoSize = true; + this.Glide_noditheredalpha.Location = new System.Drawing.Point(199, 209); + this.Glide_noditheredalpha.Name = "Glide_noditheredalpha"; + this.Glide_noditheredalpha.Size = new System.Drawing.Size(131, 17); + this.Glide_noditheredalpha.TabIndex = 19; + this.Glide_noditheredalpha.Text = "Disable dithered alpha"; + this.Glide_noditheredalpha.UseVisualStyleBackColor = true; + // + // label32 + // + this.label32.AutoSize = true; + this.label32.Location = new System.Drawing.Point(206, 89); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(85, 13); + this.label32.TabIndex = 18; + this.label32.Text = "Texture Filtering:"; + // + // Glide_tex_filter + // + this.Glide_tex_filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_tex_filter.FormattingEnabled = true; + this.Glide_tex_filter.Items.AddRange(new object[] { "None", "Blur edges", "Super 2xSai", "Hq2x", "Hq4x"}); - this.Glide_tex_filter.Location = new System.Drawing.Point(297, 86); - this.Glide_tex_filter.Name = "Glide_tex_filter"; - this.Glide_tex_filter.Size = new System.Drawing.Size(95, 21); - this.Glide_tex_filter.TabIndex = 17; - // - // Glide_fb_render - // - this.Glide_fb_render.AutoSize = true; - this.Glide_fb_render.Location = new System.Drawing.Point(199, 186); - this.Glide_fb_render.Name = "Glide_fb_render"; - this.Glide_fb_render.Size = new System.Drawing.Size(118, 17); - this.Glide_fb_render.TabIndex = 16; - this.Glide_fb_render.Text = "Depth buffer render"; - this.Glide_fb_render.UseVisualStyleBackColor = true; - // - // Glide_motionblur - // - this.Glide_motionblur.AutoSize = true; - this.Glide_motionblur.Location = new System.Drawing.Point(9, 255); - this.Glide_motionblur.Name = "Glide_motionblur"; - this.Glide_motionblur.Size = new System.Drawing.Size(79, 17); - this.Glide_motionblur.TabIndex = 13; - this.Glide_motionblur.Text = "Motion Blur"; - this.Glide_motionblur.UseVisualStyleBackColor = true; - // - // Glide_fb_read_always - // - this.Glide_fb_read_always.AutoSize = true; - this.Glide_fb_read_always.Location = new System.Drawing.Point(9, 232); - this.Glide_fb_read_always.Name = "Glide_fb_read_always"; - this.Glide_fb_read_always.Size = new System.Drawing.Size(164, 17); - this.Glide_fb_read_always.TabIndex = 12; - this.Glide_fb_read_always.Text = "Framebuffer read every frame"; - this.Glide_fb_read_always.UseVisualStyleBackColor = true; - // - // Glide_unk_as_red - // - this.Glide_unk_as_red.AutoSize = true; - this.Glide_unk_as_red.Location = new System.Drawing.Point(9, 209); - this.Glide_unk_as_red.Name = "Glide_unk_as_red"; - this.Glide_unk_as_red.Size = new System.Drawing.Size(187, 17); - this.Glide_unk_as_red.TabIndex = 11; - this.Glide_unk_as_red.Text = "Display unknown combines as red"; - this.Glide_unk_as_red.UseVisualStyleBackColor = true; - // - // Glide_filter_cache - // - this.Glide_filter_cache.AutoSize = true; - this.Glide_filter_cache.Location = new System.Drawing.Point(9, 186); - this.Glide_filter_cache.Name = "Glide_filter_cache"; - this.Glide_filter_cache.Size = new System.Drawing.Size(82, 17); - this.Glide_filter_cache.TabIndex = 10; - this.Glide_filter_cache.Text = "Filter Cache"; - this.Glide_filter_cache.UseVisualStyleBackColor = true; - // - // Glide_fast_crc - // - this.Glide_fast_crc.AutoSize = true; - this.Glide_fast_crc.Location = new System.Drawing.Point(9, 163); - this.Glide_fast_crc.Name = "Glide_fast_crc"; - this.Glide_fast_crc.Size = new System.Drawing.Size(71, 17); - this.Glide_fast_crc.TabIndex = 9; - this.Glide_fast_crc.Text = "Fast CRC"; - this.Glide_fast_crc.UseVisualStyleBackColor = true; - // - // label31 - // - this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(6, 139); - this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(88, 13); - this.label31.TabIndex = 8; - this.label31.Text = "Wireframe Mode:"; - // - // Glide_wfmode - // - this.Glide_wfmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_wfmode.FormattingEnabled = true; - this.Glide_wfmode.Items.AddRange(new object[] { + this.Glide_tex_filter.Location = new System.Drawing.Point(297, 86); + this.Glide_tex_filter.Name = "Glide_tex_filter"; + this.Glide_tex_filter.Size = new System.Drawing.Size(95, 21); + this.Glide_tex_filter.TabIndex = 17; + // + // Glide_fb_render + // + this.Glide_fb_render.AutoSize = true; + this.Glide_fb_render.Location = new System.Drawing.Point(199, 186); + this.Glide_fb_render.Name = "Glide_fb_render"; + this.Glide_fb_render.Size = new System.Drawing.Size(118, 17); + this.Glide_fb_render.TabIndex = 16; + this.Glide_fb_render.Text = "Depth buffer render"; + this.Glide_fb_render.UseVisualStyleBackColor = true; + // + // Glide_motionblur + // + this.Glide_motionblur.AutoSize = true; + this.Glide_motionblur.Location = new System.Drawing.Point(9, 255); + this.Glide_motionblur.Name = "Glide_motionblur"; + this.Glide_motionblur.Size = new System.Drawing.Size(79, 17); + this.Glide_motionblur.TabIndex = 13; + this.Glide_motionblur.Text = "Motion Blur"; + this.Glide_motionblur.UseVisualStyleBackColor = true; + // + // Glide_fb_read_always + // + this.Glide_fb_read_always.AutoSize = true; + this.Glide_fb_read_always.Location = new System.Drawing.Point(9, 232); + this.Glide_fb_read_always.Name = "Glide_fb_read_always"; + this.Glide_fb_read_always.Size = new System.Drawing.Size(164, 17); + this.Glide_fb_read_always.TabIndex = 12; + this.Glide_fb_read_always.Text = "Framebuffer read every frame"; + this.Glide_fb_read_always.UseVisualStyleBackColor = true; + // + // Glide_unk_as_red + // + this.Glide_unk_as_red.AutoSize = true; + this.Glide_unk_as_red.Location = new System.Drawing.Point(9, 209); + this.Glide_unk_as_red.Name = "Glide_unk_as_red"; + this.Glide_unk_as_red.Size = new System.Drawing.Size(187, 17); + this.Glide_unk_as_red.TabIndex = 11; + this.Glide_unk_as_red.Text = "Display unknown combines as red"; + this.Glide_unk_as_red.UseVisualStyleBackColor = true; + // + // Glide_filter_cache + // + this.Glide_filter_cache.AutoSize = true; + this.Glide_filter_cache.Location = new System.Drawing.Point(9, 186); + this.Glide_filter_cache.Name = "Glide_filter_cache"; + this.Glide_filter_cache.Size = new System.Drawing.Size(82, 17); + this.Glide_filter_cache.TabIndex = 10; + this.Glide_filter_cache.Text = "Filter Cache"; + this.Glide_filter_cache.UseVisualStyleBackColor = true; + // + // Glide_fast_crc + // + this.Glide_fast_crc.AutoSize = true; + this.Glide_fast_crc.Location = new System.Drawing.Point(9, 163); + this.Glide_fast_crc.Name = "Glide_fast_crc"; + this.Glide_fast_crc.Size = new System.Drawing.Size(71, 17); + this.Glide_fast_crc.TabIndex = 9; + this.Glide_fast_crc.Text = "Fast CRC"; + this.Glide_fast_crc.UseVisualStyleBackColor = true; + // + // label31 + // + this.label31.AutoSize = true; + this.label31.Location = new System.Drawing.Point(6, 139); + this.label31.Name = "label31"; + this.label31.Size = new System.Drawing.Size(88, 13); + this.label31.TabIndex = 8; + this.label31.Text = "Wireframe Mode:"; + // + // Glide_wfmode + // + this.Glide_wfmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_wfmode.FormattingEnabled = true; + this.Glide_wfmode.Items.AddRange(new object[] { "Normal colors", "Vertex colors", "Red only"}); - this.Glide_wfmode.Location = new System.Drawing.Point(100, 136); - this.Glide_wfmode.Name = "Glide_wfmode"; - this.Glide_wfmode.Size = new System.Drawing.Size(104, 21); - this.Glide_wfmode.TabIndex = 7; - // - // Glide_wireframe - // - this.Glide_wireframe.AutoSize = true; - this.Glide_wireframe.ForeColor = System.Drawing.SystemColors.ControlText; - this.Glide_wireframe.Location = new System.Drawing.Point(9, 113); - this.Glide_wireframe.Name = "Glide_wireframe"; - this.Glide_wireframe.Size = new System.Drawing.Size(110, 17); - this.Glide_wireframe.TabIndex = 6; - this.Glide_wireframe.Text = "Enable Wireframe"; - this.Glide_wireframe.UseVisualStyleBackColor = true; - // - // label30 - // - this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(6, 89); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(46, 13); - this.label30.TabIndex = 5; - this.label30.Text = "Card ID:"; - // - // Glide_card_id - // - this.Glide_card_id.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_card_id.FormattingEnabled = true; - this.Glide_card_id.Items.AddRange(new object[] { + this.Glide_wfmode.Location = new System.Drawing.Point(100, 136); + this.Glide_wfmode.Name = "Glide_wfmode"; + this.Glide_wfmode.Size = new System.Drawing.Size(104, 21); + this.Glide_wfmode.TabIndex = 7; + // + // Glide_wireframe + // + this.Glide_wireframe.AutoSize = true; + this.Glide_wireframe.ForeColor = System.Drawing.SystemColors.ControlText; + this.Glide_wireframe.Location = new System.Drawing.Point(9, 113); + this.Glide_wireframe.Name = "Glide_wireframe"; + this.Glide_wireframe.Size = new System.Drawing.Size(110, 17); + this.Glide_wireframe.TabIndex = 6; + this.Glide_wireframe.Text = "Enable Wireframe"; + this.Glide_wireframe.UseVisualStyleBackColor = true; + // + // label30 + // + this.label30.AutoSize = true; + this.label30.Location = new System.Drawing.Point(6, 89); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(46, 13); + this.label30.TabIndex = 5; + this.label30.Text = "Card ID:"; + // + // Glide_card_id + // + this.Glide_card_id.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_card_id.FormattingEnabled = true; + this.Glide_card_id.Items.AddRange(new object[] { "0", "1", "2", "3"}); - this.Glide_card_id.Location = new System.Drawing.Point(58, 86); - this.Glide_card_id.Name = "Glide_card_id"; - this.Glide_card_id.Size = new System.Drawing.Size(36, 21); - this.Glide_card_id.TabIndex = 4; - // - // Glide_flame_corona - // - this.Glide_flame_corona.AutoSize = true; - this.Glide_flame_corona.Location = new System.Drawing.Point(9, 63); - this.Glide_flame_corona.Name = "Glide_flame_corona"; - this.Glide_flame_corona.Size = new System.Drawing.Size(103, 17); - this.Glide_flame_corona.TabIndex = 3; - this.Glide_flame_corona.Text = "Zelda Corona fix"; - this.Glide_flame_corona.UseVisualStyleBackColor = true; - // - // label29 - // - this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(6, 39); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(90, 13); - this.label29.TabIndex = 2; - this.label29.Text = "Force Microcode:"; - // - // Glide_ucode - // - this.Glide_ucode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_ucode.FormattingEnabled = true; - this.Glide_ucode.Items.AddRange(new object[] { + this.Glide_card_id.Location = new System.Drawing.Point(58, 86); + this.Glide_card_id.Name = "Glide_card_id"; + this.Glide_card_id.Size = new System.Drawing.Size(36, 21); + this.Glide_card_id.TabIndex = 4; + // + // Glide_flame_corona + // + this.Glide_flame_corona.AutoSize = true; + this.Glide_flame_corona.Location = new System.Drawing.Point(9, 63); + this.Glide_flame_corona.Name = "Glide_flame_corona"; + this.Glide_flame_corona.Size = new System.Drawing.Size(103, 17); + this.Glide_flame_corona.TabIndex = 3; + this.Glide_flame_corona.Text = "Zelda Corona fix"; + this.Glide_flame_corona.UseVisualStyleBackColor = true; + // + // label29 + // + this.label29.AutoSize = true; + this.label29.Location = new System.Drawing.Point(6, 39); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(90, 13); + this.label29.TabIndex = 2; + this.label29.Text = "Force Microcode:"; + // + // Glide_ucode + // + this.Glide_ucode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_ucode.FormattingEnabled = true; + this.Glide_ucode.Items.AddRange(new object[] { "0: RSP SW 2.0X (ex. Super Mario 64)", "1: F3DEX 1.XX (ex. Star Fox 64)", "2: F3DEX 2.XX (ex. Zelda: OOT)", @@ -1967,336 +1976,336 @@ "6: S2DEX 1.XX (ex. Yoshi\'s Story)", "7: RSP SW PD (ex. Perfect Dark)", "8: F3DEXBG 2.08 (ex. Conker\'s Bad Fur Day)"}); - this.Glide_ucode.Location = new System.Drawing.Point(102, 36); - this.Glide_ucode.Name = "Glide_ucode"; - this.Glide_ucode.Size = new System.Drawing.Size(273, 21); - this.Glide_ucode.TabIndex = 1; - // - // Glide_autodetect_ucode - // - this.Glide_autodetect_ucode.AutoSize = true; - this.Glide_autodetect_ucode.Location = new System.Drawing.Point(9, 13); - this.Glide_autodetect_ucode.Name = "Glide_autodetect_ucode"; - this.Glide_autodetect_ucode.Size = new System.Drawing.Size(131, 17); - this.Glide_autodetect_ucode.TabIndex = 0; - this.Glide_autodetect_ucode.Text = "Autodetect Microcode"; - this.Glide_autodetect_ucode.UseVisualStyleBackColor = true; - // - // GlidePerGameHacks1 - // - this.GlidePerGameHacks1.Controls.Add(this.Glide_wrap_big_tex); - this.GlidePerGameHacks1.Controls.Add(this.Glide_use_sts1_only); - this.GlidePerGameHacks1.Controls.Add(this.Glide_soft_depth_compare); - this.GlidePerGameHacks1.Controls.Add(this.Glide_PPL); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_optimize_write); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_optimize_texrect); - this.GlidePerGameHacks1.Controls.Add(this.Glide_increase_texrect_edge); - this.GlidePerGameHacks1.Controls.Add(this.Glide_increase_primdepth); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_ignore_previous); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_ignore_aux_copy); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_hires_buf_clear); - this.GlidePerGameHacks1.Controls.Add(this.Glide_force_microcheck); - this.GlidePerGameHacks1.Controls.Add(this.Glide_force_depth_compare); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fog); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fillcolor_fix); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_smart); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_read_alpha); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_hires); - this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_clear); - this.GlidePerGameHacks1.Controls.Add(this.Glide_detect_cpu_write); - this.GlidePerGameHacks1.Controls.Add(this.Glide_decrease_fillrect_edge); - this.GlidePerGameHacks1.Controls.Add(this.Glide_buff_clear); - this.GlidePerGameHacks1.Controls.Add(this.Glide_alt_tex_size); - this.GlidePerGameHacks1.Controls.Add(this.GlideUseDefaultHacks1); - this.GlidePerGameHacks1.Location = new System.Drawing.Point(4, 22); - this.GlidePerGameHacks1.Name = "GlidePerGameHacks1"; - this.GlidePerGameHacks1.Padding = new System.Windows.Forms.Padding(3); - this.GlidePerGameHacks1.Size = new System.Drawing.Size(564, 310); - this.GlidePerGameHacks1.TabIndex = 1; - this.GlidePerGameHacks1.Text = "Per Game Settings"; - this.GlidePerGameHacks1.UseVisualStyleBackColor = true; - // - // Glide_wrap_big_tex - // - this.Glide_wrap_big_tex.AutoSize = true; - this.Glide_wrap_big_tex.Location = new System.Drawing.Point(375, 62); - this.Glide_wrap_big_tex.Name = "Glide_wrap_big_tex"; - this.Glide_wrap_big_tex.Size = new System.Drawing.Size(86, 17); - this.Glide_wrap_big_tex.TabIndex = 33; - this.Glide_wrap_big_tex.Text = "Wrap big tex"; - this.Glide_wrap_big_tex.UseVisualStyleBackColor = true; - // - // Glide_use_sts1_only - // - this.Glide_use_sts1_only.AutoSize = true; - this.Glide_use_sts1_only.Location = new System.Drawing.Point(375, 39); - this.Glide_use_sts1_only.Name = "Glide_use_sts1_only"; - this.Glide_use_sts1_only.Size = new System.Drawing.Size(89, 17); - this.Glide_use_sts1_only.TabIndex = 32; - this.Glide_use_sts1_only.Text = "Use sts1 only"; - this.Glide_use_sts1_only.UseVisualStyleBackColor = true; - // - // Glide_soft_depth_compare - // - this.Glide_soft_depth_compare.AutoSize = true; - this.Glide_soft_depth_compare.Location = new System.Drawing.Point(192, 269); - this.Glide_soft_depth_compare.Name = "Glide_soft_depth_compare"; - this.Glide_soft_depth_compare.Size = new System.Drawing.Size(119, 17); - this.Glide_soft_depth_compare.TabIndex = 31; - this.Glide_soft_depth_compare.Text = "Soft depth compare"; - this.Glide_soft_depth_compare.UseVisualStyleBackColor = true; - // - // Glide_PPL - // - this.Glide_PPL.AutoSize = true; - this.Glide_PPL.Location = new System.Drawing.Point(192, 246); - this.Glide_PPL.Name = "Glide_PPL"; - this.Glide_PPL.Size = new System.Drawing.Size(46, 17); - this.Glide_PPL.TabIndex = 30; - this.Glide_PPL.Text = "PPL"; - this.Glide_PPL.UseVisualStyleBackColor = true; - // - // Glide_fb_optimize_write - // - this.Glide_fb_optimize_write.AutoSize = true; - this.Glide_fb_optimize_write.Location = new System.Drawing.Point(192, 223); - this.Glide_fb_optimize_write.Name = "Glide_fb_optimize_write"; - this.Glide_fb_optimize_write.Size = new System.Drawing.Size(91, 17); - this.Glide_fb_optimize_write.TabIndex = 29; - this.Glide_fb_optimize_write.Text = "Optimize write"; - this.Glide_fb_optimize_write.UseVisualStyleBackColor = true; - // - // Glide_fb_optimize_texrect - // - this.Glide_fb_optimize_texrect.AutoSize = true; - this.Glide_fb_optimize_texrect.Location = new System.Drawing.Point(192, 200); - this.Glide_fb_optimize_texrect.Name = "Glide_fb_optimize_texrect"; - this.Glide_fb_optimize_texrect.Size = new System.Drawing.Size(101, 17); - this.Glide_fb_optimize_texrect.TabIndex = 28; - this.Glide_fb_optimize_texrect.Text = "Optimize texrect"; - this.Glide_fb_optimize_texrect.UseVisualStyleBackColor = true; - // - // Glide_increase_texrect_edge - // - this.Glide_increase_texrect_edge.AutoSize = true; - this.Glide_increase_texrect_edge.Location = new System.Drawing.Point(192, 177); - this.Glide_increase_texrect_edge.Name = "Glide_increase_texrect_edge"; - this.Glide_increase_texrect_edge.Size = new System.Drawing.Size(129, 17); - this.Glide_increase_texrect_edge.TabIndex = 27; - this.Glide_increase_texrect_edge.Text = "Increase texrect edge"; - this.Glide_increase_texrect_edge.UseVisualStyleBackColor = true; - // - // Glide_increase_primdepth - // - this.Glide_increase_primdepth.AutoSize = true; - this.Glide_increase_primdepth.Location = new System.Drawing.Point(192, 154); - this.Glide_increase_primdepth.Name = "Glide_increase_primdepth"; - this.Glide_increase_primdepth.Size = new System.Drawing.Size(116, 17); - this.Glide_increase_primdepth.TabIndex = 26; - this.Glide_increase_primdepth.Text = "Increase primdepth"; - this.Glide_increase_primdepth.UseVisualStyleBackColor = true; - // - // Glide_fb_ignore_previous - // - this.Glide_fb_ignore_previous.AutoSize = true; - this.Glide_fb_ignore_previous.Location = new System.Drawing.Point(192, 131); - this.Glide_fb_ignore_previous.Name = "Glide_fb_ignore_previous"; - this.Glide_fb_ignore_previous.Size = new System.Drawing.Size(100, 17); - this.Glide_fb_ignore_previous.TabIndex = 25; - this.Glide_fb_ignore_previous.Text = "Ignore Previous"; - this.Glide_fb_ignore_previous.UseVisualStyleBackColor = true; - // - // Glide_fb_ignore_aux_copy - // - this.Glide_fb_ignore_aux_copy.AutoSize = true; - this.Glide_fb_ignore_aux_copy.Location = new System.Drawing.Point(192, 108); - this.Glide_fb_ignore_aux_copy.Name = "Glide_fb_ignore_aux_copy"; - this.Glide_fb_ignore_aux_copy.Size = new System.Drawing.Size(102, 17); - this.Glide_fb_ignore_aux_copy.TabIndex = 24; - this.Glide_fb_ignore_aux_copy.Text = "Ignore aux copy"; - this.Glide_fb_ignore_aux_copy.UseVisualStyleBackColor = true; - // - // Glide_fb_hires_buf_clear - // - this.Glide_fb_hires_buf_clear.AutoSize = true; - this.Glide_fb_hires_buf_clear.Location = new System.Drawing.Point(192, 85); - this.Glide_fb_hires_buf_clear.Name = "Glide_fb_hires_buf_clear"; - this.Glide_fb_hires_buf_clear.Size = new System.Drawing.Size(109, 17); - this.Glide_fb_hires_buf_clear.TabIndex = 23; - this.Glide_fb_hires_buf_clear.Text = "Hi-res buffer clear"; - this.Glide_fb_hires_buf_clear.UseVisualStyleBackColor = true; - // - // Glide_force_microcheck - // - this.Glide_force_microcheck.AutoSize = true; - this.Glide_force_microcheck.Location = new System.Drawing.Point(192, 62); - this.Glide_force_microcheck.Name = "Glide_force_microcheck"; - this.Glide_force_microcheck.Size = new System.Drawing.Size(165, 17); - this.Glide_force_microcheck.TabIndex = 22; - this.Glide_force_microcheck.Text = "Check microcode each frame"; - this.Glide_force_microcheck.UseVisualStyleBackColor = true; - // - // Glide_force_depth_compare - // - this.Glide_force_depth_compare.AutoSize = true; - this.Glide_force_depth_compare.Location = new System.Drawing.Point(192, 39); - this.Glide_force_depth_compare.Name = "Glide_force_depth_compare"; - this.Glide_force_depth_compare.Size = new System.Drawing.Size(130, 17); - this.Glide_force_depth_compare.TabIndex = 21; - this.Glide_force_depth_compare.Text = "Force Depth Compare"; - this.Glide_force_depth_compare.UseVisualStyleBackColor = true; - // - // Glide_fog - // - this.Glide_fog.AutoSize = true; - this.Glide_fog.Location = new System.Drawing.Point(6, 269); - this.Glide_fog.Name = "Glide_fog"; - this.Glide_fog.Size = new System.Drawing.Size(86, 17); - this.Glide_fog.TabIndex = 20; - this.Glide_fog.Text = "Fog Enabled"; - this.Glide_fog.UseVisualStyleBackColor = true; - // - // Glide_fillcolor_fix - // - this.Glide_fillcolor_fix.AutoSize = true; - this.Glide_fillcolor_fix.Location = new System.Drawing.Point(6, 246); - this.Glide_fillcolor_fix.Name = "Glide_fillcolor_fix"; - this.Glide_fillcolor_fix.Size = new System.Drawing.Size(77, 17); - this.Glide_fillcolor_fix.TabIndex = 19; - this.Glide_fillcolor_fix.Text = "Fillcolor Fix"; - this.Glide_fillcolor_fix.UseVisualStyleBackColor = true; - // - // Glide_fb_smart - // - this.Glide_fb_smart.AutoSize = true; - this.Glide_fb_smart.Location = new System.Drawing.Point(6, 223); - this.Glide_fb_smart.Name = "Glide_fb_smart"; - this.Glide_fb_smart.Size = new System.Drawing.Size(109, 17); - this.Glide_fb_smart.TabIndex = 18; - this.Glide_fb_smart.Text = "Smart framebuffer"; - this.Glide_fb_smart.UseVisualStyleBackColor = true; - // - // Glide_fb_read_alpha - // - this.Glide_fb_read_alpha.AutoSize = true; - this.Glide_fb_read_alpha.Location = new System.Drawing.Point(6, 200); - this.Glide_fb_read_alpha.Name = "Glide_fb_read_alpha"; - this.Glide_fb_read_alpha.Size = new System.Drawing.Size(135, 17); - this.Glide_fb_read_alpha.TabIndex = 17; - this.Glide_fb_read_alpha.Text = "Framebuffer read alpha"; - this.Glide_fb_read_alpha.UseVisualStyleBackColor = true; - // - // Glide_fb_hires - // - this.Glide_fb_hires.AutoSize = true; - this.Glide_fb_hires.Location = new System.Drawing.Point(6, 154); - this.Glide_fb_hires.Name = "Glide_fb_hires"; - this.Glide_fb_hires.Size = new System.Drawing.Size(109, 17); - this.Glide_fb_hires.TabIndex = 15; - this.Glide_fb_hires.Text = "Hi-res framebuffer"; - this.Glide_fb_hires.UseVisualStyleBackColor = true; - // - // Glide_fb_clear - // - this.Glide_fb_clear.AutoSize = true; - this.Glide_fb_clear.Location = new System.Drawing.Point(6, 131); - this.Glide_fb_clear.Name = "Glide_fb_clear"; - this.Glide_fb_clear.Size = new System.Drawing.Size(106, 17); - this.Glide_fb_clear.TabIndex = 7; - this.Glide_fb_clear.Text = "Clear framebuffer"; - this.Glide_fb_clear.UseVisualStyleBackColor = true; - // - // Glide_detect_cpu_write - // - this.Glide_detect_cpu_write.AutoSize = true; - this.Glide_detect_cpu_write.Location = new System.Drawing.Point(6, 108); - this.Glide_detect_cpu_write.Name = "Glide_detect_cpu_write"; - this.Glide_detect_cpu_write.Size = new System.Drawing.Size(113, 17); - this.Glide_detect_cpu_write.TabIndex = 6; - this.Glide_detect_cpu_write.Text = "Detect CPU writes"; - this.Glide_detect_cpu_write.UseVisualStyleBackColor = true; - // - // Glide_decrease_fillrect_edge - // - this.Glide_decrease_fillrect_edge.AutoSize = true; - this.Glide_decrease_fillrect_edge.Location = new System.Drawing.Point(6, 85); - this.Glide_decrease_fillrect_edge.Name = "Glide_decrease_fillrect_edge"; - this.Glide_decrease_fillrect_edge.Size = new System.Drawing.Size(133, 17); - this.Glide_decrease_fillrect_edge.TabIndex = 5; - this.Glide_decrease_fillrect_edge.Text = "Decrease Fillrect Edge"; - this.Glide_decrease_fillrect_edge.UseVisualStyleBackColor = true; - // - // Glide_buff_clear - // - this.Glide_buff_clear.AutoSize = true; - this.Glide_buff_clear.Location = new System.Drawing.Point(6, 62); - this.Glide_buff_clear.Name = "Glide_buff_clear"; - this.Glide_buff_clear.Size = new System.Drawing.Size(153, 17); - this.Glide_buff_clear.TabIndex = 4; - this.Glide_buff_clear.Text = "Buffer clear on every frame"; - this.Glide_buff_clear.UseVisualStyleBackColor = true; - // - // Glide_alt_tex_size - // - this.Glide_alt_tex_size.AutoSize = true; - this.Glide_alt_tex_size.Location = new System.Drawing.Point(6, 39); - this.Glide_alt_tex_size.Name = "Glide_alt_tex_size"; - this.Glide_alt_tex_size.Size = new System.Drawing.Size(169, 17); - this.Glide_alt_tex_size.TabIndex = 3; - this.Glide_alt_tex_size.Text = "Alternate Texture Size Method"; - this.Glide_alt_tex_size.UseVisualStyleBackColor = true; - // - // GlideUseDefaultHacks1 - // - this.GlideUseDefaultHacks1.AutoSize = true; - this.GlideUseDefaultHacks1.Location = new System.Drawing.Point(6, 6); - this.GlideUseDefaultHacks1.Name = "GlideUseDefaultHacks1"; - this.GlideUseDefaultHacks1.Size = new System.Drawing.Size(165, 17); - this.GlideUseDefaultHacks1.TabIndex = 2; - this.GlideUseDefaultHacks1.Text = "Use defaults for current game"; - this.GlideUseDefaultHacks1.UseVisualStyleBackColor = true; - this.GlideUseDefaultHacks1.CheckedChanged += new System.EventHandler(this.GlideUseDefaultHacks1_CheckedChanged); - // - // GlidePerGameHacks2 - // - this.GlidePerGameHacks2.Controls.Add(this.label44); - this.GlidePerGameHacks2.Controls.Add(this.Glide_enable_hacks_for_game); - this.GlidePerGameHacks2.Controls.Add(this.label43); - this.GlidePerGameHacks2.Controls.Add(this.Glide_swapmode); - this.GlidePerGameHacks2.Controls.Add(this.label42); - this.GlidePerGameHacks2.Controls.Add(this.Glide_stipple_pattern); - this.GlidePerGameHacks2.Controls.Add(this.label41); - this.GlidePerGameHacks2.Controls.Add(this.Glide_stipple_mode); - this.GlidePerGameHacks2.Controls.Add(this.label36); - this.GlidePerGameHacks2.Controls.Add(this.Glide_lodmode); - this.GlidePerGameHacks2.Controls.Add(this.label35); - this.GlidePerGameHacks2.Controls.Add(this.Glide_fix_tex_coord); - this.GlidePerGameHacks2.Controls.Add(this.label34); - this.GlidePerGameHacks2.Controls.Add(this.Glide_filtering); - this.GlidePerGameHacks2.Controls.Add(this.label33); - this.GlidePerGameHacks2.Controls.Add(this.Glide_depth_bias); - this.GlidePerGameHacks2.Controls.Add(this.GlideUseDefaultHacks2); - this.GlidePerGameHacks2.Location = new System.Drawing.Point(4, 22); - this.GlidePerGameHacks2.Name = "GlidePerGameHacks2"; - this.GlidePerGameHacks2.Size = new System.Drawing.Size(564, 310); - this.GlidePerGameHacks2.TabIndex = 2; - this.GlidePerGameHacks2.Text = "More Per Game Settings"; - this.GlidePerGameHacks2.UseVisualStyleBackColor = true; - // - // label44 - // - this.label44.AutoSize = true; - this.label44.Location = new System.Drawing.Point(271, 62); - this.label44.Name = "label44"; - this.label44.Size = new System.Drawing.Size(119, 13); - this.label44.TabIndex = 54; - this.label44.Text = "Enable hacks for game:"; - // - // Glide_enable_hacks_for_game - // - this.Glide_enable_hacks_for_game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_enable_hacks_for_game.FormattingEnabled = true; - this.Glide_enable_hacks_for_game.Items.AddRange(new object[] { + this.Glide_ucode.Location = new System.Drawing.Point(102, 36); + this.Glide_ucode.Name = "Glide_ucode"; + this.Glide_ucode.Size = new System.Drawing.Size(273, 21); + this.Glide_ucode.TabIndex = 1; + // + // Glide_autodetect_ucode + // + this.Glide_autodetect_ucode.AutoSize = true; + this.Glide_autodetect_ucode.Location = new System.Drawing.Point(9, 13); + this.Glide_autodetect_ucode.Name = "Glide_autodetect_ucode"; + this.Glide_autodetect_ucode.Size = new System.Drawing.Size(131, 17); + this.Glide_autodetect_ucode.TabIndex = 0; + this.Glide_autodetect_ucode.Text = "Autodetect Microcode"; + this.Glide_autodetect_ucode.UseVisualStyleBackColor = true; + // + // GlidePerGameHacks1 + // + this.GlidePerGameHacks1.Controls.Add(this.Glide_wrap_big_tex); + this.GlidePerGameHacks1.Controls.Add(this.Glide_use_sts1_only); + this.GlidePerGameHacks1.Controls.Add(this.Glide_soft_depth_compare); + this.GlidePerGameHacks1.Controls.Add(this.Glide_PPL); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_optimize_write); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_optimize_texrect); + this.GlidePerGameHacks1.Controls.Add(this.Glide_increase_texrect_edge); + this.GlidePerGameHacks1.Controls.Add(this.Glide_increase_primdepth); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_ignore_previous); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_ignore_aux_copy); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_hires_buf_clear); + this.GlidePerGameHacks1.Controls.Add(this.Glide_force_microcheck); + this.GlidePerGameHacks1.Controls.Add(this.Glide_force_depth_compare); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fog); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fillcolor_fix); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_smart); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_read_alpha); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_hires); + this.GlidePerGameHacks1.Controls.Add(this.Glide_fb_clear); + this.GlidePerGameHacks1.Controls.Add(this.Glide_detect_cpu_write); + this.GlidePerGameHacks1.Controls.Add(this.Glide_decrease_fillrect_edge); + this.GlidePerGameHacks1.Controls.Add(this.Glide_buff_clear); + this.GlidePerGameHacks1.Controls.Add(this.Glide_alt_tex_size); + this.GlidePerGameHacks1.Controls.Add(this.GlideUseDefaultHacks1); + this.GlidePerGameHacks1.Location = new System.Drawing.Point(4, 22); + this.GlidePerGameHacks1.Name = "GlidePerGameHacks1"; + this.GlidePerGameHacks1.Padding = new System.Windows.Forms.Padding(3); + this.GlidePerGameHacks1.Size = new System.Drawing.Size(564, 310); + this.GlidePerGameHacks1.TabIndex = 1; + this.GlidePerGameHacks1.Text = "Per Game Settings"; + this.GlidePerGameHacks1.UseVisualStyleBackColor = true; + // + // Glide_wrap_big_tex + // + this.Glide_wrap_big_tex.AutoSize = true; + this.Glide_wrap_big_tex.Location = new System.Drawing.Point(375, 62); + this.Glide_wrap_big_tex.Name = "Glide_wrap_big_tex"; + this.Glide_wrap_big_tex.Size = new System.Drawing.Size(86, 17); + this.Glide_wrap_big_tex.TabIndex = 33; + this.Glide_wrap_big_tex.Text = "Wrap big tex"; + this.Glide_wrap_big_tex.UseVisualStyleBackColor = true; + // + // Glide_use_sts1_only + // + this.Glide_use_sts1_only.AutoSize = true; + this.Glide_use_sts1_only.Location = new System.Drawing.Point(375, 39); + this.Glide_use_sts1_only.Name = "Glide_use_sts1_only"; + this.Glide_use_sts1_only.Size = new System.Drawing.Size(89, 17); + this.Glide_use_sts1_only.TabIndex = 32; + this.Glide_use_sts1_only.Text = "Use sts1 only"; + this.Glide_use_sts1_only.UseVisualStyleBackColor = true; + // + // Glide_soft_depth_compare + // + this.Glide_soft_depth_compare.AutoSize = true; + this.Glide_soft_depth_compare.Location = new System.Drawing.Point(192, 269); + this.Glide_soft_depth_compare.Name = "Glide_soft_depth_compare"; + this.Glide_soft_depth_compare.Size = new System.Drawing.Size(119, 17); + this.Glide_soft_depth_compare.TabIndex = 31; + this.Glide_soft_depth_compare.Text = "Soft depth compare"; + this.Glide_soft_depth_compare.UseVisualStyleBackColor = true; + // + // Glide_PPL + // + this.Glide_PPL.AutoSize = true; + this.Glide_PPL.Location = new System.Drawing.Point(192, 246); + this.Glide_PPL.Name = "Glide_PPL"; + this.Glide_PPL.Size = new System.Drawing.Size(46, 17); + this.Glide_PPL.TabIndex = 30; + this.Glide_PPL.Text = "PPL"; + this.Glide_PPL.UseVisualStyleBackColor = true; + // + // Glide_fb_optimize_write + // + this.Glide_fb_optimize_write.AutoSize = true; + this.Glide_fb_optimize_write.Location = new System.Drawing.Point(192, 223); + this.Glide_fb_optimize_write.Name = "Glide_fb_optimize_write"; + this.Glide_fb_optimize_write.Size = new System.Drawing.Size(91, 17); + this.Glide_fb_optimize_write.TabIndex = 29; + this.Glide_fb_optimize_write.Text = "Optimize write"; + this.Glide_fb_optimize_write.UseVisualStyleBackColor = true; + // + // Glide_fb_optimize_texrect + // + this.Glide_fb_optimize_texrect.AutoSize = true; + this.Glide_fb_optimize_texrect.Location = new System.Drawing.Point(192, 200); + this.Glide_fb_optimize_texrect.Name = "Glide_fb_optimize_texrect"; + this.Glide_fb_optimize_texrect.Size = new System.Drawing.Size(101, 17); + this.Glide_fb_optimize_texrect.TabIndex = 28; + this.Glide_fb_optimize_texrect.Text = "Optimize texrect"; + this.Glide_fb_optimize_texrect.UseVisualStyleBackColor = true; + // + // Glide_increase_texrect_edge + // + this.Glide_increase_texrect_edge.AutoSize = true; + this.Glide_increase_texrect_edge.Location = new System.Drawing.Point(192, 177); + this.Glide_increase_texrect_edge.Name = "Glide_increase_texrect_edge"; + this.Glide_increase_texrect_edge.Size = new System.Drawing.Size(129, 17); + this.Glide_increase_texrect_edge.TabIndex = 27; + this.Glide_increase_texrect_edge.Text = "Increase texrect edge"; + this.Glide_increase_texrect_edge.UseVisualStyleBackColor = true; + // + // Glide_increase_primdepth + // + this.Glide_increase_primdepth.AutoSize = true; + this.Glide_increase_primdepth.Location = new System.Drawing.Point(192, 154); + this.Glide_increase_primdepth.Name = "Glide_increase_primdepth"; + this.Glide_increase_primdepth.Size = new System.Drawing.Size(116, 17); + this.Glide_increase_primdepth.TabIndex = 26; + this.Glide_increase_primdepth.Text = "Increase primdepth"; + this.Glide_increase_primdepth.UseVisualStyleBackColor = true; + // + // Glide_fb_ignore_previous + // + this.Glide_fb_ignore_previous.AutoSize = true; + this.Glide_fb_ignore_previous.Location = new System.Drawing.Point(192, 131); + this.Glide_fb_ignore_previous.Name = "Glide_fb_ignore_previous"; + this.Glide_fb_ignore_previous.Size = new System.Drawing.Size(100, 17); + this.Glide_fb_ignore_previous.TabIndex = 25; + this.Glide_fb_ignore_previous.Text = "Ignore Previous"; + this.Glide_fb_ignore_previous.UseVisualStyleBackColor = true; + // + // Glide_fb_ignore_aux_copy + // + this.Glide_fb_ignore_aux_copy.AutoSize = true; + this.Glide_fb_ignore_aux_copy.Location = new System.Drawing.Point(192, 108); + this.Glide_fb_ignore_aux_copy.Name = "Glide_fb_ignore_aux_copy"; + this.Glide_fb_ignore_aux_copy.Size = new System.Drawing.Size(102, 17); + this.Glide_fb_ignore_aux_copy.TabIndex = 24; + this.Glide_fb_ignore_aux_copy.Text = "Ignore aux copy"; + this.Glide_fb_ignore_aux_copy.UseVisualStyleBackColor = true; + // + // Glide_fb_hires_buf_clear + // + this.Glide_fb_hires_buf_clear.AutoSize = true; + this.Glide_fb_hires_buf_clear.Location = new System.Drawing.Point(192, 85); + this.Glide_fb_hires_buf_clear.Name = "Glide_fb_hires_buf_clear"; + this.Glide_fb_hires_buf_clear.Size = new System.Drawing.Size(109, 17); + this.Glide_fb_hires_buf_clear.TabIndex = 23; + this.Glide_fb_hires_buf_clear.Text = "Hi-res buffer clear"; + this.Glide_fb_hires_buf_clear.UseVisualStyleBackColor = true; + // + // Glide_force_microcheck + // + this.Glide_force_microcheck.AutoSize = true; + this.Glide_force_microcheck.Location = new System.Drawing.Point(192, 62); + this.Glide_force_microcheck.Name = "Glide_force_microcheck"; + this.Glide_force_microcheck.Size = new System.Drawing.Size(165, 17); + this.Glide_force_microcheck.TabIndex = 22; + this.Glide_force_microcheck.Text = "Check microcode each frame"; + this.Glide_force_microcheck.UseVisualStyleBackColor = true; + // + // Glide_force_depth_compare + // + this.Glide_force_depth_compare.AutoSize = true; + this.Glide_force_depth_compare.Location = new System.Drawing.Point(192, 39); + this.Glide_force_depth_compare.Name = "Glide_force_depth_compare"; + this.Glide_force_depth_compare.Size = new System.Drawing.Size(130, 17); + this.Glide_force_depth_compare.TabIndex = 21; + this.Glide_force_depth_compare.Text = "Force Depth Compare"; + this.Glide_force_depth_compare.UseVisualStyleBackColor = true; + // + // Glide_fog + // + this.Glide_fog.AutoSize = true; + this.Glide_fog.Location = new System.Drawing.Point(6, 269); + this.Glide_fog.Name = "Glide_fog"; + this.Glide_fog.Size = new System.Drawing.Size(86, 17); + this.Glide_fog.TabIndex = 20; + this.Glide_fog.Text = "Fog Enabled"; + this.Glide_fog.UseVisualStyleBackColor = true; + // + // Glide_fillcolor_fix + // + this.Glide_fillcolor_fix.AutoSize = true; + this.Glide_fillcolor_fix.Location = new System.Drawing.Point(6, 246); + this.Glide_fillcolor_fix.Name = "Glide_fillcolor_fix"; + this.Glide_fillcolor_fix.Size = new System.Drawing.Size(77, 17); + this.Glide_fillcolor_fix.TabIndex = 19; + this.Glide_fillcolor_fix.Text = "Fillcolor Fix"; + this.Glide_fillcolor_fix.UseVisualStyleBackColor = true; + // + // Glide_fb_smart + // + this.Glide_fb_smart.AutoSize = true; + this.Glide_fb_smart.Location = new System.Drawing.Point(6, 223); + this.Glide_fb_smart.Name = "Glide_fb_smart"; + this.Glide_fb_smart.Size = new System.Drawing.Size(109, 17); + this.Glide_fb_smart.TabIndex = 18; + this.Glide_fb_smart.Text = "Smart framebuffer"; + this.Glide_fb_smart.UseVisualStyleBackColor = true; + // + // Glide_fb_read_alpha + // + this.Glide_fb_read_alpha.AutoSize = true; + this.Glide_fb_read_alpha.Location = new System.Drawing.Point(6, 200); + this.Glide_fb_read_alpha.Name = "Glide_fb_read_alpha"; + this.Glide_fb_read_alpha.Size = new System.Drawing.Size(135, 17); + this.Glide_fb_read_alpha.TabIndex = 17; + this.Glide_fb_read_alpha.Text = "Framebuffer read alpha"; + this.Glide_fb_read_alpha.UseVisualStyleBackColor = true; + // + // Glide_fb_hires + // + this.Glide_fb_hires.AutoSize = true; + this.Glide_fb_hires.Location = new System.Drawing.Point(6, 154); + this.Glide_fb_hires.Name = "Glide_fb_hires"; + this.Glide_fb_hires.Size = new System.Drawing.Size(109, 17); + this.Glide_fb_hires.TabIndex = 15; + this.Glide_fb_hires.Text = "Hi-res framebuffer"; + this.Glide_fb_hires.UseVisualStyleBackColor = true; + // + // Glide_fb_clear + // + this.Glide_fb_clear.AutoSize = true; + this.Glide_fb_clear.Location = new System.Drawing.Point(6, 131); + this.Glide_fb_clear.Name = "Glide_fb_clear"; + this.Glide_fb_clear.Size = new System.Drawing.Size(106, 17); + this.Glide_fb_clear.TabIndex = 7; + this.Glide_fb_clear.Text = "Clear framebuffer"; + this.Glide_fb_clear.UseVisualStyleBackColor = true; + // + // Glide_detect_cpu_write + // + this.Glide_detect_cpu_write.AutoSize = true; + this.Glide_detect_cpu_write.Location = new System.Drawing.Point(6, 108); + this.Glide_detect_cpu_write.Name = "Glide_detect_cpu_write"; + this.Glide_detect_cpu_write.Size = new System.Drawing.Size(113, 17); + this.Glide_detect_cpu_write.TabIndex = 6; + this.Glide_detect_cpu_write.Text = "Detect CPU writes"; + this.Glide_detect_cpu_write.UseVisualStyleBackColor = true; + // + // Glide_decrease_fillrect_edge + // + this.Glide_decrease_fillrect_edge.AutoSize = true; + this.Glide_decrease_fillrect_edge.Location = new System.Drawing.Point(6, 85); + this.Glide_decrease_fillrect_edge.Name = "Glide_decrease_fillrect_edge"; + this.Glide_decrease_fillrect_edge.Size = new System.Drawing.Size(133, 17); + this.Glide_decrease_fillrect_edge.TabIndex = 5; + this.Glide_decrease_fillrect_edge.Text = "Decrease Fillrect Edge"; + this.Glide_decrease_fillrect_edge.UseVisualStyleBackColor = true; + // + // Glide_buff_clear + // + this.Glide_buff_clear.AutoSize = true; + this.Glide_buff_clear.Location = new System.Drawing.Point(6, 62); + this.Glide_buff_clear.Name = "Glide_buff_clear"; + this.Glide_buff_clear.Size = new System.Drawing.Size(153, 17); + this.Glide_buff_clear.TabIndex = 4; + this.Glide_buff_clear.Text = "Buffer clear on every frame"; + this.Glide_buff_clear.UseVisualStyleBackColor = true; + // + // Glide_alt_tex_size + // + this.Glide_alt_tex_size.AutoSize = true; + this.Glide_alt_tex_size.Location = new System.Drawing.Point(6, 39); + this.Glide_alt_tex_size.Name = "Glide_alt_tex_size"; + this.Glide_alt_tex_size.Size = new System.Drawing.Size(169, 17); + this.Glide_alt_tex_size.TabIndex = 3; + this.Glide_alt_tex_size.Text = "Alternate Texture Size Method"; + this.Glide_alt_tex_size.UseVisualStyleBackColor = true; + // + // GlideUseDefaultHacks1 + // + this.GlideUseDefaultHacks1.AutoSize = true; + this.GlideUseDefaultHacks1.Location = new System.Drawing.Point(6, 6); + this.GlideUseDefaultHacks1.Name = "GlideUseDefaultHacks1"; + this.GlideUseDefaultHacks1.Size = new System.Drawing.Size(165, 17); + this.GlideUseDefaultHacks1.TabIndex = 2; + this.GlideUseDefaultHacks1.Text = "Use defaults for current game"; + this.GlideUseDefaultHacks1.UseVisualStyleBackColor = true; + this.GlideUseDefaultHacks1.CheckedChanged += new System.EventHandler(this.GlideUseDefaultHacks1_CheckedChanged); + // + // GlidePerGameHacks2 + // + this.GlidePerGameHacks2.Controls.Add(this.label44); + this.GlidePerGameHacks2.Controls.Add(this.Glide_enable_hacks_for_game); + this.GlidePerGameHacks2.Controls.Add(this.label43); + this.GlidePerGameHacks2.Controls.Add(this.Glide_swapmode); + this.GlidePerGameHacks2.Controls.Add(this.label42); + this.GlidePerGameHacks2.Controls.Add(this.Glide_stipple_pattern); + this.GlidePerGameHacks2.Controls.Add(this.label41); + this.GlidePerGameHacks2.Controls.Add(this.Glide_stipple_mode); + this.GlidePerGameHacks2.Controls.Add(this.label36); + this.GlidePerGameHacks2.Controls.Add(this.Glide_lodmode); + this.GlidePerGameHacks2.Controls.Add(this.label35); + this.GlidePerGameHacks2.Controls.Add(this.Glide_fix_tex_coord); + this.GlidePerGameHacks2.Controls.Add(this.label34); + this.GlidePerGameHacks2.Controls.Add(this.Glide_filtering); + this.GlidePerGameHacks2.Controls.Add(this.label33); + this.GlidePerGameHacks2.Controls.Add(this.Glide_depth_bias); + this.GlidePerGameHacks2.Controls.Add(this.GlideUseDefaultHacks2); + this.GlidePerGameHacks2.Location = new System.Drawing.Point(4, 22); + this.GlidePerGameHacks2.Name = "GlidePerGameHacks2"; + this.GlidePerGameHacks2.Size = new System.Drawing.Size(564, 310); + this.GlidePerGameHacks2.TabIndex = 2; + this.GlidePerGameHacks2.Text = "More Per Game Settings"; + this.GlidePerGameHacks2.UseVisualStyleBackColor = true; + // + // label44 + // + this.label44.AutoSize = true; + this.label44.Location = new System.Drawing.Point(271, 62); + this.label44.Name = "label44"; + this.label44.Size = new System.Drawing.Size(119, 13); + this.label44.TabIndex = 54; + this.label44.Text = "Enable hacks for game:"; + // + // Glide_enable_hacks_for_game + // + this.Glide_enable_hacks_for_game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_enable_hacks_for_game.FormattingEnabled = true; + this.Glide_enable_hacks_for_game.Items.AddRange(new object[] { "None", "Zelda", "Bomberman64", @@ -2317,691 +2326,691 @@ "Top Gear Rally 2", "Killer Instinct", "LEGO Racers"}); - this.Glide_enable_hacks_for_game.Location = new System.Drawing.Point(396, 59); - this.Glide_enable_hacks_for_game.Name = "Glide_enable_hacks_for_game"; - this.Glide_enable_hacks_for_game.Size = new System.Drawing.Size(155, 21); - this.Glide_enable_hacks_for_game.TabIndex = 53; - // - // label43 - // - this.label43.AutoSize = true; - this.label43.Location = new System.Drawing.Point(266, 36); - this.label43.Name = "label43"; - this.label43.Size = new System.Drawing.Size(124, 13); - this.label43.TabIndex = 40; - this.label43.Text = "Buffer swapping method:"; - // - // Glide_swapmode - // - this.Glide_swapmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_swapmode.FormattingEnabled = true; - this.Glide_swapmode.Items.AddRange(new object[] { + this.Glide_enable_hacks_for_game.Location = new System.Drawing.Point(396, 59); + this.Glide_enable_hacks_for_game.Name = "Glide_enable_hacks_for_game"; + this.Glide_enable_hacks_for_game.Size = new System.Drawing.Size(155, 21); + this.Glide_enable_hacks_for_game.TabIndex = 53; + // + // label43 + // + this.label43.AutoSize = true; + this.label43.Location = new System.Drawing.Point(266, 36); + this.label43.Name = "label43"; + this.label43.Size = new System.Drawing.Size(124, 13); + this.label43.TabIndex = 40; + this.label43.Text = "Buffer swapping method:"; + // + // Glide_swapmode + // + this.Glide_swapmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_swapmode.FormattingEnabled = true; + this.Glide_swapmode.Items.AddRange(new object[] { "Old", "New", "Hybrid"}); - this.Glide_swapmode.Location = new System.Drawing.Point(396, 32); - this.Glide_swapmode.Name = "Glide_swapmode"; - this.Glide_swapmode.Size = new System.Drawing.Size(78, 21); - this.Glide_swapmode.TabIndex = 39; - // - // label42 - // - this.label42.AutoSize = true; - this.label42.Location = new System.Drawing.Point(3, 275); - this.label42.Name = "label42"; - this.label42.Size = new System.Drawing.Size(78, 13); - this.label42.TabIndex = 38; - this.label42.Text = "Stipple pattern:"; - // - // Glide_stipple_pattern - // - this.Glide_stipple_pattern.Location = new System.Drawing.Point(92, 272); - this.Glide_stipple_pattern.Name = "Glide_stipple_pattern"; - this.Glide_stipple_pattern.Size = new System.Drawing.Size(78, 20); - this.Glide_stipple_pattern.TabIndex = 37; - // - // label41 - // - this.label41.AutoSize = true; - this.label41.Location = new System.Drawing.Point(3, 249); - this.label41.Name = "label41"; - this.label41.Size = new System.Drawing.Size(71, 13); - this.label41.TabIndex = 36; - this.label41.Text = "Stipple mode:"; - // - // Glide_stipple_mode - // - this.Glide_stipple_mode.Location = new System.Drawing.Point(92, 246); - this.Glide_stipple_mode.Name = "Glide_stipple_mode"; - this.Glide_stipple_mode.Size = new System.Drawing.Size(36, 20); - this.Glide_stipple_mode.TabIndex = 35; - // - // label36 - // - this.label36.AutoSize = true; - this.label36.Location = new System.Drawing.Point(3, 118); - this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(86, 13); - this.label36.TabIndex = 26; - this.label36.Text = "LOD calculation:"; - // - // Glide_lodmode - // - this.Glide_lodmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_lodmode.FormattingEnabled = true; - this.Glide_lodmode.Items.AddRange(new object[] { + this.Glide_swapmode.Location = new System.Drawing.Point(396, 32); + this.Glide_swapmode.Name = "Glide_swapmode"; + this.Glide_swapmode.Size = new System.Drawing.Size(78, 21); + this.Glide_swapmode.TabIndex = 39; + // + // label42 + // + this.label42.AutoSize = true; + this.label42.Location = new System.Drawing.Point(3, 275); + this.label42.Name = "label42"; + this.label42.Size = new System.Drawing.Size(78, 13); + this.label42.TabIndex = 38; + this.label42.Text = "Stipple pattern:"; + // + // Glide_stipple_pattern + // + this.Glide_stipple_pattern.Location = new System.Drawing.Point(92, 272); + this.Glide_stipple_pattern.Name = "Glide_stipple_pattern"; + this.Glide_stipple_pattern.Size = new System.Drawing.Size(78, 20); + this.Glide_stipple_pattern.TabIndex = 37; + // + // label41 + // + this.label41.AutoSize = true; + this.label41.Location = new System.Drawing.Point(3, 249); + this.label41.Name = "label41"; + this.label41.Size = new System.Drawing.Size(71, 13); + this.label41.TabIndex = 36; + this.label41.Text = "Stipple mode:"; + // + // Glide_stipple_mode + // + this.Glide_stipple_mode.Location = new System.Drawing.Point(92, 246); + this.Glide_stipple_mode.Name = "Glide_stipple_mode"; + this.Glide_stipple_mode.Size = new System.Drawing.Size(36, 20); + this.Glide_stipple_mode.TabIndex = 35; + // + // label36 + // + this.label36.AutoSize = true; + this.label36.Location = new System.Drawing.Point(3, 118); + this.label36.Name = "label36"; + this.label36.Size = new System.Drawing.Size(86, 13); + this.label36.TabIndex = 26; + this.label36.Text = "LOD calculation:"; + // + // Glide_lodmode + // + this.Glide_lodmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_lodmode.FormattingEnabled = true; + this.Glide_lodmode.Items.AddRange(new object[] { "Off", "Fast", "Precise"}); - this.Glide_lodmode.Location = new System.Drawing.Point(92, 115); - this.Glide_lodmode.Name = "Glide_lodmode"; - this.Glide_lodmode.Size = new System.Drawing.Size(78, 21); - this.Glide_lodmode.TabIndex = 25; - // - // label35 - // - this.label35.AutoSize = true; - this.label35.Location = new System.Drawing.Point(3, 92); - this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(70, 13); - this.label35.TabIndex = 24; - this.label35.Text = "Fix tex coord:"; - // - // Glide_fix_tex_coord - // - this.Glide_fix_tex_coord.Location = new System.Drawing.Point(92, 89); - this.Glide_fix_tex_coord.Name = "Glide_fix_tex_coord"; - this.Glide_fix_tex_coord.Size = new System.Drawing.Size(36, 20); - this.Glide_fix_tex_coord.TabIndex = 23; - // - // label34 - // - this.label34.AutoSize = true; - this.label34.Location = new System.Drawing.Point(3, 65); - this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(75, 13); - this.label34.TabIndex = 22; - this.label34.Text = "Filtering mode:"; - // - // Glide_filtering - // - this.Glide_filtering.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide_filtering.FormattingEnabled = true; - this.Glide_filtering.Items.AddRange(new object[] { + this.Glide_lodmode.Location = new System.Drawing.Point(92, 115); + this.Glide_lodmode.Name = "Glide_lodmode"; + this.Glide_lodmode.Size = new System.Drawing.Size(78, 21); + this.Glide_lodmode.TabIndex = 25; + // + // label35 + // + this.label35.AutoSize = true; + this.label35.Location = new System.Drawing.Point(3, 92); + this.label35.Name = "label35"; + this.label35.Size = new System.Drawing.Size(70, 13); + this.label35.TabIndex = 24; + this.label35.Text = "Fix tex coord:"; + // + // Glide_fix_tex_coord + // + this.Glide_fix_tex_coord.Location = new System.Drawing.Point(92, 89); + this.Glide_fix_tex_coord.Name = "Glide_fix_tex_coord"; + this.Glide_fix_tex_coord.Size = new System.Drawing.Size(36, 20); + this.Glide_fix_tex_coord.TabIndex = 23; + // + // label34 + // + this.label34.AutoSize = true; + this.label34.Location = new System.Drawing.Point(3, 65); + this.label34.Name = "label34"; + this.label34.Size = new System.Drawing.Size(75, 13); + this.label34.TabIndex = 22; + this.label34.Text = "Filtering mode:"; + // + // Glide_filtering + // + this.Glide_filtering.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide_filtering.FormattingEnabled = true; + this.Glide_filtering.Items.AddRange(new object[] { "None", "Force bilinear", "Force point-sampled"}); - this.Glide_filtering.Location = new System.Drawing.Point(92, 62); - this.Glide_filtering.Name = "Glide_filtering"; - this.Glide_filtering.Size = new System.Drawing.Size(138, 21); - this.Glide_filtering.TabIndex = 21; - // - // label33 - // - this.label33.AutoSize = true; - this.label33.Location = new System.Drawing.Point(3, 39); - this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(86, 13); - this.label33.TabIndex = 20; - this.label33.Text = "Depth bias level:"; - // - // Glide_depth_bias - // - this.Glide_depth_bias.Location = new System.Drawing.Point(92, 36); - this.Glide_depth_bias.Name = "Glide_depth_bias"; - this.Glide_depth_bias.Size = new System.Drawing.Size(36, 20); - this.Glide_depth_bias.TabIndex = 19; - // - // GlideUseDefaultHacks2 - // - this.GlideUseDefaultHacks2.AutoSize = true; - this.GlideUseDefaultHacks2.Location = new System.Drawing.Point(6, 6); - this.GlideUseDefaultHacks2.Name = "GlideUseDefaultHacks2"; - this.GlideUseDefaultHacks2.Size = new System.Drawing.Size(165, 17); - this.GlideUseDefaultHacks2.TabIndex = 3; - this.GlideUseDefaultHacks2.Text = "Use defaults for current game"; - this.GlideUseDefaultHacks2.UseVisualStyleBackColor = true; - this.GlideUseDefaultHacks2.CheckedChanged += new System.EventHandler(this.GlideUseDefaultHacks2_CheckedChanged); - // - // Glide64mk2TabPage - // - this.Glide64mk2TabPage.Controls.Add(this.tabControl2); - this.Glide64mk2TabPage.Location = new System.Drawing.Point(4, 22); - this.Glide64mk2TabPage.Name = "Glide64mk2TabPage"; - this.Glide64mk2TabPage.Size = new System.Drawing.Size(572, 343); - this.Glide64mk2TabPage.TabIndex = 6; - this.Glide64mk2TabPage.Text = "Glide64mk2"; - this.Glide64mk2TabPage.UseVisualStyleBackColor = true; - // - // tabControl2 - // - this.tabControl2.Controls.Add(this.tabPage1); - this.tabControl2.Controls.Add(this.tabPage2); - this.tabControl2.Controls.Add(this.tabPage3); - this.tabControl2.Location = new System.Drawing.Point(0, 3); - this.tabControl2.Name = "tabControl2"; - this.tabControl2.SelectedIndex = 0; - this.tabControl2.Size = new System.Drawing.Size(572, 336); - this.tabControl2.TabIndex = 1; - // - // tabPage1 - // - this.tabPage1.Controls.Add(this.Glide64mk2_fb_get_info); - this.tabPage1.Controls.Add(this.Glide64mk2_fb_render); - this.tabPage1.Controls.Add(this.Glide64mk2_wrpAnisotropic); - this.tabPage1.Controls.Add(this.Glide64mk2_wrpFBO); - this.tabPage1.Controls.Add(this.label50); - this.tabPage1.Controls.Add(this.Glide64mk2_card_id); - this.tabPage1.Location = new System.Drawing.Point(4, 22); - this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(564, 310); - this.tabPage1.TabIndex = 0; - this.tabPage1.Text = "General"; - this.tabPage1.UseVisualStyleBackColor = true; - // - // Glide64mk2_fb_get_info - // - this.Glide64mk2_fb_get_info.AutoSize = true; - this.Glide64mk2_fb_get_info.Location = new System.Drawing.Point(9, 132); - this.Glide64mk2_fb_get_info.Name = "Glide64mk2_fb_get_info"; - this.Glide64mk2_fb_get_info.Size = new System.Drawing.Size(119, 17); - this.Glide64mk2_fb_get_info.TabIndex = 53; - this.Glide64mk2_fb_get_info.Text = "Get framebuffer info"; - this.Glide64mk2_fb_get_info.UseVisualStyleBackColor = true; - // - // Glide64mk2_fb_render - // - this.Glide64mk2_fb_render.AutoSize = true; - this.Glide64mk2_fb_render.Location = new System.Drawing.Point(9, 109); - this.Glide64mk2_fb_render.Name = "Glide64mk2_fb_render"; - this.Glide64mk2_fb_render.Size = new System.Drawing.Size(118, 17); - this.Glide64mk2_fb_render.TabIndex = 52; - this.Glide64mk2_fb_render.Text = "Depth buffer render"; - this.Glide64mk2_fb_render.UseVisualStyleBackColor = true; - // - // Glide64mk2_wrpAnisotropic - // - this.Glide64mk2_wrpAnisotropic.AutoSize = true; - this.Glide64mk2_wrpAnisotropic.Location = new System.Drawing.Point(9, 86); - this.Glide64mk2_wrpAnisotropic.Name = "Glide64mk2_wrpAnisotropic"; - this.Glide64mk2_wrpAnisotropic.Size = new System.Drawing.Size(161, 17); - this.Glide64mk2_wrpAnisotropic.TabIndex = 25; - this.Glide64mk2_wrpAnisotropic.Text = "Wrapper Anisotropic Filtering"; - this.Glide64mk2_wrpAnisotropic.UseVisualStyleBackColor = true; - // - // Glide64mk2_wrpFBO - // - this.Glide64mk2_wrpFBO.AutoSize = true; - this.Glide64mk2_wrpFBO.Location = new System.Drawing.Point(9, 63); - this.Glide64mk2_wrpFBO.Name = "Glide64mk2_wrpFBO"; - this.Glide64mk2_wrpFBO.Size = new System.Drawing.Size(91, 17); - this.Glide64mk2_wrpFBO.TabIndex = 21; - this.Glide64mk2_wrpFBO.Text = "Wrapper FBO"; - this.Glide64mk2_wrpFBO.UseVisualStyleBackColor = true; - // - // label50 - // - this.label50.AutoSize = true; - this.label50.Location = new System.Drawing.Point(6, 30); - this.label50.Name = "label50"; - this.label50.Size = new System.Drawing.Size(46, 13); - this.label50.TabIndex = 5; - this.label50.Text = "Card ID:"; - // - // Glide64mk2_card_id - // - this.Glide64mk2_card_id.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_card_id.FormattingEnabled = true; - this.Glide64mk2_card_id.Items.AddRange(new object[] { + this.Glide_filtering.Location = new System.Drawing.Point(92, 62); + this.Glide_filtering.Name = "Glide_filtering"; + this.Glide_filtering.Size = new System.Drawing.Size(138, 21); + this.Glide_filtering.TabIndex = 21; + // + // label33 + // + this.label33.AutoSize = true; + this.label33.Location = new System.Drawing.Point(3, 39); + this.label33.Name = "label33"; + this.label33.Size = new System.Drawing.Size(86, 13); + this.label33.TabIndex = 20; + this.label33.Text = "Depth bias level:"; + // + // Glide_depth_bias + // + this.Glide_depth_bias.Location = new System.Drawing.Point(92, 36); + this.Glide_depth_bias.Name = "Glide_depth_bias"; + this.Glide_depth_bias.Size = new System.Drawing.Size(36, 20); + this.Glide_depth_bias.TabIndex = 19; + // + // GlideUseDefaultHacks2 + // + this.GlideUseDefaultHacks2.AutoSize = true; + this.GlideUseDefaultHacks2.Location = new System.Drawing.Point(6, 6); + this.GlideUseDefaultHacks2.Name = "GlideUseDefaultHacks2"; + this.GlideUseDefaultHacks2.Size = new System.Drawing.Size(165, 17); + this.GlideUseDefaultHacks2.TabIndex = 3; + this.GlideUseDefaultHacks2.Text = "Use defaults for current game"; + this.GlideUseDefaultHacks2.UseVisualStyleBackColor = true; + this.GlideUseDefaultHacks2.CheckedChanged += new System.EventHandler(this.GlideUseDefaultHacks2_CheckedChanged); + // + // Glide64mk2TabPage + // + this.Glide64mk2TabPage.Controls.Add(this.tabControl2); + this.Glide64mk2TabPage.Location = new System.Drawing.Point(4, 22); + this.Glide64mk2TabPage.Name = "Glide64mk2TabPage"; + this.Glide64mk2TabPage.Size = new System.Drawing.Size(572, 343); + this.Glide64mk2TabPage.TabIndex = 6; + this.Glide64mk2TabPage.Text = "Glide64mk2"; + this.Glide64mk2TabPage.UseVisualStyleBackColor = true; + // + // tabControl2 + // + this.tabControl2.Controls.Add(this.tabPage1); + this.tabControl2.Controls.Add(this.tabPage2); + this.tabControl2.Controls.Add(this.tabPage3); + this.tabControl2.Location = new System.Drawing.Point(0, 3); + this.tabControl2.Name = "tabControl2"; + this.tabControl2.SelectedIndex = 0; + this.tabControl2.Size = new System.Drawing.Size(572, 336); + this.tabControl2.TabIndex = 1; + // + // tabPage1 + // + this.tabPage1.Controls.Add(this.Glide64mk2_fb_get_info); + this.tabPage1.Controls.Add(this.Glide64mk2_fb_render); + this.tabPage1.Controls.Add(this.Glide64mk2_wrpAnisotropic); + this.tabPage1.Controls.Add(this.Glide64mk2_wrpFBO); + this.tabPage1.Controls.Add(this.label50); + this.tabPage1.Controls.Add(this.Glide64mk2_card_id); + this.tabPage1.Location = new System.Drawing.Point(4, 22); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); + this.tabPage1.Size = new System.Drawing.Size(564, 310); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "General"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // Glide64mk2_fb_get_info + // + this.Glide64mk2_fb_get_info.AutoSize = true; + this.Glide64mk2_fb_get_info.Location = new System.Drawing.Point(9, 132); + this.Glide64mk2_fb_get_info.Name = "Glide64mk2_fb_get_info"; + this.Glide64mk2_fb_get_info.Size = new System.Drawing.Size(119, 17); + this.Glide64mk2_fb_get_info.TabIndex = 53; + this.Glide64mk2_fb_get_info.Text = "Get framebuffer info"; + this.Glide64mk2_fb_get_info.UseVisualStyleBackColor = true; + // + // Glide64mk2_fb_render + // + this.Glide64mk2_fb_render.AutoSize = true; + this.Glide64mk2_fb_render.Location = new System.Drawing.Point(9, 109); + this.Glide64mk2_fb_render.Name = "Glide64mk2_fb_render"; + this.Glide64mk2_fb_render.Size = new System.Drawing.Size(118, 17); + this.Glide64mk2_fb_render.TabIndex = 52; + this.Glide64mk2_fb_render.Text = "Depth buffer render"; + this.Glide64mk2_fb_render.UseVisualStyleBackColor = true; + // + // Glide64mk2_wrpAnisotropic + // + this.Glide64mk2_wrpAnisotropic.AutoSize = true; + this.Glide64mk2_wrpAnisotropic.Location = new System.Drawing.Point(9, 86); + this.Glide64mk2_wrpAnisotropic.Name = "Glide64mk2_wrpAnisotropic"; + this.Glide64mk2_wrpAnisotropic.Size = new System.Drawing.Size(161, 17); + this.Glide64mk2_wrpAnisotropic.TabIndex = 25; + this.Glide64mk2_wrpAnisotropic.Text = "Wrapper Anisotropic Filtering"; + this.Glide64mk2_wrpAnisotropic.UseVisualStyleBackColor = true; + // + // Glide64mk2_wrpFBO + // + this.Glide64mk2_wrpFBO.AutoSize = true; + this.Glide64mk2_wrpFBO.Location = new System.Drawing.Point(9, 63); + this.Glide64mk2_wrpFBO.Name = "Glide64mk2_wrpFBO"; + this.Glide64mk2_wrpFBO.Size = new System.Drawing.Size(91, 17); + this.Glide64mk2_wrpFBO.TabIndex = 21; + this.Glide64mk2_wrpFBO.Text = "Wrapper FBO"; + this.Glide64mk2_wrpFBO.UseVisualStyleBackColor = true; + // + // label50 + // + this.label50.AutoSize = true; + this.label50.Location = new System.Drawing.Point(6, 30); + this.label50.Name = "label50"; + this.label50.Size = new System.Drawing.Size(46, 13); + this.label50.TabIndex = 5; + this.label50.Text = "Card ID:"; + // + // Glide64mk2_card_id + // + this.Glide64mk2_card_id.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_card_id.FormattingEnabled = true; + this.Glide64mk2_card_id.Items.AddRange(new object[] { "0", "1", "2", "3"}); - this.Glide64mk2_card_id.Location = new System.Drawing.Point(58, 27); - this.Glide64mk2_card_id.Name = "Glide64mk2_card_id"; - this.Glide64mk2_card_id.Size = new System.Drawing.Size(36, 21); - this.Glide64mk2_card_id.TabIndex = 4; - // - // tabPage2 - // - this.tabPage2.Controls.Add(this.Glide64mk2_fb_read_always); - this.tabPage2.Controls.Add(this.Glide64mk2_useless_is_useless); - this.tabPage2.Controls.Add(this.Glide64mk2_n64_z_scale); - this.tabPage2.Controls.Add(this.Glide64mk2_old_style_adither); - this.tabPage2.Controls.Add(this.Glide64mk2_zmode_compare_less); - this.tabPage2.Controls.Add(this.Glide64mk2_adjust_aspect); - this.tabPage2.Controls.Add(this.Glide64mk2_fast_crc); - this.tabPage2.Controls.Add(this.Glide64mk2_clip_zmax); - this.tabPage2.Controls.Add(this.Glide64mk2_clip_zmin); - this.tabPage2.Controls.Add(this.Glide64mk2_force_quad3d); - this.tabPage2.Controls.Add(this.Glide64mk2_pal230); - this.tabPage2.Controls.Add(this.Glide64mk2_texture_correction); - this.tabPage2.Controls.Add(this.Glide64mk2_correct_viewport); - this.tabPage2.Controls.Add(this.Glide64mk2_force_calc_sphere); - this.tabPage2.Controls.Add(this.Glide64mk2_use_sts1_only); - this.tabPage2.Controls.Add(this.Glide64mk2_optimize_texrect); - this.tabPage2.Controls.Add(this.Glide64mk2_increase_texrect_edge); - this.tabPage2.Controls.Add(this.Glide64mk2_ignore_aux_copy); - this.tabPage2.Controls.Add(this.Glide64mk2_hires_buf_clear); - this.tabPage2.Controls.Add(this.Glide64mk2_force_microcheck); - this.tabPage2.Controls.Add(this.Glide64mk2_fog); - this.tabPage2.Controls.Add(this.Glide64mk2_fb_smart); - this.tabPage2.Controls.Add(this.Glide64mk2_fb_read_alpha); - this.tabPage2.Controls.Add(this.Glide64mk2_fb_hires); - this.tabPage2.Controls.Add(this.Glide64mk2_detect_cpu_write); - this.tabPage2.Controls.Add(this.Glide64mk2_decrease_fillrect_edge); - this.tabPage2.Controls.Add(this.Glide64mk2_buff_clear); - this.tabPage2.Controls.Add(this.Glide64mk2_alt_tex_size); - this.tabPage2.Controls.Add(this.Glide64mk2_UseDefaultHacks1); - this.tabPage2.Location = new System.Drawing.Point(4, 22); - this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(564, 310); - this.tabPage2.TabIndex = 1; - this.tabPage2.Text = "Per Game Settings"; - this.tabPage2.UseVisualStyleBackColor = true; - // - // Glide64mk2_fb_read_always - // - this.Glide64mk2_fb_read_always.AutoSize = true; - this.Glide64mk2_fb_read_always.Location = new System.Drawing.Point(362, 39); - this.Glide64mk2_fb_read_always.Name = "Glide64mk2_fb_read_always"; - this.Glide64mk2_fb_read_always.Size = new System.Drawing.Size(164, 17); - this.Glide64mk2_fb_read_always.TabIndex = 48; - this.Glide64mk2_fb_read_always.Text = "Framebuffer read every frame"; - this.Glide64mk2_fb_read_always.UseVisualStyleBackColor = true; - // - // Glide64mk2_useless_is_useless - // - this.Glide64mk2_useless_is_useless.AutoSize = true; - this.Glide64mk2_useless_is_useless.Location = new System.Drawing.Point(362, 62); - this.Glide64mk2_useless_is_useless.Name = "Glide64mk2_useless_is_useless"; - this.Glide64mk2_useless_is_useless.Size = new System.Drawing.Size(115, 17); - this.Glide64mk2_useless_is_useless.TabIndex = 46; - this.Glide64mk2_useless_is_useless.Text = "useless_is_useless"; - this.Glide64mk2_useless_is_useless.UseVisualStyleBackColor = true; - // - // Glide64mk2_n64_z_scale - // - this.Glide64mk2_n64_z_scale.AutoSize = true; - this.Glide64mk2_n64_z_scale.Location = new System.Drawing.Point(362, 154); - this.Glide64mk2_n64_z_scale.Name = "Glide64mk2_n64_z_scale"; - this.Glide64mk2_n64_z_scale.Size = new System.Drawing.Size(86, 17); - this.Glide64mk2_n64_z_scale.TabIndex = 45; - this.Glide64mk2_n64_z_scale.Text = "N64 Z Scale"; - this.Glide64mk2_n64_z_scale.UseVisualStyleBackColor = true; - // - // Glide64mk2_old_style_adither - // - this.Glide64mk2_old_style_adither.AutoSize = true; - this.Glide64mk2_old_style_adither.Location = new System.Drawing.Point(362, 131); - this.Glide64mk2_old_style_adither.Name = "Glide64mk2_old_style_adither"; - this.Glide64mk2_old_style_adither.Size = new System.Drawing.Size(104, 17); - this.Glide64mk2_old_style_adither.TabIndex = 44; - this.Glide64mk2_old_style_adither.Text = "Old Style Adither"; - this.Glide64mk2_old_style_adither.UseVisualStyleBackColor = true; - // - // Glide64mk2_zmode_compare_less - // - this.Glide64mk2_zmode_compare_less.AutoSize = true; - this.Glide64mk2_zmode_compare_less.Location = new System.Drawing.Point(362, 108); - this.Glide64mk2_zmode_compare_less.Name = "Glide64mk2_zmode_compare_less"; - this.Glide64mk2_zmode_compare_less.Size = new System.Drawing.Size(127, 17); - this.Glide64mk2_zmode_compare_less.TabIndex = 43; - this.Glide64mk2_zmode_compare_less.Text = "Z mode compare less"; - this.Glide64mk2_zmode_compare_less.UseVisualStyleBackColor = true; - // - // Glide64mk2_adjust_aspect - // - this.Glide64mk2_adjust_aspect.AutoSize = true; - this.Glide64mk2_adjust_aspect.Location = new System.Drawing.Point(362, 85); - this.Glide64mk2_adjust_aspect.Name = "Glide64mk2_adjust_aspect"; - this.Glide64mk2_adjust_aspect.Size = new System.Drawing.Size(91, 17); - this.Glide64mk2_adjust_aspect.TabIndex = 42; - this.Glide64mk2_adjust_aspect.Text = "Adjust Aspect"; - this.Glide64mk2_adjust_aspect.UseVisualStyleBackColor = true; - // - // Glide64mk2_fast_crc - // - this.Glide64mk2_fast_crc.AutoSize = true; - this.Glide64mk2_fast_crc.Location = new System.Drawing.Point(192, 269); - this.Glide64mk2_fast_crc.Name = "Glide64mk2_fast_crc"; - this.Glide64mk2_fast_crc.Size = new System.Drawing.Size(71, 17); - this.Glide64mk2_fast_crc.TabIndex = 41; - this.Glide64mk2_fast_crc.Text = "Fast CRC"; - this.Glide64mk2_fast_crc.UseVisualStyleBackColor = true; - // - // Glide64mk2_clip_zmax - // - this.Glide64mk2_clip_zmax.AutoSize = true; - this.Glide64mk2_clip_zmax.Location = new System.Drawing.Point(192, 246); - this.Glide64mk2_clip_zmax.Name = "Glide64mk2_clip_zmax"; - this.Glide64mk2_clip_zmax.Size = new System.Drawing.Size(75, 17); - this.Glide64mk2_clip_zmax.TabIndex = 40; - this.Glide64mk2_clip_zmax.Text = "Clip Z max"; - this.Glide64mk2_clip_zmax.UseVisualStyleBackColor = true; - // - // Glide64mk2_clip_zmin - // - this.Glide64mk2_clip_zmin.AutoSize = true; - this.Glide64mk2_clip_zmin.Location = new System.Drawing.Point(192, 223); - this.Glide64mk2_clip_zmin.Name = "Glide64mk2_clip_zmin"; - this.Glide64mk2_clip_zmin.Size = new System.Drawing.Size(72, 17); - this.Glide64mk2_clip_zmin.TabIndex = 39; - this.Glide64mk2_clip_zmin.Text = "Clip Z min"; - this.Glide64mk2_clip_zmin.UseVisualStyleBackColor = true; - // - // Glide64mk2_force_quad3d - // - this.Glide64mk2_force_quad3d.AutoSize = true; - this.Glide64mk2_force_quad3d.Location = new System.Drawing.Point(192, 200); - this.Glide64mk2_force_quad3d.Name = "Glide64mk2_force_quad3d"; - this.Glide64mk2_force_quad3d.Size = new System.Drawing.Size(94, 17); - this.Glide64mk2_force_quad3d.TabIndex = 38; - this.Glide64mk2_force_quad3d.Text = "Force Quad3d"; - this.Glide64mk2_force_quad3d.UseVisualStyleBackColor = true; - // - // Glide64mk2_pal230 - // - this.Glide64mk2_pal230.AutoSize = true; - this.Glide64mk2_pal230.Location = new System.Drawing.Point(192, 177); - this.Glide64mk2_pal230.Name = "Glide64mk2_pal230"; - this.Glide64mk2_pal230.Size = new System.Drawing.Size(58, 17); - this.Glide64mk2_pal230.TabIndex = 37; - this.Glide64mk2_pal230.Text = "pal230"; - this.Glide64mk2_pal230.UseVisualStyleBackColor = true; - // - // Glide64mk2_texture_correction - // - this.Glide64mk2_texture_correction.AutoSize = true; - this.Glide64mk2_texture_correction.Location = new System.Drawing.Point(192, 154); - this.Glide64mk2_texture_correction.Name = "Glide64mk2_texture_correction"; - this.Glide64mk2_texture_correction.Size = new System.Drawing.Size(113, 17); - this.Glide64mk2_texture_correction.TabIndex = 36; - this.Glide64mk2_texture_correction.Text = "Texture Correction"; - this.Glide64mk2_texture_correction.UseVisualStyleBackColor = true; - // - // Glide64mk2_correct_viewport - // - this.Glide64mk2_correct_viewport.AutoSize = true; - this.Glide64mk2_correct_viewport.Location = new System.Drawing.Point(192, 131); - this.Glide64mk2_correct_viewport.Name = "Glide64mk2_correct_viewport"; - this.Glide64mk2_correct_viewport.Size = new System.Drawing.Size(104, 17); - this.Glide64mk2_correct_viewport.TabIndex = 35; - this.Glide64mk2_correct_viewport.Text = "Correct Viewport"; - this.Glide64mk2_correct_viewport.UseVisualStyleBackColor = true; - // - // Glide64mk2_force_calc_sphere - // - this.Glide64mk2_force_calc_sphere.AutoSize = true; - this.Glide64mk2_force_calc_sphere.Location = new System.Drawing.Point(192, 108); - this.Glide64mk2_force_calc_sphere.Name = "Glide64mk2_force_calc_sphere"; - this.Glide64mk2_force_calc_sphere.Size = new System.Drawing.Size(114, 17); - this.Glide64mk2_force_calc_sphere.TabIndex = 34; - this.Glide64mk2_force_calc_sphere.Text = "Force Calc Sphere"; - this.Glide64mk2_force_calc_sphere.UseVisualStyleBackColor = true; - // - // Glide64mk2_use_sts1_only - // - this.Glide64mk2_use_sts1_only.AutoSize = true; - this.Glide64mk2_use_sts1_only.Location = new System.Drawing.Point(192, 85); - this.Glide64mk2_use_sts1_only.Name = "Glide64mk2_use_sts1_only"; - this.Glide64mk2_use_sts1_only.Size = new System.Drawing.Size(89, 17); - this.Glide64mk2_use_sts1_only.TabIndex = 32; - this.Glide64mk2_use_sts1_only.Text = "Use sts1 only"; - this.Glide64mk2_use_sts1_only.UseVisualStyleBackColor = true; - // - // Glide64mk2_optimize_texrect - // - this.Glide64mk2_optimize_texrect.AutoSize = true; - this.Glide64mk2_optimize_texrect.Location = new System.Drawing.Point(192, 62); - this.Glide64mk2_optimize_texrect.Name = "Glide64mk2_optimize_texrect"; - this.Glide64mk2_optimize_texrect.Size = new System.Drawing.Size(101, 17); - this.Glide64mk2_optimize_texrect.TabIndex = 28; - this.Glide64mk2_optimize_texrect.Text = "Optimize texrect"; - this.Glide64mk2_optimize_texrect.UseVisualStyleBackColor = true; - // - // Glide64mk2_increase_texrect_edge - // - this.Glide64mk2_increase_texrect_edge.AutoSize = true; - this.Glide64mk2_increase_texrect_edge.Location = new System.Drawing.Point(192, 39); - this.Glide64mk2_increase_texrect_edge.Name = "Glide64mk2_increase_texrect_edge"; - this.Glide64mk2_increase_texrect_edge.Size = new System.Drawing.Size(129, 17); - this.Glide64mk2_increase_texrect_edge.TabIndex = 27; - this.Glide64mk2_increase_texrect_edge.Text = "Increase texrect edge"; - this.Glide64mk2_increase_texrect_edge.UseVisualStyleBackColor = true; - // - // Glide64mk2_ignore_aux_copy - // - this.Glide64mk2_ignore_aux_copy.AutoSize = true; - this.Glide64mk2_ignore_aux_copy.Location = new System.Drawing.Point(6, 269); - this.Glide64mk2_ignore_aux_copy.Name = "Glide64mk2_ignore_aux_copy"; - this.Glide64mk2_ignore_aux_copy.Size = new System.Drawing.Size(102, 17); - this.Glide64mk2_ignore_aux_copy.TabIndex = 24; - this.Glide64mk2_ignore_aux_copy.Text = "Ignore aux copy"; - this.Glide64mk2_ignore_aux_copy.UseVisualStyleBackColor = true; - // - // Glide64mk2_hires_buf_clear - // - this.Glide64mk2_hires_buf_clear.AutoSize = true; - this.Glide64mk2_hires_buf_clear.Location = new System.Drawing.Point(6, 246); - this.Glide64mk2_hires_buf_clear.Name = "Glide64mk2_hires_buf_clear"; - this.Glide64mk2_hires_buf_clear.Size = new System.Drawing.Size(109, 17); - this.Glide64mk2_hires_buf_clear.TabIndex = 23; - this.Glide64mk2_hires_buf_clear.Text = "Hi-res buffer clear"; - this.Glide64mk2_hires_buf_clear.UseVisualStyleBackColor = true; - // - // Glide64mk2_force_microcheck - // - this.Glide64mk2_force_microcheck.AutoSize = true; - this.Glide64mk2_force_microcheck.Location = new System.Drawing.Point(6, 223); - this.Glide64mk2_force_microcheck.Name = "Glide64mk2_force_microcheck"; - this.Glide64mk2_force_microcheck.Size = new System.Drawing.Size(165, 17); - this.Glide64mk2_force_microcheck.TabIndex = 22; - this.Glide64mk2_force_microcheck.Text = "Check microcode each frame"; - this.Glide64mk2_force_microcheck.UseVisualStyleBackColor = true; - // - // Glide64mk2_fog - // - this.Glide64mk2_fog.AutoSize = true; - this.Glide64mk2_fog.Location = new System.Drawing.Point(6, 200); - this.Glide64mk2_fog.Name = "Glide64mk2_fog"; - this.Glide64mk2_fog.Size = new System.Drawing.Size(86, 17); - this.Glide64mk2_fog.TabIndex = 20; - this.Glide64mk2_fog.Text = "Fog Enabled"; - this.Glide64mk2_fog.UseVisualStyleBackColor = true; - // - // Glide64mk2_fb_smart - // - this.Glide64mk2_fb_smart.AutoSize = true; - this.Glide64mk2_fb_smart.Location = new System.Drawing.Point(6, 177); - this.Glide64mk2_fb_smart.Name = "Glide64mk2_fb_smart"; - this.Glide64mk2_fb_smart.Size = new System.Drawing.Size(109, 17); - this.Glide64mk2_fb_smart.TabIndex = 18; - this.Glide64mk2_fb_smart.Text = "Smart framebuffer"; - this.Glide64mk2_fb_smart.UseVisualStyleBackColor = true; - // - // Glide64mk2_fb_read_alpha - // - this.Glide64mk2_fb_read_alpha.AutoSize = true; - this.Glide64mk2_fb_read_alpha.Location = new System.Drawing.Point(6, 154); - this.Glide64mk2_fb_read_alpha.Name = "Glide64mk2_fb_read_alpha"; - this.Glide64mk2_fb_read_alpha.Size = new System.Drawing.Size(135, 17); - this.Glide64mk2_fb_read_alpha.TabIndex = 17; - this.Glide64mk2_fb_read_alpha.Text = "Framebuffer read alpha"; - this.Glide64mk2_fb_read_alpha.UseVisualStyleBackColor = true; - // - // Glide64mk2_fb_hires - // - this.Glide64mk2_fb_hires.AutoSize = true; - this.Glide64mk2_fb_hires.Location = new System.Drawing.Point(6, 131); - this.Glide64mk2_fb_hires.Name = "Glide64mk2_fb_hires"; - this.Glide64mk2_fb_hires.Size = new System.Drawing.Size(109, 17); - this.Glide64mk2_fb_hires.TabIndex = 15; - this.Glide64mk2_fb_hires.Text = "Hi-res framebuffer"; - this.Glide64mk2_fb_hires.UseVisualStyleBackColor = true; - // - // Glide64mk2_detect_cpu_write - // - this.Glide64mk2_detect_cpu_write.AutoSize = true; - this.Glide64mk2_detect_cpu_write.Location = new System.Drawing.Point(6, 108); - this.Glide64mk2_detect_cpu_write.Name = "Glide64mk2_detect_cpu_write"; - this.Glide64mk2_detect_cpu_write.Size = new System.Drawing.Size(113, 17); - this.Glide64mk2_detect_cpu_write.TabIndex = 6; - this.Glide64mk2_detect_cpu_write.Text = "Detect CPU writes"; - this.Glide64mk2_detect_cpu_write.UseVisualStyleBackColor = true; - // - // Glide64mk2_decrease_fillrect_edge - // - this.Glide64mk2_decrease_fillrect_edge.AutoSize = true; - this.Glide64mk2_decrease_fillrect_edge.Location = new System.Drawing.Point(6, 85); - this.Glide64mk2_decrease_fillrect_edge.Name = "Glide64mk2_decrease_fillrect_edge"; - this.Glide64mk2_decrease_fillrect_edge.Size = new System.Drawing.Size(133, 17); - this.Glide64mk2_decrease_fillrect_edge.TabIndex = 5; - this.Glide64mk2_decrease_fillrect_edge.Text = "Decrease Fillrect Edge"; - this.Glide64mk2_decrease_fillrect_edge.UseVisualStyleBackColor = true; - // - // Glide64mk2_buff_clear - // - this.Glide64mk2_buff_clear.AutoSize = true; - this.Glide64mk2_buff_clear.Location = new System.Drawing.Point(6, 62); - this.Glide64mk2_buff_clear.Name = "Glide64mk2_buff_clear"; - this.Glide64mk2_buff_clear.Size = new System.Drawing.Size(72, 17); - this.Glide64mk2_buff_clear.TabIndex = 4; - this.Glide64mk2_buff_clear.Text = "Buff Clear"; - this.Glide64mk2_buff_clear.UseVisualStyleBackColor = true; - // - // Glide64mk2_alt_tex_size - // - this.Glide64mk2_alt_tex_size.AutoSize = true; - this.Glide64mk2_alt_tex_size.Location = new System.Drawing.Point(6, 39); - this.Glide64mk2_alt_tex_size.Name = "Glide64mk2_alt_tex_size"; - this.Glide64mk2_alt_tex_size.Size = new System.Drawing.Size(169, 17); - this.Glide64mk2_alt_tex_size.TabIndex = 3; - this.Glide64mk2_alt_tex_size.Text = "Alternate Texture Size Method"; - this.Glide64mk2_alt_tex_size.UseVisualStyleBackColor = true; - // - // Glide64mk2_UseDefaultHacks1 - // - this.Glide64mk2_UseDefaultHacks1.AutoSize = true; - this.Glide64mk2_UseDefaultHacks1.Location = new System.Drawing.Point(6, 6); - this.Glide64mk2_UseDefaultHacks1.Name = "Glide64mk2_UseDefaultHacks1"; - this.Glide64mk2_UseDefaultHacks1.Size = new System.Drawing.Size(165, 17); - this.Glide64mk2_UseDefaultHacks1.TabIndex = 2; - this.Glide64mk2_UseDefaultHacks1.Text = "Use defaults for current game"; - this.Glide64mk2_UseDefaultHacks1.UseVisualStyleBackColor = true; - this.Glide64mk2_UseDefaultHacks1.CheckedChanged += new System.EventHandler(this.Glide64mk2_UseDefaultHacks1_CheckedChanged); - // - // tabPage3 - // - this.tabPage3.Controls.Add(this.label46); - this.tabPage3.Controls.Add(this.Glide64mk2_read_back_to_screen); - this.tabPage3.Controls.Add(this.Glide64mk2_aspectmode); - this.tabPage3.Controls.Add(this.Glide64mk2_fb_crc_mode); - this.tabPage3.Controls.Add(this.label45); - this.tabPage3.Controls.Add(this.label3); - this.tabPage3.Controls.Add(this.label52); - this.tabPage3.Controls.Add(this.Glide64mk2_enable_hacks_for_game); - this.tabPage3.Controls.Add(this.label53); - this.tabPage3.Controls.Add(this.Glide64mk2_swapmode); - this.tabPage3.Controls.Add(this.label54); - this.tabPage3.Controls.Add(this.Glide64mk2_stipple_pattern); - this.tabPage3.Controls.Add(this.label55); - this.tabPage3.Controls.Add(this.Glide64mk2_stipple_mode); - this.tabPage3.Controls.Add(this.label56); - this.tabPage3.Controls.Add(this.Glide64mk2_lodmode); - this.tabPage3.Controls.Add(this.label58); - this.tabPage3.Controls.Add(this.Glide64mk2_filtering); - this.tabPage3.Controls.Add(this.Glide64mk2_UseDefaultHacks2); - this.tabPage3.Location = new System.Drawing.Point(4, 22); - this.tabPage3.Name = "tabPage3"; - this.tabPage3.Size = new System.Drawing.Size(564, 310); - this.tabPage3.TabIndex = 2; - this.tabPage3.Text = "More Per Game Settings"; - this.tabPage3.UseVisualStyleBackColor = true; - // - // label46 - // - this.label46.AutoSize = true; - this.label46.Location = new System.Drawing.Point(280, 145); - this.label46.Name = "label46"; - this.label46.Size = new System.Drawing.Size(110, 13); - this.label46.TabIndex = 60; - this.label46.Text = "Read back to screen:"; - // - // Glide64mk2_read_back_to_screen - // - this.Glide64mk2_read_back_to_screen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_read_back_to_screen.FormattingEnabled = true; - this.Glide64mk2_read_back_to_screen.Items.AddRange(new object[] { + this.Glide64mk2_card_id.Location = new System.Drawing.Point(58, 27); + this.Glide64mk2_card_id.Name = "Glide64mk2_card_id"; + this.Glide64mk2_card_id.Size = new System.Drawing.Size(36, 21); + this.Glide64mk2_card_id.TabIndex = 4; + // + // tabPage2 + // + this.tabPage2.Controls.Add(this.Glide64mk2_fb_read_always); + this.tabPage2.Controls.Add(this.Glide64mk2_useless_is_useless); + this.tabPage2.Controls.Add(this.Glide64mk2_n64_z_scale); + this.tabPage2.Controls.Add(this.Glide64mk2_old_style_adither); + this.tabPage2.Controls.Add(this.Glide64mk2_zmode_compare_less); + this.tabPage2.Controls.Add(this.Glide64mk2_adjust_aspect); + this.tabPage2.Controls.Add(this.Glide64mk2_fast_crc); + this.tabPage2.Controls.Add(this.Glide64mk2_clip_zmax); + this.tabPage2.Controls.Add(this.Glide64mk2_clip_zmin); + this.tabPage2.Controls.Add(this.Glide64mk2_force_quad3d); + this.tabPage2.Controls.Add(this.Glide64mk2_pal230); + this.tabPage2.Controls.Add(this.Glide64mk2_texture_correction); + this.tabPage2.Controls.Add(this.Glide64mk2_correct_viewport); + this.tabPage2.Controls.Add(this.Glide64mk2_force_calc_sphere); + this.tabPage2.Controls.Add(this.Glide64mk2_use_sts1_only); + this.tabPage2.Controls.Add(this.Glide64mk2_optimize_texrect); + this.tabPage2.Controls.Add(this.Glide64mk2_increase_texrect_edge); + this.tabPage2.Controls.Add(this.Glide64mk2_ignore_aux_copy); + this.tabPage2.Controls.Add(this.Glide64mk2_hires_buf_clear); + this.tabPage2.Controls.Add(this.Glide64mk2_force_microcheck); + this.tabPage2.Controls.Add(this.Glide64mk2_fog); + this.tabPage2.Controls.Add(this.Glide64mk2_fb_smart); + this.tabPage2.Controls.Add(this.Glide64mk2_fb_read_alpha); + this.tabPage2.Controls.Add(this.Glide64mk2_fb_hires); + this.tabPage2.Controls.Add(this.Glide64mk2_detect_cpu_write); + this.tabPage2.Controls.Add(this.Glide64mk2_decrease_fillrect_edge); + this.tabPage2.Controls.Add(this.Glide64mk2_buff_clear); + this.tabPage2.Controls.Add(this.Glide64mk2_alt_tex_size); + this.tabPage2.Controls.Add(this.Glide64mk2_UseDefaultHacks1); + this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(564, 310); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "Per Game Settings"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // Glide64mk2_fb_read_always + // + this.Glide64mk2_fb_read_always.AutoSize = true; + this.Glide64mk2_fb_read_always.Location = new System.Drawing.Point(362, 39); + this.Glide64mk2_fb_read_always.Name = "Glide64mk2_fb_read_always"; + this.Glide64mk2_fb_read_always.Size = new System.Drawing.Size(164, 17); + this.Glide64mk2_fb_read_always.TabIndex = 48; + this.Glide64mk2_fb_read_always.Text = "Framebuffer read every frame"; + this.Glide64mk2_fb_read_always.UseVisualStyleBackColor = true; + // + // Glide64mk2_useless_is_useless + // + this.Glide64mk2_useless_is_useless.AutoSize = true; + this.Glide64mk2_useless_is_useless.Location = new System.Drawing.Point(362, 62); + this.Glide64mk2_useless_is_useless.Name = "Glide64mk2_useless_is_useless"; + this.Glide64mk2_useless_is_useless.Size = new System.Drawing.Size(115, 17); + this.Glide64mk2_useless_is_useless.TabIndex = 46; + this.Glide64mk2_useless_is_useless.Text = "useless_is_useless"; + this.Glide64mk2_useless_is_useless.UseVisualStyleBackColor = true; + // + // Glide64mk2_n64_z_scale + // + this.Glide64mk2_n64_z_scale.AutoSize = true; + this.Glide64mk2_n64_z_scale.Location = new System.Drawing.Point(362, 154); + this.Glide64mk2_n64_z_scale.Name = "Glide64mk2_n64_z_scale"; + this.Glide64mk2_n64_z_scale.Size = new System.Drawing.Size(86, 17); + this.Glide64mk2_n64_z_scale.TabIndex = 45; + this.Glide64mk2_n64_z_scale.Text = "N64 Z Scale"; + this.Glide64mk2_n64_z_scale.UseVisualStyleBackColor = true; + // + // Glide64mk2_old_style_adither + // + this.Glide64mk2_old_style_adither.AutoSize = true; + this.Glide64mk2_old_style_adither.Location = new System.Drawing.Point(362, 131); + this.Glide64mk2_old_style_adither.Name = "Glide64mk2_old_style_adither"; + this.Glide64mk2_old_style_adither.Size = new System.Drawing.Size(104, 17); + this.Glide64mk2_old_style_adither.TabIndex = 44; + this.Glide64mk2_old_style_adither.Text = "Old Style Adither"; + this.Glide64mk2_old_style_adither.UseVisualStyleBackColor = true; + // + // Glide64mk2_zmode_compare_less + // + this.Glide64mk2_zmode_compare_less.AutoSize = true; + this.Glide64mk2_zmode_compare_less.Location = new System.Drawing.Point(362, 108); + this.Glide64mk2_zmode_compare_less.Name = "Glide64mk2_zmode_compare_less"; + this.Glide64mk2_zmode_compare_less.Size = new System.Drawing.Size(127, 17); + this.Glide64mk2_zmode_compare_less.TabIndex = 43; + this.Glide64mk2_zmode_compare_less.Text = "Z mode compare less"; + this.Glide64mk2_zmode_compare_less.UseVisualStyleBackColor = true; + // + // Glide64mk2_adjust_aspect + // + this.Glide64mk2_adjust_aspect.AutoSize = true; + this.Glide64mk2_adjust_aspect.Location = new System.Drawing.Point(362, 85); + this.Glide64mk2_adjust_aspect.Name = "Glide64mk2_adjust_aspect"; + this.Glide64mk2_adjust_aspect.Size = new System.Drawing.Size(91, 17); + this.Glide64mk2_adjust_aspect.TabIndex = 42; + this.Glide64mk2_adjust_aspect.Text = "Adjust Aspect"; + this.Glide64mk2_adjust_aspect.UseVisualStyleBackColor = true; + // + // Glide64mk2_fast_crc + // + this.Glide64mk2_fast_crc.AutoSize = true; + this.Glide64mk2_fast_crc.Location = new System.Drawing.Point(192, 269); + this.Glide64mk2_fast_crc.Name = "Glide64mk2_fast_crc"; + this.Glide64mk2_fast_crc.Size = new System.Drawing.Size(71, 17); + this.Glide64mk2_fast_crc.TabIndex = 41; + this.Glide64mk2_fast_crc.Text = "Fast CRC"; + this.Glide64mk2_fast_crc.UseVisualStyleBackColor = true; + // + // Glide64mk2_clip_zmax + // + this.Glide64mk2_clip_zmax.AutoSize = true; + this.Glide64mk2_clip_zmax.Location = new System.Drawing.Point(192, 246); + this.Glide64mk2_clip_zmax.Name = "Glide64mk2_clip_zmax"; + this.Glide64mk2_clip_zmax.Size = new System.Drawing.Size(75, 17); + this.Glide64mk2_clip_zmax.TabIndex = 40; + this.Glide64mk2_clip_zmax.Text = "Clip Z max"; + this.Glide64mk2_clip_zmax.UseVisualStyleBackColor = true; + // + // Glide64mk2_clip_zmin + // + this.Glide64mk2_clip_zmin.AutoSize = true; + this.Glide64mk2_clip_zmin.Location = new System.Drawing.Point(192, 223); + this.Glide64mk2_clip_zmin.Name = "Glide64mk2_clip_zmin"; + this.Glide64mk2_clip_zmin.Size = new System.Drawing.Size(72, 17); + this.Glide64mk2_clip_zmin.TabIndex = 39; + this.Glide64mk2_clip_zmin.Text = "Clip Z min"; + this.Glide64mk2_clip_zmin.UseVisualStyleBackColor = true; + // + // Glide64mk2_force_quad3d + // + this.Glide64mk2_force_quad3d.AutoSize = true; + this.Glide64mk2_force_quad3d.Location = new System.Drawing.Point(192, 200); + this.Glide64mk2_force_quad3d.Name = "Glide64mk2_force_quad3d"; + this.Glide64mk2_force_quad3d.Size = new System.Drawing.Size(94, 17); + this.Glide64mk2_force_quad3d.TabIndex = 38; + this.Glide64mk2_force_quad3d.Text = "Force Quad3d"; + this.Glide64mk2_force_quad3d.UseVisualStyleBackColor = true; + // + // Glide64mk2_pal230 + // + this.Glide64mk2_pal230.AutoSize = true; + this.Glide64mk2_pal230.Location = new System.Drawing.Point(192, 177); + this.Glide64mk2_pal230.Name = "Glide64mk2_pal230"; + this.Glide64mk2_pal230.Size = new System.Drawing.Size(58, 17); + this.Glide64mk2_pal230.TabIndex = 37; + this.Glide64mk2_pal230.Text = "pal230"; + this.Glide64mk2_pal230.UseVisualStyleBackColor = true; + // + // Glide64mk2_texture_correction + // + this.Glide64mk2_texture_correction.AutoSize = true; + this.Glide64mk2_texture_correction.Location = new System.Drawing.Point(192, 154); + this.Glide64mk2_texture_correction.Name = "Glide64mk2_texture_correction"; + this.Glide64mk2_texture_correction.Size = new System.Drawing.Size(113, 17); + this.Glide64mk2_texture_correction.TabIndex = 36; + this.Glide64mk2_texture_correction.Text = "Texture Correction"; + this.Glide64mk2_texture_correction.UseVisualStyleBackColor = true; + // + // Glide64mk2_correct_viewport + // + this.Glide64mk2_correct_viewport.AutoSize = true; + this.Glide64mk2_correct_viewport.Location = new System.Drawing.Point(192, 131); + this.Glide64mk2_correct_viewport.Name = "Glide64mk2_correct_viewport"; + this.Glide64mk2_correct_viewport.Size = new System.Drawing.Size(104, 17); + this.Glide64mk2_correct_viewport.TabIndex = 35; + this.Glide64mk2_correct_viewport.Text = "Correct Viewport"; + this.Glide64mk2_correct_viewport.UseVisualStyleBackColor = true; + // + // Glide64mk2_force_calc_sphere + // + this.Glide64mk2_force_calc_sphere.AutoSize = true; + this.Glide64mk2_force_calc_sphere.Location = new System.Drawing.Point(192, 108); + this.Glide64mk2_force_calc_sphere.Name = "Glide64mk2_force_calc_sphere"; + this.Glide64mk2_force_calc_sphere.Size = new System.Drawing.Size(114, 17); + this.Glide64mk2_force_calc_sphere.TabIndex = 34; + this.Glide64mk2_force_calc_sphere.Text = "Force Calc Sphere"; + this.Glide64mk2_force_calc_sphere.UseVisualStyleBackColor = true; + // + // Glide64mk2_use_sts1_only + // + this.Glide64mk2_use_sts1_only.AutoSize = true; + this.Glide64mk2_use_sts1_only.Location = new System.Drawing.Point(192, 85); + this.Glide64mk2_use_sts1_only.Name = "Glide64mk2_use_sts1_only"; + this.Glide64mk2_use_sts1_only.Size = new System.Drawing.Size(89, 17); + this.Glide64mk2_use_sts1_only.TabIndex = 32; + this.Glide64mk2_use_sts1_only.Text = "Use sts1 only"; + this.Glide64mk2_use_sts1_only.UseVisualStyleBackColor = true; + // + // Glide64mk2_optimize_texrect + // + this.Glide64mk2_optimize_texrect.AutoSize = true; + this.Glide64mk2_optimize_texrect.Location = new System.Drawing.Point(192, 62); + this.Glide64mk2_optimize_texrect.Name = "Glide64mk2_optimize_texrect"; + this.Glide64mk2_optimize_texrect.Size = new System.Drawing.Size(101, 17); + this.Glide64mk2_optimize_texrect.TabIndex = 28; + this.Glide64mk2_optimize_texrect.Text = "Optimize texrect"; + this.Glide64mk2_optimize_texrect.UseVisualStyleBackColor = true; + // + // Glide64mk2_increase_texrect_edge + // + this.Glide64mk2_increase_texrect_edge.AutoSize = true; + this.Glide64mk2_increase_texrect_edge.Location = new System.Drawing.Point(192, 39); + this.Glide64mk2_increase_texrect_edge.Name = "Glide64mk2_increase_texrect_edge"; + this.Glide64mk2_increase_texrect_edge.Size = new System.Drawing.Size(129, 17); + this.Glide64mk2_increase_texrect_edge.TabIndex = 27; + this.Glide64mk2_increase_texrect_edge.Text = "Increase texrect edge"; + this.Glide64mk2_increase_texrect_edge.UseVisualStyleBackColor = true; + // + // Glide64mk2_ignore_aux_copy + // + this.Glide64mk2_ignore_aux_copy.AutoSize = true; + this.Glide64mk2_ignore_aux_copy.Location = new System.Drawing.Point(6, 269); + this.Glide64mk2_ignore_aux_copy.Name = "Glide64mk2_ignore_aux_copy"; + this.Glide64mk2_ignore_aux_copy.Size = new System.Drawing.Size(102, 17); + this.Glide64mk2_ignore_aux_copy.TabIndex = 24; + this.Glide64mk2_ignore_aux_copy.Text = "Ignore aux copy"; + this.Glide64mk2_ignore_aux_copy.UseVisualStyleBackColor = true; + // + // Glide64mk2_hires_buf_clear + // + this.Glide64mk2_hires_buf_clear.AutoSize = true; + this.Glide64mk2_hires_buf_clear.Location = new System.Drawing.Point(6, 246); + this.Glide64mk2_hires_buf_clear.Name = "Glide64mk2_hires_buf_clear"; + this.Glide64mk2_hires_buf_clear.Size = new System.Drawing.Size(109, 17); + this.Glide64mk2_hires_buf_clear.TabIndex = 23; + this.Glide64mk2_hires_buf_clear.Text = "Hi-res buffer clear"; + this.Glide64mk2_hires_buf_clear.UseVisualStyleBackColor = true; + // + // Glide64mk2_force_microcheck + // + this.Glide64mk2_force_microcheck.AutoSize = true; + this.Glide64mk2_force_microcheck.Location = new System.Drawing.Point(6, 223); + this.Glide64mk2_force_microcheck.Name = "Glide64mk2_force_microcheck"; + this.Glide64mk2_force_microcheck.Size = new System.Drawing.Size(165, 17); + this.Glide64mk2_force_microcheck.TabIndex = 22; + this.Glide64mk2_force_microcheck.Text = "Check microcode each frame"; + this.Glide64mk2_force_microcheck.UseVisualStyleBackColor = true; + // + // Glide64mk2_fog + // + this.Glide64mk2_fog.AutoSize = true; + this.Glide64mk2_fog.Location = new System.Drawing.Point(6, 200); + this.Glide64mk2_fog.Name = "Glide64mk2_fog"; + this.Glide64mk2_fog.Size = new System.Drawing.Size(86, 17); + this.Glide64mk2_fog.TabIndex = 20; + this.Glide64mk2_fog.Text = "Fog Enabled"; + this.Glide64mk2_fog.UseVisualStyleBackColor = true; + // + // Glide64mk2_fb_smart + // + this.Glide64mk2_fb_smart.AutoSize = true; + this.Glide64mk2_fb_smart.Location = new System.Drawing.Point(6, 177); + this.Glide64mk2_fb_smart.Name = "Glide64mk2_fb_smart"; + this.Glide64mk2_fb_smart.Size = new System.Drawing.Size(109, 17); + this.Glide64mk2_fb_smart.TabIndex = 18; + this.Glide64mk2_fb_smart.Text = "Smart framebuffer"; + this.Glide64mk2_fb_smart.UseVisualStyleBackColor = true; + // + // Glide64mk2_fb_read_alpha + // + this.Glide64mk2_fb_read_alpha.AutoSize = true; + this.Glide64mk2_fb_read_alpha.Location = new System.Drawing.Point(6, 154); + this.Glide64mk2_fb_read_alpha.Name = "Glide64mk2_fb_read_alpha"; + this.Glide64mk2_fb_read_alpha.Size = new System.Drawing.Size(135, 17); + this.Glide64mk2_fb_read_alpha.TabIndex = 17; + this.Glide64mk2_fb_read_alpha.Text = "Framebuffer read alpha"; + this.Glide64mk2_fb_read_alpha.UseVisualStyleBackColor = true; + // + // Glide64mk2_fb_hires + // + this.Glide64mk2_fb_hires.AutoSize = true; + this.Glide64mk2_fb_hires.Location = new System.Drawing.Point(6, 131); + this.Glide64mk2_fb_hires.Name = "Glide64mk2_fb_hires"; + this.Glide64mk2_fb_hires.Size = new System.Drawing.Size(109, 17); + this.Glide64mk2_fb_hires.TabIndex = 15; + this.Glide64mk2_fb_hires.Text = "Hi-res framebuffer"; + this.Glide64mk2_fb_hires.UseVisualStyleBackColor = true; + // + // Glide64mk2_detect_cpu_write + // + this.Glide64mk2_detect_cpu_write.AutoSize = true; + this.Glide64mk2_detect_cpu_write.Location = new System.Drawing.Point(6, 108); + this.Glide64mk2_detect_cpu_write.Name = "Glide64mk2_detect_cpu_write"; + this.Glide64mk2_detect_cpu_write.Size = new System.Drawing.Size(113, 17); + this.Glide64mk2_detect_cpu_write.TabIndex = 6; + this.Glide64mk2_detect_cpu_write.Text = "Detect CPU writes"; + this.Glide64mk2_detect_cpu_write.UseVisualStyleBackColor = true; + // + // Glide64mk2_decrease_fillrect_edge + // + this.Glide64mk2_decrease_fillrect_edge.AutoSize = true; + this.Glide64mk2_decrease_fillrect_edge.Location = new System.Drawing.Point(6, 85); + this.Glide64mk2_decrease_fillrect_edge.Name = "Glide64mk2_decrease_fillrect_edge"; + this.Glide64mk2_decrease_fillrect_edge.Size = new System.Drawing.Size(133, 17); + this.Glide64mk2_decrease_fillrect_edge.TabIndex = 5; + this.Glide64mk2_decrease_fillrect_edge.Text = "Decrease Fillrect Edge"; + this.Glide64mk2_decrease_fillrect_edge.UseVisualStyleBackColor = true; + // + // Glide64mk2_buff_clear + // + this.Glide64mk2_buff_clear.AutoSize = true; + this.Glide64mk2_buff_clear.Location = new System.Drawing.Point(6, 62); + this.Glide64mk2_buff_clear.Name = "Glide64mk2_buff_clear"; + this.Glide64mk2_buff_clear.Size = new System.Drawing.Size(72, 17); + this.Glide64mk2_buff_clear.TabIndex = 4; + this.Glide64mk2_buff_clear.Text = "Buff Clear"; + this.Glide64mk2_buff_clear.UseVisualStyleBackColor = true; + // + // Glide64mk2_alt_tex_size + // + this.Glide64mk2_alt_tex_size.AutoSize = true; + this.Glide64mk2_alt_tex_size.Location = new System.Drawing.Point(6, 39); + this.Glide64mk2_alt_tex_size.Name = "Glide64mk2_alt_tex_size"; + this.Glide64mk2_alt_tex_size.Size = new System.Drawing.Size(169, 17); + this.Glide64mk2_alt_tex_size.TabIndex = 3; + this.Glide64mk2_alt_tex_size.Text = "Alternate Texture Size Method"; + this.Glide64mk2_alt_tex_size.UseVisualStyleBackColor = true; + // + // Glide64mk2_UseDefaultHacks1 + // + this.Glide64mk2_UseDefaultHacks1.AutoSize = true; + this.Glide64mk2_UseDefaultHacks1.Location = new System.Drawing.Point(6, 6); + this.Glide64mk2_UseDefaultHacks1.Name = "Glide64mk2_UseDefaultHacks1"; + this.Glide64mk2_UseDefaultHacks1.Size = new System.Drawing.Size(165, 17); + this.Glide64mk2_UseDefaultHacks1.TabIndex = 2; + this.Glide64mk2_UseDefaultHacks1.Text = "Use defaults for current game"; + this.Glide64mk2_UseDefaultHacks1.UseVisualStyleBackColor = true; + this.Glide64mk2_UseDefaultHacks1.CheckedChanged += new System.EventHandler(this.Glide64mk2_UseDefaultHacks1_CheckedChanged); + // + // tabPage3 + // + this.tabPage3.Controls.Add(this.label46); + this.tabPage3.Controls.Add(this.Glide64mk2_read_back_to_screen); + this.tabPage3.Controls.Add(this.Glide64mk2_aspectmode); + this.tabPage3.Controls.Add(this.Glide64mk2_fb_crc_mode); + this.tabPage3.Controls.Add(this.label45); + this.tabPage3.Controls.Add(this.label3); + this.tabPage3.Controls.Add(this.label52); + this.tabPage3.Controls.Add(this.Glide64mk2_enable_hacks_for_game); + this.tabPage3.Controls.Add(this.label53); + this.tabPage3.Controls.Add(this.Glide64mk2_swapmode); + this.tabPage3.Controls.Add(this.label54); + this.tabPage3.Controls.Add(this.Glide64mk2_stipple_pattern); + this.tabPage3.Controls.Add(this.label55); + this.tabPage3.Controls.Add(this.Glide64mk2_stipple_mode); + this.tabPage3.Controls.Add(this.label56); + this.tabPage3.Controls.Add(this.Glide64mk2_lodmode); + this.tabPage3.Controls.Add(this.label58); + this.tabPage3.Controls.Add(this.Glide64mk2_filtering); + this.tabPage3.Controls.Add(this.Glide64mk2_UseDefaultHacks2); + this.tabPage3.Location = new System.Drawing.Point(4, 22); + this.tabPage3.Name = "tabPage3"; + this.tabPage3.Size = new System.Drawing.Size(564, 310); + this.tabPage3.TabIndex = 2; + this.tabPage3.Text = "More Per Game Settings"; + this.tabPage3.UseVisualStyleBackColor = true; + // + // label46 + // + this.label46.AutoSize = true; + this.label46.Location = new System.Drawing.Point(280, 145); + this.label46.Name = "label46"; + this.label46.Size = new System.Drawing.Size(110, 13); + this.label46.TabIndex = 60; + this.label46.Text = "Read back to screen:"; + // + // Glide64mk2_read_back_to_screen + // + this.Glide64mk2_read_back_to_screen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_read_back_to_screen.FormattingEnabled = true; + this.Glide64mk2_read_back_to_screen.Items.AddRange(new object[] { "0", "1", "2"}); - this.Glide64mk2_read_back_to_screen.Location = new System.Drawing.Point(396, 142); - this.Glide64mk2_read_back_to_screen.Name = "Glide64mk2_read_back_to_screen"; - this.Glide64mk2_read_back_to_screen.Size = new System.Drawing.Size(78, 21); - this.Glide64mk2_read_back_to_screen.TabIndex = 59; - // - // Glide64mk2_aspectmode - // - this.Glide64mk2_aspectmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_aspectmode.FormattingEnabled = true; - this.Glide64mk2_aspectmode.Items.AddRange(new object[] { + this.Glide64mk2_read_back_to_screen.Location = new System.Drawing.Point(396, 142); + this.Glide64mk2_read_back_to_screen.Name = "Glide64mk2_read_back_to_screen"; + this.Glide64mk2_read_back_to_screen.Size = new System.Drawing.Size(78, 21); + this.Glide64mk2_read_back_to_screen.TabIndex = 59; + // + // Glide64mk2_aspectmode + // + this.Glide64mk2_aspectmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_aspectmode.FormattingEnabled = true; + this.Glide64mk2_aspectmode.Items.AddRange(new object[] { "4:3", "16:9", "?????", "Original"}); - this.Glide64mk2_aspectmode.Location = new System.Drawing.Point(396, 87); - this.Glide64mk2_aspectmode.Name = "Glide64mk2_aspectmode"; - this.Glide64mk2_aspectmode.Size = new System.Drawing.Size(78, 21); - this.Glide64mk2_aspectmode.TabIndex = 58; - // - // Glide64mk2_fb_crc_mode - // - this.Glide64mk2_fb_crc_mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_fb_crc_mode.FormattingEnabled = true; - this.Glide64mk2_fb_crc_mode.Items.AddRange(new object[] { + this.Glide64mk2_aspectmode.Location = new System.Drawing.Point(396, 87); + this.Glide64mk2_aspectmode.Name = "Glide64mk2_aspectmode"; + this.Glide64mk2_aspectmode.Size = new System.Drawing.Size(78, 21); + this.Glide64mk2_aspectmode.TabIndex = 58; + // + // Glide64mk2_fb_crc_mode + // + this.Glide64mk2_fb_crc_mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_fb_crc_mode.FormattingEnabled = true; + this.Glide64mk2_fb_crc_mode.Items.AddRange(new object[] { "None", "Fast", "Safe"}); - this.Glide64mk2_fb_crc_mode.Location = new System.Drawing.Point(396, 115); - this.Glide64mk2_fb_crc_mode.Name = "Glide64mk2_fb_crc_mode"; - this.Glide64mk2_fb_crc_mode.Size = new System.Drawing.Size(78, 21); - this.Glide64mk2_fb_crc_mode.TabIndex = 57; - // - // label45 - // - this.label45.AutoSize = true; - this.label45.Location = new System.Drawing.Point(269, 118); - this.label45.Name = "label45"; - this.label45.Size = new System.Drawing.Size(121, 13); - this.label45.TabIndex = 56; - this.label45.Text = "Framebuffer CRC Mode:"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(317, 90); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(73, 13); - this.label3.TabIndex = 55; - this.label3.Text = "Aspect Mode:"; - // - // label52 - // - this.label52.AutoSize = true; - this.label52.Location = new System.Drawing.Point(271, 62); - this.label52.Name = "label52"; - this.label52.Size = new System.Drawing.Size(119, 13); - this.label52.TabIndex = 54; - this.label52.Text = "Enable hacks for game:"; - // - // Glide64mk2_enable_hacks_for_game - // - this.Glide64mk2_enable_hacks_for_game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_enable_hacks_for_game.FormattingEnabled = true; - this.Glide64mk2_enable_hacks_for_game.Items.AddRange(new object[] { + this.Glide64mk2_fb_crc_mode.Location = new System.Drawing.Point(396, 115); + this.Glide64mk2_fb_crc_mode.Name = "Glide64mk2_fb_crc_mode"; + this.Glide64mk2_fb_crc_mode.Size = new System.Drawing.Size(78, 21); + this.Glide64mk2_fb_crc_mode.TabIndex = 57; + // + // label45 + // + this.label45.AutoSize = true; + this.label45.Location = new System.Drawing.Point(269, 118); + this.label45.Name = "label45"; + this.label45.Size = new System.Drawing.Size(121, 13); + this.label45.TabIndex = 56; + this.label45.Text = "Framebuffer CRC Mode:"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(317, 90); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(73, 13); + this.label3.TabIndex = 55; + this.label3.Text = "Aspect Mode:"; + // + // label52 + // + this.label52.AutoSize = true; + this.label52.Location = new System.Drawing.Point(271, 62); + this.label52.Name = "label52"; + this.label52.Size = new System.Drawing.Size(119, 13); + this.label52.TabIndex = 54; + this.label52.Text = "Enable hacks for game:"; + // + // Glide64mk2_enable_hacks_for_game + // + this.Glide64mk2_enable_hacks_for_game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_enable_hacks_for_game.FormattingEnabled = true; + this.Glide64mk2_enable_hacks_for_game.Items.AddRange(new object[] { "None", "All-Star Baseball", "Banjo Tooie", @@ -3032,208 +3041,200 @@ "Tonic Trouble", "Yoshi Story", "Zelda"}); - this.Glide64mk2_enable_hacks_for_game.Location = new System.Drawing.Point(396, 59); - this.Glide64mk2_enable_hacks_for_game.Name = "Glide64mk2_enable_hacks_for_game"; - this.Glide64mk2_enable_hacks_for_game.Size = new System.Drawing.Size(155, 21); - this.Glide64mk2_enable_hacks_for_game.TabIndex = 53; - // - // label53 - // - this.label53.AutoSize = true; - this.label53.Location = new System.Drawing.Point(266, 36); - this.label53.Name = "label53"; - this.label53.Size = new System.Drawing.Size(124, 13); - this.label53.TabIndex = 40; - this.label53.Text = "Buffer swapping method:"; - // - // Glide64mk2_swapmode - // - this.Glide64mk2_swapmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_swapmode.FormattingEnabled = true; - this.Glide64mk2_swapmode.Items.AddRange(new object[] { + this.Glide64mk2_enable_hacks_for_game.Location = new System.Drawing.Point(396, 59); + this.Glide64mk2_enable_hacks_for_game.Name = "Glide64mk2_enable_hacks_for_game"; + this.Glide64mk2_enable_hacks_for_game.Size = new System.Drawing.Size(155, 21); + this.Glide64mk2_enable_hacks_for_game.TabIndex = 53; + // + // label53 + // + this.label53.AutoSize = true; + this.label53.Location = new System.Drawing.Point(266, 36); + this.label53.Name = "label53"; + this.label53.Size = new System.Drawing.Size(124, 13); + this.label53.TabIndex = 40; + this.label53.Text = "Buffer swapping method:"; + // + // Glide64mk2_swapmode + // + this.Glide64mk2_swapmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_swapmode.FormattingEnabled = true; + this.Glide64mk2_swapmode.Items.AddRange(new object[] { "Old", "New", "Hybrid"}); - this.Glide64mk2_swapmode.Location = new System.Drawing.Point(396, 32); - this.Glide64mk2_swapmode.Name = "Glide64mk2_swapmode"; - this.Glide64mk2_swapmode.Size = new System.Drawing.Size(78, 21); - this.Glide64mk2_swapmode.TabIndex = 39; - // - // label54 - // - this.label54.AutoSize = true; - this.label54.Location = new System.Drawing.Point(3, 275); - this.label54.Name = "label54"; - this.label54.Size = new System.Drawing.Size(78, 13); - this.label54.TabIndex = 38; - this.label54.Text = "Stipple pattern:"; - // - // Glide64mk2_stipple_pattern - // - this.Glide64mk2_stipple_pattern.Location = new System.Drawing.Point(92, 272); - this.Glide64mk2_stipple_pattern.Name = "Glide64mk2_stipple_pattern"; - this.Glide64mk2_stipple_pattern.Size = new System.Drawing.Size(78, 20); - this.Glide64mk2_stipple_pattern.TabIndex = 37; - // - // label55 - // - this.label55.AutoSize = true; - this.label55.Location = new System.Drawing.Point(3, 249); - this.label55.Name = "label55"; - this.label55.Size = new System.Drawing.Size(71, 13); - this.label55.TabIndex = 36; - this.label55.Text = "Stipple mode:"; - // - // Glide64mk2_stipple_mode - // - this.Glide64mk2_stipple_mode.Location = new System.Drawing.Point(92, 246); - this.Glide64mk2_stipple_mode.Name = "Glide64mk2_stipple_mode"; - this.Glide64mk2_stipple_mode.Size = new System.Drawing.Size(36, 20); - this.Glide64mk2_stipple_mode.TabIndex = 35; - // - // label56 - // - this.label56.AutoSize = true; - this.label56.Location = new System.Drawing.Point(3, 118); - this.label56.Name = "label56"; - this.label56.Size = new System.Drawing.Size(86, 13); - this.label56.TabIndex = 26; - this.label56.Text = "LOD calculation:"; - // - // Glide64mk2_lodmode - // - this.Glide64mk2_lodmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_lodmode.FormattingEnabled = true; - this.Glide64mk2_lodmode.Items.AddRange(new object[] { + this.Glide64mk2_swapmode.Location = new System.Drawing.Point(396, 32); + this.Glide64mk2_swapmode.Name = "Glide64mk2_swapmode"; + this.Glide64mk2_swapmode.Size = new System.Drawing.Size(78, 21); + this.Glide64mk2_swapmode.TabIndex = 39; + // + // label54 + // + this.label54.AutoSize = true; + this.label54.Location = new System.Drawing.Point(3, 275); + this.label54.Name = "label54"; + this.label54.Size = new System.Drawing.Size(78, 13); + this.label54.TabIndex = 38; + this.label54.Text = "Stipple pattern:"; + // + // Glide64mk2_stipple_pattern + // + this.Glide64mk2_stipple_pattern.Location = new System.Drawing.Point(92, 272); + this.Glide64mk2_stipple_pattern.Name = "Glide64mk2_stipple_pattern"; + this.Glide64mk2_stipple_pattern.Size = new System.Drawing.Size(78, 20); + this.Glide64mk2_stipple_pattern.TabIndex = 37; + // + // label55 + // + this.label55.AutoSize = true; + this.label55.Location = new System.Drawing.Point(3, 249); + this.label55.Name = "label55"; + this.label55.Size = new System.Drawing.Size(71, 13); + this.label55.TabIndex = 36; + this.label55.Text = "Stipple mode:"; + // + // Glide64mk2_stipple_mode + // + this.Glide64mk2_stipple_mode.Location = new System.Drawing.Point(92, 246); + this.Glide64mk2_stipple_mode.Name = "Glide64mk2_stipple_mode"; + this.Glide64mk2_stipple_mode.Size = new System.Drawing.Size(36, 20); + this.Glide64mk2_stipple_mode.TabIndex = 35; + // + // label56 + // + this.label56.AutoSize = true; + this.label56.Location = new System.Drawing.Point(3, 118); + this.label56.Name = "label56"; + this.label56.Size = new System.Drawing.Size(86, 13); + this.label56.TabIndex = 26; + this.label56.Text = "LOD calculation:"; + // + // Glide64mk2_lodmode + // + this.Glide64mk2_lodmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_lodmode.FormattingEnabled = true; + this.Glide64mk2_lodmode.Items.AddRange(new object[] { "Off", "Fast", "Precise"}); - this.Glide64mk2_lodmode.Location = new System.Drawing.Point(92, 115); - this.Glide64mk2_lodmode.Name = "Glide64mk2_lodmode"; - this.Glide64mk2_lodmode.Size = new System.Drawing.Size(78, 21); - this.Glide64mk2_lodmode.TabIndex = 25; - // - // label58 - // - this.label58.AutoSize = true; - this.label58.Location = new System.Drawing.Point(3, 65); - this.label58.Name = "label58"; - this.label58.Size = new System.Drawing.Size(75, 13); - this.label58.TabIndex = 22; - this.label58.Text = "Filtering mode:"; - // - // Glide64mk2_filtering - // - this.Glide64mk2_filtering.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Glide64mk2_filtering.FormattingEnabled = true; - this.Glide64mk2_filtering.Items.AddRange(new object[] { + this.Glide64mk2_lodmode.Location = new System.Drawing.Point(92, 115); + this.Glide64mk2_lodmode.Name = "Glide64mk2_lodmode"; + this.Glide64mk2_lodmode.Size = new System.Drawing.Size(78, 21); + this.Glide64mk2_lodmode.TabIndex = 25; + // + // label58 + // + this.label58.AutoSize = true; + this.label58.Location = new System.Drawing.Point(3, 65); + this.label58.Name = "label58"; + this.label58.Size = new System.Drawing.Size(75, 13); + this.label58.TabIndex = 22; + this.label58.Text = "Filtering mode:"; + // + // Glide64mk2_filtering + // + this.Glide64mk2_filtering.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.Glide64mk2_filtering.FormattingEnabled = true; + this.Glide64mk2_filtering.Items.AddRange(new object[] { "None", "Force bilinear", "Force point-sampled"}); - this.Glide64mk2_filtering.Location = new System.Drawing.Point(92, 62); - this.Glide64mk2_filtering.Name = "Glide64mk2_filtering"; - this.Glide64mk2_filtering.Size = new System.Drawing.Size(138, 21); - this.Glide64mk2_filtering.TabIndex = 21; - // - // Glide64mk2_UseDefaultHacks2 - // - this.Glide64mk2_UseDefaultHacks2.AutoSize = true; - this.Glide64mk2_UseDefaultHacks2.Location = new System.Drawing.Point(6, 6); - this.Glide64mk2_UseDefaultHacks2.Name = "Glide64mk2_UseDefaultHacks2"; - this.Glide64mk2_UseDefaultHacks2.Size = new System.Drawing.Size(165, 17); - this.Glide64mk2_UseDefaultHacks2.TabIndex = 3; - this.Glide64mk2_UseDefaultHacks2.Text = "Use defaults for current game"; - this.Glide64mk2_UseDefaultHacks2.UseVisualStyleBackColor = true; - this.Glide64mk2_UseDefaultHacks2.CheckedChanged += new System.EventHandler(this.Glide64mk2_UseDefaultHacks2_CheckedChanged); - // - // SaveButton - // - this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.SaveButton.Location = new System.Drawing.Point(409, 373); - this.SaveButton.Name = "SaveButton"; - this.SaveButton.Size = new System.Drawing.Size(75, 23); - this.SaveButton.TabIndex = 1; - this.SaveButton.Text = "Save"; - this.SaveButton.UseVisualStyleBackColor = true; - this.SaveButton.Click += new System.EventHandler(this.button1_Click); - // - // CancelBT - // - this.CancelBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.CancelBT.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.CancelBT.Location = new System.Drawing.Point(490, 373); - this.CancelBT.Name = "CancelBT"; - this.CancelBT.Size = new System.Drawing.Size(75, 23); - this.CancelBT.TabIndex = 2; - this.CancelBT.Text = "Cancel"; - this.CancelBT.UseVisualStyleBackColor = true; - this.CancelBT.Click += new System.EventHandler(this.CancelBT_Click); - // - // toolTip1 - // - this.toolTip1.AutoPopDelay = 10000; - this.toolTip1.InitialDelay = 500; - this.toolTip1.IsBalloon = true; - this.toolTip1.ReshowDelay = 100; - this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; - // - // label47 - // - this.label47.AutoSize = true; - this.label47.Location = new System.Drawing.Point(10, 58); - this.label47.Name = "label47"; - this.label47.Size = new System.Drawing.Size(275, 13); - this.label47.TabIndex = 14; - this.label47.Text = "(Glide64mk2 is newer and is recommended over Glide64)"; - // - // N64VideoPluginconfig - // - this.AcceptButton = this.SaveButton; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.CancelBT; - this.ClientSize = new System.Drawing.Size(577, 401); - this.Controls.Add(this.CancelBT); - this.Controls.Add(this.SaveButton); - this.Controls.Add(this.N64plugintabcontrol); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "N64VideoPluginconfig"; - this.Text = "Video Plugin Configuration"; - this.Load += new System.EventHandler(this.N64VideoPluginconfig_Load); - this.N64plugintabcontrol.ResumeLayout(false); - this.N64vpluginglobaltab.ResumeLayout(false); - this.N64vpluginglobaltab.PerformLayout(); - this.RiceTabPage.ResumeLayout(false); - this.RiceTabControl.ResumeLayout(false); - this.RiceGeneral.ResumeLayout(false); - this.RiceGeneral.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.RiceAnisotropicFiltering_TB)).EndInit(); - this.RiceGameDefaultTab.ResumeLayout(false); - this.RiceGameDefaultTab.PerformLayout(); - this.RiceFrameBuffer_GroupBox.ResumeLayout(false); - this.RiceFrameBuffer_GroupBox.PerformLayout(); - this.RiceTextureEnhancementTab.ResumeLayout(false); - this.RiceTextureEnhancementTab.PerformLayout(); - this.RiceGameSpecificTab.ResumeLayout(false); - this.RiceGameSpecificTab.PerformLayout(); - this.Glide64TabPage.ResumeLayout(false); - this.tabControl1.ResumeLayout(false); - this.Glide64General.ResumeLayout(false); - this.Glide64General.PerformLayout(); - this.GlidePerGameHacks1.ResumeLayout(false); - this.GlidePerGameHacks1.PerformLayout(); - this.GlidePerGameHacks2.ResumeLayout(false); - this.GlidePerGameHacks2.PerformLayout(); - this.Glide64mk2TabPage.ResumeLayout(false); - this.tabControl2.ResumeLayout(false); - this.tabPage1.ResumeLayout(false); - this.tabPage1.PerformLayout(); - this.tabPage2.ResumeLayout(false); - this.tabPage2.PerformLayout(); - this.tabPage3.ResumeLayout(false); - this.tabPage3.PerformLayout(); - this.ResumeLayout(false); + this.Glide64mk2_filtering.Location = new System.Drawing.Point(92, 62); + this.Glide64mk2_filtering.Name = "Glide64mk2_filtering"; + this.Glide64mk2_filtering.Size = new System.Drawing.Size(138, 21); + this.Glide64mk2_filtering.TabIndex = 21; + // + // Glide64mk2_UseDefaultHacks2 + // + this.Glide64mk2_UseDefaultHacks2.AutoSize = true; + this.Glide64mk2_UseDefaultHacks2.Location = new System.Drawing.Point(6, 6); + this.Glide64mk2_UseDefaultHacks2.Name = "Glide64mk2_UseDefaultHacks2"; + this.Glide64mk2_UseDefaultHacks2.Size = new System.Drawing.Size(165, 17); + this.Glide64mk2_UseDefaultHacks2.TabIndex = 3; + this.Glide64mk2_UseDefaultHacks2.Text = "Use defaults for current game"; + this.Glide64mk2_UseDefaultHacks2.UseVisualStyleBackColor = true; + this.Glide64mk2_UseDefaultHacks2.CheckedChanged += new System.EventHandler(this.Glide64mk2_UseDefaultHacks2_CheckedChanged); + // + // SaveButton + // + this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.SaveButton.Location = new System.Drawing.Point(409, 373); + this.SaveButton.Name = "SaveButton"; + this.SaveButton.Size = new System.Drawing.Size(75, 23); + this.SaveButton.TabIndex = 1; + this.SaveButton.Text = "Save"; + this.SaveButton.UseVisualStyleBackColor = true; + this.SaveButton.Click += new System.EventHandler(this.button1_Click); + // + // CancelBT + // + this.CancelBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.CancelBT.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.CancelBT.Location = new System.Drawing.Point(490, 373); + this.CancelBT.Name = "CancelBT"; + this.CancelBT.Size = new System.Drawing.Size(75, 23); + this.CancelBT.TabIndex = 2; + this.CancelBT.Text = "Cancel"; + this.CancelBT.UseVisualStyleBackColor = true; + this.CancelBT.Click += new System.EventHandler(this.CancelBT_Click); + // + // toolTip1 + // + this.toolTip1.AutoPopDelay = 10000; + this.toolTip1.InitialDelay = 500; + this.toolTip1.IsBalloon = true; + this.toolTip1.ReshowDelay = 100; + this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; + // + // N64VideoPluginconfig + // + this.AcceptButton = this.SaveButton; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.CancelBT; + this.ClientSize = new System.Drawing.Size(577, 401); + this.Controls.Add(this.CancelBT); + this.Controls.Add(this.SaveButton); + this.Controls.Add(this.N64plugintabcontrol); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "N64VideoPluginconfig"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Video Plugin Configuration"; + this.Load += new System.EventHandler(this.N64VideoPluginconfig_Load); + this.N64plugintabcontrol.ResumeLayout(false); + this.N64vpluginglobaltab.ResumeLayout(false); + this.N64vpluginglobaltab.PerformLayout(); + this.RiceTabPage.ResumeLayout(false); + this.RiceTabControl.ResumeLayout(false); + this.RiceGeneral.ResumeLayout(false); + this.RiceGeneral.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.RiceAnisotropicFiltering_TB)).EndInit(); + this.RiceGameDefaultTab.ResumeLayout(false); + this.RiceGameDefaultTab.PerformLayout(); + this.RiceFrameBuffer_GroupBox.ResumeLayout(false); + this.RiceFrameBuffer_GroupBox.PerformLayout(); + this.RiceTextureEnhancementTab.ResumeLayout(false); + this.RiceTextureEnhancementTab.PerformLayout(); + this.RiceGameSpecificTab.ResumeLayout(false); + this.RiceGameSpecificTab.PerformLayout(); + this.Glide64TabPage.ResumeLayout(false); + this.tabControl1.ResumeLayout(false); + this.Glide64General.ResumeLayout(false); + this.Glide64General.PerformLayout(); + this.GlidePerGameHacks1.ResumeLayout(false); + this.GlidePerGameHacks1.PerformLayout(); + this.GlidePerGameHacks2.ResumeLayout(false); + this.GlidePerGameHacks2.PerformLayout(); + this.Glide64mk2TabPage.ResumeLayout(false); + this.tabControl2.ResumeLayout(false); + this.tabPage1.ResumeLayout(false); + this.tabPage1.PerformLayout(); + this.tabPage2.ResumeLayout(false); + this.tabPage2.PerformLayout(); + this.tabPage3.ResumeLayout(false); + this.tabPage3.PerformLayout(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESDebugger.Designer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESDebugger.Designer.cs index 0aa79d9d9b..4f814db006 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESDebugger.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESDebugger.Designer.cs @@ -97,7 +97,7 @@ // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // @@ -155,6 +155,7 @@ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "NESDebugger"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "NES Debugger"; this.Load += new System.EventHandler(this.NESDebugger_Load); this.menuStrip1.ResumeLayout(false); diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs index cfb4324e23..1e536005b4 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESGameGenie.Designer.cs @@ -495,6 +495,7 @@ this.MinimumSize = new System.Drawing.Size(312, 295); this.Name = "NESGameGenie"; this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "NES Game Genie Encoder / Decoder"; this.Load += new System.EventHandler(this.NESGameGenie_Load); this.GameGenieCodeBox.ResumeLayout(false); diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESGraphicsConfig.Designer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESGraphicsConfig.Designer.cs index 488b25f436..f1f326d6a3 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESGraphicsConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESGraphicsConfig.Designer.cs @@ -28,437 +28,438 @@ /// private void InitializeComponent() { - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.AllowMoreSprites = new System.Windows.Forms.CheckBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.AutoLoadPalette = new System.Windows.Forms.CheckBox(); - this.label1 = new System.Windows.Forms.Label(); - this.PalettePath = new System.Windows.Forms.TextBox(); - this.BrowsePalette = new System.Windows.Forms.Button(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.label6 = new System.Windows.Forms.Label(); - this.PAL_LastLineNumeric = new System.Windows.Forms.NumericUpDown(); - this.PAL_FirstLineNumeric = new System.Windows.Forms.NumericUpDown(); - this.label5 = new System.Windows.Forms.Label(); - this.btnAreaFull = new System.Windows.Forms.Button(); - this.btnAreaStandard = new System.Windows.Forms.Button(); - this.label4 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.NTSC_LastLineNumeric = new System.Windows.Forms.NumericUpDown(); - this.NTSC_FirstLineNumeric = new System.Windows.Forms.NumericUpDown(); - this.ClipLeftAndRightCheckBox = new System.Windows.Forms.CheckBox(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this.checkUseBackdropColor = new System.Windows.Forms.CheckBox(); - this.ChangeBGColor = new System.Windows.Forms.Button(); - this.BackGroundColorNumber = new System.Windows.Forms.TextBox(); - this.label2 = new System.Windows.Forms.Label(); - this.groupBox4 = new System.Windows.Forms.GroupBox(); - this.BackgroundColorPanel = new System.Windows.Forms.Panel(); - this.DispBackground = new System.Windows.Forms.CheckBox(); - this.DispSprites = new System.Windows.Forms.CheckBox(); - this.BGColorDialog = new System.Windows.Forms.ColorDialog(); - this.RestoreDefaultsButton = new System.Windows.Forms.Button(); - this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.PAL_LastLineNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.PAL_FirstLineNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NTSC_LastLineNumeric)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NTSC_FirstLineNumeric)).BeginInit(); - this.groupBox3.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.SuspendLayout(); - // - // 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(213, 385); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 70; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(294, 385); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 75; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - // - // AllowMoreSprites - // - this.AllowMoreSprites.AutoSize = true; - this.AllowMoreSprites.Location = new System.Drawing.Point(134, 96); - this.AllowMoreSprites.Name = "AllowMoreSprites"; - this.AllowMoreSprites.Size = new System.Drawing.Size(203, 17); - this.AllowMoreSprites.TabIndex = 23; - this.AllowMoreSprites.Text = "Allow more than 8 sprites per scanline"; - this.AllowMoreSprites.UseVisualStyleBackColor = true; - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.AllowMoreSprites = new System.Windows.Forms.CheckBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.AutoLoadPalette = new System.Windows.Forms.CheckBox(); + this.label1 = new System.Windows.Forms.Label(); + this.PalettePath = new System.Windows.Forms.TextBox(); + this.BrowsePalette = new System.Windows.Forms.Button(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label6 = new System.Windows.Forms.Label(); + this.PAL_LastLineNumeric = new System.Windows.Forms.NumericUpDown(); + this.PAL_FirstLineNumeric = new System.Windows.Forms.NumericUpDown(); + this.label5 = new System.Windows.Forms.Label(); + this.btnAreaFull = new System.Windows.Forms.Button(); + this.btnAreaStandard = new System.Windows.Forms.Button(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.NTSC_LastLineNumeric = new System.Windows.Forms.NumericUpDown(); + this.NTSC_FirstLineNumeric = new System.Windows.Forms.NumericUpDown(); + this.ClipLeftAndRightCheckBox = new System.Windows.Forms.CheckBox(); + this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.checkUseBackdropColor = new System.Windows.Forms.CheckBox(); + this.ChangeBGColor = new System.Windows.Forms.Button(); + this.BackGroundColorNumber = new System.Windows.Forms.TextBox(); + this.label2 = new System.Windows.Forms.Label(); + this.groupBox4 = new System.Windows.Forms.GroupBox(); + this.BackgroundColorPanel = new System.Windows.Forms.Panel(); + this.DispBackground = new System.Windows.Forms.CheckBox(); + this.DispSprites = new System.Windows.Forms.CheckBox(); + this.BGColorDialog = new System.Windows.Forms.ColorDialog(); + this.RestoreDefaultsButton = new System.Windows.Forms.Button(); + this.groupBox1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.PAL_LastLineNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.PAL_FirstLineNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NTSC_LastLineNumeric)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NTSC_FirstLineNumeric)).BeginInit(); + this.groupBox3.SuspendLayout(); + this.groupBox4.SuspendLayout(); + this.SuspendLayout(); + // + // 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(213, 385); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 70; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(294, 385); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 75; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + // + // AllowMoreSprites + // + this.AllowMoreSprites.AutoSize = true; + this.AllowMoreSprites.Location = new System.Drawing.Point(134, 96); + this.AllowMoreSprites.Name = "AllowMoreSprites"; + this.AllowMoreSprites.Size = new System.Drawing.Size(203, 17); + this.AllowMoreSprites.TabIndex = 23; + this.AllowMoreSprites.Text = "Allow more than 8 sprites per scanline"; + this.AllowMoreSprites.UseVisualStyleBackColor = true; + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox1.Controls.Add(this.AutoLoadPalette); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Controls.Add(this.PalettePath); - this.groupBox1.Controls.Add(this.BrowsePalette); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(352, 95); - this.groupBox1.TabIndex = 3; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Palette Config"; - // - // AutoLoadPalette - // - this.AutoLoadPalette.AutoSize = true; - this.AutoLoadPalette.Checked = true; - this.AutoLoadPalette.CheckState = System.Windows.Forms.CheckState.Checked; - this.AutoLoadPalette.Location = new System.Drawing.Point(6, 66); - this.AutoLoadPalette.Name = "AutoLoadPalette"; - this.AutoLoadPalette.Size = new System.Drawing.Size(135, 17); - this.AutoLoadPalette.TabIndex = 10; - this.AutoLoadPalette.Text = "Load this file on startup"; - this.AutoLoadPalette.UseVisualStyleBackColor = true; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(6, 24); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(100, 13); - this.label1.TabIndex = 2; - this.label1.Text = "Use palette from file"; - // - // PalettePath - // - this.PalettePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.groupBox1.Controls.Add(this.AutoLoadPalette); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.PalettePath); + this.groupBox1.Controls.Add(this.BrowsePalette); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(352, 95); + this.groupBox1.TabIndex = 3; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Palette Config"; + // + // AutoLoadPalette + // + this.AutoLoadPalette.AutoSize = true; + this.AutoLoadPalette.Checked = true; + this.AutoLoadPalette.CheckState = System.Windows.Forms.CheckState.Checked; + this.AutoLoadPalette.Location = new System.Drawing.Point(6, 66); + this.AutoLoadPalette.Name = "AutoLoadPalette"; + this.AutoLoadPalette.Size = new System.Drawing.Size(135, 17); + this.AutoLoadPalette.TabIndex = 10; + this.AutoLoadPalette.Text = "Load this file on startup"; + this.AutoLoadPalette.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(6, 24); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(100, 13); + this.label1.TabIndex = 2; + this.label1.Text = "Use palette from file"; + // + // PalettePath + // + this.PalettePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.PalettePath.Location = new System.Drawing.Point(6, 40); - this.PalettePath.Name = "PalettePath"; - this.PalettePath.Size = new System.Drawing.Size(259, 20); - this.PalettePath.TabIndex = 1; - // - // BrowsePalette - // - this.BrowsePalette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.BrowsePalette.Location = new System.Drawing.Point(271, 37); - this.BrowsePalette.Name = "BrowsePalette"; - this.BrowsePalette.Size = new System.Drawing.Size(75, 23); - this.BrowsePalette.TabIndex = 5; - this.BrowsePalette.Text = "&Browse..."; - this.BrowsePalette.UseVisualStyleBackColor = true; - this.BrowsePalette.Click += new System.EventHandler(this.BrowsePalette_Click); - // - // groupBox2 - // - this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + this.PalettePath.Location = new System.Drawing.Point(6, 40); + this.PalettePath.Name = "PalettePath"; + this.PalettePath.Size = new System.Drawing.Size(259, 20); + this.PalettePath.TabIndex = 1; + // + // BrowsePalette + // + this.BrowsePalette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.BrowsePalette.Location = new System.Drawing.Point(271, 37); + this.BrowsePalette.Name = "BrowsePalette"; + this.BrowsePalette.Size = new System.Drawing.Size(75, 23); + this.BrowsePalette.TabIndex = 5; + this.BrowsePalette.Text = "&Browse..."; + this.BrowsePalette.UseVisualStyleBackColor = true; + this.BrowsePalette.Click += new System.EventHandler(this.BrowsePalette_Click); + // + // groupBox2 + // + this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox2.Controls.Add(this.label6); - this.groupBox2.Controls.Add(this.PAL_LastLineNumeric); - this.groupBox2.Controls.Add(this.PAL_FirstLineNumeric); - this.groupBox2.Controls.Add(this.label5); - this.groupBox2.Controls.Add(this.btnAreaFull); - this.groupBox2.Controls.Add(this.btnAreaStandard); - this.groupBox2.Controls.Add(this.label4); - this.groupBox2.Controls.Add(this.label3); - this.groupBox2.Controls.Add(this.NTSC_LastLineNumeric); - this.groupBox2.Controls.Add(this.NTSC_FirstLineNumeric); - this.groupBox2.Controls.Add(this.ClipLeftAndRightCheckBox); - this.groupBox2.Controls.Add(this.AllowMoreSprites); - this.groupBox2.Location = new System.Drawing.Point(12, 113); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(352, 150); - this.groupBox2.TabIndex = 4; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Drawing Area"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(131, 22); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(27, 13); - this.label6.TabIndex = 44; - this.label6.Text = "PAL"; - // - // PAL_LastLineNumeric - // - this.PAL_LastLineNumeric.Location = new System.Drawing.Point(124, 67); - this.PAL_LastLineNumeric.Maximum = new decimal(new int[] { + this.groupBox2.Controls.Add(this.label6); + this.groupBox2.Controls.Add(this.PAL_LastLineNumeric); + this.groupBox2.Controls.Add(this.PAL_FirstLineNumeric); + this.groupBox2.Controls.Add(this.label5); + this.groupBox2.Controls.Add(this.btnAreaFull); + this.groupBox2.Controls.Add(this.btnAreaStandard); + this.groupBox2.Controls.Add(this.label4); + this.groupBox2.Controls.Add(this.label3); + this.groupBox2.Controls.Add(this.NTSC_LastLineNumeric); + this.groupBox2.Controls.Add(this.NTSC_FirstLineNumeric); + this.groupBox2.Controls.Add(this.ClipLeftAndRightCheckBox); + this.groupBox2.Controls.Add(this.AllowMoreSprites); + this.groupBox2.Location = new System.Drawing.Point(12, 113); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(352, 150); + this.groupBox2.TabIndex = 4; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Drawing Area"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(131, 22); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(27, 13); + this.label6.TabIndex = 44; + this.label6.Text = "PAL"; + // + // PAL_LastLineNumeric + // + this.PAL_LastLineNumeric.Location = new System.Drawing.Point(124, 67); + this.PAL_LastLineNumeric.Maximum = new decimal(new int[] { 239, 0, 0, 0}); - this.PAL_LastLineNumeric.Minimum = new decimal(new int[] { + this.PAL_LastLineNumeric.Minimum = new decimal(new int[] { 128, 0, 0, 0}); - this.PAL_LastLineNumeric.Name = "PAL_LastLineNumeric"; - this.PAL_LastLineNumeric.Size = new System.Drawing.Size(47, 20); - this.PAL_LastLineNumeric.TabIndex = 43; - this.PAL_LastLineNumeric.Value = new decimal(new int[] { + this.PAL_LastLineNumeric.Name = "PAL_LastLineNumeric"; + this.PAL_LastLineNumeric.Size = new System.Drawing.Size(47, 20); + this.PAL_LastLineNumeric.TabIndex = 43; + this.PAL_LastLineNumeric.Value = new decimal(new int[] { 128, 0, 0, 0}); - // - // PAL_FirstLineNumeric - // - this.PAL_FirstLineNumeric.Location = new System.Drawing.Point(124, 41); - this.PAL_FirstLineNumeric.Maximum = new decimal(new int[] { + // + // PAL_FirstLineNumeric + // + this.PAL_FirstLineNumeric.Location = new System.Drawing.Point(124, 41); + this.PAL_FirstLineNumeric.Maximum = new decimal(new int[] { 127, 0, 0, 0}); - this.PAL_FirstLineNumeric.Name = "PAL_FirstLineNumeric"; - this.PAL_FirstLineNumeric.Size = new System.Drawing.Size(47, 20); - this.PAL_FirstLineNumeric.TabIndex = 42; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(62, 22); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(36, 13); - this.label5.TabIndex = 41; - this.label5.Text = "NTSC"; - // - // btnAreaFull - // - this.btnAreaFull.Location = new System.Drawing.Point(7, 115); - this.btnAreaFull.Name = "btnAreaFull"; - this.btnAreaFull.Size = new System.Drawing.Size(94, 23); - this.btnAreaFull.TabIndex = 40; - this.btnAreaFull.Text = "Full [0,239]"; - this.btnAreaFull.UseVisualStyleBackColor = true; - this.btnAreaFull.Click += new System.EventHandler(this.btnAreaFull_Click); - // - // btnAreaStandard - // - this.btnAreaStandard.Location = new System.Drawing.Point(8, 92); - this.btnAreaStandard.Name = "btnAreaStandard"; - this.btnAreaStandard.Size = new System.Drawing.Size(94, 23); - this.btnAreaStandard.TabIndex = 35; - this.btnAreaStandard.Text = "Standard [8,231]"; - this.btnAreaStandard.UseVisualStyleBackColor = true; - this.btnAreaStandard.Click += new System.EventHandler(this.btnAreaStandard_Click); - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(4, 69); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(49, 13); - this.label4.TabIndex = 24; - this.label4.Text = "Last line:"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(5, 43); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(48, 13); - this.label3.TabIndex = 23; - this.label3.Text = "First line:"; - // - // NTSC_LastLineNumeric - // - this.NTSC_LastLineNumeric.Location = new System.Drawing.Point(59, 67); - this.NTSC_LastLineNumeric.Maximum = new decimal(new int[] { + this.PAL_FirstLineNumeric.Name = "PAL_FirstLineNumeric"; + this.PAL_FirstLineNumeric.Size = new System.Drawing.Size(47, 20); + this.PAL_FirstLineNumeric.TabIndex = 42; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(62, 22); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(36, 13); + this.label5.TabIndex = 41; + this.label5.Text = "NTSC"; + // + // btnAreaFull + // + this.btnAreaFull.Location = new System.Drawing.Point(7, 115); + this.btnAreaFull.Name = "btnAreaFull"; + this.btnAreaFull.Size = new System.Drawing.Size(94, 23); + this.btnAreaFull.TabIndex = 40; + this.btnAreaFull.Text = "Full [0,239]"; + this.btnAreaFull.UseVisualStyleBackColor = true; + this.btnAreaFull.Click += new System.EventHandler(this.btnAreaFull_Click); + // + // btnAreaStandard + // + this.btnAreaStandard.Location = new System.Drawing.Point(8, 92); + this.btnAreaStandard.Name = "btnAreaStandard"; + this.btnAreaStandard.Size = new System.Drawing.Size(94, 23); + this.btnAreaStandard.TabIndex = 35; + this.btnAreaStandard.Text = "Standard [8,231]"; + this.btnAreaStandard.UseVisualStyleBackColor = true; + this.btnAreaStandard.Click += new System.EventHandler(this.btnAreaStandard_Click); + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(4, 69); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(49, 13); + this.label4.TabIndex = 24; + this.label4.Text = "Last line:"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(5, 43); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(48, 13); + this.label3.TabIndex = 23; + this.label3.Text = "First line:"; + // + // NTSC_LastLineNumeric + // + this.NTSC_LastLineNumeric.Location = new System.Drawing.Point(59, 67); + this.NTSC_LastLineNumeric.Maximum = new decimal(new int[] { 239, 0, 0, 0}); - this.NTSC_LastLineNumeric.Minimum = new decimal(new int[] { + this.NTSC_LastLineNumeric.Minimum = new decimal(new int[] { 128, 0, 0, 0}); - this.NTSC_LastLineNumeric.Name = "NTSC_LastLineNumeric"; - this.NTSC_LastLineNumeric.Size = new System.Drawing.Size(47, 20); - this.NTSC_LastLineNumeric.TabIndex = 28; - this.NTSC_LastLineNumeric.Value = new decimal(new int[] { + this.NTSC_LastLineNumeric.Name = "NTSC_LastLineNumeric"; + this.NTSC_LastLineNumeric.Size = new System.Drawing.Size(47, 20); + this.NTSC_LastLineNumeric.TabIndex = 28; + this.NTSC_LastLineNumeric.Value = new decimal(new int[] { 128, 0, 0, 0}); - // - // NTSC_FirstLineNumeric - // - this.NTSC_FirstLineNumeric.Location = new System.Drawing.Point(59, 41); - this.NTSC_FirstLineNumeric.Maximum = new decimal(new int[] { + // + // NTSC_FirstLineNumeric + // + this.NTSC_FirstLineNumeric.Location = new System.Drawing.Point(59, 41); + this.NTSC_FirstLineNumeric.Maximum = new decimal(new int[] { 127, 0, 0, 0}); - this.NTSC_FirstLineNumeric.Name = "NTSC_FirstLineNumeric"; - this.NTSC_FirstLineNumeric.Size = new System.Drawing.Size(47, 20); - this.NTSC_FirstLineNumeric.TabIndex = 21; - // - // ClipLeftAndRightCheckBox - // - this.ClipLeftAndRightCheckBox.AutoSize = true; - this.ClipLeftAndRightCheckBox.Location = new System.Drawing.Point(134, 119); - this.ClipLeftAndRightCheckBox.Name = "ClipLeftAndRightCheckBox"; - this.ClipLeftAndRightCheckBox.Size = new System.Drawing.Size(186, 17); - this.ClipLeftAndRightCheckBox.TabIndex = 30; - this.ClipLeftAndRightCheckBox.Text = "Clip Left and Right Sides (8 pixels)"; - this.ClipLeftAndRightCheckBox.UseVisualStyleBackColor = true; - // - // groupBox3 - // - this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + this.NTSC_FirstLineNumeric.Name = "NTSC_FirstLineNumeric"; + this.NTSC_FirstLineNumeric.Size = new System.Drawing.Size(47, 20); + this.NTSC_FirstLineNumeric.TabIndex = 21; + // + // ClipLeftAndRightCheckBox + // + this.ClipLeftAndRightCheckBox.AutoSize = true; + this.ClipLeftAndRightCheckBox.Location = new System.Drawing.Point(134, 119); + this.ClipLeftAndRightCheckBox.Name = "ClipLeftAndRightCheckBox"; + this.ClipLeftAndRightCheckBox.Size = new System.Drawing.Size(186, 17); + this.ClipLeftAndRightCheckBox.TabIndex = 30; + this.ClipLeftAndRightCheckBox.Text = "Clip Left and Right Sides (8 pixels)"; + this.ClipLeftAndRightCheckBox.UseVisualStyleBackColor = true; + // + // groupBox3 + // + this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox3.Controls.Add(this.checkUseBackdropColor); - this.groupBox3.Controls.Add(this.ChangeBGColor); - this.groupBox3.Controls.Add(this.BackGroundColorNumber); - this.groupBox3.Controls.Add(this.label2); - this.groupBox3.Controls.Add(this.groupBox4); - this.groupBox3.Controls.Add(this.DispBackground); - this.groupBox3.Controls.Add(this.DispSprites); - this.groupBox3.Location = new System.Drawing.Point(12, 266); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(352, 113); - this.groupBox3.TabIndex = 5; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "BG and Sprites"; - // - // checkUseBackdropColor - // - this.checkUseBackdropColor.AutoSize = true; - this.checkUseBackdropColor.Checked = true; - this.checkUseBackdropColor.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkUseBackdropColor.Location = new System.Drawing.Point(169, 87); - this.checkUseBackdropColor.Name = "checkUseBackdropColor"; - this.checkUseBackdropColor.Size = new System.Drawing.Size(59, 17); - this.checkUseBackdropColor.TabIndex = 60; - this.checkUseBackdropColor.Text = "Enable"; - this.checkUseBackdropColor.UseVisualStyleBackColor = true; - // - // ChangeBGColor - // - this.ChangeBGColor.Location = new System.Drawing.Point(111, 83); - this.ChangeBGColor.Name = "ChangeBGColor"; - this.ChangeBGColor.Size = new System.Drawing.Size(52, 23); - this.ChangeBGColor.TabIndex = 55; - this.ChangeBGColor.Text = "Change"; - this.ChangeBGColor.UseVisualStyleBackColor = true; - this.ChangeBGColor.Click += new System.EventHandler(this.ChangeBGColor_Click); - // - // BackGroundColorNumber - // - this.BackGroundColorNumber.Location = new System.Drawing.Point(46, 85); - this.BackGroundColorNumber.MaxLength = 8; - this.BackGroundColorNumber.Name = "BackGroundColorNumber"; - this.BackGroundColorNumber.ReadOnly = true; - this.BackGroundColorNumber.Size = new System.Drawing.Size(59, 20); - this.BackGroundColorNumber.TabIndex = 53; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(8, 64); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(178, 13); - this.label2.TabIndex = 3; - this.label2.Text = "Backdrop color when BG is disabled"; - // - // groupBox4 - // - this.groupBox4.Controls.Add(this.BackgroundColorPanel); - this.groupBox4.Location = new System.Drawing.Point(8, 79); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(28, 28); - this.groupBox4.TabIndex = 2; - this.groupBox4.TabStop = false; - // - // BackgroundColorPanel - // - this.BackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.BackgroundColorPanel.Location = new System.Drawing.Point(4, 8); - this.BackgroundColorPanel.Name = "BackgroundColorPanel"; - this.BackgroundColorPanel.Size = new System.Drawing.Size(20, 16); - this.BackgroundColorPanel.TabIndex = 0; - this.BackgroundColorPanel.DoubleClick += new System.EventHandler(this.BackgroundColorPanel_DoubleClick); - // - // DispBackground - // - this.DispBackground.AutoSize = true; - this.DispBackground.Checked = true; - this.DispBackground.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispBackground.Location = new System.Drawing.Point(7, 42); - this.DispBackground.Name = "DispBackground"; - this.DispBackground.Size = new System.Drawing.Size(78, 17); - this.DispBackground.TabIndex = 50; - this.DispBackground.Text = "Display BG"; - this.DispBackground.UseVisualStyleBackColor = true; - // - // DispSprites - // - this.DispSprites.AutoSize = true; - this.DispSprites.Checked = true; - this.DispSprites.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispSprites.Location = new System.Drawing.Point(7, 19); - this.DispSprites.Name = "DispSprites"; - this.DispSprites.Size = new System.Drawing.Size(95, 17); - this.DispSprites.TabIndex = 45; - this.DispSprites.Text = "Display Sprites"; - this.DispSprites.UseVisualStyleBackColor = true; - // - // RestoreDefaultsButton - // - this.RestoreDefaultsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.RestoreDefaultsButton.Location = new System.Drawing.Point(12, 385); - this.RestoreDefaultsButton.Name = "RestoreDefaultsButton"; - this.RestoreDefaultsButton.Size = new System.Drawing.Size(102, 23); - this.RestoreDefaultsButton.TabIndex = 65; - this.RestoreDefaultsButton.Text = "&Restore Defaults"; - this.RestoreDefaultsButton.UseVisualStyleBackColor = true; - this.RestoreDefaultsButton.Click += new System.EventHandler(this.RestoreDefaultsButton_Click); - // - // NESGraphicsConfig - // - 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(373, 409); - this.Controls.Add(this.RestoreDefaultsButton); - this.Controls.Add(this.groupBox3); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(389, 494); - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(389, 434); - this.Name = "NESGraphicsConfig"; - this.ShowIcon = false; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "NES Graphics Settings"; - this.Load += new System.EventHandler(this.NESGraphicsConfig_Load); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.PAL_LastLineNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.PAL_FirstLineNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NTSC_LastLineNumeric)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NTSC_FirstLineNumeric)).EndInit(); - this.groupBox3.ResumeLayout(false); - this.groupBox3.PerformLayout(); - this.groupBox4.ResumeLayout(false); - this.ResumeLayout(false); + this.groupBox3.Controls.Add(this.checkUseBackdropColor); + this.groupBox3.Controls.Add(this.ChangeBGColor); + this.groupBox3.Controls.Add(this.BackGroundColorNumber); + this.groupBox3.Controls.Add(this.label2); + this.groupBox3.Controls.Add(this.groupBox4); + this.groupBox3.Controls.Add(this.DispBackground); + this.groupBox3.Controls.Add(this.DispSprites); + this.groupBox3.Location = new System.Drawing.Point(12, 266); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Size = new System.Drawing.Size(352, 113); + this.groupBox3.TabIndex = 5; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "BG and Sprites"; + // + // checkUseBackdropColor + // + this.checkUseBackdropColor.AutoSize = true; + this.checkUseBackdropColor.Checked = true; + this.checkUseBackdropColor.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkUseBackdropColor.Location = new System.Drawing.Point(169, 87); + this.checkUseBackdropColor.Name = "checkUseBackdropColor"; + this.checkUseBackdropColor.Size = new System.Drawing.Size(59, 17); + this.checkUseBackdropColor.TabIndex = 60; + this.checkUseBackdropColor.Text = "Enable"; + this.checkUseBackdropColor.UseVisualStyleBackColor = true; + // + // ChangeBGColor + // + this.ChangeBGColor.Location = new System.Drawing.Point(111, 83); + this.ChangeBGColor.Name = "ChangeBGColor"; + this.ChangeBGColor.Size = new System.Drawing.Size(52, 23); + this.ChangeBGColor.TabIndex = 55; + this.ChangeBGColor.Text = "Change"; + this.ChangeBGColor.UseVisualStyleBackColor = true; + this.ChangeBGColor.Click += new System.EventHandler(this.ChangeBGColor_Click); + // + // BackGroundColorNumber + // + this.BackGroundColorNumber.Location = new System.Drawing.Point(46, 85); + this.BackGroundColorNumber.MaxLength = 8; + this.BackGroundColorNumber.Name = "BackGroundColorNumber"; + this.BackGroundColorNumber.ReadOnly = true; + this.BackGroundColorNumber.Size = new System.Drawing.Size(59, 20); + this.BackGroundColorNumber.TabIndex = 53; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(8, 64); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(178, 13); + this.label2.TabIndex = 3; + this.label2.Text = "Backdrop color when BG is disabled"; + // + // groupBox4 + // + this.groupBox4.Controls.Add(this.BackgroundColorPanel); + this.groupBox4.Location = new System.Drawing.Point(8, 79); + this.groupBox4.Name = "groupBox4"; + this.groupBox4.Size = new System.Drawing.Size(28, 28); + this.groupBox4.TabIndex = 2; + this.groupBox4.TabStop = false; + // + // BackgroundColorPanel + // + this.BackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.BackgroundColorPanel.Location = new System.Drawing.Point(4, 8); + this.BackgroundColorPanel.Name = "BackgroundColorPanel"; + this.BackgroundColorPanel.Size = new System.Drawing.Size(20, 16); + this.BackgroundColorPanel.TabIndex = 0; + this.BackgroundColorPanel.DoubleClick += new System.EventHandler(this.BackgroundColorPanel_DoubleClick); + // + // DispBackground + // + this.DispBackground.AutoSize = true; + this.DispBackground.Checked = true; + this.DispBackground.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispBackground.Location = new System.Drawing.Point(7, 42); + this.DispBackground.Name = "DispBackground"; + this.DispBackground.Size = new System.Drawing.Size(78, 17); + this.DispBackground.TabIndex = 50; + this.DispBackground.Text = "Display BG"; + this.DispBackground.UseVisualStyleBackColor = true; + // + // DispSprites + // + this.DispSprites.AutoSize = true; + this.DispSprites.Checked = true; + this.DispSprites.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispSprites.Location = new System.Drawing.Point(7, 19); + this.DispSprites.Name = "DispSprites"; + this.DispSprites.Size = new System.Drawing.Size(95, 17); + this.DispSprites.TabIndex = 45; + this.DispSprites.Text = "Display Sprites"; + this.DispSprites.UseVisualStyleBackColor = true; + // + // RestoreDefaultsButton + // + this.RestoreDefaultsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.RestoreDefaultsButton.Location = new System.Drawing.Point(12, 385); + this.RestoreDefaultsButton.Name = "RestoreDefaultsButton"; + this.RestoreDefaultsButton.Size = new System.Drawing.Size(102, 23); + this.RestoreDefaultsButton.TabIndex = 65; + this.RestoreDefaultsButton.Text = "&Restore Defaults"; + this.RestoreDefaultsButton.UseVisualStyleBackColor = true; + this.RestoreDefaultsButton.Click += new System.EventHandler(this.RestoreDefaultsButton_Click); + // + // NESGraphicsConfig + // + 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(373, 409); + this.Controls.Add(this.RestoreDefaultsButton); + this.Controls.Add(this.groupBox3); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(389, 494); + this.MinimizeBox = false; + this.MinimumSize = new System.Drawing.Size(389, 434); + this.Name = "NESGraphicsConfig"; + this.ShowIcon = false; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "NES Graphics Settings"; + this.Load += new System.EventHandler(this.NESGraphicsConfig_Load); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.PAL_LastLineNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.PAL_FirstLineNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NTSC_LastLineNumeric)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NTSC_FirstLineNumeric)).EndInit(); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); + this.groupBox4.ResumeLayout(false); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.Designer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.Designer.cs index 43c3091c2b..c8d09746c7 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESNameTableViewer.Designer.cs @@ -469,6 +469,7 @@ this.MinimumSize = new System.Drawing.Size(687, 588); this.Name = "NESNameTableViewer"; this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "NES Nametable Viewer"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NESNameTableViewer_FormClosed); this.Load += new System.EventHandler(this.NESNameTableViewer_Load); diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESPPU.Designer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESPPU.Designer.cs index 4c6de8d8dc..7bd58b374e 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESPPU.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESPPU.Designer.cs @@ -763,6 +763,7 @@ this.MainMenuStrip = this.menuStrip1; this.MinimumSize = new System.Drawing.Size(580, 370); this.Name = "NESPPU"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "NES PPU Viewer"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NESPPU_FormClosed); this.Load += new System.EventHandler(this.NESPPU_Load); diff --git a/BizHawk.Client.EmuHawk/tools/NES/NESSoundConfig.Designer.cs b/BizHawk.Client.EmuHawk/tools/NES/NESSoundConfig.Designer.cs index ae02011ff3..02de0fecae 100644 --- a/BizHawk.Client.EmuHawk/tools/NES/NESSoundConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/NES/NESSoundConfig.Designer.cs @@ -28,219 +28,220 @@ /// private void InitializeComponent() { - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.trackBar1 = new System.Windows.Forms.TrackBar(); - this.trackBar2 = new System.Windows.Forms.TrackBar(); - this.trackBar3 = new System.Windows.Forms.TrackBar(); - this.trackBar4 = new System.Windows.Forms.TrackBar(); - this.trackBar5 = new System.Windows.Forms.TrackBar(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); - this.label8 = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); - this.label10 = new System.Windows.Forms.Label(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit(); - this.SuspendLayout(); - // - // 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(41, 262); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 0; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(122, 262); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 1; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // trackBar1 - // - this.trackBar1.Location = new System.Drawing.Point(12, 12); - this.trackBar1.Name = "trackBar1"; - this.trackBar1.Size = new System.Drawing.Size(104, 45); - this.trackBar1.TabIndex = 2; - this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged); - // - // trackBar2 - // - this.trackBar2.Location = new System.Drawing.Point(12, 60); - this.trackBar2.Name = "trackBar2"; - this.trackBar2.Size = new System.Drawing.Size(104, 45); - this.trackBar2.TabIndex = 3; - this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged); - // - // trackBar3 - // - this.trackBar3.Location = new System.Drawing.Point(12, 108); - this.trackBar3.Name = "trackBar3"; - this.trackBar3.Size = new System.Drawing.Size(104, 45); - this.trackBar3.TabIndex = 4; - this.trackBar3.ValueChanged += new System.EventHandler(this.trackBar3_ValueChanged); - // - // trackBar4 - // - this.trackBar4.Location = new System.Drawing.Point(12, 156); - this.trackBar4.Name = "trackBar4"; - this.trackBar4.Size = new System.Drawing.Size(104, 45); - this.trackBar4.TabIndex = 5; - this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_ValueChanged); - // - // trackBar5 - // - this.trackBar5.Location = new System.Drawing.Point(12, 204); - this.trackBar5.Name = "trackBar5"; - this.trackBar5.Size = new System.Drawing.Size(104, 45); - this.trackBar5.TabIndex = 6; - this.trackBar5.ValueChanged += new System.EventHandler(this.trackBar5_ValueChanged); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(122, 12); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(50, 13); - this.label1.TabIndex = 7; - this.label1.Text = "Square 1"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(122, 60); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(50, 13); - this.label2.TabIndex = 8; - this.label2.Text = "Square 2"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(122, 108); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(45, 13); - this.label3.TabIndex = 9; - this.label3.Text = "Triangle"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(122, 156); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(34, 13); - this.label4.TabIndex = 10; - this.label4.Text = "Noise"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(122, 204); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(31, 13); - this.label5.TabIndex = 11; - this.label5.Text = "DMC"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(122, 25); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(13, 13); - this.label6.TabIndex = 12; - this.label6.Text = "0"; - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(122, 73); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(13, 13); - this.label7.TabIndex = 13; - this.label7.Text = "0"; - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(122, 121); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(13, 13); - this.label8.TabIndex = 14; - this.label8.Text = "0"; - // - // label9 - // - this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(122, 169); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(13, 13); - this.label9.TabIndex = 15; - this.label9.Text = "0"; - // - // label10 - // - this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(122, 217); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(13, 13); - this.label10.TabIndex = 16; - this.label10.Text = "0"; - // - // NESSoundConfig - // - 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(209, 297); - this.Controls.Add(this.label10); - this.Controls.Add(this.label9); - this.Controls.Add(this.label8); - this.Controls.Add(this.label7); - this.Controls.Add(this.label6); - this.Controls.Add(this.label5); - this.Controls.Add(this.label4); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.trackBar5); - this.Controls.Add(this.trackBar4); - this.Controls.Add(this.trackBar3); - this.Controls.Add(this.trackBar2); - this.Controls.Add(this.trackBar1); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.MaximizeBox = false; - this.Name = "NESSoundConfig"; - this.ShowIcon = false; - this.Text = "NES Sound Channels"; - this.Load += new System.EventHandler(this.NESSoundConfig_Load); - ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.trackBar1 = new System.Windows.Forms.TrackBar(); + this.trackBar2 = new System.Windows.Forms.TrackBar(); + this.trackBar3 = new System.Windows.Forms.TrackBar(); + this.trackBar4 = new System.Windows.Forms.TrackBar(); + this.trackBar5 = new System.Windows.Forms.TrackBar(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit(); + this.SuspendLayout(); + // + // 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(41, 262); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 0; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(122, 262); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 1; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // trackBar1 + // + this.trackBar1.Location = new System.Drawing.Point(12, 12); + this.trackBar1.Name = "trackBar1"; + this.trackBar1.Size = new System.Drawing.Size(104, 45); + this.trackBar1.TabIndex = 2; + this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged); + // + // trackBar2 + // + this.trackBar2.Location = new System.Drawing.Point(12, 60); + this.trackBar2.Name = "trackBar2"; + this.trackBar2.Size = new System.Drawing.Size(104, 45); + this.trackBar2.TabIndex = 3; + this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged); + // + // trackBar3 + // + this.trackBar3.Location = new System.Drawing.Point(12, 108); + this.trackBar3.Name = "trackBar3"; + this.trackBar3.Size = new System.Drawing.Size(104, 45); + this.trackBar3.TabIndex = 4; + this.trackBar3.ValueChanged += new System.EventHandler(this.trackBar3_ValueChanged); + // + // trackBar4 + // + this.trackBar4.Location = new System.Drawing.Point(12, 156); + this.trackBar4.Name = "trackBar4"; + this.trackBar4.Size = new System.Drawing.Size(104, 45); + this.trackBar4.TabIndex = 5; + this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_ValueChanged); + // + // trackBar5 + // + this.trackBar5.Location = new System.Drawing.Point(12, 204); + this.trackBar5.Name = "trackBar5"; + this.trackBar5.Size = new System.Drawing.Size(104, 45); + this.trackBar5.TabIndex = 6; + this.trackBar5.ValueChanged += new System.EventHandler(this.trackBar5_ValueChanged); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(122, 12); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(50, 13); + this.label1.TabIndex = 7; + this.label1.Text = "Square 1"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(122, 60); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(50, 13); + this.label2.TabIndex = 8; + this.label2.Text = "Square 2"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(122, 108); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(45, 13); + this.label3.TabIndex = 9; + this.label3.Text = "Triangle"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(122, 156); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(34, 13); + this.label4.TabIndex = 10; + this.label4.Text = "Noise"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(122, 204); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(31, 13); + this.label5.TabIndex = 11; + this.label5.Text = "DMC"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(122, 25); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(13, 13); + this.label6.TabIndex = 12; + this.label6.Text = "0"; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(122, 73); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(13, 13); + this.label7.TabIndex = 13; + this.label7.Text = "0"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(122, 121); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(13, 13); + this.label8.TabIndex = 14; + this.label8.Text = "0"; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(122, 169); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(13, 13); + this.label9.TabIndex = 15; + this.label9.Text = "0"; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Location = new System.Drawing.Point(122, 217); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(13, 13); + this.label10.TabIndex = 16; + this.label10.Text = "0"; + // + // NESSoundConfig + // + 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(209, 297); + this.Controls.Add(this.label10); + this.Controls.Add(this.label9); + this.Controls.Add(this.label8); + this.Controls.Add(this.label7); + this.Controls.Add(this.label6); + this.Controls.Add(this.label5); + this.Controls.Add(this.label4); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.trackBar5); + this.Controls.Add(this.trackBar4); + this.Controls.Add(this.trackBar3); + this.Controls.Add(this.trackBar2); + this.Controls.Add(this.trackBar1); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.MaximizeBox = false; + this.Name = "NESSoundConfig"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "NES Sound Channels"; + this.Load += new System.EventHandler(this.NESSoundConfig_Load); + ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.Designer.cs b/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.Designer.cs index c3f665692c..29dd1b7e4f 100644 --- a/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/PCE/PCEBGViewer.Designer.cs @@ -285,6 +285,7 @@ this.MainMenuStrip = this.menuStrip1; this.Name = "PCEBGViewer"; this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Background Viewer"; this.Load += new System.EventHandler(this.PCEBGViewer_Load); this.menuStrip1.ResumeLayout(false); diff --git a/BizHawk.Client.EmuHawk/tools/PCE/PCEGraphicsConfig.Designer.cs b/BizHawk.Client.EmuHawk/tools/PCE/PCEGraphicsConfig.Designer.cs index 5f81ef4c1c..59b25b61cd 100644 --- a/BizHawk.Client.EmuHawk/tools/PCE/PCEGraphicsConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/PCE/PCEGraphicsConfig.Designer.cs @@ -28,122 +28,123 @@ /// private void InitializeComponent() { - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.DispBG2 = new System.Windows.Forms.CheckBox(); - this.DispOBJ2 = new System.Windows.Forms.CheckBox(); - this.DispBG1 = new System.Windows.Forms.CheckBox(); - this.DispOBJ1 = new System.Windows.Forms.CheckBox(); - this.groupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // OK - // - this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.OK.DialogResult = System.Windows.Forms.DialogResult.OK; - this.OK.Location = new System.Drawing.Point(213, 105); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 4; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(294, 105); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 5; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.DispBG2); - this.groupBox1.Controls.Add(this.DispOBJ2); - this.groupBox1.Controls.Add(this.DispBG1); - this.groupBox1.Controls.Add(this.DispOBJ1); - this.groupBox1.Location = new System.Drawing.Point(9, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(352, 73); - this.groupBox1.TabIndex = 2; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Background and Sprites"; - // - // DispBG2 - // - this.DispBG2.AutoSize = true; - this.DispBG2.Checked = true; - this.DispBG2.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispBG2.Location = new System.Drawing.Point(108, 43); - this.DispBG2.Name = "DispBG2"; - this.DispBG2.Size = new System.Drawing.Size(84, 17); - this.DispBG2.TabIndex = 3; - this.DispBG2.Text = "Display BG2"; - this.DispBG2.UseVisualStyleBackColor = true; - // - // DispOBJ2 - // - this.DispOBJ2.AutoSize = true; - this.DispOBJ2.Checked = true; - this.DispOBJ2.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispOBJ2.Location = new System.Drawing.Point(108, 21); - this.DispOBJ2.Name = "DispOBJ2"; - this.DispOBJ2.Size = new System.Drawing.Size(89, 17); - this.DispOBJ2.TabIndex = 2; - this.DispOBJ2.Text = "Display OBJ2"; - this.DispOBJ2.UseVisualStyleBackColor = true; - // - // DispBG1 - // - this.DispBG1.AutoSize = true; - this.DispBG1.Checked = true; - this.DispBG1.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispBG1.Location = new System.Drawing.Point(9, 43); - this.DispBG1.Name = "DispBG1"; - this.DispBG1.Size = new System.Drawing.Size(84, 17); - this.DispBG1.TabIndex = 1; - this.DispBG1.Text = "Display BG1"; - this.DispBG1.UseVisualStyleBackColor = true; - // - // DispOBJ1 - // - this.DispOBJ1.AutoSize = true; - this.DispOBJ1.Checked = true; - this.DispOBJ1.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispOBJ1.Location = new System.Drawing.Point(9, 21); - this.DispOBJ1.Name = "DispOBJ1"; - this.DispOBJ1.Size = new System.Drawing.Size(89, 17); - this.DispOBJ1.TabIndex = 0; - this.DispOBJ1.Text = "Display OBJ1"; - this.DispOBJ1.UseVisualStyleBackColor = true; - // - // PCEGraphicsConfig - // - 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(373, 128); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(389, 433); - this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(389, 166); - this.Name = "PCEGraphicsConfig"; - this.ShowIcon = false; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "PCE Graphics Settings"; - this.Load += new System.EventHandler(this.PCEGraphicsConfig_Load); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.ResumeLayout(false); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.DispBG2 = new System.Windows.Forms.CheckBox(); + this.DispOBJ2 = new System.Windows.Forms.CheckBox(); + this.DispBG1 = new System.Windows.Forms.CheckBox(); + this.DispOBJ1 = new System.Windows.Forms.CheckBox(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // OK + // + this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OK.DialogResult = System.Windows.Forms.DialogResult.OK; + this.OK.Location = new System.Drawing.Point(205, 96); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 4; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(286, 96); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 5; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.DispBG2); + this.groupBox1.Controls.Add(this.DispOBJ2); + this.groupBox1.Controls.Add(this.DispBG1); + this.groupBox1.Controls.Add(this.DispOBJ1); + this.groupBox1.Location = new System.Drawing.Point(9, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(352, 73); + this.groupBox1.TabIndex = 2; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Background and Sprites"; + // + // DispBG2 + // + this.DispBG2.AutoSize = true; + this.DispBG2.Checked = true; + this.DispBG2.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispBG2.Location = new System.Drawing.Point(108, 43); + this.DispBG2.Name = "DispBG2"; + this.DispBG2.Size = new System.Drawing.Size(84, 17); + this.DispBG2.TabIndex = 3; + this.DispBG2.Text = "Display BG2"; + this.DispBG2.UseVisualStyleBackColor = true; + // + // DispOBJ2 + // + this.DispOBJ2.AutoSize = true; + this.DispOBJ2.Checked = true; + this.DispOBJ2.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispOBJ2.Location = new System.Drawing.Point(108, 21); + this.DispOBJ2.Name = "DispOBJ2"; + this.DispOBJ2.Size = new System.Drawing.Size(89, 17); + this.DispOBJ2.TabIndex = 2; + this.DispOBJ2.Text = "Display OBJ2"; + this.DispOBJ2.UseVisualStyleBackColor = true; + // + // DispBG1 + // + this.DispBG1.AutoSize = true; + this.DispBG1.Checked = true; + this.DispBG1.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispBG1.Location = new System.Drawing.Point(9, 43); + this.DispBG1.Name = "DispBG1"; + this.DispBG1.Size = new System.Drawing.Size(84, 17); + this.DispBG1.TabIndex = 1; + this.DispBG1.Text = "Display BG1"; + this.DispBG1.UseVisualStyleBackColor = true; + // + // DispOBJ1 + // + this.DispOBJ1.AutoSize = true; + this.DispOBJ1.Checked = true; + this.DispOBJ1.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispOBJ1.Location = new System.Drawing.Point(9, 21); + this.DispOBJ1.Name = "DispOBJ1"; + this.DispOBJ1.Size = new System.Drawing.Size(89, 17); + this.DispOBJ1.TabIndex = 0; + this.DispOBJ1.Text = "Display OBJ1"; + this.DispOBJ1.UseVisualStyleBackColor = true; + // + // PCEGraphicsConfig + // + 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(373, 128); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(389, 433); + this.MinimizeBox = false; + this.MinimumSize = new System.Drawing.Size(389, 166); + this.Name = "PCEGraphicsConfig"; + this.ShowIcon = false; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "PC Engine Graphics Settings"; + this.Load += new System.EventHandler(this.PCEGraphicsConfig_Load); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/SMS/SMSGraphicsConfig.Designer.cs b/BizHawk.Client.EmuHawk/tools/SMS/SMSGraphicsConfig.Designer.cs index 35b3285086..e6793b5018 100644 --- a/BizHawk.Client.EmuHawk/tools/SMS/SMSGraphicsConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/SMS/SMSGraphicsConfig.Designer.cs @@ -28,91 +28,92 @@ /// private void InitializeComponent() { - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.DispOBJ = new System.Windows.Forms.CheckBox(); - this.DispBG = new System.Windows.Forms.CheckBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.groupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // 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(62, 89); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 0; - this.OK.Text = "&Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(143, 89); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 1; - this.Cancel.Text = "&Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - // - // DispOBJ - // - this.DispOBJ.AutoSize = true; - this.DispOBJ.Checked = true; - this.DispOBJ.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispOBJ.Location = new System.Drawing.Point(6, 18); - this.DispOBJ.Name = "DispOBJ"; - this.DispOBJ.Size = new System.Drawing.Size(89, 16); - this.DispOBJ.TabIndex = 2; - this.DispOBJ.Text = "Display OBJ"; - this.DispOBJ.UseVisualStyleBackColor = true; - // - // DispBG - // - this.DispBG.AutoSize = true; - this.DispBG.Checked = true; - this.DispBG.CheckState = System.Windows.Forms.CheckState.Checked; - this.DispBG.Location = new System.Drawing.Point(6, 40); - this.DispBG.Name = "DispBG"; - this.DispBG.Size = new System.Drawing.Size(82, 16); - this.DispBG.TabIndex = 3; - this.DispBG.Text = "Display BG"; - this.DispBG.UseVisualStyleBackColor = true; - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.DispOBJ); - this.groupBox1.Controls.Add(this.DispBG); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(200, 64); - this.groupBox1.TabIndex = 4; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Background and Sprites"; - // - // SMSGraphicsConfig - // - this.AcceptButton = this.OK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.Cancel; - this.ClientSize = new System.Drawing.Size(230, 124); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "SMSGraphicsConfig"; - this.ShowIcon = false; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "SMS Graphics Settings"; - this.Load += new System.EventHandler(this.SMSGraphicsConfig_Load); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.ResumeLayout(false); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.DispOBJ = new System.Windows.Forms.CheckBox(); + this.DispBG = new System.Windows.Forms.CheckBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // 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(62, 96); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 25); + this.OK.TabIndex = 0; + this.OK.Text = "&Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(143, 96); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 25); + this.Cancel.TabIndex = 1; + this.Cancel.Text = "&Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + // + // DispOBJ + // + this.DispOBJ.AutoSize = true; + this.DispOBJ.Checked = true; + this.DispOBJ.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispOBJ.Location = new System.Drawing.Point(6, 20); + this.DispOBJ.Name = "DispOBJ"; + this.DispOBJ.Size = new System.Drawing.Size(83, 18); + this.DispOBJ.TabIndex = 2; + this.DispOBJ.Text = "Display OBJ"; + this.DispOBJ.UseVisualStyleBackColor = true; + // + // DispBG + // + this.DispBG.AutoSize = true; + this.DispBG.Checked = true; + this.DispBG.CheckState = System.Windows.Forms.CheckState.Checked; + this.DispBG.Location = new System.Drawing.Point(6, 43); + this.DispBG.Name = "DispBG"; + this.DispBG.Size = new System.Drawing.Size(78, 18); + this.DispBG.TabIndex = 3; + this.DispBG.Text = "Display BG"; + this.DispBG.UseVisualStyleBackColor = true; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.DispOBJ); + this.groupBox1.Controls.Add(this.DispBG); + this.groupBox1.Location = new System.Drawing.Point(12, 13); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(200, 69); + this.groupBox1.TabIndex = 4; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Background and Sprites"; + // + // SMSGraphicsConfig + // + 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(230, 134); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "SMSGraphicsConfig"; + this.ShowIcon = false; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "SMS Graphics Settings"; + this.Load += new System.EventHandler(this.SMSGraphicsConfig_Load); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.Designer.cs b/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.Designer.cs index e1e80b5c5b..e04c0ccae9 100644 --- a/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/SNES/SNESGameGenie.Designer.cs @@ -28,456 +28,460 @@ /// private void InitializeComponent() { - this.GameGenieCodeBox = new System.Windows.Forms.GroupBox(); - this.GGCodeMaskBox = new System.Windows.Forms.MaskedTextBox(); - this.label3 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.ValueBox = new HexTextBox(); - this.AddressBox = new HexTextBox(); - this.addcheatbt = new System.Windows.Forms.Button(); - this.ButtonPanel = new System.Windows.Forms.Panel(); - this.BF = new System.Windows.Forms.Button(); - this.BD = new System.Windows.Forms.Button(); - this.BB = new System.Windows.Forms.Button(); - this.B9 = new System.Windows.Forms.Button(); - this.B7 = new System.Windows.Forms.Button(); - this.B5 = new System.Windows.Forms.Button(); - this.B3 = new System.Windows.Forms.Button(); - this.BE = new System.Windows.Forms.Button(); - this.B6 = new System.Windows.Forms.Button(); - this.B1 = new System.Windows.Forms.Button(); - this.BC = new System.Windows.Forms.Button(); - this.BA = new System.Windows.Forms.Button(); - this.B8 = new System.Windows.Forms.Button(); - this.B4 = new System.Windows.Forms.Button(); - this.B2 = new System.Windows.Forms.Button(); - this.B0 = new System.Windows.Forms.Button(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.label6 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.ClearButton = new System.Windows.Forms.Button(); - this.menuStrip1 = new MenuStripEx(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.cheatname = new System.Windows.Forms.TextBox(); - this.GameGenieCodeBox.SuspendLayout(); - this.ButtonPanel.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.SuspendLayout(); - // - // GameGenieCodeBox - // - this.GameGenieCodeBox.Controls.Add(this.GGCodeMaskBox); - this.GameGenieCodeBox.Location = new System.Drawing.Point(31, 103); - this.GameGenieCodeBox.Name = "GameGenieCodeBox"; - this.GameGenieCodeBox.Size = new System.Drawing.Size(118, 54); - this.GameGenieCodeBox.TabIndex = 1; - this.GameGenieCodeBox.TabStop = false; - this.GameGenieCodeBox.Text = "Game Genie Code"; - // - // GGCodeMaskBox - // - this.GGCodeMaskBox.Location = new System.Drawing.Point(25, 26); - this.GGCodeMaskBox.Margin = new System.Windows.Forms.Padding(2); - this.GGCodeMaskBox.Mask = ">AAAA-AAAA"; - this.GGCodeMaskBox.Name = "GGCodeMaskBox"; - this.GGCodeMaskBox.Size = new System.Drawing.Size(75, 20); - this.GGCodeMaskBox.TabIndex = 10; - this.GGCodeMaskBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.GGCodeMaskBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals; - this.GGCodeMaskBox.TextChanged += new System.EventHandler(this.GGCodeMaskBox_TextChanged); - this.GGCodeMaskBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GGCodeMaskBox_KeyPress); - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(8, 54); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(34, 13); - this.label3.TabIndex = 5; - this.label3.Text = "Value"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(8, 22); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(45, 13); - this.label1.TabIndex = 3; - this.label1.Text = "Address"; - // - // ValueBox - // - this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.ValueBox.Location = new System.Drawing.Point(105, 50); - this.ValueBox.MaxLength = 2; - this.ValueBox.Name = "ValueBox"; - this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.ValueBox.Size = new System.Drawing.Size(27, 20); - this.ValueBox.TabIndex = 23; - this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged); - // - // AddressBox - // - this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.AddressBox.Location = new System.Drawing.Point(75, 19); - this.AddressBox.MaxLength = 6; - this.AddressBox.Name = "AddressBox"; - this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.AddressBox.Size = new System.Drawing.Size(57, 20); - this.AddressBox.TabIndex = 21; - this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged); - // - // addcheatbt - // - this.addcheatbt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.addcheatbt.Enabled = false; - this.addcheatbt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.addcheatbt.Location = new System.Drawing.Point(85, 163); - this.addcheatbt.Margin = new System.Windows.Forms.Padding(0); - this.addcheatbt.Name = "addcheatbt"; - this.addcheatbt.Size = new System.Drawing.Size(65, 26); - this.addcheatbt.TabIndex = 33; - this.addcheatbt.Text = "&Add Cheat"; - this.addcheatbt.UseVisualStyleBackColor = true; - this.addcheatbt.Click += new System.EventHandler(this.AddCheat_Click); - // - // ButtonPanel - // - this.ButtonPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.ButtonPanel.Controls.Add(this.BF); - this.ButtonPanel.Controls.Add(this.BD); - this.ButtonPanel.Controls.Add(this.BB); - this.ButtonPanel.Controls.Add(this.B9); - this.ButtonPanel.Controls.Add(this.B7); - this.ButtonPanel.Controls.Add(this.B5); - this.ButtonPanel.Controls.Add(this.B3); - this.ButtonPanel.Controls.Add(this.BE); - this.ButtonPanel.Controls.Add(this.B6); - this.ButtonPanel.Controls.Add(this.B1); - this.ButtonPanel.Controls.Add(this.BC); - this.ButtonPanel.Controls.Add(this.BA); - this.ButtonPanel.Controls.Add(this.B8); - this.ButtonPanel.Controls.Add(this.B4); - this.ButtonPanel.Controls.Add(this.B2); - this.ButtonPanel.Controls.Add(this.B0); - this.ButtonPanel.Location = new System.Drawing.Point(35, 30); - this.ButtonPanel.Name = "ButtonPanel"; - this.ButtonPanel.Size = new System.Drawing.Size(240, 67); - this.ButtonPanel.TabIndex = 4; - // - // BF - // - this.BF.Location = new System.Drawing.Point(206, 35); - this.BF.Name = "BF"; - this.BF.Size = new System.Drawing.Size(26, 23); - this.BF.TabIndex = 16; - this.BF.Text = "F"; - this.BF.UseVisualStyleBackColor = true; - this.BF.Click += new System.EventHandler(this.Keypad_Click); - // - // BD - // - this.BD.Location = new System.Drawing.Point(149, 35); - this.BD.Name = "BD"; - this.BD.Size = new System.Drawing.Size(26, 23); - this.BD.TabIndex = 14; - this.BD.Text = "D"; - this.BD.UseVisualStyleBackColor = true; - this.BD.Click += new System.EventHandler(this.Keypad_Click); - // - // BB - // - this.BB.Location = new System.Drawing.Point(91, 35); - this.BB.Name = "BB"; - this.BB.Size = new System.Drawing.Size(26, 23); - this.BB.TabIndex = 12; - this.BB.Text = "B"; - this.BB.UseVisualStyleBackColor = true; - this.BB.Click += new System.EventHandler(this.Keypad_Click); - // - // B9 - // - this.B9.Location = new System.Drawing.Point(34, 35); - this.B9.Name = "B9"; - this.B9.Size = new System.Drawing.Size(26, 23); - this.B9.TabIndex = 10; - this.B9.Text = "9"; - this.B9.UseVisualStyleBackColor = true; - this.B9.Click += new System.EventHandler(this.Keypad_Click); - // - // B7 - // - this.B7.Location = new System.Drawing.Point(206, 5); - this.B7.Name = "B7"; - this.B7.Size = new System.Drawing.Size(26, 23); - this.B7.TabIndex = 8; - this.B7.Text = "7"; - this.B7.UseVisualStyleBackColor = true; - this.B7.Click += new System.EventHandler(this.Keypad_Click); - // - // B5 - // - this.B5.Location = new System.Drawing.Point(149, 6); - this.B5.Name = "B5"; - this.B5.Size = new System.Drawing.Size(26, 23); - this.B5.TabIndex = 6; - this.B5.Text = "5"; - this.B5.UseVisualStyleBackColor = true; - this.B5.Click += new System.EventHandler(this.Keypad_Click); - // - // B3 - // - this.B3.Location = new System.Drawing.Point(91, 6); - this.B3.Name = "B3"; - this.B3.Size = new System.Drawing.Size(26, 23); - this.B3.TabIndex = 4; - this.B3.Text = "3"; - this.B3.UseVisualStyleBackColor = true; - this.B3.Click += new System.EventHandler(this.Keypad_Click); - // - // BE - // - this.BE.Location = new System.Drawing.Point(178, 35); - this.BE.Name = "BE"; - this.BE.Size = new System.Drawing.Size(26, 23); - this.BE.TabIndex = 15; - this.BE.Text = "E"; - this.BE.UseVisualStyleBackColor = true; - this.BE.Click += new System.EventHandler(this.Keypad_Click); - // - // B6 - // - this.B6.Location = new System.Drawing.Point(178, 5); - this.B6.Name = "B6"; - this.B6.Size = new System.Drawing.Size(26, 23); - this.B6.TabIndex = 7; - this.B6.Text = "6"; - this.B6.UseVisualStyleBackColor = true; - this.B6.Click += new System.EventHandler(this.Keypad_Click); - // - // B1 - // - this.B1.Location = new System.Drawing.Point(34, 6); - this.B1.Name = "B1"; - this.B1.Size = new System.Drawing.Size(26, 23); - this.B1.TabIndex = 2; - this.B1.Text = "1"; - this.B1.UseVisualStyleBackColor = true; - this.B1.Click += new System.EventHandler(this.Keypad_Click); - // - // BC - // - this.BC.Location = new System.Drawing.Point(121, 35); - this.BC.Name = "BC"; - this.BC.Size = new System.Drawing.Size(26, 23); - this.BC.TabIndex = 13; - this.BC.Text = "C"; - this.BC.UseVisualStyleBackColor = true; - this.BC.Click += new System.EventHandler(this.Keypad_Click); - // - // BA - // - this.BA.Location = new System.Drawing.Point(63, 35); - this.BA.Name = "BA"; - this.BA.Size = new System.Drawing.Size(26, 23); - this.BA.TabIndex = 11; - this.BA.Text = "A"; - this.BA.UseVisualStyleBackColor = true; - this.BA.Click += new System.EventHandler(this.Keypad_Click); - // - // B8 - // - this.B8.Location = new System.Drawing.Point(6, 35); - this.B8.Name = "B8"; - this.B8.Size = new System.Drawing.Size(26, 23); - this.B8.TabIndex = 9; - this.B8.Text = "8"; - this.B8.UseVisualStyleBackColor = true; - this.B8.Click += new System.EventHandler(this.Keypad_Click); - // - // B4 - // - this.B4.Location = new System.Drawing.Point(121, 6); - this.B4.Name = "B4"; - this.B4.Size = new System.Drawing.Size(26, 23); - this.B4.TabIndex = 5; - this.B4.Text = "4"; - this.B4.UseVisualStyleBackColor = true; - this.B4.Click += new System.EventHandler(this.Keypad_Click); - // - // B2 - // - this.B2.Location = new System.Drawing.Point(63, 6); - this.B2.Name = "B2"; - this.B2.Size = new System.Drawing.Size(26, 23); - this.B2.TabIndex = 3; - this.B2.Text = "2"; - this.B2.UseVisualStyleBackColor = true; - this.B2.Click += new System.EventHandler(this.Keypad_Click); - // - // B0 - // - this.B0.Location = new System.Drawing.Point(6, 5); - this.B0.Name = "B0"; - this.B0.Size = new System.Drawing.Size(26, 23); - this.B0.TabIndex = 1; - this.B0.Text = "0"; - this.B0.UseVisualStyleBackColor = true; - this.B0.Click += new System.EventHandler(this.Keypad_Click); - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.groupBox1.Controls.Add(this.label6); - this.groupBox1.Controls.Add(this.label4); - this.groupBox1.Controls.Add(this.label3); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Controls.Add(this.AddressBox); - this.groupBox1.Controls.Add(this.ValueBox); - this.groupBox1.Location = new System.Drawing.Point(155, 103); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(137, 82); - this.groupBox1.TabIndex = 5; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Decoded Value"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(87, 54); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(18, 13); - this.label6.TabIndex = 9; - this.label6.Text = "0x"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(57, 22); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(18, 13); - this.label4.TabIndex = 7; - this.label4.Text = "0x"; - // - // ClearButton - // - this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.ClearButton.Location = new System.Drawing.Point(31, 163); - this.ClearButton.Margin = new System.Windows.Forms.Padding(2); - this.ClearButton.Name = "ClearButton"; - this.ClearButton.Size = new System.Drawing.Size(52, 26); - this.ClearButton.TabIndex = 32; - this.ClearButton.Text = "&Clear"; - this.ClearButton.UseVisualStyleBackColor = true; - this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.GameGenieCodeBox = new System.Windows.Forms.GroupBox(); + this.GGCodeMaskBox = new System.Windows.Forms.MaskedTextBox(); + this.label3 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.ValueBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.AddressBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.addcheatbt = new System.Windows.Forms.Button(); + this.ButtonPanel = new System.Windows.Forms.Panel(); + this.BF = new System.Windows.Forms.Button(); + this.BD = new System.Windows.Forms.Button(); + this.BB = new System.Windows.Forms.Button(); + this.B9 = new System.Windows.Forms.Button(); + this.B7 = new System.Windows.Forms.Button(); + this.B5 = new System.Windows.Forms.Button(); + this.B3 = new System.Windows.Forms.Button(); + this.BE = new System.Windows.Forms.Button(); + this.B6 = new System.Windows.Forms.Button(); + this.B1 = new System.Windows.Forms.Button(); + this.BC = new System.Windows.Forms.Button(); + this.BA = new System.Windows.Forms.Button(); + this.B8 = new System.Windows.Forms.Button(); + this.B4 = new System.Windows.Forms.Button(); + this.B2 = new System.Windows.Forms.Button(); + this.B0 = new System.Windows.Forms.Button(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.label6 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.ClearButton = new System.Windows.Forms.Button(); + this.menuStrip1 = new MenuStripEx(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.cheatname = new System.Windows.Forms.TextBox(); + this.GameGenieCodeBox.SuspendLayout(); + this.ButtonPanel.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.menuStrip1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.SuspendLayout(); + // + // GameGenieCodeBox + // + this.GameGenieCodeBox.Controls.Add(this.GGCodeMaskBox); + this.GameGenieCodeBox.Location = new System.Drawing.Point(31, 103); + this.GameGenieCodeBox.Name = "GameGenieCodeBox"; + this.GameGenieCodeBox.Size = new System.Drawing.Size(118, 54); + this.GameGenieCodeBox.TabIndex = 1; + this.GameGenieCodeBox.TabStop = false; + this.GameGenieCodeBox.Text = "Game Genie Code"; + // + // GGCodeMaskBox + // + this.GGCodeMaskBox.Location = new System.Drawing.Point(25, 26); + this.GGCodeMaskBox.Margin = new System.Windows.Forms.Padding(2); + this.GGCodeMaskBox.Mask = ">AAAA-AAAA"; + this.GGCodeMaskBox.Name = "GGCodeMaskBox"; + this.GGCodeMaskBox.Size = new System.Drawing.Size(75, 20); + this.GGCodeMaskBox.TabIndex = 10; + this.GGCodeMaskBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.GGCodeMaskBox.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals; + this.GGCodeMaskBox.TextChanged += new System.EventHandler(this.GGCodeMaskBox_TextChanged); + this.GGCodeMaskBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.GGCodeMaskBox_KeyPress); + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(8, 54); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(34, 13); + this.label3.TabIndex = 5; + this.label3.Text = "Value"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(8, 22); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(45, 13); + this.label1.TabIndex = 3; + this.label1.Text = "Address"; + // + // ValueBox + // + this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.ValueBox.Location = new System.Drawing.Point(105, 50); + this.ValueBox.MaxLength = 2; + this.ValueBox.Name = "ValueBox"; + this.ValueBox.Nullable = true; + this.ValueBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.ValueBox.Size = new System.Drawing.Size(27, 20); + this.ValueBox.TabIndex = 23; + this.ValueBox.TextChanged += new System.EventHandler(this.ValueBox_TextChanged); + // + // AddressBox + // + this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.AddressBox.Location = new System.Drawing.Point(75, 19); + this.AddressBox.MaxLength = 6; + this.AddressBox.Name = "AddressBox"; + this.AddressBox.Nullable = true; + this.AddressBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes; + this.AddressBox.Size = new System.Drawing.Size(57, 20); + this.AddressBox.TabIndex = 21; + this.AddressBox.TextChanged += new System.EventHandler(this.AddressBox_TextChanged); + // + // addcheatbt + // + this.addcheatbt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.addcheatbt.Enabled = false; + this.addcheatbt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.addcheatbt.Location = new System.Drawing.Point(85, 163); + this.addcheatbt.Margin = new System.Windows.Forms.Padding(0); + this.addcheatbt.Name = "addcheatbt"; + this.addcheatbt.Size = new System.Drawing.Size(65, 26); + this.addcheatbt.TabIndex = 33; + this.addcheatbt.Text = "&Add Cheat"; + this.addcheatbt.UseVisualStyleBackColor = true; + this.addcheatbt.Click += new System.EventHandler(this.AddCheat_Click); + // + // ButtonPanel + // + this.ButtonPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.ButtonPanel.Controls.Add(this.BF); + this.ButtonPanel.Controls.Add(this.BD); + this.ButtonPanel.Controls.Add(this.BB); + this.ButtonPanel.Controls.Add(this.B9); + this.ButtonPanel.Controls.Add(this.B7); + this.ButtonPanel.Controls.Add(this.B5); + this.ButtonPanel.Controls.Add(this.B3); + this.ButtonPanel.Controls.Add(this.BE); + this.ButtonPanel.Controls.Add(this.B6); + this.ButtonPanel.Controls.Add(this.B1); + this.ButtonPanel.Controls.Add(this.BC); + this.ButtonPanel.Controls.Add(this.BA); + this.ButtonPanel.Controls.Add(this.B8); + this.ButtonPanel.Controls.Add(this.B4); + this.ButtonPanel.Controls.Add(this.B2); + this.ButtonPanel.Controls.Add(this.B0); + this.ButtonPanel.Location = new System.Drawing.Point(35, 30); + this.ButtonPanel.Name = "ButtonPanel"; + this.ButtonPanel.Size = new System.Drawing.Size(240, 67); + this.ButtonPanel.TabIndex = 4; + // + // BF + // + this.BF.Location = new System.Drawing.Point(206, 35); + this.BF.Name = "BF"; + this.BF.Size = new System.Drawing.Size(26, 23); + this.BF.TabIndex = 16; + this.BF.Text = "F"; + this.BF.UseVisualStyleBackColor = true; + this.BF.Click += new System.EventHandler(this.Keypad_Click); + // + // BD + // + this.BD.Location = new System.Drawing.Point(149, 35); + this.BD.Name = "BD"; + this.BD.Size = new System.Drawing.Size(26, 23); + this.BD.TabIndex = 14; + this.BD.Text = "D"; + this.BD.UseVisualStyleBackColor = true; + this.BD.Click += new System.EventHandler(this.Keypad_Click); + // + // BB + // + this.BB.Location = new System.Drawing.Point(91, 35); + this.BB.Name = "BB"; + this.BB.Size = new System.Drawing.Size(26, 23); + this.BB.TabIndex = 12; + this.BB.Text = "B"; + this.BB.UseVisualStyleBackColor = true; + this.BB.Click += new System.EventHandler(this.Keypad_Click); + // + // B9 + // + this.B9.Location = new System.Drawing.Point(34, 35); + this.B9.Name = "B9"; + this.B9.Size = new System.Drawing.Size(26, 23); + this.B9.TabIndex = 10; + this.B9.Text = "9"; + this.B9.UseVisualStyleBackColor = true; + this.B9.Click += new System.EventHandler(this.Keypad_Click); + // + // B7 + // + this.B7.Location = new System.Drawing.Point(206, 5); + this.B7.Name = "B7"; + this.B7.Size = new System.Drawing.Size(26, 23); + this.B7.TabIndex = 8; + this.B7.Text = "7"; + this.B7.UseVisualStyleBackColor = true; + this.B7.Click += new System.EventHandler(this.Keypad_Click); + // + // B5 + // + this.B5.Location = new System.Drawing.Point(149, 6); + this.B5.Name = "B5"; + this.B5.Size = new System.Drawing.Size(26, 23); + this.B5.TabIndex = 6; + this.B5.Text = "5"; + this.B5.UseVisualStyleBackColor = true; + this.B5.Click += new System.EventHandler(this.Keypad_Click); + // + // B3 + // + this.B3.Location = new System.Drawing.Point(91, 6); + this.B3.Name = "B3"; + this.B3.Size = new System.Drawing.Size(26, 23); + this.B3.TabIndex = 4; + this.B3.Text = "3"; + this.B3.UseVisualStyleBackColor = true; + this.B3.Click += new System.EventHandler(this.Keypad_Click); + // + // BE + // + this.BE.Location = new System.Drawing.Point(178, 35); + this.BE.Name = "BE"; + this.BE.Size = new System.Drawing.Size(26, 23); + this.BE.TabIndex = 15; + this.BE.Text = "E"; + this.BE.UseVisualStyleBackColor = true; + this.BE.Click += new System.EventHandler(this.Keypad_Click); + // + // B6 + // + this.B6.Location = new System.Drawing.Point(178, 5); + this.B6.Name = "B6"; + this.B6.Size = new System.Drawing.Size(26, 23); + this.B6.TabIndex = 7; + this.B6.Text = "6"; + this.B6.UseVisualStyleBackColor = true; + this.B6.Click += new System.EventHandler(this.Keypad_Click); + // + // B1 + // + this.B1.Location = new System.Drawing.Point(34, 6); + this.B1.Name = "B1"; + this.B1.Size = new System.Drawing.Size(26, 23); + this.B1.TabIndex = 2; + this.B1.Text = "1"; + this.B1.UseVisualStyleBackColor = true; + this.B1.Click += new System.EventHandler(this.Keypad_Click); + // + // BC + // + this.BC.Location = new System.Drawing.Point(121, 35); + this.BC.Name = "BC"; + this.BC.Size = new System.Drawing.Size(26, 23); + this.BC.TabIndex = 13; + this.BC.Text = "C"; + this.BC.UseVisualStyleBackColor = true; + this.BC.Click += new System.EventHandler(this.Keypad_Click); + // + // BA + // + this.BA.Location = new System.Drawing.Point(63, 35); + this.BA.Name = "BA"; + this.BA.Size = new System.Drawing.Size(26, 23); + this.BA.TabIndex = 11; + this.BA.Text = "A"; + this.BA.UseVisualStyleBackColor = true; + this.BA.Click += new System.EventHandler(this.Keypad_Click); + // + // B8 + // + this.B8.Location = new System.Drawing.Point(6, 35); + this.B8.Name = "B8"; + this.B8.Size = new System.Drawing.Size(26, 23); + this.B8.TabIndex = 9; + this.B8.Text = "8"; + this.B8.UseVisualStyleBackColor = true; + this.B8.Click += new System.EventHandler(this.Keypad_Click); + // + // B4 + // + this.B4.Location = new System.Drawing.Point(121, 6); + this.B4.Name = "B4"; + this.B4.Size = new System.Drawing.Size(26, 23); + this.B4.TabIndex = 5; + this.B4.Text = "4"; + this.B4.UseVisualStyleBackColor = true; + this.B4.Click += new System.EventHandler(this.Keypad_Click); + // + // B2 + // + this.B2.Location = new System.Drawing.Point(63, 6); + this.B2.Name = "B2"; + this.B2.Size = new System.Drawing.Size(26, 23); + this.B2.TabIndex = 3; + this.B2.Text = "2"; + this.B2.UseVisualStyleBackColor = true; + this.B2.Click += new System.EventHandler(this.Keypad_Click); + // + // B0 + // + this.B0.Location = new System.Drawing.Point(6, 5); + this.B0.Name = "B0"; + this.B0.Size = new System.Drawing.Size(26, 23); + this.B0.TabIndex = 1; + this.B0.Text = "0"; + this.B0.UseVisualStyleBackColor = true; + this.B0.Click += new System.EventHandler(this.Keypad_Click); + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.groupBox1.Controls.Add(this.label6); + this.groupBox1.Controls.Add(this.label4); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Controls.Add(this.AddressBox); + this.groupBox1.Controls.Add(this.ValueBox); + this.groupBox1.Location = new System.Drawing.Point(155, 103); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(137, 82); + this.groupBox1.TabIndex = 5; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Decoded Value"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(87, 54); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(18, 13); + this.label6.TabIndex = 9; + this.label6.Text = "0x"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(57, 22); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(18, 13); + this.label4.TabIndex = 7; + this.label4.Text = "0x"; + // + // ClearButton + // + this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.ClearButton.Location = new System.Drawing.Point(31, 163); + this.ClearButton.Margin = new System.Windows.Forms.Padding(2); + this.ClearButton.Name = "ClearButton"; + this.ClearButton.Size = new System.Drawing.Size(52, 26); + this.ClearButton.TabIndex = 32; + this.ClearButton.Text = "&Clear"; + this.ClearButton.UseVisualStyleBackColor = true; + this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.optionsToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(302, 24); - this.menuStrip1.TabIndex = 8; - this.menuStrip1.Text = "menuStrip1"; - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(302, 24); + this.menuStrip1.TabIndex = 8; + this.menuStrip1.Text = "menuStrip1"; + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.autoloadToolStripMenuItem, this.saveWindowPositionToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); - // - // autoloadToolStripMenuItem - // - this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; - this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.autoloadToolStripMenuItem.Text = "Auto-load"; - this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.cheatname); - this.groupBox2.Location = new System.Drawing.Point(31, 197); - this.groupBox2.Margin = new System.Windows.Forms.Padding(2); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(2); - this.groupBox2.Size = new System.Drawing.Size(262, 50); - this.groupBox2.TabIndex = 24; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Cheat Title (Uses GG code if left empty)"; - // - // cheatname - // - this.cheatname.Location = new System.Drawing.Point(18, 23); - this.cheatname.Margin = new System.Windows.Forms.Padding(2); - this.cheatname.Name = "cheatname"; - this.cheatname.Size = new System.Drawing.Size(227, 20); - this.cheatname.TabIndex = 0; - // - // SNESGameGenie - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(302, 261); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.ClearButton); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.ButtonPanel); - this.Controls.Add(this.addcheatbt); - this.Controls.Add(this.GameGenieCodeBox); - this.Controls.Add(this.menuStrip1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; - this.MainMenuStrip = this.menuStrip1; - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(312, 294); - this.MinimumSize = new System.Drawing.Size(312, 294); - this.Name = "SNESGameGenie"; - this.ShowIcon = false; - this.Text = "SNES Game Genie Encoder / Decoder"; - this.GameGenieCodeBox.ResumeLayout(false); - this.GameGenieCodeBox.PerformLayout(); - this.ButtonPanel.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); + // + // autoloadToolStripMenuItem + // + this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; + this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.autoloadToolStripMenuItem.Text = "Auto-load"; + this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.cheatname); + this.groupBox2.Location = new System.Drawing.Point(31, 197); + this.groupBox2.Margin = new System.Windows.Forms.Padding(2); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Padding = new System.Windows.Forms.Padding(2); + this.groupBox2.Size = new System.Drawing.Size(262, 50); + this.groupBox2.TabIndex = 24; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Cheat Title (Uses GG code if left empty)"; + // + // cheatname + // + this.cheatname.Location = new System.Drawing.Point(18, 23); + this.cheatname.Margin = new System.Windows.Forms.Padding(2); + this.cheatname.Name = "cheatname"; + this.cheatname.Size = new System.Drawing.Size(227, 20); + this.cheatname.TabIndex = 0; + // + // SNESGameGenie + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(302, 262); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.ClearButton); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.ButtonPanel); + this.Controls.Add(this.addcheatbt); + this.Controls.Add(this.GameGenieCodeBox); + this.Controls.Add(this.menuStrip1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; + this.MainMenuStrip = this.menuStrip1; + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(312, 294); + this.MinimumSize = new System.Drawing.Size(312, 294); + this.Name = "SNESGameGenie"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "SNES Game Genie Encoder / Decoder"; + this.GameGenieCodeBox.ResumeLayout(false); + this.GameGenieCodeBox.PerformLayout(); + this.ButtonPanel.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.Designer.cs b/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.Designer.cs index 68969954e0..8e0925db81 100644 --- a/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/SNES/SNESGraphicsDebugger.Designer.cs @@ -2703,6 +2703,7 @@ this.MainMenuStrip = this.menuStrip1; this.Name = "SNESGraphicsDebugger"; this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Graphics Debugger"; this.Load += new System.EventHandler(this.SNESGraphicsDebugger_Load); this.menuStrip1.ResumeLayout(false); diff --git a/BizHawk.Client.EmuHawk/tools/SNES/SNESOptions.Designer.cs b/BizHawk.Client.EmuHawk/tools/SNES/SNESOptions.Designer.cs index 3dd8ede28e..539d79fa5a 100644 --- a/BizHawk.Client.EmuHawk/tools/SNES/SNESOptions.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/SNES/SNESOptions.Designer.cs @@ -28,133 +28,134 @@ /// private void InitializeComponent() { - this.btnOk = new System.Windows.Forms.Button(); - this.btnCancel = new System.Windows.Forms.Button(); - this.rbCompatibility = new System.Windows.Forms.RadioButton(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.rbPerformance = new System.Windows.Forms.RadioButton(); - this.cbRingbuf = new System.Windows.Forms.CheckBox(); - this.label1 = new System.Windows.Forms.Label(); - this.cbDoubleSize = new System.Windows.Forms.CheckBox(); - this.label2 = new System.Windows.Forms.Label(); - this.groupBox1.SuspendLayout(); - this.SuspendLayout(); - // - // btnOk - // - this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnOk.Location = new System.Drawing.Point(141, 249); - this.btnOk.Name = "btnOk"; - this.btnOk.Size = new System.Drawing.Size(75, 23); - this.btnOk.TabIndex = 0; - this.btnOk.Text = "OK"; - this.btnOk.UseVisualStyleBackColor = true; - this.btnOk.Click += new System.EventHandler(this.btnOk_Click); - // - // btnCancel - // - this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(222, 249); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 1; - this.btnCancel.Text = "Cancel"; - this.btnCancel.UseVisualStyleBackColor = true; - this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); - // - // rbCompatibility - // - this.rbCompatibility.AutoSize = true; - this.rbCompatibility.Location = new System.Drawing.Point(6, 19); - this.rbCompatibility.Name = "rbCompatibility"; - this.rbCompatibility.Size = new System.Drawing.Size(83, 17); - this.rbCompatibility.TabIndex = 2; - this.rbCompatibility.TabStop = true; - this.rbCompatibility.Text = "Compatibility"; - this.rbCompatibility.UseVisualStyleBackColor = true; - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.rbPerformance); - this.groupBox1.Controls.Add(this.rbCompatibility); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(277, 70); - this.groupBox1.TabIndex = 3; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Core Selection"; - // - // rbPerformance - // - this.rbPerformance.AutoSize = true; - this.rbPerformance.Location = new System.Drawing.Point(6, 42); - this.rbPerformance.Name = "rbPerformance"; - this.rbPerformance.Size = new System.Drawing.Size(202, 17); - this.rbPerformance.TabIndex = 3; - this.rbPerformance.TabStop = true; - this.rbPerformance.Text = "Performance (only for casual gaming!)"; - this.rbPerformance.UseVisualStyleBackColor = true; - // - // cbRingbuf - // - this.cbRingbuf.AutoSize = true; - this.cbRingbuf.Location = new System.Drawing.Point(18, 97); - this.cbRingbuf.Name = "cbRingbuf"; - this.cbRingbuf.Size = new System.Drawing.Size(115, 17); - this.cbRingbuf.TabIndex = 4; - this.cbRingbuf.Text = "Use Ring Buffer IO"; - this.cbRingbuf.UseVisualStyleBackColor = true; - // - // label1 - // - this.label1.Location = new System.Drawing.Point(34, 117); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(254, 45); - this.label1.TabIndex = 5; - this.label1.Text = "This was designed as an optimization but it isn\'t clear whether it works. Feel fr" + + this.btnOk = new System.Windows.Forms.Button(); + this.btnCancel = new System.Windows.Forms.Button(); + this.rbCompatibility = new System.Windows.Forms.RadioButton(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.rbPerformance = new System.Windows.Forms.RadioButton(); + this.cbRingbuf = new System.Windows.Forms.CheckBox(); + this.label1 = new System.Windows.Forms.Label(); + this.cbDoubleSize = new System.Windows.Forms.CheckBox(); + this.label2 = new System.Windows.Forms.Label(); + this.groupBox1.SuspendLayout(); + this.SuspendLayout(); + // + // btnOk + // + this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnOk.Location = new System.Drawing.Point(141, 249); + this.btnOk.Name = "btnOk"; + this.btnOk.Size = new System.Drawing.Size(75, 23); + this.btnOk.TabIndex = 0; + this.btnOk.Text = "OK"; + this.btnOk.UseVisualStyleBackColor = true; + this.btnOk.Click += new System.EventHandler(this.btnOk_Click); + // + // btnCancel + // + this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnCancel.Location = new System.Drawing.Point(222, 249); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.Size = new System.Drawing.Size(75, 23); + this.btnCancel.TabIndex = 1; + this.btnCancel.Text = "Cancel"; + this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); + // + // rbCompatibility + // + this.rbCompatibility.AutoSize = true; + this.rbCompatibility.Location = new System.Drawing.Point(6, 19); + this.rbCompatibility.Name = "rbCompatibility"; + this.rbCompatibility.Size = new System.Drawing.Size(83, 17); + this.rbCompatibility.TabIndex = 2; + this.rbCompatibility.TabStop = true; + this.rbCompatibility.Text = "Compatibility"; + this.rbCompatibility.UseVisualStyleBackColor = true; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.rbPerformance); + this.groupBox1.Controls.Add(this.rbCompatibility); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(277, 70); + this.groupBox1.TabIndex = 3; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Core Selection"; + // + // rbPerformance + // + this.rbPerformance.AutoSize = true; + this.rbPerformance.Location = new System.Drawing.Point(6, 42); + this.rbPerformance.Name = "rbPerformance"; + this.rbPerformance.Size = new System.Drawing.Size(202, 17); + this.rbPerformance.TabIndex = 3; + this.rbPerformance.TabStop = true; + this.rbPerformance.Text = "Performance (only for casual gaming!)"; + this.rbPerformance.UseVisualStyleBackColor = true; + // + // cbRingbuf + // + this.cbRingbuf.AutoSize = true; + this.cbRingbuf.Location = new System.Drawing.Point(18, 97); + this.cbRingbuf.Name = "cbRingbuf"; + this.cbRingbuf.Size = new System.Drawing.Size(115, 17); + this.cbRingbuf.TabIndex = 4; + this.cbRingbuf.Text = "Use Ring Buffer IO"; + this.cbRingbuf.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.Location = new System.Drawing.Point(34, 117); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(254, 45); + this.label1.TabIndex = 5; + this.label1.Text = "This was designed as an optimization but it isn\'t clear whether it works. Feel fr" + "ee to try different settings and let us know the results."; - // - // cbDoubleSize - // - this.cbDoubleSize.AutoSize = true; - this.cbDoubleSize.Location = new System.Drawing.Point(18, 165); - this.cbDoubleSize.Name = "cbDoubleSize"; - this.cbDoubleSize.Size = new System.Drawing.Size(178, 17); - this.cbDoubleSize.TabIndex = 6; - this.cbDoubleSize.Text = "Always Double-Size Framebuffer"; - this.cbDoubleSize.UseVisualStyleBackColor = true; - // - // label2 - // - this.label2.Location = new System.Drawing.Point(36, 186); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(254, 45); - this.label2.TabIndex = 7; - this.label2.Text = "Some games are changing the resolution constantly (e.g. SD3) so this option can f" + + // + // cbDoubleSize + // + this.cbDoubleSize.AutoSize = true; + this.cbDoubleSize.Location = new System.Drawing.Point(18, 165); + this.cbDoubleSize.Name = "cbDoubleSize"; + this.cbDoubleSize.Size = new System.Drawing.Size(178, 17); + this.cbDoubleSize.TabIndex = 6; + this.cbDoubleSize.Text = "Always Double-Size Framebuffer"; + this.cbDoubleSize.UseVisualStyleBackColor = true; + // + // label2 + // + this.label2.Location = new System.Drawing.Point(36, 186); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(254, 45); + this.label2.TabIndex = 7; + this.label2.Text = "Some games are changing the resolution constantly (e.g. SD3) so this option can f" + "orce the SNES output to stay double-size always."; - // - // SNESOptions - // - this.AcceptButton = this.btnOk; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.btnCancel; - this.ClientSize = new System.Drawing.Size(300, 275); - this.Controls.Add(this.label2); - this.Controls.Add(this.cbDoubleSize); - this.Controls.Add(this.label1); - this.Controls.Add(this.cbRingbuf); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.btnCancel); - this.Controls.Add(this.btnOk); - this.Name = "SNESOptions"; - this.ShowIcon = false; - this.Text = "SNES Options"; - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + // + // SNESOptions + // + this.AcceptButton = this.btnOk; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnCancel; + this.ClientSize = new System.Drawing.Size(300, 275); + this.Controls.Add(this.label2); + this.Controls.Add(this.cbDoubleSize); + this.Controls.Add(this.label1); + this.Controls.Add(this.cbRingbuf); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.btnOk); + this.Name = "SNESOptions"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "SNES Options"; + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/Saturn/SaturnPrefs.Designer.cs b/BizHawk.Client.EmuHawk/tools/Saturn/SaturnPrefs.Designer.cs index fd4a788cf3..a4ff6a889d 100644 --- a/BizHawk.Client.EmuHawk/tools/Saturn/SaturnPrefs.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Saturn/SaturnPrefs.Designer.cs @@ -28,225 +28,226 @@ /// private void InitializeComponent() { - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.radioButtonGL = new System.Windows.Forms.RadioButton(); - this.radioButtonSoft = new System.Windows.Forms.RadioButton(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.label1 = new System.Windows.Forms.Label(); - this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); - this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); - this.numericUpDownFactor = new System.Windows.Forms.NumericUpDown(); - this.radioButtonFree = new System.Windows.Forms.RadioButton(); - this.radioButtonFactor = new System.Windows.Forms.RadioButton(); - this.buttonOK = new System.Windows.Forms.Button(); - this.buttonCancel = new System.Windows.Forms.Button(); - this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFactor)).BeginInit(); - this.SuspendLayout(); - // - // groupBox1 - // - this.groupBox1.Controls.Add(this.radioButtonGL); - this.groupBox1.Controls.Add(this.radioButtonSoft); - this.groupBox1.Location = new System.Drawing.Point(12, 12); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(111, 100); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Render Type"; - // - // radioButtonGL - // - this.radioButtonGL.AutoSize = true; - this.radioButtonGL.Location = new System.Drawing.Point(6, 42); - this.radioButtonGL.Name = "radioButtonGL"; - this.radioButtonGL.Size = new System.Drawing.Size(68, 17); - this.radioButtonGL.TabIndex = 1; - this.radioButtonGL.TabStop = true; - this.radioButtonGL.Text = "Open GL"; - this.radioButtonGL.UseVisualStyleBackColor = true; - // - // radioButtonSoft - // - this.radioButtonSoft.AutoSize = true; - this.radioButtonSoft.Location = new System.Drawing.Point(6, 19); - this.radioButtonSoft.Name = "radioButtonSoft"; - this.radioButtonSoft.Size = new System.Drawing.Size(67, 17); - this.radioButtonSoft.TabIndex = 0; - this.radioButtonSoft.TabStop = true; - this.radioButtonSoft.Text = "Software"; - this.radioButtonSoft.UseVisualStyleBackColor = true; - this.radioButtonSoft.CheckedChanged += new System.EventHandler(this.radioButtonSoft_CheckedChanged); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.label1); - this.groupBox2.Controls.Add(this.numericUpDown2); - this.groupBox2.Controls.Add(this.numericUpDown1); - this.groupBox2.Controls.Add(this.numericUpDownFactor); - this.groupBox2.Controls.Add(this.radioButtonFree); - this.groupBox2.Controls.Add(this.radioButtonFactor); - this.groupBox2.Location = new System.Drawing.Point(129, 12); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(215, 100); - this.groupBox2.TabIndex = 1; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Render Resolution"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(134, 48); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(14, 13); - this.label1.TabIndex = 5; - this.label1.Text = "X"; - // - // numericUpDown2 - // - this.numericUpDown2.Increment = new decimal(new int[] { + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.radioButtonGL = new System.Windows.Forms.RadioButton(); + this.radioButtonSoft = new System.Windows.Forms.RadioButton(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label1 = new System.Windows.Forms.Label(); + this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); + this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); + this.numericUpDownFactor = new System.Windows.Forms.NumericUpDown(); + this.radioButtonFree = new System.Windows.Forms.RadioButton(); + this.radioButtonFactor = new System.Windows.Forms.RadioButton(); + this.buttonOK = new System.Windows.Forms.Button(); + this.buttonCancel = new System.Windows.Forms.Button(); + this.groupBox1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFactor)).BeginInit(); + this.SuspendLayout(); + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.radioButtonGL); + this.groupBox1.Controls.Add(this.radioButtonSoft); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(111, 100); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Render Type"; + // + // radioButtonGL + // + this.radioButtonGL.AutoSize = true; + this.radioButtonGL.Location = new System.Drawing.Point(6, 42); + this.radioButtonGL.Name = "radioButtonGL"; + this.radioButtonGL.Size = new System.Drawing.Size(68, 17); + this.radioButtonGL.TabIndex = 1; + this.radioButtonGL.TabStop = true; + this.radioButtonGL.Text = "Open GL"; + this.radioButtonGL.UseVisualStyleBackColor = true; + // + // radioButtonSoft + // + this.radioButtonSoft.AutoSize = true; + this.radioButtonSoft.Location = new System.Drawing.Point(6, 19); + this.radioButtonSoft.Name = "radioButtonSoft"; + this.radioButtonSoft.Size = new System.Drawing.Size(67, 17); + this.radioButtonSoft.TabIndex = 0; + this.radioButtonSoft.TabStop = true; + this.radioButtonSoft.Text = "Software"; + this.radioButtonSoft.UseVisualStyleBackColor = true; + this.radioButtonSoft.CheckedChanged += new System.EventHandler(this.radioButtonSoft_CheckedChanged); + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.label1); + this.groupBox2.Controls.Add(this.numericUpDown2); + this.groupBox2.Controls.Add(this.numericUpDown1); + this.groupBox2.Controls.Add(this.numericUpDownFactor); + this.groupBox2.Controls.Add(this.radioButtonFree); + this.groupBox2.Controls.Add(this.radioButtonFactor); + this.groupBox2.Location = new System.Drawing.Point(129, 12); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(215, 100); + this.groupBox2.TabIndex = 1; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Render Resolution"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(134, 48); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(14, 13); + this.label1.TabIndex = 5; + this.label1.Text = "X"; + // + // numericUpDown2 + // + this.numericUpDown2.Increment = new decimal(new int[] { 8, 0, 0, 0}); - this.numericUpDown2.Location = new System.Drawing.Point(154, 44); - this.numericUpDown2.Maximum = new decimal(new int[] { + this.numericUpDown2.Location = new System.Drawing.Point(154, 44); + this.numericUpDown2.Maximum = new decimal(new int[] { 1024, 0, 0, 0}); - this.numericUpDown2.Minimum = new decimal(new int[] { + this.numericUpDown2.Minimum = new decimal(new int[] { 224, 0, 0, 0}); - this.numericUpDown2.Name = "numericUpDown2"; - this.numericUpDown2.Size = new System.Drawing.Size(53, 20); - this.numericUpDown2.TabIndex = 4; - this.numericUpDown2.Value = new decimal(new int[] { + this.numericUpDown2.Name = "numericUpDown2"; + this.numericUpDown2.Size = new System.Drawing.Size(53, 20); + this.numericUpDown2.TabIndex = 4; + this.numericUpDown2.Value = new decimal(new int[] { 224, 0, 0, 0}); - // - // numericUpDown1 - // - this.numericUpDown1.Increment = new decimal(new int[] { + // + // numericUpDown1 + // + this.numericUpDown1.Increment = new decimal(new int[] { 8, 0, 0, 0}); - this.numericUpDown1.Location = new System.Drawing.Point(75, 44); - this.numericUpDown1.Maximum = new decimal(new int[] { + this.numericUpDown1.Location = new System.Drawing.Point(75, 44); + this.numericUpDown1.Maximum = new decimal(new int[] { 2048, 0, 0, 0}); - this.numericUpDown1.Minimum = new decimal(new int[] { + this.numericUpDown1.Minimum = new decimal(new int[] { 320, 0, 0, 0}); - this.numericUpDown1.Name = "numericUpDown1"; - this.numericUpDown1.Size = new System.Drawing.Size(53, 20); - this.numericUpDown1.TabIndex = 3; - this.numericUpDown1.Value = new decimal(new int[] { + this.numericUpDown1.Name = "numericUpDown1"; + this.numericUpDown1.Size = new System.Drawing.Size(53, 20); + this.numericUpDown1.TabIndex = 3; + this.numericUpDown1.Value = new decimal(new int[] { 320, 0, 0, 0}); - // - // numericUpDownFactor - // - this.numericUpDownFactor.Location = new System.Drawing.Point(119, 19); - this.numericUpDownFactor.Maximum = new decimal(new int[] { + // + // numericUpDownFactor + // + this.numericUpDownFactor.Location = new System.Drawing.Point(119, 19); + this.numericUpDownFactor.Maximum = new decimal(new int[] { 4, 0, 0, 0}); - this.numericUpDownFactor.Minimum = new decimal(new int[] { + this.numericUpDownFactor.Minimum = new decimal(new int[] { 1, 0, 0, 0}); - this.numericUpDownFactor.Name = "numericUpDownFactor"; - this.numericUpDownFactor.Size = new System.Drawing.Size(64, 20); - this.numericUpDownFactor.TabIndex = 2; - this.numericUpDownFactor.Value = new decimal(new int[] { + this.numericUpDownFactor.Name = "numericUpDownFactor"; + this.numericUpDownFactor.Size = new System.Drawing.Size(64, 20); + this.numericUpDownFactor.TabIndex = 2; + this.numericUpDownFactor.Value = new decimal(new int[] { 1, 0, 0, 0}); - // - // radioButtonFree - // - this.radioButtonFree.AutoSize = true; - this.radioButtonFree.Location = new System.Drawing.Point(6, 46); - this.radioButtonFree.Name = "radioButtonFree"; - this.radioButtonFree.Size = new System.Drawing.Size(63, 17); - this.radioButtonFree.TabIndex = 1; - this.radioButtonFree.TabStop = true; - this.radioButtonFree.Text = "Specific"; - this.radioButtonFree.UseVisualStyleBackColor = true; - // - // radioButtonFactor - // - this.radioButtonFactor.AutoSize = true; - this.radioButtonFactor.Location = new System.Drawing.Point(6, 19); - this.radioButtonFactor.Name = "radioButtonFactor"; - this.radioButtonFactor.Size = new System.Drawing.Size(107, 17); - this.radioButtonFactor.TabIndex = 0; - this.radioButtonFactor.TabStop = true; - this.radioButtonFactor.Text = "Multiple of Native"; - this.radioButtonFactor.UseVisualStyleBackColor = true; - this.radioButtonFactor.CheckedChanged += new System.EventHandler(this.radioButtonFactor_CheckedChanged); - // - // buttonOK - // - this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; - this.buttonOK.Location = new System.Drawing.Point(187, 120); - this.buttonOK.Name = "buttonOK"; - this.buttonOK.Size = new System.Drawing.Size(75, 23); - this.buttonOK.TabIndex = 2; - this.buttonOK.Text = "OK"; - this.buttonOK.UseVisualStyleBackColor = true; - this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); - // - // buttonCancel - // - this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.buttonCancel.Location = new System.Drawing.Point(268, 120); - this.buttonCancel.Name = "buttonCancel"; - this.buttonCancel.Size = new System.Drawing.Size(75, 23); - this.buttonCancel.TabIndex = 3; - this.buttonCancel.Text = "Cancel"; - this.buttonCancel.UseVisualStyleBackColor = true; - // - // SaturnPrefs - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(355, 155); - this.Controls.Add(this.buttonCancel); - this.Controls.Add(this.buttonOK); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.groupBox1); - this.Name = "SaturnPrefs"; - this.ShowIcon = false; - this.Text = "Preferences"; - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFactor)).EndInit(); - this.ResumeLayout(false); + // + // radioButtonFree + // + this.radioButtonFree.AutoSize = true; + this.radioButtonFree.Location = new System.Drawing.Point(6, 46); + this.radioButtonFree.Name = "radioButtonFree"; + this.radioButtonFree.Size = new System.Drawing.Size(63, 17); + this.radioButtonFree.TabIndex = 1; + this.radioButtonFree.TabStop = true; + this.radioButtonFree.Text = "Specific"; + this.radioButtonFree.UseVisualStyleBackColor = true; + // + // radioButtonFactor + // + this.radioButtonFactor.AutoSize = true; + this.radioButtonFactor.Location = new System.Drawing.Point(6, 19); + this.radioButtonFactor.Name = "radioButtonFactor"; + this.radioButtonFactor.Size = new System.Drawing.Size(107, 17); + this.radioButtonFactor.TabIndex = 0; + this.radioButtonFactor.TabStop = true; + this.radioButtonFactor.Text = "Multiple of Native"; + this.radioButtonFactor.UseVisualStyleBackColor = true; + this.radioButtonFactor.CheckedChanged += new System.EventHandler(this.radioButtonFactor_CheckedChanged); + // + // buttonOK + // + this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; + this.buttonOK.Location = new System.Drawing.Point(187, 122); + this.buttonOK.Name = "buttonOK"; + this.buttonOK.Size = new System.Drawing.Size(75, 23); + this.buttonOK.TabIndex = 2; + this.buttonOK.Text = "OK"; + this.buttonOK.UseVisualStyleBackColor = true; + this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); + // + // buttonCancel + // + this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.buttonCancel.Location = new System.Drawing.Point(268, 122); + this.buttonCancel.Name = "buttonCancel"; + this.buttonCancel.Size = new System.Drawing.Size(75, 23); + this.buttonCancel.TabIndex = 3; + this.buttonCancel.Text = "Cancel"; + this.buttonCancel.UseVisualStyleBackColor = true; + // + // SaturnPrefs + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(355, 155); + this.Controls.Add(this.buttonCancel); + this.Controls.Add(this.buttonOK); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.groupBox1); + this.Name = "SaturnPrefs"; + this.ShowIcon = false; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Preferences"; + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFactor)).EndInit(); + this.ResumeLayout(false); } diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio.Designer.cs index d4237096dd..5eb59120d6 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio.Designer.cs @@ -33,98 +33,99 @@ namespace BizHawk.Client.EmuHawk /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TAStudio)); - this.menuStrip1 = new MenuStripEx(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveProjectAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.nToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.importTASFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.clearToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); - this.deleteFramesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.cloneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.insertFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.insertNumFramesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); - this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pasteInsertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); - this.truncateMovieToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.clearVirtualPadsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.updatePadsOnMovePlaybackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.restoreWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ReadOnlyCheckBox = new System.Windows.Forms.CheckBox(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.clearToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); - this.ContextMenu_Delete = new System.Windows.Forms.ToolStripMenuItem(); - this.cloneToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.ContextMenu_Insert = new System.Windows.Forms.ToolStripMenuItem(); - this.insertFramesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripItem_SelectAll = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); - this.truncateMovieToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.ClipboardDisplay = new System.Windows.Forms.Label(); - this.SelectionDisplay = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.toolStrip1 = new ToolStripEx(); - this.RewindToBeginning = new System.Windows.Forms.ToolStripButton(); - this.RewindButton = new System.Windows.Forms.ToolStripButton(); - this.PauseButton = new System.Windows.Forms.ToolStripButton(); - this.FrameAdvanceButton = new System.Windows.Forms.ToolStripButton(); - this.FastForward = new System.Windows.Forms.ToolStripButton(); - this.TurboFastForward = new System.Windows.Forms.ToolStripButton(); - this.FastFowardToEnd = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); - this.StopButton = new System.Windows.Forms.ToolStripButton(); - this.TASView = new VirtualListView(); - this.Frame = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.Log = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.VisualizerBox = new System.Windows.Forms.GroupBox(); - this.button1 = new System.Windows.Forms.Button(); - this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.menuStrip1.SuspendLayout(); - this.contextMenuStrip1.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.toolStrip1.SuspendLayout(); - this.VisualizerBox.SuspendLayout(); - this.SuspendLayout(); - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TAStudio)); + this.menuStrip1 = new MenuStripEx(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveProjectAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.nToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.importTASFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.clearToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); + this.deleteFramesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.cloneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.insertFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.insertNumFramesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); + this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pasteInsertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); + this.truncateMovieToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.clearVirtualPadsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.updatePadsOnMovePlaybackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.restoreWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ReadOnlyCheckBox = new System.Windows.Forms.CheckBox(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.clearToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); + this.ContextMenu_Delete = new System.Windows.Forms.ToolStripMenuItem(); + this.cloneToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.ContextMenu_Insert = new System.Windows.Forms.ToolStripMenuItem(); + this.insertFramesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripItem_SelectAll = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); + this.truncateMovieToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.ClipboardDisplay = new System.Windows.Forms.Label(); + this.SelectionDisplay = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.toolStrip1 = new ToolStripEx(); + this.RewindToBeginning = new System.Windows.Forms.ToolStripButton(); + this.RewindButton = new System.Windows.Forms.ToolStripButton(); + this.PauseButton = new System.Windows.Forms.ToolStripButton(); + this.FrameAdvanceButton = new System.Windows.Forms.ToolStripButton(); + this.FastForward = new System.Windows.Forms.ToolStripButton(); + this.TurboFastForward = new System.Windows.Forms.ToolStripButton(); + this.FastFowardToEnd = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); + this.StopButton = new System.Windows.Forms.ToolStripButton(); + this.TASView = new BizHawk.Client.EmuHawk.VirtualListView(); + this.Frame = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.Log = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.VisualizerBox = new System.Windows.Forms.GroupBox(); + this.button1 = new System.Windows.Forms.Button(); + this.menuStrip1.SuspendLayout(); + this.contextMenuStrip1.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.VisualizerBox.SuspendLayout(); + this.SuspendLayout(); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.settingsToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(586, 24); - this.menuStrip1.TabIndex = 0; - this.menuStrip1.Text = "menuStrip1"; - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(586, 24); + this.menuStrip1.TabIndex = 0; + this.menuStrip1.Text = "menuStrip1"; + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newProjectToolStripMenuItem, this.openProjectToolStripMenuItem, this.saveProjectToolStripMenuItem, @@ -134,95 +135,95 @@ namespace BizHawk.Client.EmuHawk this.importTASFileToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); - this.fileToolStripMenuItem.Text = "&File"; - // - // newProjectToolStripMenuItem - // - this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem"; - this.newProjectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); - this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(186, 22); - this.newProjectToolStripMenuItem.Text = "New Project"; - this.newProjectToolStripMenuItem.Click += new System.EventHandler(this.newProjectToolStripMenuItem_Click); - // - // openProjectToolStripMenuItem - // - this.openProjectToolStripMenuItem.Name = "openProjectToolStripMenuItem"; - this.openProjectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); - this.openProjectToolStripMenuItem.Size = new System.Drawing.Size(186, 22); - this.openProjectToolStripMenuItem.Text = "&Open Project"; - this.openProjectToolStripMenuItem.Click += new System.EventHandler(this.openProjectToolStripMenuItem_Click); - // - // saveProjectToolStripMenuItem - // - this.saveProjectToolStripMenuItem.Name = "saveProjectToolStripMenuItem"; - this.saveProjectToolStripMenuItem.Size = new System.Drawing.Size(186, 22); - this.saveProjectToolStripMenuItem.Text = "&Save Project"; - this.saveProjectToolStripMenuItem.Click += new System.EventHandler(this.saveProjectToolStripMenuItem_Click); - // - // saveProjectAsToolStripMenuItem - // - this.saveProjectAsToolStripMenuItem.Name = "saveProjectAsToolStripMenuItem"; - this.saveProjectAsToolStripMenuItem.Size = new System.Drawing.Size(186, 22); - this.saveProjectAsToolStripMenuItem.Text = "Save Project As"; - this.saveProjectAsToolStripMenuItem.Click += new System.EventHandler(this.saveProjectAsToolStripMenuItem_Click); - // - // recentToolStripMenuItem - // - this.recentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "&File"; + // + // newProjectToolStripMenuItem + // + this.newProjectToolStripMenuItem.Name = "newProjectToolStripMenuItem"; + this.newProjectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); + this.newProjectToolStripMenuItem.Size = new System.Drawing.Size(186, 22); + this.newProjectToolStripMenuItem.Text = "New Project"; + this.newProjectToolStripMenuItem.Click += new System.EventHandler(this.newProjectToolStripMenuItem_Click); + // + // openProjectToolStripMenuItem + // + this.openProjectToolStripMenuItem.Name = "openProjectToolStripMenuItem"; + this.openProjectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); + this.openProjectToolStripMenuItem.Size = new System.Drawing.Size(186, 22); + this.openProjectToolStripMenuItem.Text = "&Open Project"; + this.openProjectToolStripMenuItem.Click += new System.EventHandler(this.openProjectToolStripMenuItem_Click); + // + // saveProjectToolStripMenuItem + // + this.saveProjectToolStripMenuItem.Name = "saveProjectToolStripMenuItem"; + this.saveProjectToolStripMenuItem.Size = new System.Drawing.Size(186, 22); + this.saveProjectToolStripMenuItem.Text = "&Save Project"; + this.saveProjectToolStripMenuItem.Click += new System.EventHandler(this.saveProjectToolStripMenuItem_Click); + // + // saveProjectAsToolStripMenuItem + // + this.saveProjectAsToolStripMenuItem.Name = "saveProjectAsToolStripMenuItem"; + this.saveProjectAsToolStripMenuItem.Size = new System.Drawing.Size(186, 22); + this.saveProjectAsToolStripMenuItem.Text = "Save Project As"; + this.saveProjectAsToolStripMenuItem.Click += new System.EventHandler(this.saveProjectAsToolStripMenuItem_Click); + // + // recentToolStripMenuItem + // + this.recentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nToolStripMenuItem, this.toolStripSeparator3, this.clearToolStripMenuItem}); - this.recentToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; - this.recentToolStripMenuItem.Name = "recentToolStripMenuItem"; - this.recentToolStripMenuItem.Size = new System.Drawing.Size(186, 22); - this.recentToolStripMenuItem.Text = "Recent"; - // - // nToolStripMenuItem - // - this.nToolStripMenuItem.Name = "nToolStripMenuItem"; - this.nToolStripMenuItem.Size = new System.Drawing.Size(103, 22); - this.nToolStripMenuItem.Text = "None"; - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(100, 6); - // - // clearToolStripMenuItem - // - this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; - this.clearToolStripMenuItem.Size = new System.Drawing.Size(103, 22); - this.clearToolStripMenuItem.Text = "Clear"; - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(183, 6); - // - // importTASFileToolStripMenuItem - // - this.importTASFileToolStripMenuItem.Name = "importTASFileToolStripMenuItem"; - this.importTASFileToolStripMenuItem.Size = new System.Drawing.Size(186, 22); - this.importTASFileToolStripMenuItem.Text = "Import TAS file"; - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(183, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(186, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // editToolStripMenuItem - // - this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.recentToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; + this.recentToolStripMenuItem.Name = "recentToolStripMenuItem"; + this.recentToolStripMenuItem.Size = new System.Drawing.Size(186, 22); + this.recentToolStripMenuItem.Text = "Recent"; + // + // nToolStripMenuItem + // + this.nToolStripMenuItem.Name = "nToolStripMenuItem"; + this.nToolStripMenuItem.Size = new System.Drawing.Size(103, 22); + this.nToolStripMenuItem.Text = "None"; + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(100, 6); + // + // clearToolStripMenuItem + // + this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; + this.clearToolStripMenuItem.Size = new System.Drawing.Size(103, 22); + this.clearToolStripMenuItem.Text = "Clear"; + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(183, 6); + // + // importTASFileToolStripMenuItem + // + this.importTASFileToolStripMenuItem.Name = "importTASFileToolStripMenuItem"; + this.importTASFileToolStripMenuItem.Size = new System.Drawing.Size(186, 22); + this.importTASFileToolStripMenuItem.Text = "Import TAS file"; + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(183, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(186, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // editToolStripMenuItem + // + this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.clearToolStripMenuItem2, this.deleteFramesToolStripMenuItem, this.cloneToolStripMenuItem, @@ -237,181 +238,188 @@ namespace BizHawk.Client.EmuHawk this.toolStripSeparator8, this.truncateMovieToolStripMenuItem, this.clearVirtualPadsToolStripMenuItem}); - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); - this.editToolStripMenuItem.Text = "&Edit"; - this.editToolStripMenuItem.DropDownOpened += new System.EventHandler(this.editToolStripMenuItem_DropDownOpened); - // - // clearToolStripMenuItem2 - // - this.clearToolStripMenuItem2.Name = "clearToolStripMenuItem2"; - this.clearToolStripMenuItem2.ShortcutKeyDisplayString = "Del"; - this.clearToolStripMenuItem2.Size = new System.Drawing.Size(207, 22); - this.clearToolStripMenuItem2.Text = "Clear"; - this.clearToolStripMenuItem2.Click += new System.EventHandler(this.clearToolStripMenuItem2_Click); - // - // deleteFramesToolStripMenuItem - // - this.deleteFramesToolStripMenuItem.Name = "deleteFramesToolStripMenuItem"; - this.deleteFramesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete))); - this.deleteFramesToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.deleteFramesToolStripMenuItem.Text = "&Delete"; - this.deleteFramesToolStripMenuItem.Click += new System.EventHandler(this.deleteFramesToolStripMenuItem_Click); - // - // cloneToolStripMenuItem - // - this.cloneToolStripMenuItem.Name = "cloneToolStripMenuItem"; - this.cloneToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert))); - this.cloneToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.cloneToolStripMenuItem.Text = "&Clone"; - this.cloneToolStripMenuItem.Click += new System.EventHandler(this.cloneToolStripMenuItem_Click); - // - // insertFrameToolStripMenuItem - // - this.insertFrameToolStripMenuItem.Name = "insertFrameToolStripMenuItem"; - this.insertFrameToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) - | System.Windows.Forms.Keys.Insert))); - this.insertFrameToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.insertFrameToolStripMenuItem.Text = "&Insert"; - this.insertFrameToolStripMenuItem.Click += new System.EventHandler(this.insertFrameToolStripMenuItem_Click); - // - // insertNumFramesToolStripMenuItem - // - this.insertNumFramesToolStripMenuItem.Name = "insertNumFramesToolStripMenuItem"; - this.insertNumFramesToolStripMenuItem.ShortcutKeyDisplayString = "Ins"; - this.insertNumFramesToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.insertNumFramesToolStripMenuItem.Text = "Insert # of Frames"; - this.insertNumFramesToolStripMenuItem.Click += new System.EventHandler(this.insertNumFramesToolStripMenuItem_Click); - // - // toolStripSeparator7 - // - this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(204, 6); - // - // copyToolStripMenuItem - // - this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; - this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); - this.copyToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.copyToolStripMenuItem.Text = "Copy"; - this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); - // - // pasteToolStripMenuItem - // - this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; - this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); - this.pasteToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.pasteToolStripMenuItem.Text = "&Paste"; - this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); - // - // pasteInsertToolStripMenuItem - // - this.pasteInsertToolStripMenuItem.Name = "pasteInsertToolStripMenuItem"; - this.pasteInsertToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) - | System.Windows.Forms.Keys.V))); - this.pasteInsertToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.pasteInsertToolStripMenuItem.Text = "&Paste Insert"; - this.pasteInsertToolStripMenuItem.Click += new System.EventHandler(this.pasteInsertToolStripMenuItem_Click); - // - // cutToolStripMenuItem - // - this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; - this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); - this.cutToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.cutToolStripMenuItem.Text = "&Cut"; - this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); - // - // selectAllToolStripMenuItem - // - this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; - this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); - this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.selectAllToolStripMenuItem.Text = "Select &All"; - this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); - // - // toolStripSeparator8 - // - this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(204, 6); - // - // truncateMovieToolStripMenuItem - // - this.truncateMovieToolStripMenuItem.Name = "truncateMovieToolStripMenuItem"; - this.truncateMovieToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.truncateMovieToolStripMenuItem.Text = "&Truncate Movie"; - this.truncateMovieToolStripMenuItem.Click += new System.EventHandler(this.truncateMovieToolStripMenuItem_Click); - // - // clearVirtualPadsToolStripMenuItem - // - this.clearVirtualPadsToolStripMenuItem.Name = "clearVirtualPadsToolStripMenuItem"; - this.clearVirtualPadsToolStripMenuItem.Size = new System.Drawing.Size(207, 22); - this.clearVirtualPadsToolStripMenuItem.Text = "Clear controller &holds"; - // - // settingsToolStripMenuItem - // - this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.editToolStripMenuItem.Name = "editToolStripMenuItem"; + this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); + this.editToolStripMenuItem.Text = "&Edit"; + this.editToolStripMenuItem.DropDownOpened += new System.EventHandler(this.editToolStripMenuItem_DropDownOpened); + // + // clearToolStripMenuItem2 + // + this.clearToolStripMenuItem2.Name = "clearToolStripMenuItem2"; + this.clearToolStripMenuItem2.ShortcutKeyDisplayString = "Del"; + this.clearToolStripMenuItem2.Size = new System.Drawing.Size(207, 22); + this.clearToolStripMenuItem2.Text = "Clear"; + this.clearToolStripMenuItem2.Click += new System.EventHandler(this.clearToolStripMenuItem2_Click); + // + // deleteFramesToolStripMenuItem + // + this.deleteFramesToolStripMenuItem.Name = "deleteFramesToolStripMenuItem"; + this.deleteFramesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete))); + this.deleteFramesToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.deleteFramesToolStripMenuItem.Text = "&Delete"; + this.deleteFramesToolStripMenuItem.Click += new System.EventHandler(this.deleteFramesToolStripMenuItem_Click); + // + // cloneToolStripMenuItem + // + this.cloneToolStripMenuItem.Name = "cloneToolStripMenuItem"; + this.cloneToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert))); + this.cloneToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.cloneToolStripMenuItem.Text = "&Clone"; + this.cloneToolStripMenuItem.Click += new System.EventHandler(this.cloneToolStripMenuItem_Click); + // + // insertFrameToolStripMenuItem + // + this.insertFrameToolStripMenuItem.Name = "insertFrameToolStripMenuItem"; + this.insertFrameToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + | System.Windows.Forms.Keys.Insert))); + this.insertFrameToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.insertFrameToolStripMenuItem.Text = "&Insert"; + this.insertFrameToolStripMenuItem.Click += new System.EventHandler(this.insertFrameToolStripMenuItem_Click); + // + // insertNumFramesToolStripMenuItem + // + this.insertNumFramesToolStripMenuItem.Name = "insertNumFramesToolStripMenuItem"; + this.insertNumFramesToolStripMenuItem.ShortcutKeyDisplayString = "Ins"; + this.insertNumFramesToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.insertNumFramesToolStripMenuItem.Text = "Insert # of Frames"; + this.insertNumFramesToolStripMenuItem.Click += new System.EventHandler(this.insertNumFramesToolStripMenuItem_Click); + // + // toolStripSeparator7 + // + this.toolStripSeparator7.Name = "toolStripSeparator7"; + this.toolStripSeparator7.Size = new System.Drawing.Size(204, 6); + // + // copyToolStripMenuItem + // + this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; + this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); + this.copyToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.copyToolStripMenuItem.Text = "Copy"; + this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); + // + // pasteToolStripMenuItem + // + this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; + this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); + this.pasteToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.pasteToolStripMenuItem.Text = "&Paste"; + this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); + // + // pasteInsertToolStripMenuItem + // + this.pasteInsertToolStripMenuItem.Name = "pasteInsertToolStripMenuItem"; + this.pasteInsertToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + | System.Windows.Forms.Keys.V))); + this.pasteInsertToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.pasteInsertToolStripMenuItem.Text = "&Paste Insert"; + this.pasteInsertToolStripMenuItem.Click += new System.EventHandler(this.pasteInsertToolStripMenuItem_Click); + // + // cutToolStripMenuItem + // + this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; + this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); + this.cutToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.cutToolStripMenuItem.Text = "&Cut"; + this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); + // + // selectAllToolStripMenuItem + // + this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; + this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); + this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.selectAllToolStripMenuItem.Text = "Select &All"; + this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); + // + // toolStripSeparator8 + // + this.toolStripSeparator8.Name = "toolStripSeparator8"; + this.toolStripSeparator8.Size = new System.Drawing.Size(204, 6); + // + // truncateMovieToolStripMenuItem + // + this.truncateMovieToolStripMenuItem.Name = "truncateMovieToolStripMenuItem"; + this.truncateMovieToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.truncateMovieToolStripMenuItem.Text = "&Truncate Movie"; + this.truncateMovieToolStripMenuItem.Click += new System.EventHandler(this.truncateMovieToolStripMenuItem_Click); + // + // clearVirtualPadsToolStripMenuItem + // + this.clearVirtualPadsToolStripMenuItem.Name = "clearVirtualPadsToolStripMenuItem"; + this.clearVirtualPadsToolStripMenuItem.Size = new System.Drawing.Size(207, 22); + this.clearVirtualPadsToolStripMenuItem.Text = "Clear controller &holds"; + // + // settingsToolStripMenuItem + // + this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveWindowPositionToolStripMenuItem, this.autoloadToolStripMenuItem, this.updatePadsOnMovePlaybackToolStripMenuItem, this.toolStripSeparator4, this.alwaysOnTopToolStripMenuItem, this.restoreWindowToolStripMenuItem}); - this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.settingsToolStripMenuItem.Text = "&Settings"; - this.settingsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.settingsToolStripMenuItem_DropDownOpened); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(240, 22); - this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // autoloadToolStripMenuItem - // - this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; - this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(240, 22); - this.autoloadToolStripMenuItem.Text = "Autoload"; - this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); - // - // updatePadsOnMovePlaybackToolStripMenuItem - // - this.updatePadsOnMovePlaybackToolStripMenuItem.Name = "updatePadsOnMovePlaybackToolStripMenuItem"; - this.updatePadsOnMovePlaybackToolStripMenuItem.Size = new System.Drawing.Size(240, 22); - this.updatePadsOnMovePlaybackToolStripMenuItem.Text = "Update Pads on Move playback"; - this.updatePadsOnMovePlaybackToolStripMenuItem.Click += new System.EventHandler(this.updatePadsOnMovePlaybackToolStripMenuItem_Click); - // - // toolStripSeparator4 - // - this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(237, 6); - // - // restoreWindowToolStripMenuItem - // - this.restoreWindowToolStripMenuItem.Name = "restoreWindowToolStripMenuItem"; - this.restoreWindowToolStripMenuItem.Size = new System.Drawing.Size(240, 22); - this.restoreWindowToolStripMenuItem.Text = "Restore Default Settings"; - this.restoreWindowToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowToolStripMenuItem_Click); - // - // ReadOnlyCheckBox - // - this.ReadOnlyCheckBox.Appearance = System.Windows.Forms.Appearance.Button; - this.ReadOnlyCheckBox.AutoSize = true; - this.ReadOnlyCheckBox.BackColor = System.Drawing.SystemColors.Control; - this.ReadOnlyCheckBox.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.ReadOnly; - this.ReadOnlyCheckBox.ImageAlign = System.Drawing.ContentAlignment.BottomRight; - this.ReadOnlyCheckBox.Location = new System.Drawing.Point(12, 27); - this.ReadOnlyCheckBox.Name = "ReadOnlyCheckBox"; - this.ReadOnlyCheckBox.Size = new System.Drawing.Size(22, 22); - this.ReadOnlyCheckBox.TabIndex = 3; - this.toolTip1.SetToolTip(this.ReadOnlyCheckBox, "Read-only"); - this.ReadOnlyCheckBox.UseVisualStyleBackColor = false; - this.ReadOnlyCheckBox.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); - // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.settingsToolStripMenuItem.Text = "&Settings"; + this.settingsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.settingsToolStripMenuItem_DropDownOpened); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(240, 22); + this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // autoloadToolStripMenuItem + // + this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; + this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(240, 22); + this.autoloadToolStripMenuItem.Text = "Autoload"; + this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); + // + // updatePadsOnMovePlaybackToolStripMenuItem + // + this.updatePadsOnMovePlaybackToolStripMenuItem.Name = "updatePadsOnMovePlaybackToolStripMenuItem"; + this.updatePadsOnMovePlaybackToolStripMenuItem.Size = new System.Drawing.Size(240, 22); + this.updatePadsOnMovePlaybackToolStripMenuItem.Text = "Update Pads on Move playback"; + this.updatePadsOnMovePlaybackToolStripMenuItem.Click += new System.EventHandler(this.updatePadsOnMovePlaybackToolStripMenuItem_Click); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(237, 6); + // + // alwaysOnTopToolStripMenuItem + // + this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem"; + this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(240, 22); + this.alwaysOnTopToolStripMenuItem.Text = "Always On Top"; + this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); + // + // restoreWindowToolStripMenuItem + // + this.restoreWindowToolStripMenuItem.Name = "restoreWindowToolStripMenuItem"; + this.restoreWindowToolStripMenuItem.Size = new System.Drawing.Size(240, 22); + this.restoreWindowToolStripMenuItem.Text = "Restore Default Settings"; + this.restoreWindowToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowToolStripMenuItem_Click); + // + // ReadOnlyCheckBox + // + this.ReadOnlyCheckBox.Appearance = System.Windows.Forms.Appearance.Button; + this.ReadOnlyCheckBox.AutoSize = true; + this.ReadOnlyCheckBox.BackColor = System.Drawing.SystemColors.Control; + this.ReadOnlyCheckBox.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.ReadOnly; + this.ReadOnlyCheckBox.ImageAlign = System.Drawing.ContentAlignment.BottomRight; + this.ReadOnlyCheckBox.Location = new System.Drawing.Point(12, 27); + this.ReadOnlyCheckBox.Name = "ReadOnlyCheckBox"; + this.ReadOnlyCheckBox.Size = new System.Drawing.Size(22, 22); + this.ReadOnlyCheckBox.TabIndex = 3; + this.toolTip1.SetToolTip(this.ReadOnlyCheckBox, "Read-only"); + this.ReadOnlyCheckBox.UseVisualStyleBackColor = false; + this.ReadOnlyCheckBox.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.clearToolStripMenuItem3, this.ContextMenu_Delete, this.cloneToolStripMenuItem1, @@ -421,126 +429,126 @@ namespace BizHawk.Client.EmuHawk this.toolStripItem_SelectAll, this.toolStripSeparator9, this.truncateMovieToolStripMenuItem1}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(185, 170); - this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); - // - // clearToolStripMenuItem3 - // - this.clearToolStripMenuItem3.Name = "clearToolStripMenuItem3"; - this.clearToolStripMenuItem3.Size = new System.Drawing.Size(184, 22); - this.clearToolStripMenuItem3.Text = "Clear"; - // - // ContextMenu_Delete - // - this.ContextMenu_Delete.Name = "ContextMenu_Delete"; - this.ContextMenu_Delete.ShortcutKeyDisplayString = "Ctrl+Del"; - this.ContextMenu_Delete.Size = new System.Drawing.Size(184, 22); - this.ContextMenu_Delete.Text = "Delete"; - this.ContextMenu_Delete.Click += new System.EventHandler(this.Delete_Click); - // - // cloneToolStripMenuItem1 - // - this.cloneToolStripMenuItem1.Name = "cloneToolStripMenuItem1"; - this.cloneToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+Ins"; - this.cloneToolStripMenuItem1.Size = new System.Drawing.Size(184, 22); - this.cloneToolStripMenuItem1.Text = "Clone"; - this.cloneToolStripMenuItem1.Click += new System.EventHandler(this.cloneToolStripMenuItem1_Click); - // - // ContextMenu_Insert - // - this.ContextMenu_Insert.Name = "ContextMenu_Insert"; - this.ContextMenu_Insert.ShortcutKeyDisplayString = "Ctrl+Shift+Ins"; - this.ContextMenu_Insert.Size = new System.Drawing.Size(184, 22); - this.ContextMenu_Insert.Text = "Insert"; - this.ContextMenu_Insert.Click += new System.EventHandler(this.Insert_Click); - // - // insertFramesToolStripMenuItem - // - this.insertFramesToolStripMenuItem.Name = "insertFramesToolStripMenuItem"; - this.insertFramesToolStripMenuItem.Size = new System.Drawing.Size(184, 22); - this.insertFramesToolStripMenuItem.Text = "Insert # Frames"; - this.insertFramesToolStripMenuItem.Click += new System.EventHandler(this.insertFramesToolStripMenuItem_Click); - // - // toolStripSeparator5 - // - this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(181, 6); - // - // toolStripItem_SelectAll - // - this.toolStripItem_SelectAll.Name = "toolStripItem_SelectAll"; - this.toolStripItem_SelectAll.Size = new System.Drawing.Size(184, 22); - this.toolStripItem_SelectAll.Text = "Select All"; - this.toolStripItem_SelectAll.Click += new System.EventHandler(this.SelectAll_Click); - // - // toolStripSeparator9 - // - this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(181, 6); - // - // truncateMovieToolStripMenuItem1 - // - this.truncateMovieToolStripMenuItem1.Name = "truncateMovieToolStripMenuItem1"; - this.truncateMovieToolStripMenuItem1.Size = new System.Drawing.Size(184, 22); - this.truncateMovieToolStripMenuItem1.Text = "&Truncate Movie"; - this.truncateMovieToolStripMenuItem1.Click += new System.EventHandler(this.truncateMovieToolStripMenuItem1_Click); - // - // groupBox1 - // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox1.Controls.Add(this.ClipboardDisplay); - this.groupBox1.Controls.Add(this.SelectionDisplay); - this.groupBox1.Controls.Add(this.label2); - this.groupBox1.Controls.Add(this.label1); - this.groupBox1.Location = new System.Drawing.Point(300, 55); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(274, 83); - this.groupBox1.TabIndex = 5; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "Slicer"; - // - // ClipboardDisplay - // - this.ClipboardDisplay.AutoSize = true; - this.ClipboardDisplay.Location = new System.Drawing.Point(68, 36); - this.ClipboardDisplay.Name = "ClipboardDisplay"; - this.ClipboardDisplay.Size = new System.Drawing.Size(31, 13); - this.ClipboardDisplay.TabIndex = 3; - this.ClipboardDisplay.Text = "none"; - // - // SelectionDisplay - // - this.SelectionDisplay.AutoSize = true; - this.SelectionDisplay.Location = new System.Drawing.Point(68, 19); - this.SelectionDisplay.Name = "SelectionDisplay"; - this.SelectionDisplay.Size = new System.Drawing.Size(31, 13); - this.SelectionDisplay.TabIndex = 2; - this.SelectionDisplay.Text = "none"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(8, 36); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(54, 13); - this.label2.TabIndex = 1; - this.label2.Text = "Clipboard:"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(8, 19); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(54, 13); - this.label1.TabIndex = 0; - this.label1.Text = "Selection:"; - // - // toolStrip1 - // - this.toolStrip1.ClickThrough = true; - this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; - this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(185, 170); + this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); + // + // clearToolStripMenuItem3 + // + this.clearToolStripMenuItem3.Name = "clearToolStripMenuItem3"; + this.clearToolStripMenuItem3.Size = new System.Drawing.Size(184, 22); + this.clearToolStripMenuItem3.Text = "Clear"; + // + // ContextMenu_Delete + // + this.ContextMenu_Delete.Name = "ContextMenu_Delete"; + this.ContextMenu_Delete.ShortcutKeyDisplayString = "Ctrl+Del"; + this.ContextMenu_Delete.Size = new System.Drawing.Size(184, 22); + this.ContextMenu_Delete.Text = "Delete"; + this.ContextMenu_Delete.Click += new System.EventHandler(this.Delete_Click); + // + // cloneToolStripMenuItem1 + // + this.cloneToolStripMenuItem1.Name = "cloneToolStripMenuItem1"; + this.cloneToolStripMenuItem1.ShortcutKeyDisplayString = "Ctrl+Ins"; + this.cloneToolStripMenuItem1.Size = new System.Drawing.Size(184, 22); + this.cloneToolStripMenuItem1.Text = "Clone"; + this.cloneToolStripMenuItem1.Click += new System.EventHandler(this.cloneToolStripMenuItem1_Click); + // + // ContextMenu_Insert + // + this.ContextMenu_Insert.Name = "ContextMenu_Insert"; + this.ContextMenu_Insert.ShortcutKeyDisplayString = "Ctrl+Shift+Ins"; + this.ContextMenu_Insert.Size = new System.Drawing.Size(184, 22); + this.ContextMenu_Insert.Text = "Insert"; + this.ContextMenu_Insert.Click += new System.EventHandler(this.Insert_Click); + // + // insertFramesToolStripMenuItem + // + this.insertFramesToolStripMenuItem.Name = "insertFramesToolStripMenuItem"; + this.insertFramesToolStripMenuItem.Size = new System.Drawing.Size(184, 22); + this.insertFramesToolStripMenuItem.Text = "Insert # Frames"; + this.insertFramesToolStripMenuItem.Click += new System.EventHandler(this.insertFramesToolStripMenuItem_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(181, 6); + // + // toolStripItem_SelectAll + // + this.toolStripItem_SelectAll.Name = "toolStripItem_SelectAll"; + this.toolStripItem_SelectAll.Size = new System.Drawing.Size(184, 22); + this.toolStripItem_SelectAll.Text = "Select All"; + this.toolStripItem_SelectAll.Click += new System.EventHandler(this.SelectAll_Click); + // + // toolStripSeparator9 + // + this.toolStripSeparator9.Name = "toolStripSeparator9"; + this.toolStripSeparator9.Size = new System.Drawing.Size(181, 6); + // + // truncateMovieToolStripMenuItem1 + // + this.truncateMovieToolStripMenuItem1.Name = "truncateMovieToolStripMenuItem1"; + this.truncateMovieToolStripMenuItem1.Size = new System.Drawing.Size(184, 22); + this.truncateMovieToolStripMenuItem1.Text = "&Truncate Movie"; + this.truncateMovieToolStripMenuItem1.Click += new System.EventHandler(this.truncateMovieToolStripMenuItem1_Click); + // + // groupBox1 + // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox1.Controls.Add(this.ClipboardDisplay); + this.groupBox1.Controls.Add(this.SelectionDisplay); + this.groupBox1.Controls.Add(this.label2); + this.groupBox1.Controls.Add(this.label1); + this.groupBox1.Location = new System.Drawing.Point(300, 55); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(274, 83); + this.groupBox1.TabIndex = 5; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Slicer"; + // + // ClipboardDisplay + // + this.ClipboardDisplay.AutoSize = true; + this.ClipboardDisplay.Location = new System.Drawing.Point(68, 36); + this.ClipboardDisplay.Name = "ClipboardDisplay"; + this.ClipboardDisplay.Size = new System.Drawing.Size(31, 13); + this.ClipboardDisplay.TabIndex = 3; + this.ClipboardDisplay.Text = "none"; + // + // SelectionDisplay + // + this.SelectionDisplay.AutoSize = true; + this.SelectionDisplay.Location = new System.Drawing.Point(68, 19); + this.SelectionDisplay.Name = "SelectionDisplay"; + this.SelectionDisplay.Size = new System.Drawing.Size(31, 13); + this.SelectionDisplay.TabIndex = 2; + this.SelectionDisplay.Text = "none"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(8, 36); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(54, 13); + this.label2.TabIndex = 1; + this.label2.Text = "Clipboard:"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(8, 19); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(54, 13); + this.label1.TabIndex = 0; + this.label1.Text = "Selection:"; + // + // toolStrip1 + // + this.toolStrip1.ClickThrough = true; + this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.RewindToBeginning, this.RewindButton, this.PauseButton, @@ -550,197 +558,191 @@ namespace BizHawk.Client.EmuHawk this.FastFowardToEnd, this.toolStripSeparator6, this.StopButton}); - this.toolStrip1.Location = new System.Drawing.Point(37, 27); - this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(202, 25); - this.toolStrip1.TabIndex = 0; - // - // RewindToBeginning - // - this.RewindToBeginning.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.RewindToBeginning.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.BackMore; - this.RewindToBeginning.ImageTransparentColor = System.Drawing.Color.Magenta; - this.RewindToBeginning.Name = "RewindToBeginning"; - this.RewindToBeginning.Size = new System.Drawing.Size(23, 22); - this.RewindToBeginning.Text = "<<"; - this.RewindToBeginning.ToolTipText = "Rewind to Beginning"; - this.RewindToBeginning.Click += new System.EventHandler(this.RewindToBeginning_Click); - // - // RewindButton - // - this.RewindButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.RewindButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Back; - this.RewindButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.RewindButton.Name = "RewindButton"; - this.RewindButton.Size = new System.Drawing.Size(23, 22); - this.RewindButton.Text = "<"; - this.RewindButton.ToolTipText = "Rewind"; - this.RewindButton.Click += new System.EventHandler(this.RewindButton_Click); - // - // PauseButton - // - this.PauseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.PauseButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; - this.PauseButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.PauseButton.Name = "PauseButton"; - this.PauseButton.Size = new System.Drawing.Size(23, 22); - this.PauseButton.Text = "Pause Button"; - this.PauseButton.ToolTipText = "Pause"; - this.PauseButton.Click += new System.EventHandler(this.PauseButton_Click); - // - // FrameAdvanceButton - // - this.FrameAdvanceButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.FrameAdvanceButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Forward; - this.FrameAdvanceButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.FrameAdvanceButton.Name = "FrameAdvanceButton"; - this.FrameAdvanceButton.Size = new System.Drawing.Size(23, 22); - this.FrameAdvanceButton.Text = ">"; - this.FrameAdvanceButton.ToolTipText = "Frame Advance"; - this.FrameAdvanceButton.Click += new System.EventHandler(this.FrameAdvanceButton_Click); - // - // FastForward - // - this.FastForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.FastForward.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FastForward; - this.FastForward.ImageTransparentColor = System.Drawing.Color.Magenta; - this.FastForward.Name = "FastForward"; - this.FastForward.Size = new System.Drawing.Size(23, 22); - this.FastForward.Text = ">>"; - this.FastForward.ToolTipText = "Fast Forward"; - this.FastForward.Click += new System.EventHandler(this.FastForward_Click); - // - // TurboFastForward - // - this.TurboFastForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.TurboFastForward.Enabled = false; - this.TurboFastForward.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TurboFastForward; - this.TurboFastForward.ImageTransparentColor = System.Drawing.Color.Magenta; - this.TurboFastForward.Name = "TurboFastForward"; - this.TurboFastForward.Size = new System.Drawing.Size(23, 22); - this.TurboFastForward.Text = ">>>"; - this.TurboFastForward.ToolTipText = "Turbo Fast Forward"; - this.TurboFastForward.Click += new System.EventHandler(this.TurboFastForward_Click); - // - // FastFowardToEnd - // - this.FastFowardToEnd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.FastFowardToEnd.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.ForwardMore; - this.FastFowardToEnd.ImageTransparentColor = System.Drawing.Color.Magenta; - this.FastFowardToEnd.Name = "FastFowardToEnd"; - this.FastFowardToEnd.Size = new System.Drawing.Size(23, 22); - this.FastFowardToEnd.Text = ">>"; - this.FastFowardToEnd.ToolTipText = "Fast Foward To End"; - this.FastFowardToEnd.Click += new System.EventHandler(this.FastForwardToEnd_Click); - // - // toolStripSeparator6 - // - this.toolStripSeparator6.Name = "toolStripSeparator6"; - this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25); - // - // StopButton - // - this.StopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.StopButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop; - this.StopButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.StopButton.Name = "StopButton"; - this.StopButton.Size = new System.Drawing.Size(23, 22); - this.StopButton.Text = "Stop Movie"; - this.StopButton.Click += new System.EventHandler(this.StopButton_Click); - // - // TASView - // - this.TASView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); - this.TASView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.toolStrip1.Location = new System.Drawing.Point(37, 27); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(202, 25); + this.toolStrip1.TabIndex = 0; + // + // RewindToBeginning + // + this.RewindToBeginning.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.RewindToBeginning.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.BackMore; + this.RewindToBeginning.ImageTransparentColor = System.Drawing.Color.Magenta; + this.RewindToBeginning.Name = "RewindToBeginning"; + this.RewindToBeginning.Size = new System.Drawing.Size(23, 22); + this.RewindToBeginning.Text = "<<"; + this.RewindToBeginning.ToolTipText = "Rewind to Beginning"; + this.RewindToBeginning.Click += new System.EventHandler(this.RewindToBeginning_Click); + // + // RewindButton + // + this.RewindButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.RewindButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Back; + this.RewindButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.RewindButton.Name = "RewindButton"; + this.RewindButton.Size = new System.Drawing.Size(23, 22); + this.RewindButton.Text = "<"; + this.RewindButton.ToolTipText = "Rewind"; + this.RewindButton.Click += new System.EventHandler(this.RewindButton_Click); + // + // PauseButton + // + this.PauseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.PauseButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Pause; + this.PauseButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.PauseButton.Name = "PauseButton"; + this.PauseButton.Size = new System.Drawing.Size(23, 22); + this.PauseButton.Text = "Pause Button"; + this.PauseButton.ToolTipText = "Pause"; + this.PauseButton.Click += new System.EventHandler(this.PauseButton_Click); + // + // FrameAdvanceButton + // + this.FrameAdvanceButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.FrameAdvanceButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Forward; + this.FrameAdvanceButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.FrameAdvanceButton.Name = "FrameAdvanceButton"; + this.FrameAdvanceButton.Size = new System.Drawing.Size(23, 22); + this.FrameAdvanceButton.Text = ">"; + this.FrameAdvanceButton.ToolTipText = "Frame Advance"; + this.FrameAdvanceButton.Click += new System.EventHandler(this.FrameAdvanceButton_Click); + // + // FastForward + // + this.FastForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.FastForward.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FastForward; + this.FastForward.ImageTransparentColor = System.Drawing.Color.Magenta; + this.FastForward.Name = "FastForward"; + this.FastForward.Size = new System.Drawing.Size(23, 22); + this.FastForward.Text = ">>"; + this.FastForward.ToolTipText = "Fast Forward"; + this.FastForward.Click += new System.EventHandler(this.FastForward_Click); + // + // TurboFastForward + // + this.TurboFastForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.TurboFastForward.Enabled = false; + this.TurboFastForward.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TurboFastForward; + this.TurboFastForward.ImageTransparentColor = System.Drawing.Color.Magenta; + this.TurboFastForward.Name = "TurboFastForward"; + this.TurboFastForward.Size = new System.Drawing.Size(23, 22); + this.TurboFastForward.Text = ">>>"; + this.TurboFastForward.ToolTipText = "Turbo Fast Forward"; + this.TurboFastForward.Click += new System.EventHandler(this.TurboFastForward_Click); + // + // FastFowardToEnd + // + this.FastFowardToEnd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.FastFowardToEnd.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.ForwardMore; + this.FastFowardToEnd.ImageTransparentColor = System.Drawing.Color.Magenta; + this.FastFowardToEnd.Name = "FastFowardToEnd"; + this.FastFowardToEnd.Size = new System.Drawing.Size(23, 22); + this.FastFowardToEnd.Text = ">>"; + this.FastFowardToEnd.ToolTipText = "Fast Foward To End"; + this.FastFowardToEnd.Click += new System.EventHandler(this.FastForwardToEnd_Click); + // + // toolStripSeparator6 + // + this.toolStripSeparator6.Name = "toolStripSeparator6"; + this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25); + // + // StopButton + // + this.StopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.StopButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Stop; + this.StopButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.StopButton.Name = "StopButton"; + this.StopButton.Size = new System.Drawing.Size(23, 22); + this.StopButton.Text = "Stop Movie"; + this.StopButton.Click += new System.EventHandler(this.StopButton_Click); + // + // TASView + // + this.TASView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.TASView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.Frame, this.Log}); - this.TASView.ContextMenuStrip = this.contextMenuStrip1; - this.TASView.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TASView.FullRowSelect = true; - this.TASView.GridLines = true; - this.TASView.ItemCount = 0; - this.TASView.Location = new System.Drawing.Point(12, 55); - this.TASView.Name = "TASView"; - this.TASView.selectedItem = -1; - this.TASView.Size = new System.Drawing.Size(282, 452); - this.TASView.TabIndex = 1; - this.TASView.UseCompatibleStateImageBehavior = false; - this.TASView.View = System.Windows.Forms.View.Details; - this.TASView.SelectedIndexChanged += new System.EventHandler(this.TASView_SelectedIndexChanged); - this.TASView.Click += new System.EventHandler(this.TASView_Click); - this.TASView.DoubleClick += new System.EventHandler(this.TASView_DoubleClick); - this.TASView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TASView_KeyDown); - this.TASView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TASView_MouseUp); - this.TASView.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.TASView_MouseWheel); - // - // Frame - // - this.Frame.Text = "Frame"; - // - // Log - // - this.Log.Text = "Log"; - this.Log.Width = 201; - // - // VisualizerBox - // - this.VisualizerBox.Controls.Add(this.button1); - this.VisualizerBox.Location = new System.Drawing.Point(300, 144); - this.VisualizerBox.Name = "VisualizerBox"; - this.VisualizerBox.Size = new System.Drawing.Size(274, 166); - this.VisualizerBox.TabIndex = 6; - this.VisualizerBox.TabStop = false; - this.VisualizerBox.Text = "Visualize Savestates"; - this.VisualizerBox.Visible = false; - this.VisualizerBox.Paint += new System.Windows.Forms.PaintEventHandler(this.VisualizerBox_Paint); - this.VisualizerBox.Enter += new System.EventHandler(this.VisualizerBox_Enter); - // - // button1 - // - this.button1.Location = new System.Drawing.Point(211, 137); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(57, 23); - this.button1.TabIndex = 0; - this.button1.Text = "Scan"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // alwaysOnTopToolStripMenuItem - // - this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem"; - this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(240, 22); - this.alwaysOnTopToolStripMenuItem.Text = "Always On Top"; - this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); - // - // TAStudio - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(586, 519); - this.Controls.Add(this.VisualizerBox); - this.Controls.Add(this.toolStrip1); - this.Controls.Add(this.menuStrip1); - this.Controls.Add(this.groupBox1); - this.Controls.Add(this.ReadOnlyCheckBox); - this.Controls.Add(this.TASView); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.MinimumSize = new System.Drawing.Size(437, 148); - this.Name = "TAStudio"; - this.Text = "TAStudio"; - this.Load += new System.EventHandler(this.TAStudio_Load); - this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TAStudio_KeyPress); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.contextMenuStrip1.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.toolStrip1.ResumeLayout(false); - this.toolStrip1.PerformLayout(); - this.VisualizerBox.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); + this.TASView.ContextMenuStrip = this.contextMenuStrip1; + this.TASView.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.TASView.FullRowSelect = true; + this.TASView.GridLines = true; + this.TASView.ItemCount = 0; + this.TASView.Location = new System.Drawing.Point(12, 55); + this.TASView.Name = "TASView"; + this.TASView.selectedItem = -1; + this.TASView.Size = new System.Drawing.Size(282, 452); + this.TASView.TabIndex = 1; + this.TASView.UseCompatibleStateImageBehavior = false; + this.TASView.View = System.Windows.Forms.View.Details; + this.TASView.SelectedIndexChanged += new System.EventHandler(this.TASView_SelectedIndexChanged); + this.TASView.Click += new System.EventHandler(this.TASView_Click); + this.TASView.DoubleClick += new System.EventHandler(this.TASView_DoubleClick); + this.TASView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TASView_KeyDown); + this.TASView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.TASView_MouseUp); + this.TASView.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.TASView_MouseWheel); + // + // Frame + // + this.Frame.Text = "Frame"; + // + // Log + // + this.Log.Text = "Log"; + this.Log.Width = 201; + // + // VisualizerBox + // + this.VisualizerBox.Controls.Add(this.button1); + this.VisualizerBox.Location = new System.Drawing.Point(300, 144); + this.VisualizerBox.Name = "VisualizerBox"; + this.VisualizerBox.Size = new System.Drawing.Size(274, 166); + this.VisualizerBox.TabIndex = 6; + this.VisualizerBox.TabStop = false; + this.VisualizerBox.Text = "Visualize Savestates"; + this.VisualizerBox.Visible = false; + this.VisualizerBox.Paint += new System.Windows.Forms.PaintEventHandler(this.VisualizerBox_Paint); + this.VisualizerBox.Enter += new System.EventHandler(this.VisualizerBox_Enter); + // + // button1 + // + this.button1.Location = new System.Drawing.Point(211, 137); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(57, 23); + this.button1.TabIndex = 0; + this.button1.Text = "Scan"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // TAStudio + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(586, 519); + this.Controls.Add(this.VisualizerBox); + this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.menuStrip1); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.ReadOnlyCheckBox); + this.Controls.Add(this.TASView); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MainMenuStrip = this.menuStrip1; + this.MinimumSize = new System.Drawing.Size(437, 148); + this.Name = "TAStudio"; + this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds; + this.Text = "TAStudio"; + this.Load += new System.EventHandler(this.TAStudio_Load); + this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TAStudio_KeyPress); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.contextMenuStrip1.ResumeLayout(false); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.VisualizerBox.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs index df2114654f..64bba5f6b7 100644 --- a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs @@ -28,1903 +28,1905 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TI83KeyPad)); - this.menuStrip1 = new MenuStripEx(); - this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.keyPadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.showHotkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.YEQUAL = new System.Windows.Forms.Button(); - this.SECOND = new System.Windows.Forms.Button(); - this.WINDOW = new System.Windows.Forms.Button(); - this.ZOOM = new System.Windows.Forms.Button(); - this.TRACE = new System.Windows.Forms.Button(); - this.GRAPH = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.MODE = new System.Windows.Forms.Button(); - this.label6 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); - this.DEL = new System.Windows.Forms.Button(); - this.XT = new System.Windows.Forms.Button(); - this.STAT = new System.Windows.Forms.Button(); - this.label8 = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); - this.ALPHA = new System.Windows.Forms.Button(); - this.label10 = new System.Windows.Forms.Label(); - this.MATH = new System.Windows.Forms.Button(); - this.label11 = new System.Windows.Forms.Label(); - this.MATRIX = new System.Windows.Forms.Button(); - this.PRGM = new System.Windows.Forms.Button(); - this.VARS = new System.Windows.Forms.Button(); - this.CLEAR = new System.Windows.Forms.Button(); - this.label12 = new System.Windows.Forms.Label(); - this.label13 = new System.Windows.Forms.Label(); - this.label14 = new System.Windows.Forms.Label(); - this.label15 = new System.Windows.Forms.Label(); - this.label16 = new System.Windows.Forms.Label(); - this.label17 = new System.Windows.Forms.Label(); - this.label18 = new System.Windows.Forms.Label(); - this.label19 = new System.Windows.Forms.Label(); - this.NEG1 = new System.Windows.Forms.Button(); - this.SIN = new System.Windows.Forms.Button(); - this.COS = new System.Windows.Forms.Button(); - this.TAN = new System.Windows.Forms.Button(); - this.EXP = new System.Windows.Forms.Button(); - this.label20 = new System.Windows.Forms.Label(); - this.label21 = new System.Windows.Forms.Label(); - this.label22 = new System.Windows.Forms.Label(); - this.label23 = new System.Windows.Forms.Label(); - this.label24 = new System.Windows.Forms.Label(); - this.label25 = new System.Windows.Forms.Label(); - this.label26 = new System.Windows.Forms.Label(); - this.label27 = new System.Windows.Forms.Label(); - this.label28 = new System.Windows.Forms.Label(); - this.label29 = new System.Windows.Forms.Label(); - this.label30 = new System.Windows.Forms.Label(); - this.label31 = new System.Windows.Forms.Label(); - this.label32 = new System.Windows.Forms.Label(); - this.label33 = new System.Windows.Forms.Label(); - this.label34 = new System.Windows.Forms.Label(); - this.label35 = new System.Windows.Forms.Label(); - this.DIVIDE = new System.Windows.Forms.Button(); - this.PARACLOSE = new System.Windows.Forms.Button(); - this.PARAOPEN = new System.Windows.Forms.Button(); - this.COMMA = new System.Windows.Forms.Button(); - this.SQUARED = new System.Windows.Forms.Button(); - this.label36 = new System.Windows.Forms.Label(); - this.label37 = new System.Windows.Forms.Label(); - this.label38 = new System.Windows.Forms.Label(); - this.label39 = new System.Windows.Forms.Label(); - this.label40 = new System.Windows.Forms.Label(); - this.label41 = new System.Windows.Forms.Label(); - this.label42 = new System.Windows.Forms.Label(); - this.label43 = new System.Windows.Forms.Label(); - this.label44 = new System.Windows.Forms.Label(); - this.label45 = new System.Windows.Forms.Label(); - this.MULTIPLY = new System.Windows.Forms.Button(); - this.NINE = new System.Windows.Forms.Button(); - this.EIGHT = new System.Windows.Forms.Button(); - this.SEVEN = new System.Windows.Forms.Button(); - this.LOG = new System.Windows.Forms.Button(); - this.label46 = new System.Windows.Forms.Label(); - this.label47 = new System.Windows.Forms.Label(); - this.label48 = new System.Windows.Forms.Label(); - this.label49 = new System.Windows.Forms.Label(); - this.label50 = new System.Windows.Forms.Label(); - this.label51 = new System.Windows.Forms.Label(); - this.label52 = new System.Windows.Forms.Label(); - this.label53 = new System.Windows.Forms.Label(); - this.label54 = new System.Windows.Forms.Label(); - this.label55 = new System.Windows.Forms.Label(); - this.MINUS = new System.Windows.Forms.Button(); - this.SIX = new System.Windows.Forms.Button(); - this.FIVE = new System.Windows.Forms.Button(); - this.FOUR = new System.Windows.Forms.Button(); - this.LN = new System.Windows.Forms.Button(); - this.label56 = new System.Windows.Forms.Label(); - this.label57 = new System.Windows.Forms.Label(); - this.label58 = new System.Windows.Forms.Label(); - this.label59 = new System.Windows.Forms.Label(); - this.label60 = new System.Windows.Forms.Label(); - this.label61 = new System.Windows.Forms.Label(); - this.label62 = new System.Windows.Forms.Label(); - this.label63 = new System.Windows.Forms.Label(); - this.label64 = new System.Windows.Forms.Label(); - this.label65 = new System.Windows.Forms.Label(); - this.PLUS = new System.Windows.Forms.Button(); - this.THREE = new System.Windows.Forms.Button(); - this.TWO = new System.Windows.Forms.Button(); - this.ONE = new System.Windows.Forms.Button(); - this.STO = new System.Windows.Forms.Button(); - this.label66 = new System.Windows.Forms.Label(); - this.label67 = new System.Windows.Forms.Label(); - this.label68 = new System.Windows.Forms.Label(); - this.label69 = new System.Windows.Forms.Label(); - this.label70 = new System.Windows.Forms.Label(); - this.label71 = new System.Windows.Forms.Label(); - this.label72 = new System.Windows.Forms.Label(); - this.label73 = new System.Windows.Forms.Label(); - this.label74 = new System.Windows.Forms.Label(); - this.label75 = new System.Windows.Forms.Label(); - this.ENTER = new System.Windows.Forms.Button(); - this.DASH = new System.Windows.Forms.Button(); - this.PERIOD = new System.Windows.Forms.Button(); - this.ZERO = new System.Windows.Forms.Button(); - this.ON = new System.Windows.Forms.Button(); - this.label76 = new System.Windows.Forms.Label(); - this.LEFT = new System.Windows.Forms.Button(); - this.RIGHT = new System.Windows.Forms.Button(); - this.DOWN = new System.Windows.Forms.Button(); - this.UP = new System.Windows.Forms.Button(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.label77 = new System.Windows.Forms.Label(); - this.label78 = new System.Windows.Forms.Label(); - this.label79 = new System.Windows.Forms.Label(); - this.label80 = new System.Windows.Forms.Label(); - this.label81 = new System.Windows.Forms.Label(); - this.menuStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TI83KeyPad)); + this.menuStrip1 = new MenuStripEx(); + this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.keyPadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.showHotkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.YEQUAL = new System.Windows.Forms.Button(); + this.SECOND = new System.Windows.Forms.Button(); + this.WINDOW = new System.Windows.Forms.Button(); + this.ZOOM = new System.Windows.Forms.Button(); + this.TRACE = new System.Windows.Forms.Button(); + this.GRAPH = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.MODE = new System.Windows.Forms.Button(); + this.label6 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.DEL = new System.Windows.Forms.Button(); + this.XT = new System.Windows.Forms.Button(); + this.STAT = new System.Windows.Forms.Button(); + this.label8 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.ALPHA = new System.Windows.Forms.Button(); + this.label10 = new System.Windows.Forms.Label(); + this.MATH = new System.Windows.Forms.Button(); + this.label11 = new System.Windows.Forms.Label(); + this.MATRIX = new System.Windows.Forms.Button(); + this.PRGM = new System.Windows.Forms.Button(); + this.VARS = new System.Windows.Forms.Button(); + this.CLEAR = new System.Windows.Forms.Button(); + this.label12 = new System.Windows.Forms.Label(); + this.label13 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.label16 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.NEG1 = new System.Windows.Forms.Button(); + this.SIN = new System.Windows.Forms.Button(); + this.COS = new System.Windows.Forms.Button(); + this.TAN = new System.Windows.Forms.Button(); + this.EXP = new System.Windows.Forms.Button(); + this.label20 = new System.Windows.Forms.Label(); + this.label21 = new System.Windows.Forms.Label(); + this.label22 = new System.Windows.Forms.Label(); + this.label23 = new System.Windows.Forms.Label(); + this.label24 = new System.Windows.Forms.Label(); + this.label25 = new System.Windows.Forms.Label(); + this.label26 = new System.Windows.Forms.Label(); + this.label27 = new System.Windows.Forms.Label(); + this.label28 = new System.Windows.Forms.Label(); + this.label29 = new System.Windows.Forms.Label(); + this.label30 = new System.Windows.Forms.Label(); + this.label31 = new System.Windows.Forms.Label(); + this.label32 = new System.Windows.Forms.Label(); + this.label33 = new System.Windows.Forms.Label(); + this.label34 = new System.Windows.Forms.Label(); + this.label35 = new System.Windows.Forms.Label(); + this.DIVIDE = new System.Windows.Forms.Button(); + this.PARACLOSE = new System.Windows.Forms.Button(); + this.PARAOPEN = new System.Windows.Forms.Button(); + this.COMMA = new System.Windows.Forms.Button(); + this.SQUARED = new System.Windows.Forms.Button(); + this.label36 = new System.Windows.Forms.Label(); + this.label37 = new System.Windows.Forms.Label(); + this.label38 = new System.Windows.Forms.Label(); + this.label39 = new System.Windows.Forms.Label(); + this.label40 = new System.Windows.Forms.Label(); + this.label41 = new System.Windows.Forms.Label(); + this.label42 = new System.Windows.Forms.Label(); + this.label43 = new System.Windows.Forms.Label(); + this.label44 = new System.Windows.Forms.Label(); + this.label45 = new System.Windows.Forms.Label(); + this.MULTIPLY = new System.Windows.Forms.Button(); + this.NINE = new System.Windows.Forms.Button(); + this.EIGHT = new System.Windows.Forms.Button(); + this.SEVEN = new System.Windows.Forms.Button(); + this.LOG = new System.Windows.Forms.Button(); + this.label46 = new System.Windows.Forms.Label(); + this.label47 = new System.Windows.Forms.Label(); + this.label48 = new System.Windows.Forms.Label(); + this.label49 = new System.Windows.Forms.Label(); + this.label50 = new System.Windows.Forms.Label(); + this.label51 = new System.Windows.Forms.Label(); + this.label52 = new System.Windows.Forms.Label(); + this.label53 = new System.Windows.Forms.Label(); + this.label54 = new System.Windows.Forms.Label(); + this.label55 = new System.Windows.Forms.Label(); + this.MINUS = new System.Windows.Forms.Button(); + this.SIX = new System.Windows.Forms.Button(); + this.FIVE = new System.Windows.Forms.Button(); + this.FOUR = new System.Windows.Forms.Button(); + this.LN = new System.Windows.Forms.Button(); + this.label56 = new System.Windows.Forms.Label(); + this.label57 = new System.Windows.Forms.Label(); + this.label58 = new System.Windows.Forms.Label(); + this.label59 = new System.Windows.Forms.Label(); + this.label60 = new System.Windows.Forms.Label(); + this.label61 = new System.Windows.Forms.Label(); + this.label62 = new System.Windows.Forms.Label(); + this.label63 = new System.Windows.Forms.Label(); + this.label64 = new System.Windows.Forms.Label(); + this.label65 = new System.Windows.Forms.Label(); + this.PLUS = new System.Windows.Forms.Button(); + this.THREE = new System.Windows.Forms.Button(); + this.TWO = new System.Windows.Forms.Button(); + this.ONE = new System.Windows.Forms.Button(); + this.STO = new System.Windows.Forms.Button(); + this.label66 = new System.Windows.Forms.Label(); + this.label67 = new System.Windows.Forms.Label(); + this.label68 = new System.Windows.Forms.Label(); + this.label69 = new System.Windows.Forms.Label(); + this.label70 = new System.Windows.Forms.Label(); + this.label71 = new System.Windows.Forms.Label(); + this.label72 = new System.Windows.Forms.Label(); + this.label73 = new System.Windows.Forms.Label(); + this.label74 = new System.Windows.Forms.Label(); + this.label75 = new System.Windows.Forms.Label(); + this.ENTER = new System.Windows.Forms.Button(); + this.DASH = new System.Windows.Forms.Button(); + this.PERIOD = new System.Windows.Forms.Button(); + this.ZERO = new System.Windows.Forms.Button(); + this.ON = new System.Windows.Forms.Button(); + this.label76 = new System.Windows.Forms.Label(); + this.LEFT = new System.Windows.Forms.Button(); + this.RIGHT = new System.Windows.Forms.Button(); + this.DOWN = new System.Windows.Forms.Button(); + this.UP = new System.Windows.Forms.Button(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.label77 = new System.Windows.Forms.Label(); + this.label78 = new System.Windows.Forms.Label(); + this.label79 = new System.Windows.Forms.Label(); + this.label80 = new System.Windows.Forms.Label(); + this.label81 = new System.Windows.Forms.Label(); + this.menuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1, this.keyPadToolStripMenuItem, this.optionsToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(363, 24); - this.menuStrip1.TabIndex = 0; - this.menuStrip1.Text = "menuStrip1"; - // - // toolStripMenuItem1 - // - this.toolStripMenuItem1.Name = "toolStripMenuItem1"; - this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20); - // - // keyPadToolStripMenuItem - // - this.keyPadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(355, 24); + this.menuStrip1.TabIndex = 0; + this.menuStrip1.Text = "menuStrip1"; + // + // toolStripMenuItem1 + // + this.toolStripMenuItem1.Name = "toolStripMenuItem1"; + this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20); + // + // keyPadToolStripMenuItem + // + this.keyPadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); - this.keyPadToolStripMenuItem.Name = "keyPadToolStripMenuItem"; - this.keyPadToolStripMenuItem.Size = new System.Drawing.Size(58, 20); - this.keyPadToolStripMenuItem.Text = "Key Pad"; - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(143, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.keyPadToolStripMenuItem.Name = "keyPadToolStripMenuItem"; + this.keyPadToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.keyPadToolStripMenuItem.Text = "Key Pad"; + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveWindowPositionToolStripMenuItem, this.showHotkToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(190, 22); - this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // showHotkToolStripMenuItem - // - this.showHotkToolStripMenuItem.Checked = true; - this.showHotkToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; - this.showHotkToolStripMenuItem.Name = "showHotkToolStripMenuItem"; - this.showHotkToolStripMenuItem.Size = new System.Drawing.Size(190, 22); - this.showHotkToolStripMenuItem.Text = "Show Hotkeys"; - this.showHotkToolStripMenuItem.Click += new System.EventHandler(this.showHotkToolStripMenuItem_Click); - // - // YEQUAL - // - this.YEQUAL.BackColor = System.Drawing.Color.CornflowerBlue; - this.YEQUAL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.YEQUAL.ForeColor = System.Drawing.Color.White; - this.YEQUAL.Location = new System.Drawing.Point(15, 58); - this.YEQUAL.Name = "YEQUAL"; - this.YEQUAL.Size = new System.Drawing.Size(54, 20); - this.YEQUAL.TabIndex = 1; - this.YEQUAL.Text = "Y="; - this.YEQUAL.UseVisualStyleBackColor = false; - this.YEQUAL.Click += new System.EventHandler(this.button1_Click); - // - // SECOND - // - this.SECOND.BackColor = System.Drawing.Color.Gold; - this.SECOND.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SECOND.ForeColor = System.Drawing.Color.FloralWhite; - this.SECOND.Location = new System.Drawing.Point(15, 130); - this.SECOND.Name = "SECOND"; - this.SECOND.Size = new System.Drawing.Size(54, 23); - this.SECOND.TabIndex = 6; - this.SECOND.Text = "2nd"; - this.SECOND.UseVisualStyleBackColor = false; - this.SECOND.Click += new System.EventHandler(this.button5_Click); - // - // WINDOW - // - this.WINDOW.BackColor = System.Drawing.Color.CornflowerBlue; - this.WINDOW.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.WINDOW.ForeColor = System.Drawing.Color.White; - this.WINDOW.Location = new System.Drawing.Point(87, 58); - this.WINDOW.Name = "WINDOW"; - this.WINDOW.Size = new System.Drawing.Size(60, 20); - this.WINDOW.TabIndex = 2; - this.WINDOW.Text = "Window"; - this.WINDOW.UseVisualStyleBackColor = false; - this.WINDOW.Click += new System.EventHandler(this.button6_Click); - // - // ZOOM - // - this.ZOOM.BackColor = System.Drawing.Color.CornflowerBlue; - this.ZOOM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ZOOM.ForeColor = System.Drawing.Color.White; - this.ZOOM.Location = new System.Drawing.Point(155, 58); - this.ZOOM.Name = "ZOOM"; - this.ZOOM.Size = new System.Drawing.Size(54, 20); - this.ZOOM.TabIndex = 3; - this.ZOOM.Text = "Zoom"; - this.ZOOM.UseVisualStyleBackColor = false; - this.ZOOM.Click += new System.EventHandler(this.button7_Click); - // - // TRACE - // - this.TRACE.BackColor = System.Drawing.Color.CornflowerBlue; - this.TRACE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TRACE.ForeColor = System.Drawing.Color.White; - this.TRACE.Location = new System.Drawing.Point(224, 58); - this.TRACE.Name = "TRACE"; - this.TRACE.Size = new System.Drawing.Size(54, 20); - this.TRACE.TabIndex = 4; - this.TRACE.Text = "Trace"; - this.TRACE.UseVisualStyleBackColor = false; - this.TRACE.Click += new System.EventHandler(this.button8_Click); - // - // GRAPH - // - this.GRAPH.BackColor = System.Drawing.Color.CornflowerBlue; - this.GRAPH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.GRAPH.ForeColor = System.Drawing.Color.White; - this.GRAPH.Location = new System.Drawing.Point(294, 58); - this.GRAPH.Name = "GRAPH"; - this.GRAPH.Size = new System.Drawing.Size(54, 20); - this.GRAPH.TabIndex = 5; - this.GRAPH.Text = "Graph"; - this.GRAPH.UseVisualStyleBackColor = false; - this.GRAPH.Click += new System.EventHandler(this.button9_Click); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.ForeColor = System.Drawing.Color.Gold; - this.label1.Location = new System.Drawing.Point(8, 42); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(75, 13); - this.label1.TabIndex = 10; - this.label1.Text = "STAT PLOT"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label2.ForeColor = System.Drawing.Color.Gold; - this.label2.Location = new System.Drawing.Point(85, 42); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(54, 13); - this.label2.TabIndex = 11; - this.label2.Text = "TBLSET"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.ForeColor = System.Drawing.Color.Gold; - this.label3.Location = new System.Drawing.Point(155, 42); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(58, 13); - this.label3.TabIndex = 12; - this.label3.Text = "FORMAT"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.ForeColor = System.Drawing.Color.Gold; - this.label4.Location = new System.Drawing.Point(231, 42); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(38, 13); - this.label4.TabIndex = 13; - this.label4.Text = "CALC"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label5.ForeColor = System.Drawing.Color.Gold; - this.label5.Location = new System.Drawing.Point(294, 42); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(46, 13); - this.label5.TabIndex = 14; - this.label5.Text = "TABLE"; - // - // MODE - // - this.MODE.BackColor = System.Drawing.Color.Black; - this.MODE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.MODE.ForeColor = System.Drawing.Color.FloralWhite; - this.MODE.Location = new System.Drawing.Point(87, 130); - this.MODE.Name = "MODE"; - this.MODE.Size = new System.Drawing.Size(54, 23); - this.MODE.TabIndex = 7; - this.MODE.Text = "MODE"; - this.MODE.UseVisualStyleBackColor = false; - this.MODE.Click += new System.EventHandler(this.button2_Click); - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label6.ForeColor = System.Drawing.Color.Gold; - this.label6.Location = new System.Drawing.Point(87, 114); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(37, 13); - this.label6.TabIndex = 16; - this.label6.Text = "QUIT"; - // - // label7 - // - this.label7.AutoSize = true; - this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label7.ForeColor = System.Drawing.Color.Gold; - this.label7.Location = new System.Drawing.Point(155, 114); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(28, 13); - this.label7.TabIndex = 18; - this.label7.Text = "INS"; - // - // DEL - // - this.DEL.BackColor = System.Drawing.Color.Black; - this.DEL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DEL.ForeColor = System.Drawing.Color.FloralWhite; - this.DEL.Location = new System.Drawing.Point(155, 130); - this.DEL.Name = "DEL"; - this.DEL.Size = new System.Drawing.Size(54, 23); - this.DEL.TabIndex = 8; - this.DEL.Text = "DEL"; - this.DEL.UseVisualStyleBackColor = false; - this.DEL.Click += new System.EventHandler(this.button3_Click); - // - // XT - // - this.XT.BackColor = System.Drawing.Color.Black; - this.XT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.XT.ForeColor = System.Drawing.Color.FloralWhite; - this.XT.Location = new System.Drawing.Point(87, 178); - this.XT.Name = "XT"; - this.XT.Size = new System.Drawing.Size(57, 23); - this.XT.TabIndex = 14; - this.XT.Text = "X,T,ø,n"; - this.XT.UseVisualStyleBackColor = false; - this.XT.Click += new System.EventHandler(this.button4_Click); - // - // STAT - // - this.STAT.BackColor = System.Drawing.Color.Black; - this.STAT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.STAT.ForeColor = System.Drawing.Color.FloralWhite; - this.STAT.Location = new System.Drawing.Point(155, 178); - this.STAT.Name = "STAT"; - this.STAT.Size = new System.Drawing.Size(54, 23); - this.STAT.TabIndex = 15; - this.STAT.Text = "STAT"; - this.STAT.UseVisualStyleBackColor = false; - this.STAT.Click += new System.EventHandler(this.button10_Click); - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label8.ForeColor = System.Drawing.Color.Gold; - this.label8.Location = new System.Drawing.Point(87, 162); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(35, 13); - this.label8.TabIndex = 21; - this.label8.Text = "LINK"; - // - // label9 - // - this.label9.AutoSize = true; - this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label9.ForeColor = System.Drawing.Color.Gold; - this.label9.Location = new System.Drawing.Point(155, 162); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(34, 13); - this.label9.TabIndex = 22; - this.label9.Text = "LIST"; - // - // ALPHA - // - this.ALPHA.BackColor = System.Drawing.Color.LightSeaGreen; - this.ALPHA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ALPHA.ForeColor = System.Drawing.Color.FloralWhite; - this.ALPHA.Location = new System.Drawing.Point(15, 178); - this.ALPHA.Name = "ALPHA"; - this.ALPHA.Size = new System.Drawing.Size(54, 23); - this.ALPHA.TabIndex = 13; - this.ALPHA.Text = "Alpha"; - this.ALPHA.UseVisualStyleBackColor = false; - this.ALPHA.Click += new System.EventHandler(this.button11_Click); - // - // label10 - // - this.label10.AutoSize = true; - this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label10.ForeColor = System.Drawing.Color.Gold; - this.label10.Location = new System.Drawing.Point(15, 162); - this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(51, 13); - this.label10.TabIndex = 24; - this.label10.Text = "A-LOCK"; - // - // MATH - // - this.MATH.BackColor = System.Drawing.Color.Black; - this.MATH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.MATH.ForeColor = System.Drawing.Color.FloralWhite; - this.MATH.Location = new System.Drawing.Point(15, 225); - this.MATH.Name = "MATH"; - this.MATH.Size = new System.Drawing.Size(54, 23); - this.MATH.TabIndex = 16; - this.MATH.Text = "MATH"; - this.MATH.UseVisualStyleBackColor = false; - this.MATH.Click += new System.EventHandler(this.button12_Click); - // - // label11 - // - this.label11.AutoSize = true; - this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label11.ForeColor = System.Drawing.Color.Gold; - this.label11.Location = new System.Drawing.Point(15, 209); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(39, 13); - this.label11.TabIndex = 26; - this.label11.Text = "TEST"; - // - // MATRIX - // - this.MATRIX.BackColor = System.Drawing.Color.Black; - this.MATRIX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.MATRIX.ForeColor = System.Drawing.Color.FloralWhite; - this.MATRIX.Location = new System.Drawing.Point(87, 225); - this.MATRIX.Name = "MATRIX"; - this.MATRIX.Size = new System.Drawing.Size(54, 23); - this.MATRIX.TabIndex = 17; - this.MATRIX.Text = "Matrix"; - this.MATRIX.UseVisualStyleBackColor = false; - this.MATRIX.Click += new System.EventHandler(this.button13_Click); - // - // PRGM - // - this.PRGM.BackColor = System.Drawing.Color.Black; - this.PRGM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.PRGM.ForeColor = System.Drawing.Color.FloralWhite; - this.PRGM.Location = new System.Drawing.Point(155, 225); - this.PRGM.Name = "PRGM"; - this.PRGM.Size = new System.Drawing.Size(54, 23); - this.PRGM.TabIndex = 18; - this.PRGM.Text = "PRGM"; - this.PRGM.UseVisualStyleBackColor = false; - this.PRGM.Click += new System.EventHandler(this.button14_Click); - // - // VARS - // - this.VARS.BackColor = System.Drawing.Color.Black; - this.VARS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.VARS.ForeColor = System.Drawing.Color.FloralWhite; - this.VARS.Location = new System.Drawing.Point(224, 225); - this.VARS.Name = "VARS"; - this.VARS.Size = new System.Drawing.Size(54, 23); - this.VARS.TabIndex = 19; - this.VARS.Text = "VARS"; - this.VARS.UseVisualStyleBackColor = false; - this.VARS.Click += new System.EventHandler(this.button15_Click); - // - // CLEAR - // - this.CLEAR.BackColor = System.Drawing.Color.Black; - this.CLEAR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.CLEAR.ForeColor = System.Drawing.Color.FloralWhite; - this.CLEAR.Location = new System.Drawing.Point(294, 225); - this.CLEAR.Name = "CLEAR"; - this.CLEAR.Size = new System.Drawing.Size(54, 23); - this.CLEAR.TabIndex = 20; - this.CLEAR.Text = "Clear"; - this.CLEAR.UseVisualStyleBackColor = false; - this.CLEAR.Click += new System.EventHandler(this.button16_Click); - // - // label12 - // - this.label12.AutoSize = true; - this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label12.ForeColor = System.Drawing.Color.Gold; - this.label12.Location = new System.Drawing.Point(87, 209); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(48, 13); - this.label12.TabIndex = 31; - this.label12.Text = "ANGLE"; - // - // label13 - // - this.label13.AutoSize = true; - this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label13.ForeColor = System.Drawing.Color.Gold; - this.label13.Location = new System.Drawing.Point(155, 209); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(45, 13); - this.label13.TabIndex = 32; - this.label13.Text = "DRAW"; - // - // label14 - // - this.label14.AutoSize = true; - this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label14.ForeColor = System.Drawing.Color.Gold; - this.label14.Location = new System.Drawing.Point(224, 209); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(45, 13); - this.label14.TabIndex = 33; - this.label14.Text = "DISTR"; - // - // label15 - // - this.label15.AutoSize = true; - this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label15.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label15.Location = new System.Drawing.Point(57, 209); - this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(15, 13); - this.label15.TabIndex = 34; - this.label15.Text = "A"; - // - // label16 - // - this.label16.AutoSize = true; - this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label16.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label16.Location = new System.Drawing.Point(133, 209); - this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(15, 13); - this.label16.TabIndex = 35; - this.label16.Text = "B"; - // - // label17 - // - this.label17.AutoSize = true; - this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label17.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label17.Location = new System.Drawing.Point(198, 209); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(15, 13); - this.label17.TabIndex = 36; - this.label17.Text = "C"; - // - // label18 - // - this.label18.AutoSize = true; - this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label18.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label18.Location = new System.Drawing.Point(61, 258); - this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(16, 13); - this.label18.TabIndex = 37; - this.label18.Text = "D"; - // - // label19 - // - this.label19.AutoSize = true; - this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label19.ForeColor = System.Drawing.Color.Gold; - this.label19.Location = new System.Drawing.Point(12, 258); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(52, 13); - this.label19.TabIndex = 38; - this.label19.Text = "Finance"; - // - // NEG1 - // - this.NEG1.BackColor = System.Drawing.Color.Black; - this.NEG1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.NEG1.ForeColor = System.Drawing.Color.FloralWhite; - this.NEG1.Location = new System.Drawing.Point(15, 274); - this.NEG1.Name = "NEG1"; - this.NEG1.Size = new System.Drawing.Size(54, 23); - this.NEG1.TabIndex = 39; - this.NEG1.Text = "X ־ ¹"; - this.NEG1.UseVisualStyleBackColor = false; - this.NEG1.Click += new System.EventHandler(this.button17_Click); - // - // SIN - // - this.SIN.BackColor = System.Drawing.Color.Black; - this.SIN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SIN.ForeColor = System.Drawing.Color.FloralWhite; - this.SIN.Location = new System.Drawing.Point(87, 274); - this.SIN.Name = "SIN"; - this.SIN.Size = new System.Drawing.Size(54, 23); - this.SIN.TabIndex = 40; - this.SIN.Text = "SIN"; - this.SIN.UseVisualStyleBackColor = false; - this.SIN.Click += new System.EventHandler(this.button18_Click); - // - // COS - // - this.COS.BackColor = System.Drawing.Color.Black; - this.COS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.COS.ForeColor = System.Drawing.Color.FloralWhite; - this.COS.Location = new System.Drawing.Point(155, 274); - this.COS.Name = "COS"; - this.COS.Size = new System.Drawing.Size(54, 23); - this.COS.TabIndex = 41; - this.COS.Text = "COS"; - this.COS.UseVisualStyleBackColor = false; - this.COS.Click += new System.EventHandler(this.button19_Click); - // - // TAN - // - this.TAN.BackColor = System.Drawing.Color.Black; - this.TAN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TAN.ForeColor = System.Drawing.Color.FloralWhite; - this.TAN.Location = new System.Drawing.Point(224, 274); - this.TAN.Name = "TAN"; - this.TAN.Size = new System.Drawing.Size(54, 23); - this.TAN.TabIndex = 42; - this.TAN.Text = "TAN"; - this.TAN.UseVisualStyleBackColor = false; - this.TAN.Click += new System.EventHandler(this.button20_Click); - // - // EXP - // - this.EXP.BackColor = System.Drawing.Color.Black; - this.EXP.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.EXP.ForeColor = System.Drawing.Color.FloralWhite; - this.EXP.Location = new System.Drawing.Point(294, 274); - this.EXP.Name = "EXP"; - this.EXP.Size = new System.Drawing.Size(54, 23); - this.EXP.TabIndex = 43; - this.EXP.Text = "^"; - this.EXP.UseVisualStyleBackColor = false; - this.EXP.Click += new System.EventHandler(this.button21_Click); - // - // label20 - // - this.label20.AutoSize = true; - this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label20.ForeColor = System.Drawing.Color.Gold; - this.label20.Location = new System.Drawing.Point(87, 258); - this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(28, 13); - this.label20.TabIndex = 44; - this.label20.Text = "SIN"; - // - // label21 - // - this.label21.AutoSize = true; - this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label21.ForeColor = System.Drawing.Color.Gold; - this.label21.Location = new System.Drawing.Point(155, 258); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(32, 13); - this.label21.TabIndex = 45; - this.label21.Text = "COS"; - // - // label22 - // - this.label22.AutoSize = true; - this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label22.ForeColor = System.Drawing.Color.Gold; - this.label22.Location = new System.Drawing.Point(222, 258); - this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(32, 13); - this.label22.TabIndex = 46; - this.label22.Text = "TAN"; - // - // label23 - // - this.label23.AutoSize = true; - this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label23.ForeColor = System.Drawing.Color.Gold; - this.label23.Location = new System.Drawing.Point(295, 254); - this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(17, 18); - this.label23.TabIndex = 47; - this.label23.Text = "π"; - // - // label24 - // - this.label24.AutoSize = true; - this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label24.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label24.Location = new System.Drawing.Point(133, 258); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(15, 13); - this.label24.TabIndex = 48; - this.label24.Text = "E"; - // - // label25 - // - this.label25.AutoSize = true; - this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label25.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label25.Location = new System.Drawing.Point(198, 258); - this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(14, 13); - this.label25.TabIndex = 49; - this.label25.Text = "F"; - // - // label26 - // - this.label26.AutoSize = true; - this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label26.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label26.Location = new System.Drawing.Point(266, 258); - this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(16, 13); - this.label26.TabIndex = 50; - this.label26.Text = "G"; - // - // label27 - // - this.label27.AutoSize = true; - this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label27.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label27.Location = new System.Drawing.Point(332, 258); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(16, 13); - this.label27.TabIndex = 51; - this.label27.Text = "H"; - // - // label28 - // - this.label28.AutoSize = true; - this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label28.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label28.Location = new System.Drawing.Point(332, 307); - this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(17, 13); - this.label28.TabIndex = 66; - this.label28.Text = "M"; - // - // label29 - // - this.label29.AutoSize = true; - this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label29.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label29.Location = new System.Drawing.Point(266, 307); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(14, 13); - this.label29.TabIndex = 65; - this.label29.Text = "L"; - // - // label30 - // - this.label30.AutoSize = true; - this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label30.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label30.Location = new System.Drawing.Point(198, 307); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(15, 13); - this.label30.TabIndex = 64; - this.label30.Text = "K"; - // - // label31 - // - this.label31.AutoSize = true; - this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label31.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label31.Location = new System.Drawing.Point(133, 307); - this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(13, 13); - this.label31.TabIndex = 63; - this.label31.Text = "J"; - // - // label32 - // - this.label32.AutoSize = true; - this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label32.ForeColor = System.Drawing.Color.Gold; - this.label32.Location = new System.Drawing.Point(294, 307); - this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(14, 13); - this.label32.TabIndex = 62; - this.label32.Text = "e"; - // - // label33 - // - this.label33.AutoSize = true; - this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label33.ForeColor = System.Drawing.Color.Gold; - this.label33.Location = new System.Drawing.Point(224, 307); - this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(12, 13); - this.label33.TabIndex = 61; - this.label33.Text = "}"; - // - // label34 - // - this.label34.AutoSize = true; - this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label34.ForeColor = System.Drawing.Color.Gold; - this.label34.Location = new System.Drawing.Point(155, 307); - this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(12, 13); - this.label34.TabIndex = 60; - this.label34.Text = "{"; - // - // label35 - // - this.label35.AutoSize = true; - this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label35.ForeColor = System.Drawing.Color.Gold; - this.label35.Location = new System.Drawing.Point(87, 307); - this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(23, 13); - this.label35.TabIndex = 59; - this.label35.Text = "EE"; - // - // DIVIDE - // - this.DIVIDE.BackColor = System.Drawing.Color.CornflowerBlue; - this.DIVIDE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DIVIDE.ForeColor = System.Drawing.Color.FloralWhite; - this.DIVIDE.Location = new System.Drawing.Point(294, 323); - this.DIVIDE.Name = "DIVIDE"; - this.DIVIDE.Size = new System.Drawing.Size(54, 23); - this.DIVIDE.TabIndex = 58; - this.DIVIDE.Text = "÷"; - this.DIVIDE.UseVisualStyleBackColor = false; - this.DIVIDE.Click += new System.EventHandler(this.button22_Click); - // - // PARACLOSE - // - this.PARACLOSE.BackColor = System.Drawing.Color.Black; - this.PARACLOSE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.PARACLOSE.ForeColor = System.Drawing.Color.FloralWhite; - this.PARACLOSE.Location = new System.Drawing.Point(224, 323); - this.PARACLOSE.Name = "PARACLOSE"; - this.PARACLOSE.Size = new System.Drawing.Size(54, 23); - this.PARACLOSE.TabIndex = 57; - this.PARACLOSE.Text = ")"; - this.PARACLOSE.UseVisualStyleBackColor = false; - this.PARACLOSE.Click += new System.EventHandler(this.button23_Click); - // - // PARAOPEN - // - this.PARAOPEN.BackColor = System.Drawing.Color.Black; - this.PARAOPEN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.PARAOPEN.ForeColor = System.Drawing.Color.FloralWhite; - this.PARAOPEN.Location = new System.Drawing.Point(155, 323); - this.PARAOPEN.Name = "PARAOPEN"; - this.PARAOPEN.Size = new System.Drawing.Size(54, 23); - this.PARAOPEN.TabIndex = 56; - this.PARAOPEN.Text = "("; - this.PARAOPEN.UseVisualStyleBackColor = false; - this.PARAOPEN.Click += new System.EventHandler(this.button24_Click); - // - // COMMA - // - this.COMMA.BackColor = System.Drawing.Color.Black; - this.COMMA.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.COMMA.ForeColor = System.Drawing.Color.FloralWhite; - this.COMMA.Location = new System.Drawing.Point(87, 323); - this.COMMA.Name = "COMMA"; - this.COMMA.Size = new System.Drawing.Size(54, 23); - this.COMMA.TabIndex = 55; - this.COMMA.Text = "’"; - this.COMMA.UseVisualStyleBackColor = false; - this.COMMA.Click += new System.EventHandler(this.button25_Click); - // - // SQUARED - // - this.SQUARED.BackColor = System.Drawing.Color.Black; - this.SQUARED.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SQUARED.ForeColor = System.Drawing.Color.FloralWhite; - this.SQUARED.Location = new System.Drawing.Point(15, 323); - this.SQUARED.Name = "SQUARED"; - this.SQUARED.Size = new System.Drawing.Size(54, 23); - this.SQUARED.TabIndex = 54; - this.SQUARED.Text = "X ²"; - this.SQUARED.UseVisualStyleBackColor = false; - this.SQUARED.Click += new System.EventHandler(this.button26_Click); - // - // label36 - // - this.label36.AutoSize = true; - this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label36.ForeColor = System.Drawing.Color.Gold; - this.label36.Location = new System.Drawing.Point(15, 307); - this.label36.Name = "label36"; - this.label36.Size = new System.Drawing.Size(14, 13); - this.label36.TabIndex = 53; - this.label36.Text = "√"; - // - // label37 - // - this.label37.AutoSize = true; - this.label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label37.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label37.Location = new System.Drawing.Point(57, 307); - this.label37.Name = "label37"; - this.label37.Size = new System.Drawing.Size(11, 13); - this.label37.TabIndex = 52; - this.label37.Text = "I"; - // - // label38 - // - this.label38.AutoSize = true; - this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label38.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label38.Location = new System.Drawing.Point(332, 359); - this.label38.Name = "label38"; - this.label38.Size = new System.Drawing.Size(16, 13); - this.label38.TabIndex = 81; - this.label38.Text = "R"; - // - // label39 - // - this.label39.AutoSize = true; - this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label39.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label39.Location = new System.Drawing.Point(266, 359); - this.label39.Name = "label39"; - this.label39.Size = new System.Drawing.Size(16, 13); - this.label39.TabIndex = 80; - this.label39.Text = "Q"; - // - // label40 - // - this.label40.AutoSize = true; - this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label40.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label40.Location = new System.Drawing.Point(198, 359); - this.label40.Name = "label40"; - this.label40.Size = new System.Drawing.Size(15, 13); - this.label40.TabIndex = 79; - this.label40.Text = "P"; - // - // label41 - // - this.label41.AutoSize = true; - this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label41.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label41.Location = new System.Drawing.Point(133, 359); - this.label41.Name = "label41"; - this.label41.Size = new System.Drawing.Size(16, 13); - this.label41.TabIndex = 78; - this.label41.Text = "O"; - // - // label42 - // - this.label42.AutoSize = true; - this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label42.ForeColor = System.Drawing.Color.Gold; - this.label42.Location = new System.Drawing.Point(294, 359); - this.label42.Name = "label42"; - this.label42.Size = new System.Drawing.Size(11, 13); - this.label42.TabIndex = 77; - this.label42.Text = "["; - // - // label43 - // - this.label43.AutoSize = true; - this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label43.ForeColor = System.Drawing.Color.Gold; - this.label43.Location = new System.Drawing.Point(224, 359); - this.label43.Name = "label43"; - this.label43.Size = new System.Drawing.Size(16, 13); - this.label43.TabIndex = 76; - this.label43.Text = "w"; - // - // label44 - // - this.label44.AutoSize = true; - this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label44.ForeColor = System.Drawing.Color.Gold; - this.label44.Location = new System.Drawing.Point(155, 359); - this.label44.Name = "label44"; - this.label44.Size = new System.Drawing.Size(14, 13); - this.label44.TabIndex = 75; - this.label44.Text = "v"; - // - // label45 - // - this.label45.AutoSize = true; - this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label45.ForeColor = System.Drawing.Color.Gold; - this.label45.Location = new System.Drawing.Point(87, 359); - this.label45.Name = "label45"; - this.label45.Size = new System.Drawing.Size(14, 13); - this.label45.TabIndex = 74; - this.label45.Text = "u"; - // - // MULTIPLY - // - this.MULTIPLY.BackColor = System.Drawing.Color.CornflowerBlue; - this.MULTIPLY.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.MULTIPLY.ForeColor = System.Drawing.Color.FloralWhite; - this.MULTIPLY.Location = new System.Drawing.Point(294, 375); - this.MULTIPLY.Name = "MULTIPLY"; - this.MULTIPLY.Size = new System.Drawing.Size(54, 23); - this.MULTIPLY.TabIndex = 73; - this.MULTIPLY.Text = "×"; - this.MULTIPLY.UseVisualStyleBackColor = false; - this.MULTIPLY.Click += new System.EventHandler(this.MULTIPLY_Click); - // - // NINE - // - this.NINE.BackColor = System.Drawing.Color.Gray; - this.NINE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.NINE.ForeColor = System.Drawing.Color.FloralWhite; - this.NINE.Location = new System.Drawing.Point(224, 375); - this.NINE.Name = "NINE"; - this.NINE.Size = new System.Drawing.Size(54, 23); - this.NINE.TabIndex = 72; - this.NINE.Text = "9"; - this.NINE.UseVisualStyleBackColor = false; - this.NINE.Click += new System.EventHandler(this.NINE_Click); - // - // EIGHT - // - this.EIGHT.BackColor = System.Drawing.Color.Gray; - this.EIGHT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.EIGHT.ForeColor = System.Drawing.Color.FloralWhite; - this.EIGHT.Location = new System.Drawing.Point(155, 375); - this.EIGHT.Name = "EIGHT"; - this.EIGHT.Size = new System.Drawing.Size(54, 23); - this.EIGHT.TabIndex = 71; - this.EIGHT.Text = "8"; - this.EIGHT.UseVisualStyleBackColor = false; - this.EIGHT.Click += new System.EventHandler(this.EIGHT_Click); - // - // SEVEN - // - this.SEVEN.BackColor = System.Drawing.Color.Gray; - this.SEVEN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SEVEN.ForeColor = System.Drawing.Color.FloralWhite; - this.SEVEN.Location = new System.Drawing.Point(87, 375); - this.SEVEN.Name = "SEVEN"; - this.SEVEN.Size = new System.Drawing.Size(54, 23); - this.SEVEN.TabIndex = 70; - this.SEVEN.Text = "7"; - this.SEVEN.UseVisualStyleBackColor = false; - this.SEVEN.Click += new System.EventHandler(this.SEVEN_Click); - // - // LOG - // - this.LOG.BackColor = System.Drawing.Color.Black; - this.LOG.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LOG.ForeColor = System.Drawing.Color.FloralWhite; - this.LOG.Location = new System.Drawing.Point(15, 375); - this.LOG.Name = "LOG"; - this.LOG.Size = new System.Drawing.Size(54, 23); - this.LOG.TabIndex = 69; - this.LOG.Text = "LOG"; - this.LOG.UseVisualStyleBackColor = false; - this.LOG.Click += new System.EventHandler(this.LOG_Click); - // - // label46 - // - this.label46.AutoSize = true; - this.label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label46.ForeColor = System.Drawing.Color.Gold; - this.label46.Location = new System.Drawing.Point(15, 359); - this.label46.Name = "label46"; - this.label46.Size = new System.Drawing.Size(21, 13); - this.label46.TabIndex = 68; - this.label46.Text = "10"; - // - // label47 - // - this.label47.AutoSize = true; - this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label47.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label47.Location = new System.Drawing.Point(57, 359); - this.label47.Name = "label47"; - this.label47.Size = new System.Drawing.Size(16, 13); - this.label47.TabIndex = 67; - this.label47.Text = "N"; - // - // label48 - // - this.label48.AutoSize = true; - this.label48.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label48.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label48.Location = new System.Drawing.Point(332, 404); - this.label48.Name = "label48"; - this.label48.Size = new System.Drawing.Size(19, 13); - this.label48.TabIndex = 96; - this.label48.Text = "W"; - // - // label49 - // - this.label49.AutoSize = true; - this.label49.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label49.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label49.Location = new System.Drawing.Point(266, 404); - this.label49.Name = "label49"; - this.label49.Size = new System.Drawing.Size(15, 13); - this.label49.TabIndex = 95; - this.label49.Text = "V"; - // - // label50 - // - this.label50.AutoSize = true; - this.label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label50.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label50.Location = new System.Drawing.Point(198, 404); - this.label50.Name = "label50"; - this.label50.Size = new System.Drawing.Size(16, 13); - this.label50.TabIndex = 94; - this.label50.Text = "U"; - // - // label51 - // - this.label51.AutoSize = true; - this.label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label51.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label51.Location = new System.Drawing.Point(133, 404); - this.label51.Name = "label51"; - this.label51.Size = new System.Drawing.Size(15, 13); - this.label51.TabIndex = 93; - this.label51.Text = "T"; - // - // label52 - // - this.label52.AutoSize = true; - this.label52.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label52.ForeColor = System.Drawing.Color.Gold; - this.label52.Location = new System.Drawing.Point(294, 404); - this.label52.Name = "label52"; - this.label52.Size = new System.Drawing.Size(11, 13); - this.label52.TabIndex = 92; - this.label52.Text = "]"; - // - // label53 - // - this.label53.AutoSize = true; - this.label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label53.ForeColor = System.Drawing.Color.Gold; - this.label53.Location = new System.Drawing.Point(224, 404); - this.label53.Name = "label53"; - this.label53.Size = new System.Drawing.Size(21, 13); - this.label53.TabIndex = 91; - this.label53.Text = "L6"; - // - // label54 - // - this.label54.AutoSize = true; - this.label54.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label54.ForeColor = System.Drawing.Color.Gold; - this.label54.Location = new System.Drawing.Point(155, 404); - this.label54.Name = "label54"; - this.label54.Size = new System.Drawing.Size(21, 13); - this.label54.TabIndex = 90; - this.label54.Text = "L5"; - // - // label55 - // - this.label55.AutoSize = true; - this.label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label55.ForeColor = System.Drawing.Color.Gold; - this.label55.Location = new System.Drawing.Point(87, 404); - this.label55.Name = "label55"; - this.label55.Size = new System.Drawing.Size(21, 13); - this.label55.TabIndex = 89; - this.label55.Text = "L4"; - // - // MINUS - // - this.MINUS.BackColor = System.Drawing.Color.CornflowerBlue; - this.MINUS.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.MINUS.ForeColor = System.Drawing.Color.FloralWhite; - this.MINUS.Location = new System.Drawing.Point(294, 420); - this.MINUS.Name = "MINUS"; - this.MINUS.Size = new System.Drawing.Size(54, 23); - this.MINUS.TabIndex = 88; - this.MINUS.Text = "–"; - this.MINUS.UseVisualStyleBackColor = false; - this.MINUS.Click += new System.EventHandler(this.MINUS_Click); - // - // SIX - // - this.SIX.BackColor = System.Drawing.Color.Gray; - this.SIX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.SIX.ForeColor = System.Drawing.Color.FloralWhite; - this.SIX.Location = new System.Drawing.Point(224, 420); - this.SIX.Name = "SIX"; - this.SIX.Size = new System.Drawing.Size(54, 23); - this.SIX.TabIndex = 87; - this.SIX.Text = "6"; - this.SIX.UseVisualStyleBackColor = false; - this.SIX.Click += new System.EventHandler(this.SIX_Click); - // - // FIVE - // - this.FIVE.BackColor = System.Drawing.Color.Gray; - this.FIVE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FIVE.ForeColor = System.Drawing.Color.FloralWhite; - this.FIVE.Location = new System.Drawing.Point(155, 420); - this.FIVE.Name = "FIVE"; - this.FIVE.Size = new System.Drawing.Size(54, 23); - this.FIVE.TabIndex = 86; - this.FIVE.Text = "5"; - this.FIVE.UseVisualStyleBackColor = false; - this.FIVE.Click += new System.EventHandler(this.FIVE_Click); - // - // FOUR - // - this.FOUR.BackColor = System.Drawing.Color.Gray; - this.FOUR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FOUR.ForeColor = System.Drawing.Color.FloralWhite; - this.FOUR.Location = new System.Drawing.Point(87, 420); - this.FOUR.Name = "FOUR"; - this.FOUR.Size = new System.Drawing.Size(54, 23); - this.FOUR.TabIndex = 85; - this.FOUR.Text = "4"; - this.FOUR.UseVisualStyleBackColor = false; - this.FOUR.Click += new System.EventHandler(this.FOUR_Click); - // - // LN - // - this.LN.BackColor = System.Drawing.Color.Black; - this.LN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LN.ForeColor = System.Drawing.Color.FloralWhite; - this.LN.Location = new System.Drawing.Point(15, 420); - this.LN.Name = "LN"; - this.LN.Size = new System.Drawing.Size(54, 23); - this.LN.TabIndex = 84; - this.LN.Text = "LN"; - this.LN.UseVisualStyleBackColor = false; - this.LN.Click += new System.EventHandler(this.LN_Click); - // - // label56 - // - this.label56.AutoSize = true; - this.label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label56.ForeColor = System.Drawing.Color.Gold; - this.label56.Location = new System.Drawing.Point(15, 404); - this.label56.Name = "label56"; - this.label56.Size = new System.Drawing.Size(14, 13); - this.label56.TabIndex = 83; - this.label56.Text = "e"; - // - // label57 - // - this.label57.AutoSize = true; - this.label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label57.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label57.Location = new System.Drawing.Point(57, 404); - this.label57.Name = "label57"; - this.label57.Size = new System.Drawing.Size(15, 13); - this.label57.TabIndex = 82; - this.label57.Text = "S"; - // - // label58 - // - this.label58.AutoSize = true; - this.label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label58.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label58.Location = new System.Drawing.Point(332, 453); - this.label58.Name = "label58"; - this.label58.Size = new System.Drawing.Size(13, 13); - this.label58.TabIndex = 111; - this.label58.Text = "\'\'"; - // - // label59 - // - this.label59.AutoSize = true; - this.label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label59.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label59.Location = new System.Drawing.Point(266, 451); - this.label59.Name = "label59"; - this.label59.Size = new System.Drawing.Size(15, 15); - this.label59.TabIndex = 110; - this.label59.Text = "ø"; - // - // label60 - // - this.label60.AutoSize = true; - this.label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label60.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label60.Location = new System.Drawing.Point(198, 453); - this.label60.Name = "label60"; - this.label60.Size = new System.Drawing.Size(15, 13); - this.label60.TabIndex = 109; - this.label60.Text = "Z"; - // - // label61 - // - this.label61.AutoSize = true; - this.label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label61.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label61.Location = new System.Drawing.Point(133, 453); - this.label61.Name = "label61"; - this.label61.Size = new System.Drawing.Size(15, 13); - this.label61.TabIndex = 108; - this.label61.Text = "Y"; - // - // label62 - // - this.label62.AutoSize = true; - this.label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label62.ForeColor = System.Drawing.Color.Gold; - this.label62.Location = new System.Drawing.Point(294, 453); - this.label62.Name = "label62"; - this.label62.Size = new System.Drawing.Size(35, 13); - this.label62.TabIndex = 107; - this.label62.Text = "MEM"; - // - // label63 - // - this.label63.AutoSize = true; - this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label63.ForeColor = System.Drawing.Color.Gold; - this.label63.Location = new System.Drawing.Point(224, 453); - this.label63.Name = "label63"; - this.label63.Size = new System.Drawing.Size(21, 13); - this.label63.TabIndex = 106; - this.label63.Text = "L3"; - // - // label64 - // - this.label64.AutoSize = true; - this.label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label64.ForeColor = System.Drawing.Color.Gold; - this.label64.Location = new System.Drawing.Point(155, 453); - this.label64.Name = "label64"; - this.label64.Size = new System.Drawing.Size(21, 13); - this.label64.TabIndex = 105; - this.label64.Text = "L2"; - // - // label65 - // - this.label65.AutoSize = true; - this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label65.ForeColor = System.Drawing.Color.Gold; - this.label65.Location = new System.Drawing.Point(87, 453); - this.label65.Name = "label65"; - this.label65.Size = new System.Drawing.Size(21, 13); - this.label65.TabIndex = 104; - this.label65.Text = "L1"; - // - // PLUS - // - this.PLUS.BackColor = System.Drawing.Color.CornflowerBlue; - this.PLUS.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.PLUS.ForeColor = System.Drawing.Color.FloralWhite; - this.PLUS.Location = new System.Drawing.Point(294, 469); - this.PLUS.Name = "PLUS"; - this.PLUS.Size = new System.Drawing.Size(54, 23); - this.PLUS.TabIndex = 103; - this.PLUS.Text = "+"; - this.PLUS.UseVisualStyleBackColor = false; - this.PLUS.Click += new System.EventHandler(this.PLUS_Click); - // - // THREE - // - this.THREE.BackColor = System.Drawing.Color.Gray; - this.THREE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.THREE.ForeColor = System.Drawing.Color.FloralWhite; - this.THREE.Location = new System.Drawing.Point(224, 469); - this.THREE.Name = "THREE"; - this.THREE.Size = new System.Drawing.Size(54, 23); - this.THREE.TabIndex = 102; - this.THREE.Text = "3"; - this.THREE.UseVisualStyleBackColor = false; - this.THREE.Click += new System.EventHandler(this.THREE_Click); - // - // TWO - // - this.TWO.BackColor = System.Drawing.Color.Gray; - this.TWO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TWO.ForeColor = System.Drawing.Color.FloralWhite; - this.TWO.Location = new System.Drawing.Point(155, 469); - this.TWO.Name = "TWO"; - this.TWO.Size = new System.Drawing.Size(54, 23); - this.TWO.TabIndex = 101; - this.TWO.Text = "2"; - this.TWO.UseVisualStyleBackColor = false; - this.TWO.Click += new System.EventHandler(this.button39_Click); - // - // ONE - // - this.ONE.BackColor = System.Drawing.Color.Gray; - this.ONE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ONE.ForeColor = System.Drawing.Color.FloralWhite; - this.ONE.Location = new System.Drawing.Point(87, 469); - this.ONE.Name = "ONE"; - this.ONE.Size = new System.Drawing.Size(54, 23); - this.ONE.TabIndex = 100; - this.ONE.Text = "1"; - this.ONE.UseVisualStyleBackColor = false; - this.ONE.Click += new System.EventHandler(this.ONE_Click); - // - // STO - // - this.STO.BackColor = System.Drawing.Color.Black; - this.STO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.STO.ForeColor = System.Drawing.Color.FloralWhite; - this.STO.Location = new System.Drawing.Point(15, 469); - this.STO.Name = "STO"; - this.STO.Size = new System.Drawing.Size(54, 23); - this.STO.TabIndex = 99; - this.STO.Text = "STO->"; - this.STO.UseVisualStyleBackColor = false; - this.STO.Click += new System.EventHandler(this.STO_Click); - // - // label66 - // - this.label66.AutoSize = true; - this.label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label66.ForeColor = System.Drawing.Color.Gold; - this.label66.Location = new System.Drawing.Point(15, 453); - this.label66.Name = "label66"; - this.label66.Size = new System.Drawing.Size(31, 13); - this.label66.TabIndex = 98; - this.label66.Text = "RCL"; - // - // label67 - // - this.label67.AutoSize = true; - this.label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label67.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label67.Location = new System.Drawing.Point(57, 453); - this.label67.Name = "label67"; - this.label67.Size = new System.Drawing.Size(15, 13); - this.label67.TabIndex = 97; - this.label67.Text = "X"; - // - // label68 - // - this.label68.AutoSize = true; - this.label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label68.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label68.Location = new System.Drawing.Point(321, 501); - this.label68.Name = "label68"; - this.label68.Size = new System.Drawing.Size(39, 13); - this.label68.TabIndex = 125; - this.label68.Text = "Solve"; - // - // label69 - // - this.label69.AutoSize = true; - this.label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label69.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label69.Location = new System.Drawing.Point(266, 501); - this.label69.Name = "label69"; - this.label69.Size = new System.Drawing.Size(14, 13); - this.label69.TabIndex = 124; - this.label69.Text = "?"; - // - // label70 - // - this.label70.AutoSize = true; - this.label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label70.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label70.Location = new System.Drawing.Point(198, 501); - this.label70.Name = "label70"; - this.label70.Size = new System.Drawing.Size(11, 13); - this.label70.TabIndex = 123; - this.label70.Text = ":"; - // - // label71 - // - this.label71.AutoSize = true; - this.label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label71.ForeColor = System.Drawing.Color.LightSeaGreen; - this.label71.Location = new System.Drawing.Point(133, 501); - this.label71.Name = "label71"; - this.label71.Size = new System.Drawing.Size(14, 13); - this.label71.TabIndex = 122; - this.label71.Text = "_"; - // - // label72 - // - this.label72.AutoSize = true; - this.label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label72.ForeColor = System.Drawing.Color.Gold; - this.label72.Location = new System.Drawing.Point(285, 501); - this.label72.Name = "label72"; - this.label72.Size = new System.Drawing.Size(36, 13); - this.label72.TabIndex = 121; - this.label72.Text = "Entry"; - // - // label73 - // - this.label73.AutoSize = true; - this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label73.ForeColor = System.Drawing.Color.Gold; - this.label73.Location = new System.Drawing.Point(224, 501); - this.label73.Name = "label73"; - this.label73.Size = new System.Drawing.Size(32, 13); - this.label73.TabIndex = 120; - this.label73.Text = "ANS"; - // - // label74 - // - this.label74.AutoSize = true; - this.label74.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label74.ForeColor = System.Drawing.Color.Gold; - this.label74.Location = new System.Drawing.Point(155, 501); - this.label74.Name = "label74"; - this.label74.Size = new System.Drawing.Size(10, 13); - this.label74.TabIndex = 119; - this.label74.Text = "i"; - // - // label75 - // - this.label75.AutoSize = true; - this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label75.ForeColor = System.Drawing.Color.Gold; - this.label75.Location = new System.Drawing.Point(78, 501); - this.label75.Name = "label75"; - this.label75.Size = new System.Drawing.Size(50, 13); - this.label75.TabIndex = 118; - this.label75.Text = "Catalog"; - // - // ENTER - // - this.ENTER.BackColor = System.Drawing.Color.CornflowerBlue; - this.ENTER.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ENTER.ForeColor = System.Drawing.Color.FloralWhite; - this.ENTER.Location = new System.Drawing.Point(294, 517); - this.ENTER.Name = "ENTER"; - this.ENTER.Size = new System.Drawing.Size(54, 23); - this.ENTER.TabIndex = 117; - this.ENTER.Text = "Enter"; - this.ENTER.UseVisualStyleBackColor = false; - this.ENTER.Click += new System.EventHandler(this.button42_Click); - // - // DASH - // - this.DASH.BackColor = System.Drawing.Color.Gray; - this.DASH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DASH.ForeColor = System.Drawing.Color.FloralWhite; - this.DASH.Location = new System.Drawing.Point(224, 517); - this.DASH.Name = "DASH"; - this.DASH.Size = new System.Drawing.Size(54, 23); - this.DASH.TabIndex = 116; - this.DASH.Text = "(-)"; - this.DASH.UseVisualStyleBackColor = false; - this.DASH.Click += new System.EventHandler(this.button43_Click); - // - // PERIOD - // - this.PERIOD.BackColor = System.Drawing.Color.Gray; - this.PERIOD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.PERIOD.ForeColor = System.Drawing.Color.FloralWhite; - this.PERIOD.Location = new System.Drawing.Point(155, 517); - this.PERIOD.Name = "PERIOD"; - this.PERIOD.Size = new System.Drawing.Size(54, 23); - this.PERIOD.TabIndex = 115; - this.PERIOD.Text = "●"; - this.PERIOD.UseVisualStyleBackColor = false; - this.PERIOD.Click += new System.EventHandler(this.PERIOD_Click); - // - // ZERO - // - this.ZERO.BackColor = System.Drawing.Color.Gray; - this.ZERO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ZERO.ForeColor = System.Drawing.Color.FloralWhite; - this.ZERO.Location = new System.Drawing.Point(87, 517); - this.ZERO.Name = "ZERO"; - this.ZERO.Size = new System.Drawing.Size(54, 23); - this.ZERO.TabIndex = 114; - this.ZERO.Text = "0"; - this.ZERO.UseVisualStyleBackColor = false; - this.ZERO.Click += new System.EventHandler(this.ZERO_Click); - // - // ON - // - this.ON.BackColor = System.Drawing.Color.Black; - this.ON.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ON.ForeColor = System.Drawing.Color.FloralWhite; - this.ON.Location = new System.Drawing.Point(15, 517); - this.ON.Name = "ON"; - this.ON.Size = new System.Drawing.Size(54, 23); - this.ON.TabIndex = 113; - this.ON.Text = "ON"; - this.ON.UseVisualStyleBackColor = false; - this.ON.Click += new System.EventHandler(this.ON_Click); - // - // label76 - // - this.label76.AutoSize = true; - this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label76.ForeColor = System.Drawing.Color.Gold; - this.label76.Location = new System.Drawing.Point(15, 501); - this.label76.Name = "label76"; - this.label76.Size = new System.Drawing.Size(30, 13); - this.label76.TabIndex = 112; - this.label76.Text = "OFF"; - // - // LEFT - // - this.LEFT.BackColor = System.Drawing.Color.CornflowerBlue; - this.LEFT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.LEFT.ForeColor = System.Drawing.Color.White; - this.LEFT.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriLeft; - this.LEFT.Location = new System.Drawing.Point(224, 130); - this.LEFT.Name = "LEFT"; - this.LEFT.Size = new System.Drawing.Size(27, 53); - this.LEFT.TabIndex = 9; - this.LEFT.UseVisualStyleBackColor = false; - this.LEFT.Click += new System.EventHandler(this.button47_Click); - // - // RIGHT - // - this.RIGHT.BackColor = System.Drawing.Color.CornflowerBlue; - this.RIGHT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.RIGHT.ForeColor = System.Drawing.Color.White; - this.RIGHT.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriRight; - this.RIGHT.Location = new System.Drawing.Point(307, 130); - this.RIGHT.Name = "RIGHT"; - this.RIGHT.Size = new System.Drawing.Size(27, 53); - this.RIGHT.TabIndex = 11; - this.RIGHT.Text = ">"; - this.RIGHT.UseVisualStyleBackColor = false; - this.RIGHT.Click += new System.EventHandler(this.button48_Click); - // - // DOWN - // - this.DOWN.BackColor = System.Drawing.Color.CornflowerBlue; - this.DOWN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.DOWN.ForeColor = System.Drawing.Color.White; - this.DOWN.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriDown; - this.DOWN.Location = new System.Drawing.Point(250, 182); - this.DOWN.Name = "DOWN"; - this.DOWN.Size = new System.Drawing.Size(58, 21); - this.DOWN.TabIndex = 12; - this.DOWN.Text = "v"; - this.DOWN.UseVisualStyleBackColor = false; - this.DOWN.Click += new System.EventHandler(this.button49_Click); - // - // UP - // - this.UP.BackColor = System.Drawing.Color.CornflowerBlue; - this.UP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.UP.ForeColor = System.Drawing.Color.White; - this.UP.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriUp; - this.UP.Location = new System.Drawing.Point(250, 109); - this.UP.Name = "UP"; - this.UP.Size = new System.Drawing.Size(58, 21); - this.UP.TabIndex = 10; - this.UP.UseVisualStyleBackColor = false; - this.UP.Click += new System.EventHandler(this.button50_Click); - // - // label77 - // - this.label77.AutoSize = true; - this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label77.ForeColor = System.Drawing.Color.Gold; - this.label77.Location = new System.Drawing.Point(29, 401); - this.label77.Name = "label77"; - this.label77.Size = new System.Drawing.Size(13, 13); - this.label77.TabIndex = 126; - this.label77.Text = "x"; - // - // label78 - // - this.label78.AutoSize = true; - this.label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label78.ForeColor = System.Drawing.Color.Gold; - this.label78.Location = new System.Drawing.Point(35, 352); - this.label78.Name = "label78"; - this.label78.Size = new System.Drawing.Size(13, 13); - this.label78.TabIndex = 127; - this.label78.Text = "x"; - // - // label79 - // - this.label79.AutoSize = true; - this.label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label79.ForeColor = System.Drawing.Color.Gold; - this.label79.Location = new System.Drawing.Point(113, 254); - this.label79.Name = "label79"; - this.label79.Size = new System.Drawing.Size(16, 13); - this.label79.TabIndex = 128; - this.label79.Text = "-1"; - // - // label80 - // - this.label80.AutoSize = true; - this.label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label80.ForeColor = System.Drawing.Color.Gold; - this.label80.Location = new System.Drawing.Point(185, 254); - this.label80.Name = "label80"; - this.label80.Size = new System.Drawing.Size(16, 13); - this.label80.TabIndex = 129; - this.label80.Text = "-1"; - // - // label81 - // - this.label81.AutoSize = true; - this.label81.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label81.ForeColor = System.Drawing.Color.Gold; - this.label81.Location = new System.Drawing.Point(252, 254); - this.label81.Name = "label81"; - this.label81.Size = new System.Drawing.Size(16, 13); - this.label81.TabIndex = 130; - this.label81.Text = "-1"; - // - // TI83KeyPad - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); - this.ClientSize = new System.Drawing.Size(363, 547); - this.Controls.Add(this.label81); - this.Controls.Add(this.label80); - this.Controls.Add(this.label79); - this.Controls.Add(this.label78); - this.Controls.Add(this.label77); - this.Controls.Add(this.UP); - this.Controls.Add(this.DOWN); - this.Controls.Add(this.RIGHT); - this.Controls.Add(this.LEFT); - this.Controls.Add(this.label68); - this.Controls.Add(this.label69); - this.Controls.Add(this.label70); - this.Controls.Add(this.label71); - this.Controls.Add(this.label72); - this.Controls.Add(this.label73); - this.Controls.Add(this.label74); - this.Controls.Add(this.label75); - this.Controls.Add(this.ENTER); - this.Controls.Add(this.DASH); - this.Controls.Add(this.PERIOD); - this.Controls.Add(this.ZERO); - this.Controls.Add(this.ON); - this.Controls.Add(this.label76); - this.Controls.Add(this.label58); - this.Controls.Add(this.label59); - this.Controls.Add(this.label60); - this.Controls.Add(this.label61); - this.Controls.Add(this.label62); - this.Controls.Add(this.label63); - this.Controls.Add(this.label64); - this.Controls.Add(this.label65); - this.Controls.Add(this.PLUS); - this.Controls.Add(this.THREE); - this.Controls.Add(this.TWO); - this.Controls.Add(this.ONE); - this.Controls.Add(this.STO); - this.Controls.Add(this.label66); - this.Controls.Add(this.label67); - this.Controls.Add(this.label48); - this.Controls.Add(this.label49); - this.Controls.Add(this.label50); - this.Controls.Add(this.label51); - this.Controls.Add(this.label52); - this.Controls.Add(this.label53); - this.Controls.Add(this.label54); - this.Controls.Add(this.label55); - this.Controls.Add(this.MINUS); - this.Controls.Add(this.SIX); - this.Controls.Add(this.FIVE); - this.Controls.Add(this.FOUR); - this.Controls.Add(this.LN); - this.Controls.Add(this.label56); - this.Controls.Add(this.label57); - this.Controls.Add(this.label38); - this.Controls.Add(this.label39); - this.Controls.Add(this.label40); - this.Controls.Add(this.label41); - this.Controls.Add(this.label42); - this.Controls.Add(this.label43); - this.Controls.Add(this.label44); - this.Controls.Add(this.label45); - this.Controls.Add(this.MULTIPLY); - this.Controls.Add(this.NINE); - this.Controls.Add(this.EIGHT); - this.Controls.Add(this.SEVEN); - this.Controls.Add(this.LOG); - this.Controls.Add(this.label46); - this.Controls.Add(this.label47); - this.Controls.Add(this.label28); - this.Controls.Add(this.label29); - this.Controls.Add(this.label30); - this.Controls.Add(this.label31); - this.Controls.Add(this.label32); - this.Controls.Add(this.label33); - this.Controls.Add(this.label34); - this.Controls.Add(this.label35); - this.Controls.Add(this.DIVIDE); - this.Controls.Add(this.PARACLOSE); - this.Controls.Add(this.PARAOPEN); - this.Controls.Add(this.COMMA); - this.Controls.Add(this.SQUARED); - this.Controls.Add(this.label36); - this.Controls.Add(this.label37); - this.Controls.Add(this.label27); - this.Controls.Add(this.label26); - this.Controls.Add(this.label25); - this.Controls.Add(this.label24); - this.Controls.Add(this.label23); - this.Controls.Add(this.label22); - this.Controls.Add(this.label21); - this.Controls.Add(this.label20); - this.Controls.Add(this.EXP); - this.Controls.Add(this.TAN); - this.Controls.Add(this.COS); - this.Controls.Add(this.SIN); - this.Controls.Add(this.NEG1); - this.Controls.Add(this.label19); - this.Controls.Add(this.label18); - this.Controls.Add(this.label17); - this.Controls.Add(this.label16); - this.Controls.Add(this.label15); - this.Controls.Add(this.label14); - this.Controls.Add(this.label13); - this.Controls.Add(this.label12); - this.Controls.Add(this.CLEAR); - this.Controls.Add(this.VARS); - this.Controls.Add(this.PRGM); - this.Controls.Add(this.MATRIX); - this.Controls.Add(this.label11); - this.Controls.Add(this.MATH); - this.Controls.Add(this.label10); - this.Controls.Add(this.ALPHA); - this.Controls.Add(this.label9); - this.Controls.Add(this.label8); - this.Controls.Add(this.STAT); - this.Controls.Add(this.XT); - this.Controls.Add(this.label7); - this.Controls.Add(this.DEL); - this.Controls.Add(this.label6); - this.Controls.Add(this.MODE); - this.Controls.Add(this.label5); - this.Controls.Add(this.label4); - this.Controls.Add(this.label3); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.GRAPH); - this.Controls.Add(this.TRACE); - this.Controls.Add(this.ZOOM); - this.Controls.Add(this.WINDOW); - this.Controls.Add(this.SECOND); - this.Controls.Add(this.YEQUAL); - this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(371, 581); - this.MinimumSize = new System.Drawing.Size(371, 581); - this.Name = "TI83KeyPad"; - this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "TI-83 Virtual KeyPad"; - this.Load += new System.EventHandler(this.TI83KeyPad_Load); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // showHotkToolStripMenuItem + // + this.showHotkToolStripMenuItem.Checked = true; + this.showHotkToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; + this.showHotkToolStripMenuItem.Name = "showHotkToolStripMenuItem"; + this.showHotkToolStripMenuItem.Size = new System.Drawing.Size(191, 22); + this.showHotkToolStripMenuItem.Text = "Show Hotkeys"; + this.showHotkToolStripMenuItem.Click += new System.EventHandler(this.showHotkToolStripMenuItem_Click); + // + // YEQUAL + // + this.YEQUAL.BackColor = System.Drawing.Color.CornflowerBlue; + this.YEQUAL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.YEQUAL.ForeColor = System.Drawing.Color.White; + this.YEQUAL.Location = new System.Drawing.Point(15, 58); + this.YEQUAL.Name = "YEQUAL"; + this.YEQUAL.Size = new System.Drawing.Size(54, 20); + this.YEQUAL.TabIndex = 1; + this.YEQUAL.Text = "Y="; + this.YEQUAL.UseVisualStyleBackColor = false; + this.YEQUAL.Click += new System.EventHandler(this.button1_Click); + // + // SECOND + // + this.SECOND.BackColor = System.Drawing.Color.Gold; + this.SECOND.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SECOND.ForeColor = System.Drawing.Color.FloralWhite; + this.SECOND.Location = new System.Drawing.Point(15, 130); + this.SECOND.Name = "SECOND"; + this.SECOND.Size = new System.Drawing.Size(54, 23); + this.SECOND.TabIndex = 6; + this.SECOND.Text = "2nd"; + this.SECOND.UseVisualStyleBackColor = false; + this.SECOND.Click += new System.EventHandler(this.button5_Click); + // + // WINDOW + // + this.WINDOW.BackColor = System.Drawing.Color.CornflowerBlue; + this.WINDOW.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.WINDOW.ForeColor = System.Drawing.Color.White; + this.WINDOW.Location = new System.Drawing.Point(87, 58); + this.WINDOW.Name = "WINDOW"; + this.WINDOW.Size = new System.Drawing.Size(60, 20); + this.WINDOW.TabIndex = 2; + this.WINDOW.Text = "Window"; + this.WINDOW.UseVisualStyleBackColor = false; + this.WINDOW.Click += new System.EventHandler(this.button6_Click); + // + // ZOOM + // + this.ZOOM.BackColor = System.Drawing.Color.CornflowerBlue; + this.ZOOM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ZOOM.ForeColor = System.Drawing.Color.White; + this.ZOOM.Location = new System.Drawing.Point(155, 58); + this.ZOOM.Name = "ZOOM"; + this.ZOOM.Size = new System.Drawing.Size(54, 20); + this.ZOOM.TabIndex = 3; + this.ZOOM.Text = "Zoom"; + this.ZOOM.UseVisualStyleBackColor = false; + this.ZOOM.Click += new System.EventHandler(this.button7_Click); + // + // TRACE + // + this.TRACE.BackColor = System.Drawing.Color.CornflowerBlue; + this.TRACE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.TRACE.ForeColor = System.Drawing.Color.White; + this.TRACE.Location = new System.Drawing.Point(224, 58); + this.TRACE.Name = "TRACE"; + this.TRACE.Size = new System.Drawing.Size(54, 20); + this.TRACE.TabIndex = 4; + this.TRACE.Text = "Trace"; + this.TRACE.UseVisualStyleBackColor = false; + this.TRACE.Click += new System.EventHandler(this.button8_Click); + // + // GRAPH + // + this.GRAPH.BackColor = System.Drawing.Color.CornflowerBlue; + this.GRAPH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.GRAPH.ForeColor = System.Drawing.Color.White; + this.GRAPH.Location = new System.Drawing.Point(294, 58); + this.GRAPH.Name = "GRAPH"; + this.GRAPH.Size = new System.Drawing.Size(54, 20); + this.GRAPH.TabIndex = 5; + this.GRAPH.Text = "Graph"; + this.GRAPH.UseVisualStyleBackColor = false; + this.GRAPH.Click += new System.EventHandler(this.button9_Click); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.ForeColor = System.Drawing.Color.Gold; + this.label1.Location = new System.Drawing.Point(8, 42); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(75, 13); + this.label1.TabIndex = 10; + this.label1.Text = "STAT PLOT"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.ForeColor = System.Drawing.Color.Gold; + this.label2.Location = new System.Drawing.Point(85, 42); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(54, 13); + this.label2.TabIndex = 11; + this.label2.Text = "TBLSET"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.ForeColor = System.Drawing.Color.Gold; + this.label3.Location = new System.Drawing.Point(155, 42); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(58, 13); + this.label3.TabIndex = 12; + this.label3.Text = "FORMAT"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.ForeColor = System.Drawing.Color.Gold; + this.label4.Location = new System.Drawing.Point(231, 42); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(38, 13); + this.label4.TabIndex = 13; + this.label4.Text = "CALC"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.ForeColor = System.Drawing.Color.Gold; + this.label5.Location = new System.Drawing.Point(294, 42); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(46, 13); + this.label5.TabIndex = 14; + this.label5.Text = "TABLE"; + // + // MODE + // + this.MODE.BackColor = System.Drawing.Color.Black; + this.MODE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.MODE.ForeColor = System.Drawing.Color.FloralWhite; + this.MODE.Location = new System.Drawing.Point(87, 130); + this.MODE.Name = "MODE"; + this.MODE.Size = new System.Drawing.Size(54, 23); + this.MODE.TabIndex = 7; + this.MODE.Text = "MODE"; + this.MODE.UseVisualStyleBackColor = false; + this.MODE.Click += new System.EventHandler(this.button2_Click); + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label6.ForeColor = System.Drawing.Color.Gold; + this.label6.Location = new System.Drawing.Point(87, 114); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(37, 13); + this.label6.TabIndex = 16; + this.label6.Text = "QUIT"; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label7.ForeColor = System.Drawing.Color.Gold; + this.label7.Location = new System.Drawing.Point(155, 114); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(28, 13); + this.label7.TabIndex = 18; + this.label7.Text = "INS"; + // + // DEL + // + this.DEL.BackColor = System.Drawing.Color.Black; + this.DEL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.DEL.ForeColor = System.Drawing.Color.FloralWhite; + this.DEL.Location = new System.Drawing.Point(155, 130); + this.DEL.Name = "DEL"; + this.DEL.Size = new System.Drawing.Size(54, 23); + this.DEL.TabIndex = 8; + this.DEL.Text = "DEL"; + this.DEL.UseVisualStyleBackColor = false; + this.DEL.Click += new System.EventHandler(this.button3_Click); + // + // XT + // + this.XT.BackColor = System.Drawing.Color.Black; + this.XT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.XT.ForeColor = System.Drawing.Color.FloralWhite; + this.XT.Location = new System.Drawing.Point(87, 178); + this.XT.Name = "XT"; + this.XT.Size = new System.Drawing.Size(57, 23); + this.XT.TabIndex = 14; + this.XT.Text = "X,T,ø,n"; + this.XT.UseVisualStyleBackColor = false; + this.XT.Click += new System.EventHandler(this.button4_Click); + // + // STAT + // + this.STAT.BackColor = System.Drawing.Color.Black; + this.STAT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.STAT.ForeColor = System.Drawing.Color.FloralWhite; + this.STAT.Location = new System.Drawing.Point(155, 178); + this.STAT.Name = "STAT"; + this.STAT.Size = new System.Drawing.Size(54, 23); + this.STAT.TabIndex = 15; + this.STAT.Text = "STAT"; + this.STAT.UseVisualStyleBackColor = false; + this.STAT.Click += new System.EventHandler(this.button10_Click); + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label8.ForeColor = System.Drawing.Color.Gold; + this.label8.Location = new System.Drawing.Point(87, 162); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(35, 13); + this.label8.TabIndex = 21; + this.label8.Text = "LINK"; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label9.ForeColor = System.Drawing.Color.Gold; + this.label9.Location = new System.Drawing.Point(155, 162); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(34, 13); + this.label9.TabIndex = 22; + this.label9.Text = "LIST"; + // + // ALPHA + // + this.ALPHA.BackColor = System.Drawing.Color.LightSeaGreen; + this.ALPHA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ALPHA.ForeColor = System.Drawing.Color.FloralWhite; + this.ALPHA.Location = new System.Drawing.Point(15, 178); + this.ALPHA.Name = "ALPHA"; + this.ALPHA.Size = new System.Drawing.Size(54, 23); + this.ALPHA.TabIndex = 13; + this.ALPHA.Text = "Alpha"; + this.ALPHA.UseVisualStyleBackColor = false; + this.ALPHA.Click += new System.EventHandler(this.button11_Click); + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label10.ForeColor = System.Drawing.Color.Gold; + this.label10.Location = new System.Drawing.Point(15, 162); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(51, 13); + this.label10.TabIndex = 24; + this.label10.Text = "A-LOCK"; + // + // MATH + // + this.MATH.BackColor = System.Drawing.Color.Black; + this.MATH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.MATH.ForeColor = System.Drawing.Color.FloralWhite; + this.MATH.Location = new System.Drawing.Point(15, 225); + this.MATH.Name = "MATH"; + this.MATH.Size = new System.Drawing.Size(54, 23); + this.MATH.TabIndex = 16; + this.MATH.Text = "MATH"; + this.MATH.UseVisualStyleBackColor = false; + this.MATH.Click += new System.EventHandler(this.button12_Click); + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label11.ForeColor = System.Drawing.Color.Gold; + this.label11.Location = new System.Drawing.Point(15, 209); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(39, 13); + this.label11.TabIndex = 26; + this.label11.Text = "TEST"; + // + // MATRIX + // + this.MATRIX.BackColor = System.Drawing.Color.Black; + this.MATRIX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.MATRIX.ForeColor = System.Drawing.Color.FloralWhite; + this.MATRIX.Location = new System.Drawing.Point(87, 225); + this.MATRIX.Name = "MATRIX"; + this.MATRIX.Size = new System.Drawing.Size(54, 23); + this.MATRIX.TabIndex = 17; + this.MATRIX.Text = "Matrix"; + this.MATRIX.UseVisualStyleBackColor = false; + this.MATRIX.Click += new System.EventHandler(this.button13_Click); + // + // PRGM + // + this.PRGM.BackColor = System.Drawing.Color.Black; + this.PRGM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.PRGM.ForeColor = System.Drawing.Color.FloralWhite; + this.PRGM.Location = new System.Drawing.Point(155, 225); + this.PRGM.Name = "PRGM"; + this.PRGM.Size = new System.Drawing.Size(54, 23); + this.PRGM.TabIndex = 18; + this.PRGM.Text = "PRGM"; + this.PRGM.UseVisualStyleBackColor = false; + this.PRGM.Click += new System.EventHandler(this.button14_Click); + // + // VARS + // + this.VARS.BackColor = System.Drawing.Color.Black; + this.VARS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.VARS.ForeColor = System.Drawing.Color.FloralWhite; + this.VARS.Location = new System.Drawing.Point(224, 225); + this.VARS.Name = "VARS"; + this.VARS.Size = new System.Drawing.Size(54, 23); + this.VARS.TabIndex = 19; + this.VARS.Text = "VARS"; + this.VARS.UseVisualStyleBackColor = false; + this.VARS.Click += new System.EventHandler(this.button15_Click); + // + // CLEAR + // + this.CLEAR.BackColor = System.Drawing.Color.Black; + this.CLEAR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.CLEAR.ForeColor = System.Drawing.Color.FloralWhite; + this.CLEAR.Location = new System.Drawing.Point(294, 225); + this.CLEAR.Name = "CLEAR"; + this.CLEAR.Size = new System.Drawing.Size(54, 23); + this.CLEAR.TabIndex = 20; + this.CLEAR.Text = "Clear"; + this.CLEAR.UseVisualStyleBackColor = false; + this.CLEAR.Click += new System.EventHandler(this.button16_Click); + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label12.ForeColor = System.Drawing.Color.Gold; + this.label12.Location = new System.Drawing.Point(87, 209); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(48, 13); + this.label12.TabIndex = 31; + this.label12.Text = "ANGLE"; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label13.ForeColor = System.Drawing.Color.Gold; + this.label13.Location = new System.Drawing.Point(155, 209); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(45, 13); + this.label13.TabIndex = 32; + this.label13.Text = "DRAW"; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label14.ForeColor = System.Drawing.Color.Gold; + this.label14.Location = new System.Drawing.Point(224, 209); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(45, 13); + this.label14.TabIndex = 33; + this.label14.Text = "DISTR"; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label15.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label15.Location = new System.Drawing.Point(57, 209); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(15, 13); + this.label15.TabIndex = 34; + this.label15.Text = "A"; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label16.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label16.Location = new System.Drawing.Point(133, 209); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(15, 13); + this.label16.TabIndex = 35; + this.label16.Text = "B"; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label17.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label17.Location = new System.Drawing.Point(198, 209); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(15, 13); + this.label17.TabIndex = 36; + this.label17.Text = "C"; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label18.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label18.Location = new System.Drawing.Point(61, 258); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(16, 13); + this.label18.TabIndex = 37; + this.label18.Text = "D"; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label19.ForeColor = System.Drawing.Color.Gold; + this.label19.Location = new System.Drawing.Point(12, 258); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(52, 13); + this.label19.TabIndex = 38; + this.label19.Text = "Finance"; + // + // NEG1 + // + this.NEG1.BackColor = System.Drawing.Color.Black; + this.NEG1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.NEG1.ForeColor = System.Drawing.Color.FloralWhite; + this.NEG1.Location = new System.Drawing.Point(15, 274); + this.NEG1.Name = "NEG1"; + this.NEG1.Size = new System.Drawing.Size(54, 23); + this.NEG1.TabIndex = 39; + this.NEG1.Text = "X ־ ¹"; + this.NEG1.UseVisualStyleBackColor = false; + this.NEG1.Click += new System.EventHandler(this.button17_Click); + // + // SIN + // + this.SIN.BackColor = System.Drawing.Color.Black; + this.SIN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SIN.ForeColor = System.Drawing.Color.FloralWhite; + this.SIN.Location = new System.Drawing.Point(87, 274); + this.SIN.Name = "SIN"; + this.SIN.Size = new System.Drawing.Size(54, 23); + this.SIN.TabIndex = 40; + this.SIN.Text = "SIN"; + this.SIN.UseVisualStyleBackColor = false; + this.SIN.Click += new System.EventHandler(this.button18_Click); + // + // COS + // + this.COS.BackColor = System.Drawing.Color.Black; + this.COS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.COS.ForeColor = System.Drawing.Color.FloralWhite; + this.COS.Location = new System.Drawing.Point(155, 274); + this.COS.Name = "COS"; + this.COS.Size = new System.Drawing.Size(54, 23); + this.COS.TabIndex = 41; + this.COS.Text = "COS"; + this.COS.UseVisualStyleBackColor = false; + this.COS.Click += new System.EventHandler(this.button19_Click); + // + // TAN + // + this.TAN.BackColor = System.Drawing.Color.Black; + this.TAN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.TAN.ForeColor = System.Drawing.Color.FloralWhite; + this.TAN.Location = new System.Drawing.Point(224, 274); + this.TAN.Name = "TAN"; + this.TAN.Size = new System.Drawing.Size(54, 23); + this.TAN.TabIndex = 42; + this.TAN.Text = "TAN"; + this.TAN.UseVisualStyleBackColor = false; + this.TAN.Click += new System.EventHandler(this.button20_Click); + // + // EXP + // + this.EXP.BackColor = System.Drawing.Color.Black; + this.EXP.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.EXP.ForeColor = System.Drawing.Color.FloralWhite; + this.EXP.Location = new System.Drawing.Point(294, 274); + this.EXP.Name = "EXP"; + this.EXP.Size = new System.Drawing.Size(54, 23); + this.EXP.TabIndex = 43; + this.EXP.Text = "^"; + this.EXP.UseVisualStyleBackColor = false; + this.EXP.Click += new System.EventHandler(this.button21_Click); + // + // label20 + // + this.label20.AutoSize = true; + this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label20.ForeColor = System.Drawing.Color.Gold; + this.label20.Location = new System.Drawing.Point(87, 258); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(28, 13); + this.label20.TabIndex = 44; + this.label20.Text = "SIN"; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label21.ForeColor = System.Drawing.Color.Gold; + this.label21.Location = new System.Drawing.Point(155, 258); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(32, 13); + this.label21.TabIndex = 45; + this.label21.Text = "COS"; + // + // label22 + // + this.label22.AutoSize = true; + this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label22.ForeColor = System.Drawing.Color.Gold; + this.label22.Location = new System.Drawing.Point(222, 258); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(32, 13); + this.label22.TabIndex = 46; + this.label22.Text = "TAN"; + // + // label23 + // + this.label23.AutoSize = true; + this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label23.ForeColor = System.Drawing.Color.Gold; + this.label23.Location = new System.Drawing.Point(295, 254); + this.label23.Name = "label23"; + this.label23.Size = new System.Drawing.Size(17, 18); + this.label23.TabIndex = 47; + this.label23.Text = "π"; + // + // label24 + // + this.label24.AutoSize = true; + this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label24.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label24.Location = new System.Drawing.Point(133, 258); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(15, 13); + this.label24.TabIndex = 48; + this.label24.Text = "E"; + // + // label25 + // + this.label25.AutoSize = true; + this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label25.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label25.Location = new System.Drawing.Point(198, 258); + this.label25.Name = "label25"; + this.label25.Size = new System.Drawing.Size(14, 13); + this.label25.TabIndex = 49; + this.label25.Text = "F"; + // + // label26 + // + this.label26.AutoSize = true; + this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label26.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label26.Location = new System.Drawing.Point(266, 258); + this.label26.Name = "label26"; + this.label26.Size = new System.Drawing.Size(16, 13); + this.label26.TabIndex = 50; + this.label26.Text = "G"; + // + // label27 + // + this.label27.AutoSize = true; + this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label27.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label27.Location = new System.Drawing.Point(332, 258); + this.label27.Name = "label27"; + this.label27.Size = new System.Drawing.Size(16, 13); + this.label27.TabIndex = 51; + this.label27.Text = "H"; + // + // label28 + // + this.label28.AutoSize = true; + this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label28.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label28.Location = new System.Drawing.Point(332, 307); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(17, 13); + this.label28.TabIndex = 66; + this.label28.Text = "M"; + // + // label29 + // + this.label29.AutoSize = true; + this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label29.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label29.Location = new System.Drawing.Point(266, 307); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(14, 13); + this.label29.TabIndex = 65; + this.label29.Text = "L"; + // + // label30 + // + this.label30.AutoSize = true; + this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label30.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label30.Location = new System.Drawing.Point(198, 307); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(15, 13); + this.label30.TabIndex = 64; + this.label30.Text = "K"; + // + // label31 + // + this.label31.AutoSize = true; + this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label31.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label31.Location = new System.Drawing.Point(133, 307); + this.label31.Name = "label31"; + this.label31.Size = new System.Drawing.Size(13, 13); + this.label31.TabIndex = 63; + this.label31.Text = "J"; + // + // label32 + // + this.label32.AutoSize = true; + this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label32.ForeColor = System.Drawing.Color.Gold; + this.label32.Location = new System.Drawing.Point(294, 307); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(14, 13); + this.label32.TabIndex = 62; + this.label32.Text = "e"; + // + // label33 + // + this.label33.AutoSize = true; + this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label33.ForeColor = System.Drawing.Color.Gold; + this.label33.Location = new System.Drawing.Point(224, 307); + this.label33.Name = "label33"; + this.label33.Size = new System.Drawing.Size(12, 13); + this.label33.TabIndex = 61; + this.label33.Text = "}"; + // + // label34 + // + this.label34.AutoSize = true; + this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label34.ForeColor = System.Drawing.Color.Gold; + this.label34.Location = new System.Drawing.Point(155, 307); + this.label34.Name = "label34"; + this.label34.Size = new System.Drawing.Size(12, 13); + this.label34.TabIndex = 60; + this.label34.Text = "{"; + // + // label35 + // + this.label35.AutoSize = true; + this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label35.ForeColor = System.Drawing.Color.Gold; + this.label35.Location = new System.Drawing.Point(87, 307); + this.label35.Name = "label35"; + this.label35.Size = new System.Drawing.Size(23, 13); + this.label35.TabIndex = 59; + this.label35.Text = "EE"; + // + // DIVIDE + // + this.DIVIDE.BackColor = System.Drawing.Color.CornflowerBlue; + this.DIVIDE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.DIVIDE.ForeColor = System.Drawing.Color.FloralWhite; + this.DIVIDE.Location = new System.Drawing.Point(294, 323); + this.DIVIDE.Name = "DIVIDE"; + this.DIVIDE.Size = new System.Drawing.Size(54, 23); + this.DIVIDE.TabIndex = 58; + this.DIVIDE.Text = "÷"; + this.DIVIDE.UseVisualStyleBackColor = false; + this.DIVIDE.Click += new System.EventHandler(this.button22_Click); + // + // PARACLOSE + // + this.PARACLOSE.BackColor = System.Drawing.Color.Black; + this.PARACLOSE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.PARACLOSE.ForeColor = System.Drawing.Color.FloralWhite; + this.PARACLOSE.Location = new System.Drawing.Point(224, 323); + this.PARACLOSE.Name = "PARACLOSE"; + this.PARACLOSE.Size = new System.Drawing.Size(54, 23); + this.PARACLOSE.TabIndex = 57; + this.PARACLOSE.Text = ")"; + this.PARACLOSE.UseVisualStyleBackColor = false; + this.PARACLOSE.Click += new System.EventHandler(this.button23_Click); + // + // PARAOPEN + // + this.PARAOPEN.BackColor = System.Drawing.Color.Black; + this.PARAOPEN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.PARAOPEN.ForeColor = System.Drawing.Color.FloralWhite; + this.PARAOPEN.Location = new System.Drawing.Point(155, 323); + this.PARAOPEN.Name = "PARAOPEN"; + this.PARAOPEN.Size = new System.Drawing.Size(54, 23); + this.PARAOPEN.TabIndex = 56; + this.PARAOPEN.Text = "("; + this.PARAOPEN.UseVisualStyleBackColor = false; + this.PARAOPEN.Click += new System.EventHandler(this.button24_Click); + // + // COMMA + // + this.COMMA.BackColor = System.Drawing.Color.Black; + this.COMMA.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.COMMA.ForeColor = System.Drawing.Color.FloralWhite; + this.COMMA.Location = new System.Drawing.Point(87, 323); + this.COMMA.Name = "COMMA"; + this.COMMA.Size = new System.Drawing.Size(54, 23); + this.COMMA.TabIndex = 55; + this.COMMA.Text = "’"; + this.COMMA.UseVisualStyleBackColor = false; + this.COMMA.Click += new System.EventHandler(this.button25_Click); + // + // SQUARED + // + this.SQUARED.BackColor = System.Drawing.Color.Black; + this.SQUARED.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SQUARED.ForeColor = System.Drawing.Color.FloralWhite; + this.SQUARED.Location = new System.Drawing.Point(15, 323); + this.SQUARED.Name = "SQUARED"; + this.SQUARED.Size = new System.Drawing.Size(54, 23); + this.SQUARED.TabIndex = 54; + this.SQUARED.Text = "X ²"; + this.SQUARED.UseVisualStyleBackColor = false; + this.SQUARED.Click += new System.EventHandler(this.button26_Click); + // + // label36 + // + this.label36.AutoSize = true; + this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label36.ForeColor = System.Drawing.Color.Gold; + this.label36.Location = new System.Drawing.Point(15, 307); + this.label36.Name = "label36"; + this.label36.Size = new System.Drawing.Size(14, 13); + this.label36.TabIndex = 53; + this.label36.Text = "√"; + // + // label37 + // + this.label37.AutoSize = true; + this.label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label37.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label37.Location = new System.Drawing.Point(57, 307); + this.label37.Name = "label37"; + this.label37.Size = new System.Drawing.Size(11, 13); + this.label37.TabIndex = 52; + this.label37.Text = "I"; + // + // label38 + // + this.label38.AutoSize = true; + this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label38.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label38.Location = new System.Drawing.Point(332, 359); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(16, 13); + this.label38.TabIndex = 81; + this.label38.Text = "R"; + // + // label39 + // + this.label39.AutoSize = true; + this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label39.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label39.Location = new System.Drawing.Point(266, 359); + this.label39.Name = "label39"; + this.label39.Size = new System.Drawing.Size(16, 13); + this.label39.TabIndex = 80; + this.label39.Text = "Q"; + // + // label40 + // + this.label40.AutoSize = true; + this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label40.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label40.Location = new System.Drawing.Point(198, 359); + this.label40.Name = "label40"; + this.label40.Size = new System.Drawing.Size(15, 13); + this.label40.TabIndex = 79; + this.label40.Text = "P"; + // + // label41 + // + this.label41.AutoSize = true; + this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label41.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label41.Location = new System.Drawing.Point(133, 359); + this.label41.Name = "label41"; + this.label41.Size = new System.Drawing.Size(16, 13); + this.label41.TabIndex = 78; + this.label41.Text = "O"; + // + // label42 + // + this.label42.AutoSize = true; + this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label42.ForeColor = System.Drawing.Color.Gold; + this.label42.Location = new System.Drawing.Point(294, 359); + this.label42.Name = "label42"; + this.label42.Size = new System.Drawing.Size(11, 13); + this.label42.TabIndex = 77; + this.label42.Text = "["; + // + // label43 + // + this.label43.AutoSize = true; + this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label43.ForeColor = System.Drawing.Color.Gold; + this.label43.Location = new System.Drawing.Point(224, 359); + this.label43.Name = "label43"; + this.label43.Size = new System.Drawing.Size(16, 13); + this.label43.TabIndex = 76; + this.label43.Text = "w"; + // + // label44 + // + this.label44.AutoSize = true; + this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label44.ForeColor = System.Drawing.Color.Gold; + this.label44.Location = new System.Drawing.Point(155, 359); + this.label44.Name = "label44"; + this.label44.Size = new System.Drawing.Size(14, 13); + this.label44.TabIndex = 75; + this.label44.Text = "v"; + // + // label45 + // + this.label45.AutoSize = true; + this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label45.ForeColor = System.Drawing.Color.Gold; + this.label45.Location = new System.Drawing.Point(87, 359); + this.label45.Name = "label45"; + this.label45.Size = new System.Drawing.Size(14, 13); + this.label45.TabIndex = 74; + this.label45.Text = "u"; + // + // MULTIPLY + // + this.MULTIPLY.BackColor = System.Drawing.Color.CornflowerBlue; + this.MULTIPLY.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.MULTIPLY.ForeColor = System.Drawing.Color.FloralWhite; + this.MULTIPLY.Location = new System.Drawing.Point(294, 375); + this.MULTIPLY.Name = "MULTIPLY"; + this.MULTIPLY.Size = new System.Drawing.Size(54, 23); + this.MULTIPLY.TabIndex = 73; + this.MULTIPLY.Text = "×"; + this.MULTIPLY.UseVisualStyleBackColor = false; + this.MULTIPLY.Click += new System.EventHandler(this.MULTIPLY_Click); + // + // NINE + // + this.NINE.BackColor = System.Drawing.Color.Gray; + this.NINE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.NINE.ForeColor = System.Drawing.Color.FloralWhite; + this.NINE.Location = new System.Drawing.Point(224, 375); + this.NINE.Name = "NINE"; + this.NINE.Size = new System.Drawing.Size(54, 23); + this.NINE.TabIndex = 72; + this.NINE.Text = "9"; + this.NINE.UseVisualStyleBackColor = false; + this.NINE.Click += new System.EventHandler(this.NINE_Click); + // + // EIGHT + // + this.EIGHT.BackColor = System.Drawing.Color.Gray; + this.EIGHT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.EIGHT.ForeColor = System.Drawing.Color.FloralWhite; + this.EIGHT.Location = new System.Drawing.Point(155, 375); + this.EIGHT.Name = "EIGHT"; + this.EIGHT.Size = new System.Drawing.Size(54, 23); + this.EIGHT.TabIndex = 71; + this.EIGHT.Text = "8"; + this.EIGHT.UseVisualStyleBackColor = false; + this.EIGHT.Click += new System.EventHandler(this.EIGHT_Click); + // + // SEVEN + // + this.SEVEN.BackColor = System.Drawing.Color.Gray; + this.SEVEN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SEVEN.ForeColor = System.Drawing.Color.FloralWhite; + this.SEVEN.Location = new System.Drawing.Point(87, 375); + this.SEVEN.Name = "SEVEN"; + this.SEVEN.Size = new System.Drawing.Size(54, 23); + this.SEVEN.TabIndex = 70; + this.SEVEN.Text = "7"; + this.SEVEN.UseVisualStyleBackColor = false; + this.SEVEN.Click += new System.EventHandler(this.SEVEN_Click); + // + // LOG + // + this.LOG.BackColor = System.Drawing.Color.Black; + this.LOG.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.LOG.ForeColor = System.Drawing.Color.FloralWhite; + this.LOG.Location = new System.Drawing.Point(15, 375); + this.LOG.Name = "LOG"; + this.LOG.Size = new System.Drawing.Size(54, 23); + this.LOG.TabIndex = 69; + this.LOG.Text = "LOG"; + this.LOG.UseVisualStyleBackColor = false; + this.LOG.Click += new System.EventHandler(this.LOG_Click); + // + // label46 + // + this.label46.AutoSize = true; + this.label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label46.ForeColor = System.Drawing.Color.Gold; + this.label46.Location = new System.Drawing.Point(15, 359); + this.label46.Name = "label46"; + this.label46.Size = new System.Drawing.Size(21, 13); + this.label46.TabIndex = 68; + this.label46.Text = "10"; + // + // label47 + // + this.label47.AutoSize = true; + this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label47.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label47.Location = new System.Drawing.Point(57, 359); + this.label47.Name = "label47"; + this.label47.Size = new System.Drawing.Size(16, 13); + this.label47.TabIndex = 67; + this.label47.Text = "N"; + // + // label48 + // + this.label48.AutoSize = true; + this.label48.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label48.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label48.Location = new System.Drawing.Point(332, 404); + this.label48.Name = "label48"; + this.label48.Size = new System.Drawing.Size(19, 13); + this.label48.TabIndex = 96; + this.label48.Text = "W"; + // + // label49 + // + this.label49.AutoSize = true; + this.label49.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label49.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label49.Location = new System.Drawing.Point(266, 404); + this.label49.Name = "label49"; + this.label49.Size = new System.Drawing.Size(15, 13); + this.label49.TabIndex = 95; + this.label49.Text = "V"; + // + // label50 + // + this.label50.AutoSize = true; + this.label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label50.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label50.Location = new System.Drawing.Point(198, 404); + this.label50.Name = "label50"; + this.label50.Size = new System.Drawing.Size(16, 13); + this.label50.TabIndex = 94; + this.label50.Text = "U"; + // + // label51 + // + this.label51.AutoSize = true; + this.label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label51.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label51.Location = new System.Drawing.Point(133, 404); + this.label51.Name = "label51"; + this.label51.Size = new System.Drawing.Size(15, 13); + this.label51.TabIndex = 93; + this.label51.Text = "T"; + // + // label52 + // + this.label52.AutoSize = true; + this.label52.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label52.ForeColor = System.Drawing.Color.Gold; + this.label52.Location = new System.Drawing.Point(294, 404); + this.label52.Name = "label52"; + this.label52.Size = new System.Drawing.Size(11, 13); + this.label52.TabIndex = 92; + this.label52.Text = "]"; + // + // label53 + // + this.label53.AutoSize = true; + this.label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label53.ForeColor = System.Drawing.Color.Gold; + this.label53.Location = new System.Drawing.Point(224, 404); + this.label53.Name = "label53"; + this.label53.Size = new System.Drawing.Size(21, 13); + this.label53.TabIndex = 91; + this.label53.Text = "L6"; + // + // label54 + // + this.label54.AutoSize = true; + this.label54.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label54.ForeColor = System.Drawing.Color.Gold; + this.label54.Location = new System.Drawing.Point(155, 404); + this.label54.Name = "label54"; + this.label54.Size = new System.Drawing.Size(21, 13); + this.label54.TabIndex = 90; + this.label54.Text = "L5"; + // + // label55 + // + this.label55.AutoSize = true; + this.label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label55.ForeColor = System.Drawing.Color.Gold; + this.label55.Location = new System.Drawing.Point(87, 404); + this.label55.Name = "label55"; + this.label55.Size = new System.Drawing.Size(21, 13); + this.label55.TabIndex = 89; + this.label55.Text = "L4"; + // + // MINUS + // + this.MINUS.BackColor = System.Drawing.Color.CornflowerBlue; + this.MINUS.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.MINUS.ForeColor = System.Drawing.Color.FloralWhite; + this.MINUS.Location = new System.Drawing.Point(294, 420); + this.MINUS.Name = "MINUS"; + this.MINUS.Size = new System.Drawing.Size(54, 23); + this.MINUS.TabIndex = 88; + this.MINUS.Text = "–"; + this.MINUS.UseVisualStyleBackColor = false; + this.MINUS.Click += new System.EventHandler(this.MINUS_Click); + // + // SIX + // + this.SIX.BackColor = System.Drawing.Color.Gray; + this.SIX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.SIX.ForeColor = System.Drawing.Color.FloralWhite; + this.SIX.Location = new System.Drawing.Point(224, 420); + this.SIX.Name = "SIX"; + this.SIX.Size = new System.Drawing.Size(54, 23); + this.SIX.TabIndex = 87; + this.SIX.Text = "6"; + this.SIX.UseVisualStyleBackColor = false; + this.SIX.Click += new System.EventHandler(this.SIX_Click); + // + // FIVE + // + this.FIVE.BackColor = System.Drawing.Color.Gray; + this.FIVE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FIVE.ForeColor = System.Drawing.Color.FloralWhite; + this.FIVE.Location = new System.Drawing.Point(155, 420); + this.FIVE.Name = "FIVE"; + this.FIVE.Size = new System.Drawing.Size(54, 23); + this.FIVE.TabIndex = 86; + this.FIVE.Text = "5"; + this.FIVE.UseVisualStyleBackColor = false; + this.FIVE.Click += new System.EventHandler(this.FIVE_Click); + // + // FOUR + // + this.FOUR.BackColor = System.Drawing.Color.Gray; + this.FOUR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.FOUR.ForeColor = System.Drawing.Color.FloralWhite; + this.FOUR.Location = new System.Drawing.Point(87, 420); + this.FOUR.Name = "FOUR"; + this.FOUR.Size = new System.Drawing.Size(54, 23); + this.FOUR.TabIndex = 85; + this.FOUR.Text = "4"; + this.FOUR.UseVisualStyleBackColor = false; + this.FOUR.Click += new System.EventHandler(this.FOUR_Click); + // + // LN + // + this.LN.BackColor = System.Drawing.Color.Black; + this.LN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.LN.ForeColor = System.Drawing.Color.FloralWhite; + this.LN.Location = new System.Drawing.Point(15, 420); + this.LN.Name = "LN"; + this.LN.Size = new System.Drawing.Size(54, 23); + this.LN.TabIndex = 84; + this.LN.Text = "LN"; + this.LN.UseVisualStyleBackColor = false; + this.LN.Click += new System.EventHandler(this.LN_Click); + // + // label56 + // + this.label56.AutoSize = true; + this.label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label56.ForeColor = System.Drawing.Color.Gold; + this.label56.Location = new System.Drawing.Point(15, 404); + this.label56.Name = "label56"; + this.label56.Size = new System.Drawing.Size(14, 13); + this.label56.TabIndex = 83; + this.label56.Text = "e"; + // + // label57 + // + this.label57.AutoSize = true; + this.label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label57.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label57.Location = new System.Drawing.Point(57, 404); + this.label57.Name = "label57"; + this.label57.Size = new System.Drawing.Size(15, 13); + this.label57.TabIndex = 82; + this.label57.Text = "S"; + // + // label58 + // + this.label58.AutoSize = true; + this.label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label58.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label58.Location = new System.Drawing.Point(332, 453); + this.label58.Name = "label58"; + this.label58.Size = new System.Drawing.Size(13, 13); + this.label58.TabIndex = 111; + this.label58.Text = "\'\'"; + // + // label59 + // + this.label59.AutoSize = true; + this.label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label59.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label59.Location = new System.Drawing.Point(266, 451); + this.label59.Name = "label59"; + this.label59.Size = new System.Drawing.Size(15, 15); + this.label59.TabIndex = 110; + this.label59.Text = "ø"; + // + // label60 + // + this.label60.AutoSize = true; + this.label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label60.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label60.Location = new System.Drawing.Point(198, 453); + this.label60.Name = "label60"; + this.label60.Size = new System.Drawing.Size(15, 13); + this.label60.TabIndex = 109; + this.label60.Text = "Z"; + // + // label61 + // + this.label61.AutoSize = true; + this.label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label61.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label61.Location = new System.Drawing.Point(133, 453); + this.label61.Name = "label61"; + this.label61.Size = new System.Drawing.Size(15, 13); + this.label61.TabIndex = 108; + this.label61.Text = "Y"; + // + // label62 + // + this.label62.AutoSize = true; + this.label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label62.ForeColor = System.Drawing.Color.Gold; + this.label62.Location = new System.Drawing.Point(294, 453); + this.label62.Name = "label62"; + this.label62.Size = new System.Drawing.Size(35, 13); + this.label62.TabIndex = 107; + this.label62.Text = "MEM"; + // + // label63 + // + this.label63.AutoSize = true; + this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label63.ForeColor = System.Drawing.Color.Gold; + this.label63.Location = new System.Drawing.Point(224, 453); + this.label63.Name = "label63"; + this.label63.Size = new System.Drawing.Size(21, 13); + this.label63.TabIndex = 106; + this.label63.Text = "L3"; + // + // label64 + // + this.label64.AutoSize = true; + this.label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label64.ForeColor = System.Drawing.Color.Gold; + this.label64.Location = new System.Drawing.Point(155, 453); + this.label64.Name = "label64"; + this.label64.Size = new System.Drawing.Size(21, 13); + this.label64.TabIndex = 105; + this.label64.Text = "L2"; + // + // label65 + // + this.label65.AutoSize = true; + this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label65.ForeColor = System.Drawing.Color.Gold; + this.label65.Location = new System.Drawing.Point(87, 453); + this.label65.Name = "label65"; + this.label65.Size = new System.Drawing.Size(21, 13); + this.label65.TabIndex = 104; + this.label65.Text = "L1"; + // + // PLUS + // + this.PLUS.BackColor = System.Drawing.Color.CornflowerBlue; + this.PLUS.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.PLUS.ForeColor = System.Drawing.Color.FloralWhite; + this.PLUS.Location = new System.Drawing.Point(294, 469); + this.PLUS.Name = "PLUS"; + this.PLUS.Size = new System.Drawing.Size(54, 23); + this.PLUS.TabIndex = 103; + this.PLUS.Text = "+"; + this.PLUS.UseVisualStyleBackColor = false; + this.PLUS.Click += new System.EventHandler(this.PLUS_Click); + // + // THREE + // + this.THREE.BackColor = System.Drawing.Color.Gray; + this.THREE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.THREE.ForeColor = System.Drawing.Color.FloralWhite; + this.THREE.Location = new System.Drawing.Point(224, 469); + this.THREE.Name = "THREE"; + this.THREE.Size = new System.Drawing.Size(54, 23); + this.THREE.TabIndex = 102; + this.THREE.Text = "3"; + this.THREE.UseVisualStyleBackColor = false; + this.THREE.Click += new System.EventHandler(this.THREE_Click); + // + // TWO + // + this.TWO.BackColor = System.Drawing.Color.Gray; + this.TWO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.TWO.ForeColor = System.Drawing.Color.FloralWhite; + this.TWO.Location = new System.Drawing.Point(155, 469); + this.TWO.Name = "TWO"; + this.TWO.Size = new System.Drawing.Size(54, 23); + this.TWO.TabIndex = 101; + this.TWO.Text = "2"; + this.TWO.UseVisualStyleBackColor = false; + this.TWO.Click += new System.EventHandler(this.button39_Click); + // + // ONE + // + this.ONE.BackColor = System.Drawing.Color.Gray; + this.ONE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ONE.ForeColor = System.Drawing.Color.FloralWhite; + this.ONE.Location = new System.Drawing.Point(87, 469); + this.ONE.Name = "ONE"; + this.ONE.Size = new System.Drawing.Size(54, 23); + this.ONE.TabIndex = 100; + this.ONE.Text = "1"; + this.ONE.UseVisualStyleBackColor = false; + this.ONE.Click += new System.EventHandler(this.ONE_Click); + // + // STO + // + this.STO.BackColor = System.Drawing.Color.Black; + this.STO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.STO.ForeColor = System.Drawing.Color.FloralWhite; + this.STO.Location = new System.Drawing.Point(15, 469); + this.STO.Name = "STO"; + this.STO.Size = new System.Drawing.Size(54, 23); + this.STO.TabIndex = 99; + this.STO.Text = "STO->"; + this.STO.UseVisualStyleBackColor = false; + this.STO.Click += new System.EventHandler(this.STO_Click); + // + // label66 + // + this.label66.AutoSize = true; + this.label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label66.ForeColor = System.Drawing.Color.Gold; + this.label66.Location = new System.Drawing.Point(15, 453); + this.label66.Name = "label66"; + this.label66.Size = new System.Drawing.Size(31, 13); + this.label66.TabIndex = 98; + this.label66.Text = "RCL"; + // + // label67 + // + this.label67.AutoSize = true; + this.label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label67.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label67.Location = new System.Drawing.Point(57, 453); + this.label67.Name = "label67"; + this.label67.Size = new System.Drawing.Size(15, 13); + this.label67.TabIndex = 97; + this.label67.Text = "X"; + // + // label68 + // + this.label68.AutoSize = true; + this.label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label68.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label68.Location = new System.Drawing.Point(321, 501); + this.label68.Name = "label68"; + this.label68.Size = new System.Drawing.Size(39, 13); + this.label68.TabIndex = 125; + this.label68.Text = "Solve"; + // + // label69 + // + this.label69.AutoSize = true; + this.label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label69.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label69.Location = new System.Drawing.Point(266, 501); + this.label69.Name = "label69"; + this.label69.Size = new System.Drawing.Size(14, 13); + this.label69.TabIndex = 124; + this.label69.Text = "?"; + // + // label70 + // + this.label70.AutoSize = true; + this.label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label70.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label70.Location = new System.Drawing.Point(198, 501); + this.label70.Name = "label70"; + this.label70.Size = new System.Drawing.Size(11, 13); + this.label70.TabIndex = 123; + this.label70.Text = ":"; + // + // label71 + // + this.label71.AutoSize = true; + this.label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label71.ForeColor = System.Drawing.Color.LightSeaGreen; + this.label71.Location = new System.Drawing.Point(133, 501); + this.label71.Name = "label71"; + this.label71.Size = new System.Drawing.Size(14, 13); + this.label71.TabIndex = 122; + this.label71.Text = "_"; + // + // label72 + // + this.label72.AutoSize = true; + this.label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label72.ForeColor = System.Drawing.Color.Gold; + this.label72.Location = new System.Drawing.Point(285, 501); + this.label72.Name = "label72"; + this.label72.Size = new System.Drawing.Size(36, 13); + this.label72.TabIndex = 121; + this.label72.Text = "Entry"; + // + // label73 + // + this.label73.AutoSize = true; + this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label73.ForeColor = System.Drawing.Color.Gold; + this.label73.Location = new System.Drawing.Point(224, 501); + this.label73.Name = "label73"; + this.label73.Size = new System.Drawing.Size(32, 13); + this.label73.TabIndex = 120; + this.label73.Text = "ANS"; + // + // label74 + // + this.label74.AutoSize = true; + this.label74.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label74.ForeColor = System.Drawing.Color.Gold; + this.label74.Location = new System.Drawing.Point(155, 501); + this.label74.Name = "label74"; + this.label74.Size = new System.Drawing.Size(10, 13); + this.label74.TabIndex = 119; + this.label74.Text = "i"; + // + // label75 + // + this.label75.AutoSize = true; + this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label75.ForeColor = System.Drawing.Color.Gold; + this.label75.Location = new System.Drawing.Point(78, 501); + this.label75.Name = "label75"; + this.label75.Size = new System.Drawing.Size(50, 13); + this.label75.TabIndex = 118; + this.label75.Text = "Catalog"; + // + // ENTER + // + this.ENTER.BackColor = System.Drawing.Color.CornflowerBlue; + this.ENTER.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ENTER.ForeColor = System.Drawing.Color.FloralWhite; + this.ENTER.Location = new System.Drawing.Point(294, 517); + this.ENTER.Name = "ENTER"; + this.ENTER.Size = new System.Drawing.Size(54, 23); + this.ENTER.TabIndex = 117; + this.ENTER.Text = "Enter"; + this.ENTER.UseVisualStyleBackColor = false; + this.ENTER.Click += new System.EventHandler(this.button42_Click); + // + // DASH + // + this.DASH.BackColor = System.Drawing.Color.Gray; + this.DASH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.DASH.ForeColor = System.Drawing.Color.FloralWhite; + this.DASH.Location = new System.Drawing.Point(224, 517); + this.DASH.Name = "DASH"; + this.DASH.Size = new System.Drawing.Size(54, 23); + this.DASH.TabIndex = 116; + this.DASH.Text = "(-)"; + this.DASH.UseVisualStyleBackColor = false; + this.DASH.Click += new System.EventHandler(this.button43_Click); + // + // PERIOD + // + this.PERIOD.BackColor = System.Drawing.Color.Gray; + this.PERIOD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.PERIOD.ForeColor = System.Drawing.Color.FloralWhite; + this.PERIOD.Location = new System.Drawing.Point(155, 517); + this.PERIOD.Name = "PERIOD"; + this.PERIOD.Size = new System.Drawing.Size(54, 23); + this.PERIOD.TabIndex = 115; + this.PERIOD.Text = "●"; + this.PERIOD.UseVisualStyleBackColor = false; + this.PERIOD.Click += new System.EventHandler(this.PERIOD_Click); + // + // ZERO + // + this.ZERO.BackColor = System.Drawing.Color.Gray; + this.ZERO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ZERO.ForeColor = System.Drawing.Color.FloralWhite; + this.ZERO.Location = new System.Drawing.Point(87, 517); + this.ZERO.Name = "ZERO"; + this.ZERO.Size = new System.Drawing.Size(54, 23); + this.ZERO.TabIndex = 114; + this.ZERO.Text = "0"; + this.ZERO.UseVisualStyleBackColor = false; + this.ZERO.Click += new System.EventHandler(this.ZERO_Click); + // + // ON + // + this.ON.BackColor = System.Drawing.Color.Black; + this.ON.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ON.ForeColor = System.Drawing.Color.FloralWhite; + this.ON.Location = new System.Drawing.Point(15, 517); + this.ON.Name = "ON"; + this.ON.Size = new System.Drawing.Size(54, 23); + this.ON.TabIndex = 113; + this.ON.Text = "ON"; + this.ON.UseVisualStyleBackColor = false; + this.ON.Click += new System.EventHandler(this.ON_Click); + // + // label76 + // + this.label76.AutoSize = true; + this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label76.ForeColor = System.Drawing.Color.Gold; + this.label76.Location = new System.Drawing.Point(15, 501); + this.label76.Name = "label76"; + this.label76.Size = new System.Drawing.Size(30, 13); + this.label76.TabIndex = 112; + this.label76.Text = "OFF"; + // + // LEFT + // + this.LEFT.BackColor = System.Drawing.Color.CornflowerBlue; + this.LEFT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.LEFT.ForeColor = System.Drawing.Color.White; + this.LEFT.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriLeft; + this.LEFT.Location = new System.Drawing.Point(224, 130); + this.LEFT.Name = "LEFT"; + this.LEFT.Size = new System.Drawing.Size(27, 53); + this.LEFT.TabIndex = 9; + this.LEFT.UseVisualStyleBackColor = false; + this.LEFT.Click += new System.EventHandler(this.button47_Click); + // + // RIGHT + // + this.RIGHT.BackColor = System.Drawing.Color.CornflowerBlue; + this.RIGHT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.RIGHT.ForeColor = System.Drawing.Color.White; + this.RIGHT.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriRight; + this.RIGHT.Location = new System.Drawing.Point(307, 130); + this.RIGHT.Name = "RIGHT"; + this.RIGHT.Size = new System.Drawing.Size(27, 53); + this.RIGHT.TabIndex = 11; + this.RIGHT.Text = ">"; + this.RIGHT.UseVisualStyleBackColor = false; + this.RIGHT.Click += new System.EventHandler(this.button48_Click); + // + // DOWN + // + this.DOWN.BackColor = System.Drawing.Color.CornflowerBlue; + this.DOWN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.DOWN.ForeColor = System.Drawing.Color.White; + this.DOWN.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriDown; + this.DOWN.Location = new System.Drawing.Point(250, 182); + this.DOWN.Name = "DOWN"; + this.DOWN.Size = new System.Drawing.Size(58, 21); + this.DOWN.TabIndex = 12; + this.DOWN.Text = "v"; + this.DOWN.UseVisualStyleBackColor = false; + this.DOWN.Click += new System.EventHandler(this.button49_Click); + // + // UP + // + this.UP.BackColor = System.Drawing.Color.CornflowerBlue; + this.UP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.UP.ForeColor = System.Drawing.Color.White; + this.UP.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriUp; + this.UP.Location = new System.Drawing.Point(250, 109); + this.UP.Name = "UP"; + this.UP.Size = new System.Drawing.Size(58, 21); + this.UP.TabIndex = 10; + this.UP.UseVisualStyleBackColor = false; + this.UP.Click += new System.EventHandler(this.button50_Click); + // + // label77 + // + this.label77.AutoSize = true; + this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label77.ForeColor = System.Drawing.Color.Gold; + this.label77.Location = new System.Drawing.Point(29, 401); + this.label77.Name = "label77"; + this.label77.Size = new System.Drawing.Size(13, 13); + this.label77.TabIndex = 126; + this.label77.Text = "x"; + // + // label78 + // + this.label78.AutoSize = true; + this.label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label78.ForeColor = System.Drawing.Color.Gold; + this.label78.Location = new System.Drawing.Point(35, 352); + this.label78.Name = "label78"; + this.label78.Size = new System.Drawing.Size(13, 13); + this.label78.TabIndex = 127; + this.label78.Text = "x"; + // + // label79 + // + this.label79.AutoSize = true; + this.label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label79.ForeColor = System.Drawing.Color.Gold; + this.label79.Location = new System.Drawing.Point(113, 254); + this.label79.Name = "label79"; + this.label79.Size = new System.Drawing.Size(16, 13); + this.label79.TabIndex = 128; + this.label79.Text = "-1"; + // + // label80 + // + this.label80.AutoSize = true; + this.label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label80.ForeColor = System.Drawing.Color.Gold; + this.label80.Location = new System.Drawing.Point(185, 254); + this.label80.Name = "label80"; + this.label80.Size = new System.Drawing.Size(16, 13); + this.label80.TabIndex = 129; + this.label80.Text = "-1"; + // + // label81 + // + this.label81.AutoSize = true; + this.label81.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label81.ForeColor = System.Drawing.Color.Gold; + this.label81.Location = new System.Drawing.Point(252, 254); + this.label81.Name = "label81"; + this.label81.Size = new System.Drawing.Size(16, 13); + this.label81.TabIndex = 130; + this.label81.Text = "-1"; + // + // TI83KeyPad + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.ClientSize = new System.Drawing.Size(355, 543); + this.Controls.Add(this.label81); + this.Controls.Add(this.label80); + this.Controls.Add(this.label79); + this.Controls.Add(this.label78); + this.Controls.Add(this.label77); + this.Controls.Add(this.UP); + this.Controls.Add(this.DOWN); + this.Controls.Add(this.RIGHT); + this.Controls.Add(this.LEFT); + this.Controls.Add(this.label68); + this.Controls.Add(this.label69); + this.Controls.Add(this.label70); + this.Controls.Add(this.label71); + this.Controls.Add(this.label72); + this.Controls.Add(this.label73); + this.Controls.Add(this.label74); + this.Controls.Add(this.label75); + this.Controls.Add(this.ENTER); + this.Controls.Add(this.DASH); + this.Controls.Add(this.PERIOD); + this.Controls.Add(this.ZERO); + this.Controls.Add(this.ON); + this.Controls.Add(this.label76); + this.Controls.Add(this.label58); + this.Controls.Add(this.label59); + this.Controls.Add(this.label60); + this.Controls.Add(this.label61); + this.Controls.Add(this.label62); + this.Controls.Add(this.label63); + this.Controls.Add(this.label64); + this.Controls.Add(this.label65); + this.Controls.Add(this.PLUS); + this.Controls.Add(this.THREE); + this.Controls.Add(this.TWO); + this.Controls.Add(this.ONE); + this.Controls.Add(this.STO); + this.Controls.Add(this.label66); + this.Controls.Add(this.label67); + this.Controls.Add(this.label48); + this.Controls.Add(this.label49); + this.Controls.Add(this.label50); + this.Controls.Add(this.label51); + this.Controls.Add(this.label52); + this.Controls.Add(this.label53); + this.Controls.Add(this.label54); + this.Controls.Add(this.label55); + this.Controls.Add(this.MINUS); + this.Controls.Add(this.SIX); + this.Controls.Add(this.FIVE); + this.Controls.Add(this.FOUR); + this.Controls.Add(this.LN); + this.Controls.Add(this.label56); + this.Controls.Add(this.label57); + this.Controls.Add(this.label38); + this.Controls.Add(this.label39); + this.Controls.Add(this.label40); + this.Controls.Add(this.label41); + this.Controls.Add(this.label42); + this.Controls.Add(this.label43); + this.Controls.Add(this.label44); + this.Controls.Add(this.label45); + this.Controls.Add(this.MULTIPLY); + this.Controls.Add(this.NINE); + this.Controls.Add(this.EIGHT); + this.Controls.Add(this.SEVEN); + this.Controls.Add(this.LOG); + this.Controls.Add(this.label46); + this.Controls.Add(this.label47); + this.Controls.Add(this.label28); + this.Controls.Add(this.label29); + this.Controls.Add(this.label30); + this.Controls.Add(this.label31); + this.Controls.Add(this.label32); + this.Controls.Add(this.label33); + this.Controls.Add(this.label34); + this.Controls.Add(this.label35); + this.Controls.Add(this.DIVIDE); + this.Controls.Add(this.PARACLOSE); + this.Controls.Add(this.PARAOPEN); + this.Controls.Add(this.COMMA); + this.Controls.Add(this.SQUARED); + this.Controls.Add(this.label36); + this.Controls.Add(this.label37); + this.Controls.Add(this.label27); + this.Controls.Add(this.label26); + this.Controls.Add(this.label25); + this.Controls.Add(this.label24); + this.Controls.Add(this.label23); + this.Controls.Add(this.label22); + this.Controls.Add(this.label21); + this.Controls.Add(this.label20); + this.Controls.Add(this.EXP); + this.Controls.Add(this.TAN); + this.Controls.Add(this.COS); + this.Controls.Add(this.SIN); + this.Controls.Add(this.NEG1); + this.Controls.Add(this.label19); + this.Controls.Add(this.label18); + this.Controls.Add(this.label17); + this.Controls.Add(this.label16); + this.Controls.Add(this.label15); + this.Controls.Add(this.label14); + this.Controls.Add(this.label13); + this.Controls.Add(this.label12); + this.Controls.Add(this.CLEAR); + this.Controls.Add(this.VARS); + this.Controls.Add(this.PRGM); + this.Controls.Add(this.MATRIX); + this.Controls.Add(this.label11); + this.Controls.Add(this.MATH); + this.Controls.Add(this.label10); + this.Controls.Add(this.ALPHA); + this.Controls.Add(this.label9); + this.Controls.Add(this.label8); + this.Controls.Add(this.STAT); + this.Controls.Add(this.XT); + this.Controls.Add(this.label7); + this.Controls.Add(this.DEL); + this.Controls.Add(this.label6); + this.Controls.Add(this.MODE); + this.Controls.Add(this.label5); + this.Controls.Add(this.label4); + this.Controls.Add(this.label3); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.GRAPH); + this.Controls.Add(this.TRACE); + this.Controls.Add(this.ZOOM); + this.Controls.Add(this.WINDOW); + this.Controls.Add(this.SECOND); + this.Controls.Add(this.YEQUAL); + this.Controls.Add(this.menuStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MainMenuStrip = this.menuStrip1; + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(371, 581); + this.MinimumSize = new System.Drawing.Size(371, 581); + this.Name = "TI83KeyPad"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "TI-83 Virtual KeyPad"; + this.Load += new System.EventHandler(this.TI83KeyPad_Load); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/ToolBox.Designer.cs b/BizHawk.Client.EmuHawk/tools/ToolBox.Designer.cs index 1346e41509..ed8d848b90 100644 --- a/BizHawk.Client.EmuHawk/tools/ToolBox.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/ToolBox.Designer.cs @@ -28,34 +28,34 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBox)); - this.toolStrip1 = new ToolStripEx(); - this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); - this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); - this.HexEditor = new System.Windows.Forms.ToolStripButton(); - this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); - this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); - this.TAStudioButton = new System.Windows.Forms.ToolStripButton(); - this.NESDebugger = new System.Windows.Forms.ToolStripButton(); - this.NESPPU = new System.Windows.Forms.ToolStripButton(); - this.NESNameTable = new System.Windows.Forms.ToolStripButton(); - this.NESGameGenie = new System.Windows.Forms.ToolStripButton(); - this.KeypadTool = new System.Windows.Forms.ToolStripButton(); - this.SNESGraphicsDebuggerButton = new System.Windows.Forms.ToolStripButton(); - this.SNESGameGenie = new System.Windows.Forms.ToolStripButton(); - this.GGGameGenie = new System.Windows.Forms.ToolStripButton(); - this.GBGameGenie = new System.Windows.Forms.ToolStripButton(); - this.GameboyDebuggerTool = new System.Windows.Forms.ToolStripButton(); - this.toolStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // toolStrip1 - // - this.toolStrip1.BackColor = System.Drawing.SystemColors.Control; - this.toolStrip1.ClickThrough = true; - this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; - this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBox)); + this.toolStrip1 = new ToolStripEx(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); + this.HexEditor = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); + this.TAStudioButton = new System.Windows.Forms.ToolStripButton(); + this.NESDebugger = new System.Windows.Forms.ToolStripButton(); + this.NESPPU = new System.Windows.Forms.ToolStripButton(); + this.NESNameTable = new System.Windows.Forms.ToolStripButton(); + this.NESGameGenie = new System.Windows.Forms.ToolStripButton(); + this.KeypadTool = new System.Windows.Forms.ToolStripButton(); + this.SNESGraphicsDebuggerButton = new System.Windows.Forms.ToolStripButton(); + this.SNESGameGenie = new System.Windows.Forms.ToolStripButton(); + this.GGGameGenie = new System.Windows.Forms.ToolStripButton(); + this.GBGameGenie = new System.Windows.Forms.ToolStripButton(); + this.GameboyDebuggerTool = new System.Windows.Forms.ToolStripButton(); + this.toolStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // toolStrip1 + // + this.toolStrip1.BackColor = System.Drawing.SystemColors.Control; + this.toolStrip1.ClickThrough = true; + this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, @@ -73,177 +73,178 @@ this.GGGameGenie, this.GBGameGenie, this.GameboyDebuggerTool}); - this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table; - this.toolStrip1.Location = new System.Drawing.Point(9, 11); - this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(100, 394); - this.toolStrip1.TabIndex = 0; - this.toolStrip1.TabStop = true; - // - // toolStripButton1 - // - this.toolStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton1.Name = "toolStripButton1"; - this.toolStripButton1.Size = new System.Drawing.Size(63, 20); - this.toolStripButton1.Text = "Cheats"; - this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); - // - // toolStripButton2 - // - this.toolStripButton2.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton2.Name = "toolStripButton2"; - this.toolStripButton2.Size = new System.Drawing.Size(88, 20); - this.toolStripButton2.Text = "Ram Watch"; - this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); - // - // toolStripButton3 - // - this.toolStripButton3.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; - this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton3.Name = "toolStripButton3"; - this.toolStripButton3.Size = new System.Drawing.Size(89, 20); - this.toolStripButton3.Text = "Ram Search"; - this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); - // - // HexEditor - // - this.HexEditor.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.HexEditor.ImageTransparentColor = System.Drawing.Color.Magenta; - this.HexEditor.Name = "HexEditor"; - this.HexEditor.Size = new System.Drawing.Size(81, 20); - this.HexEditor.Text = "Hex Editor"; - this.HexEditor.Click += new System.EventHandler(this.HexEditor_Click); - // - // toolStripButton5 - // - this.toolStripButton5.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.textdoc; - this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton5.Name = "toolStripButton5"; - this.toolStripButton5.Size = new System.Drawing.Size(92, 20); - this.toolStripButton5.Text = "Lua Console"; - this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click); - // - // toolStripButton6 - // - this.toolStripButton6.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TAStudio; - this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton6.Name = "toolStripButton6"; - this.toolStripButton6.Size = new System.Drawing.Size(76, 20); - this.toolStripButton6.Text = "TAStudio"; - this.toolStripButton6.Click += new System.EventHandler(this.TAStudioButton_Click); - // - // TAStudioButton - // - this.TAStudioButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.GameController; - this.TAStudioButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.TAStudioButton.Name = "TAStudioButton"; - this.TAStudioButton.Size = new System.Drawing.Size(86, 20); - this.TAStudioButton.Text = "VirtualPads"; - this.TAStudioButton.Click += new System.EventHandler(this.VirtualPadButton_Click); - // - // NESDebugger - // - this.NESDebugger.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; - this.NESDebugger.ImageTransparentColor = System.Drawing.Color.Magenta; - this.NESDebugger.Name = "NESDebugger"; - this.NESDebugger.Size = new System.Drawing.Size(79, 20); - this.NESDebugger.Text = "Debugger"; - this.NESDebugger.Click += new System.EventHandler(this.NESDebugger_Click); - // - // NESPPU - // - this.NESPPU.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; - this.NESPPU.ImageTransparentColor = System.Drawing.Color.Magenta; - this.NESPPU.Name = "NESPPU"; - this.NESPPU.Size = new System.Drawing.Size(49, 20); - this.NESPPU.Text = "PPU"; - this.NESPPU.Click += new System.EventHandler(this.NESPPU_Click); - // - // NESNameTable - // - this.NESNameTable.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; - this.NESNameTable.ImageTransparentColor = System.Drawing.Color.Magenta; - this.NESNameTable.Name = "NESNameTable"; - this.NESNameTable.Size = new System.Drawing.Size(85, 20); - this.NESNameTable.Text = "Nametable"; - this.NESNameTable.Click += new System.EventHandler(this.NESNameTable_Click); - // - // NESGameGenie - // - this.NESGameGenie.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; - this.NESGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; - this.NESGameGenie.Name = "NESGameGenie"; - this.NESGameGenie.Size = new System.Drawing.Size(91, 20); - this.NESGameGenie.Text = "Game Genie"; - this.NESGameGenie.Click += new System.EventHandler(this.NESGameGenie_Click); - // - // KeypadTool - // - this.KeypadTool.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.calculator; - this.KeypadTool.ImageTransparentColor = System.Drawing.Color.Magenta; - this.KeypadTool.Name = "KeypadTool"; - this.KeypadTool.Size = new System.Drawing.Size(66, 20); - this.KeypadTool.Text = "Keypad"; - this.KeypadTool.Click += new System.EventHandler(this.KeyPadTool_Click); - // - // SNESGraphicsDebuggerButton - // - this.SNESGraphicsDebuggerButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SNESControllerIcon; - this.SNESGraphicsDebuggerButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.SNESGraphicsDebuggerButton.Name = "SNESGraphicsDebuggerButton"; - this.SNESGraphicsDebuggerButton.Size = new System.Drawing.Size(99, 20); - this.SNESGraphicsDebuggerButton.Text = "Gfx Debugger"; - this.SNESGraphicsDebuggerButton.Click += new System.EventHandler(this.SNESGraphicsDebuggerButton_Click); - // - // SNESGameGenie - // - this.SNESGameGenie.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SNESControllerIcon; - this.SNESGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; - this.SNESGameGenie.Name = "SNESGameGenie"; - this.SNESGameGenie.Size = new System.Drawing.Size(91, 20); - this.SNESGameGenie.Text = "Game Genie"; - this.SNESGameGenie.Click += new System.EventHandler(this.SNESGameGenie_Click); - // - // GGGameGenie - // - this.GGGameGenie.Image = ((System.Drawing.Image)(resources.GetObject("GGGameGenie.Image"))); - this.GGGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; - this.GGGameGenie.Name = "GGGameGenie"; - this.GGGameGenie.Size = new System.Drawing.Size(91, 20); - this.GGGameGenie.Text = "Game Genie"; - this.GGGameGenie.Click += new System.EventHandler(this.GGGameGenie_Click); - // - // GBGameGenie - // - this.GBGameGenie.Image = ((System.Drawing.Image)(resources.GetObject("GBGameGenie.Image"))); - this.GBGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; - this.GBGameGenie.Name = "GBGameGenie"; - this.GBGameGenie.Size = new System.Drawing.Size(91, 20); - this.GBGameGenie.Text = "Game Genie"; - this.GBGameGenie.Click += new System.EventHandler(this.GBGameGenie_Click); - // - // GameboyDebuggerTool - // - this.GameboyDebuggerTool.Name = "GameboyDebuggerTool"; - this.GameboyDebuggerTool.Size = new System.Drawing.Size(23, 4); - // - // ToolBox - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(160, 449); - this.Controls.Add(this.toolStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MinimumSize = new System.Drawing.Size(129, 62); - this.Name = "ToolBox"; - this.Text = "Tool Box"; - this.Load += new System.EventHandler(this.ToolBox_Load); - this.toolStrip1.ResumeLayout(false); - this.toolStrip1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table; + this.toolStrip1.Location = new System.Drawing.Point(9, 11); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(100, 375); + this.toolStrip1.TabIndex = 0; + this.toolStrip1.TabStop = true; + // + // toolStripButton1 + // + this.toolStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(63, 20); + this.toolStripButton1.Text = "Cheats"; + this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); + // + // toolStripButton2 + // + this.toolStripButton2.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton2.Name = "toolStripButton2"; + this.toolStripButton2.Size = new System.Drawing.Size(88, 20); + this.toolStripButton2.Text = "Ram Watch"; + this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); + // + // toolStripButton3 + // + this.toolStripButton3.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; + this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton3.Name = "toolStripButton3"; + this.toolStripButton3.Size = new System.Drawing.Size(89, 20); + this.toolStripButton3.Text = "Ram Search"; + this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); + // + // HexEditor + // + this.HexEditor.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.HexEditor.ImageTransparentColor = System.Drawing.Color.Magenta; + this.HexEditor.Name = "HexEditor"; + this.HexEditor.Size = new System.Drawing.Size(81, 20); + this.HexEditor.Text = "Hex Editor"; + this.HexEditor.Click += new System.EventHandler(this.HexEditor_Click); + // + // toolStripButton5 + // + this.toolStripButton5.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.textdoc; + this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton5.Name = "toolStripButton5"; + this.toolStripButton5.Size = new System.Drawing.Size(92, 20); + this.toolStripButton5.Text = "Lua Console"; + this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click); + // + // toolStripButton6 + // + this.toolStripButton6.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TAStudio; + this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton6.Name = "toolStripButton6"; + this.toolStripButton6.Size = new System.Drawing.Size(76, 20); + this.toolStripButton6.Text = "TAStudio"; + this.toolStripButton6.Click += new System.EventHandler(this.TAStudioButton_Click); + // + // TAStudioButton + // + this.TAStudioButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.GameController; + this.TAStudioButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.TAStudioButton.Name = "TAStudioButton"; + this.TAStudioButton.Size = new System.Drawing.Size(86, 20); + this.TAStudioButton.Text = "VirtualPads"; + this.TAStudioButton.Click += new System.EventHandler(this.VirtualPadButton_Click); + // + // NESDebugger + // + this.NESDebugger.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; + this.NESDebugger.ImageTransparentColor = System.Drawing.Color.Magenta; + this.NESDebugger.Name = "NESDebugger"; + this.NESDebugger.Size = new System.Drawing.Size(79, 20); + this.NESDebugger.Text = "Debugger"; + this.NESDebugger.Click += new System.EventHandler(this.NESDebugger_Click); + // + // NESPPU + // + this.NESPPU.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; + this.NESPPU.ImageTransparentColor = System.Drawing.Color.Magenta; + this.NESPPU.Name = "NESPPU"; + this.NESPPU.Size = new System.Drawing.Size(49, 20); + this.NESPPU.Text = "PPU"; + this.NESPPU.Click += new System.EventHandler(this.NESPPU_Click); + // + // NESNameTable + // + this.NESNameTable.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; + this.NESNameTable.ImageTransparentColor = System.Drawing.Color.Magenta; + this.NESNameTable.Name = "NESNameTable"; + this.NESNameTable.Size = new System.Drawing.Size(85, 20); + this.NESNameTable.Text = "Nametable"; + this.NESNameTable.Click += new System.EventHandler(this.NESNameTable_Click); + // + // NESGameGenie + // + this.NESGameGenie.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NESControllerIcon; + this.NESGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; + this.NESGameGenie.Name = "NESGameGenie"; + this.NESGameGenie.Size = new System.Drawing.Size(91, 20); + this.NESGameGenie.Text = "Game Genie"; + this.NESGameGenie.Click += new System.EventHandler(this.NESGameGenie_Click); + // + // KeypadTool + // + this.KeypadTool.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.calculator; + this.KeypadTool.ImageTransparentColor = System.Drawing.Color.Magenta; + this.KeypadTool.Name = "KeypadTool"; + this.KeypadTool.Size = new System.Drawing.Size(66, 20); + this.KeypadTool.Text = "Keypad"; + this.KeypadTool.Click += new System.EventHandler(this.KeyPadTool_Click); + // + // SNESGraphicsDebuggerButton + // + this.SNESGraphicsDebuggerButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SNESControllerIcon; + this.SNESGraphicsDebuggerButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.SNESGraphicsDebuggerButton.Name = "SNESGraphicsDebuggerButton"; + this.SNESGraphicsDebuggerButton.Size = new System.Drawing.Size(99, 20); + this.SNESGraphicsDebuggerButton.Text = "Gfx Debugger"; + this.SNESGraphicsDebuggerButton.Click += new System.EventHandler(this.SNESGraphicsDebuggerButton_Click); + // + // SNESGameGenie + // + this.SNESGameGenie.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SNESControllerIcon; + this.SNESGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; + this.SNESGameGenie.Name = "SNESGameGenie"; + this.SNESGameGenie.Size = new System.Drawing.Size(91, 20); + this.SNESGameGenie.Text = "Game Genie"; + this.SNESGameGenie.Click += new System.EventHandler(this.SNESGameGenie_Click); + // + // GGGameGenie + // + this.GGGameGenie.Image = ((System.Drawing.Image)(resources.GetObject("GGGameGenie.Image"))); + this.GGGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; + this.GGGameGenie.Name = "GGGameGenie"; + this.GGGameGenie.Size = new System.Drawing.Size(91, 20); + this.GGGameGenie.Text = "Game Genie"; + this.GGGameGenie.Click += new System.EventHandler(this.GGGameGenie_Click); + // + // GBGameGenie + // + this.GBGameGenie.Image = ((System.Drawing.Image)(resources.GetObject("GBGameGenie.Image"))); + this.GBGameGenie.ImageTransparentColor = System.Drawing.Color.Magenta; + this.GBGameGenie.Name = "GBGameGenie"; + this.GBGameGenie.Size = new System.Drawing.Size(91, 20); + this.GBGameGenie.Text = "Game Genie"; + this.GBGameGenie.Click += new System.EventHandler(this.GBGameGenie_Click); + // + // GameboyDebuggerTool + // + this.GameboyDebuggerTool.Name = "GameboyDebuggerTool"; + this.GameboyDebuggerTool.Size = new System.Drawing.Size(23, 4); + // + // ToolBox + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(160, 449); + this.Controls.Add(this.toolStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(129, 62); + this.Name = "ToolBox"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Tool Box"; + this.Load += new System.EventHandler(this.ToolBox_Load); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs b/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs index 08462c42be..9de656b45a 100644 --- a/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs @@ -28,289 +28,291 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TraceLogger)); - this.TracerBox = new System.Windows.Forms.GroupBox(); - this.TraceView = new VirtualListView(); - this.Script = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.menuStrip1 = new MenuStripEx(); - this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.setMaxWindowLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.BrowseBox = new System.Windows.Forms.Button(); - this.FileBox = new System.Windows.Forms.TextBox(); - this.ToFileRadio = new System.Windows.Forms.RadioButton(); - this.ToWindowRadio = new System.Windows.Forms.RadioButton(); - this.ClearButton = new System.Windows.Forms.Button(); - this.LoggingEnabled = new System.Windows.Forms.CheckBox(); - this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.copyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.TracerBox.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.groupBox2.SuspendLayout(); - this.SuspendLayout(); - // - // TracerBox - // - this.TracerBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.TracerBox.Controls.Add(this.TraceView); - this.TracerBox.Location = new System.Drawing.Point(12, 27); - this.TracerBox.Name = "TracerBox"; - this.TracerBox.Size = new System.Drawing.Size(620, 444); - this.TracerBox.TabIndex = 1; - this.TracerBox.TabStop = false; - this.TracerBox.Text = "Trace log"; - // - // TraceView - // - this.TraceView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.TraceView.CheckBoxes = true; - this.TraceView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TraceLogger)); + this.TracerBox = new System.Windows.Forms.GroupBox(); + this.TraceView = new BizHawk.Client.EmuHawk.VirtualListView(); + this.Script = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.menuStrip1 = new MenuStripEx(); + this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.copyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.setMaxWindowLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.BrowseBox = new System.Windows.Forms.Button(); + this.FileBox = new System.Windows.Forms.TextBox(); + this.ToFileRadio = new System.Windows.Forms.RadioButton(); + this.ToWindowRadio = new System.Windows.Forms.RadioButton(); + this.ClearButton = new System.Windows.Forms.Button(); + this.LoggingEnabled = new System.Windows.Forms.CheckBox(); + this.TracerBox.SuspendLayout(); + this.menuStrip1.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.SuspendLayout(); + // + // TracerBox + // + this.TracerBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.TracerBox.Controls.Add(this.TraceView); + this.TracerBox.Location = new System.Drawing.Point(12, 27); + this.TracerBox.Name = "TracerBox"; + this.TracerBox.Size = new System.Drawing.Size(620, 444); + this.TracerBox.TabIndex = 1; + this.TracerBox.TabStop = false; + this.TracerBox.Text = "Trace log"; + // + // TraceView + // + this.TraceView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.TraceView.CheckBoxes = true; + this.TraceView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.Script}); - this.TraceView.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.TraceView.FullRowSelect = true; - this.TraceView.GridLines = true; - this.TraceView.HideSelection = false; - this.TraceView.ItemCount = 0; - this.TraceView.Location = new System.Drawing.Point(8, 18); - this.TraceView.Name = "TraceView"; - this.TraceView.selectedItem = -1; - this.TraceView.Size = new System.Drawing.Size(603, 414); - this.TraceView.TabIndex = 4; - this.TraceView.TabStop = false; - this.TraceView.UseCompatibleStateImageBehavior = false; - this.TraceView.View = System.Windows.Forms.View.Details; - this.TraceView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TraceView_KeyDown); - // - // Script - // - this.Script.Text = "Instructions"; - this.Script.Width = 599; - // - // menuStrip1 - // - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.TraceView.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.TraceView.FullRowSelect = true; + this.TraceView.GridLines = true; + this.TraceView.HideSelection = false; + this.TraceView.ItemCount = 0; + this.TraceView.Location = new System.Drawing.Point(8, 18); + this.TraceView.Name = "TraceView"; + this.TraceView.selectedItem = -1; + this.TraceView.Size = new System.Drawing.Size(603, 414); + this.TraceView.TabIndex = 4; + this.TraceView.TabStop = false; + this.TraceView.UseCompatibleStateImageBehavior = false; + this.TraceView.View = System.Windows.Forms.View.Details; + this.TraceView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TraceView_KeyDown); + // + // Script + // + this.Script.Text = "Instructions"; + this.Script.Width = 599; + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1, this.fileToolStripMenuItem, this.editToolStripMenuItem, this.optionsToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(644, 24); - this.menuStrip1.TabIndex = 2; - this.menuStrip1.Text = "menuStrip1"; - // - // toolStripMenuItem1 - // - this.toolStripMenuItem1.Name = "toolStripMenuItem1"; - this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20); - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(644, 24); + this.menuStrip1.TabIndex = 2; + this.menuStrip1.Text = "menuStrip1"; + // + // toolStripMenuItem1 + // + this.toolStripMenuItem1.Name = "toolStripMenuItem1"; + this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20); + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveLogToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); - this.fileToolStripMenuItem.Text = "&File"; - // - // saveLogToolStripMenuItem - // - this.saveLogToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; - this.saveLogToolStripMenuItem.Name = "saveLogToolStripMenuItem"; - this.saveLogToolStripMenuItem.Size = new System.Drawing.Size(152, 22); - this.saveLogToolStripMenuItem.Text = "&Save Log"; - this.saveLogToolStripMenuItem.Click += new System.EventHandler(this.saveLogToolStripMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); - this.exitToolStripMenuItem.Text = "E&xit"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "&File"; + // + // saveLogToolStripMenuItem + // + this.saveLogToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; + this.saveLogToolStripMenuItem.Name = "saveLogToolStripMenuItem"; + this.saveLogToolStripMenuItem.Size = new System.Drawing.Size(134, 22); + this.saveLogToolStripMenuItem.Text = "&Save Log"; + this.saveLogToolStripMenuItem.Click += new System.EventHandler(this.saveLogToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; + this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22); + this.exitToolStripMenuItem.Text = "E&xit"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // editToolStripMenuItem + // + this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.copyAllToolStripMenuItem}); + this.editToolStripMenuItem.Name = "editToolStripMenuItem"; + this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); + this.editToolStripMenuItem.Text = "Edit"; + // + // copyAllToolStripMenuItem + // + this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem"; + this.copyAllToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C"; + this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(161, 22); + this.copyAllToolStripMenuItem.Text = "Copy All"; + this.copyAllToolStripMenuItem.Click += new System.EventHandler(this.copyAllToolStripMenuItem_Click); + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.setMaxWindowLinesToolStripMenuItem, this.toolStripSeparator2, this.autoloadToolStripMenuItem, this.saveWindowPositionToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); - // - // setMaxWindowLinesToolStripMenuItem - // - this.setMaxWindowLinesToolStripMenuItem.Name = "setMaxWindowLinesToolStripMenuItem"; - this.setMaxWindowLinesToolStripMenuItem.Size = new System.Drawing.Size(193, 22); - this.setMaxWindowLinesToolStripMenuItem.Text = "&Set Max Window Lines..."; - this.setMaxWindowLinesToolStripMenuItem.Click += new System.EventHandler(this.setMaxWindowLinesToolStripMenuItem_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(190, 6); - // - // autoloadToolStripMenuItem - // - this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; - this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(193, 22); - this.autoloadToolStripMenuItem.Text = "&Autoload"; - this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(193, 22); - this.saveWindowPositionToolStripMenuItem.Text = "&Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // groupBox2 - // - this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.groupBox2.Controls.Add(this.BrowseBox); - this.groupBox2.Controls.Add(this.FileBox); - this.groupBox2.Controls.Add(this.ToFileRadio); - this.groupBox2.Controls.Add(this.ToWindowRadio); - this.groupBox2.Controls.Add(this.ClearButton); - this.groupBox2.Controls.Add(this.LoggingEnabled); - this.groupBox2.Location = new System.Drawing.Point(12, 477); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(620, 50); - this.groupBox2.TabIndex = 3; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Control"; - // - // BrowseBox - // - this.BrowseBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.BrowseBox.Location = new System.Drawing.Point(477, 19); - this.BrowseBox.Name = "BrowseBox"; - this.BrowseBox.Size = new System.Drawing.Size(54, 23); - this.BrowseBox.TabIndex = 20; - this.BrowseBox.Text = "&Browse"; - this.BrowseBox.UseVisualStyleBackColor = true; - this.BrowseBox.Visible = false; - this.BrowseBox.Click += new System.EventHandler(this.BrowseBox_Click); - // - // FileBox - // - this.FileBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.FileBox.Location = new System.Drawing.Point(229, 20); - this.FileBox.Name = "FileBox"; - this.FileBox.ReadOnly = true; - this.FileBox.Size = new System.Drawing.Size(242, 20); - this.FileBox.TabIndex = 15; - this.FileBox.TabStop = false; - this.FileBox.Visible = false; - // - // ToFileRadio - // - this.ToFileRadio.AutoSize = true; - this.ToFileRadio.Location = new System.Drawing.Point(173, 22); - this.ToFileRadio.Name = "ToFileRadio"; - this.ToFileRadio.Size = new System.Drawing.Size(50, 17); - this.ToFileRadio.TabIndex = 10; - this.ToFileRadio.Text = "to file"; - this.ToFileRadio.UseVisualStyleBackColor = true; - this.ToFileRadio.CheckedChanged += new System.EventHandler(this.ToFileRadio_CheckedChanged); - // - // ToWindowRadio - // - this.ToWindowRadio.AutoSize = true; - this.ToWindowRadio.Checked = true; - this.ToWindowRadio.Location = new System.Drawing.Point(94, 22); - this.ToWindowRadio.Name = "ToWindowRadio"; - this.ToWindowRadio.Size = new System.Drawing.Size(73, 17); - this.ToWindowRadio.TabIndex = 5; - this.ToWindowRadio.TabStop = true; - this.ToWindowRadio.Text = "to window"; - this.ToWindowRadio.UseVisualStyleBackColor = true; - // - // ClearButton - // - this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.ClearButton.Location = new System.Drawing.Point(564, 19); - this.ClearButton.Name = "ClearButton"; - this.ClearButton.Size = new System.Drawing.Size(47, 23); - this.ClearButton.TabIndex = 25; - this.ClearButton.Text = "&Clear"; - this.ClearButton.UseVisualStyleBackColor = true; - this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); - // - // LoggingEnabled - // - this.LoggingEnabled.Appearance = System.Windows.Forms.Appearance.Button; - this.LoggingEnabled.AutoSize = true; - this.LoggingEnabled.Location = new System.Drawing.Point(9, 19); - this.LoggingEnabled.Name = "LoggingEnabled"; - this.LoggingEnabled.Size = new System.Drawing.Size(55, 23); - this.LoggingEnabled.TabIndex = 1; - this.LoggingEnabled.Text = "&Logging"; - this.LoggingEnabled.UseVisualStyleBackColor = true; - this.LoggingEnabled.CheckedChanged += new System.EventHandler(this.LoggingEnabled_CheckedChanged); - // - // editToolStripMenuItem - // - this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.copyAllToolStripMenuItem}); - this.editToolStripMenuItem.Name = "editToolStripMenuItem"; - this.editToolStripMenuItem.Size = new System.Drawing.Size(37, 20); - this.editToolStripMenuItem.Text = "Edit"; - // - // copyAllToolStripMenuItem - // - this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem"; - this.copyAllToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+C"; - this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(152, 22); - this.copyAllToolStripMenuItem.Text = "Copy All"; - this.copyAllToolStripMenuItem.Click += new System.EventHandler(this.copyAllToolStripMenuItem_Click); - // - // TraceLogger - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(644, 539); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.TracerBox); - this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.KeyPreview = true; - this.MainMenuStrip = this.menuStrip1; - this.MinimumSize = new System.Drawing.Size(400, 230); - this.Name = "TraceLogger"; - this.Text = "TraceLogger"; - this.Load += new System.EventHandler(this.TraceLogger_Load); - this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TraceLogger_KeyDown); - this.TracerBox.ResumeLayout(false); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); + // + // setMaxWindowLinesToolStripMenuItem + // + this.setMaxWindowLinesToolStripMenuItem.Name = "setMaxWindowLinesToolStripMenuItem"; + this.setMaxWindowLinesToolStripMenuItem.Size = new System.Drawing.Size(201, 22); + this.setMaxWindowLinesToolStripMenuItem.Text = "&Set Max Window Lines..."; + this.setMaxWindowLinesToolStripMenuItem.Click += new System.EventHandler(this.setMaxWindowLinesToolStripMenuItem_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(198, 6); + // + // autoloadToolStripMenuItem + // + this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; + this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(201, 22); + this.autoloadToolStripMenuItem.Text = "&Autoload"; + this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(201, 22); + this.saveWindowPositionToolStripMenuItem.Text = "&Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // groupBox2 + // + this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox2.Controls.Add(this.BrowseBox); + this.groupBox2.Controls.Add(this.FileBox); + this.groupBox2.Controls.Add(this.ToFileRadio); + this.groupBox2.Controls.Add(this.ToWindowRadio); + this.groupBox2.Controls.Add(this.ClearButton); + this.groupBox2.Controls.Add(this.LoggingEnabled); + this.groupBox2.Location = new System.Drawing.Point(12, 477); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Size = new System.Drawing.Size(620, 50); + this.groupBox2.TabIndex = 3; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "Control"; + // + // BrowseBox + // + this.BrowseBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.BrowseBox.Location = new System.Drawing.Point(477, 19); + this.BrowseBox.Name = "BrowseBox"; + this.BrowseBox.Size = new System.Drawing.Size(54, 23); + this.BrowseBox.TabIndex = 20; + this.BrowseBox.Text = "&Browse"; + this.BrowseBox.UseVisualStyleBackColor = true; + this.BrowseBox.Visible = false; + this.BrowseBox.Click += new System.EventHandler(this.BrowseBox_Click); + // + // FileBox + // + this.FileBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.FileBox.Location = new System.Drawing.Point(229, 20); + this.FileBox.Name = "FileBox"; + this.FileBox.ReadOnly = true; + this.FileBox.Size = new System.Drawing.Size(242, 20); + this.FileBox.TabIndex = 15; + this.FileBox.TabStop = false; + this.FileBox.Visible = false; + // + // ToFileRadio + // + this.ToFileRadio.AutoSize = true; + this.ToFileRadio.Location = new System.Drawing.Point(173, 22); + this.ToFileRadio.Name = "ToFileRadio"; + this.ToFileRadio.Size = new System.Drawing.Size(50, 17); + this.ToFileRadio.TabIndex = 10; + this.ToFileRadio.Text = "to file"; + this.ToFileRadio.UseVisualStyleBackColor = true; + this.ToFileRadio.CheckedChanged += new System.EventHandler(this.ToFileRadio_CheckedChanged); + // + // ToWindowRadio + // + this.ToWindowRadio.AutoSize = true; + this.ToWindowRadio.Checked = true; + this.ToWindowRadio.Location = new System.Drawing.Point(94, 22); + this.ToWindowRadio.Name = "ToWindowRadio"; + this.ToWindowRadio.Size = new System.Drawing.Size(73, 17); + this.ToWindowRadio.TabIndex = 5; + this.ToWindowRadio.TabStop = true; + this.ToWindowRadio.Text = "to window"; + this.ToWindowRadio.UseVisualStyleBackColor = true; + // + // ClearButton + // + this.ClearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.ClearButton.Location = new System.Drawing.Point(564, 19); + this.ClearButton.Name = "ClearButton"; + this.ClearButton.Size = new System.Drawing.Size(47, 23); + this.ClearButton.TabIndex = 25; + this.ClearButton.Text = "&Clear"; + this.ClearButton.UseVisualStyleBackColor = true; + this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); + // + // LoggingEnabled + // + this.LoggingEnabled.Appearance = System.Windows.Forms.Appearance.Button; + this.LoggingEnabled.AutoSize = true; + this.LoggingEnabled.Location = new System.Drawing.Point(9, 19); + this.LoggingEnabled.Name = "LoggingEnabled"; + this.LoggingEnabled.Size = new System.Drawing.Size(55, 23); + this.LoggingEnabled.TabIndex = 1; + this.LoggingEnabled.Text = "&Logging"; + this.LoggingEnabled.UseVisualStyleBackColor = true; + this.LoggingEnabled.CheckedChanged += new System.EventHandler(this.LoggingEnabled_CheckedChanged); + // + // TraceLogger + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(644, 539); + this.Controls.Add(this.groupBox2); + this.Controls.Add(this.TracerBox); + this.Controls.Add(this.menuStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.KeyPreview = true; + this.MainMenuStrip = this.menuStrip1; + this.MinimumSize = new System.Drawing.Size(400, 230); + this.Name = "TraceLogger"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "TraceLogger"; + this.Load += new System.EventHandler(this.TraceLogger_Load); + this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TraceLogger_KeyDown); + this.TracerBox.ResumeLayout(false); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPadForm.Designer.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPadForm.Designer.cs index d779a15b94..49f43c9fa5 100644 --- a/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPadForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/VirtualPadForm.Designer.cs @@ -35,6 +35,7 @@ this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1 = new MenuStripEx(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.autolaodToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); @@ -42,16 +43,15 @@ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.StickyBox = new System.Windows.Forms.CheckBox(); - this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // ControllerBox // - this.ControllerBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.ControllerBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.ControllerBox.ContextMenuStrip = this.contextMenuStrip1; this.ControllerBox.Location = new System.Drawing.Point(9, 26); this.ControllerBox.Name = "ControllerBox"; @@ -100,6 +100,13 @@ this.optionsToolStripMenuItem.Text = "&Options"; this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); // + // alwaysOnTopToolStripMenuItem + // + this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem"; + this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(199, 22); + this.alwaysOnTopToolStripMenuItem.Text = "Always On Top"; + this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); + // // autolaodToolStripMenuItem // this.autolaodToolStripMenuItem.Name = "autolaodToolStripMenuItem"; @@ -151,13 +158,6 @@ this.StickyBox.UseVisualStyleBackColor = true; this.StickyBox.CheckedChanged += new System.EventHandler(this.StickyBox_CheckedChanged); // - // alwaysOnTopToolStripMenuItem - // - this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem"; - this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.alwaysOnTopToolStripMenuItem.Text = "Always On Top"; - this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click); - // // VirtualPadForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -170,6 +170,7 @@ this.MainMenuStrip = this.menuStrip1; this.MinimumSize = new System.Drawing.Size(400, 100); this.Name = "VirtualPadForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Virtual Pads"; this.Load += new System.EventHandler(this.VirtualPadForm_Load); this.contextMenuStrip1.ResumeLayout(false); diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.Designer.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.Designer.cs index 6c9546f3d3..d1a75b1d6d 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamPoke.Designer.cs @@ -28,213 +28,214 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamPoke)); - this.label1 = new System.Windows.Forms.Label(); - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.OutputLabel = new System.Windows.Forms.Label(); - this.ValeLabel = new System.Windows.Forms.Label(); - this.ValueBox = new WatchValueBox(); - this.ValueHexLabel = new System.Windows.Forms.Label(); - this.DisplayTypeLabel = new System.Windows.Forms.Label(); - this.SizeLabel = new System.Windows.Forms.Label(); - this.BigEndianLabel = new System.Windows.Forms.Label(); - this.AddressBox = new HexTextBox(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.DomainLabel = new System.Windows.Forms.Label(); - this.SuspendLayout(); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(20, 33); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(62, 13); - this.label1.TabIndex = 0; - this.label1.Text = "Address: 0x"; - // - // OK - // - this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.OK.Location = new System.Drawing.Point(12, 169); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(65, 23); - this.OK.TabIndex = 35; - this.OK.Text = "&Poke"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(136, 169); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(65, 23); - this.Cancel.TabIndex = 40; - this.Cancel.Text = "&Close"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // OutputLabel - // - this.OutputLabel.AutoSize = true; - this.OutputLabel.Location = new System.Drawing.Point(12, 7); - this.OutputLabel.Name = "OutputLabel"; - this.OutputLabel.Size = new System.Drawing.Size(129, 13); - this.OutputLabel.TabIndex = 9; - this.OutputLabel.Text = "Enter an address to poke:"; - // - // ValeLabel - // - this.ValeLabel.AutoSize = true; - this.ValeLabel.Location = new System.Drawing.Point(31, 59); - this.ValeLabel.Name = "ValeLabel"; - this.ValeLabel.Size = new System.Drawing.Size(37, 13); - this.ValeLabel.TabIndex = 10; - this.ValeLabel.Text = "Value:"; - // - // ValueBox - // - this.ValueBox.ByteSize = BizHawk.Client.Common.Watch.WatchSize.Byte; - this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.ValueBox.Location = new System.Drawing.Point(82, 57); - this.ValueBox.MaxLength = 9; - this.ValueBox.Name = "ValueBox"; - this.ValueBox.Nullable = false; - this.ValueBox.Size = new System.Drawing.Size(116, 20); - this.ValueBox.TabIndex = 10; - this.ValueBox.Text = "0000"; - this.ValueBox.Type = BizHawk.Client.Common.Watch.DisplayType.Hex; - // - // ValueHexLabel - // - this.ValueHexLabel.AutoSize = true; - this.ValueHexLabel.Location = new System.Drawing.Point(64, 60); - this.ValueHexLabel.Name = "ValueHexLabel"; - this.ValueHexLabel.Size = new System.Drawing.Size(18, 13); - this.ValueHexLabel.TabIndex = 11; - this.ValueHexLabel.Text = "0x"; - // - // DisplayTypeLabel - // - this.DisplayTypeLabel.AutoSize = true; - this.DisplayTypeLabel.Location = new System.Drawing.Point(81, 118); - this.DisplayTypeLabel.Name = "DisplayTypeLabel"; - this.DisplayTypeLabel.Size = new System.Drawing.Size(52, 13); - this.DisplayTypeLabel.TabIndex = 24; - this.DisplayTypeLabel.Text = "Unsigned"; - // - // SizeLabel - // - this.SizeLabel.AutoSize = true; - this.SizeLabel.Location = new System.Drawing.Point(82, 101); - this.SizeLabel.Name = "SizeLabel"; - this.SizeLabel.Size = new System.Drawing.Size(28, 13); - this.SizeLabel.TabIndex = 23; - this.SizeLabel.Text = "Byte"; - // - // BigEndianLabel - // - this.BigEndianLabel.AutoSize = true; - this.BigEndianLabel.Location = new System.Drawing.Point(82, 135); - this.BigEndianLabel.Name = "BigEndianLabel"; - this.BigEndianLabel.Size = new System.Drawing.Size(58, 13); - this.BigEndianLabel.TabIndex = 41; - this.BigEndianLabel.Text = "Big Endian"; - // - // AddressBox - // - this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.AddressBox.Enabled = false; - this.AddressBox.Location = new System.Drawing.Point(82, 30); - this.AddressBox.MaxLength = 8; - this.AddressBox.Name = "AddressBox"; - this.AddressBox.Nullable = false; - this.AddressBox.Size = new System.Drawing.Size(116, 20); - this.AddressBox.TabIndex = 5; - this.AddressBox.Text = "0000"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(39, 135); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(43, 13); - this.label2.TabIndex = 44; - this.label2.Text = "Endian:"; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(11, 118); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(71, 13); - this.label3.TabIndex = 43; - this.label3.Text = "Display Type:"; - // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(52, 101); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(30, 13); - this.label4.TabIndex = 42; - this.label4.Text = "Size:"; - // - // label5 - // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(36, 84); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(46, 13); - this.label5.TabIndex = 46; - this.label5.Text = "Domain:"; - // - // DomainLabel - // - this.DomainLabel.AutoSize = true; - this.DomainLabel.Location = new System.Drawing.Point(82, 84); - this.DomainLabel.Name = "DomainLabel"; - this.DomainLabel.Size = new System.Drawing.Size(70, 13); - this.DomainLabel.TabIndex = 45; - this.DomainLabel.Text = "Main Memory"; - // - // RamPoke - // - 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(213, 208); - this.Controls.Add(this.label5); - this.Controls.Add(this.DomainLabel); - this.Controls.Add(this.label2); - this.Controls.Add(this.label3); - this.Controls.Add(this.label4); - this.Controls.Add(this.BigEndianLabel); - this.Controls.Add(this.DisplayTypeLabel); - this.Controls.Add(this.SizeLabel); - this.Controls.Add(this.ValueHexLabel); - this.Controls.Add(this.ValueBox); - this.Controls.Add(this.ValeLabel); - this.Controls.Add(this.OutputLabel); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.Controls.Add(this.AddressBox); - this.Controls.Add(this.label1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "RamPoke"; - this.Text = "Ram Poke"; - this.Load += new System.EventHandler(this.RamPoke_Load); - this.ResumeLayout(false); - this.PerformLayout(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamPoke)); + this.label1 = new System.Windows.Forms.Label(); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.OutputLabel = new System.Windows.Forms.Label(); + this.ValeLabel = new System.Windows.Forms.Label(); + this.ValueBox = new BizHawk.Client.EmuHawk.WatchValueBox(); + this.ValueHexLabel = new System.Windows.Forms.Label(); + this.DisplayTypeLabel = new System.Windows.Forms.Label(); + this.SizeLabel = new System.Windows.Forms.Label(); + this.BigEndianLabel = new System.Windows.Forms.Label(); + this.AddressBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.DomainLabel = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(20, 33); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(62, 13); + this.label1.TabIndex = 0; + this.label1.Text = "Address: 0x"; + // + // OK + // + this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.OK.Location = new System.Drawing.Point(12, 169); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(65, 23); + this.OK.TabIndex = 35; + this.OK.Text = "&Poke"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(136, 169); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(65, 23); + this.Cancel.TabIndex = 40; + this.Cancel.Text = "&Close"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // OutputLabel + // + this.OutputLabel.AutoSize = true; + this.OutputLabel.Location = new System.Drawing.Point(12, 7); + this.OutputLabel.Name = "OutputLabel"; + this.OutputLabel.Size = new System.Drawing.Size(129, 13); + this.OutputLabel.TabIndex = 9; + this.OutputLabel.Text = "Enter an address to poke:"; + // + // ValeLabel + // + this.ValeLabel.AutoSize = true; + this.ValeLabel.Location = new System.Drawing.Point(31, 59); + this.ValeLabel.Name = "ValeLabel"; + this.ValeLabel.Size = new System.Drawing.Size(37, 13); + this.ValeLabel.TabIndex = 10; + this.ValeLabel.Text = "Value:"; + // + // ValueBox + // + this.ValueBox.ByteSize = BizHawk.Client.Common.Watch.WatchSize.Byte; + this.ValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.ValueBox.Location = new System.Drawing.Point(82, 57); + this.ValueBox.MaxLength = 2; + this.ValueBox.Name = "ValueBox"; + this.ValueBox.Nullable = false; + this.ValueBox.Size = new System.Drawing.Size(116, 20); + this.ValueBox.TabIndex = 10; + this.ValueBox.Text = "00"; + this.ValueBox.Type = BizHawk.Client.Common.Watch.DisplayType.Hex; + // + // ValueHexLabel + // + this.ValueHexLabel.AutoSize = true; + this.ValueHexLabel.Location = new System.Drawing.Point(64, 60); + this.ValueHexLabel.Name = "ValueHexLabel"; + this.ValueHexLabel.Size = new System.Drawing.Size(18, 13); + this.ValueHexLabel.TabIndex = 11; + this.ValueHexLabel.Text = "0x"; + // + // DisplayTypeLabel + // + this.DisplayTypeLabel.AutoSize = true; + this.DisplayTypeLabel.Location = new System.Drawing.Point(81, 118); + this.DisplayTypeLabel.Name = "DisplayTypeLabel"; + this.DisplayTypeLabel.Size = new System.Drawing.Size(52, 13); + this.DisplayTypeLabel.TabIndex = 24; + this.DisplayTypeLabel.Text = "Unsigned"; + // + // SizeLabel + // + this.SizeLabel.AutoSize = true; + this.SizeLabel.Location = new System.Drawing.Point(82, 101); + this.SizeLabel.Name = "SizeLabel"; + this.SizeLabel.Size = new System.Drawing.Size(28, 13); + this.SizeLabel.TabIndex = 23; + this.SizeLabel.Text = "Byte"; + // + // BigEndianLabel + // + this.BigEndianLabel.AutoSize = true; + this.BigEndianLabel.Location = new System.Drawing.Point(82, 135); + this.BigEndianLabel.Name = "BigEndianLabel"; + this.BigEndianLabel.Size = new System.Drawing.Size(58, 13); + this.BigEndianLabel.TabIndex = 41; + this.BigEndianLabel.Text = "Big Endian"; + // + // AddressBox + // + this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.AddressBox.Enabled = false; + this.AddressBox.Location = new System.Drawing.Point(82, 30); + this.AddressBox.MaxLength = 8; + this.AddressBox.Name = "AddressBox"; + this.AddressBox.Nullable = false; + this.AddressBox.Size = new System.Drawing.Size(116, 20); + this.AddressBox.TabIndex = 5; + this.AddressBox.Text = "0000"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(39, 135); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(43, 13); + this.label2.TabIndex = 44; + this.label2.Text = "Endian:"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(11, 118); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(71, 13); + this.label3.TabIndex = 43; + this.label3.Text = "Display Type:"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(52, 101); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(30, 13); + this.label4.TabIndex = 42; + this.label4.Text = "Size:"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(36, 84); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(46, 13); + this.label5.TabIndex = 46; + this.label5.Text = "Domain:"; + // + // DomainLabel + // + this.DomainLabel.AutoSize = true; + this.DomainLabel.Location = new System.Drawing.Point(82, 84); + this.DomainLabel.Name = "DomainLabel"; + this.DomainLabel.Size = new System.Drawing.Size(70, 13); + this.DomainLabel.TabIndex = 45; + this.DomainLabel.Text = "Main Memory"; + // + // RamPoke + // + 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(213, 208); + this.Controls.Add(this.label5); + this.Controls.Add(this.DomainLabel); + this.Controls.Add(this.label2); + this.Controls.Add(this.label3); + this.Controls.Add(this.label4); + this.Controls.Add(this.BigEndianLabel); + this.Controls.Add(this.DisplayTypeLabel); + this.Controls.Add(this.SizeLabel); + this.Controls.Add(this.ValueHexLabel); + this.Controls.Add(this.ValueBox); + this.Controls.Add(this.ValeLabel); + this.Controls.Add(this.OutputLabel); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.Controls.Add(this.AddressBox); + this.Controls.Add(this.label1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "RamPoke"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Ram Poke"; + this.Load += new System.EventHandler(this.RamPoke_Load); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.Designer.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.Designer.cs index 7d576b9b85..a1e2b4ec8f 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.Designer.cs @@ -28,222 +28,222 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.Windows.Forms.ToolStripMenuItem SearchMenuItem; - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamSearch)); - this.TotalSearchLabel = new System.Windows.Forms.Label(); - this.WatchListView = new VirtualListView(); - this.AddressColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.ValueColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.PreviousColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.ChangesColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.DiffColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.DoSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.NewSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ContextMenuSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.RemoveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AddToRamWatchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PokeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FreezeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.UnfreezeAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ContextMenuSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.ViewInHexEditorContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ContextMenuSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.ClearPreviewContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.menuStrip1 = new MenuStripEx(); - this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.OpenMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SaveMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SaveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AppendFileMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.TruncateFromFileMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.RecentSubMenu = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.DetailedMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FastMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.MemoryDomainsSubMenu = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); - this.sizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this._1ByteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this._2ByteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this._4ByteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.CheckMisalignedMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); - this.BigEndianMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.DisplayTypeSubMenu = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.DefinePreviousValueSubMenu = new System.Windows.Forms.ToolStripMenuItem(); - this.Previous_LastSearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PreviousFrameMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.Previous_OriginalMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); - this.UndoMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.RedoMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.CopyValueToPrevMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ClearChangeCountsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.RemoveMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.GoToAddressMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AddToRamWatchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PokeAddressMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FreezeAddressMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); - this.ClearUndoMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PreviewModeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AutoSearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); - this.ExcludeRamWatchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.UseUndoHistoryMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); - this.AutoloadDialogMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.SaveWinPositionMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AlwaysOnTopMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.RestoreDefaultsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ColumnsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowPreviousMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowChangesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowDiffMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.MemDomainLabel = new System.Windows.Forms.Label(); - this.MessageLabel = new System.Windows.Forms.Label(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.AutoSearchCheckBox = new System.Windows.Forms.CheckBox(); - this.CompareToBox = new System.Windows.Forms.GroupBox(); - this.DifferenceBox = new UnsignedIntegerBox(); - this.DifferenceRadio = new System.Windows.Forms.RadioButton(); - this.NumberOfChangesBox = new UnsignedIntegerBox(); - this.SpecificAddressBox = new HexTextBox(); - this.NumberOfChangesRadio = new System.Windows.Forms.RadioButton(); - this.SpecificAddressRadio = new System.Windows.Forms.RadioButton(); - this.SpecificValueRadio = new System.Windows.Forms.RadioButton(); - this.PreviousValueRadio = new System.Windows.Forms.RadioButton(); - this.toolStrip1 = new ToolStripEx(); - this.DoSearchToolButton = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); - this.NewSearchToolButton = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator(); - this.CopyValueToPrevToolBarItem = new System.Windows.Forms.ToolStripButton(); - this.ClearChangeCountsToolBarItem = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator(); - this.RemoveToolBarItem = new System.Windows.Forms.ToolStripButton(); - this.AddToRamWatchToolBarItem = new System.Windows.Forms.ToolStripButton(); - this.PokeAddressToolBarItem = new System.Windows.Forms.ToolStripButton(); - this.FreezeAddressToolBarItem = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); - this.UndoToolBarButton = new System.Windows.Forms.ToolStripButton(); - this.RedoToolBarItem = new System.Windows.Forms.ToolStripButton(); - this.RebootToolBarSeparator = new System.Windows.Forms.ToolStripSeparator(); - this.RebootToolbarButton = new System.Windows.Forms.ToolStripButton(); - this.ComparisonBox = new System.Windows.Forms.GroupBox(); - this.DifferentByBox = new UnsignedIntegerBox(); - this.DifferentByRadio = new System.Windows.Forms.RadioButton(); - this.NotEqualToRadio = new System.Windows.Forms.RadioButton(); - this.EqualToRadio = new System.Windows.Forms.RadioButton(); - this.GreaterThanOrEqualToRadio = new System.Windows.Forms.RadioButton(); - this.LessThanOrEqualToRadio = new System.Windows.Forms.RadioButton(); - this.GreaterThanRadio = new System.Windows.Forms.RadioButton(); - this.LessThanRadio = new System.Windows.Forms.RadioButton(); - this.SearchButton = new System.Windows.Forms.Button(); - this.SizeDropdown = new System.Windows.Forms.ComboBox(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.DisplayTypeDropdown = new System.Windows.Forms.ComboBox(); - this.SpecificValueBox = new WatchValueBox(); - SearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.contextMenuStrip1.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.CompareToBox.SuspendLayout(); - this.toolStrip1.SuspendLayout(); - this.ComparisonBox.SuspendLayout(); - this.SuspendLayout(); - // - // SearchMenuItem - // - SearchMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; - SearchMenuItem.Name = "SearchMenuItem"; - SearchMenuItem.Size = new System.Drawing.Size(215, 22); - SearchMenuItem.Text = "&Search"; - SearchMenuItem.Click += new System.EventHandler(this.SearchMenuItem_Click); - // - // TotalSearchLabel - // - this.TotalSearchLabel.AutoSize = true; - this.TotalSearchLabel.Location = new System.Drawing.Point(12, 49); - this.TotalSearchLabel.Name = "TotalSearchLabel"; - this.TotalSearchLabel.Size = new System.Drawing.Size(64, 13); - this.TotalSearchLabel.TabIndex = 2; - this.TotalSearchLabel.Text = "0 addresses"; - // - // WatchListView - // - this.WatchListView.AllowColumnReorder = true; - this.WatchListView.AllowDrop = true; - this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.WatchListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.components = new System.ComponentModel.Container(); + System.Windows.Forms.ToolStripMenuItem SearchMenuItem; + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamSearch)); + this.TotalSearchLabel = new System.Windows.Forms.Label(); + this.WatchListView = new BizHawk.Client.EmuHawk.VirtualListView(); + this.AddressColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.ValueColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.PreviousColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.ChangesColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.DiffColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.DoSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.NewSearchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ContextMenuSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.RemoveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.AddToRamWatchContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.PokeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.FreezeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.UnfreezeAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ContextMenuSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.ViewInHexEditorContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ContextMenuSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.ClearPreviewContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.menuStrip1 = new MenuStripEx(); + this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.OpenMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SaveMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SaveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.AppendFileMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.TruncateFromFileMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.RecentSubMenu = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.DetailedMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.FastMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.MemoryDomainsSubMenu = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); + this.sizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this._1ByteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this._2ByteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this._4ByteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.CheckMisalignedMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); + this.BigEndianMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.DisplayTypeSubMenu = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.DefinePreviousValueSubMenu = new System.Windows.Forms.ToolStripMenuItem(); + this.Previous_LastSearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.PreviousFrameMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.Previous_OriginalMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); + this.UndoMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.RedoMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.CopyValueToPrevMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ClearChangeCountsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.RemoveMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.GoToAddressMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.AddToRamWatchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.PokeAddressMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.FreezeAddressMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); + this.ClearUndoMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.PreviewModeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.AutoSearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); + this.ExcludeRamWatchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.UseUndoHistoryMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); + this.AutoloadDialogMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.SaveWinPositionMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.AlwaysOnTopMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.RestoreDefaultsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ColumnsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowPreviousMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowChangesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowDiffMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.MemDomainLabel = new System.Windows.Forms.Label(); + this.MessageLabel = new System.Windows.Forms.Label(); + this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.AutoSearchCheckBox = new System.Windows.Forms.CheckBox(); + this.CompareToBox = new System.Windows.Forms.GroupBox(); + this.DifferenceBox = new BizHawk.Client.EmuHawk.UnsignedIntegerBox(); + this.DifferenceRadio = new System.Windows.Forms.RadioButton(); + this.NumberOfChangesBox = new BizHawk.Client.EmuHawk.UnsignedIntegerBox(); + this.SpecificAddressBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.SpecificValueBox = new BizHawk.Client.EmuHawk.WatchValueBox(); + this.NumberOfChangesRadio = new System.Windows.Forms.RadioButton(); + this.SpecificAddressRadio = new System.Windows.Forms.RadioButton(); + this.SpecificValueRadio = new System.Windows.Forms.RadioButton(); + this.PreviousValueRadio = new System.Windows.Forms.RadioButton(); + this.toolStrip1 = new ToolStripEx(); + this.DoSearchToolButton = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); + this.NewSearchToolButton = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator(); + this.CopyValueToPrevToolBarItem = new System.Windows.Forms.ToolStripButton(); + this.ClearChangeCountsToolBarItem = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator(); + this.RemoveToolBarItem = new System.Windows.Forms.ToolStripButton(); + this.AddToRamWatchToolBarItem = new System.Windows.Forms.ToolStripButton(); + this.PokeAddressToolBarItem = new System.Windows.Forms.ToolStripButton(); + this.FreezeAddressToolBarItem = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); + this.UndoToolBarButton = new System.Windows.Forms.ToolStripButton(); + this.RedoToolBarItem = new System.Windows.Forms.ToolStripButton(); + this.RebootToolBarSeparator = new System.Windows.Forms.ToolStripSeparator(); + this.RebootToolbarButton = new System.Windows.Forms.ToolStripButton(); + this.ComparisonBox = new System.Windows.Forms.GroupBox(); + this.DifferentByBox = new BizHawk.Client.EmuHawk.UnsignedIntegerBox(); + this.DifferentByRadio = new System.Windows.Forms.RadioButton(); + this.NotEqualToRadio = new System.Windows.Forms.RadioButton(); + this.EqualToRadio = new System.Windows.Forms.RadioButton(); + this.GreaterThanOrEqualToRadio = new System.Windows.Forms.RadioButton(); + this.LessThanOrEqualToRadio = new System.Windows.Forms.RadioButton(); + this.GreaterThanRadio = new System.Windows.Forms.RadioButton(); + this.LessThanRadio = new System.Windows.Forms.RadioButton(); + this.SearchButton = new System.Windows.Forms.Button(); + this.SizeDropdown = new System.Windows.Forms.ComboBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.DisplayTypeDropdown = new System.Windows.Forms.ComboBox(); + SearchMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.contextMenuStrip1.SuspendLayout(); + this.menuStrip1.SuspendLayout(); + this.CompareToBox.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.ComparisonBox.SuspendLayout(); + this.SuspendLayout(); + // + // SearchMenuItem + // + SearchMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; + SearchMenuItem.Name = "SearchMenuItem"; + SearchMenuItem.Size = new System.Drawing.Size(215, 22); + SearchMenuItem.Text = "&Search"; + SearchMenuItem.Click += new System.EventHandler(this.SearchMenuItem_Click); + // + // TotalSearchLabel + // + this.TotalSearchLabel.AutoSize = true; + this.TotalSearchLabel.Location = new System.Drawing.Point(12, 49); + this.TotalSearchLabel.Name = "TotalSearchLabel"; + this.TotalSearchLabel.Size = new System.Drawing.Size(64, 13); + this.TotalSearchLabel.TabIndex = 2; + this.TotalSearchLabel.Text = "0 addresses"; + // + // WatchListView + // + this.WatchListView.AllowColumnReorder = true; + this.WatchListView.AllowDrop = true; + this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.WatchListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.AddressColumn, this.ValueColumn, this.PreviousColumn, this.ChangesColumn, this.DiffColumn}); - this.WatchListView.ContextMenuStrip = this.contextMenuStrip1; - this.WatchListView.FullRowSelect = true; - this.WatchListView.GridLines = true; - this.WatchListView.HideSelection = false; - this.WatchListView.ItemCount = 0; - this.WatchListView.Location = new System.Drawing.Point(9, 65); - this.WatchListView.Name = "WatchListView"; - this.WatchListView.selectedItem = -1; - this.WatchListView.Size = new System.Drawing.Size(230, 366); - this.WatchListView.TabIndex = 1; - this.WatchListView.UseCompatibleStateImageBehavior = false; - this.WatchListView.View = System.Windows.Forms.View.Details; - this.WatchListView.VirtualMode = true; - this.WatchListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.WatchListView_ColumnClick); - this.WatchListView.ColumnReordered += new System.Windows.Forms.ColumnReorderedEventHandler(this.WatchListView_ColumnReordered); - this.WatchListView.SelectedIndexChanged += new System.EventHandler(this.WatchListView_SelectedIndexChanged); - this.WatchListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragDrop); - this.WatchListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragEnter); - this.WatchListView.Enter += new System.EventHandler(this.WatchListView_Enter); - this.WatchListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WatchListView_KeyDown); - this.WatchListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.WatchListView_MouseDoubleClick); - // - // AddressColumn - // - this.AddressColumn.Text = "Address"; - this.AddressColumn.Width = 61; - // - // ValueColumn - // - this.ValueColumn.Text = "Value"; - this.ValueColumn.Width = 48; - // - // PreviousColumn - // - this.PreviousColumn.Text = "Prev"; - this.PreviousColumn.Width = 48; - // - // ChangesColumn - // - this.ChangesColumn.Text = "Changes"; - this.ChangesColumn.Width = 55; - // - // DiffColumn - // - this.DiffColumn.Text = "Diff"; - // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.WatchListView.ContextMenuStrip = this.contextMenuStrip1; + this.WatchListView.FullRowSelect = true; + this.WatchListView.GridLines = true; + this.WatchListView.HideSelection = false; + this.WatchListView.ItemCount = 0; + this.WatchListView.Location = new System.Drawing.Point(9, 65); + this.WatchListView.Name = "WatchListView"; + this.WatchListView.selectedItem = -1; + this.WatchListView.Size = new System.Drawing.Size(230, 366); + this.WatchListView.TabIndex = 1; + this.WatchListView.UseCompatibleStateImageBehavior = false; + this.WatchListView.View = System.Windows.Forms.View.Details; + this.WatchListView.VirtualMode = true; + this.WatchListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.WatchListView_ColumnClick); + this.WatchListView.ColumnReordered += new System.Windows.Forms.ColumnReorderedEventHandler(this.WatchListView_ColumnReordered); + this.WatchListView.SelectedIndexChanged += new System.EventHandler(this.WatchListView_SelectedIndexChanged); + this.WatchListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragDrop); + this.WatchListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragEnter); + this.WatchListView.Enter += new System.EventHandler(this.WatchListView_Enter); + this.WatchListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WatchListView_KeyDown); + this.WatchListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.WatchListView_MouseDoubleClick); + // + // AddressColumn + // + this.AddressColumn.Text = "Address"; + this.AddressColumn.Width = 61; + // + // ValueColumn + // + this.ValueColumn.Text = "Value"; + this.ValueColumn.Width = 48; + // + // PreviousColumn + // + this.PreviousColumn.Text = "Prev"; + this.PreviousColumn.Width = 48; + // + // ChangesColumn + // + this.ChangesColumn.Text = "Changes"; + this.ChangesColumn.Width = 55; + // + // DiffColumn + // + this.DiffColumn.Text = "Diff"; + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.DoSearchContextMenuItem, this.NewSearchContextMenuItem, this.ContextMenuSeparator1, @@ -256,203 +256,203 @@ this.ViewInHexEditorContextMenuItem, this.ContextMenuSeparator3, this.ClearPreviewContextMenuItem}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(216, 220); - this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); - // - // DoSearchContextMenuItem - // - this.DoSearchContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; - this.DoSearchContextMenuItem.Name = "DoSearchContextMenuItem"; - this.DoSearchContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.DoSearchContextMenuItem.Text = "&Search"; - this.DoSearchContextMenuItem.Click += new System.EventHandler(this.SearchMenuItem_Click); - // - // NewSearchContextMenuItem - // - this.NewSearchContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart; - this.NewSearchContextMenuItem.Name = "NewSearchContextMenuItem"; - this.NewSearchContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.NewSearchContextMenuItem.Text = "&Start New Search"; - this.NewSearchContextMenuItem.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); - // - // ContextMenuSeparator1 - // - this.ContextMenuSeparator1.Name = "ContextMenuSeparator1"; - this.ContextMenuSeparator1.Size = new System.Drawing.Size(212, 6); - // - // RemoveContextMenuItem - // - this.RemoveContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.RemoveContextMenuItem.Name = "RemoveContextMenuItem"; - this.RemoveContextMenuItem.ShortcutKeyDisplayString = "Del"; - this.RemoveContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.RemoveContextMenuItem.Text = "Remove Selected"; - this.RemoveContextMenuItem.Click += new System.EventHandler(this.RemoveMenuItem_Click); - // - // AddToRamWatchContextMenuItem - // - this.AddToRamWatchContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.AddToRamWatchContextMenuItem.Name = "AddToRamWatchContextMenuItem"; - this.AddToRamWatchContextMenuItem.ShortcutKeyDisplayString = "Ctrl+R"; - this.AddToRamWatchContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.AddToRamWatchContextMenuItem.Text = "Add to Ram Watch"; - this.AddToRamWatchContextMenuItem.Click += new System.EventHandler(this.AddToRamWatchMenuItem_Click); - // - // PokeContextMenuItem - // - this.PokeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.PokeContextMenuItem.Name = "PokeContextMenuItem"; - this.PokeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+P"; - this.PokeContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.PokeContextMenuItem.Text = "Poke Address"; - this.PokeContextMenuItem.Click += new System.EventHandler(this.PokeAddressMenuItem_Click); - // - // FreezeContextMenuItem - // - this.FreezeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.FreezeContextMenuItem.Name = "FreezeContextMenuItem"; - this.FreezeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+F"; - this.FreezeContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.FreezeContextMenuItem.Text = "Freeze Address"; - this.FreezeContextMenuItem.Click += new System.EventHandler(this.FreezeAddressMenuItem_Click); - // - // UnfreezeAllContextMenuItem - // - this.UnfreezeAllContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; - this.UnfreezeAllContextMenuItem.Name = "UnfreezeAllContextMenuItem"; - this.UnfreezeAllContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.UnfreezeAllContextMenuItem.Text = "Unfreeze &All"; - this.UnfreezeAllContextMenuItem.Click += new System.EventHandler(this.UnfreezeAllContextMenuItem_Click); - // - // ContextMenuSeparator2 - // - this.ContextMenuSeparator2.Name = "ContextMenuSeparator2"; - this.ContextMenuSeparator2.Size = new System.Drawing.Size(212, 6); - // - // ViewInHexEditorContextMenuItem - // - this.ViewInHexEditorContextMenuItem.Name = "ViewInHexEditorContextMenuItem"; - this.ViewInHexEditorContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.ViewInHexEditorContextMenuItem.Text = "View in Hex Editor"; - this.ViewInHexEditorContextMenuItem.Click += new System.EventHandler(this.ViewInHexEditorContextMenuItem_Click); - // - // ContextMenuSeparator3 - // - this.ContextMenuSeparator3.Name = "ContextMenuSeparator3"; - this.ContextMenuSeparator3.Size = new System.Drawing.Size(212, 6); - // - // ClearPreviewContextMenuItem - // - this.ClearPreviewContextMenuItem.Name = "ClearPreviewContextMenuItem"; - this.ClearPreviewContextMenuItem.Size = new System.Drawing.Size(215, 22); - this.ClearPreviewContextMenuItem.Text = "&Clear Preview"; - this.ClearPreviewContextMenuItem.Click += new System.EventHandler(this.ClearPreviewContextMenuItem_Click); - // - // menuStrip1 - // - this.menuStrip1.ClickThrough = true; - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(216, 220); + this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); + // + // DoSearchContextMenuItem + // + this.DoSearchContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; + this.DoSearchContextMenuItem.Name = "DoSearchContextMenuItem"; + this.DoSearchContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.DoSearchContextMenuItem.Text = "&Search"; + this.DoSearchContextMenuItem.Click += new System.EventHandler(this.SearchMenuItem_Click); + // + // NewSearchContextMenuItem + // + this.NewSearchContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart; + this.NewSearchContextMenuItem.Name = "NewSearchContextMenuItem"; + this.NewSearchContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.NewSearchContextMenuItem.Text = "&Start New Search"; + this.NewSearchContextMenuItem.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); + // + // ContextMenuSeparator1 + // + this.ContextMenuSeparator1.Name = "ContextMenuSeparator1"; + this.ContextMenuSeparator1.Size = new System.Drawing.Size(212, 6); + // + // RemoveContextMenuItem + // + this.RemoveContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.RemoveContextMenuItem.Name = "RemoveContextMenuItem"; + this.RemoveContextMenuItem.ShortcutKeyDisplayString = "Del"; + this.RemoveContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.RemoveContextMenuItem.Text = "Remove Selected"; + this.RemoveContextMenuItem.Click += new System.EventHandler(this.RemoveMenuItem_Click); + // + // AddToRamWatchContextMenuItem + // + this.AddToRamWatchContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.AddToRamWatchContextMenuItem.Name = "AddToRamWatchContextMenuItem"; + this.AddToRamWatchContextMenuItem.ShortcutKeyDisplayString = "Ctrl+R"; + this.AddToRamWatchContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.AddToRamWatchContextMenuItem.Text = "Add to Ram Watch"; + this.AddToRamWatchContextMenuItem.Click += new System.EventHandler(this.AddToRamWatchMenuItem_Click); + // + // PokeContextMenuItem + // + this.PokeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.PokeContextMenuItem.Name = "PokeContextMenuItem"; + this.PokeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+P"; + this.PokeContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.PokeContextMenuItem.Text = "Poke Address"; + this.PokeContextMenuItem.Click += new System.EventHandler(this.PokeAddressMenuItem_Click); + // + // FreezeContextMenuItem + // + this.FreezeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.FreezeContextMenuItem.Name = "FreezeContextMenuItem"; + this.FreezeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+F"; + this.FreezeContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.FreezeContextMenuItem.Text = "Freeze Address"; + this.FreezeContextMenuItem.Click += new System.EventHandler(this.FreezeAddressMenuItem_Click); + // + // UnfreezeAllContextMenuItem + // + this.UnfreezeAllContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; + this.UnfreezeAllContextMenuItem.Name = "UnfreezeAllContextMenuItem"; + this.UnfreezeAllContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.UnfreezeAllContextMenuItem.Text = "Unfreeze &All"; + this.UnfreezeAllContextMenuItem.Click += new System.EventHandler(this.UnfreezeAllContextMenuItem_Click); + // + // ContextMenuSeparator2 + // + this.ContextMenuSeparator2.Name = "ContextMenuSeparator2"; + this.ContextMenuSeparator2.Size = new System.Drawing.Size(212, 6); + // + // ViewInHexEditorContextMenuItem + // + this.ViewInHexEditorContextMenuItem.Name = "ViewInHexEditorContextMenuItem"; + this.ViewInHexEditorContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.ViewInHexEditorContextMenuItem.Text = "View in Hex Editor"; + this.ViewInHexEditorContextMenuItem.Click += new System.EventHandler(this.ViewInHexEditorContextMenuItem_Click); + // + // ContextMenuSeparator3 + // + this.ContextMenuSeparator3.Name = "ContextMenuSeparator3"; + this.ContextMenuSeparator3.Size = new System.Drawing.Size(212, 6); + // + // ClearPreviewContextMenuItem + // + this.ClearPreviewContextMenuItem.Name = "ClearPreviewContextMenuItem"; + this.ClearPreviewContextMenuItem.Size = new System.Drawing.Size(215, 22); + this.ClearPreviewContextMenuItem.Text = "&Clear Preview"; + this.ClearPreviewContextMenuItem.Click += new System.EventHandler(this.ClearPreviewContextMenuItem_Click); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.settingsToolStripMenuItem, this.searchToolStripMenuItem, this.optionsToolStripMenuItem, this.ColumnsMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(445, 24); - this.menuStrip1.TabIndex = 4; - this.menuStrip1.Text = "menuStrip1"; - // - // fileToolStripMenuItem - // - this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.OpenMenuItem, - this.SaveMenuItem, - this.SaveAsMenuItem, - this.AppendFileMenuItem, - this.TruncateFromFileMenuItem, - this.RecentSubMenu, - this.toolStripSeparator4, - this.exitToolStripMenuItem}); - this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; - this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); - this.fileToolStripMenuItem.Text = "&File"; - this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.FileSubMenu_DropDownOpened); - // - // OpenMenuItem - // - this.OpenMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; - this.OpenMenuItem.Name = "OpenMenuItem"; - this.OpenMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); - this.OpenMenuItem.Size = new System.Drawing.Size(195, 22); - this.OpenMenuItem.Text = "&Open..."; - this.OpenMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click); - // - // SaveMenuItem - // - this.SaveMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; - this.SaveMenuItem.Name = "SaveMenuItem"; - this.SaveMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.SaveMenuItem.Size = new System.Drawing.Size(195, 22); - this.SaveMenuItem.Text = "&Save"; - this.SaveMenuItem.Click += new System.EventHandler(this.SaveMenuItem_Click); - // - // SaveAsMenuItem - // - this.SaveAsMenuItem.Name = "SaveAsMenuItem"; - this.SaveAsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) - | System.Windows.Forms.Keys.S))); - this.SaveAsMenuItem.Size = new System.Drawing.Size(195, 22); - this.SaveAsMenuItem.Text = "Save As..."; - this.SaveAsMenuItem.Click += new System.EventHandler(this.SaveAsMenuItem_Click); - // - // AppendFileMenuItem - // - this.AppendFileMenuItem.Name = "AppendFileMenuItem"; - this.AppendFileMenuItem.Size = new System.Drawing.Size(195, 22); - this.AppendFileMenuItem.Text = "&Append File..."; - this.AppendFileMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click); - // - // TruncateFromFileMenuItem - // - this.TruncateFromFileMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TruncateFromFile; - this.TruncateFromFileMenuItem.Name = "TruncateFromFileMenuItem"; - this.TruncateFromFileMenuItem.Size = new System.Drawing.Size(195, 22); - this.TruncateFromFileMenuItem.Text = "&Truncate from File..."; - this.TruncateFromFileMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click); - // - // RecentSubMenu - // - this.RecentSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(445, 24); + this.menuStrip1.TabIndex = 4; + this.menuStrip1.Text = "menuStrip1"; + // + // fileToolStripMenuItem + // + this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.OpenMenuItem, + this.SaveMenuItem, + this.SaveAsMenuItem, + this.AppendFileMenuItem, + this.TruncateFromFileMenuItem, + this.RecentSubMenu, + this.toolStripSeparator4, + this.exitToolStripMenuItem}); + this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; + this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); + this.fileToolStripMenuItem.Text = "&File"; + this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.FileSubMenu_DropDownOpened); + // + // OpenMenuItem + // + this.OpenMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; + this.OpenMenuItem.Name = "OpenMenuItem"; + this.OpenMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); + this.OpenMenuItem.Size = new System.Drawing.Size(195, 22); + this.OpenMenuItem.Text = "&Open..."; + this.OpenMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click); + // + // SaveMenuItem + // + this.SaveMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; + this.SaveMenuItem.Name = "SaveMenuItem"; + this.SaveMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); + this.SaveMenuItem.Size = new System.Drawing.Size(195, 22); + this.SaveMenuItem.Text = "&Save"; + this.SaveMenuItem.Click += new System.EventHandler(this.SaveMenuItem_Click); + // + // SaveAsMenuItem + // + this.SaveAsMenuItem.Name = "SaveAsMenuItem"; + this.SaveAsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + | System.Windows.Forms.Keys.S))); + this.SaveAsMenuItem.Size = new System.Drawing.Size(195, 22); + this.SaveAsMenuItem.Text = "Save As..."; + this.SaveAsMenuItem.Click += new System.EventHandler(this.SaveAsMenuItem_Click); + // + // AppendFileMenuItem + // + this.AppendFileMenuItem.Name = "AppendFileMenuItem"; + this.AppendFileMenuItem.Size = new System.Drawing.Size(195, 22); + this.AppendFileMenuItem.Text = "&Append File..."; + this.AppendFileMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click); + // + // TruncateFromFileMenuItem + // + this.TruncateFromFileMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.TruncateFromFile; + this.TruncateFromFileMenuItem.Name = "TruncateFromFileMenuItem"; + this.TruncateFromFileMenuItem.Size = new System.Drawing.Size(195, 22); + this.TruncateFromFileMenuItem.Text = "&Truncate from File..."; + this.TruncateFromFileMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click); + // + // RecentSubMenu + // + this.RecentSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator2}); - this.RecentSubMenu.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; - this.RecentSubMenu.Name = "RecentSubMenu"; - this.RecentSubMenu.Size = new System.Drawing.Size(195, 22); - this.RecentSubMenu.Text = "Recent"; - this.RecentSubMenu.DropDownOpened += new System.EventHandler(this.RecentSubMenu_DropDownOpened); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(57, 6); - // - // toolStripSeparator4 - // - this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(192, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.exitToolStripMenuItem.Text = "&Close"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.CloseMenuItem_Click); - // - // settingsToolStripMenuItem - // - this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.RecentSubMenu.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; + this.RecentSubMenu.Name = "RecentSubMenu"; + this.RecentSubMenu.Size = new System.Drawing.Size(195, 22); + this.RecentSubMenu.Text = "Recent"; + this.RecentSubMenu.DropDownOpened += new System.EventHandler(this.RecentSubMenu_DropDownOpened); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(57, 6); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(192, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.exitToolStripMenuItem.Text = "&Close"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.CloseMenuItem_Click); + // + // settingsToolStripMenuItem + // + this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.modeToolStripMenuItem, this.MemoryDomainsSubMenu, this.sizeToolStripMenuItem, @@ -461,149 +461,149 @@ this.BigEndianMenuItem, this.DisplayTypeSubMenu, this.DefinePreviousValueSubMenu}); - this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.settingsToolStripMenuItem.Text = "&Settings"; - this.settingsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.SettingsSubMenu_DropDownOpened); - // - // modeToolStripMenuItem - // - this.modeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.settingsToolStripMenuItem.Text = "&Settings"; + this.settingsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.SettingsSubMenu_DropDownOpened); + // + // modeToolStripMenuItem + // + this.modeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.DetailedMenuItem, this.FastMenuItem}); - this.modeToolStripMenuItem.Name = "modeToolStripMenuItem"; - this.modeToolStripMenuItem.Size = new System.Drawing.Size(188, 22); - this.modeToolStripMenuItem.Text = "&Mode"; - this.modeToolStripMenuItem.DropDownOpened += new System.EventHandler(this.ModeSubMenu_DropDownOpened); - // - // DetailedMenuItem - // - this.DetailedMenuItem.Name = "DetailedMenuItem"; - this.DetailedMenuItem.Size = new System.Drawing.Size(117, 22); - this.DetailedMenuItem.Text = "&Detailed"; - this.DetailedMenuItem.Click += new System.EventHandler(this.DetailedMenuItem_Click); - // - // FastMenuItem - // - this.FastMenuItem.Name = "FastMenuItem"; - this.FastMenuItem.Size = new System.Drawing.Size(117, 22); - this.FastMenuItem.Text = "&Fast"; - this.FastMenuItem.Click += new System.EventHandler(this.FastMenuItem_Click); - // - // MemoryDomainsSubMenu - // - this.MemoryDomainsSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.modeToolStripMenuItem.Name = "modeToolStripMenuItem"; + this.modeToolStripMenuItem.Size = new System.Drawing.Size(188, 22); + this.modeToolStripMenuItem.Text = "&Mode"; + this.modeToolStripMenuItem.DropDownOpened += new System.EventHandler(this.ModeSubMenu_DropDownOpened); + // + // DetailedMenuItem + // + this.DetailedMenuItem.Name = "DetailedMenuItem"; + this.DetailedMenuItem.Size = new System.Drawing.Size(117, 22); + this.DetailedMenuItem.Text = "&Detailed"; + this.DetailedMenuItem.Click += new System.EventHandler(this.DetailedMenuItem_Click); + // + // FastMenuItem + // + this.FastMenuItem.Name = "FastMenuItem"; + this.FastMenuItem.Size = new System.Drawing.Size(117, 22); + this.FastMenuItem.Text = "&Fast"; + this.FastMenuItem.Click += new System.EventHandler(this.FastMenuItem_Click); + // + // MemoryDomainsSubMenu + // + this.MemoryDomainsSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator6}); - this.MemoryDomainsSubMenu.Name = "MemoryDomainsSubMenu"; - this.MemoryDomainsSubMenu.Size = new System.Drawing.Size(188, 22); - this.MemoryDomainsSubMenu.Text = "&Memory Domains"; - this.MemoryDomainsSubMenu.DropDownOpened += new System.EventHandler(this.MemoryDomainsSubMenu_DropDownOpened); - // - // toolStripSeparator6 - // - this.toolStripSeparator6.Name = "toolStripSeparator6"; - this.toolStripSeparator6.Size = new System.Drawing.Size(57, 6); - // - // sizeToolStripMenuItem - // - this.sizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.MemoryDomainsSubMenu.Name = "MemoryDomainsSubMenu"; + this.MemoryDomainsSubMenu.Size = new System.Drawing.Size(188, 22); + this.MemoryDomainsSubMenu.Text = "&Memory Domains"; + this.MemoryDomainsSubMenu.DropDownOpened += new System.EventHandler(this.MemoryDomainsSubMenu_DropDownOpened); + // + // toolStripSeparator6 + // + this.toolStripSeparator6.Name = "toolStripSeparator6"; + this.toolStripSeparator6.Size = new System.Drawing.Size(57, 6); + // + // sizeToolStripMenuItem + // + this.sizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._1ByteMenuItem, this._2ByteMenuItem, this._4ByteMenuItem}); - this.sizeToolStripMenuItem.Name = "sizeToolStripMenuItem"; - this.sizeToolStripMenuItem.Size = new System.Drawing.Size(188, 22); - this.sizeToolStripMenuItem.Text = "&Size"; - this.sizeToolStripMenuItem.DropDownOpened += new System.EventHandler(this.SizeSubMenu_DropDownOpened); - // - // _1ByteMenuItem - // - this._1ByteMenuItem.Name = "_1ByteMenuItem"; - this._1ByteMenuItem.Size = new System.Drawing.Size(106, 22); - this._1ByteMenuItem.Text = "&1 Byte"; - this._1ByteMenuItem.Click += new System.EventHandler(this._1ByteMenuItem_Click); - // - // _2ByteMenuItem - // - this._2ByteMenuItem.Name = "_2ByteMenuItem"; - this._2ByteMenuItem.Size = new System.Drawing.Size(106, 22); - this._2ByteMenuItem.Text = "&2 Byte"; - this._2ByteMenuItem.Click += new System.EventHandler(this._2ByteMenuItem_Click); - // - // _4ByteMenuItem - // - this._4ByteMenuItem.Name = "_4ByteMenuItem"; - this._4ByteMenuItem.Size = new System.Drawing.Size(106, 22); - this._4ByteMenuItem.Text = "&4 Byte"; - this._4ByteMenuItem.Click += new System.EventHandler(this._4ByteMenuItem_Click); - // - // CheckMisalignedMenuItem - // - this.CheckMisalignedMenuItem.Name = "CheckMisalignedMenuItem"; - this.CheckMisalignedMenuItem.Size = new System.Drawing.Size(188, 22); - this.CheckMisalignedMenuItem.Text = "Check Mis-aligned"; - this.CheckMisalignedMenuItem.Click += new System.EventHandler(this.CheckMisalignedMenuItem_Click); - // - // toolStripSeparator8 - // - this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(185, 6); - // - // BigEndianMenuItem - // - this.BigEndianMenuItem.Name = "BigEndianMenuItem"; - this.BigEndianMenuItem.Size = new System.Drawing.Size(188, 22); - this.BigEndianMenuItem.Text = "&Big Endian"; - this.BigEndianMenuItem.Click += new System.EventHandler(this.BigEndianMenuItem_Click); - // - // DisplayTypeSubMenu - // - this.DisplayTypeSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.sizeToolStripMenuItem.Name = "sizeToolStripMenuItem"; + this.sizeToolStripMenuItem.Size = new System.Drawing.Size(188, 22); + this.sizeToolStripMenuItem.Text = "&Size"; + this.sizeToolStripMenuItem.DropDownOpened += new System.EventHandler(this.SizeSubMenu_DropDownOpened); + // + // _1ByteMenuItem + // + this._1ByteMenuItem.Name = "_1ByteMenuItem"; + this._1ByteMenuItem.Size = new System.Drawing.Size(106, 22); + this._1ByteMenuItem.Text = "&1 Byte"; + this._1ByteMenuItem.Click += new System.EventHandler(this._1ByteMenuItem_Click); + // + // _2ByteMenuItem + // + this._2ByteMenuItem.Name = "_2ByteMenuItem"; + this._2ByteMenuItem.Size = new System.Drawing.Size(106, 22); + this._2ByteMenuItem.Text = "&2 Byte"; + this._2ByteMenuItem.Click += new System.EventHandler(this._2ByteMenuItem_Click); + // + // _4ByteMenuItem + // + this._4ByteMenuItem.Name = "_4ByteMenuItem"; + this._4ByteMenuItem.Size = new System.Drawing.Size(106, 22); + this._4ByteMenuItem.Text = "&4 Byte"; + this._4ByteMenuItem.Click += new System.EventHandler(this._4ByteMenuItem_Click); + // + // CheckMisalignedMenuItem + // + this.CheckMisalignedMenuItem.Name = "CheckMisalignedMenuItem"; + this.CheckMisalignedMenuItem.Size = new System.Drawing.Size(188, 22); + this.CheckMisalignedMenuItem.Text = "Check Mis-aligned"; + this.CheckMisalignedMenuItem.Click += new System.EventHandler(this.CheckMisalignedMenuItem_Click); + // + // toolStripSeparator8 + // + this.toolStripSeparator8.Name = "toolStripSeparator8"; + this.toolStripSeparator8.Size = new System.Drawing.Size(185, 6); + // + // BigEndianMenuItem + // + this.BigEndianMenuItem.Name = "BigEndianMenuItem"; + this.BigEndianMenuItem.Size = new System.Drawing.Size(188, 22); + this.BigEndianMenuItem.Text = "&Big Endian"; + this.BigEndianMenuItem.Click += new System.EventHandler(this.BigEndianMenuItem_Click); + // + // DisplayTypeSubMenu + // + this.DisplayTypeSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator1}); - this.DisplayTypeSubMenu.Name = "DisplayTypeSubMenu"; - this.DisplayTypeSubMenu.Size = new System.Drawing.Size(188, 22); - this.DisplayTypeSubMenu.Text = "&Display Type"; - this.DisplayTypeSubMenu.DropDownOpened += new System.EventHandler(this.DisplayTypeSubMenu_DropDownOpened); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(57, 6); - // - // DefinePreviousValueSubMenu - // - this.DefinePreviousValueSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.DisplayTypeSubMenu.Name = "DisplayTypeSubMenu"; + this.DisplayTypeSubMenu.Size = new System.Drawing.Size(188, 22); + this.DisplayTypeSubMenu.Text = "&Display Type"; + this.DisplayTypeSubMenu.DropDownOpened += new System.EventHandler(this.DisplayTypeSubMenu_DropDownOpened); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(57, 6); + // + // DefinePreviousValueSubMenu + // + this.DefinePreviousValueSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Previous_LastSearchMenuItem, this.PreviousFrameMenuItem, this.Previous_OriginalMenuItem}); - this.DefinePreviousValueSubMenu.Name = "DefinePreviousValueSubMenu"; - this.DefinePreviousValueSubMenu.Size = new System.Drawing.Size(188, 22); - this.DefinePreviousValueSubMenu.Text = "Define Previous Value"; - this.DefinePreviousValueSubMenu.DropDownOpened += new System.EventHandler(this.DefinePreviousValueSubMenu_DropDownOpened); - // - // Previous_LastSearchMenuItem - // - this.Previous_LastSearchMenuItem.Name = "Previous_LastSearchMenuItem"; - this.Previous_LastSearchMenuItem.Size = new System.Drawing.Size(155, 22); - this.Previous_LastSearchMenuItem.Text = "Last &Search"; - this.Previous_LastSearchMenuItem.Click += new System.EventHandler(this.Previous_LastSearchMenuItem_Click); - // - // PreviousFrameMenuItem - // - this.PreviousFrameMenuItem.Name = "PreviousFrameMenuItem"; - this.PreviousFrameMenuItem.Size = new System.Drawing.Size(155, 22); - this.PreviousFrameMenuItem.Text = "&Previous Frame"; - this.PreviousFrameMenuItem.Click += new System.EventHandler(this.Previous_LastFrameMenuItem_Click); - // - // Previous_OriginalMenuItem - // - this.Previous_OriginalMenuItem.Name = "Previous_OriginalMenuItem"; - this.Previous_OriginalMenuItem.Size = new System.Drawing.Size(155, 22); - this.Previous_OriginalMenuItem.Text = "&Original"; - this.Previous_OriginalMenuItem.Click += new System.EventHandler(this.Previous_OriginalMenuItem_Click); - // - // searchToolStripMenuItem - // - this.searchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.DefinePreviousValueSubMenu.Name = "DefinePreviousValueSubMenu"; + this.DefinePreviousValueSubMenu.Size = new System.Drawing.Size(188, 22); + this.DefinePreviousValueSubMenu.Text = "Define Previous Value"; + this.DefinePreviousValueSubMenu.DropDownOpened += new System.EventHandler(this.DefinePreviousValueSubMenu_DropDownOpened); + // + // Previous_LastSearchMenuItem + // + this.Previous_LastSearchMenuItem.Name = "Previous_LastSearchMenuItem"; + this.Previous_LastSearchMenuItem.Size = new System.Drawing.Size(155, 22); + this.Previous_LastSearchMenuItem.Text = "Last &Search"; + this.Previous_LastSearchMenuItem.Click += new System.EventHandler(this.Previous_LastSearchMenuItem_Click); + // + // PreviousFrameMenuItem + // + this.PreviousFrameMenuItem.Name = "PreviousFrameMenuItem"; + this.PreviousFrameMenuItem.Size = new System.Drawing.Size(155, 22); + this.PreviousFrameMenuItem.Text = "&Previous Frame"; + this.PreviousFrameMenuItem.Click += new System.EventHandler(this.Previous_LastFrameMenuItem_Click); + // + // Previous_OriginalMenuItem + // + this.Previous_OriginalMenuItem.Name = "Previous_OriginalMenuItem"; + this.Previous_OriginalMenuItem.Size = new System.Drawing.Size(155, 22); + this.Previous_OriginalMenuItem.Text = "&Original"; + this.Previous_OriginalMenuItem.Click += new System.EventHandler(this.Previous_OriginalMenuItem_Click); + // + // searchToolStripMenuItem + // + this.searchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newSearchToolStripMenuItem, this.toolStripSeparator7, SearchMenuItem, @@ -619,122 +619,122 @@ this.FreezeAddressMenuItem, this.toolStripSeparator13, this.ClearUndoMenuItem}); - this.searchToolStripMenuItem.Name = "searchToolStripMenuItem"; - this.searchToolStripMenuItem.Size = new System.Drawing.Size(54, 20); - this.searchToolStripMenuItem.Text = "&Search"; - this.searchToolStripMenuItem.DropDownOpened += new System.EventHandler(this.SearchSubMenu_DropDownOpened); - // - // newSearchToolStripMenuItem - // - this.newSearchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart; - this.newSearchToolStripMenuItem.Name = "newSearchToolStripMenuItem"; - this.newSearchToolStripMenuItem.Size = new System.Drawing.Size(215, 22); - this.newSearchToolStripMenuItem.Text = "&New Search"; - this.newSearchToolStripMenuItem.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); - // - // toolStripSeparator7 - // - this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(212, 6); - // - // UndoMenuItem - // - this.UndoMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.undo; - this.UndoMenuItem.Name = "UndoMenuItem"; - this.UndoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); - this.UndoMenuItem.Size = new System.Drawing.Size(215, 22); - this.UndoMenuItem.Text = "&Undo"; - this.UndoMenuItem.Click += new System.EventHandler(this.UndoMenuItem_Click); - // - // RedoMenuItem - // - this.RedoMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.redo; - this.RedoMenuItem.Name = "RedoMenuItem"; - this.RedoMenuItem.ShortcutKeyDisplayString = ""; - this.RedoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); - this.RedoMenuItem.Size = new System.Drawing.Size(215, 22); - this.RedoMenuItem.Text = "&Redo"; - this.RedoMenuItem.Click += new System.EventHandler(this.RedoMenuItem_Click); - // - // CopyValueToPrevMenuItem - // - this.CopyValueToPrevMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Previous; - this.CopyValueToPrevMenuItem.Name = "CopyValueToPrevMenuItem"; - this.CopyValueToPrevMenuItem.Size = new System.Drawing.Size(215, 22); - this.CopyValueToPrevMenuItem.Text = "Copy Value to Prev"; - this.CopyValueToPrevMenuItem.Click += new System.EventHandler(this.CopyValueToPrevMenuItem_Click); - // - // ClearChangeCountsMenuItem - // - this.ClearChangeCountsMenuItem.Name = "ClearChangeCountsMenuItem"; - this.ClearChangeCountsMenuItem.Size = new System.Drawing.Size(215, 22); - this.ClearChangeCountsMenuItem.Text = "&Clear Change Counts"; - this.ClearChangeCountsMenuItem.Click += new System.EventHandler(this.ClearChangeCountsMenuItem_Click); - // - // RemoveMenuItem - // - this.RemoveMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.RemoveMenuItem.Name = "RemoveMenuItem"; - this.RemoveMenuItem.ShortcutKeyDisplayString = "Delete"; - this.RemoveMenuItem.Size = new System.Drawing.Size(215, 22); - this.RemoveMenuItem.Text = "&Remove selected"; - this.RemoveMenuItem.Click += new System.EventHandler(this.RemoveMenuItem_Click); - // - // toolStripSeparator5 - // - this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(212, 6); - // - // GoToAddressMenuItem - // - this.GoToAddressMenuItem.Name = "GoToAddressMenuItem"; - this.GoToAddressMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); - this.GoToAddressMenuItem.Size = new System.Drawing.Size(215, 22); - this.GoToAddressMenuItem.Text = "&Go to Address..."; - this.GoToAddressMenuItem.Click += new System.EventHandler(this.GoToAddressMenuItem_Click); - // - // AddToRamWatchMenuItem - // - this.AddToRamWatchMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.AddToRamWatchMenuItem.Name = "AddToRamWatchMenuItem"; - this.AddToRamWatchMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); - this.AddToRamWatchMenuItem.Size = new System.Drawing.Size(215, 22); - this.AddToRamWatchMenuItem.Text = "&Add to Ram Watch"; - this.AddToRamWatchMenuItem.Click += new System.EventHandler(this.AddToRamWatchMenuItem_Click); - // - // PokeAddressMenuItem - // - this.PokeAddressMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.PokeAddressMenuItem.Name = "PokeAddressMenuItem"; - this.PokeAddressMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); - this.PokeAddressMenuItem.Size = new System.Drawing.Size(215, 22); - this.PokeAddressMenuItem.Text = "&Poke Address"; - this.PokeAddressMenuItem.Click += new System.EventHandler(this.PokeAddressMenuItem_Click); - // - // FreezeAddressMenuItem - // - this.FreezeAddressMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.FreezeAddressMenuItem.Name = "FreezeAddressMenuItem"; - this.FreezeAddressMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); - this.FreezeAddressMenuItem.Size = new System.Drawing.Size(215, 22); - this.FreezeAddressMenuItem.Text = "Freeze Address"; - this.FreezeAddressMenuItem.Click += new System.EventHandler(this.FreezeAddressMenuItem_Click); - // - // toolStripSeparator13 - // - this.toolStripSeparator13.Name = "toolStripSeparator13"; - this.toolStripSeparator13.Size = new System.Drawing.Size(212, 6); - // - // ClearUndoMenuItem - // - this.ClearUndoMenuItem.Name = "ClearUndoMenuItem"; - this.ClearUndoMenuItem.Size = new System.Drawing.Size(215, 22); - this.ClearUndoMenuItem.Text = "Clear Undo History"; - this.ClearUndoMenuItem.Click += new System.EventHandler(this.ClearUndoMenuItem_Click); - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.searchToolStripMenuItem.Name = "searchToolStripMenuItem"; + this.searchToolStripMenuItem.Size = new System.Drawing.Size(54, 20); + this.searchToolStripMenuItem.Text = "&Search"; + this.searchToolStripMenuItem.DropDownOpened += new System.EventHandler(this.SearchSubMenu_DropDownOpened); + // + // newSearchToolStripMenuItem + // + this.newSearchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart; + this.newSearchToolStripMenuItem.Name = "newSearchToolStripMenuItem"; + this.newSearchToolStripMenuItem.Size = new System.Drawing.Size(215, 22); + this.newSearchToolStripMenuItem.Text = "&New Search"; + this.newSearchToolStripMenuItem.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); + // + // toolStripSeparator7 + // + this.toolStripSeparator7.Name = "toolStripSeparator7"; + this.toolStripSeparator7.Size = new System.Drawing.Size(212, 6); + // + // UndoMenuItem + // + this.UndoMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.undo; + this.UndoMenuItem.Name = "UndoMenuItem"; + this.UndoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); + this.UndoMenuItem.Size = new System.Drawing.Size(215, 22); + this.UndoMenuItem.Text = "&Undo"; + this.UndoMenuItem.Click += new System.EventHandler(this.UndoMenuItem_Click); + // + // RedoMenuItem + // + this.RedoMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.redo; + this.RedoMenuItem.Name = "RedoMenuItem"; + this.RedoMenuItem.ShortcutKeyDisplayString = ""; + this.RedoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); + this.RedoMenuItem.Size = new System.Drawing.Size(215, 22); + this.RedoMenuItem.Text = "&Redo"; + this.RedoMenuItem.Click += new System.EventHandler(this.RedoMenuItem_Click); + // + // CopyValueToPrevMenuItem + // + this.CopyValueToPrevMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Previous; + this.CopyValueToPrevMenuItem.Name = "CopyValueToPrevMenuItem"; + this.CopyValueToPrevMenuItem.Size = new System.Drawing.Size(215, 22); + this.CopyValueToPrevMenuItem.Text = "Copy Value to Prev"; + this.CopyValueToPrevMenuItem.Click += new System.EventHandler(this.CopyValueToPrevMenuItem_Click); + // + // ClearChangeCountsMenuItem + // + this.ClearChangeCountsMenuItem.Name = "ClearChangeCountsMenuItem"; + this.ClearChangeCountsMenuItem.Size = new System.Drawing.Size(215, 22); + this.ClearChangeCountsMenuItem.Text = "&Clear Change Counts"; + this.ClearChangeCountsMenuItem.Click += new System.EventHandler(this.ClearChangeCountsMenuItem_Click); + // + // RemoveMenuItem + // + this.RemoveMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.RemoveMenuItem.Name = "RemoveMenuItem"; + this.RemoveMenuItem.ShortcutKeyDisplayString = "Delete"; + this.RemoveMenuItem.Size = new System.Drawing.Size(215, 22); + this.RemoveMenuItem.Text = "&Remove selected"; + this.RemoveMenuItem.Click += new System.EventHandler(this.RemoveMenuItem_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(212, 6); + // + // GoToAddressMenuItem + // + this.GoToAddressMenuItem.Name = "GoToAddressMenuItem"; + this.GoToAddressMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); + this.GoToAddressMenuItem.Size = new System.Drawing.Size(215, 22); + this.GoToAddressMenuItem.Text = "&Go to Address..."; + this.GoToAddressMenuItem.Click += new System.EventHandler(this.GoToAddressMenuItem_Click); + // + // AddToRamWatchMenuItem + // + this.AddToRamWatchMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.AddToRamWatchMenuItem.Name = "AddToRamWatchMenuItem"; + this.AddToRamWatchMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); + this.AddToRamWatchMenuItem.Size = new System.Drawing.Size(215, 22); + this.AddToRamWatchMenuItem.Text = "&Add to Ram Watch"; + this.AddToRamWatchMenuItem.Click += new System.EventHandler(this.AddToRamWatchMenuItem_Click); + // + // PokeAddressMenuItem + // + this.PokeAddressMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.PokeAddressMenuItem.Name = "PokeAddressMenuItem"; + this.PokeAddressMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); + this.PokeAddressMenuItem.Size = new System.Drawing.Size(215, 22); + this.PokeAddressMenuItem.Text = "&Poke Address"; + this.PokeAddressMenuItem.Click += new System.EventHandler(this.PokeAddressMenuItem_Click); + // + // FreezeAddressMenuItem + // + this.FreezeAddressMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.FreezeAddressMenuItem.Name = "FreezeAddressMenuItem"; + this.FreezeAddressMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); + this.FreezeAddressMenuItem.Size = new System.Drawing.Size(215, 22); + this.FreezeAddressMenuItem.Text = "Freeze Address"; + this.FreezeAddressMenuItem.Click += new System.EventHandler(this.FreezeAddressMenuItem_Click); + // + // toolStripSeparator13 + // + this.toolStripSeparator13.Name = "toolStripSeparator13"; + this.toolStripSeparator13.Size = new System.Drawing.Size(212, 6); + // + // ClearUndoMenuItem + // + this.ClearUndoMenuItem.Name = "ClearUndoMenuItem"; + this.ClearUndoMenuItem.Size = new System.Drawing.Size(215, 22); + this.ClearUndoMenuItem.Text = "Clear Undo History"; + this.ClearUndoMenuItem.Click += new System.EventHandler(this.ClearUndoMenuItem_Click); + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.PreviewModeMenuItem, this.AutoSearchMenuItem, this.toolStripSeparator9, @@ -746,270 +746,287 @@ this.AlwaysOnTopMenuItem, this.toolStripSeparator3, this.RestoreDefaultsMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.OptionsSubMenu_DropDownOpened); - // - // PreviewModeMenuItem - // - this.PreviewModeMenuItem.Name = "PreviewModeMenuItem"; - this.PreviewModeMenuItem.Size = new System.Drawing.Size(240, 22); - this.PreviewModeMenuItem.Text = "Preview Mode"; - this.PreviewModeMenuItem.Click += new System.EventHandler(this.PreviewModeMenuItem_Click); - // - // AutoSearchMenuItem - // - this.AutoSearchMenuItem.Name = "AutoSearchMenuItem"; - this.AutoSearchMenuItem.Size = new System.Drawing.Size(240, 22); - this.AutoSearchMenuItem.Text = "Auto-Search"; - this.AutoSearchMenuItem.Click += new System.EventHandler(this.AutoSearchMenuItem_Click); - // - // toolStripSeparator9 - // - this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(237, 6); - // - // ExcludeRamWatchMenuItem - // - this.ExcludeRamWatchMenuItem.Name = "ExcludeRamWatchMenuItem"; - this.ExcludeRamWatchMenuItem.Size = new System.Drawing.Size(240, 22); - this.ExcludeRamWatchMenuItem.Text = "Always Exclude Ram Search List"; - this.ExcludeRamWatchMenuItem.Click += new System.EventHandler(this.ExcludeRamWatchMenuItem_Click); - // - // UseUndoHistoryMenuItem - // - this.UseUndoHistoryMenuItem.Name = "UseUndoHistoryMenuItem"; - this.UseUndoHistoryMenuItem.Size = new System.Drawing.Size(240, 22); - this.UseUndoHistoryMenuItem.Text = "&Use Undo History"; - this.UseUndoHistoryMenuItem.Click += new System.EventHandler(this.UseUndoHistoryMenuItem_Click); - // - // toolStripSeparator11 - // - this.toolStripSeparator11.Name = "toolStripSeparator11"; - this.toolStripSeparator11.Size = new System.Drawing.Size(237, 6); - // - // AutoloadDialogMenuItem - // - this.AutoloadDialogMenuItem.Name = "AutoloadDialogMenuItem"; - this.AutoloadDialogMenuItem.Size = new System.Drawing.Size(240, 22); - this.AutoloadDialogMenuItem.Text = "Autoload"; - this.AutoloadDialogMenuItem.Click += new System.EventHandler(this.AutoloadDialogMenuItem_Click); - // - // SaveWinPositionMenuItem - // - this.SaveWinPositionMenuItem.Name = "SaveWinPositionMenuItem"; - this.SaveWinPositionMenuItem.Size = new System.Drawing.Size(240, 22); - this.SaveWinPositionMenuItem.Text = "Save Window Position"; - this.SaveWinPositionMenuItem.Click += new System.EventHandler(this.SaveWinPositionMenuItem_Click); - // - // AlwaysOnTopMenuItem - // - this.AlwaysOnTopMenuItem.Name = "AlwaysOnTopMenuItem"; - this.AlwaysOnTopMenuItem.Size = new System.Drawing.Size(240, 22); - this.AlwaysOnTopMenuItem.Text = "Always On Top"; - this.AlwaysOnTopMenuItem.Click += new System.EventHandler(this.AlwaysOnTopMenuItem_Click); - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(237, 6); - // - // RestoreDefaultsMenuItem - // - this.RestoreDefaultsMenuItem.Name = "RestoreDefaultsMenuItem"; - this.RestoreDefaultsMenuItem.Size = new System.Drawing.Size(240, 22); - this.RestoreDefaultsMenuItem.Text = "Restore Default Settings"; - this.RestoreDefaultsMenuItem.Click += new System.EventHandler(this.RestoreDefaultsMenuItem_Click); - // - // ColumnsMenuItem - // - this.ColumnsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.OptionsSubMenu_DropDownOpened); + // + // PreviewModeMenuItem + // + this.PreviewModeMenuItem.Name = "PreviewModeMenuItem"; + this.PreviewModeMenuItem.Size = new System.Drawing.Size(240, 22); + this.PreviewModeMenuItem.Text = "Preview Mode"; + this.PreviewModeMenuItem.Click += new System.EventHandler(this.PreviewModeMenuItem_Click); + // + // AutoSearchMenuItem + // + this.AutoSearchMenuItem.Name = "AutoSearchMenuItem"; + this.AutoSearchMenuItem.Size = new System.Drawing.Size(240, 22); + this.AutoSearchMenuItem.Text = "Auto-Search"; + this.AutoSearchMenuItem.Click += new System.EventHandler(this.AutoSearchMenuItem_Click); + // + // toolStripSeparator9 + // + this.toolStripSeparator9.Name = "toolStripSeparator9"; + this.toolStripSeparator9.Size = new System.Drawing.Size(237, 6); + // + // ExcludeRamWatchMenuItem + // + this.ExcludeRamWatchMenuItem.Name = "ExcludeRamWatchMenuItem"; + this.ExcludeRamWatchMenuItem.Size = new System.Drawing.Size(240, 22); + this.ExcludeRamWatchMenuItem.Text = "Always Exclude Ram Search List"; + this.ExcludeRamWatchMenuItem.Click += new System.EventHandler(this.ExcludeRamWatchMenuItem_Click); + // + // UseUndoHistoryMenuItem + // + this.UseUndoHistoryMenuItem.Name = "UseUndoHistoryMenuItem"; + this.UseUndoHistoryMenuItem.Size = new System.Drawing.Size(240, 22); + this.UseUndoHistoryMenuItem.Text = "&Use Undo History"; + this.UseUndoHistoryMenuItem.Click += new System.EventHandler(this.UseUndoHistoryMenuItem_Click); + // + // toolStripSeparator11 + // + this.toolStripSeparator11.Name = "toolStripSeparator11"; + this.toolStripSeparator11.Size = new System.Drawing.Size(237, 6); + // + // AutoloadDialogMenuItem + // + this.AutoloadDialogMenuItem.Name = "AutoloadDialogMenuItem"; + this.AutoloadDialogMenuItem.Size = new System.Drawing.Size(240, 22); + this.AutoloadDialogMenuItem.Text = "Autoload"; + this.AutoloadDialogMenuItem.Click += new System.EventHandler(this.AutoloadDialogMenuItem_Click); + // + // SaveWinPositionMenuItem + // + this.SaveWinPositionMenuItem.Name = "SaveWinPositionMenuItem"; + this.SaveWinPositionMenuItem.Size = new System.Drawing.Size(240, 22); + this.SaveWinPositionMenuItem.Text = "Save Window Position"; + this.SaveWinPositionMenuItem.Click += new System.EventHandler(this.SaveWinPositionMenuItem_Click); + // + // AlwaysOnTopMenuItem + // + this.AlwaysOnTopMenuItem.Name = "AlwaysOnTopMenuItem"; + this.AlwaysOnTopMenuItem.Size = new System.Drawing.Size(240, 22); + this.AlwaysOnTopMenuItem.Text = "Always On Top"; + this.AlwaysOnTopMenuItem.Click += new System.EventHandler(this.AlwaysOnTopMenuItem_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(237, 6); + // + // RestoreDefaultsMenuItem + // + this.RestoreDefaultsMenuItem.Name = "RestoreDefaultsMenuItem"; + this.RestoreDefaultsMenuItem.Size = new System.Drawing.Size(240, 22); + this.RestoreDefaultsMenuItem.Text = "Restore Default Settings"; + this.RestoreDefaultsMenuItem.Click += new System.EventHandler(this.RestoreDefaultsMenuItem_Click); + // + // ColumnsMenuItem + // + this.ColumnsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ShowPreviousMenuItem, this.ShowChangesMenuItem, this.ShowDiffMenuItem}); - this.ColumnsMenuItem.Name = "ColumnsMenuItem"; - this.ColumnsMenuItem.Size = new System.Drawing.Size(67, 20); - this.ColumnsMenuItem.Text = "&Columns"; - this.ColumnsMenuItem.DropDownOpened += new System.EventHandler(this.ColumnsMenuItem_DropDownOpened); - // - // ShowPreviousMenuItem - // - this.ShowPreviousMenuItem.Name = "ShowPreviousMenuItem"; - this.ShowPreviousMenuItem.Size = new System.Drawing.Size(156, 22); - this.ShowPreviousMenuItem.Text = "&Previous Value"; - this.ShowPreviousMenuItem.Click += new System.EventHandler(this.ShowPreviousMenuItem_Click); - // - // ShowChangesMenuItem - // - this.ShowChangesMenuItem.Name = "ShowChangesMenuItem"; - this.ShowChangesMenuItem.Size = new System.Drawing.Size(156, 22); - this.ShowChangesMenuItem.Text = "&Change Counts"; - this.ShowChangesMenuItem.Click += new System.EventHandler(this.ShowChangesMenuItem_Click); - // - // ShowDiffMenuItem - // - this.ShowDiffMenuItem.Name = "ShowDiffMenuItem"; - this.ShowDiffMenuItem.Size = new System.Drawing.Size(156, 22); - this.ShowDiffMenuItem.Text = "&Difference"; - this.ShowDiffMenuItem.Click += new System.EventHandler(this.ShowDiffMenuItem_Click); - // - // MemDomainLabel - // - this.MemDomainLabel.AutoSize = true; - this.MemDomainLabel.Location = new System.Drawing.Point(135, 49); - this.MemDomainLabel.Name = "MemDomainLabel"; - this.MemDomainLabel.Size = new System.Drawing.Size(70, 13); - this.MemDomainLabel.TabIndex = 8; - this.MemDomainLabel.Text = "Main Memory"; - // - // MessageLabel - // - this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.MessageLabel.AutoSize = true; - this.MessageLabel.Location = new System.Drawing.Point(9, 434); - this.MessageLabel.Name = "MessageLabel"; - this.MessageLabel.Size = new System.Drawing.Size(106, 13); - this.MessageLabel.TabIndex = 9; - this.MessageLabel.Text = " todo "; - // - // AutoSearchCheckBox - // - this.AutoSearchCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.AutoSearchCheckBox.Appearance = System.Windows.Forms.Appearance.Button; - this.AutoSearchCheckBox.AutoSize = true; - this.AutoSearchCheckBox.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.AutoSearch; - this.AutoSearchCheckBox.Location = new System.Drawing.Point(316, 410); - this.AutoSearchCheckBox.Name = "AutoSearchCheckBox"; - this.AutoSearchCheckBox.Size = new System.Drawing.Size(38, 22); - this.AutoSearchCheckBox.TabIndex = 105; - this.AutoSearchCheckBox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; - this.toolTip1.SetToolTip(this.AutoSearchCheckBox, "Automatically search each frame"); - this.AutoSearchCheckBox.UseVisualStyleBackColor = true; - this.AutoSearchCheckBox.Click += new System.EventHandler(this.AutoSearchMenuItem_Click); - // - // CompareToBox - // - this.CompareToBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.CompareToBox.Controls.Add(this.DifferenceBox); - this.CompareToBox.Controls.Add(this.DifferenceRadio); - this.CompareToBox.Controls.Add(this.NumberOfChangesBox); - this.CompareToBox.Controls.Add(this.SpecificAddressBox); - this.CompareToBox.Controls.Add(this.SpecificValueBox); - this.CompareToBox.Controls.Add(this.NumberOfChangesRadio); - this.CompareToBox.Controls.Add(this.SpecificAddressRadio); - this.CompareToBox.Controls.Add(this.SpecificValueRadio); - this.CompareToBox.Controls.Add(this.PreviousValueRadio); - this.CompareToBox.Location = new System.Drawing.Point(244, 65); - this.CompareToBox.Name = "CompareToBox"; - this.CompareToBox.Size = new System.Drawing.Size(190, 125); - this.CompareToBox.TabIndex = 10; - this.CompareToBox.TabStop = false; - this.CompareToBox.Text = "Compare To / By"; - // - // DifferenceBox - // - this.DifferenceBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.DifferenceBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.DifferenceBox.Enabled = false; - this.DifferenceBox.Location = new System.Drawing.Point(114, 98); - this.DifferenceBox.MaxLength = 8; - this.DifferenceBox.Name = "DifferenceBox"; - this.DifferenceBox.Nullable = false; - this.DifferenceBox.Size = new System.Drawing.Size(72, 20); - this.DifferenceBox.TabIndex = 45; - this.DifferenceBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); - // - // DifferenceRadio - // - this.DifferenceRadio.AutoSize = true; - this.DifferenceRadio.Location = new System.Drawing.Point(6, 100); - this.DifferenceRadio.Name = "DifferenceRadio"; - this.DifferenceRadio.Size = new System.Drawing.Size(89, 17); - this.DifferenceRadio.TabIndex = 40; - this.DifferenceRadio.Text = "Difference of:"; - this.DifferenceRadio.UseVisualStyleBackColor = true; - this.DifferenceRadio.Click += new System.EventHandler(this.DifferenceRadio_Click); - // - // NumberOfChangesBox - // - this.NumberOfChangesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.NumberOfChangesBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.NumberOfChangesBox.Enabled = false; - this.NumberOfChangesBox.Location = new System.Drawing.Point(114, 78); - this.NumberOfChangesBox.MaxLength = 8; - this.NumberOfChangesBox.Name = "NumberOfChangesBox"; - this.NumberOfChangesBox.Nullable = false; - this.NumberOfChangesBox.Size = new System.Drawing.Size(72, 20); - this.NumberOfChangesBox.TabIndex = 35; - this.NumberOfChangesBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); - // - // SpecificAddressBox - // - this.SpecificAddressBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.SpecificAddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.SpecificAddressBox.Enabled = false; - this.SpecificAddressBox.Location = new System.Drawing.Point(114, 58); - this.SpecificAddressBox.MaxLength = 8; - this.SpecificAddressBox.Name = "SpecificAddressBox"; - this.SpecificAddressBox.Nullable = false; - this.SpecificAddressBox.Size = new System.Drawing.Size(72, 20); - this.SpecificAddressBox.TabIndex = 25; - this.SpecificAddressBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); - // - // NumberOfChangesRadio - // - this.NumberOfChangesRadio.AutoSize = true; - this.NumberOfChangesRadio.Location = new System.Drawing.Point(7, 80); - this.NumberOfChangesRadio.Name = "NumberOfChangesRadio"; - this.NumberOfChangesRadio.Size = new System.Drawing.Size(111, 17); - this.NumberOfChangesRadio.TabIndex = 30; - this.NumberOfChangesRadio.Text = "Specific Changes:"; - this.NumberOfChangesRadio.UseVisualStyleBackColor = true; - this.NumberOfChangesRadio.Click += new System.EventHandler(this.NumberOfChangesRadio_Click); - // - // SpecificAddressRadio - // - this.SpecificAddressRadio.AutoSize = true; - this.SpecificAddressRadio.Location = new System.Drawing.Point(7, 60); - this.SpecificAddressRadio.Name = "SpecificAddressRadio"; - this.SpecificAddressRadio.Size = new System.Drawing.Size(107, 17); - this.SpecificAddressRadio.TabIndex = 20; - this.SpecificAddressRadio.Text = "Specific Address:"; - this.SpecificAddressRadio.UseVisualStyleBackColor = true; - this.SpecificAddressRadio.Click += new System.EventHandler(this.SpecificAddressRadio_Click); - // - // SpecificValueRadio - // - this.SpecificValueRadio.AutoSize = true; - this.SpecificValueRadio.Location = new System.Drawing.Point(7, 40); - this.SpecificValueRadio.Name = "SpecificValueRadio"; - this.SpecificValueRadio.Size = new System.Drawing.Size(96, 17); - this.SpecificValueRadio.TabIndex = 10; - this.SpecificValueRadio.Text = "Specific Value:"; - this.SpecificValueRadio.UseVisualStyleBackColor = true; - this.SpecificValueRadio.Click += new System.EventHandler(this.SpecificValueRadio_Click); - // - // PreviousValueRadio - // - this.PreviousValueRadio.AutoSize = true; - this.PreviousValueRadio.Checked = true; - this.PreviousValueRadio.Location = new System.Drawing.Point(7, 20); - this.PreviousValueRadio.Name = "PreviousValueRadio"; - this.PreviousValueRadio.Size = new System.Drawing.Size(96, 17); - this.PreviousValueRadio.TabIndex = 5; - this.PreviousValueRadio.TabStop = true; - this.PreviousValueRadio.Text = "Previous Value"; - this.PreviousValueRadio.UseVisualStyleBackColor = true; - this.PreviousValueRadio.Click += new System.EventHandler(this.PreviousValueRadio_Click); - // - // toolStrip1 - // - this.toolStrip1.ClickThrough = true; - this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.ColumnsMenuItem.Name = "ColumnsMenuItem"; + this.ColumnsMenuItem.Size = new System.Drawing.Size(67, 20); + this.ColumnsMenuItem.Text = "&Columns"; + this.ColumnsMenuItem.DropDownOpened += new System.EventHandler(this.ColumnsMenuItem_DropDownOpened); + // + // ShowPreviousMenuItem + // + this.ShowPreviousMenuItem.Name = "ShowPreviousMenuItem"; + this.ShowPreviousMenuItem.Size = new System.Drawing.Size(156, 22); + this.ShowPreviousMenuItem.Text = "&Previous Value"; + this.ShowPreviousMenuItem.Click += new System.EventHandler(this.ShowPreviousMenuItem_Click); + // + // ShowChangesMenuItem + // + this.ShowChangesMenuItem.Name = "ShowChangesMenuItem"; + this.ShowChangesMenuItem.Size = new System.Drawing.Size(156, 22); + this.ShowChangesMenuItem.Text = "&Change Counts"; + this.ShowChangesMenuItem.Click += new System.EventHandler(this.ShowChangesMenuItem_Click); + // + // ShowDiffMenuItem + // + this.ShowDiffMenuItem.Name = "ShowDiffMenuItem"; + this.ShowDiffMenuItem.Size = new System.Drawing.Size(156, 22); + this.ShowDiffMenuItem.Text = "&Difference"; + this.ShowDiffMenuItem.Click += new System.EventHandler(this.ShowDiffMenuItem_Click); + // + // MemDomainLabel + // + this.MemDomainLabel.AutoSize = true; + this.MemDomainLabel.Location = new System.Drawing.Point(135, 49); + this.MemDomainLabel.Name = "MemDomainLabel"; + this.MemDomainLabel.Size = new System.Drawing.Size(70, 13); + this.MemDomainLabel.TabIndex = 8; + this.MemDomainLabel.Text = "Main Memory"; + // + // MessageLabel + // + this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.MessageLabel.AutoSize = true; + this.MessageLabel.Location = new System.Drawing.Point(9, 434); + this.MessageLabel.Name = "MessageLabel"; + this.MessageLabel.Size = new System.Drawing.Size(106, 13); + this.MessageLabel.TabIndex = 9; + this.MessageLabel.Text = " todo "; + // + // AutoSearchCheckBox + // + this.AutoSearchCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.AutoSearchCheckBox.Appearance = System.Windows.Forms.Appearance.Button; + this.AutoSearchCheckBox.AutoSize = true; + this.AutoSearchCheckBox.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.AutoSearch; + this.AutoSearchCheckBox.Location = new System.Drawing.Point(316, 410); + this.AutoSearchCheckBox.Name = "AutoSearchCheckBox"; + this.AutoSearchCheckBox.Size = new System.Drawing.Size(38, 22); + this.AutoSearchCheckBox.TabIndex = 105; + this.AutoSearchCheckBox.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.toolTip1.SetToolTip(this.AutoSearchCheckBox, "Automatically search each frame"); + this.AutoSearchCheckBox.UseVisualStyleBackColor = true; + this.AutoSearchCheckBox.Click += new System.EventHandler(this.AutoSearchMenuItem_Click); + // + // CompareToBox + // + this.CompareToBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.CompareToBox.Controls.Add(this.DifferenceBox); + this.CompareToBox.Controls.Add(this.DifferenceRadio); + this.CompareToBox.Controls.Add(this.NumberOfChangesBox); + this.CompareToBox.Controls.Add(this.SpecificAddressBox); + this.CompareToBox.Controls.Add(this.SpecificValueBox); + this.CompareToBox.Controls.Add(this.NumberOfChangesRadio); + this.CompareToBox.Controls.Add(this.SpecificAddressRadio); + this.CompareToBox.Controls.Add(this.SpecificValueRadio); + this.CompareToBox.Controls.Add(this.PreviousValueRadio); + this.CompareToBox.Location = new System.Drawing.Point(244, 65); + this.CompareToBox.Name = "CompareToBox"; + this.CompareToBox.Size = new System.Drawing.Size(190, 125); + this.CompareToBox.TabIndex = 10; + this.CompareToBox.TabStop = false; + this.CompareToBox.Text = "Compare To / By"; + // + // DifferenceBox + // + this.DifferenceBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.DifferenceBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.DifferenceBox.Enabled = false; + this.DifferenceBox.Location = new System.Drawing.Point(114, 98); + this.DifferenceBox.MaxLength = 8; + this.DifferenceBox.Name = "DifferenceBox"; + this.DifferenceBox.Nullable = false; + this.DifferenceBox.Size = new System.Drawing.Size(72, 20); + this.DifferenceBox.TabIndex = 45; + this.DifferenceBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); + // + // DifferenceRadio + // + this.DifferenceRadio.AutoSize = true; + this.DifferenceRadio.Location = new System.Drawing.Point(6, 100); + this.DifferenceRadio.Name = "DifferenceRadio"; + this.DifferenceRadio.Size = new System.Drawing.Size(89, 17); + this.DifferenceRadio.TabIndex = 40; + this.DifferenceRadio.Text = "Difference of:"; + this.DifferenceRadio.UseVisualStyleBackColor = true; + this.DifferenceRadio.Click += new System.EventHandler(this.DifferenceRadio_Click); + // + // NumberOfChangesBox + // + this.NumberOfChangesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.NumberOfChangesBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.NumberOfChangesBox.Enabled = false; + this.NumberOfChangesBox.Location = new System.Drawing.Point(114, 78); + this.NumberOfChangesBox.MaxLength = 8; + this.NumberOfChangesBox.Name = "NumberOfChangesBox"; + this.NumberOfChangesBox.Nullable = false; + this.NumberOfChangesBox.Size = new System.Drawing.Size(72, 20); + this.NumberOfChangesBox.TabIndex = 35; + this.NumberOfChangesBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); + // + // SpecificAddressBox + // + this.SpecificAddressBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.SpecificAddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.SpecificAddressBox.Enabled = false; + this.SpecificAddressBox.Location = new System.Drawing.Point(114, 58); + this.SpecificAddressBox.MaxLength = 8; + this.SpecificAddressBox.Name = "SpecificAddressBox"; + this.SpecificAddressBox.Nullable = false; + this.SpecificAddressBox.Size = new System.Drawing.Size(72, 20); + this.SpecificAddressBox.TabIndex = 25; + this.SpecificAddressBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); + // + // SpecificValueBox + // + this.SpecificValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.SpecificValueBox.ByteSize = BizHawk.Client.Common.Watch.WatchSize.Byte; + this.SpecificValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.SpecificValueBox.Enabled = false; + this.SpecificValueBox.Location = new System.Drawing.Point(114, 38); + this.SpecificValueBox.MaxLength = 2; + this.SpecificValueBox.Name = "SpecificValueBox"; + this.SpecificValueBox.Nullable = false; + this.SpecificValueBox.Size = new System.Drawing.Size(72, 20); + this.SpecificValueBox.TabIndex = 15; + this.SpecificValueBox.Text = "00"; + this.SpecificValueBox.Type = BizHawk.Client.Common.Watch.DisplayType.Hex; + this.SpecificValueBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); + // + // NumberOfChangesRadio + // + this.NumberOfChangesRadio.AutoSize = true; + this.NumberOfChangesRadio.Location = new System.Drawing.Point(7, 80); + this.NumberOfChangesRadio.Name = "NumberOfChangesRadio"; + this.NumberOfChangesRadio.Size = new System.Drawing.Size(111, 17); + this.NumberOfChangesRadio.TabIndex = 30; + this.NumberOfChangesRadio.Text = "Specific Changes:"; + this.NumberOfChangesRadio.UseVisualStyleBackColor = true; + this.NumberOfChangesRadio.Click += new System.EventHandler(this.NumberOfChangesRadio_Click); + // + // SpecificAddressRadio + // + this.SpecificAddressRadio.AutoSize = true; + this.SpecificAddressRadio.Location = new System.Drawing.Point(7, 60); + this.SpecificAddressRadio.Name = "SpecificAddressRadio"; + this.SpecificAddressRadio.Size = new System.Drawing.Size(107, 17); + this.SpecificAddressRadio.TabIndex = 20; + this.SpecificAddressRadio.Text = "Specific Address:"; + this.SpecificAddressRadio.UseVisualStyleBackColor = true; + this.SpecificAddressRadio.Click += new System.EventHandler(this.SpecificAddressRadio_Click); + // + // SpecificValueRadio + // + this.SpecificValueRadio.AutoSize = true; + this.SpecificValueRadio.Location = new System.Drawing.Point(7, 40); + this.SpecificValueRadio.Name = "SpecificValueRadio"; + this.SpecificValueRadio.Size = new System.Drawing.Size(96, 17); + this.SpecificValueRadio.TabIndex = 10; + this.SpecificValueRadio.Text = "Specific Value:"; + this.SpecificValueRadio.UseVisualStyleBackColor = true; + this.SpecificValueRadio.Click += new System.EventHandler(this.SpecificValueRadio_Click); + // + // PreviousValueRadio + // + this.PreviousValueRadio.AutoSize = true; + this.PreviousValueRadio.Checked = true; + this.PreviousValueRadio.Location = new System.Drawing.Point(7, 20); + this.PreviousValueRadio.Name = "PreviousValueRadio"; + this.PreviousValueRadio.Size = new System.Drawing.Size(96, 17); + this.PreviousValueRadio.TabIndex = 5; + this.PreviousValueRadio.TabStop = true; + this.PreviousValueRadio.Text = "Previous Value"; + this.PreviousValueRadio.UseVisualStyleBackColor = true; + this.PreviousValueRadio.Click += new System.EventHandler(this.PreviousValueRadio_Click); + // + // toolStrip1 + // + this.toolStrip1.ClickThrough = true; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.DoSearchToolButton, this.toolStripSeparator10, this.NewSearchToolButton, @@ -1026,385 +1043,369 @@ this.RedoToolBarItem, this.RebootToolBarSeparator, this.RebootToolbarButton}); - this.toolStrip1.Location = new System.Drawing.Point(0, 24); - this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(445, 25); - this.toolStrip1.TabIndex = 11; - this.toolStrip1.Text = "toolStrip1"; - // - // DoSearchToolButton - // - this.DoSearchToolButton.Enabled = false; - this.DoSearchToolButton.Image = ((System.Drawing.Image)(resources.GetObject("DoSearchToolButton.Image"))); - this.DoSearchToolButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.DoSearchToolButton.Name = "DoSearchToolButton"; - this.DoSearchToolButton.Size = new System.Drawing.Size(65, 22); - this.DoSearchToolButton.Text = "Search "; - this.DoSearchToolButton.Click += new System.EventHandler(this.SearchMenuItem_Click); - // - // toolStripSeparator10 - // - this.toolStripSeparator10.Name = "toolStripSeparator10"; - this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25); - // - // NewSearchToolButton - // - this.NewSearchToolButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart; - this.NewSearchToolButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.NewSearchToolButton.Name = "NewSearchToolButton"; - this.NewSearchToolButton.Size = new System.Drawing.Size(51, 22); - this.NewSearchToolButton.Text = "New"; - this.NewSearchToolButton.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); - // - // toolStripSeparator15 - // - this.toolStripSeparator15.Name = "toolStripSeparator15"; - this.toolStripSeparator15.Size = new System.Drawing.Size(6, 25); - // - // CopyValueToPrevToolBarItem - // - this.CopyValueToPrevToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.CopyValueToPrevToolBarItem.Enabled = false; - this.CopyValueToPrevToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Previous; - this.CopyValueToPrevToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; - this.CopyValueToPrevToolBarItem.Name = "CopyValueToPrevToolBarItem"; - this.CopyValueToPrevToolBarItem.Size = new System.Drawing.Size(23, 22); - this.CopyValueToPrevToolBarItem.Text = "Copy Value to Previous"; - this.CopyValueToPrevToolBarItem.Click += new System.EventHandler(this.CopyValueToPrevMenuItem_Click); - // - // ClearChangeCountsToolBarItem - // - this.ClearChangeCountsToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.ClearChangeCountsToolBarItem.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountsToolBarItem.Image"))); - this.ClearChangeCountsToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; - this.ClearChangeCountsToolBarItem.Name = "ClearChangeCountsToolBarItem"; - this.ClearChangeCountsToolBarItem.Size = new System.Drawing.Size(23, 22); - this.ClearChangeCountsToolBarItem.Text = "C"; - this.ClearChangeCountsToolBarItem.ToolTipText = "Clear Change Counts"; - this.ClearChangeCountsToolBarItem.Click += new System.EventHandler(this.ClearChangeCountsMenuItem_Click); - // - // toolStripSeparator16 - // - this.toolStripSeparator16.Name = "toolStripSeparator16"; - this.toolStripSeparator16.Size = new System.Drawing.Size(6, 25); - // - // RemoveToolBarItem - // - this.RemoveToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.RemoveToolBarItem.Enabled = false; - this.RemoveToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.RemoveToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; - this.RemoveToolBarItem.Name = "RemoveToolBarItem"; - this.RemoveToolBarItem.Size = new System.Drawing.Size(23, 22); - this.RemoveToolBarItem.Text = "C&ut"; - this.RemoveToolBarItem.ToolTipText = "Eliminate Selected Items"; - this.RemoveToolBarItem.Click += new System.EventHandler(this.RemoveMenuItem_Click); - // - // AddToRamWatchToolBarItem - // - this.AddToRamWatchToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.AddToRamWatchToolBarItem.Enabled = false; - this.AddToRamWatchToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.AddToRamWatchToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; - this.AddToRamWatchToolBarItem.Name = "AddToRamWatchToolBarItem"; - this.AddToRamWatchToolBarItem.Size = new System.Drawing.Size(23, 22); - this.AddToRamWatchToolBarItem.Text = "Watch"; - this.AddToRamWatchToolBarItem.Click += new System.EventHandler(this.AddToRamWatchMenuItem_Click); - // - // PokeAddressToolBarItem - // - this.PokeAddressToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.PokeAddressToolBarItem.Enabled = false; - this.PokeAddressToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.PokeAddressToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; - this.PokeAddressToolBarItem.Name = "PokeAddressToolBarItem"; - this.PokeAddressToolBarItem.Size = new System.Drawing.Size(23, 22); - this.PokeAddressToolBarItem.Text = "Poke"; - this.PokeAddressToolBarItem.Click += new System.EventHandler(this.PokeAddressMenuItem_Click); - // - // FreezeAddressToolBarItem - // - this.FreezeAddressToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.FreezeAddressToolBarItem.Enabled = false; - this.FreezeAddressToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.FreezeAddressToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; - this.FreezeAddressToolBarItem.Name = "FreezeAddressToolBarItem"; - this.FreezeAddressToolBarItem.Size = new System.Drawing.Size(23, 22); - this.FreezeAddressToolBarItem.Text = "Freeze"; - this.FreezeAddressToolBarItem.Click += new System.EventHandler(this.FreezeAddressMenuItem_Click); - // - // toolStripSeparator12 - // - this.toolStripSeparator12.Name = "toolStripSeparator12"; - this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25); - // - // UndoToolBarButton - // - this.UndoToolBarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.UndoToolBarButton.Enabled = false; - this.UndoToolBarButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.undo; - this.UndoToolBarButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.UndoToolBarButton.Name = "UndoToolBarButton"; - this.UndoToolBarButton.Size = new System.Drawing.Size(23, 22); - this.UndoToolBarButton.Text = "Undo Search"; - this.UndoToolBarButton.Click += new System.EventHandler(this.UndoMenuItem_Click); - // - // RedoToolBarItem - // - this.RedoToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.RedoToolBarItem.Enabled = false; - this.RedoToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.redo; - this.RedoToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; - this.RedoToolBarItem.Name = "RedoToolBarItem"; - this.RedoToolBarItem.Size = new System.Drawing.Size(23, 22); - this.RedoToolBarItem.Text = "Redo"; - this.RedoToolBarItem.Click += new System.EventHandler(this.RedoMenuItem_Click); - // - // RebootToolBarSeparator - // - this.RebootToolBarSeparator.Name = "RebootToolBarSeparator"; - this.RebootToolBarSeparator.Size = new System.Drawing.Size(6, 25); - // - // RebootToolbarButton - // - this.RebootToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.RebootToolbarButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.reboot; - this.RebootToolbarButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.RebootToolbarButton.Name = "RebootToolbarButton"; - this.RebootToolbarButton.Size = new System.Drawing.Size(23, 22); - this.RebootToolbarButton.Text = "A new search needs to be started in order for these changes to take effect"; - this.RebootToolbarButton.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); - // - // ComparisonBox - // - this.ComparisonBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.ComparisonBox.Controls.Add(this.DifferentByBox); - this.ComparisonBox.Controls.Add(this.DifferentByRadio); - this.ComparisonBox.Controls.Add(this.NotEqualToRadio); - this.ComparisonBox.Controls.Add(this.EqualToRadio); - this.ComparisonBox.Controls.Add(this.GreaterThanOrEqualToRadio); - this.ComparisonBox.Controls.Add(this.LessThanOrEqualToRadio); - this.ComparisonBox.Controls.Add(this.GreaterThanRadio); - this.ComparisonBox.Controls.Add(this.LessThanRadio); - this.ComparisonBox.Location = new System.Drawing.Point(244, 196); - this.ComparisonBox.Name = "ComparisonBox"; - this.ComparisonBox.Size = new System.Drawing.Size(190, 159); - this.ComparisonBox.TabIndex = 12; - this.ComparisonBox.TabStop = false; - this.ComparisonBox.Text = "Comparison Operator"; - // - // DifferentByBox - // - this.DifferentByBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.DifferentByBox.Enabled = false; - this.DifferentByBox.Location = new System.Drawing.Point(88, 132); - this.DifferentByBox.MaxLength = 9; - this.DifferentByBox.Name = "DifferentByBox"; - this.DifferentByBox.Nullable = false; - this.DifferentByBox.Size = new System.Drawing.Size(55, 20); - this.DifferentByBox.TabIndex = 85; - this.DifferentByBox.TextChanged += new System.EventHandler(this.DifferentByBox_TextChanged); - // - // DifferentByRadio - // - this.DifferentByRadio.AutoSize = true; - this.DifferentByRadio.Location = new System.Drawing.Point(7, 134); - this.DifferentByRadio.Name = "DifferentByRadio"; - this.DifferentByRadio.Size = new System.Drawing.Size(82, 17); - this.DifferentByRadio.TabIndex = 80; - this.DifferentByRadio.Text = "Different by:"; - this.DifferentByRadio.UseVisualStyleBackColor = true; - this.DifferentByRadio.Click += new System.EventHandler(this.DifferentByRadio_Click); - // - // NotEqualToRadio - // - this.NotEqualToRadio.AutoSize = true; - this.NotEqualToRadio.Location = new System.Drawing.Point(7, 35); - this.NotEqualToRadio.Name = "NotEqualToRadio"; - this.NotEqualToRadio.Size = new System.Drawing.Size(88, 17); - this.NotEqualToRadio.TabIndex = 55; - this.NotEqualToRadio.Text = "Not Equal To"; - this.NotEqualToRadio.UseVisualStyleBackColor = true; - this.NotEqualToRadio.Click += new System.EventHandler(this.NotEqualToRadio_Click); - // - // EqualToRadio - // - this.EqualToRadio.AutoSize = true; - this.EqualToRadio.Checked = true; - this.EqualToRadio.Location = new System.Drawing.Point(7, 15); - this.EqualToRadio.Name = "EqualToRadio"; - this.EqualToRadio.Size = new System.Drawing.Size(68, 17); - this.EqualToRadio.TabIndex = 50; - this.EqualToRadio.TabStop = true; - this.EqualToRadio.Text = "Equal To"; - this.EqualToRadio.UseVisualStyleBackColor = true; - this.EqualToRadio.Click += new System.EventHandler(this.EqualToRadio_Click); - // - // GreaterThanOrEqualToRadio - // - this.GreaterThanOrEqualToRadio.AutoSize = true; - this.GreaterThanOrEqualToRadio.Location = new System.Drawing.Point(7, 113); - this.GreaterThanOrEqualToRadio.Name = "GreaterThanOrEqualToRadio"; - this.GreaterThanOrEqualToRadio.Size = new System.Drawing.Size(146, 17); - this.GreaterThanOrEqualToRadio.TabIndex = 75; - this.GreaterThanOrEqualToRadio.Text = "Greater Than or Equal To"; - this.GreaterThanOrEqualToRadio.UseVisualStyleBackColor = true; - this.GreaterThanOrEqualToRadio.Click += new System.EventHandler(this.GreaterThanOrEqualToRadio_Click); - // - // LessThanOrEqualToRadio - // - this.LessThanOrEqualToRadio.AutoSize = true; - this.LessThanOrEqualToRadio.Location = new System.Drawing.Point(7, 93); - this.LessThanOrEqualToRadio.Name = "LessThanOrEqualToRadio"; - this.LessThanOrEqualToRadio.Size = new System.Drawing.Size(133, 17); - this.LessThanOrEqualToRadio.TabIndex = 70; - this.LessThanOrEqualToRadio.Text = "Less Than or Equal To"; - this.LessThanOrEqualToRadio.UseVisualStyleBackColor = true; - this.LessThanOrEqualToRadio.Click += new System.EventHandler(this.LessThanOrEqualToRadio_Click); - // - // GreaterThanRadio - // - this.GreaterThanRadio.AutoSize = true; - this.GreaterThanRadio.Location = new System.Drawing.Point(7, 74); - this.GreaterThanRadio.Name = "GreaterThanRadio"; - this.GreaterThanRadio.Size = new System.Drawing.Size(88, 17); - this.GreaterThanRadio.TabIndex = 65; - this.GreaterThanRadio.Text = "Greater Than"; - this.GreaterThanRadio.UseVisualStyleBackColor = true; - this.GreaterThanRadio.Click += new System.EventHandler(this.GreaterThanRadio_Click); - // - // LessThanRadio - // - this.LessThanRadio.AutoSize = true; - this.LessThanRadio.Location = new System.Drawing.Point(7, 54); - this.LessThanRadio.Name = "LessThanRadio"; - this.LessThanRadio.Size = new System.Drawing.Size(75, 17); - this.LessThanRadio.TabIndex = 60; - this.LessThanRadio.Text = "Less Than"; - this.LessThanRadio.UseVisualStyleBackColor = true; - this.LessThanRadio.Click += new System.EventHandler(this.LessThanRadio_Click); - // - // SearchButton - // - this.SearchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.SearchButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; - this.SearchButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.SearchButton.Location = new System.Drawing.Point(244, 409); - this.SearchButton.Name = "SearchButton"; - this.SearchButton.Size = new System.Drawing.Size(70, 23); - this.SearchButton.TabIndex = 100; - this.SearchButton.Text = "&Search"; - this.SearchButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.SearchButton.UseVisualStyleBackColor = true; - this.SearchButton.Click += new System.EventHandler(this.SearchMenuItem_Click); - // - // SizeDropdown - // - this.SizeDropdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.SizeDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.SizeDropdown.FormattingEnabled = true; - this.SizeDropdown.Items.AddRange(new object[] { + this.toolStrip1.Location = new System.Drawing.Point(0, 24); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(445, 25); + this.toolStrip1.TabIndex = 11; + this.toolStrip1.Text = "toolStrip1"; + // + // DoSearchToolButton + // + this.DoSearchToolButton.Enabled = false; + this.DoSearchToolButton.Image = ((System.Drawing.Image)(resources.GetObject("DoSearchToolButton.Image"))); + this.DoSearchToolButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.DoSearchToolButton.Name = "DoSearchToolButton"; + this.DoSearchToolButton.Size = new System.Drawing.Size(65, 22); + this.DoSearchToolButton.Text = "Search "; + this.DoSearchToolButton.Click += new System.EventHandler(this.SearchMenuItem_Click); + // + // toolStripSeparator10 + // + this.toolStripSeparator10.Name = "toolStripSeparator10"; + this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25); + // + // NewSearchToolButton + // + this.NewSearchToolButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.restart; + this.NewSearchToolButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.NewSearchToolButton.Name = "NewSearchToolButton"; + this.NewSearchToolButton.Size = new System.Drawing.Size(51, 22); + this.NewSearchToolButton.Text = "New"; + this.NewSearchToolButton.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); + // + // toolStripSeparator15 + // + this.toolStripSeparator15.Name = "toolStripSeparator15"; + this.toolStripSeparator15.Size = new System.Drawing.Size(6, 25); + // + // CopyValueToPrevToolBarItem + // + this.CopyValueToPrevToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.CopyValueToPrevToolBarItem.Enabled = false; + this.CopyValueToPrevToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Previous; + this.CopyValueToPrevToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; + this.CopyValueToPrevToolBarItem.Name = "CopyValueToPrevToolBarItem"; + this.CopyValueToPrevToolBarItem.Size = new System.Drawing.Size(23, 22); + this.CopyValueToPrevToolBarItem.Text = "Copy Value to Previous"; + this.CopyValueToPrevToolBarItem.Click += new System.EventHandler(this.CopyValueToPrevMenuItem_Click); + // + // ClearChangeCountsToolBarItem + // + this.ClearChangeCountsToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.ClearChangeCountsToolBarItem.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountsToolBarItem.Image"))); + this.ClearChangeCountsToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; + this.ClearChangeCountsToolBarItem.Name = "ClearChangeCountsToolBarItem"; + this.ClearChangeCountsToolBarItem.Size = new System.Drawing.Size(23, 22); + this.ClearChangeCountsToolBarItem.Text = "C"; + this.ClearChangeCountsToolBarItem.ToolTipText = "Clear Change Counts"; + this.ClearChangeCountsToolBarItem.Click += new System.EventHandler(this.ClearChangeCountsMenuItem_Click); + // + // toolStripSeparator16 + // + this.toolStripSeparator16.Name = "toolStripSeparator16"; + this.toolStripSeparator16.Size = new System.Drawing.Size(6, 25); + // + // RemoveToolBarItem + // + this.RemoveToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.RemoveToolBarItem.Enabled = false; + this.RemoveToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.RemoveToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; + this.RemoveToolBarItem.Name = "RemoveToolBarItem"; + this.RemoveToolBarItem.Size = new System.Drawing.Size(23, 22); + this.RemoveToolBarItem.Text = "C&ut"; + this.RemoveToolBarItem.ToolTipText = "Eliminate Selected Items"; + this.RemoveToolBarItem.Click += new System.EventHandler(this.RemoveMenuItem_Click); + // + // AddToRamWatchToolBarItem + // + this.AddToRamWatchToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.AddToRamWatchToolBarItem.Enabled = false; + this.AddToRamWatchToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.AddToRamWatchToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; + this.AddToRamWatchToolBarItem.Name = "AddToRamWatchToolBarItem"; + this.AddToRamWatchToolBarItem.Size = new System.Drawing.Size(23, 22); + this.AddToRamWatchToolBarItem.Text = "Watch"; + this.AddToRamWatchToolBarItem.Click += new System.EventHandler(this.AddToRamWatchMenuItem_Click); + // + // PokeAddressToolBarItem + // + this.PokeAddressToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.PokeAddressToolBarItem.Enabled = false; + this.PokeAddressToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.PokeAddressToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; + this.PokeAddressToolBarItem.Name = "PokeAddressToolBarItem"; + this.PokeAddressToolBarItem.Size = new System.Drawing.Size(23, 22); + this.PokeAddressToolBarItem.Text = "Poke"; + this.PokeAddressToolBarItem.Click += new System.EventHandler(this.PokeAddressMenuItem_Click); + // + // FreezeAddressToolBarItem + // + this.FreezeAddressToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.FreezeAddressToolBarItem.Enabled = false; + this.FreezeAddressToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.FreezeAddressToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; + this.FreezeAddressToolBarItem.Name = "FreezeAddressToolBarItem"; + this.FreezeAddressToolBarItem.Size = new System.Drawing.Size(23, 22); + this.FreezeAddressToolBarItem.Text = "Freeze"; + this.FreezeAddressToolBarItem.Click += new System.EventHandler(this.FreezeAddressMenuItem_Click); + // + // toolStripSeparator12 + // + this.toolStripSeparator12.Name = "toolStripSeparator12"; + this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25); + // + // UndoToolBarButton + // + this.UndoToolBarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.UndoToolBarButton.Enabled = false; + this.UndoToolBarButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.undo; + this.UndoToolBarButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.UndoToolBarButton.Name = "UndoToolBarButton"; + this.UndoToolBarButton.Size = new System.Drawing.Size(23, 22); + this.UndoToolBarButton.Text = "Undo Search"; + this.UndoToolBarButton.Click += new System.EventHandler(this.UndoMenuItem_Click); + // + // RedoToolBarItem + // + this.RedoToolBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.RedoToolBarItem.Enabled = false; + this.RedoToolBarItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.redo; + this.RedoToolBarItem.ImageTransparentColor = System.Drawing.Color.Magenta; + this.RedoToolBarItem.Name = "RedoToolBarItem"; + this.RedoToolBarItem.Size = new System.Drawing.Size(23, 22); + this.RedoToolBarItem.Text = "Redo"; + this.RedoToolBarItem.Click += new System.EventHandler(this.RedoMenuItem_Click); + // + // RebootToolBarSeparator + // + this.RebootToolBarSeparator.Name = "RebootToolBarSeparator"; + this.RebootToolBarSeparator.Size = new System.Drawing.Size(6, 25); + // + // RebootToolbarButton + // + this.RebootToolbarButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.RebootToolbarButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.reboot; + this.RebootToolbarButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.RebootToolbarButton.Name = "RebootToolbarButton"; + this.RebootToolbarButton.Size = new System.Drawing.Size(23, 22); + this.RebootToolbarButton.Text = "A new search needs to be started in order for these changes to take effect"; + this.RebootToolbarButton.Click += new System.EventHandler(this.NewSearchMenuMenuItem_Click); + // + // ComparisonBox + // + this.ComparisonBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.ComparisonBox.Controls.Add(this.DifferentByBox); + this.ComparisonBox.Controls.Add(this.DifferentByRadio); + this.ComparisonBox.Controls.Add(this.NotEqualToRadio); + this.ComparisonBox.Controls.Add(this.EqualToRadio); + this.ComparisonBox.Controls.Add(this.GreaterThanOrEqualToRadio); + this.ComparisonBox.Controls.Add(this.LessThanOrEqualToRadio); + this.ComparisonBox.Controls.Add(this.GreaterThanRadio); + this.ComparisonBox.Controls.Add(this.LessThanRadio); + this.ComparisonBox.Location = new System.Drawing.Point(244, 196); + this.ComparisonBox.Name = "ComparisonBox"; + this.ComparisonBox.Size = new System.Drawing.Size(190, 159); + this.ComparisonBox.TabIndex = 12; + this.ComparisonBox.TabStop = false; + this.ComparisonBox.Text = "Comparison Operator"; + // + // DifferentByBox + // + this.DifferentByBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.DifferentByBox.Enabled = false; + this.DifferentByBox.Location = new System.Drawing.Point(88, 132); + this.DifferentByBox.MaxLength = 9; + this.DifferentByBox.Name = "DifferentByBox"; + this.DifferentByBox.Nullable = false; + this.DifferentByBox.Size = new System.Drawing.Size(55, 20); + this.DifferentByBox.TabIndex = 85; + this.DifferentByBox.TextChanged += new System.EventHandler(this.DifferentByBox_TextChanged); + // + // DifferentByRadio + // + this.DifferentByRadio.AutoSize = true; + this.DifferentByRadio.Location = new System.Drawing.Point(7, 134); + this.DifferentByRadio.Name = "DifferentByRadio"; + this.DifferentByRadio.Size = new System.Drawing.Size(82, 17); + this.DifferentByRadio.TabIndex = 80; + this.DifferentByRadio.Text = "Different by:"; + this.DifferentByRadio.UseVisualStyleBackColor = true; + this.DifferentByRadio.Click += new System.EventHandler(this.DifferentByRadio_Click); + // + // NotEqualToRadio + // + this.NotEqualToRadio.AutoSize = true; + this.NotEqualToRadio.Location = new System.Drawing.Point(7, 35); + this.NotEqualToRadio.Name = "NotEqualToRadio"; + this.NotEqualToRadio.Size = new System.Drawing.Size(88, 17); + this.NotEqualToRadio.TabIndex = 55; + this.NotEqualToRadio.Text = "Not Equal To"; + this.NotEqualToRadio.UseVisualStyleBackColor = true; + this.NotEqualToRadio.Click += new System.EventHandler(this.NotEqualToRadio_Click); + // + // EqualToRadio + // + this.EqualToRadio.AutoSize = true; + this.EqualToRadio.Checked = true; + this.EqualToRadio.Location = new System.Drawing.Point(7, 15); + this.EqualToRadio.Name = "EqualToRadio"; + this.EqualToRadio.Size = new System.Drawing.Size(68, 17); + this.EqualToRadio.TabIndex = 50; + this.EqualToRadio.TabStop = true; + this.EqualToRadio.Text = "Equal To"; + this.EqualToRadio.UseVisualStyleBackColor = true; + this.EqualToRadio.Click += new System.EventHandler(this.EqualToRadio_Click); + // + // GreaterThanOrEqualToRadio + // + this.GreaterThanOrEqualToRadio.AutoSize = true; + this.GreaterThanOrEqualToRadio.Location = new System.Drawing.Point(7, 113); + this.GreaterThanOrEqualToRadio.Name = "GreaterThanOrEqualToRadio"; + this.GreaterThanOrEqualToRadio.Size = new System.Drawing.Size(146, 17); + this.GreaterThanOrEqualToRadio.TabIndex = 75; + this.GreaterThanOrEqualToRadio.Text = "Greater Than or Equal To"; + this.GreaterThanOrEqualToRadio.UseVisualStyleBackColor = true; + this.GreaterThanOrEqualToRadio.Click += new System.EventHandler(this.GreaterThanOrEqualToRadio_Click); + // + // LessThanOrEqualToRadio + // + this.LessThanOrEqualToRadio.AutoSize = true; + this.LessThanOrEqualToRadio.Location = new System.Drawing.Point(7, 93); + this.LessThanOrEqualToRadio.Name = "LessThanOrEqualToRadio"; + this.LessThanOrEqualToRadio.Size = new System.Drawing.Size(133, 17); + this.LessThanOrEqualToRadio.TabIndex = 70; + this.LessThanOrEqualToRadio.Text = "Less Than or Equal To"; + this.LessThanOrEqualToRadio.UseVisualStyleBackColor = true; + this.LessThanOrEqualToRadio.Click += new System.EventHandler(this.LessThanOrEqualToRadio_Click); + // + // GreaterThanRadio + // + this.GreaterThanRadio.AutoSize = true; + this.GreaterThanRadio.Location = new System.Drawing.Point(7, 74); + this.GreaterThanRadio.Name = "GreaterThanRadio"; + this.GreaterThanRadio.Size = new System.Drawing.Size(88, 17); + this.GreaterThanRadio.TabIndex = 65; + this.GreaterThanRadio.Text = "Greater Than"; + this.GreaterThanRadio.UseVisualStyleBackColor = true; + this.GreaterThanRadio.Click += new System.EventHandler(this.GreaterThanRadio_Click); + // + // LessThanRadio + // + this.LessThanRadio.AutoSize = true; + this.LessThanRadio.Location = new System.Drawing.Point(7, 54); + this.LessThanRadio.Name = "LessThanRadio"; + this.LessThanRadio.Size = new System.Drawing.Size(75, 17); + this.LessThanRadio.TabIndex = 60; + this.LessThanRadio.Text = "Less Than"; + this.LessThanRadio.UseVisualStyleBackColor = true; + this.LessThanRadio.Click += new System.EventHandler(this.LessThanRadio_Click); + // + // SearchButton + // + this.SearchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.SearchButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.search; + this.SearchButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.SearchButton.Location = new System.Drawing.Point(244, 409); + this.SearchButton.Name = "SearchButton"; + this.SearchButton.Size = new System.Drawing.Size(70, 23); + this.SearchButton.TabIndex = 100; + this.SearchButton.Text = "&Search"; + this.SearchButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.SearchButton.UseVisualStyleBackColor = true; + this.SearchButton.Click += new System.EventHandler(this.SearchMenuItem_Click); + // + // SizeDropdown + // + this.SizeDropdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.SizeDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.SizeDropdown.FormattingEnabled = true; + this.SizeDropdown.Items.AddRange(new object[] { "1 Byte", "2 Byte", "4 Byte"}); - this.SizeDropdown.Location = new System.Drawing.Point(244, 374); - this.SizeDropdown.Name = "SizeDropdown"; - this.SizeDropdown.Size = new System.Drawing.Size(73, 21); - this.SizeDropdown.TabIndex = 90; - this.SizeDropdown.SelectedIndexChanged += new System.EventHandler(this.SizeDropdown_SelectedIndexChanged); - // - // label1 - // - this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(244, 358); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(27, 13); - this.label1.TabIndex = 97; - this.label1.Text = "Size"; - // - // label2 - // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(327, 358); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(41, 13); - this.label2.TabIndex = 99; - this.label2.Text = "Display"; - // - // DisplayTypeDropdown - // - this.DisplayTypeDropdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.DisplayTypeDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.DisplayTypeDropdown.FormattingEnabled = true; - this.DisplayTypeDropdown.Items.AddRange(new object[] { + this.SizeDropdown.Location = new System.Drawing.Point(244, 374); + this.SizeDropdown.Name = "SizeDropdown"; + this.SizeDropdown.Size = new System.Drawing.Size(73, 21); + this.SizeDropdown.TabIndex = 90; + this.SizeDropdown.SelectedIndexChanged += new System.EventHandler(this.SizeDropdown_SelectedIndexChanged); + // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(244, 358); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(27, 13); + this.label1.TabIndex = 97; + this.label1.Text = "Size"; + // + // label2 + // + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(327, 358); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(41, 13); + this.label2.TabIndex = 99; + this.label2.Text = "Display"; + // + // DisplayTypeDropdown + // + this.DisplayTypeDropdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.DisplayTypeDropdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.DisplayTypeDropdown.FormattingEnabled = true; + this.DisplayTypeDropdown.Items.AddRange(new object[] { "1 Byte", "2 Byte", "4 Byte"}); - this.DisplayTypeDropdown.Location = new System.Drawing.Point(327, 374); - this.DisplayTypeDropdown.Name = "DisplayTypeDropdown"; - this.DisplayTypeDropdown.Size = new System.Drawing.Size(107, 21); - this.DisplayTypeDropdown.TabIndex = 95; - this.DisplayTypeDropdown.SelectedIndexChanged += new System.EventHandler(this.DisplayTypeDropdown_SelectedIndexChanged); - // - // SpecificValueBox - // - this.SpecificValueBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.SpecificValueBox.ByteSize = BizHawk.Client.Common.Watch.WatchSize.Byte; - this.SpecificValueBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.SpecificValueBox.Enabled = false; - this.SpecificValueBox.Location = new System.Drawing.Point(114, 38); - this.SpecificValueBox.MaxLength = 2; - this.SpecificValueBox.Name = "SpecificValueBox"; - this.SpecificValueBox.Nullable = false; - this.SpecificValueBox.Size = new System.Drawing.Size(72, 20); - this.SpecificValueBox.TabIndex = 15; - this.SpecificValueBox.Text = "00"; - this.SpecificValueBox.Type = BizHawk.Client.Common.Watch.DisplayType.Hex; - this.SpecificValueBox.TextChanged += new System.EventHandler(this.CompareToValue_TextChanged); - // - // RamSearch - // - this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(445, 459); - this.Controls.Add(this.label2); - this.Controls.Add(this.DisplayTypeDropdown); - this.Controls.Add(this.label1); - this.Controls.Add(this.SizeDropdown); - this.Controls.Add(this.SearchButton); - this.Controls.Add(this.AutoSearchCheckBox); - this.Controls.Add(this.ComparisonBox); - this.Controls.Add(this.toolStrip1); - this.Controls.Add(this.MessageLabel); - this.Controls.Add(this.MemDomainLabel); - this.Controls.Add(this.CompareToBox); - this.Controls.Add(this.WatchListView); - this.Controls.Add(this.TotalSearchLabel); - this.Controls.Add(this.menuStrip1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.MainMenuStrip = this.menuStrip1; - this.MinimumSize = new System.Drawing.Size(291, 400); - this.Name = "RamSearch"; - this.Text = "Ram Search"; - this.Activated += new System.EventHandler(this.NewRamSearch_Activated); - this.Load += new System.EventHandler(this.RamSearch_Load); - this.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragDrop); - this.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragEnter); - this.contextMenuStrip1.ResumeLayout(false); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.CompareToBox.ResumeLayout(false); - this.CompareToBox.PerformLayout(); - this.toolStrip1.ResumeLayout(false); - this.toolStrip1.PerformLayout(); - this.ComparisonBox.ResumeLayout(false); - this.ComparisonBox.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.DisplayTypeDropdown.Location = new System.Drawing.Point(327, 374); + this.DisplayTypeDropdown.Name = "DisplayTypeDropdown"; + this.DisplayTypeDropdown.Size = new System.Drawing.Size(107, 21); + this.DisplayTypeDropdown.TabIndex = 95; + this.DisplayTypeDropdown.SelectedIndexChanged += new System.EventHandler(this.DisplayTypeDropdown_SelectedIndexChanged); + // + // RamSearch + // + this.AllowDrop = true; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(445, 459); + this.Controls.Add(this.label2); + this.Controls.Add(this.DisplayTypeDropdown); + this.Controls.Add(this.label1); + this.Controls.Add(this.SizeDropdown); + this.Controls.Add(this.SearchButton); + this.Controls.Add(this.AutoSearchCheckBox); + this.Controls.Add(this.ComparisonBox); + this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.MessageLabel); + this.Controls.Add(this.MemDomainLabel); + this.Controls.Add(this.CompareToBox); + this.Controls.Add(this.WatchListView); + this.Controls.Add(this.TotalSearchLabel); + this.Controls.Add(this.menuStrip1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MainMenuStrip = this.menuStrip1; + this.MinimumSize = new System.Drawing.Size(291, 400); + this.Name = "RamSearch"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Ram Search"; + this.Activated += new System.EventHandler(this.NewRamSearch_Activated); + this.Load += new System.EventHandler(this.RamSearch_Load); + this.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragDrop); + this.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragEnter); + this.contextMenuStrip1.ResumeLayout(false); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.CompareToBox.ResumeLayout(false); + this.CompareToBox.PerformLayout(); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.ComparisonBox.ResumeLayout(false); + this.ComparisonBox.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs index 0158091266..a2e56bf02b 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs @@ -28,131 +28,131 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamWatch)); - this.WatchCountLabel = new System.Windows.Forms.Label(); - this.MessageLabel = new System.Windows.Forms.Label(); - this.MemDomainLabel = new System.Windows.Forms.Label(); - this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.EditContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.RemoveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.DuplicateContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PokeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.FreezeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.UnfreezeAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ViewInHexEditorContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.Separator6 = new System.Windows.Forms.ToolStripSeparator(); - this.InsertSeperatorContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.MoveUpContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.MoveDownContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.ShowPreviousValueContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowChangeCountsContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowDiffContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowDomainContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStrip1 = new ToolStripEx(); - this.newToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.openToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.saveToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); - this.NewWatchStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.EditWatchToolStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.cutToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.ClearChangeCountstoolStripButton = new System.Windows.Forms.ToolStripButton(); - this.DuplicateWatchToolStripButton = new System.Windows.Forms.ToolStripButton(); - this.PoketoolStripButton2 = new System.Windows.Forms.ToolStripButton(); - this.FreezetoolStripButton2 = new System.Windows.Forms.ToolStripButton(); - this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); - this.MoveUpStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.MoveDownStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.menuStrip1 = new MenuStripEx(); - this.filesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.newListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.appendFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.watchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.memoryDomainsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.Separator2 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); - this.newWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.editWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.removeWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.duplicateWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pokeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.freezeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.insertSeparatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.clearChangeCountsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.definePreviousValueAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.previousFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.lastChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.originalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.displayWatchesOnScreenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.AlwaysOnTopMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); - this.restoreWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowPreviousMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowChangesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowDiffMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ShowDomainMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.WatchListView = new VirtualListView(); - this.AddressColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.ValueColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.PrevColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.ChangesColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.DiffColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.DomainColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.NotesColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.contextMenuStrip1.SuspendLayout(); - this.toolStrip1.SuspendLayout(); - this.menuStrip1.SuspendLayout(); - this.SuspendLayout(); - // - // WatchCountLabel - // - this.WatchCountLabel.AutoSize = true; - this.WatchCountLabel.Location = new System.Drawing.Point(16, 57); - this.WatchCountLabel.Name = "WatchCountLabel"; - this.WatchCountLabel.Size = new System.Drawing.Size(56, 13); - this.WatchCountLabel.TabIndex = 5; - this.WatchCountLabel.Text = "0 watches"; - // - // MessageLabel - // - this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.MessageLabel.AutoSize = true; - this.MessageLabel.Location = new System.Drawing.Point(18, 362); - this.MessageLabel.Name = "MessageLabel"; - this.MessageLabel.Size = new System.Drawing.Size(187, 13); - this.MessageLabel.TabIndex = 6; - this.MessageLabel.Text = " "; - // - // MemDomainLabel - // - this.MemDomainLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.MemDomainLabel.AutoSize = true; - this.MemDomainLabel.Location = new System.Drawing.Point(216, 57); - this.MemDomainLabel.Name = "MemDomainLabel"; - this.MemDomainLabel.Size = new System.Drawing.Size(127, 13); - this.MemDomainLabel.TabIndex = 7; - this.MemDomainLabel.Text = " "; - // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RamWatch)); + this.WatchCountLabel = new System.Windows.Forms.Label(); + this.MessageLabel = new System.Windows.Forms.Label(); + this.MemDomainLabel = new System.Windows.Forms.Label(); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.EditContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.RemoveContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.DuplicateContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.PokeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.FreezeContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.UnfreezeAllContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ViewInHexEditorContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.Separator6 = new System.Windows.Forms.ToolStripSeparator(); + this.InsertSeperatorContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.MoveUpContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.MoveDownContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); + this.ShowPreviousValueContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowChangeCountsContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowDiffContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowDomainContextMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStrip1 = new ToolStripEx(); + this.newToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.openToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.saveToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); + this.NewWatchStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.EditWatchToolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.cutToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.ClearChangeCountstoolStripButton = new System.Windows.Forms.ToolStripButton(); + this.DuplicateWatchToolStripButton = new System.Windows.Forms.ToolStripButton(); + this.PoketoolStripButton2 = new System.Windows.Forms.ToolStripButton(); + this.FreezetoolStripButton2 = new System.Windows.Forms.ToolStripButton(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); + this.MoveUpStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.MoveDownStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.menuStrip1 = new MenuStripEx(); + this.filesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.appendFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.watchesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.memoryDomainsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.Separator2 = new System.Windows.Forms.ToolStripSeparator(); + this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); + this.newWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.editWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.removeWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.duplicateWatchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pokeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.freezeAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.insertSeparatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.clearChangeCountsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.definePreviousValueAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.previousFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.lastChangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.originalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.displayWatchesOnScreenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.AlwaysOnTopMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); + this.restoreWindowSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowPreviousMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowChangesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowDiffMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.ShowDomainMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.WatchListView = new BizHawk.Client.EmuHawk.VirtualListView(); + this.AddressColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.ValueColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.PrevColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.ChangesColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.DiffColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.DomainColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.NotesColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.contextMenuStrip1.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.menuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // WatchCountLabel + // + this.WatchCountLabel.AutoSize = true; + this.WatchCountLabel.Location = new System.Drawing.Point(16, 57); + this.WatchCountLabel.Name = "WatchCountLabel"; + this.WatchCountLabel.Size = new System.Drawing.Size(56, 13); + this.WatchCountLabel.TabIndex = 5; + this.WatchCountLabel.Text = "0 watches"; + // + // MessageLabel + // + this.MessageLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.MessageLabel.AutoSize = true; + this.MessageLabel.Location = new System.Drawing.Point(18, 362); + this.MessageLabel.Name = "MessageLabel"; + this.MessageLabel.Size = new System.Drawing.Size(187, 13); + this.MessageLabel.TabIndex = 6; + this.MessageLabel.Text = " "; + // + // MemDomainLabel + // + this.MemDomainLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.MemDomainLabel.AutoSize = true; + this.MemDomainLabel.Location = new System.Drawing.Point(216, 57); + this.MemDomainLabel.Name = "MemDomainLabel"; + this.MemDomainLabel.Size = new System.Drawing.Size(127, 13); + this.MemDomainLabel.TabIndex = 7; + this.MemDomainLabel.Text = " "; + // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.EditContextMenuItem, this.RemoveContextMenuItem, this.DuplicateContextMenuItem, @@ -169,139 +169,139 @@ this.ShowChangeCountsContextMenuItem, this.ShowDiffContextMenuItem, this.ShowDomainContextMenuItem}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - this.contextMenuStrip1.Size = new System.Drawing.Size(204, 324); - this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); - // - // EditContextMenuItem - // - this.EditContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; - this.EditContextMenuItem.Name = "EditContextMenuItem"; - this.EditContextMenuItem.ShortcutKeyDisplayString = "Ctrl+E"; - this.EditContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.EditContextMenuItem.Text = "&Edit"; - this.EditContextMenuItem.Click += new System.EventHandler(this.editWatchToolStripMenuItem_Click); - // - // RemoveContextMenuItem - // - this.RemoveContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.RemoveContextMenuItem.Name = "RemoveContextMenuItem"; - this.RemoveContextMenuItem.ShortcutKeyDisplayString = "Ctrl+R"; - this.RemoveContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.RemoveContextMenuItem.Text = "&Remove"; - this.RemoveContextMenuItem.Click += new System.EventHandler(this.removeWatchToolStripMenuItem_Click); - // - // DuplicateContextMenuItem - // - this.DuplicateContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; - this.DuplicateContextMenuItem.Name = "DuplicateContextMenuItem"; - this.DuplicateContextMenuItem.ShortcutKeyDisplayString = "Ctrl+D"; - this.DuplicateContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.DuplicateContextMenuItem.Text = "&Duplicate"; - this.DuplicateContextMenuItem.Click += new System.EventHandler(this.duplicateWatchToolStripMenuItem_Click); - // - // PokeContextMenuItem - // - this.PokeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.PokeContextMenuItem.Name = "PokeContextMenuItem"; - this.PokeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+P"; - this.PokeContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.PokeContextMenuItem.Text = "&Poke"; - this.PokeContextMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); - // - // FreezeContextMenuItem - // - this.FreezeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.FreezeContextMenuItem.Name = "FreezeContextMenuItem"; - this.FreezeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+F"; - this.FreezeContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.FreezeContextMenuItem.Text = "&Freeze"; - this.FreezeContextMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); - // - // UnfreezeAllContextMenuItem - // - this.UnfreezeAllContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; - this.UnfreezeAllContextMenuItem.Name = "UnfreezeAllContextMenuItem"; - this.UnfreezeAllContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.UnfreezeAllContextMenuItem.Text = "Unfreeze &All"; - this.UnfreezeAllContextMenuItem.Click += new System.EventHandler(this.UnfreezeAllContextMenuItem_Click); - // - // ViewInHexEditorContextMenuItem - // - this.ViewInHexEditorContextMenuItem.Name = "ViewInHexEditorContextMenuItem"; - this.ViewInHexEditorContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.ViewInHexEditorContextMenuItem.Text = "View in Hex Editor"; - this.ViewInHexEditorContextMenuItem.Click += new System.EventHandler(this.ViewInHexEditorContextMenuItem_Click); - // - // Separator6 - // - this.Separator6.Name = "Separator6"; - this.Separator6.Size = new System.Drawing.Size(200, 6); - // - // InsertSeperatorContextMenuItem - // - this.InsertSeperatorContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; - this.InsertSeperatorContextMenuItem.Name = "InsertSeperatorContextMenuItem"; - this.InsertSeperatorContextMenuItem.ShortcutKeyDisplayString = "Ctrl+I"; - this.InsertSeperatorContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.InsertSeperatorContextMenuItem.Text = "&Insert Separator"; - this.InsertSeperatorContextMenuItem.Click += new System.EventHandler(this.insertSeparatorToolStripMenuItem_Click); - // - // MoveUpContextMenuItem - // - this.MoveUpContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; - this.MoveUpContextMenuItem.Name = "MoveUpContextMenuItem"; - this.MoveUpContextMenuItem.ShortcutKeyDisplayString = "Ctrl+Up"; - this.MoveUpContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.MoveUpContextMenuItem.Text = "Move &Up"; - this.MoveUpContextMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click); - // - // MoveDownContextMenuItem - // - this.MoveDownContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; - this.MoveDownContextMenuItem.Name = "MoveDownContextMenuItem"; - this.MoveDownContextMenuItem.ShortcutKeyDisplayString = "Ctrl+Down"; - this.MoveDownContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.MoveDownContextMenuItem.Text = "Move &Down"; - this.MoveDownContextMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click); - // - // toolStripSeparator4 - // - this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(200, 6); - // - // ShowPreviousValueContextMenuItem - // - this.ShowPreviousValueContextMenuItem.Name = "ShowPreviousValueContextMenuItem"; - this.ShowPreviousValueContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.ShowPreviousValueContextMenuItem.Text = "Show Previous Value"; - this.ShowPreviousValueContextMenuItem.Click += new System.EventHandler(this.showPreviousValueToolStripMenuItem_Click); - // - // ShowChangeCountsContextMenuItem - // - this.ShowChangeCountsContextMenuItem.Name = "ShowChangeCountsContextMenuItem"; - this.ShowChangeCountsContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.ShowChangeCountsContextMenuItem.Text = "Show Change Counts"; - this.ShowChangeCountsContextMenuItem.Click += new System.EventHandler(this.showChangeCountsToolStripMenuItem_Click); - // - // ShowDiffContextMenuItem - // - this.ShowDiffContextMenuItem.Name = "ShowDiffContextMenuItem"; - this.ShowDiffContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.ShowDiffContextMenuItem.Text = "Show Difference"; - this.ShowDiffContextMenuItem.Click += new System.EventHandler(this.diffToolStripMenuItem_Click); - // - // ShowDomainContextMenuItem - // - this.ShowDomainContextMenuItem.Name = "ShowDomainContextMenuItem"; - this.ShowDomainContextMenuItem.Size = new System.Drawing.Size(203, 22); - this.ShowDomainContextMenuItem.Text = "Show Domain"; - this.ShowDomainContextMenuItem.Click += new System.EventHandler(this.domainToolStripMenuItem_Click); - // - // toolStrip1 - // - this.toolStrip1.ClickThrough = true; - this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.contextMenuStrip1.Size = new System.Drawing.Size(204, 324); + this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); + // + // EditContextMenuItem + // + this.EditContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; + this.EditContextMenuItem.Name = "EditContextMenuItem"; + this.EditContextMenuItem.ShortcutKeyDisplayString = "Ctrl+E"; + this.EditContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.EditContextMenuItem.Text = "&Edit"; + this.EditContextMenuItem.Click += new System.EventHandler(this.editWatchToolStripMenuItem_Click); + // + // RemoveContextMenuItem + // + this.RemoveContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.RemoveContextMenuItem.Name = "RemoveContextMenuItem"; + this.RemoveContextMenuItem.ShortcutKeyDisplayString = "Ctrl+R"; + this.RemoveContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.RemoveContextMenuItem.Text = "&Remove"; + this.RemoveContextMenuItem.Click += new System.EventHandler(this.removeWatchToolStripMenuItem_Click); + // + // DuplicateContextMenuItem + // + this.DuplicateContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; + this.DuplicateContextMenuItem.Name = "DuplicateContextMenuItem"; + this.DuplicateContextMenuItem.ShortcutKeyDisplayString = "Ctrl+D"; + this.DuplicateContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.DuplicateContextMenuItem.Text = "&Duplicate"; + this.DuplicateContextMenuItem.Click += new System.EventHandler(this.duplicateWatchToolStripMenuItem_Click); + // + // PokeContextMenuItem + // + this.PokeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.PokeContextMenuItem.Name = "PokeContextMenuItem"; + this.PokeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+P"; + this.PokeContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.PokeContextMenuItem.Text = "&Poke"; + this.PokeContextMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); + // + // FreezeContextMenuItem + // + this.FreezeContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.FreezeContextMenuItem.Name = "FreezeContextMenuItem"; + this.FreezeContextMenuItem.ShortcutKeyDisplayString = "Ctrl+F"; + this.FreezeContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.FreezeContextMenuItem.Text = "&Freeze"; + this.FreezeContextMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); + // + // UnfreezeAllContextMenuItem + // + this.UnfreezeAllContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Unfreeze; + this.UnfreezeAllContextMenuItem.Name = "UnfreezeAllContextMenuItem"; + this.UnfreezeAllContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.UnfreezeAllContextMenuItem.Text = "Unfreeze &All"; + this.UnfreezeAllContextMenuItem.Click += new System.EventHandler(this.UnfreezeAllContextMenuItem_Click); + // + // ViewInHexEditorContextMenuItem + // + this.ViewInHexEditorContextMenuItem.Name = "ViewInHexEditorContextMenuItem"; + this.ViewInHexEditorContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.ViewInHexEditorContextMenuItem.Text = "View in Hex Editor"; + this.ViewInHexEditorContextMenuItem.Click += new System.EventHandler(this.ViewInHexEditorContextMenuItem_Click); + // + // Separator6 + // + this.Separator6.Name = "Separator6"; + this.Separator6.Size = new System.Drawing.Size(200, 6); + // + // InsertSeperatorContextMenuItem + // + this.InsertSeperatorContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; + this.InsertSeperatorContextMenuItem.Name = "InsertSeperatorContextMenuItem"; + this.InsertSeperatorContextMenuItem.ShortcutKeyDisplayString = "Ctrl+I"; + this.InsertSeperatorContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.InsertSeperatorContextMenuItem.Text = "&Insert Separator"; + this.InsertSeperatorContextMenuItem.Click += new System.EventHandler(this.insertSeparatorToolStripMenuItem_Click); + // + // MoveUpContextMenuItem + // + this.MoveUpContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; + this.MoveUpContextMenuItem.Name = "MoveUpContextMenuItem"; + this.MoveUpContextMenuItem.ShortcutKeyDisplayString = "Ctrl+Up"; + this.MoveUpContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.MoveUpContextMenuItem.Text = "Move &Up"; + this.MoveUpContextMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click); + // + // MoveDownContextMenuItem + // + this.MoveDownContextMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; + this.MoveDownContextMenuItem.Name = "MoveDownContextMenuItem"; + this.MoveDownContextMenuItem.ShortcutKeyDisplayString = "Ctrl+Down"; + this.MoveDownContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.MoveDownContextMenuItem.Text = "Move &Down"; + this.MoveDownContextMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click); + // + // toolStripSeparator4 + // + this.toolStripSeparator4.Name = "toolStripSeparator4"; + this.toolStripSeparator4.Size = new System.Drawing.Size(200, 6); + // + // ShowPreviousValueContextMenuItem + // + this.ShowPreviousValueContextMenuItem.Name = "ShowPreviousValueContextMenuItem"; + this.ShowPreviousValueContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.ShowPreviousValueContextMenuItem.Text = "Show Previous Value"; + this.ShowPreviousValueContextMenuItem.Click += new System.EventHandler(this.showPreviousValueToolStripMenuItem_Click); + // + // ShowChangeCountsContextMenuItem + // + this.ShowChangeCountsContextMenuItem.Name = "ShowChangeCountsContextMenuItem"; + this.ShowChangeCountsContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.ShowChangeCountsContextMenuItem.Text = "Show Change Counts"; + this.ShowChangeCountsContextMenuItem.Click += new System.EventHandler(this.showChangeCountsToolStripMenuItem_Click); + // + // ShowDiffContextMenuItem + // + this.ShowDiffContextMenuItem.Name = "ShowDiffContextMenuItem"; + this.ShowDiffContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.ShowDiffContextMenuItem.Text = "Show Difference"; + this.ShowDiffContextMenuItem.Click += new System.EventHandler(this.diffToolStripMenuItem_Click); + // + // ShowDomainContextMenuItem + // + this.ShowDomainContextMenuItem.Name = "ShowDomainContextMenuItem"; + this.ShowDomainContextMenuItem.Size = new System.Drawing.Size(203, 22); + this.ShowDomainContextMenuItem.Text = "Show Domain"; + this.ShowDomainContextMenuItem.Click += new System.EventHandler(this.domainToolStripMenuItem_Click); + // + // toolStrip1 + // + this.toolStrip1.ClickThrough = true; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripButton, this.openToolStripButton, this.saveToolStripButton, @@ -317,175 +317,175 @@ this.toolStripSeparator5, this.MoveUpStripButton1, this.MoveDownStripButton1}); - this.toolStrip1.Location = new System.Drawing.Point(0, 24); - this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.Size = new System.Drawing.Size(359, 25); - this.toolStrip1.TabIndex = 4; - this.toolStrip1.TabStop = true; - this.toolStrip1.Text = "toolStrip1"; - // - // newToolStripButton - // - this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image"))); - this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.newToolStripButton.Name = "newToolStripButton"; - this.newToolStripButton.Size = new System.Drawing.Size(23, 22); - this.newToolStripButton.Text = "&New"; - this.newToolStripButton.Click += new System.EventHandler(this.newListToolStripMenuItem_Click); - // - // openToolStripButton - // - this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image"))); - this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.openToolStripButton.Name = "openToolStripButton"; - this.openToolStripButton.Size = new System.Drawing.Size(23, 22); - this.openToolStripButton.Text = "&Open"; - this.openToolStripButton.Click += new System.EventHandler(this.openToolStripMenuItem_Click); - // - // saveToolStripButton - // - this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image"))); - this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.saveToolStripButton.Name = "saveToolStripButton"; - this.saveToolStripButton.Size = new System.Drawing.Size(23, 22); - this.saveToolStripButton.Text = "&Save"; - this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); - // - // toolStripSeparator - // - this.toolStripSeparator.Name = "toolStripSeparator"; - this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); - // - // NewWatchStripButton1 - // - this.NewWatchStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.NewWatchStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.addWatch; - this.NewWatchStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.NewWatchStripButton1.Name = "NewWatchStripButton1"; - this.NewWatchStripButton1.Size = new System.Drawing.Size(23, 22); - this.NewWatchStripButton1.Text = "New Watch"; - this.NewWatchStripButton1.ToolTipText = "New Watch"; - this.NewWatchStripButton1.Click += new System.EventHandler(this.newWatchToolStripMenuItem_Click); - // - // EditWatchToolStripButton1 - // - this.EditWatchToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.EditWatchToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("EditWatchToolStripButton1.Image"))); - this.EditWatchToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.EditWatchToolStripButton1.Name = "EditWatchToolStripButton1"; - this.EditWatchToolStripButton1.Size = new System.Drawing.Size(23, 22); - this.EditWatchToolStripButton1.Text = "Edit Watch"; - this.EditWatchToolStripButton1.Click += new System.EventHandler(this.editWatchToolStripMenuItem_Click); - // - // cutToolStripButton - // - this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.cutToolStripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.cutToolStripButton.Name = "cutToolStripButton"; - this.cutToolStripButton.Size = new System.Drawing.Size(23, 22); - this.cutToolStripButton.Text = "C&ut"; - this.cutToolStripButton.ToolTipText = "Remove Watch"; - this.cutToolStripButton.Click += new System.EventHandler(this.removeWatchToolStripMenuItem_Click); - // - // ClearChangeCountstoolStripButton - // - this.ClearChangeCountstoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.ClearChangeCountstoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountstoolStripButton.Image"))); - this.ClearChangeCountstoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.ClearChangeCountstoolStripButton.Name = "ClearChangeCountstoolStripButton"; - this.ClearChangeCountstoolStripButton.Size = new System.Drawing.Size(23, 22); - this.ClearChangeCountstoolStripButton.Text = "C"; - this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts"; - this.ClearChangeCountstoolStripButton.Click += new System.EventHandler(this.clearChangeCountsToolStripMenuItem_Click); - // - // DuplicateWatchToolStripButton - // - this.DuplicateWatchToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.DuplicateWatchToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("DuplicateWatchToolStripButton.Image"))); - this.DuplicateWatchToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; - this.DuplicateWatchToolStripButton.Name = "DuplicateWatchToolStripButton"; - this.DuplicateWatchToolStripButton.Size = new System.Drawing.Size(23, 22); - this.DuplicateWatchToolStripButton.Text = "Duplicate Watch"; - this.DuplicateWatchToolStripButton.Click += new System.EventHandler(this.duplicateWatchToolStripMenuItem_Click); - // - // PoketoolStripButton2 - // - this.PoketoolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.PoketoolStripButton2.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.PoketoolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; - this.PoketoolStripButton2.Name = "PoketoolStripButton2"; - this.PoketoolStripButton2.Size = new System.Drawing.Size(23, 22); - this.PoketoolStripButton2.Text = "toolStripButton2"; - this.PoketoolStripButton2.ToolTipText = "Poke address"; - this.PoketoolStripButton2.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); - // - // FreezetoolStripButton2 - // - this.FreezetoolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.FreezetoolStripButton2.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.FreezetoolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; - this.FreezetoolStripButton2.Name = "FreezetoolStripButton2"; - this.FreezetoolStripButton2.Size = new System.Drawing.Size(23, 22); - this.FreezetoolStripButton2.Text = "Freeze Address"; - this.FreezetoolStripButton2.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); - // - // toolStripButton1 - // - this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.toolStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; - this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton1.Name = "toolStripButton1"; - this.toolStripButton1.Size = new System.Drawing.Size(23, 22); - this.toolStripButton1.Text = "-"; - this.toolStripButton1.ToolTipText = "Insert Separator"; - this.toolStripButton1.Click += new System.EventHandler(this.insertSeparatorToolStripMenuItem_Click); - // - // toolStripSeparator5 - // - this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); - // - // MoveUpStripButton1 - // - this.MoveUpStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.MoveUpStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; - this.MoveUpStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.MoveUpStripButton1.Name = "MoveUpStripButton1"; - this.MoveUpStripButton1.Size = new System.Drawing.Size(23, 22); - this.MoveUpStripButton1.Text = "Move Up"; - this.MoveUpStripButton1.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click); - // - // MoveDownStripButton1 - // - this.MoveDownStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.MoveDownStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; - this.MoveDownStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; - this.MoveDownStripButton1.Name = "MoveDownStripButton1"; - this.MoveDownStripButton1.Size = new System.Drawing.Size(23, 22); - this.MoveDownStripButton1.Text = "Move Down"; - this.MoveDownStripButton1.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click); - // - // menuStrip1 - // - this.menuStrip1.ClickThrough = true; - this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStrip1.Location = new System.Drawing.Point(0, 24); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.Size = new System.Drawing.Size(359, 25); + this.toolStrip1.TabIndex = 4; + this.toolStrip1.TabStop = true; + this.toolStrip1.Text = "toolStrip1"; + // + // newToolStripButton + // + this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image"))); + this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.newToolStripButton.Name = "newToolStripButton"; + this.newToolStripButton.Size = new System.Drawing.Size(23, 22); + this.newToolStripButton.Text = "&New"; + this.newToolStripButton.Click += new System.EventHandler(this.newListToolStripMenuItem_Click); + // + // openToolStripButton + // + this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image"))); + this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.openToolStripButton.Name = "openToolStripButton"; + this.openToolStripButton.Size = new System.Drawing.Size(23, 22); + this.openToolStripButton.Text = "&Open"; + this.openToolStripButton.Click += new System.EventHandler(this.openToolStripMenuItem_Click); + // + // saveToolStripButton + // + this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image"))); + this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.saveToolStripButton.Name = "saveToolStripButton"; + this.saveToolStripButton.Size = new System.Drawing.Size(23, 22); + this.saveToolStripButton.Text = "&Save"; + this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); + // + // toolStripSeparator + // + this.toolStripSeparator.Name = "toolStripSeparator"; + this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); + // + // NewWatchStripButton1 + // + this.NewWatchStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.NewWatchStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.addWatch; + this.NewWatchStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.NewWatchStripButton1.Name = "NewWatchStripButton1"; + this.NewWatchStripButton1.Size = new System.Drawing.Size(23, 22); + this.NewWatchStripButton1.Text = "New Watch"; + this.NewWatchStripButton1.ToolTipText = "New Watch"; + this.NewWatchStripButton1.Click += new System.EventHandler(this.newWatchToolStripMenuItem_Click); + // + // EditWatchToolStripButton1 + // + this.EditWatchToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.EditWatchToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("EditWatchToolStripButton1.Image"))); + this.EditWatchToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.EditWatchToolStripButton1.Name = "EditWatchToolStripButton1"; + this.EditWatchToolStripButton1.Size = new System.Drawing.Size(23, 22); + this.EditWatchToolStripButton1.Text = "Edit Watch"; + this.EditWatchToolStripButton1.Click += new System.EventHandler(this.editWatchToolStripMenuItem_Click); + // + // cutToolStripButton + // + this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.cutToolStripButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.cutToolStripButton.Name = "cutToolStripButton"; + this.cutToolStripButton.Size = new System.Drawing.Size(23, 22); + this.cutToolStripButton.Text = "C&ut"; + this.cutToolStripButton.ToolTipText = "Remove Watch"; + this.cutToolStripButton.Click += new System.EventHandler(this.removeWatchToolStripMenuItem_Click); + // + // ClearChangeCountstoolStripButton + // + this.ClearChangeCountstoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.ClearChangeCountstoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountstoolStripButton.Image"))); + this.ClearChangeCountstoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.ClearChangeCountstoolStripButton.Name = "ClearChangeCountstoolStripButton"; + this.ClearChangeCountstoolStripButton.Size = new System.Drawing.Size(23, 22); + this.ClearChangeCountstoolStripButton.Text = "C"; + this.ClearChangeCountstoolStripButton.ToolTipText = "Clear Change Counts"; + this.ClearChangeCountstoolStripButton.Click += new System.EventHandler(this.clearChangeCountsToolStripMenuItem_Click); + // + // DuplicateWatchToolStripButton + // + this.DuplicateWatchToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.DuplicateWatchToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("DuplicateWatchToolStripButton.Image"))); + this.DuplicateWatchToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; + this.DuplicateWatchToolStripButton.Name = "DuplicateWatchToolStripButton"; + this.DuplicateWatchToolStripButton.Size = new System.Drawing.Size(23, 22); + this.DuplicateWatchToolStripButton.Text = "Duplicate Watch"; + this.DuplicateWatchToolStripButton.Click += new System.EventHandler(this.duplicateWatchToolStripMenuItem_Click); + // + // PoketoolStripButton2 + // + this.PoketoolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.PoketoolStripButton2.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.PoketoolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; + this.PoketoolStripButton2.Name = "PoketoolStripButton2"; + this.PoketoolStripButton2.Size = new System.Drawing.Size(23, 22); + this.PoketoolStripButton2.Text = "toolStripButton2"; + this.PoketoolStripButton2.ToolTipText = "Poke address"; + this.PoketoolStripButton2.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); + // + // FreezetoolStripButton2 + // + this.FreezetoolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.FreezetoolStripButton2.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.FreezetoolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; + this.FreezetoolStripButton2.Name = "FreezetoolStripButton2"; + this.FreezetoolStripButton2.Size = new System.Drawing.Size(23, 22); + this.FreezetoolStripButton2.Text = "Freeze Address"; + this.FreezetoolStripButton2.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); + // + // toolStripButton1 + // + this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.toolStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(23, 22); + this.toolStripButton1.Text = "-"; + this.toolStripButton1.ToolTipText = "Insert Separator"; + this.toolStripButton1.Click += new System.EventHandler(this.insertSeparatorToolStripMenuItem_Click); + // + // toolStripSeparator5 + // + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); + // + // MoveUpStripButton1 + // + this.MoveUpStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.MoveUpStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; + this.MoveUpStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.MoveUpStripButton1.Name = "MoveUpStripButton1"; + this.MoveUpStripButton1.Size = new System.Drawing.Size(23, 22); + this.MoveUpStripButton1.Text = "Move Up"; + this.MoveUpStripButton1.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click); + // + // MoveDownStripButton1 + // + this.MoveDownStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.MoveDownStripButton1.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; + this.MoveDownStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.MoveDownStripButton1.Name = "MoveDownStripButton1"; + this.MoveDownStripButton1.Size = new System.Drawing.Size(23, 22); + this.MoveDownStripButton1.Text = "Move Down"; + this.MoveDownStripButton1.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click); + // + // menuStrip1 + // + this.menuStrip1.ClickThrough = true; + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.filesToolStripMenuItem, this.watchesToolStripMenuItem, this.optionsToolStripMenuItem, this.viewToolStripMenuItem}); - this.menuStrip1.Location = new System.Drawing.Point(0, 0); - this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(359, 24); - this.menuStrip1.TabIndex = 3; - this.menuStrip1.Text = "menuStrip1"; - // - // filesToolStripMenuItem - // - this.filesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(359, 24); + this.menuStrip1.TabIndex = 3; + this.menuStrip1.Text = "menuStrip1"; + // + // filesToolStripMenuItem + // + this.filesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newListToolStripMenuItem, this.openToolStripMenuItem, this.saveToolStripMenuItem, @@ -494,356 +494,356 @@ this.recentToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); - this.filesToolStripMenuItem.Name = "filesToolStripMenuItem"; - this.filesToolStripMenuItem.Size = new System.Drawing.Size(42, 20); - this.filesToolStripMenuItem.Text = "&Files"; - this.filesToolStripMenuItem.DropDownOpened += new System.EventHandler(this.filesToolStripMenuItem_DropDownOpened); - // - // newListToolStripMenuItem - // - this.newListToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; - this.newListToolStripMenuItem.Name = "newListToolStripMenuItem"; - this.newListToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); - this.newListToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.newListToolStripMenuItem.Text = "&New List"; - this.newListToolStripMenuItem.Click += new System.EventHandler(this.newListToolStripMenuItem_Click); - // - // openToolStripMenuItem - // - this.openToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; - this.openToolStripMenuItem.Name = "openToolStripMenuItem"; - this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); - this.openToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.openToolStripMenuItem.Text = "&Open..."; - this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); - // - // saveToolStripMenuItem - // - this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; - this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; - this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); - this.saveToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.saveToolStripMenuItem.Text = "&Save"; - this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); - // - // saveAsToolStripMenuItem - // - this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; - this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) + this.filesToolStripMenuItem.Name = "filesToolStripMenuItem"; + this.filesToolStripMenuItem.Size = new System.Drawing.Size(42, 20); + this.filesToolStripMenuItem.Text = "&Files"; + this.filesToolStripMenuItem.DropDownOpened += new System.EventHandler(this.filesToolStripMenuItem_DropDownOpened); + // + // newListToolStripMenuItem + // + this.newListToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.NewFile; + this.newListToolStripMenuItem.Name = "newListToolStripMenuItem"; + this.newListToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); + this.newListToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.newListToolStripMenuItem.Text = "&New List"; + this.newListToolStripMenuItem.Click += new System.EventHandler(this.newListToolStripMenuItem_Click); + // + // openToolStripMenuItem + // + this.openToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.OpenFile; + this.openToolStripMenuItem.Name = "openToolStripMenuItem"; + this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); + this.openToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.openToolStripMenuItem.Text = "&Open..."; + this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); + // + // saveToolStripMenuItem + // + this.saveToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.SaveAs; + this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; + this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); + this.saveToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.saveToolStripMenuItem.Text = "&Save"; + this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); + // + // saveAsToolStripMenuItem + // + this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; + this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); - this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.saveAsToolStripMenuItem.Text = "Save &As..."; - this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); - // - // appendFileToolStripMenuItem - // - this.appendFileToolStripMenuItem.Name = "appendFileToolStripMenuItem"; - this.appendFileToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.appendFileToolStripMenuItem.Text = "A&ppend File..."; - this.appendFileToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); - // - // recentToolStripMenuItem - // - this.recentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.saveAsToolStripMenuItem.Text = "Save &As..."; + this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); + // + // appendFileToolStripMenuItem + // + this.appendFileToolStripMenuItem.Name = "appendFileToolStripMenuItem"; + this.appendFileToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.appendFileToolStripMenuItem.Text = "A&ppend File..."; + this.appendFileToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); + // + // recentToolStripMenuItem + // + this.recentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.noneToolStripMenuItem}); - this.recentToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; - this.recentToolStripMenuItem.Name = "recentToolStripMenuItem"; - this.recentToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.recentToolStripMenuItem.Text = "Recent"; - this.recentToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentToolStripMenuItem_DropDownOpened); - // - // noneToolStripMenuItem - // - this.noneToolStripMenuItem.Name = "noneToolStripMenuItem"; - this.noneToolStripMenuItem.Size = new System.Drawing.Size(103, 22); - this.noneToolStripMenuItem.Text = "None"; - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(192, 6); - // - // exitToolStripMenuItem - // - this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); - this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); - this.exitToolStripMenuItem.Text = "&Close"; - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); - // - // watchesToolStripMenuItem - // - this.watchesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.memoryDomainsToolStripMenuItem, - this.toolStripSeparator8, - this.newWatchToolStripMenuItem, - this.editWatchToolStripMenuItem, - this.removeWatchToolStripMenuItem, - this.duplicateWatchToolStripMenuItem, - this.pokeAddressToolStripMenuItem, - this.freezeAddressToolStripMenuItem, - this.insertSeparatorToolStripMenuItem, - this.clearChangeCountsToolStripMenuItem, - this.toolStripSeparator3, - this.moveUpToolStripMenuItem, - this.moveDownToolStripMenuItem, - this.selectAllToolStripMenuItem}); - this.watchesToolStripMenuItem.Name = "watchesToolStripMenuItem"; - this.watchesToolStripMenuItem.Size = new System.Drawing.Size(64, 20); - this.watchesToolStripMenuItem.Text = "&Watches"; - this.watchesToolStripMenuItem.DropDownOpened += new System.EventHandler(this.watchesToolStripMenuItem_DropDownOpened); - // - // memoryDomainsToolStripMenuItem - // - this.memoryDomainsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.recentToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Recent; + this.recentToolStripMenuItem.Name = "recentToolStripMenuItem"; + this.recentToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.recentToolStripMenuItem.Text = "Recent"; + this.recentToolStripMenuItem.DropDownOpened += new System.EventHandler(this.recentToolStripMenuItem_DropDownOpened); + // + // noneToolStripMenuItem + // + this.noneToolStripMenuItem.Name = "noneToolStripMenuItem"; + this.noneToolStripMenuItem.Size = new System.Drawing.Size(103, 22); + this.noneToolStripMenuItem.Text = "None"; + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(192, 6); + // + // exitToolStripMenuItem + // + this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; + this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); + this.exitToolStripMenuItem.Text = "&Close"; + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); + // + // watchesToolStripMenuItem + // + this.watchesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.memoryDomainsToolStripMenuItem, + this.toolStripSeparator8, + this.newWatchToolStripMenuItem, + this.editWatchToolStripMenuItem, + this.removeWatchToolStripMenuItem, + this.duplicateWatchToolStripMenuItem, + this.pokeAddressToolStripMenuItem, + this.freezeAddressToolStripMenuItem, + this.insertSeparatorToolStripMenuItem, + this.clearChangeCountsToolStripMenuItem, + this.toolStripSeparator3, + this.moveUpToolStripMenuItem, + this.moveDownToolStripMenuItem, + this.selectAllToolStripMenuItem}); + this.watchesToolStripMenuItem.Name = "watchesToolStripMenuItem"; + this.watchesToolStripMenuItem.Size = new System.Drawing.Size(64, 20); + this.watchesToolStripMenuItem.Text = "&Watches"; + this.watchesToolStripMenuItem.DropDownOpened += new System.EventHandler(this.watchesToolStripMenuItem_DropDownOpened); + // + // memoryDomainsToolStripMenuItem + // + this.memoryDomainsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Separator2}); - this.memoryDomainsToolStripMenuItem.Name = "memoryDomainsToolStripMenuItem"; - this.memoryDomainsToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.memoryDomainsToolStripMenuItem.Text = "Memory Domains"; - this.memoryDomainsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.memoryDomainsToolStripMenuItem_DropDownOpened); - // - // Separator2 - // - this.Separator2.Name = "Separator2"; - this.Separator2.Size = new System.Drawing.Size(57, 6); - // - // toolStripSeparator8 - // - this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(221, 6); - // - // newWatchToolStripMenuItem - // - this.newWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; - this.newWatchToolStripMenuItem.Name = "newWatchToolStripMenuItem"; - this.newWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W))); - this.newWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.newWatchToolStripMenuItem.Text = "&New Watch"; - this.newWatchToolStripMenuItem.Click += new System.EventHandler(this.newWatchToolStripMenuItem_Click); - // - // editWatchToolStripMenuItem - // - this.editWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; - this.editWatchToolStripMenuItem.Name = "editWatchToolStripMenuItem"; - this.editWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); - this.editWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.editWatchToolStripMenuItem.Text = "&Edit Watch"; - this.editWatchToolStripMenuItem.Click += new System.EventHandler(this.editWatchToolStripMenuItem_Click); - // - // removeWatchToolStripMenuItem - // - this.removeWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; - this.removeWatchToolStripMenuItem.Name = "removeWatchToolStripMenuItem"; - this.removeWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); - this.removeWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.removeWatchToolStripMenuItem.Text = "&Remove Watch"; - this.removeWatchToolStripMenuItem.Click += new System.EventHandler(this.removeWatchToolStripMenuItem_Click); - // - // duplicateWatchToolStripMenuItem - // - this.duplicateWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; - this.duplicateWatchToolStripMenuItem.Name = "duplicateWatchToolStripMenuItem"; - this.duplicateWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); - this.duplicateWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.duplicateWatchToolStripMenuItem.Text = "&Duplicate Watch"; - this.duplicateWatchToolStripMenuItem.Click += new System.EventHandler(this.duplicateWatchToolStripMenuItem_Click); - // - // pokeAddressToolStripMenuItem - // - this.pokeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; - this.pokeAddressToolStripMenuItem.Name = "pokeAddressToolStripMenuItem"; - this.pokeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); - this.pokeAddressToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.pokeAddressToolStripMenuItem.Text = "Poke Address"; - this.pokeAddressToolStripMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); - // - // freezeAddressToolStripMenuItem - // - this.freezeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; - this.freezeAddressToolStripMenuItem.Name = "freezeAddressToolStripMenuItem"; - this.freezeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); - this.freezeAddressToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.freezeAddressToolStripMenuItem.Text = "Freeze Address"; - this.freezeAddressToolStripMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); - // - // insertSeparatorToolStripMenuItem - // - this.insertSeparatorToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; - this.insertSeparatorToolStripMenuItem.Name = "insertSeparatorToolStripMenuItem"; - this.insertSeparatorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I))); - this.insertSeparatorToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.insertSeparatorToolStripMenuItem.Text = "Insert Separator"; - this.insertSeparatorToolStripMenuItem.Click += new System.EventHandler(this.insertSeparatorToolStripMenuItem_Click); - // - // clearChangeCountsToolStripMenuItem - // - this.clearChangeCountsToolStripMenuItem.Name = "clearChangeCountsToolStripMenuItem"; - this.clearChangeCountsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C))); - this.clearChangeCountsToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.clearChangeCountsToolStripMenuItem.Text = "&Clear Change Counts"; - this.clearChangeCountsToolStripMenuItem.Click += new System.EventHandler(this.clearChangeCountsToolStripMenuItem_Click); - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(221, 6); - // - // moveUpToolStripMenuItem - // - this.moveUpToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; - this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; - this.moveUpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Up))); - this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.moveUpToolStripMenuItem.Text = "Move &Up"; - this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click); - // - // moveDownToolStripMenuItem - // - this.moveDownToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; - this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; - this.moveDownToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Down))); - this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.moveDownToolStripMenuItem.Text = "Move &Down"; - this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click); - // - // selectAllToolStripMenuItem - // - this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; - this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); - this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(224, 22); - this.selectAllToolStripMenuItem.Text = "Select &All"; - this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); - // - // optionsToolStripMenuItem - // - this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.memoryDomainsToolStripMenuItem.Name = "memoryDomainsToolStripMenuItem"; + this.memoryDomainsToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.memoryDomainsToolStripMenuItem.Text = "Memory Domains"; + this.memoryDomainsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.memoryDomainsToolStripMenuItem_DropDownOpened); + // + // Separator2 + // + this.Separator2.Name = "Separator2"; + this.Separator2.Size = new System.Drawing.Size(57, 6); + // + // toolStripSeparator8 + // + this.toolStripSeparator8.Name = "toolStripSeparator8"; + this.toolStripSeparator8.Size = new System.Drawing.Size(221, 6); + // + // newWatchToolStripMenuItem + // + this.newWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.FindHS; + this.newWatchToolStripMenuItem.Name = "newWatchToolStripMenuItem"; + this.newWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W))); + this.newWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.newWatchToolStripMenuItem.Text = "&New Watch"; + this.newWatchToolStripMenuItem.Click += new System.EventHandler(this.newWatchToolStripMenuItem_Click); + // + // editWatchToolStripMenuItem + // + this.editWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.CutHS; + this.editWatchToolStripMenuItem.Name = "editWatchToolStripMenuItem"; + this.editWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); + this.editWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.editWatchToolStripMenuItem.Text = "&Edit Watch"; + this.editWatchToolStripMenuItem.Click += new System.EventHandler(this.editWatchToolStripMenuItem_Click); + // + // removeWatchToolStripMenuItem + // + this.removeWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Delete; + this.removeWatchToolStripMenuItem.Name = "removeWatchToolStripMenuItem"; + this.removeWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); + this.removeWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.removeWatchToolStripMenuItem.Text = "&Remove Watch"; + this.removeWatchToolStripMenuItem.Click += new System.EventHandler(this.removeWatchToolStripMenuItem_Click); + // + // duplicateWatchToolStripMenuItem + // + this.duplicateWatchToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Duplicate; + this.duplicateWatchToolStripMenuItem.Name = "duplicateWatchToolStripMenuItem"; + this.duplicateWatchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); + this.duplicateWatchToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.duplicateWatchToolStripMenuItem.Text = "&Duplicate Watch"; + this.duplicateWatchToolStripMenuItem.Click += new System.EventHandler(this.duplicateWatchToolStripMenuItem_Click); + // + // pokeAddressToolStripMenuItem + // + this.pokeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.poke; + this.pokeAddressToolStripMenuItem.Name = "pokeAddressToolStripMenuItem"; + this.pokeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); + this.pokeAddressToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.pokeAddressToolStripMenuItem.Text = "Poke Address"; + this.pokeAddressToolStripMenuItem.Click += new System.EventHandler(this.pokeAddressToolStripMenuItem_Click); + // + // freezeAddressToolStripMenuItem + // + this.freezeAddressToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Freeze; + this.freezeAddressToolStripMenuItem.Name = "freezeAddressToolStripMenuItem"; + this.freezeAddressToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); + this.freezeAddressToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.freezeAddressToolStripMenuItem.Text = "Freeze Address"; + this.freezeAddressToolStripMenuItem.Click += new System.EventHandler(this.freezeAddressToolStripMenuItem_Click); + // + // insertSeparatorToolStripMenuItem + // + this.insertSeparatorToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.InsertSeparator; + this.insertSeparatorToolStripMenuItem.Name = "insertSeparatorToolStripMenuItem"; + this.insertSeparatorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I))); + this.insertSeparatorToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.insertSeparatorToolStripMenuItem.Text = "Insert Separator"; + this.insertSeparatorToolStripMenuItem.Click += new System.EventHandler(this.insertSeparatorToolStripMenuItem_Click); + // + // clearChangeCountsToolStripMenuItem + // + this.clearChangeCountsToolStripMenuItem.Name = "clearChangeCountsToolStripMenuItem"; + this.clearChangeCountsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C))); + this.clearChangeCountsToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.clearChangeCountsToolStripMenuItem.Text = "&Clear Change Counts"; + this.clearChangeCountsToolStripMenuItem.Click += new System.EventHandler(this.clearChangeCountsToolStripMenuItem_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(221, 6); + // + // moveUpToolStripMenuItem + // + this.moveUpToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveUp; + this.moveUpToolStripMenuItem.Name = "moveUpToolStripMenuItem"; + this.moveUpToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Up))); + this.moveUpToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.moveUpToolStripMenuItem.Text = "Move &Up"; + this.moveUpToolStripMenuItem.Click += new System.EventHandler(this.moveUpToolStripMenuItem_Click); + // + // moveDownToolStripMenuItem + // + this.moveDownToolStripMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.MoveDown; + this.moveDownToolStripMenuItem.Name = "moveDownToolStripMenuItem"; + this.moveDownToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Down))); + this.moveDownToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.moveDownToolStripMenuItem.Text = "Move &Down"; + this.moveDownToolStripMenuItem.Click += new System.EventHandler(this.moveDownToolStripMenuItem_Click); + // + // selectAllToolStripMenuItem + // + this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; + this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); + this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(224, 22); + this.selectAllToolStripMenuItem.Text = "Select &All"; + this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click); + // + // optionsToolStripMenuItem + // + this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.definePreviousValueAsToolStripMenuItem, this.displayWatchesOnScreenToolStripMenuItem, this.saveWindowPositionToolStripMenuItem, this.AlwaysOnTopMenuItem, this.toolStripSeparator7, this.restoreWindowSizeToolStripMenuItem}); - this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; - this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); - // - // definePreviousValueAsToolStripMenuItem - // - this.definePreviousValueAsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; + this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); + this.optionsToolStripMenuItem.Text = "&Options"; + this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); + // + // definePreviousValueAsToolStripMenuItem + // + this.definePreviousValueAsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.previousFrameToolStripMenuItem, this.lastChangeToolStripMenuItem, this.originalToolStripMenuItem}); - this.definePreviousValueAsToolStripMenuItem.Name = "definePreviousValueAsToolStripMenuItem"; - this.definePreviousValueAsToolStripMenuItem.Size = new System.Drawing.Size(217, 22); - this.definePreviousValueAsToolStripMenuItem.Text = "Define Previous Value"; - this.definePreviousValueAsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.definePreviousValueAsToolStripMenuItem_DropDownOpened); - // - // previousFrameToolStripMenuItem - // - this.previousFrameToolStripMenuItem.Name = "previousFrameToolStripMenuItem"; - this.previousFrameToolStripMenuItem.Size = new System.Drawing.Size(155, 22); - this.previousFrameToolStripMenuItem.Text = "Previous Frame"; - this.previousFrameToolStripMenuItem.Click += new System.EventHandler(this.previousFrameToolStripMenuItem_Click); - // - // lastChangeToolStripMenuItem - // - this.lastChangeToolStripMenuItem.Name = "lastChangeToolStripMenuItem"; - this.lastChangeToolStripMenuItem.Size = new System.Drawing.Size(155, 22); - this.lastChangeToolStripMenuItem.Text = "Last Change"; - this.lastChangeToolStripMenuItem.Click += new System.EventHandler(this.lastChangeToolStripMenuItem_Click); - // - // originalToolStripMenuItem - // - this.originalToolStripMenuItem.Name = "originalToolStripMenuItem"; - this.originalToolStripMenuItem.Size = new System.Drawing.Size(155, 22); - this.originalToolStripMenuItem.Text = "&Original"; - this.originalToolStripMenuItem.Click += new System.EventHandler(this.originalToolStripMenuItem_Click); - // - // displayWatchesOnScreenToolStripMenuItem - // - this.displayWatchesOnScreenToolStripMenuItem.Name = "displayWatchesOnScreenToolStripMenuItem"; - this.displayWatchesOnScreenToolStripMenuItem.Size = new System.Drawing.Size(217, 22); - this.displayWatchesOnScreenToolStripMenuItem.Text = "Display Watches On Screen"; - this.displayWatchesOnScreenToolStripMenuItem.Click += new System.EventHandler(this.displayWatchesOnScreenToolStripMenuItem_Click); - // - // saveWindowPositionToolStripMenuItem - // - this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; - this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(217, 22); - this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; - this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); - // - // AlwaysOnTopMenuItem - // - this.AlwaysOnTopMenuItem.Name = "AlwaysOnTopMenuItem"; - this.AlwaysOnTopMenuItem.Size = new System.Drawing.Size(217, 22); - this.AlwaysOnTopMenuItem.Text = "&Always On Top"; - this.AlwaysOnTopMenuItem.Click += new System.EventHandler(this.AlwaysOnTopMenuItem_Click); - // - // toolStripSeparator7 - // - this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(214, 6); - // - // restoreWindowSizeToolStripMenuItem - // - this.restoreWindowSizeToolStripMenuItem.Name = "restoreWindowSizeToolStripMenuItem"; - this.restoreWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(217, 22); - this.restoreWindowSizeToolStripMenuItem.Text = "Restore Default Settings"; - this.restoreWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowSizeToolStripMenuItem_Click); - // - // viewToolStripMenuItem - // - this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.definePreviousValueAsToolStripMenuItem.Name = "definePreviousValueAsToolStripMenuItem"; + this.definePreviousValueAsToolStripMenuItem.Size = new System.Drawing.Size(217, 22); + this.definePreviousValueAsToolStripMenuItem.Text = "Define Previous Value"; + this.definePreviousValueAsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.definePreviousValueAsToolStripMenuItem_DropDownOpened); + // + // previousFrameToolStripMenuItem + // + this.previousFrameToolStripMenuItem.Name = "previousFrameToolStripMenuItem"; + this.previousFrameToolStripMenuItem.Size = new System.Drawing.Size(155, 22); + this.previousFrameToolStripMenuItem.Text = "Previous Frame"; + this.previousFrameToolStripMenuItem.Click += new System.EventHandler(this.previousFrameToolStripMenuItem_Click); + // + // lastChangeToolStripMenuItem + // + this.lastChangeToolStripMenuItem.Name = "lastChangeToolStripMenuItem"; + this.lastChangeToolStripMenuItem.Size = new System.Drawing.Size(155, 22); + this.lastChangeToolStripMenuItem.Text = "Last Change"; + this.lastChangeToolStripMenuItem.Click += new System.EventHandler(this.lastChangeToolStripMenuItem_Click); + // + // originalToolStripMenuItem + // + this.originalToolStripMenuItem.Name = "originalToolStripMenuItem"; + this.originalToolStripMenuItem.Size = new System.Drawing.Size(155, 22); + this.originalToolStripMenuItem.Text = "&Original"; + this.originalToolStripMenuItem.Click += new System.EventHandler(this.originalToolStripMenuItem_Click); + // + // displayWatchesOnScreenToolStripMenuItem + // + this.displayWatchesOnScreenToolStripMenuItem.Name = "displayWatchesOnScreenToolStripMenuItem"; + this.displayWatchesOnScreenToolStripMenuItem.Size = new System.Drawing.Size(217, 22); + this.displayWatchesOnScreenToolStripMenuItem.Text = "Display Watches On Screen"; + this.displayWatchesOnScreenToolStripMenuItem.Click += new System.EventHandler(this.displayWatchesOnScreenToolStripMenuItem_Click); + // + // saveWindowPositionToolStripMenuItem + // + this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; + this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(217, 22); + this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position"; + this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); + // + // AlwaysOnTopMenuItem + // + this.AlwaysOnTopMenuItem.Name = "AlwaysOnTopMenuItem"; + this.AlwaysOnTopMenuItem.Size = new System.Drawing.Size(217, 22); + this.AlwaysOnTopMenuItem.Text = "&Always On Top"; + this.AlwaysOnTopMenuItem.Click += new System.EventHandler(this.AlwaysOnTopMenuItem_Click); + // + // toolStripSeparator7 + // + this.toolStripSeparator7.Name = "toolStripSeparator7"; + this.toolStripSeparator7.Size = new System.Drawing.Size(214, 6); + // + // restoreWindowSizeToolStripMenuItem + // + this.restoreWindowSizeToolStripMenuItem.Name = "restoreWindowSizeToolStripMenuItem"; + this.restoreWindowSizeToolStripMenuItem.Size = new System.Drawing.Size(217, 22); + this.restoreWindowSizeToolStripMenuItem.Text = "Restore Default Settings"; + this.restoreWindowSizeToolStripMenuItem.Click += new System.EventHandler(this.restoreWindowSizeToolStripMenuItem_Click); + // + // viewToolStripMenuItem + // + this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ShowPreviousMenuItem, this.ShowChangesMenuItem, this.ShowDiffMenuItem, this.ShowDomainMenuItem}); - this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; - this.viewToolStripMenuItem.Size = new System.Drawing.Size(67, 20); - this.viewToolStripMenuItem.Text = "&Columns"; - this.viewToolStripMenuItem.DropDownOpened += new System.EventHandler(this.ColumnsSubMenu_DropDownOpened); - // - // ShowPreviousMenuItem - // - this.ShowPreviousMenuItem.Name = "ShowPreviousMenuItem"; - this.ShowPreviousMenuItem.Size = new System.Drawing.Size(156, 22); - this.ShowPreviousMenuItem.Text = "Previous Value"; - this.ShowPreviousMenuItem.Click += new System.EventHandler(this.showPreviousValueToolStripMenuItem_Click); - // - // ShowChangesMenuItem - // - this.ShowChangesMenuItem.Checked = true; - this.ShowChangesMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; - this.ShowChangesMenuItem.Name = "ShowChangesMenuItem"; - this.ShowChangesMenuItem.Size = new System.Drawing.Size(156, 22); - this.ShowChangesMenuItem.Text = "Change Counts"; - this.ShowChangesMenuItem.Click += new System.EventHandler(this.showChangeCountsToolStripMenuItem_Click); - // - // ShowDiffMenuItem - // - this.ShowDiffMenuItem.Name = "ShowDiffMenuItem"; - this.ShowDiffMenuItem.Size = new System.Drawing.Size(156, 22); - this.ShowDiffMenuItem.Text = "Difference"; - this.ShowDiffMenuItem.Click += new System.EventHandler(this.diffToolStripMenuItem_Click); - // - // ShowDomainMenuItem - // - this.ShowDomainMenuItem.Name = "ShowDomainMenuItem"; - this.ShowDomainMenuItem.Size = new System.Drawing.Size(156, 22); - this.ShowDomainMenuItem.Text = "Domain"; - this.ShowDomainMenuItem.Click += new System.EventHandler(this.domainToolStripMenuItem_Click); - // - // WatchListView - // - this.WatchListView.AllowColumnReorder = true; - this.WatchListView.AllowDrop = true; - this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; + this.viewToolStripMenuItem.Size = new System.Drawing.Size(67, 20); + this.viewToolStripMenuItem.Text = "&Columns"; + this.viewToolStripMenuItem.DropDownOpened += new System.EventHandler(this.ColumnsSubMenu_DropDownOpened); + // + // ShowPreviousMenuItem + // + this.ShowPreviousMenuItem.Name = "ShowPreviousMenuItem"; + this.ShowPreviousMenuItem.Size = new System.Drawing.Size(156, 22); + this.ShowPreviousMenuItem.Text = "Previous Value"; + this.ShowPreviousMenuItem.Click += new System.EventHandler(this.showPreviousValueToolStripMenuItem_Click); + // + // ShowChangesMenuItem + // + this.ShowChangesMenuItem.Checked = true; + this.ShowChangesMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; + this.ShowChangesMenuItem.Name = "ShowChangesMenuItem"; + this.ShowChangesMenuItem.Size = new System.Drawing.Size(156, 22); + this.ShowChangesMenuItem.Text = "Change Counts"; + this.ShowChangesMenuItem.Click += new System.EventHandler(this.showChangeCountsToolStripMenuItem_Click); + // + // ShowDiffMenuItem + // + this.ShowDiffMenuItem.Name = "ShowDiffMenuItem"; + this.ShowDiffMenuItem.Size = new System.Drawing.Size(156, 22); + this.ShowDiffMenuItem.Text = "Difference"; + this.ShowDiffMenuItem.Click += new System.EventHandler(this.diffToolStripMenuItem_Click); + // + // ShowDomainMenuItem + // + this.ShowDomainMenuItem.Name = "ShowDomainMenuItem"; + this.ShowDomainMenuItem.Size = new System.Drawing.Size(156, 22); + this.ShowDomainMenuItem.Text = "Domain"; + this.ShowDomainMenuItem.Click += new System.EventHandler(this.domainToolStripMenuItem_Click); + // + // WatchListView + // + this.WatchListView.AllowColumnReorder = true; + this.WatchListView.AllowDrop = true; + this.WatchListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.WatchListView.AutoArrange = false; - this.WatchListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.WatchListView.AutoArrange = false; + this.WatchListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.AddressColumn, this.ValueColumn, this.PrevColumn, @@ -851,96 +851,97 @@ this.DiffColumn, this.DomainColumn, this.NotesColumn}); - this.WatchListView.ContextMenuStrip = this.contextMenuStrip1; - this.WatchListView.FullRowSelect = true; - this.WatchListView.GridLines = true; - this.WatchListView.HideSelection = false; - this.WatchListView.ItemCount = 0; - this.WatchListView.Location = new System.Drawing.Point(16, 76); - this.WatchListView.Name = "WatchListView"; - this.WatchListView.selectedItem = -1; - this.WatchListView.Size = new System.Drawing.Size(327, 281); - this.WatchListView.TabIndex = 2; - this.WatchListView.UseCompatibleStateImageBehavior = false; - this.WatchListView.View = System.Windows.Forms.View.Details; - this.WatchListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.WatchListView_ColumnClick); - this.WatchListView.ColumnReordered += new System.Windows.Forms.ColumnReorderedEventHandler(this.WatchListView_ColumnReordered); - this.WatchListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragDrop); - this.WatchListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragEnter); - this.WatchListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WatchListView_KeyDown); - this.WatchListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.WatchListView_MouseDoubleClick); - // - // AddressColumn - // - this.AddressColumn.Name = "AddressColumn"; - this.AddressColumn.Text = "Address"; - // - // ValueColumn - // - this.ValueColumn.Name = "ValueColumn"; - this.ValueColumn.Text = "Value"; - this.ValueColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.ValueColumn.Width = 59; - // - // PrevColumn - // - this.PrevColumn.Name = "PrevColumn"; - this.PrevColumn.Text = "Prev"; - this.PrevColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.PrevColumn.Width = 59; - // - // ChangesColumn - // - this.ChangesColumn.Name = "ChangesColumn"; - this.ChangesColumn.Text = "Changes"; - this.ChangesColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.ChangesColumn.Width = 54; - // - // DiffColumn - // - this.DiffColumn.Name = "DiffColumn"; - this.DiffColumn.Text = "Diff"; - this.DiffColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; - this.DiffColumn.Width = 59; - // - // DomainColumn - // - this.DomainColumn.Name = "DomainColumn"; - this.DomainColumn.Text = "Domain"; - this.DomainColumn.Width = 55; - // - // NotesColumn - // - this.NotesColumn.Name = "NotesColumn"; - this.NotesColumn.Text = "Notes"; - this.NotesColumn.Width = 128; - // - // RamWatch - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(359, 378); - this.Controls.Add(this.MemDomainLabel); - this.Controls.Add(this.MessageLabel); - this.Controls.Add(this.WatchCountLabel); - this.Controls.Add(this.toolStrip1); - this.Controls.Add(this.menuStrip1); - this.Controls.Add(this.WatchListView); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "RamWatch"; - this.Text = "Ram Watch"; - this.Activated += new System.EventHandler(this.NewRamWatch_Activated); - this.Load += new System.EventHandler(this.NewRamWatch_Load); - this.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragDrop); - this.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragEnter); - this.Enter += new System.EventHandler(this.NewRamWatch_Enter); - this.contextMenuStrip1.ResumeLayout(false); - this.toolStrip1.ResumeLayout(false); - this.toolStrip1.PerformLayout(); - this.menuStrip1.ResumeLayout(false); - this.menuStrip1.PerformLayout(); - this.ResumeLayout(false); - this.PerformLayout(); + this.WatchListView.ContextMenuStrip = this.contextMenuStrip1; + this.WatchListView.FullRowSelect = true; + this.WatchListView.GridLines = true; + this.WatchListView.HideSelection = false; + this.WatchListView.ItemCount = 0; + this.WatchListView.Location = new System.Drawing.Point(16, 76); + this.WatchListView.Name = "WatchListView"; + this.WatchListView.selectedItem = -1; + this.WatchListView.Size = new System.Drawing.Size(327, 281); + this.WatchListView.TabIndex = 2; + this.WatchListView.UseCompatibleStateImageBehavior = false; + this.WatchListView.View = System.Windows.Forms.View.Details; + this.WatchListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.WatchListView_ColumnClick); + this.WatchListView.ColumnReordered += new System.Windows.Forms.ColumnReorderedEventHandler(this.WatchListView_ColumnReordered); + this.WatchListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragDrop); + this.WatchListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragEnter); + this.WatchListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WatchListView_KeyDown); + this.WatchListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.WatchListView_MouseDoubleClick); + // + // AddressColumn + // + this.AddressColumn.Name = "AddressColumn"; + this.AddressColumn.Text = "Address"; + // + // ValueColumn + // + this.ValueColumn.Name = "ValueColumn"; + this.ValueColumn.Text = "Value"; + this.ValueColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.ValueColumn.Width = 59; + // + // PrevColumn + // + this.PrevColumn.Name = "PrevColumn"; + this.PrevColumn.Text = "Prev"; + this.PrevColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.PrevColumn.Width = 59; + // + // ChangesColumn + // + this.ChangesColumn.Name = "ChangesColumn"; + this.ChangesColumn.Text = "Changes"; + this.ChangesColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.ChangesColumn.Width = 54; + // + // DiffColumn + // + this.DiffColumn.Name = "DiffColumn"; + this.DiffColumn.Text = "Diff"; + this.DiffColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.DiffColumn.Width = 59; + // + // DomainColumn + // + this.DomainColumn.Name = "DomainColumn"; + this.DomainColumn.Text = "Domain"; + this.DomainColumn.Width = 55; + // + // NotesColumn + // + this.NotesColumn.Name = "NotesColumn"; + this.NotesColumn.Text = "Notes"; + this.NotesColumn.Width = 128; + // + // RamWatch + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(359, 378); + this.Controls.Add(this.MemDomainLabel); + this.Controls.Add(this.MessageLabel); + this.Controls.Add(this.WatchCountLabel); + this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.menuStrip1); + this.Controls.Add(this.WatchListView); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "RamWatch"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "Ram Watch"; + this.Activated += new System.EventHandler(this.NewRamWatch_Activated); + this.Load += new System.EventHandler(this.NewRamWatch_Load); + this.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragDrop); + this.DragEnter += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragEnter); + this.Enter += new System.EventHandler(this.NewRamWatch_Enter); + this.contextMenuStrip1.ResumeLayout(false); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); } diff --git a/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.Designer.cs b/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.Designer.cs index c4ced4c41d..2b2b466b60 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/WatchEditor.Designer.cs @@ -28,184 +28,185 @@ /// private void InitializeComponent() { - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.AddressBox = new HexTextBox(); - this.NotesBox = new System.Windows.Forms.TextBox(); - this.OK = new System.Windows.Forms.Button(); - this.Cancel = new System.Windows.Forms.Button(); - this.label6 = new System.Windows.Forms.Label(); - this.DomainDropDown = new System.Windows.Forms.ComboBox(); - this.label3 = new System.Windows.Forms.Label(); - this.SizeDropDown = new System.Windows.Forms.ComboBox(); - this.DisplayTypeLael = new System.Windows.Forms.Label(); - this.DisplayTypeDropDown = new System.Windows.Forms.ComboBox(); - this.BigEndianCheckBox = new System.Windows.Forms.CheckBox(); - this.SuspendLayout(); - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(9, 9); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(62, 13); - this.label1.TabIndex = 0; - this.label1.Text = "Address: 0x"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(9, 35); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(38, 13); - this.label2.TabIndex = 1; - this.label2.Text = "Notes:"; - // - // AddressBox - // - this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; - this.AddressBox.Location = new System.Drawing.Point(69, 6); - this.AddressBox.MaxLength = 8; - this.AddressBox.Name = "AddressBox"; - this.AddressBox.Nullable = false; - this.AddressBox.Size = new System.Drawing.Size(100, 20); - this.AddressBox.TabIndex = 1; - this.AddressBox.Text = "00000000"; - // - // NotesBox - // - this.NotesBox.Location = new System.Drawing.Point(69, 32); - this.NotesBox.MaxLength = 256; - this.NotesBox.Name = "NotesBox"; - this.NotesBox.Size = new System.Drawing.Size(100, 20); - this.NotesBox.TabIndex = 5; - // - // OK - // - this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.OK.Location = new System.Drawing.Point(12, 260); - this.OK.Name = "OK"; - this.OK.Size = new System.Drawing.Size(75, 23); - this.OK.TabIndex = 30; - this.OK.Text = "Ok"; - this.OK.UseVisualStyleBackColor = true; - this.OK.Click += new System.EventHandler(this.OK_Click); - // - // 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(123, 260); - this.Cancel.Name = "Cancel"; - this.Cancel.Size = new System.Drawing.Size(75, 23); - this.Cancel.TabIndex = 35; - this.Cancel.Text = "Cancel"; - this.Cancel.UseVisualStyleBackColor = true; - this.Cancel.Click += new System.EventHandler(this.Cancel_Click); - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(11, 214); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(83, 13); - this.label6.TabIndex = 15; - this.label6.Text = "Memory Domain"; - // - // DomainDropDown - // - this.DomainDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.DomainDropDown.FormattingEnabled = true; - this.DomainDropDown.Location = new System.Drawing.Point(12, 230); - this.DomainDropDown.Name = "DomainDropDown"; - this.DomainDropDown.Size = new System.Drawing.Size(141, 21); - this.DomainDropDown.TabIndex = 25; - this.DomainDropDown.SelectedIndexChanged += new System.EventHandler(this.DomainComboBox_SelectedIndexChanged); - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(9, 64); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(27, 13); - this.label3.TabIndex = 17; - this.label3.Text = "Size"; - // - // SizeDropDown - // - this.SizeDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.SizeDropDown.FormattingEnabled = true; - this.SizeDropDown.Items.AddRange(new object[] { + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.AddressBox = new BizHawk.Client.EmuHawk.HexTextBox(); + this.NotesBox = new System.Windows.Forms.TextBox(); + this.OK = new System.Windows.Forms.Button(); + this.Cancel = new System.Windows.Forms.Button(); + this.label6 = new System.Windows.Forms.Label(); + this.DomainDropDown = new System.Windows.Forms.ComboBox(); + this.label3 = new System.Windows.Forms.Label(); + this.SizeDropDown = new System.Windows.Forms.ComboBox(); + this.DisplayTypeLael = new System.Windows.Forms.Label(); + this.DisplayTypeDropDown = new System.Windows.Forms.ComboBox(); + this.BigEndianCheckBox = new System.Windows.Forms.CheckBox(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(9, 9); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(62, 13); + this.label1.TabIndex = 0; + this.label1.Text = "Address: 0x"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(9, 35); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(38, 13); + this.label2.TabIndex = 1; + this.label2.Text = "Notes:"; + // + // AddressBox + // + this.AddressBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; + this.AddressBox.Location = new System.Drawing.Point(69, 6); + this.AddressBox.MaxLength = 8; + this.AddressBox.Name = "AddressBox"; + this.AddressBox.Nullable = false; + this.AddressBox.Size = new System.Drawing.Size(100, 20); + this.AddressBox.TabIndex = 1; + this.AddressBox.Text = "00000000"; + // + // NotesBox + // + this.NotesBox.Location = new System.Drawing.Point(69, 32); + this.NotesBox.MaxLength = 256; + this.NotesBox.Name = "NotesBox"; + this.NotesBox.Size = new System.Drawing.Size(100, 20); + this.NotesBox.TabIndex = 5; + // + // OK + // + this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.OK.Location = new System.Drawing.Point(12, 260); + this.OK.Name = "OK"; + this.OK.Size = new System.Drawing.Size(75, 23); + this.OK.TabIndex = 30; + this.OK.Text = "Ok"; + this.OK.UseVisualStyleBackColor = true; + this.OK.Click += new System.EventHandler(this.OK_Click); + // + // 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(123, 260); + this.Cancel.Name = "Cancel"; + this.Cancel.Size = new System.Drawing.Size(75, 23); + this.Cancel.TabIndex = 35; + this.Cancel.Text = "Cancel"; + this.Cancel.UseVisualStyleBackColor = true; + this.Cancel.Click += new System.EventHandler(this.Cancel_Click); + // + // label6 + // + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(11, 214); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(83, 13); + this.label6.TabIndex = 15; + this.label6.Text = "Memory Domain"; + // + // DomainDropDown + // + this.DomainDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.DomainDropDown.FormattingEnabled = true; + this.DomainDropDown.Location = new System.Drawing.Point(12, 230); + this.DomainDropDown.Name = "DomainDropDown"; + this.DomainDropDown.Size = new System.Drawing.Size(141, 21); + this.DomainDropDown.TabIndex = 25; + this.DomainDropDown.SelectedIndexChanged += new System.EventHandler(this.DomainComboBox_SelectedIndexChanged); + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(9, 64); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(27, 13); + this.label3.TabIndex = 17; + this.label3.Text = "Size"; + // + // SizeDropDown + // + this.SizeDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.SizeDropDown.FormattingEnabled = true; + this.SizeDropDown.Items.AddRange(new object[] { "1 Byte", "2 Byte", "4 Byte"}); - this.SizeDropDown.Location = new System.Drawing.Point(10, 80); - this.SizeDropDown.Name = "SizeDropDown"; - this.SizeDropDown.Size = new System.Drawing.Size(141, 21); - this.SizeDropDown.TabIndex = 10; - this.SizeDropDown.SelectedIndexChanged += new System.EventHandler(this.SizeDropDown_SelectedIndexChanged); - // - // DisplayTypeLael - // - this.DisplayTypeLael.AutoSize = true; - this.DisplayTypeLael.Location = new System.Drawing.Point(11, 106); - this.DisplayTypeLael.Name = "DisplayTypeLael"; - this.DisplayTypeLael.Size = new System.Drawing.Size(68, 13); - this.DisplayTypeLael.TabIndex = 19; - this.DisplayTypeLael.Text = "Display Type"; - // - // DisplayTypeDropDown - // - this.DisplayTypeDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.DisplayTypeDropDown.FormattingEnabled = true; - this.DisplayTypeDropDown.Items.AddRange(new object[] { + this.SizeDropDown.Location = new System.Drawing.Point(10, 80); + this.SizeDropDown.Name = "SizeDropDown"; + this.SizeDropDown.Size = new System.Drawing.Size(141, 21); + this.SizeDropDown.TabIndex = 10; + this.SizeDropDown.SelectedIndexChanged += new System.EventHandler(this.SizeDropDown_SelectedIndexChanged); + // + // DisplayTypeLael + // + this.DisplayTypeLael.AutoSize = true; + this.DisplayTypeLael.Location = new System.Drawing.Point(11, 106); + this.DisplayTypeLael.Name = "DisplayTypeLael"; + this.DisplayTypeLael.Size = new System.Drawing.Size(68, 13); + this.DisplayTypeLael.TabIndex = 19; + this.DisplayTypeLael.Text = "Display Type"; + // + // DisplayTypeDropDown + // + this.DisplayTypeDropDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.DisplayTypeDropDown.FormattingEnabled = true; + this.DisplayTypeDropDown.Items.AddRange(new object[] { "1 Byte", "2 Byte", "4 Byte"}); - this.DisplayTypeDropDown.Location = new System.Drawing.Point(12, 122); - this.DisplayTypeDropDown.Name = "DisplayTypeDropDown"; - this.DisplayTypeDropDown.Size = new System.Drawing.Size(141, 21); - this.DisplayTypeDropDown.TabIndex = 15; - this.DisplayTypeDropDown.SelectedIndexChanged += new System.EventHandler(this.DisplayTypeDropDown_SelectedIndexChanged); - // - // BigEndianCheckBox - // - this.BigEndianCheckBox.AutoSize = true; - this.BigEndianCheckBox.Location = new System.Drawing.Point(14, 159); - this.BigEndianCheckBox.Name = "BigEndianCheckBox"; - this.BigEndianCheckBox.Size = new System.Drawing.Size(77, 17); - this.BigEndianCheckBox.TabIndex = 20; - this.BigEndianCheckBox.Text = "Big Endian"; - this.BigEndianCheckBox.UseVisualStyleBackColor = true; - // - // WatchEditor - // - 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(213, 296); - this.Controls.Add(this.BigEndianCheckBox); - this.Controls.Add(this.DisplayTypeLael); - this.Controls.Add(this.DisplayTypeDropDown); - this.Controls.Add(this.label3); - this.Controls.Add(this.SizeDropDown); - this.Controls.Add(this.label6); - this.Controls.Add(this.DomainDropDown); - this.Controls.Add(this.Cancel); - this.Controls.Add(this.OK); - this.Controls.Add(this.NotesBox); - this.Controls.Add(this.AddressBox); - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "WatchEditor"; - this.Text = "New Watch"; - this.Load += new System.EventHandler(this.RamWatchNewWatch_Load); - this.ResumeLayout(false); - this.PerformLayout(); + this.DisplayTypeDropDown.Location = new System.Drawing.Point(12, 122); + this.DisplayTypeDropDown.Name = "DisplayTypeDropDown"; + this.DisplayTypeDropDown.Size = new System.Drawing.Size(141, 21); + this.DisplayTypeDropDown.TabIndex = 15; + this.DisplayTypeDropDown.SelectedIndexChanged += new System.EventHandler(this.DisplayTypeDropDown_SelectedIndexChanged); + // + // BigEndianCheckBox + // + this.BigEndianCheckBox.AutoSize = true; + this.BigEndianCheckBox.Location = new System.Drawing.Point(14, 159); + this.BigEndianCheckBox.Name = "BigEndianCheckBox"; + this.BigEndianCheckBox.Size = new System.Drawing.Size(77, 17); + this.BigEndianCheckBox.TabIndex = 20; + this.BigEndianCheckBox.Text = "Big Endian"; + this.BigEndianCheckBox.UseVisualStyleBackColor = true; + // + // WatchEditor + // + 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(213, 296); + this.Controls.Add(this.BigEndianCheckBox); + this.Controls.Add(this.DisplayTypeLael); + this.Controls.Add(this.DisplayTypeDropDown); + this.Controls.Add(this.label3); + this.Controls.Add(this.SizeDropDown); + this.Controls.Add(this.label6); + this.Controls.Add(this.DomainDropDown); + this.Controls.Add(this.Cancel); + this.Controls.Add(this.OK); + this.Controls.Add(this.NotesBox); + this.Controls.Add(this.AddressBox); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "WatchEditor"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; + this.Text = "New Watch"; + this.Load += new System.EventHandler(this.RamWatchNewWatch_Load); + this.ResumeLayout(false); + this.PerformLayout(); }