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

1051 lines
44 KiB
C#

namespace BizHawk.Client.EmuHawk
{
partial class RewindConfig
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RewindConfig));
this.OK = new System.Windows.Forms.Button();
this.Cancel = new System.Windows.Forms.Button();
this.SmallLabel1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label10 = new System.Windows.Forms.Label();
this.LargeStateEnabledBox = new System.Windows.Forms.CheckBox();
this.MediumStateEnabledBox = new System.Windows.Forms.CheckBox();
this.SmallStateEnabledBox = new System.Windows.Forms.CheckBox();
this.LargeLabel2 = new System.Windows.Forms.Label();
this.LargeLabel3 = new System.Windows.Forms.Label();
this.LargeSavestateNumeric = new System.Windows.Forms.NumericUpDown();
this.LargeLabel1 = new System.Windows.Forms.Label();
this.MediumLabel2 = new System.Windows.Forms.Label();
this.MediumLabel3 = new System.Windows.Forms.Label();
this.MediumSavestateNumeric = new System.Windows.Forms.NumericUpDown();
this.MediumLabel1 = new System.Windows.Forms.Label();
this.SmallLabel2 = new System.Windows.Forms.Label();
this.SmallLabel3 = new System.Windows.Forms.Label();
this.SmallSavestateNumeric = new System.Windows.Forms.NumericUpDown();
this.UseDeltaCompression = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.StateSizeLabel = new System.Windows.Forms.Label();
this.MediumStateTrackbar = new System.Windows.Forms.TrackBar();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.LargeStateUpDown = new System.Windows.Forms.NumericUpDown();
this.MediumStateUpDown = new System.Windows.Forms.NumericUpDown();
this.LargeStateSizeLabel = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.LargeStateTrackbar = new System.Windows.Forms.TrackBar();
this.MediumStateSizeLabel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.RewindIsThreadedCheckbox = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.BufferSizeUpDown = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.DiskBufferCheckbox = new System.Windows.Forms.CheckBox();
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.groupBox6 = new System.Windows.Forms.GroupBox();
this.rbStatesText = new System.Windows.Forms.RadioButton();
this.rbStatesBinary = new System.Windows.Forms.RadioButton();
this.rbStatesDefault = new System.Windows.Forms.RadioButton();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.btnResetCompression = new System.Windows.Forms.Button();
this.trackBarCompression = new System.Windows.Forms.TrackBar();
this.nudCompression = new System.Windows.Forms.NumericUpDown();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.label12 = new System.Windows.Forms.Label();
this.KbLabel = new System.Windows.Forms.Label();
this.BigScreenshotNumeric = new System.Windows.Forms.NumericUpDown();
this.SaveLargeScreenshotsCheckbox = new System.Windows.Forms.CheckBox();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.ScreenshotInStatesCheckbox = new System.Windows.Forms.CheckBox();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.BackupSavestatesCheckbox = new System.Windows.Forms.CheckBox();
this.label17 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LargeSavestateNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MediumSavestateNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SmallSavestateNumeric)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MediumStateTrackbar)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LargeStateUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MediumStateUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LargeStateTrackbar)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).BeginInit();
this.groupBox4.SuspendLayout();
this.groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarCompression)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCompression)).BeginInit();
this.groupBox7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BigScreenshotNumeric)).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(575, 437);
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(656, 437);
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);
//
// SmallLabel1
//
this.SmallLabel1.AutoSize = true;
this.SmallLabel1.Location = new System.Drawing.Point(40, 40);
this.SmallLabel1.Name = "SmallLabel1";
this.SmallLabel1.Size = new System.Drawing.Size(164, 13);
this.SmallLabel1.TabIndex = 2;
this.SmallLabel1.Text = "Small savestates (less than 32kb)";
this.SmallLabel1.Click += new System.EventHandler(this.SmallLabel1_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.LargeStateEnabledBox);
this.groupBox1.Controls.Add(this.MediumStateEnabledBox);
this.groupBox1.Controls.Add(this.SmallStateEnabledBox);
this.groupBox1.Controls.Add(this.LargeLabel2);
this.groupBox1.Controls.Add(this.LargeLabel3);
this.groupBox1.Controls.Add(this.LargeSavestateNumeric);
this.groupBox1.Controls.Add(this.LargeLabel1);
this.groupBox1.Controls.Add(this.MediumLabel2);
this.groupBox1.Controls.Add(this.MediumLabel3);
this.groupBox1.Controls.Add(this.MediumSavestateNumeric);
this.groupBox1.Controls.Add(this.MediumLabel1);
this.groupBox1.Controls.Add(this.SmallLabel2);
this.groupBox1.Controls.Add(this.SmallLabel3);
this.groupBox1.Controls.Add(this.SmallSavestateNumeric);
this.groupBox1.Controls.Add(this.SmallLabel1);
this.groupBox1.Location = new System.Drawing.Point(12, 90);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(371, 118);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Rewind frequency";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(6, 20);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(40, 13);
this.label10.TabIndex = 17;
this.label10.Text = "Enable";
//
// LargeStateEnabledBox
//
this.LargeStateEnabledBox.AutoSize = true;
this.LargeStateEnabledBox.Location = new System.Drawing.Point(9, 87);
this.LargeStateEnabledBox.Name = "LargeStateEnabledBox";
this.LargeStateEnabledBox.Size = new System.Drawing.Size(15, 14);
this.LargeStateEnabledBox.TabIndex = 16;
this.LargeStateEnabledBox.UseVisualStyleBackColor = true;
this.LargeStateEnabledBox.CheckStateChanged += new System.EventHandler(this.LargeStateEnabledBox_CheckStateChanged);
//
// MediumStateEnabledBox
//
this.MediumStateEnabledBox.AutoSize = true;
this.MediumStateEnabledBox.Location = new System.Drawing.Point(9, 63);
this.MediumStateEnabledBox.Name = "MediumStateEnabledBox";
this.MediumStateEnabledBox.Size = new System.Drawing.Size(15, 14);
this.MediumStateEnabledBox.TabIndex = 15;
this.MediumStateEnabledBox.UseVisualStyleBackColor = true;
this.MediumStateEnabledBox.CheckStateChanged += new System.EventHandler(this.MediumStateEnabledBox_CheckStateChanged);
//
// SmallStateEnabledBox
//
this.SmallStateEnabledBox.AutoSize = true;
this.SmallStateEnabledBox.Location = new System.Drawing.Point(9, 39);
this.SmallStateEnabledBox.Name = "SmallStateEnabledBox";
this.SmallStateEnabledBox.Size = new System.Drawing.Size(15, 14);
this.SmallStateEnabledBox.TabIndex = 14;
this.SmallStateEnabledBox.UseVisualStyleBackColor = true;
this.SmallStateEnabledBox.CheckStateChanged += new System.EventHandler(this.SmallStateEnabledBox_CheckStateChanged);
//
// LargeLabel2
//
this.LargeLabel2.AutoSize = true;
this.LargeLabel2.Location = new System.Drawing.Point(227, 88);
this.LargeLabel2.Name = "LargeLabel2";
this.LargeLabel2.Size = new System.Drawing.Size(33, 13);
this.LargeLabel2.TabIndex = 13;
this.LargeLabel2.Text = "every";
//
// LargeLabel3
//
this.LargeLabel3.AutoSize = true;
this.LargeLabel3.Location = new System.Drawing.Point(307, 88);
this.LargeLabel3.Name = "LargeLabel3";
this.LargeLabel3.Size = new System.Drawing.Size(38, 13);
this.LargeLabel3.TabIndex = 12;
this.LargeLabel3.Text = "frames";
//
// LargeSavestateNumeric
//
this.LargeSavestateNumeric.Location = new System.Drawing.Point(263, 84);
this.LargeSavestateNumeric.Maximum = new decimal(new int[] {
1024,
0,
0,
0});
this.LargeSavestateNumeric.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.LargeSavestateNumeric.Name = "LargeSavestateNumeric";
this.LargeSavestateNumeric.Size = new System.Drawing.Size(38, 20);
this.LargeSavestateNumeric.TabIndex = 11;
this.LargeSavestateNumeric.Value = new decimal(new int[] {
1,
0,
0,
0});
this.LargeSavestateNumeric.ValueChanged += new System.EventHandler(this.LargeSavestateNumeric_ValueChanged);
//
// LargeLabel1
//
this.LargeLabel1.AutoSize = true;
this.LargeLabel1.Location = new System.Drawing.Point(40, 88);
this.LargeLabel1.Name = "LargeLabel1";
this.LargeLabel1.Size = new System.Drawing.Size(177, 13);
this.LargeLabel1.TabIndex = 10;
this.LargeLabel1.Text = "Large savestates (more than 100kb)";
this.LargeLabel1.Click += new System.EventHandler(this.LargeLabel1_Click);
//
// MediumLabel2
//
this.MediumLabel2.AutoSize = true;
this.MediumLabel2.Location = new System.Drawing.Point(227, 64);
this.MediumLabel2.Name = "MediumLabel2";
this.MediumLabel2.Size = new System.Drawing.Size(33, 13);
this.MediumLabel2.TabIndex = 9;
this.MediumLabel2.Text = "every";
//
// MediumLabel3
//
this.MediumLabel3.AutoSize = true;
this.MediumLabel3.Location = new System.Drawing.Point(307, 64);
this.MediumLabel3.Name = "MediumLabel3";
this.MediumLabel3.Size = new System.Drawing.Size(38, 13);
this.MediumLabel3.TabIndex = 8;
this.MediumLabel3.Text = "frames";
//
// MediumSavestateNumeric
//
this.MediumSavestateNumeric.Location = new System.Drawing.Point(263, 60);
this.MediumSavestateNumeric.Maximum = new decimal(new int[] {
1024,
0,
0,
0});
this.MediumSavestateNumeric.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.MediumSavestateNumeric.Name = "MediumSavestateNumeric";
this.MediumSavestateNumeric.Size = new System.Drawing.Size(38, 20);
this.MediumSavestateNumeric.TabIndex = 7;
this.MediumSavestateNumeric.Value = new decimal(new int[] {
1,
0,
0,
0});
this.MediumSavestateNumeric.ValueChanged += new System.EventHandler(this.MediumSavestateNumeric_ValueChanged);
//
// MediumLabel1
//
this.MediumLabel1.AutoSize = true;
this.MediumLabel1.Location = new System.Drawing.Point(40, 64);
this.MediumLabel1.Name = "MediumLabel1";
this.MediumLabel1.Size = new System.Drawing.Size(158, 13);
this.MediumLabel1.TabIndex = 6;
this.MediumLabel1.Text = "Medium savestates (32 - 100kb)";
this.MediumLabel1.Click += new System.EventHandler(this.MediumLabel1_Click);
//
// SmallLabel2
//
this.SmallLabel2.AutoSize = true;
this.SmallLabel2.Location = new System.Drawing.Point(227, 40);
this.SmallLabel2.Name = "SmallLabel2";
this.SmallLabel2.Size = new System.Drawing.Size(33, 13);
this.SmallLabel2.TabIndex = 5;
this.SmallLabel2.Text = "every";
//
// SmallLabel3
//
this.SmallLabel3.AutoSize = true;
this.SmallLabel3.Location = new System.Drawing.Point(307, 40);
this.SmallLabel3.Name = "SmallLabel3";
this.SmallLabel3.Size = new System.Drawing.Size(38, 13);
this.SmallLabel3.TabIndex = 4;
this.SmallLabel3.Text = "frames";
//
// SmallSavestateNumeric
//
this.SmallSavestateNumeric.Location = new System.Drawing.Point(263, 36);
this.SmallSavestateNumeric.Maximum = new decimal(new int[] {
1024,
0,
0,
0});
this.SmallSavestateNumeric.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.SmallSavestateNumeric.Name = "SmallSavestateNumeric";
this.SmallSavestateNumeric.Size = new System.Drawing.Size(38, 20);
this.SmallSavestateNumeric.TabIndex = 3;
this.SmallSavestateNumeric.Value = new decimal(new int[] {
1,
0,
0,
0});
this.SmallSavestateNumeric.ValueChanged += new System.EventHandler(this.SmallSavestateNumeric_ValueChanged);
//
// UseDeltaCompression
//
this.UseDeltaCompression.AutoSize = true;
this.UseDeltaCompression.Location = new System.Drawing.Point(16, 59);
this.UseDeltaCompression.Name = "UseDeltaCompression";
this.UseDeltaCompression.Size = new System.Drawing.Size(332, 17);
this.UseDeltaCompression.TabIndex = 4;
this.UseDeltaCompression.Text = "Use delta compression (economizes buffer usage at cost of CPU)";
this.UseDeltaCompression.UseVisualStyleBackColor = true;
this.UseDeltaCompression.CheckedChanged += new System.EventHandler(this.UseDeltaCompression_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(81, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Savestate Size:";
//
// StateSizeLabel
//
this.StateSizeLabel.AutoSize = true;
this.StateSizeLabel.Location = new System.Drawing.Point(92, 17);
this.StateSizeLabel.Name = "StateSizeLabel";
this.StateSizeLabel.Size = new System.Drawing.Size(28, 13);
this.StateSizeLabel.TabIndex = 6;
this.StateSizeLabel.Text = "0 kb";
//
// MediumStateTrackbar
//
this.MediumStateTrackbar.LargeChange = 256;
this.MediumStateTrackbar.Location = new System.Drawing.Point(67, 22);
this.MediumStateTrackbar.Maximum = 4096;
this.MediumStateTrackbar.Minimum = 1;
this.MediumStateTrackbar.Name = "MediumStateTrackbar";
this.MediumStateTrackbar.Size = new System.Drawing.Size(186, 42);
this.MediumStateTrackbar.TabIndex = 7;
this.MediumStateTrackbar.TickFrequency = 256;
this.MediumStateTrackbar.Value = 1;
this.MediumStateTrackbar.ValueChanged += new System.EventHandler(this.MediumStateTrackbar_ValueChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.LargeStateUpDown);
this.groupBox2.Controls.Add(this.MediumStateUpDown);
this.groupBox2.Controls.Add(this.LargeStateSizeLabel);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.LargeStateTrackbar);
this.groupBox2.Controls.Add(this.MediumStateSizeLabel);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.MediumStateTrackbar);
this.groupBox2.Location = new System.Drawing.Point(12, 356);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(371, 105);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "State Size Definition";
//
// LargeStateUpDown
//
this.LargeStateUpDown.Location = new System.Drawing.Point(259, 67);
this.LargeStateUpDown.Maximum = new decimal(new int[] {
16384,
0,
0,
0});
this.LargeStateUpDown.Minimum = new decimal(new int[] {
256,
0,
0,
0});
this.LargeStateUpDown.Name = "LargeStateUpDown";
this.LargeStateUpDown.Size = new System.Drawing.Size(52, 20);
this.LargeStateUpDown.TabIndex = 14;
this.LargeStateUpDown.Value = new decimal(new int[] {
256,
0,
0,
0});
this.LargeStateUpDown.ValueChanged += new System.EventHandler(this.LargeStateUpDown_ValueChanged);
//
// MediumStateUpDown
//
this.MediumStateUpDown.Location = new System.Drawing.Point(259, 31);
this.MediumStateUpDown.Maximum = new decimal(new int[] {
4096,
0,
0,
0});
this.MediumStateUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.MediumStateUpDown.Name = "MediumStateUpDown";
this.MediumStateUpDown.Size = new System.Drawing.Size(52, 20);
this.MediumStateUpDown.TabIndex = 13;
this.MediumStateUpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
this.MediumStateUpDown.ValueChanged += new System.EventHandler(this.MediumStateUpDown_ValueChanged);
//
// LargeStateSizeLabel
//
this.LargeStateSizeLabel.AutoSize = true;
this.LargeStateSizeLabel.Location = new System.Drawing.Point(312, 71);
this.LargeStateSizeLabel.Name = "LargeStateSizeLabel";
this.LargeStateSizeLabel.Size = new System.Drawing.Size(19, 13);
this.LargeStateSizeLabel.TabIndex = 12;
this.LargeStateSizeLabel.Text = "kb";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(27, 63);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(34, 13);
this.label5.TabIndex = 11;
this.label5.Text = "Large";
//
// LargeStateTrackbar
//
this.LargeStateTrackbar.LargeChange = 1024;
this.LargeStateTrackbar.Location = new System.Drawing.Point(67, 58);
this.LargeStateTrackbar.Maximum = 16384;
this.LargeStateTrackbar.Minimum = 256;
this.LargeStateTrackbar.Name = "LargeStateTrackbar";
this.LargeStateTrackbar.Size = new System.Drawing.Size(186, 42);
this.LargeStateTrackbar.TabIndex = 10;
this.LargeStateTrackbar.TickFrequency = 1024;
this.LargeStateTrackbar.Value = 256;
this.LargeStateTrackbar.ValueChanged += new System.EventHandler(this.LargeStateTrackbar_ValueChanged);
//
// MediumStateSizeLabel
//
this.MediumStateSizeLabel.AutoSize = true;
this.MediumStateSizeLabel.Location = new System.Drawing.Point(313, 35);
this.MediumStateSizeLabel.Name = "MediumStateSizeLabel";
this.MediumStateSizeLabel.Size = new System.Drawing.Size(19, 13);
this.MediumStateSizeLabel.TabIndex = 9;
this.MediumStateSizeLabel.Text = "kb";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 13);
this.label2.TabIndex = 8;
this.label2.Text = "Medium";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.RewindIsThreadedCheckbox);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.BufferSizeUpDown);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.DiskBufferCheckbox);
this.groupBox3.Controls.Add(this.UseDeltaCompression);
this.groupBox3.Location = new System.Drawing.Point(12, 214);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(371, 136);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Rewind Options";
//
// RewindIsThreadedCheckbox
//
this.RewindIsThreadedCheckbox.AutoSize = true;
this.RewindIsThreadedCheckbox.Location = new System.Drawing.Point(16, 82);
this.RewindIsThreadedCheckbox.Name = "RewindIsThreadedCheckbox";
this.RewindIsThreadedCheckbox.Size = new System.Drawing.Size(151, 17);
this.RewindIsThreadedCheckbox.TabIndex = 17;
this.RewindIsThreadedCheckbox.Text = "Use additional CPU thread";
this.toolTip1.SetToolTip(this.RewindIsThreadedCheckbox, "This doesn\'t always speed things up... that\'s why it\'s an option.");
this.RewindIsThreadedCheckbox.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(140, 106);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(23, 13);
this.label4.TabIndex = 16;
this.label4.Text = "MB";
//
// BufferSizeUpDown
//
this.BufferSizeUpDown.Location = new System.Drawing.Point(85, 102);
this.BufferSizeUpDown.Maximum = new decimal(new int[] {
32768,
0,
0,
0});
this.BufferSizeUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.BufferSizeUpDown.Name = "BufferSizeUpDown";
this.BufferSizeUpDown.Size = new System.Drawing.Size(52, 20);
this.BufferSizeUpDown.TabIndex = 15;
this.BufferSizeUpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
this.BufferSizeUpDown.ValueChanged += new System.EventHandler(this.BufferSizeUpDown_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 106);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Max buffer size:";
//
// DiskBufferCheckbox
//
this.DiskBufferCheckbox.AutoSize = true;
this.DiskBufferCheckbox.Location = new System.Drawing.Point(16, 37);
this.DiskBufferCheckbox.Name = "DiskBufferCheckbox";
this.DiskBufferCheckbox.Size = new System.Drawing.Size(188, 17);
this.DiskBufferCheckbox.TabIndex = 5;
this.DiskBufferCheckbox.Text = "Use disk for buffer instead of RAM";
this.toolTip1.SetToolTip(this.DiskBufferCheckbox, "To support a longer rewind buffer, you can choose to have it stored on your disk." +
" Where, precisely? Not sure. Probably %TEMP%");
this.DiskBufferCheckbox.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(67, 48);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(26, 13);
this.label6.TabIndex = 10;
this.label6.Text = "Full:";
//
// FullnessLabel
//
this.FullnessLabel.AutoSize = true;
this.FullnessLabel.Location = new System.Drawing.Point(94, 48);
this.FullnessLabel.Name = "FullnessLabel";
this.FullnessLabel.Size = new System.Drawing.Size(21, 13);
this.FullnessLabel.TabIndex = 11;
this.FullnessLabel.Text = "0%";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.EstTimeLabel);
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.AverageStoredStateSizeLabel);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.ApproxFramesLabel);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.RewindFramesUsedLabel);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Controls.Add(this.FullnessLabel);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.StateSizeLabel);
this.groupBox4.Location = new System.Drawing.Point(12, 12);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(371, 72);
this.groupBox4.TabIndex = 12;
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;
this.RewindFramesUsedLabel.Location = new System.Drawing.Point(94, 32);
this.RewindFramesUsedLabel.Name = "RewindFramesUsedLabel";
this.RewindFramesUsedLabel.Size = new System.Drawing.Size(13, 13);
this.RewindFramesUsedLabel.TabIndex = 13;
this.RewindFramesUsedLabel.Text = "0";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 32);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(78, 13);
this.label7.TabIndex = 12;
this.label7.Text = "Frames Stored:";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.rbStatesText);
this.groupBox6.Controls.Add(this.rbStatesBinary);
this.groupBox6.Controls.Add(this.rbStatesDefault);
this.groupBox6.Location = new System.Drawing.Point(22, 78);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(215, 48);
this.groupBox6.TabIndex = 0;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Type";
//
// rbStatesText
//
this.rbStatesText.AutoSize = true;
this.rbStatesText.Location = new System.Drawing.Point(163, 18);
this.rbStatesText.Name = "rbStatesText";
this.rbStatesText.Size = new System.Drawing.Size(46, 17);
this.rbStatesText.TabIndex = 1;
this.rbStatesText.TabStop = true;
this.rbStatesText.Text = "Text";
this.rbStatesText.UseVisualStyleBackColor = true;
//
// rbStatesBinary
//
this.rbStatesBinary.AutoSize = true;
this.rbStatesBinary.Location = new System.Drawing.Point(88, 18);
this.rbStatesBinary.Name = "rbStatesBinary";
this.rbStatesBinary.Size = new System.Drawing.Size(54, 17);
this.rbStatesBinary.TabIndex = 1;
this.rbStatesBinary.TabStop = true;
this.rbStatesBinary.Text = "Binary";
this.rbStatesBinary.UseVisualStyleBackColor = true;
//
// rbStatesDefault
//
this.rbStatesDefault.AutoSize = true;
this.rbStatesDefault.Location = new System.Drawing.Point(6, 18);
this.rbStatesDefault.Name = "rbStatesDefault";
this.rbStatesDefault.Size = new System.Drawing.Size(59, 17);
this.rbStatesDefault.TabIndex = 0;
this.rbStatesDefault.TabStop = true;
this.rbStatesDefault.Text = "Default";
this.rbStatesDefault.UseVisualStyleBackColor = true;
//
// btnResetCompression
//
this.btnResetCompression.AutoSize = true;
this.btnResetCompression.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.reboot;
this.btnResetCompression.Location = new System.Drawing.Point(243, 34);
this.btnResetCompression.Name = "btnResetCompression";
this.btnResetCompression.Size = new System.Drawing.Size(27, 27);
this.btnResetCompression.TabIndex = 23;
this.toolTip1.SetToolTip(this.btnResetCompression, "Reset to default");
this.btnResetCompression.UseVisualStyleBackColor = true;
this.btnResetCompression.Click += new System.EventHandler(this.btnResetCompression_Click);
//
// trackBarCompression
//
this.trackBarCompression.LargeChange = 1;
this.trackBarCompression.Location = new System.Drawing.Point(22, 37);
this.trackBarCompression.Maximum = 9;
this.trackBarCompression.Name = "trackBarCompression";
this.trackBarCompression.Size = new System.Drawing.Size(157, 42);
this.trackBarCompression.TabIndex = 20;
this.toolTip1.SetToolTip(this.trackBarCompression, "0 = None; 9 = Maximum");
this.trackBarCompression.Value = 1;
this.trackBarCompression.ValueChanged += new System.EventHandler(this.trackBarCompression_ValueChanged);
//
// nudCompression
//
this.nudCompression.Location = new System.Drawing.Point(185, 37);
this.nudCompression.Maximum = new decimal(new int[] {
9,
0,
0,
0});
this.nudCompression.Name = "nudCompression";
this.nudCompression.Size = new System.Drawing.Size(52, 20);
this.nudCompression.TabIndex = 22;
this.nudCompression.Value = new decimal(new int[] {
1,
0,
0,
0});
this.nudCompression.ValueChanged += new System.EventHandler(this.nudCompression_ValueChanged);
//
// groupBox7
//
this.groupBox7.Controls.Add(this.KbLabel);
this.groupBox7.Controls.Add(this.BigScreenshotNumeric);
this.groupBox7.Controls.Add(this.SaveLargeScreenshotsCheckbox);
this.groupBox7.Controls.Add(this.label13);
this.groupBox7.Controls.Add(this.label14);
this.groupBox7.Controls.Add(this.ScreenshotInStatesCheckbox);
this.groupBox7.Controls.Add(this.label15);
this.groupBox7.Controls.Add(this.label16);
this.groupBox7.Controls.Add(this.BackupSavestatesCheckbox);
this.groupBox7.Controls.Add(this.label12);
this.groupBox7.Controls.Add(this.groupBox6);
this.groupBox7.Controls.Add(this.btnResetCompression);
this.groupBox7.Controls.Add(this.nudCompression);
this.groupBox7.Controls.Add(this.trackBarCompression);
this.groupBox7.Location = new System.Drawing.Point(389, 12);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(342, 408);
this.groupBox7.TabIndex = 2;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Savestate Options";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(19, 21);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(96, 13);
this.label12.TabIndex = 24;
this.label12.Text = "Compression Level";
//
// KbLabel
//
this.KbLabel.AutoSize = true;
this.KbLabel.Location = new System.Drawing.Point(252, 223);
this.KbLabel.Name = "KbLabel";
this.KbLabel.Size = new System.Drawing.Size(21, 13);
this.KbLabel.TabIndex = 33;
this.KbLabel.Text = "KB";
//
// BigScreenshotNumeric
//
this.BigScreenshotNumeric.Location = new System.Drawing.Point(194, 219);
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 = 32;
this.BigScreenshotNumeric.Value = new decimal(new int[] {
128,
0,
0,
0});
//
// SaveLargeScreenshotsCheckbox
//
this.SaveLargeScreenshotsCheckbox.AutoSize = true;
this.SaveLargeScreenshotsCheckbox.Location = new System.Drawing.Point(45, 220);
this.SaveLargeScreenshotsCheckbox.Name = "SaveLargeScreenshotsCheckbox";
this.SaveLargeScreenshotsCheckbox.Size = new System.Drawing.Size(146, 17);
this.SaveLargeScreenshotsCheckbox.TabIndex = 31;
this.SaveLargeScreenshotsCheckbox.Text = "And large screenshots >=";
this.SaveLargeScreenshotsCheckbox.UseVisualStyleBackColor = true;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(42, 254);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(186, 13);
this.label13.TabIndex = 30;
this.label13.Text = "black screen on the frame it is loaded.";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(42, 239);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(290, 13);
this.label14.TabIndex = 29;
this.label14.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(22, 201);
this.ScreenshotInStatesCheckbox.Name = "ScreenshotInStatesCheckbox";
this.ScreenshotInStatesCheckbox.Size = new System.Drawing.Size(180, 17);
this.ScreenshotInStatesCheckbox.TabIndex = 28;
this.ScreenshotInStatesCheckbox.Text = "Save a screenshot in savestates";
this.ScreenshotInStatesCheckbox.UseVisualStyleBackColor = true;
this.ScreenshotInStatesCheckbox.CheckedChanged += new System.EventHandler(this.ScreenshotInStatesCheckbox_CheckedChanged);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(39, 171);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(102, 13);
this.label15.TabIndex = 27;
this.label15.Text = "before overwriting it.";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(39, 158);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(292, 13);
this.label16.TabIndex = 26;
this.label16.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(21, 138);
this.BackupSavestatesCheckbox.Name = "BackupSavestatesCheckbox";
this.BackupSavestatesCheckbox.Size = new System.Drawing.Size(119, 17);
this.BackupSavestatesCheckbox.TabIndex = 25;
this.BackupSavestatesCheckbox.Text = "Backup Savestates";
this.BackupSavestatesCheckbox.UseVisualStyleBackColor = true;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(6, 19);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(278, 13);
this.label17.TabIndex = 32;
this.label17.Text = "These options affect rewind performance in various ways:";
//
// RewindConfig
//
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(741, 472);
this.Controls.Add(this.groupBox7);
this.Controls.Add(this.groupBox4);
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RewindConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Rewind & Savestate Cofiguration";
this.Load += new System.EventHandler(this.RewindConfig_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.LargeSavestateNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.MediumSavestateNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SmallSavestateNumeric)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.MediumStateTrackbar)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.LargeStateUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.MediumStateUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LargeStateTrackbar)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBarCompression)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCompression)).EndInit();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.BigScreenshotNumeric)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button OK;
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.Label SmallLabel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label SmallLabel2;
private System.Windows.Forms.Label SmallLabel3;
private System.Windows.Forms.NumericUpDown SmallSavestateNumeric;
private System.Windows.Forms.Label LargeLabel2;
private System.Windows.Forms.Label LargeLabel3;
private System.Windows.Forms.NumericUpDown LargeSavestateNumeric;
private System.Windows.Forms.Label LargeLabel1;
private System.Windows.Forms.Label MediumLabel2;
private System.Windows.Forms.Label MediumLabel3;
private System.Windows.Forms.NumericUpDown MediumSavestateNumeric;
private System.Windows.Forms.Label MediumLabel1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.CheckBox LargeStateEnabledBox;
private System.Windows.Forms.CheckBox MediumStateEnabledBox;
private System.Windows.Forms.CheckBox SmallStateEnabledBox;
private System.Windows.Forms.CheckBox UseDeltaCompression;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label StateSizeLabel;
private System.Windows.Forms.TrackBar MediumStateTrackbar;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label MediumStateSizeLabel;
private System.Windows.Forms.Label LargeStateSizeLabel;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TrackBar LargeStateTrackbar;
private System.Windows.Forms.NumericUpDown LargeStateUpDown;
private System.Windows.Forms.NumericUpDown MediumStateUpDown;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox DiskBufferCheckbox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown BufferSizeUpDown;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox RewindIsThreadedCheckbox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label FullnessLabel;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label RewindFramesUsedLabel;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label ApproxFramesLabel;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label AverageStoredStateSizeLabel;
private System.Windows.Forms.Label EstTimeLabel;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.RadioButton rbStatesText;
private System.Windows.Forms.RadioButton rbStatesBinary;
private System.Windows.Forms.RadioButton rbStatesDefault;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.TrackBar trackBarCompression;
private System.Windows.Forms.NumericUpDown nudCompression;
private System.Windows.Forms.Button btnResetCompression;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label KbLabel;
private System.Windows.Forms.NumericUpDown BigScreenshotNumeric;
private System.Windows.Forms.CheckBox SaveLargeScreenshotsCheckbox;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.CheckBox ScreenshotInStatesCheckbox;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.CheckBox BackupSavestatesCheckbox;
}
}