TabIndex fixes.
This commit is contained in:
parent
4324e1b309
commit
854315d96d
|
@ -217,7 +217,7 @@
|
|||
this.label2.Location = new System.Drawing.Point(26, 155);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(349, 13);
|
||||
this.label2.TabIndex = 9;
|
||||
this.label2.TabIndex = 10;
|
||||
this.label2.Text = "When this is set, the client will receive user input even when focus is lost";
|
||||
//
|
||||
// AcceptBackgroundInputCheckbox
|
||||
|
@ -238,7 +238,7 @@
|
|||
this.AcceptBackgroundInputControllerOnlyCheckBox.Location = new System.Drawing.Point(156, 135);
|
||||
this.AcceptBackgroundInputControllerOnlyCheckBox.Name = "AcceptBackgroundInputControllerOnlyCheckBox";
|
||||
this.AcceptBackgroundInputControllerOnlyCheckBox.Size = new System.Drawing.Size(117, 17);
|
||||
this.AcceptBackgroundInputControllerOnlyCheckBox.TabIndex = 14;
|
||||
this.AcceptBackgroundInputControllerOnlyCheckBox.TabIndex = 9;
|
||||
this.AcceptBackgroundInputControllerOnlyCheckBox.Text = "From controller only";
|
||||
this.AcceptBackgroundInputControllerOnlyCheckBox.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -327,7 +327,7 @@
|
|||
this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new System.Drawing.Size(265, 60);
|
||||
this.groupBox2.TabIndex = 27;
|
||||
this.groupBox2.TabIndex = 5;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "AutoSaveRAM";
|
||||
//
|
||||
|
@ -341,7 +341,7 @@
|
|||
0});
|
||||
this.AutosaveSRAMtextBox.Name = "AutosaveSRAMtextBox";
|
||||
this.AutosaveSRAMtextBox.Size = new System.Drawing.Size(50, 20);
|
||||
this.AutosaveSRAMtextBox.TabIndex = 27;
|
||||
this.AutosaveSRAMtextBox.TabIndex = 5;
|
||||
//
|
||||
// AutosaveSRAMradioButton1
|
||||
//
|
||||
|
@ -349,7 +349,7 @@
|
|||
this.AutosaveSRAMradioButton1.Location = new System.Drawing.Point(48, 33);
|
||||
this.AutosaveSRAMradioButton1.Name = "AutosaveSRAMradioButton1";
|
||||
this.AutosaveSRAMradioButton1.Size = new System.Drawing.Size(36, 17);
|
||||
this.AutosaveSRAMradioButton1.TabIndex = 22;
|
||||
this.AutosaveSRAMradioButton1.TabIndex = 2;
|
||||
this.AutosaveSRAMradioButton1.TabStop = true;
|
||||
this.AutosaveSRAMradioButton1.Text = "5s";
|
||||
this.AutosaveSRAMradioButton1.UseVisualStyleBackColor = true;
|
||||
|
@ -360,7 +360,7 @@
|
|||
this.label8.Location = new System.Drawing.Point(202, 35);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(12, 13);
|
||||
this.label8.TabIndex = 26;
|
||||
this.label8.TabIndex = 6;
|
||||
this.label8.Text = "s";
|
||||
//
|
||||
// AutosaveSRAMradioButton2
|
||||
|
@ -369,7 +369,7 @@
|
|||
this.AutosaveSRAMradioButton2.Location = new System.Drawing.Point(90, 34);
|
||||
this.AutosaveSRAMradioButton2.Name = "AutosaveSRAMradioButton2";
|
||||
this.AutosaveSRAMradioButton2.Size = new System.Drawing.Size(39, 17);
|
||||
this.AutosaveSRAMradioButton2.TabIndex = 23;
|
||||
this.AutosaveSRAMradioButton2.TabIndex = 3;
|
||||
this.AutosaveSRAMradioButton2.TabStop = true;
|
||||
this.AutosaveSRAMradioButton2.Text = "5m";
|
||||
this.AutosaveSRAMradioButton2.UseVisualStyleBackColor = true;
|
||||
|
@ -380,7 +380,7 @@
|
|||
this.AutosaveSRAMradioButton3.Location = new System.Drawing.Point(131, 35);
|
||||
this.AutosaveSRAMradioButton3.Name = "AutosaveSRAMradioButton3";
|
||||
this.AutosaveSRAMradioButton3.Size = new System.Drawing.Size(14, 13);
|
||||
this.AutosaveSRAMradioButton3.TabIndex = 24;
|
||||
this.AutosaveSRAMradioButton3.TabIndex = 4;
|
||||
this.AutosaveSRAMradioButton3.TabStop = true;
|
||||
this.AutosaveSRAMradioButton3.UseVisualStyleBackColor = true;
|
||||
this.AutosaveSRAMradioButton3.CheckedChanged += new System.EventHandler(this.AutosaveSRAMradioButton3_CheckedChanged);
|
||||
|
@ -391,7 +391,7 @@
|
|||
this.AutosaveSRAMCheckbox.Location = new System.Drawing.Point(6, 62);
|
||||
this.AutosaveSRAMCheckbox.Name = "AutosaveSRAMCheckbox";
|
||||
this.AutosaveSRAMCheckbox.Size = new System.Drawing.Size(15, 14);
|
||||
this.AutosaveSRAMCheckbox.TabIndex = 21;
|
||||
this.AutosaveSRAMCheckbox.TabIndex = 4;
|
||||
this.AutosaveSRAMCheckbox.UseVisualStyleBackColor = true;
|
||||
this.AutosaveSRAMCheckbox.CheckedChanged += new System.EventHandler(this.AutosaveSRAMCheckbox_CheckedChanged);
|
||||
//
|
||||
|
@ -411,7 +411,7 @@
|
|||
this.label7.Location = new System.Drawing.Point(3, 1);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(50, 13);
|
||||
this.label7.TabIndex = 2;
|
||||
this.label7.TabIndex = 0;
|
||||
this.label7.Text = "Lua Core";
|
||||
//
|
||||
// LuaInterfaceRadio
|
||||
|
@ -420,7 +420,7 @@
|
|||
this.LuaInterfaceRadio.Location = new System.Drawing.Point(4, 36);
|
||||
this.LuaInterfaceRadio.Name = "LuaInterfaceRadio";
|
||||
this.LuaInterfaceRadio.Size = new System.Drawing.Size(338, 17);
|
||||
this.LuaInterfaceRadio.TabIndex = 1;
|
||||
this.LuaInterfaceRadio.TabIndex = 2;
|
||||
this.LuaInterfaceRadio.TabStop = true;
|
||||
this.LuaInterfaceRadio.Text = "Lua+LuaInterface - Faster but memory leaks, use at your own risk!";
|
||||
this.LuaInterfaceRadio.UseVisualStyleBackColor = true;
|
||||
|
@ -431,7 +431,7 @@
|
|||
this.NLuaRadio.Location = new System.Drawing.Point(4, 17);
|
||||
this.NLuaRadio.Name = "NLuaRadio";
|
||||
this.NLuaRadio.Size = new System.Drawing.Size(194, 17);
|
||||
this.NLuaRadio.TabIndex = 0;
|
||||
this.NLuaRadio.TabIndex = 1;
|
||||
this.NLuaRadio.TabStop = true;
|
||||
this.NLuaRadio.Text = "NLua+KopiLua - Reliable but slower";
|
||||
this.NLuaRadio.UseVisualStyleBackColor = true;
|
||||
|
@ -521,7 +521,7 @@
|
|||
this.BackupSRamCheckbox.Location = new System.Drawing.Point(6, 39);
|
||||
this.BackupSRamCheckbox.Name = "BackupSRamCheckbox";
|
||||
this.BackupSRamCheckbox.Size = new System.Drawing.Size(203, 17);
|
||||
this.BackupSRamCheckbox.TabIndex = 9;
|
||||
this.BackupSRamCheckbox.TabIndex = 3;
|
||||
this.BackupSRamCheckbox.Text = "Backup SaveRAM to .SaveRAM.bak";
|
||||
this.BackupSRamCheckbox.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -550,7 +550,7 @@
|
|||
this.label9.Location = new System.Drawing.Point(6, 16);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(225, 13);
|
||||
this.label9.TabIndex = 28;
|
||||
this.label9.TabIndex = 0;
|
||||
this.label9.Text = "Save SaveRAM to .AutoSaveRAM.SaveRAM";
|
||||
//
|
||||
// label10
|
||||
|
@ -559,7 +559,7 @@
|
|||
this.label10.Location = new System.Drawing.Point(9, 34);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(33, 13);
|
||||
this.label10.TabIndex = 29;
|
||||
this.label10.TabIndex = 1;
|
||||
this.label10.Text = "every";
|
||||
//
|
||||
// EmuHawkOptions
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
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.TabIndex = 0;
|
||||
this.label10.Text = "Enable";
|
||||
//
|
||||
// LargeStateEnabledBox
|
||||
|
@ -195,7 +195,7 @@
|
|||
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.TabIndex = 11;
|
||||
this.LargeStateEnabledBox.UseVisualStyleBackColor = true;
|
||||
this.LargeStateEnabledBox.CheckStateChanged += new System.EventHandler(this.LargeStateEnabledBox_CheckStateChanged);
|
||||
//
|
||||
|
@ -205,7 +205,7 @@
|
|||
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.TabIndex = 6;
|
||||
this.MediumStateEnabledBox.UseVisualStyleBackColor = true;
|
||||
this.MediumStateEnabledBox.CheckStateChanged += new System.EventHandler(this.MediumStateEnabledBox_CheckStateChanged);
|
||||
//
|
||||
|
@ -215,7 +215,7 @@
|
|||
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.TabIndex = 1;
|
||||
this.SmallStateEnabledBox.UseVisualStyleBackColor = true;
|
||||
this.SmallStateEnabledBox.CheckStateChanged += new System.EventHandler(this.SmallStateEnabledBox_CheckStateChanged);
|
||||
//
|
||||
|
@ -234,7 +234,7 @@
|
|||
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.TabIndex = 15;
|
||||
this.LargeLabel3.Text = "frames";
|
||||
//
|
||||
// LargeSavestateNumeric
|
||||
|
@ -252,7 +252,7 @@
|
|||
0});
|
||||
this.LargeSavestateNumeric.Name = "LargeSavestateNumeric";
|
||||
this.LargeSavestateNumeric.Size = new System.Drawing.Size(38, 20);
|
||||
this.LargeSavestateNumeric.TabIndex = 11;
|
||||
this.LargeSavestateNumeric.TabIndex = 14;
|
||||
this.LargeSavestateNumeric.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
@ -266,7 +266,7 @@
|
|||
this.LargeLabel1.Location = new System.Drawing.Point(40, 88);
|
||||
this.LargeLabel1.Name = "LargeLabel1";
|
||||
this.LargeLabel1.Size = new System.Drawing.Size(179, 13);
|
||||
this.LargeLabel1.TabIndex = 10;
|
||||
this.LargeLabel1.TabIndex = 12;
|
||||
this.LargeLabel1.Text = "Large savestates (more than 100KB)";
|
||||
this.LargeLabel1.Click += new System.EventHandler(this.LargeLabel1_Click);
|
||||
//
|
||||
|
@ -276,7 +276,7 @@
|
|||
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.TabIndex = 8;
|
||||
this.MediumLabel2.Text = "every";
|
||||
//
|
||||
// MediumLabel3
|
||||
|
@ -285,7 +285,7 @@
|
|||
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.TabIndex = 10;
|
||||
this.MediumLabel3.Text = "frames";
|
||||
//
|
||||
// MediumSavestateNumeric
|
||||
|
@ -303,7 +303,7 @@
|
|||
0});
|
||||
this.MediumSavestateNumeric.Name = "MediumSavestateNumeric";
|
||||
this.MediumSavestateNumeric.Size = new System.Drawing.Size(38, 20);
|
||||
this.MediumSavestateNumeric.TabIndex = 7;
|
||||
this.MediumSavestateNumeric.TabIndex = 9;
|
||||
this.MediumSavestateNumeric.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
@ -317,7 +317,7 @@
|
|||
this.MediumLabel1.Location = new System.Drawing.Point(40, 64);
|
||||
this.MediumLabel1.Name = "MediumLabel1";
|
||||
this.MediumLabel1.Size = new System.Drawing.Size(160, 13);
|
||||
this.MediumLabel1.TabIndex = 6;
|
||||
this.MediumLabel1.TabIndex = 7;
|
||||
this.MediumLabel1.Text = "Medium savestates (32 - 100KB)";
|
||||
this.MediumLabel1.Click += new System.EventHandler(this.MediumLabel1_Click);
|
||||
//
|
||||
|
@ -327,7 +327,7 @@
|
|||
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.TabIndex = 3;
|
||||
this.SmallLabel2.Text = "every";
|
||||
//
|
||||
// SmallLabel3
|
||||
|
@ -336,7 +336,7 @@
|
|||
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.TabIndex = 5;
|
||||
this.SmallLabel3.Text = "frames";
|
||||
//
|
||||
// SmallSavestateNumeric
|
||||
|
@ -354,7 +354,7 @@
|
|||
0});
|
||||
this.SmallSavestateNumeric.Name = "SmallSavestateNumeric";
|
||||
this.SmallSavestateNumeric.Size = new System.Drawing.Size(38, 20);
|
||||
this.SmallSavestateNumeric.TabIndex = 3;
|
||||
this.SmallSavestateNumeric.TabIndex = 4;
|
||||
this.SmallSavestateNumeric.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
@ -399,7 +399,7 @@
|
|||
this.MediumStateTrackbar.Minimum = 1;
|
||||
this.MediumStateTrackbar.Name = "MediumStateTrackbar";
|
||||
this.MediumStateTrackbar.Size = new System.Drawing.Size(186, 45);
|
||||
this.MediumStateTrackbar.TabIndex = 7;
|
||||
this.MediumStateTrackbar.TabIndex = 1;
|
||||
this.MediumStateTrackbar.TickFrequency = 256;
|
||||
this.MediumStateTrackbar.Value = 1;
|
||||
this.MediumStateTrackbar.ValueChanged += new System.EventHandler(this.MediumStateTrackbar_ValueChanged);
|
||||
|
@ -417,7 +417,7 @@
|
|||
this.groupBox2.Location = new System.Drawing.Point(12, 387);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Size = new System.Drawing.Size(371, 105);
|
||||
this.groupBox2.TabIndex = 8;
|
||||
this.groupBox2.TabIndex = 5;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "State Size Definition";
|
||||
//
|
||||
|
@ -436,7 +436,7 @@
|
|||
0});
|
||||
this.LargeStateUpDown.Name = "LargeStateUpDown";
|
||||
this.LargeStateUpDown.Size = new System.Drawing.Size(52, 20);
|
||||
this.LargeStateUpDown.TabIndex = 14;
|
||||
this.LargeStateUpDown.TabIndex = 6;
|
||||
this.LargeStateUpDown.Value = new decimal(new int[] {
|
||||
256,
|
||||
0,
|
||||
|
@ -459,7 +459,7 @@
|
|||
0});
|
||||
this.MediumStateUpDown.Name = "MediumStateUpDown";
|
||||
this.MediumStateUpDown.Size = new System.Drawing.Size(52, 20);
|
||||
this.MediumStateUpDown.TabIndex = 13;
|
||||
this.MediumStateUpDown.TabIndex = 2;
|
||||
this.MediumStateUpDown.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
@ -473,7 +473,7 @@
|
|||
this.LargeStateSizeLabel.Location = new System.Drawing.Point(312, 71);
|
||||
this.LargeStateSizeLabel.Name = "LargeStateSizeLabel";
|
||||
this.LargeStateSizeLabel.Size = new System.Drawing.Size(21, 13);
|
||||
this.LargeStateSizeLabel.TabIndex = 12;
|
||||
this.LargeStateSizeLabel.TabIndex = 7;
|
||||
this.LargeStateSizeLabel.Text = "KB";
|
||||
//
|
||||
// label5
|
||||
|
@ -482,7 +482,7 @@
|
|||
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.TabIndex = 4;
|
||||
this.label5.Text = "Large";
|
||||
//
|
||||
// LargeStateTrackbar
|
||||
|
@ -493,7 +493,7 @@
|
|||
this.LargeStateTrackbar.Minimum = 256;
|
||||
this.LargeStateTrackbar.Name = "LargeStateTrackbar";
|
||||
this.LargeStateTrackbar.Size = new System.Drawing.Size(186, 45);
|
||||
this.LargeStateTrackbar.TabIndex = 10;
|
||||
this.LargeStateTrackbar.TabIndex = 5;
|
||||
this.LargeStateTrackbar.TickFrequency = 1024;
|
||||
this.LargeStateTrackbar.Value = 256;
|
||||
this.LargeStateTrackbar.ValueChanged += new System.EventHandler(this.LargeStateTrackbar_ValueChanged);
|
||||
|
@ -504,7 +504,7 @@
|
|||
this.MediumStateSizeLabel.Location = new System.Drawing.Point(313, 35);
|
||||
this.MediumStateSizeLabel.Name = "MediumStateSizeLabel";
|
||||
this.MediumStateSizeLabel.Size = new System.Drawing.Size(21, 13);
|
||||
this.MediumStateSizeLabel.TabIndex = 9;
|
||||
this.MediumStateSizeLabel.TabIndex = 3;
|
||||
this.MediumStateSizeLabel.Text = "KB";
|
||||
//
|
||||
// label2
|
||||
|
@ -513,7 +513,7 @@
|
|||
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.TabIndex = 0;
|
||||
this.label2.Text = "Medium";
|
||||
//
|
||||
// groupBox3
|
||||
|
@ -531,7 +531,7 @@
|
|||
this.groupBox3.Location = new System.Drawing.Point(12, 214);
|
||||
this.groupBox3.Name = "groupBox3";
|
||||
this.groupBox3.Size = new System.Drawing.Size(371, 167);
|
||||
this.groupBox3.TabIndex = 9;
|
||||
this.groupBox3.TabIndex = 4;
|
||||
this.groupBox3.TabStop = false;
|
||||
this.groupBox3.Text = "Rewind Options";
|
||||
//
|
||||
|
@ -683,7 +683,7 @@
|
|||
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.TabIndex = 2;
|
||||
this.groupBox4.TabStop = false;
|
||||
this.groupBox4.Text = "Current Statistics";
|
||||
//
|
||||
|
@ -767,7 +767,7 @@
|
|||
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.TabIndex = 4;
|
||||
this.groupBox6.TabStop = false;
|
||||
this.groupBox6.Text = "Type";
|
||||
//
|
||||
|
@ -811,7 +811,7 @@
|
|||
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.btnResetCompression.TabIndex = 3;
|
||||
this.toolTip1.SetToolTip(this.btnResetCompression, "Reset to default");
|
||||
this.btnResetCompression.UseVisualStyleBackColor = true;
|
||||
this.btnResetCompression.Click += new System.EventHandler(this.BtnResetCompression_Click);
|
||||
|
@ -823,7 +823,7 @@
|
|||
this.trackBarCompression.Maximum = 9;
|
||||
this.trackBarCompression.Name = "trackBarCompression";
|
||||
this.trackBarCompression.Size = new System.Drawing.Size(157, 45);
|
||||
this.trackBarCompression.TabIndex = 20;
|
||||
this.trackBarCompression.TabIndex = 1;
|
||||
this.toolTip1.SetToolTip(this.trackBarCompression, "0 = None; 9 = Maximum");
|
||||
this.trackBarCompression.Value = 1;
|
||||
this.trackBarCompression.ValueChanged += new System.EventHandler(this.TrackBarCompression_ValueChanged);
|
||||
|
@ -838,7 +838,7 @@
|
|||
0});
|
||||
this.nudCompression.Name = "nudCompression";
|
||||
this.nudCompression.Size = new System.Drawing.Size(52, 20);
|
||||
this.nudCompression.TabIndex = 22;
|
||||
this.nudCompression.TabIndex = 2;
|
||||
this.nudCompression.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
@ -866,7 +866,7 @@
|
|||
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.TabIndex = 6;
|
||||
this.groupBox7.TabStop = false;
|
||||
this.groupBox7.Text = "Savestate Options";
|
||||
//
|
||||
|
@ -983,7 +983,7 @@
|
|||
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.TabIndex = 0;
|
||||
this.label12.Text = "Compression Level";
|
||||
//
|
||||
// RewindConfig
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
this.cbEnableNormal.Location = new System.Drawing.Point(6, 20);
|
||||
this.cbEnableNormal.Name = "cbEnableNormal";
|
||||
this.cbEnableNormal.Size = new System.Drawing.Size(48, 17);
|
||||
this.cbEnableNormal.TabIndex = 3;
|
||||
this.cbEnableNormal.TabIndex = 0;
|
||||
this.cbEnableNormal.Text = "Ena.";
|
||||
this.cbEnableNormal.UseVisualStyleBackColor = true;
|
||||
this.cbEnableNormal.CheckedChanged += new System.EventHandler(this.UpdateSoundDialog);
|
||||
|
@ -116,7 +116,7 @@
|
|||
this.nudRWFF.Location = new System.Drawing.Point(58, 223);
|
||||
this.nudRWFF.Name = "nudRWFF";
|
||||
this.nudRWFF.Size = new System.Drawing.Size(45, 20);
|
||||
this.nudRWFF.TabIndex = 15;
|
||||
this.nudRWFF.TabIndex = 7;
|
||||
this.nudRWFF.Value = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
|
@ -129,7 +129,7 @@
|
|||
this.cbEnableRWFF.Location = new System.Drawing.Point(58, 20);
|
||||
this.cbEnableRWFF.Name = "cbEnableRWFF";
|
||||
this.cbEnableRWFF.Size = new System.Drawing.Size(48, 17);
|
||||
this.cbEnableRWFF.TabIndex = 14;
|
||||
this.cbEnableRWFF.TabIndex = 4;
|
||||
this.cbEnableRWFF.Text = "Ena.";
|
||||
this.cbEnableRWFF.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -141,7 +141,7 @@
|
|||
this.tbRWFF.Name = "tbRWFF";
|
||||
this.tbRWFF.Orientation = System.Windows.Forms.Orientation.Vertical;
|
||||
this.tbRWFF.Size = new System.Drawing.Size(42, 164);
|
||||
this.tbRWFF.TabIndex = 13;
|
||||
this.tbRWFF.TabIndex = 6;
|
||||
this.tbRWFF.TickFrequency = 10;
|
||||
this.tbRWFF.Scroll += new System.EventHandler(this.TbRwff_Scroll);
|
||||
//
|
||||
|
@ -152,7 +152,7 @@
|
|||
this.label2.Location = new System.Drawing.Point(56, 42);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(50, 13);
|
||||
this.label2.TabIndex = 12;
|
||||
this.label2.TabIndex = 5;
|
||||
this.label2.Text = "RW && FF";
|
||||
//
|
||||
// label1
|
||||
|
@ -162,7 +162,7 @@
|
|||
this.label1.Location = new System.Drawing.Point(6, 42);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(40, 13);
|
||||
this.label1.TabIndex = 11;
|
||||
this.label1.TabIndex = 1;
|
||||
this.label1.Text = "Normal";
|
||||
//
|
||||
// tbNormal
|
||||
|
@ -173,7 +173,7 @@
|
|||
this.tbNormal.Name = "tbNormal";
|
||||
this.tbNormal.Orientation = System.Windows.Forms.Orientation.Vertical;
|
||||
this.tbNormal.Size = new System.Drawing.Size(42, 164);
|
||||
this.tbNormal.TabIndex = 0;
|
||||
this.tbNormal.TabIndex = 2;
|
||||
this.tbNormal.TickFrequency = 10;
|
||||
this.tbNormal.Scroll += new System.EventHandler(this.TrackBar1_Scroll);
|
||||
//
|
||||
|
@ -182,7 +182,7 @@
|
|||
this.nudNormal.Location = new System.Drawing.Point(5, 223);
|
||||
this.nudNormal.Name = "nudNormal";
|
||||
this.nudNormal.Size = new System.Drawing.Size(45, 20);
|
||||
this.nudNormal.TabIndex = 1;
|
||||
this.nudNormal.TabIndex = 3;
|
||||
this.nudNormal.Value = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
|
@ -199,7 +199,7 @@
|
|||
this.listBoxSoundDevices.Location = new System.Drawing.Point(138, 110);
|
||||
this.listBoxSoundDevices.Name = "listBoxSoundDevices";
|
||||
this.listBoxSoundDevices.Size = new System.Drawing.Size(254, 95);
|
||||
this.listBoxSoundDevices.TabIndex = 7;
|
||||
this.listBoxSoundDevices.TabIndex = 8;
|
||||
//
|
||||
// SoundDeviceLabel
|
||||
//
|
||||
|
@ -207,7 +207,7 @@
|
|||
this.SoundDeviceLabel.Location = new System.Drawing.Point(135, 89);
|
||||
this.SoundDeviceLabel.Name = "SoundDeviceLabel";
|
||||
this.SoundDeviceLabel.Size = new System.Drawing.Size(78, 13);
|
||||
this.SoundDeviceLabel.TabIndex = 6;
|
||||
this.SoundDeviceLabel.TabIndex = 7;
|
||||
this.SoundDeviceLabel.Text = "Sound Device:";
|
||||
//
|
||||
// BufferSizeLabel
|
||||
|
@ -217,7 +217,7 @@
|
|||
this.BufferSizeLabel.Location = new System.Drawing.Point(135, 210);
|
||||
this.BufferSizeLabel.Name = "BufferSizeLabel";
|
||||
this.BufferSizeLabel.Size = new System.Drawing.Size(61, 13);
|
||||
this.BufferSizeLabel.TabIndex = 8;
|
||||
this.BufferSizeLabel.TabIndex = 9;
|
||||
this.BufferSizeLabel.Text = "Buffer Size:";
|
||||
//
|
||||
// BufferSizeNumeric
|
||||
|
@ -236,7 +236,7 @@
|
|||
0});
|
||||
this.BufferSizeNumeric.Name = "BufferSizeNumeric";
|
||||
this.BufferSizeNumeric.Size = new System.Drawing.Size(59, 20);
|
||||
this.BufferSizeNumeric.TabIndex = 9;
|
||||
this.BufferSizeNumeric.TabIndex = 10;
|
||||
this.BufferSizeNumeric.Value = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
|
@ -250,7 +250,7 @@
|
|||
this.BufferSizeUnitsLabel.Location = new System.Drawing.Point(267, 210);
|
||||
this.BufferSizeUnitsLabel.Name = "BufferSizeUnitsLabel";
|
||||
this.BufferSizeUnitsLabel.Size = new System.Drawing.Size(63, 13);
|
||||
this.BufferSizeUnitsLabel.TabIndex = 10;
|
||||
this.BufferSizeUnitsLabel.TabIndex = 11;
|
||||
this.BufferSizeUnitsLabel.Text = "milliseconds";
|
||||
//
|
||||
// grpOutputMethod
|
||||
|
@ -261,7 +261,7 @@
|
|||
this.grpOutputMethod.Location = new System.Drawing.Point(292, 12);
|
||||
this.grpOutputMethod.Name = "grpOutputMethod";
|
||||
this.grpOutputMethod.Size = new System.Drawing.Size(100, 90);
|
||||
this.grpOutputMethod.TabIndex = 5;
|
||||
this.grpOutputMethod.TabIndex = 12;
|
||||
this.grpOutputMethod.TabStop = false;
|
||||
this.grpOutputMethod.Text = "Output Method";
|
||||
//
|
||||
|
@ -307,7 +307,7 @@
|
|||
this.cbMuteFrameAdvance.Location = new System.Drawing.Point(139, 68);
|
||||
this.cbMuteFrameAdvance.Name = "cbMuteFrameAdvance";
|
||||
this.cbMuteFrameAdvance.Size = new System.Drawing.Size(128, 17);
|
||||
this.cbMuteFrameAdvance.TabIndex = 17;
|
||||
this.cbMuteFrameAdvance.TabIndex = 6;
|
||||
this.cbMuteFrameAdvance.Text = "Mute Frame Advance";
|
||||
this.cbMuteFrameAdvance.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
@ -317,7 +317,7 @@
|
|||
this.cbEnableMaster.Location = new System.Drawing.Point(139, 16);
|
||||
this.cbEnableMaster.Name = "cbEnableMaster";
|
||||
this.cbEnableMaster.Size = new System.Drawing.Size(128, 17);
|
||||
this.cbEnableMaster.TabIndex = 18;
|
||||
this.cbEnableMaster.TabIndex = 4;
|
||||
this.cbEnableMaster.Text = "Sound Master Enable";
|
||||
this.cbEnableMaster.UseVisualStyleBackColor = true;
|
||||
this.cbEnableMaster.CheckedChanged += new System.EventHandler(this.UpdateSoundDialog);
|
||||
|
@ -328,7 +328,7 @@
|
|||
this.label3.Location = new System.Drawing.Point(161, 35);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(126, 26);
|
||||
this.label3.TabIndex = 19;
|
||||
this.label3.TabIndex = 5;
|
||||
this.label3.Text = "Controls whether cores even generate audio.";
|
||||
//
|
||||
// SoundConfig
|
||||
|
|
Loading…
Reference in New Issue