Update LauncherFormSettings.Designer.cs

This commit is contained in:
Bitl 2022-12-22 06:47:16 -07:00
parent e3956d12ec
commit f8d1f9406c
1 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@
// checkBox7 // checkBox7
// //
this.checkBox7.AutoSize = true; this.checkBox7.AutoSize = true;
this.checkBox7.Location = new System.Drawing.Point(6, 43); this.checkBox7.Location = new System.Drawing.Point(6, 42);
this.checkBox7.Name = "checkBox7"; this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(164, 17); this.checkBox7.Size = new System.Drawing.Size(164, 17);
this.checkBox7.TabIndex = 77; this.checkBox7.TabIndex = 77;
@ -125,11 +125,11 @@
// checkBox5 // checkBox5
// //
this.checkBox5.AutoSize = true; this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(6, 14); this.checkBox5.Location = new System.Drawing.Point(6, 20);
this.checkBox5.Name = "checkBox5"; this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(184, 30); this.checkBox5.Size = new System.Drawing.Size(107, 17);
this.checkBox5.TabIndex = 75; this.checkBox5.TabIndex = 75;
this.checkBox5.Text = "Toggle ReShade \r\n(Windows 7 SP1 and above only)"; this.checkBox5.Text = "Toggle ReShade";
this.checkBox5.UseVisualStyleBackColor = true; this.checkBox5.UseVisualStyleBackColor = true;
this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged); this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
// //