BizHawk/BizHawk.Client.EmuHawk/config/GuiOptions.Designer.cs

959 lines
40 KiB
C#

namespace BizHawk.Client.EmuHawk
{
partial class EmuHawkOptions
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.OkBtn = new System.Windows.Forms.Button();
this.CancelBtn = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label14 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SingleInstanceModeCheckbox = new System.Windows.Forms.CheckBox();
this.NeverAskSaveCheckbox = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.AcceptBackgroundInputCheckbox = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.RunInBackgroundCheckbox = new System.Windows.Forms.CheckBox();
this.ShowMenuInFullScreenCheckbox = new System.Windows.Forms.CheckBox();
this.SaveWindowPositionCheckbox = new System.Windows.Forms.CheckBox();
this.EnableContextMenuCheckbox = new System.Windows.Forms.CheckBox();
this.StartPausedCheckbox = new System.Windows.Forms.CheckBox();
this.PauseWhenMenuActivatedCheckbox = new System.Windows.Forms.CheckBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.KbLabel = new System.Windows.Forms.Label();
this.BigScreenshotNumeric = new System.Windows.Forms.NumericUpDown();
this.SaveLargeScreenshotsCheckbox = new System.Windows.Forms.CheckBox();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.FrameAdvSkipLagCheckbox = new System.Windows.Forms.CheckBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.BackupSRamCheckbox = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.ScreenshotInStatesCheckbox = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.BackupSavestatesCheckbox = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.LogWindowAsConsoleCheckbox = new System.Windows.Forms.CheckBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.IncreaseRecentBtn = new System.Windows.Forms.Button();
this.DecreaseRecentBtn = new System.Windows.Forms.Button();
this.RecentGroupBox = new System.Windows.Forms.GroupBox();
this.label19 = new System.Windows.Forms.Label();
this.RecentSearchesNumeric = new System.Windows.Forms.NumericUpDown();
this.label20 = new System.Windows.Forms.Label();
this.RecentWatchesNumeric = new System.Windows.Forms.NumericUpDown();
this.label21 = new System.Windows.Forms.Label();
this.RecentLuaSessionsNumeric = new System.Windows.Forms.NumericUpDown();
this.label22 = new System.Windows.Forms.Label();
this.RecentLuaScriptNumeric = new System.Windows.Forms.NumericUpDown();
this.label23 = new System.Windows.Forms.Label();
this.RecentPceCDLNumeric = new System.Windows.Forms.NumericUpDown();
this.label18 = new System.Windows.Forms.Label();
this.RecentTblNumeric = new System.Windows.Forms.NumericUpDown();
this.label16 = new System.Windows.Forms.Label();
this.RecentCheatsNumeric = new System.Windows.Forms.NumericUpDown();
this.label17 = new System.Windows.Forms.Label();
this.RecentMoviesNumeric = new System.Windows.Forms.NumericUpDown();
this.label15 = new System.Windows.Forms.Label();
this.RecentRomsNumeric = new System.Windows.Forms.NumericUpDown();
this.label11 = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.StartFullScreenCheckbox = new System.Windows.Forms.CheckBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BigScreenshotNumeric)).BeginInit();
this.tabPage2.SuspendLayout();
this.RecentGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.RecentSearchesNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentWatchesNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentLuaSessionsNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentLuaScriptNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentPceCDLNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentTblNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentCheatsNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentMoviesNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RecentRomsNumeric)).BeginInit();
this.SuspendLayout();
//
// OkBtn
//
this.OkBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.OkBtn.Location = new System.Drawing.Point(280, 367);
this.OkBtn.Name = "OkBtn";
this.OkBtn.Size = new System.Drawing.Size(60, 23);
this.OkBtn.TabIndex = 0;
this.OkBtn.Text = "&Ok";
this.OkBtn.UseVisualStyleBackColor = true;
this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click);
//
// CancelBtn
//
this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelBtn.Location = new System.Drawing.Point(346, 367);
this.CancelBtn.Name = "CancelBtn";
this.CancelBtn.Size = new System.Drawing.Size(60, 23);
this.CancelBtn.TabIndex = 1;
this.CancelBtn.Text = "&Cancel";
this.CancelBtn.UseVisualStyleBackColor = true;
this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(394, 349);
this.tabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.StartFullScreenCheckbox);
this.tabPage1.Controls.Add(this.label14);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.SingleInstanceModeCheckbox);
this.tabPage1.Controls.Add(this.NeverAskSaveCheckbox);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.AcceptBackgroundInputCheckbox);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.RunInBackgroundCheckbox);
this.tabPage1.Controls.Add(this.ShowMenuInFullScreenCheckbox);
this.tabPage1.Controls.Add(this.SaveWindowPositionCheckbox);
this.tabPage1.Controls.Add(this.EnableContextMenuCheckbox);
this.tabPage1.Controls.Add(this.StartPausedCheckbox);
this.tabPage1.Controls.Add(this.PauseWhenMenuActivatedCheckbox);
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(386, 323);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "General";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(26, 299);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(303, 13);
this.label14.TabIndex = 12;
this.label14.Text = "Note: Requires closing and reopening EmuHawk to take effect";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(26, 285);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(272, 13);
this.label3.TabIndex = 11;
this.label3.Text = "Enable to force only one instance of EmuHawk at a time";
//
// SingleInstanceModeCheckbox
//
this.SingleInstanceModeCheckbox.AutoSize = true;
this.SingleInstanceModeCheckbox.Location = new System.Drawing.Point(6, 265);
this.SingleInstanceModeCheckbox.Name = "SingleInstanceModeCheckbox";
this.SingleInstanceModeCheckbox.Size = new System.Drawing.Size(127, 17);
this.SingleInstanceModeCheckbox.TabIndex = 10;
this.SingleInstanceModeCheckbox.Text = "Single instance mode";
this.SingleInstanceModeCheckbox.UseVisualStyleBackColor = true;
//
// NeverAskSaveCheckbox
//
this.NeverAskSaveCheckbox.AutoSize = true;
this.NeverAskSaveCheckbox.Location = new System.Drawing.Point(6, 146);
this.NeverAskSaveCheckbox.Name = "NeverAskSaveCheckbox";
this.NeverAskSaveCheckbox.Size = new System.Drawing.Size(184, 17);
this.NeverAskSaveCheckbox.TabIndex = 6;
this.NeverAskSaveCheckbox.Text = "Never be asked to save changes";
this.NeverAskSaveCheckbox.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(26, 245);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(349, 13);
this.label2.TabIndex = 8;
this.label2.Text = "When this is set, the client will receive user input even when focus is lost";
//
// AcceptBackgroundInputCheckbox
//
this.AcceptBackgroundInputCheckbox.AutoSize = true;
this.AcceptBackgroundInputCheckbox.Location = new System.Drawing.Point(6, 225);
this.AcceptBackgroundInputCheckbox.Name = "AcceptBackgroundInputCheckbox";
this.AcceptBackgroundInputCheckbox.Size = new System.Drawing.Size(146, 17);
this.AcceptBackgroundInputCheckbox.TabIndex = 8;
this.AcceptBackgroundInputCheckbox.Text = "Accept background input";
this.AcceptBackgroundInputCheckbox.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 201);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(315, 13);
this.label1.TabIndex = 6;
this.label1.Text = "When this is set, the client will continue to run when it loses focus";
//
// RunInBackgroundCheckbox
//
this.RunInBackgroundCheckbox.AutoSize = true;
this.RunInBackgroundCheckbox.Location = new System.Drawing.Point(6, 181);
this.RunInBackgroundCheckbox.Name = "RunInBackgroundCheckbox";
this.RunInBackgroundCheckbox.Size = new System.Drawing.Size(117, 17);
this.RunInBackgroundCheckbox.TabIndex = 7;
this.RunInBackgroundCheckbox.Text = "Run in background";
this.RunInBackgroundCheckbox.UseVisualStyleBackColor = true;
//
// ShowMenuInFullScreenCheckbox
//
this.ShowMenuInFullScreenCheckbox.AutoSize = true;
this.ShowMenuInFullScreenCheckbox.Location = new System.Drawing.Point(6, 40);
this.ShowMenuInFullScreenCheckbox.Name = "ShowMenuInFullScreenCheckbox";
this.ShowMenuInFullScreenCheckbox.Size = new System.Drawing.Size(147, 17);
this.ShowMenuInFullScreenCheckbox.TabIndex = 1;
this.ShowMenuInFullScreenCheckbox.Text = "Show Menu in FullScreen";
this.ShowMenuInFullScreenCheckbox.UseVisualStyleBackColor = true;
//
// SaveWindowPositionCheckbox
//
this.SaveWindowPositionCheckbox.AutoSize = true;
this.SaveWindowPositionCheckbox.Location = new System.Drawing.Point(6, 123);
this.SaveWindowPositionCheckbox.Name = "SaveWindowPositionCheckbox";
this.SaveWindowPositionCheckbox.Size = new System.Drawing.Size(133, 17);
this.SaveWindowPositionCheckbox.TabIndex = 5;
this.SaveWindowPositionCheckbox.Text = "Save Window Position";
this.SaveWindowPositionCheckbox.UseVisualStyleBackColor = true;
//
// EnableContextMenuCheckbox
//
this.EnableContextMenuCheckbox.AutoSize = true;
this.EnableContextMenuCheckbox.Location = new System.Drawing.Point(6, 63);
this.EnableContextMenuCheckbox.Name = "EnableContextMenuCheckbox";
this.EnableContextMenuCheckbox.Size = new System.Drawing.Size(128, 17);
this.EnableContextMenuCheckbox.TabIndex = 2;
this.EnableContextMenuCheckbox.Text = "Enable Context Menu";
this.EnableContextMenuCheckbox.UseVisualStyleBackColor = true;
//
// StartPausedCheckbox
//
this.StartPausedCheckbox.AutoSize = true;
this.StartPausedCheckbox.Location = new System.Drawing.Point(6, 100);
this.StartPausedCheckbox.Name = "StartPausedCheckbox";
this.StartPausedCheckbox.Size = new System.Drawing.Size(86, 17);
this.StartPausedCheckbox.TabIndex = 4;
this.StartPausedCheckbox.Text = "Start paused";
this.StartPausedCheckbox.UseVisualStyleBackColor = true;
//
// PauseWhenMenuActivatedCheckbox
//
this.PauseWhenMenuActivatedCheckbox.AutoSize = true;
this.PauseWhenMenuActivatedCheckbox.Location = new System.Drawing.Point(6, 17);
this.PauseWhenMenuActivatedCheckbox.Name = "PauseWhenMenuActivatedCheckbox";
this.PauseWhenMenuActivatedCheckbox.Size = new System.Drawing.Size(161, 17);
this.PauseWhenMenuActivatedCheckbox.TabIndex = 0;
this.PauseWhenMenuActivatedCheckbox.Text = "Pause when menu activated";
this.PauseWhenMenuActivatedCheckbox.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.KbLabel);
this.tabPage3.Controls.Add(this.BigScreenshotNumeric);
this.tabPage3.Controls.Add(this.SaveLargeScreenshotsCheckbox);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Controls.Add(this.label13);
this.tabPage3.Controls.Add(this.FrameAdvSkipLagCheckbox);
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.BackupSRamCheckbox);
this.tabPage3.Controls.Add(this.label8);
this.tabPage3.Controls.Add(this.label7);
this.tabPage3.Controls.Add(this.ScreenshotInStatesCheckbox);
this.tabPage3.Controls.Add(this.label6);
this.tabPage3.Controls.Add(this.label5);
this.tabPage3.Controls.Add(this.BackupSavestatesCheckbox);
this.tabPage3.Controls.Add(this.label4);
this.tabPage3.Controls.Add(this.LogWindowAsConsoleCheckbox);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(386, 323);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Advanced";
this.tabPage3.UseVisualStyleBackColor = true;
//
// KbLabel
//
this.KbLabel.AutoSize = true;
this.KbLabel.Location = new System.Drawing.Point(213, 155);
this.KbLabel.Name = "KbLabel";
this.KbLabel.Size = new System.Drawing.Size(19, 13);
this.KbLabel.TabIndex = 17;
this.KbLabel.Text = "kb";
//
// BigScreenshotNumeric
//
this.BigScreenshotNumeric.Location = new System.Drawing.Point(155, 151);
this.BigScreenshotNumeric.Maximum = new decimal(new int[] {
8192,
0,
0,
0});
this.BigScreenshotNumeric.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.BigScreenshotNumeric.Name = "BigScreenshotNumeric";
this.BigScreenshotNumeric.Size = new System.Drawing.Size(58, 20);
this.BigScreenshotNumeric.TabIndex = 16;
this.BigScreenshotNumeric.Value = new decimal(new int[] {
128,
0,
0,
0});
//
// SaveLargeScreenshotsCheckbox
//
this.SaveLargeScreenshotsCheckbox.AutoSize = true;
this.SaveLargeScreenshotsCheckbox.Location = new System.Drawing.Point(27, 153);
this.SaveLargeScreenshotsCheckbox.Name = "SaveLargeScreenshotsCheckbox";
this.SaveLargeScreenshotsCheckbox.Size = new System.Drawing.Size(131, 17);
this.SaveLargeScreenshotsCheckbox.TabIndex = 15;
this.SaveLargeScreenshotsCheckbox.Text = "And large screenshots";
this.SaveLargeScreenshotsCheckbox.UseVisualStyleBackColor = true;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(24, 295);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(231, 13);
this.label12.TabIndex = 14;
this.label12.Text = "frames in which no input was polled (lag frames)";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(24, 282);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(268, 13);
this.label13.TabIndex = 13;
this.label13.Text = "When enabled, the frame advance button will skip over";
//
// FrameAdvSkipLagCheckbox
//
this.FrameAdvSkipLagCheckbox.AutoSize = true;
this.FrameAdvSkipLagCheckbox.Location = new System.Drawing.Point(6, 262);
this.FrameAdvSkipLagCheckbox.Name = "FrameAdvSkipLagCheckbox";
this.FrameAdvSkipLagCheckbox.Size = new System.Drawing.Size(241, 17);
this.FrameAdvSkipLagCheckbox.TabIndex = 12;
this.FrameAdvSkipLagCheckbox.Text = "Frame advance button skips non-input frames";
this.FrameAdvSkipLagCheckbox.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(24, 236);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(99, 13);
this.label9.TabIndex = 11;
this.label9.Text = "before overwriting it";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(24, 223);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(277, 13);
this.label10.TabIndex = 10;
this.label10.Text = "When set, the client will make a backup copy of saveram";
//
// BackupSRamCheckbox
//
this.BackupSRamCheckbox.AutoSize = true;
this.BackupSRamCheckbox.Location = new System.Drawing.Point(4, 207);
this.BackupSRamCheckbox.Name = "BackupSRamCheckbox";
this.BackupSRamCheckbox.Size = new System.Drawing.Size(108, 17);
this.BackupSRamCheckbox.TabIndex = 9;
this.BackupSRamCheckbox.Text = "Backup Saveram";
this.BackupSRamCheckbox.UseVisualStyleBackColor = true;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(24, 186);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(183, 13);
this.label8.TabIndex = 8;
this.label8.Text = "black screen on the frame it is loaded";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(24, 172);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(290, 13);
this.label7.TabIndex = 7;
this.label7.Text = "Saves a screenshot and loads it on loadstate so there isn\'t a";
//
// ScreenshotInStatesCheckbox
//
this.ScreenshotInStatesCheckbox.AutoSize = true;
this.ScreenshotInStatesCheckbox.Location = new System.Drawing.Point(4, 134);
this.ScreenshotInStatesCheckbox.Name = "ScreenshotInStatesCheckbox";
this.ScreenshotInStatesCheckbox.Size = new System.Drawing.Size(180, 17);
this.ScreenshotInStatesCheckbox.TabIndex = 6;
this.ScreenshotInStatesCheckbox.Text = "Save a screenshot in savestates";
this.ScreenshotInStatesCheckbox.UseVisualStyleBackColor = true;
this.ScreenshotInStatesCheckbox.CheckedChanged += new System.EventHandler(this.ScreenshotInStatesCheckbox_CheckedChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(24, 107);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(99, 13);
this.label6.TabIndex = 5;
this.label6.Text = "before overwriting it";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(24, 94);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(292, 13);
this.label5.TabIndex = 4;
this.label5.Text = "When set, the client will make a backup copy of a savestate";
//
// BackupSavestatesCheckbox
//
this.BackupSavestatesCheckbox.AutoSize = true;
this.BackupSavestatesCheckbox.Location = new System.Drawing.Point(6, 74);
this.BackupSavestatesCheckbox.Name = "BackupSavestatesCheckbox";
this.BackupSavestatesCheckbox.Size = new System.Drawing.Size(119, 17);
this.BackupSavestatesCheckbox.TabIndex = 3;
this.BackupSavestatesCheckbox.Text = "Backup Savestates";
this.BackupSavestatesCheckbox.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(24, 37);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(234, 13);
this.label4.TabIndex = 2;
this.label4.Text = "If off, the log window will be a dialog box instead";
//
// LogWindowAsConsoleCheckbox
//
this.LogWindowAsConsoleCheckbox.AutoSize = true;
this.LogWindowAsConsoleCheckbox.Location = new System.Drawing.Point(6, 17);
this.LogWindowAsConsoleCheckbox.Name = "LogWindowAsConsoleCheckbox";
this.LogWindowAsConsoleCheckbox.Size = new System.Drawing.Size(233, 17);
this.LogWindowAsConsoleCheckbox.TabIndex = 1;
this.LogWindowAsConsoleCheckbox.Text = "Create the log window as a console window";
this.LogWindowAsConsoleCheckbox.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.IncreaseRecentBtn);
this.tabPage2.Controls.Add(this.DecreaseRecentBtn);
this.tabPage2.Controls.Add(this.RecentGroupBox);
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(386, 323);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Recent Menus";
this.tabPage2.UseVisualStyleBackColor = true;
//
// IncreaseRecentBtn
//
this.IncreaseRecentBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.IncreaseRecentBtn.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Forward;
this.IncreaseRecentBtn.Location = new System.Drawing.Point(357, 14);
this.IncreaseRecentBtn.Name = "IncreaseRecentBtn";
this.IncreaseRecentBtn.Size = new System.Drawing.Size(23, 23);
this.IncreaseRecentBtn.TabIndex = 5;
this.IncreaseRecentBtn.UseVisualStyleBackColor = true;
this.IncreaseRecentBtn.Click += new System.EventHandler(this.IncreaseRecentBtn_Click);
//
// DecreaseRecentBtn
//
this.DecreaseRecentBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.DecreaseRecentBtn.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Back;
this.DecreaseRecentBtn.Location = new System.Drawing.Point(335, 14);
this.DecreaseRecentBtn.Name = "DecreaseRecentBtn";
this.DecreaseRecentBtn.Size = new System.Drawing.Size(23, 23);
this.DecreaseRecentBtn.TabIndex = 3;
this.DecreaseRecentBtn.UseVisualStyleBackColor = true;
this.DecreaseRecentBtn.Click += new System.EventHandler(this.DecreaseRecentBtn_Click);
//
// RecentGroupBox
//
this.RecentGroupBox.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.RecentGroupBox.Controls.Add(this.label19);
this.RecentGroupBox.Controls.Add(this.RecentSearchesNumeric);
this.RecentGroupBox.Controls.Add(this.label20);
this.RecentGroupBox.Controls.Add(this.RecentWatchesNumeric);
this.RecentGroupBox.Controls.Add(this.label21);
this.RecentGroupBox.Controls.Add(this.RecentLuaSessionsNumeric);
this.RecentGroupBox.Controls.Add(this.label22);
this.RecentGroupBox.Controls.Add(this.RecentLuaScriptNumeric);
this.RecentGroupBox.Controls.Add(this.label23);
this.RecentGroupBox.Controls.Add(this.RecentPceCDLNumeric);
this.RecentGroupBox.Controls.Add(this.label18);
this.RecentGroupBox.Controls.Add(this.RecentTblNumeric);
this.RecentGroupBox.Controls.Add(this.label16);
this.RecentGroupBox.Controls.Add(this.RecentCheatsNumeric);
this.RecentGroupBox.Controls.Add(this.label17);
this.RecentGroupBox.Controls.Add(this.RecentMoviesNumeric);
this.RecentGroupBox.Controls.Add(this.label15);
this.RecentGroupBox.Controls.Add(this.RecentRomsNumeric);
this.RecentGroupBox.Controls.Add(this.label11);
this.RecentGroupBox.Location = new System.Drawing.Point(15, 37);
this.RecentGroupBox.Name = "RecentGroupBox";
this.RecentGroupBox.Size = new System.Drawing.Size(365, 280);
this.RecentGroupBox.TabIndex = 2;
this.RecentGroupBox.TabStop = false;
this.RecentGroupBox.Text = "Max number of recent files";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(15, 122);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(90, 13);
this.label19.TabIndex = 18;
this.label19.Text = "Translation tables";
//
// RecentSearchesNumeric
//
this.RecentSearchesNumeric.Location = new System.Drawing.Point(276, 105);
this.RecentSearchesNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentSearchesNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentSearchesNumeric.Name = "RecentSearchesNumeric";
this.RecentSearchesNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentSearchesNumeric.TabIndex = 9;
this.RecentSearchesNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(200, 109);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(52, 13);
this.label20.TabIndex = 16;
this.label20.Text = "Searches";
//
// RecentWatchesNumeric
//
this.RecentWatchesNumeric.Location = new System.Drawing.Point(276, 79);
this.RecentWatchesNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentWatchesNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentWatchesNumeric.Name = "RecentWatchesNumeric";
this.RecentWatchesNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentWatchesNumeric.TabIndex = 8;
this.RecentWatchesNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(200, 83);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(50, 13);
this.label21.TabIndex = 14;
this.label21.Text = "Watches";
//
// RecentLuaSessionsNumeric
//
this.RecentLuaSessionsNumeric.Location = new System.Drawing.Point(276, 53);
this.RecentLuaSessionsNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentLuaSessionsNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentLuaSessionsNumeric.Name = "RecentLuaSessionsNumeric";
this.RecentLuaSessionsNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentLuaSessionsNumeric.TabIndex = 7;
this.RecentLuaSessionsNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(200, 57);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(70, 13);
this.label22.TabIndex = 12;
this.label22.Text = "Lua Sessions";
//
// RecentLuaScriptNumeric
//
this.RecentLuaScriptNumeric.Location = new System.Drawing.Point(276, 27);
this.RecentLuaScriptNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentLuaScriptNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentLuaScriptNumeric.Name = "RecentLuaScriptNumeric";
this.RecentLuaScriptNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentLuaScriptNumeric.TabIndex = 6;
this.RecentLuaScriptNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(200, 31);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(60, 13);
this.label23.TabIndex = 10;
this.label23.Text = "Lua Scripts";
//
// RecentPceCDLNumeric
//
this.RecentPceCDLNumeric.Location = new System.Drawing.Point(124, 142);
this.RecentPceCDLNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentPceCDLNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentPceCDLNumeric.Name = "RecentPceCDLNumeric";
this.RecentPceCDLNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentPceCDLNumeric.TabIndex = 5;
this.RecentPceCDLNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(15, 146);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(103, 13);
this.label18.TabIndex = 8;
this.label18.Text = "PCE code/data logs";
//
// RecentTblNumeric
//
this.RecentTblNumeric.Location = new System.Drawing.Point(124, 118);
this.RecentTblNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentTblNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentTblNumeric.Name = "RecentTblNumeric";
this.RecentTblNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentTblNumeric.TabIndex = 4;
this.RecentTblNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(15, 109);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(56, 13);
this.label16.TabIndex = 6;
this.label16.Text = "Hex Editor";
//
// RecentCheatsNumeric
//
this.RecentCheatsNumeric.Location = new System.Drawing.Point(124, 79);
this.RecentCheatsNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentCheatsNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentCheatsNumeric.Name = "RecentCheatsNumeric";
this.RecentCheatsNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentCheatsNumeric.TabIndex = 3;
this.RecentCheatsNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(15, 83);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(40, 13);
this.label17.TabIndex = 4;
this.label17.Text = "Cheats";
//
// RecentMoviesNumeric
//
this.RecentMoviesNumeric.Location = new System.Drawing.Point(124, 53);
this.RecentMoviesNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentMoviesNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentMoviesNumeric.Name = "RecentMoviesNumeric";
this.RecentMoviesNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentMoviesNumeric.TabIndex = 2;
this.RecentMoviesNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(15, 57);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(41, 13);
this.label15.TabIndex = 2;
this.label15.Text = "Movies";
//
// RecentRomsNumeric
//
this.RecentRomsNumeric.Location = new System.Drawing.Point(124, 27);
this.RecentRomsNumeric.Maximum = new decimal(new int[] {
30,
0,
0,
0});
this.RecentRomsNumeric.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.RecentRomsNumeric.Name = "RecentRomsNumeric";
this.RecentRomsNumeric.Size = new System.Drawing.Size(43, 20);
this.RecentRomsNumeric.TabIndex = 1;
this.RecentRomsNumeric.Value = new decimal(new int[] {
8,
0,
0,
0});
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(15, 31);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(34, 13);
this.label11.TabIndex = 0;
this.label11.Text = "Roms";
//
// StartFullScreenCheckbox
//
this.StartFullScreenCheckbox.AutoSize = true;
this.StartFullScreenCheckbox.Location = new System.Drawing.Point(104, 100);
this.StartFullScreenCheckbox.Name = "StartFullScreenCheckbox";
this.StartFullScreenCheckbox.Size = new System.Drawing.Size(107, 17);
this.StartFullScreenCheckbox.TabIndex = 13;
this.StartFullScreenCheckbox.Text = "Start in fullscreen";
this.StartFullScreenCheckbox.UseVisualStyleBackColor = true;
//
// EmuHawkOptions
//
this.AcceptButton = this.OkBtn;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.CancelBtn;
this.ClientSize = new System.Drawing.Size(418, 402);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.CancelBtn);
this.Controls.Add(this.OkBtn);
this.Name = "EmuHawkOptions";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Gui Options";
this.Load += new System.EventHandler(this.GuiOptions_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.BigScreenshotNumeric)).EndInit();
this.tabPage2.ResumeLayout(false);
this.RecentGroupBox.ResumeLayout(false);
this.RecentGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.RecentSearchesNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentWatchesNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentLuaSessionsNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentLuaScriptNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentPceCDLNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentTblNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentCheatsNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentMoviesNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RecentRomsNumeric)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button OkBtn;
private System.Windows.Forms.Button CancelBtn;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.CheckBox StartPausedCheckbox;
private System.Windows.Forms.CheckBox PauseWhenMenuActivatedCheckbox;
private System.Windows.Forms.CheckBox EnableContextMenuCheckbox;
private System.Windows.Forms.CheckBox SaveWindowPositionCheckbox;
private System.Windows.Forms.CheckBox ShowMenuInFullScreenCheckbox;
private System.Windows.Forms.CheckBox RunInBackgroundCheckbox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox AcceptBackgroundInputCheckbox;
private System.Windows.Forms.CheckBox NeverAskSaveCheckbox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox SingleInstanceModeCheckbox;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.CheckBox LogWindowAsConsoleCheckbox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox BackupSavestatesCheckbox;
private System.Windows.Forms.CheckBox ScreenshotInStatesCheckbox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.CheckBox BackupSRamCheckbox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.CheckBox FrameAdvSkipLagCheckbox;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox RecentGroupBox;
private System.Windows.Forms.NumericUpDown RecentSearchesNumeric;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.NumericUpDown RecentWatchesNumeric;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.NumericUpDown RecentLuaSessionsNumeric;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.NumericUpDown RecentLuaScriptNumeric;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.NumericUpDown RecentPceCDLNumeric;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.NumericUpDown RecentTblNumeric;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.NumericUpDown RecentCheatsNumeric;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.NumericUpDown RecentMoviesNumeric;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.NumericUpDown RecentRomsNumeric;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Button IncreaseRecentBtn;
private System.Windows.Forms.Button DecreaseRecentBtn;
private System.Windows.Forms.CheckBox SaveLargeScreenshotsCheckbox;
private System.Windows.Forms.NumericUpDown BigScreenshotNumeric;
private System.Windows.Forms.Label KbLabel;
private System.Windows.Forms.CheckBox StartFullScreenCheckbox;
}
}