272 lines
12 KiB
C#
272 lines
12 KiB
C#
namespace NovetusLauncher
|
|
{
|
|
partial class LauncherFormSettings
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LauncherFormSettings));
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox7 = new System.Windows.Forms.CheckBox();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Items.AddRange(new object[] {
|
|
"Automatic",
|
|
"Very Low",
|
|
"Low",
|
|
"Medium",
|
|
"High",
|
|
"Ultra",
|
|
"Custom"});
|
|
this.comboBox2.Location = new System.Drawing.Point(90, 44);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(109, 21);
|
|
this.comboBox2.TabIndex = 81;
|
|
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
|
|
//
|
|
// label31
|
|
//
|
|
this.label31.AutoSize = true;
|
|
this.label31.Location = new System.Drawing.Point(5, 20);
|
|
this.label31.Name = "label31";
|
|
this.label31.Size = new System.Drawing.Size(79, 13);
|
|
this.label31.TabIndex = 80;
|
|
this.label31.Text = "Graphics Mode";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"Automatic",
|
|
"GL Stable",
|
|
"GL Experimental",
|
|
"DirectX"});
|
|
this.comboBox1.Location = new System.Drawing.Point(90, 17);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(109, 21);
|
|
this.comboBox1.TabIndex = 79;
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
//
|
|
// checkBox6
|
|
//
|
|
this.checkBox6.Location = new System.Drawing.Point(6, 48);
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.Size = new System.Drawing.Size(131, 17);
|
|
this.checkBox6.TabIndex = 76;
|
|
this.checkBox6.Text = "ReShade FPS Display";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
|
|
//
|
|
// checkBox7
|
|
//
|
|
this.checkBox7.AutoSize = true;
|
|
this.checkBox7.Location = new System.Drawing.Point(6, 31);
|
|
this.checkBox7.Name = "checkBox7";
|
|
this.checkBox7.Size = new System.Drawing.Size(164, 17);
|
|
this.checkBox7.TabIndex = 77;
|
|
this.checkBox7.Text = "ReShade Performance Mode";
|
|
this.checkBox7.UseVisualStyleBackColor = true;
|
|
this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(5, 46);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(84, 13);
|
|
this.label22.TabIndex = 78;
|
|
this.label22.Text = "Graphics Quality";
|
|
//
|
|
// checkBox5
|
|
//
|
|
this.checkBox5.AutoSize = true;
|
|
this.checkBox5.Checked = true;
|
|
this.checkBox5.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.checkBox5.Location = new System.Drawing.Point(6, 14);
|
|
this.checkBox5.Name = "checkBox5";
|
|
this.checkBox5.Size = new System.Drawing.Size(107, 17);
|
|
this.checkBox5.TabIndex = 75;
|
|
this.checkBox5.Text = "Toggle ReShade";
|
|
this.checkBox5.UseVisualStyleBackColor = true;
|
|
this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(8, 71);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(191, 23);
|
|
this.button1.TabIndex = 83;
|
|
this.button1.Text = "Change custom graphics options";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.ForeColor = System.Drawing.Color.Red;
|
|
this.label9.Location = new System.Drawing.Point(91, 114);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(234, 13);
|
|
this.label9.TabIndex = 84;
|
|
this.label9.Text = "Close this window to save your settings.";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.groupBox1.Controls.Add(this.checkBox7);
|
|
this.groupBox1.Controls.Add(this.checkBox5);
|
|
this.groupBox1.Controls.Add(this.checkBox6);
|
|
this.groupBox1.Location = new System.Drawing.Point(223, 1);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(172, 70);
|
|
this.groupBox1.TabIndex = 85;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "ReShade Options";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.groupBox2.Controls.Add(this.label31);
|
|
this.groupBox2.Controls.Add(this.label22);
|
|
this.groupBox2.Controls.Add(this.comboBox1);
|
|
this.groupBox2.Controls.Add(this.button1);
|
|
this.groupBox2.Controls.Add(this.comboBox2);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 1);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(205, 110);
|
|
this.groupBox2.TabIndex = 86;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Graphics Options";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.groupBox3.Controls.Add(this.label1);
|
|
this.groupBox3.Controls.Add(this.comboBox3);
|
|
this.groupBox3.Location = new System.Drawing.Point(223, 72);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(172, 39);
|
|
this.groupBox3.TabIndex = 87;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Other";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(38, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Priority";
|
|
//
|
|
// comboBox3
|
|
//
|
|
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox3.FormattingEnabled = true;
|
|
this.comboBox3.Items.AddRange(new object[] {
|
|
"Low",
|
|
"Below normal",
|
|
"Normal",
|
|
"Above normal",
|
|
"High",
|
|
"Realtime"});
|
|
this.comboBox3.Location = new System.Drawing.Point(50, 12);
|
|
this.comboBox3.Name = "comboBox3";
|
|
this.comboBox3.Size = new System.Drawing.Size(120, 21);
|
|
this.comboBox3.TabIndex = 0;
|
|
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
|
|
//
|
|
// LauncherFormSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.ClientSize = new System.Drawing.Size(407, 134);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.label9);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "LauncherFormSettings";
|
|
this.Text = "Novetus Settings";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NovetusSettings_Close);
|
|
this.Load += new System.EventHandler(this.NovetusSettings_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
private void ComboBox2_Click(object sender, System.EventArgs e)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.Label label31;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.CheckBox checkBox6;
|
|
private System.Windows.Forms.CheckBox checkBox7;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.CheckBox checkBox5;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.ComboBox comboBox3;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |