Icon for rewind dialog
This commit is contained in:
parent
444a417712
commit
0826def34f
|
@ -1377,6 +1377,7 @@
|
||||||
//
|
//
|
||||||
// rewindOptionsToolStripMenuItem
|
// rewindOptionsToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
this.rewindOptionsToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Previous;
|
||||||
this.rewindOptionsToolStripMenuItem.Name = "rewindOptionsToolStripMenuItem";
|
this.rewindOptionsToolStripMenuItem.Name = "rewindOptionsToolStripMenuItem";
|
||||||
this.rewindOptionsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.rewindOptionsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||||
this.rewindOptionsToolStripMenuItem.Text = "Rewind...";
|
this.rewindOptionsToolStripMenuItem.Text = "Rewind...";
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RewindConfig));
|
||||||
this.OK = new System.Windows.Forms.Button();
|
this.OK = new System.Windows.Forms.Button();
|
||||||
this.Cancel = new System.Windows.Forms.Button();
|
this.Cancel = new System.Windows.Forms.Button();
|
||||||
this.SmallLabel1 = new System.Windows.Forms.Label();
|
this.SmallLabel1 = new System.Windows.Forms.Label();
|
||||||
|
@ -52,27 +53,27 @@
|
||||||
this.StateSizeLabel = new System.Windows.Forms.Label();
|
this.StateSizeLabel = new System.Windows.Forms.Label();
|
||||||
this.MediumStateTrackbar = new System.Windows.Forms.TrackBar();
|
this.MediumStateTrackbar = new System.Windows.Forms.TrackBar();
|
||||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.LargeStateUpDown = new System.Windows.Forms.NumericUpDown();
|
||||||
this.MediumStateSizeLabel = new System.Windows.Forms.Label();
|
this.MediumStateUpDown = new System.Windows.Forms.NumericUpDown();
|
||||||
this.LargeStateSizeLabel = new System.Windows.Forms.Label();
|
this.LargeStateSizeLabel = new System.Windows.Forms.Label();
|
||||||
this.label5 = new System.Windows.Forms.Label();
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
this.LargeStateTrackbar = new System.Windows.Forms.TrackBar();
|
this.LargeStateTrackbar = new System.Windows.Forms.TrackBar();
|
||||||
this.MediumStateUpDown = new System.Windows.Forms.NumericUpDown();
|
this.MediumStateSizeLabel = new System.Windows.Forms.Label();
|
||||||
this.LargeStateUpDown = new System.Windows.Forms.NumericUpDown();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||||
this.DiskBufferCheckbox = new System.Windows.Forms.CheckBox();
|
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
|
||||||
this.BufferSizeUpDown = new System.Windows.Forms.NumericUpDown();
|
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
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.groupBox1.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.LargeSavestateNumeric)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.LargeSavestateNumeric)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.MediumSavestateNumeric)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.MediumSavestateNumeric)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.SmallSavestateNumeric)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.SmallSavestateNumeric)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.MediumStateTrackbar)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.MediumStateTrackbar)).BeginInit();
|
||||||
this.groupBox2.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.LargeStateTrackbar)).BeginInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.MediumStateUpDown)).BeginInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.LargeStateUpDown)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.LargeStateUpDown)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.MediumStateUpDown)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.LargeStateTrackbar)).BeginInit();
|
||||||
this.groupBox3.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -376,23 +377,51 @@
|
||||||
this.groupBox2.TabStop = false;
|
this.groupBox2.TabStop = false;
|
||||||
this.groupBox2.Text = "State size definition";
|
this.groupBox2.Text = "State size definition";
|
||||||
//
|
//
|
||||||
// label2
|
// LargeStateUpDown
|
||||||
//
|
//
|
||||||
this.label2.AutoSize = true;
|
this.LargeStateUpDown.Location = new System.Drawing.Point(263, 64);
|
||||||
this.label2.Location = new System.Drawing.Point(11, 35);
|
this.LargeStateUpDown.Maximum = new decimal(new int[] {
|
||||||
this.label2.Name = "label2";
|
16384,
|
||||||
this.label2.Size = new System.Drawing.Size(44, 13);
|
0,
|
||||||
this.label2.TabIndex = 8;
|
0,
|
||||||
this.label2.Text = "Medium";
|
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);
|
||||||
//
|
//
|
||||||
// MediumStateSizeLabel
|
// MediumStateUpDown
|
||||||
//
|
//
|
||||||
this.MediumStateSizeLabel.AutoSize = true;
|
this.MediumStateUpDown.Location = new System.Drawing.Point(263, 28);
|
||||||
this.MediumStateSizeLabel.Location = new System.Drawing.Point(317, 32);
|
this.MediumStateUpDown.Maximum = new decimal(new int[] {
|
||||||
this.MediumStateSizeLabel.Name = "MediumStateSizeLabel";
|
4096,
|
||||||
this.MediumStateSizeLabel.Size = new System.Drawing.Size(19, 13);
|
0,
|
||||||
this.MediumStateSizeLabel.TabIndex = 9;
|
0,
|
||||||
this.MediumStateSizeLabel.Text = "kb";
|
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
|
// LargeStateSizeLabel
|
||||||
//
|
//
|
||||||
|
@ -425,51 +454,23 @@
|
||||||
this.LargeStateTrackbar.Value = 256;
|
this.LargeStateTrackbar.Value = 256;
|
||||||
this.LargeStateTrackbar.ValueChanged += new System.EventHandler(this.LargeStateTrackbar_ValueChanged);
|
this.LargeStateTrackbar.ValueChanged += new System.EventHandler(this.LargeStateTrackbar_ValueChanged);
|
||||||
//
|
//
|
||||||
// MediumStateUpDown
|
// MediumStateSizeLabel
|
||||||
//
|
//
|
||||||
this.MediumStateUpDown.Location = new System.Drawing.Point(263, 28);
|
this.MediumStateSizeLabel.AutoSize = true;
|
||||||
this.MediumStateUpDown.Maximum = new decimal(new int[] {
|
this.MediumStateSizeLabel.Location = new System.Drawing.Point(317, 32);
|
||||||
4096,
|
this.MediumStateSizeLabel.Name = "MediumStateSizeLabel";
|
||||||
0,
|
this.MediumStateSizeLabel.Size = new System.Drawing.Size(19, 13);
|
||||||
0,
|
this.MediumStateSizeLabel.TabIndex = 9;
|
||||||
0});
|
this.MediumStateSizeLabel.Text = "kb";
|
||||||
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);
|
|
||||||
//
|
//
|
||||||
// LargeStateUpDown
|
// label2
|
||||||
//
|
//
|
||||||
this.LargeStateUpDown.Location = new System.Drawing.Point(263, 64);
|
this.label2.AutoSize = true;
|
||||||
this.LargeStateUpDown.Maximum = new decimal(new int[] {
|
this.label2.Location = new System.Drawing.Point(11, 35);
|
||||||
16384,
|
this.label2.Name = "label2";
|
||||||
0,
|
this.label2.Size = new System.Drawing.Size(44, 13);
|
||||||
0,
|
this.label2.TabIndex = 8;
|
||||||
0});
|
this.label2.Text = "Medium";
|
||||||
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);
|
|
||||||
//
|
//
|
||||||
// groupBox3
|
// groupBox3
|
||||||
//
|
//
|
||||||
|
@ -486,24 +487,14 @@
|
||||||
this.groupBox3.TabIndex = 9;
|
this.groupBox3.TabIndex = 9;
|
||||||
this.groupBox3.TabStop = false;
|
this.groupBox3.TabStop = false;
|
||||||
//
|
//
|
||||||
// DiskBufferCheckbox
|
// label4
|
||||||
//
|
//
|
||||||
this.DiskBufferCheckbox.AutoSize = true;
|
this.label4.AutoSize = true;
|
||||||
this.DiskBufferCheckbox.Location = new System.Drawing.Point(9, 16);
|
this.label4.Location = new System.Drawing.Point(126, 39);
|
||||||
this.DiskBufferCheckbox.Name = "DiskBufferCheckbox";
|
this.label4.Name = "label4";
|
||||||
this.DiskBufferCheckbox.Size = new System.Drawing.Size(112, 17);
|
this.label4.Size = new System.Drawing.Size(21, 13);
|
||||||
this.DiskBufferCheckbox.TabIndex = 5;
|
this.label4.TabIndex = 16;
|
||||||
this.DiskBufferCheckbox.Text = "Use disk for buffer";
|
this.label4.Text = "mb";
|
||||||
this.DiskBufferCheckbox.UseVisualStyleBackColor = true;
|
|
||||||
//
|
|
||||||
// label3
|
|
||||||
//
|
|
||||||
this.label3.AutoSize = true;
|
|
||||||
this.label3.Location = new System.Drawing.Point(25, 39);
|
|
||||||
this.label3.Name = "label3";
|
|
||||||
this.label3.Size = new System.Drawing.Size(51, 13);
|
|
||||||
this.label3.TabIndex = 6;
|
|
||||||
this.label3.Text = "Max size:";
|
|
||||||
//
|
//
|
||||||
// BufferSizeUpDown
|
// BufferSizeUpDown
|
||||||
//
|
//
|
||||||
|
@ -527,14 +518,24 @@
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
//
|
//
|
||||||
// label4
|
// label3
|
||||||
//
|
//
|
||||||
this.label4.AutoSize = true;
|
this.label3.AutoSize = true;
|
||||||
this.label4.Location = new System.Drawing.Point(126, 39);
|
this.label3.Location = new System.Drawing.Point(25, 39);
|
||||||
this.label4.Name = "label4";
|
this.label3.Name = "label3";
|
||||||
this.label4.Size = new System.Drawing.Size(21, 13);
|
this.label3.Size = new System.Drawing.Size(51, 13);
|
||||||
this.label4.TabIndex = 16;
|
this.label3.TabIndex = 6;
|
||||||
this.label4.Text = "mb";
|
this.label3.Text = "Max size:";
|
||||||
|
//
|
||||||
|
// DiskBufferCheckbox
|
||||||
|
//
|
||||||
|
this.DiskBufferCheckbox.AutoSize = true;
|
||||||
|
this.DiskBufferCheckbox.Location = new System.Drawing.Point(9, 16);
|
||||||
|
this.DiskBufferCheckbox.Name = "DiskBufferCheckbox";
|
||||||
|
this.DiskBufferCheckbox.Size = new System.Drawing.Size(112, 17);
|
||||||
|
this.DiskBufferCheckbox.TabIndex = 5;
|
||||||
|
this.DiskBufferCheckbox.Text = "Use disk for buffer";
|
||||||
|
this.DiskBufferCheckbox.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// RewindConfig
|
// RewindConfig
|
||||||
//
|
//
|
||||||
|
@ -550,8 +551,8 @@
|
||||||
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.groupBox1);
|
||||||
this.Controls.Add(this.Cancel);
|
this.Controls.Add(this.Cancel);
|
||||||
this.Controls.Add(this.OK);
|
this.Controls.Add(this.OK);
|
||||||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.Name = "RewindConfig";
|
this.Name = "RewindConfig";
|
||||||
this.ShowIcon = false;
|
|
||||||
this.Text = "Rewind Settings";
|
this.Text = "Rewind Settings";
|
||||||
this.Load += new System.EventHandler(this.RewindConfig_Load);
|
this.Load += new System.EventHandler(this.RewindConfig_Load);
|
||||||
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
||||||
|
@ -562,9 +563,9 @@
|
||||||
((System.ComponentModel.ISupportInitialize)(this.MediumStateTrackbar)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.MediumStateTrackbar)).EndInit();
|
||||||
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.ResumeLayout(false);
|
||||||
this.groupBox2.PerformLayout();
|
this.groupBox2.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.LargeStateTrackbar)).EndInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.MediumStateUpDown)).EndInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.LargeStateUpDown)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.LargeStateUpDown)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.MediumStateUpDown)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.LargeStateTrackbar)).EndInit();
|
||||||
this.groupBox3.ResumeLayout(false);
|
this.groupBox3.ResumeLayout(false);
|
||||||
this.groupBox3.PerformLayout();
|
this.groupBox3.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit();
|
||||||
|
|
|
@ -117,4 +117,29 @@
|
||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAABAAEAEBAAAAAAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAD///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////AcvJxP+WSST/////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////AcvJxP+dTij/nU0l/////wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////AcvJxP+gUCr/0nVH/6tUKf+iTyf/mksl/5JH
|
||||||
|
I/+SRyP/kkcj/5JHI/9+Qib/////Af///wH///8B////AcvJxP+iVjH/4YZY//aPW//phlX/2XtN/8hw
|
||||||
|
RP+3ZTv/qlsz/6pbM/+qWzP/g0Yn/////wH///8B////Af///wHilW7/+8Ch//+zjP//nm3/9o9b/+mG
|
||||||
|
Vf/Ze03/yHBE/8hwRP/DbUL/w21C/4tJKf////8B////Af///wH///8B3dHH/+icdv/7wKH//7OL//+z
|
||||||
|
jf/4qH//7qF6/+GYdP/hmHT/4Zh0/9eIYf+STCv/////Af///wH///8B////Af///wHc08r/6Jx2//u/
|
||||||
|
oP/OZzP/55Rs/+aOYv/lh1j/5YdY/+WHWP/lh1j/zHJD/////wH///8B////Af///wH///8B////AdzT
|
||||||
|
yv/nmnP/0nA+/////wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B3NPK/+eac/////8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af///wH///8B////Af//
|
||||||
|
/wH///8BAAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA
|
||||||
|
//8AAP//AAD//w==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue