mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
609 lines
34 KiB
C#
609 lines
34 KiB
C#
namespace GHelper
|
|
{
|
|
partial class SettingsForm
|
|
{
|
|
/// <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(SettingsForm));
|
|
this.checkStartup = new System.Windows.Forms.CheckBox();
|
|
this.trackBattery = new System.Windows.Forms.TrackBar();
|
|
this.labelBatteryTitle = new System.Windows.Forms.Label();
|
|
this.pictureBattery = new System.Windows.Forms.PictureBox();
|
|
this.labelGPUFan = new System.Windows.Forms.Label();
|
|
this.tableGPU = new System.Windows.Forms.TableLayoutPanel();
|
|
this.buttonUltimate = new System.Windows.Forms.Button();
|
|
this.buttonStandard = new System.Windows.Forms.Button();
|
|
this.buttonEco = new System.Windows.Forms.Button();
|
|
this.labelGPU = new System.Windows.Forms.Label();
|
|
this.pictureGPU = new System.Windows.Forms.PictureBox();
|
|
this.labelCPUFan = new System.Windows.Forms.Label();
|
|
this.tablePerf = new System.Windows.Forms.TableLayoutPanel();
|
|
this.buttonTurbo = new System.Windows.Forms.Button();
|
|
this.buttonBalanced = new System.Windows.Forms.Button();
|
|
this.buttonSilent = new System.Windows.Forms.Button();
|
|
this.picturePerf = new System.Windows.Forms.PictureBox();
|
|
this.labelPerf = new System.Windows.Forms.Label();
|
|
this.checkGPU = new System.Windows.Forms.CheckBox();
|
|
this.buttonQuit = new System.Windows.Forms.Button();
|
|
this.pictureScreen = new System.Windows.Forms.PictureBox();
|
|
this.labelSreen = new System.Windows.Forms.Label();
|
|
this.tableScreen = new System.Windows.Forms.TableLayoutPanel();
|
|
this.button120Hz = new System.Windows.Forms.Button();
|
|
this.button60Hz = new System.Windows.Forms.Button();
|
|
this.checkScreen = new System.Windows.Forms.CheckBox();
|
|
this.checkBoost = new System.Windows.Forms.CheckBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboKeyboard = new System.Windows.Forms.ComboBox();
|
|
this.buttonKeyboardColor = new System.Windows.Forms.Button();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.labelBattery = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBattery)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBattery)).BeginInit();
|
|
this.tableGPU.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureGPU)).BeginInit();
|
|
this.tablePerf.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picturePerf)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureScreen)).BeginInit();
|
|
this.tableScreen.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// checkStartup
|
|
//
|
|
this.checkStartup.AutoSize = true;
|
|
this.checkStartup.Location = new System.Drawing.Point(40, 1007);
|
|
this.checkStartup.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.checkStartup.Name = "checkStartup";
|
|
this.checkStartup.Size = new System.Drawing.Size(206, 36);
|
|
this.checkStartup.TabIndex = 2;
|
|
this.checkStartup.Text = "Run on Startup";
|
|
this.checkStartup.UseVisualStyleBackColor = true;
|
|
this.checkStartup.CheckedChanged += new System.EventHandler(this.checkStartup_CheckedChanged);
|
|
//
|
|
// trackBattery
|
|
//
|
|
this.trackBattery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackBattery.LargeChange = 20;
|
|
this.trackBattery.Location = new System.Drawing.Point(20, 908);
|
|
this.trackBattery.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.trackBattery.Maximum = 100;
|
|
this.trackBattery.Minimum = 50;
|
|
this.trackBattery.Name = "trackBattery";
|
|
this.trackBattery.Size = new System.Drawing.Size(690, 90);
|
|
this.trackBattery.SmallChange = 10;
|
|
this.trackBattery.TabIndex = 3;
|
|
this.trackBattery.TickFrequency = 10;
|
|
this.trackBattery.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
|
|
this.trackBattery.Value = 100;
|
|
//
|
|
// labelBatteryTitle
|
|
//
|
|
this.labelBatteryTitle.AutoSize = true;
|
|
this.labelBatteryTitle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.labelBatteryTitle.Location = new System.Drawing.Point(77, 871);
|
|
this.labelBatteryTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelBatteryTitle.Name = "labelBatteryTitle";
|
|
this.labelBatteryTitle.Size = new System.Drawing.Size(248, 32);
|
|
this.labelBatteryTitle.TabIndex = 4;
|
|
this.labelBatteryTitle.Text = "Battery Charge Limit";
|
|
//
|
|
// pictureBattery
|
|
//
|
|
this.pictureBattery.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBattery.BackgroundImage")));
|
|
this.pictureBattery.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBattery.Location = new System.Drawing.Point(33, 868);
|
|
this.pictureBattery.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.pictureBattery.Name = "pictureBattery";
|
|
this.pictureBattery.Size = new System.Drawing.Size(38, 38);
|
|
this.pictureBattery.TabIndex = 6;
|
|
this.pictureBattery.TabStop = false;
|
|
//
|
|
// labelGPUFan
|
|
//
|
|
this.labelGPUFan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelGPUFan.Location = new System.Drawing.Point(425, 262);
|
|
this.labelGPUFan.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelGPUFan.Name = "labelGPUFan";
|
|
this.labelGPUFan.Size = new System.Drawing.Size(277, 32);
|
|
this.labelGPUFan.TabIndex = 8;
|
|
this.labelGPUFan.Text = "GPU Fan : 0%";
|
|
this.labelGPUFan.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// tableGPU
|
|
//
|
|
this.tableGPU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableGPU.ColumnCount = 3;
|
|
this.tableGPU.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableGPU.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableGPU.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableGPU.Controls.Add(this.buttonUltimate, 2, 0);
|
|
this.tableGPU.Controls.Add(this.buttonStandard, 1, 0);
|
|
this.tableGPU.Controls.Add(this.buttonEco, 0, 0);
|
|
this.tableGPU.Location = new System.Drawing.Point(22, 303);
|
|
this.tableGPU.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.tableGPU.Name = "tableGPU";
|
|
this.tableGPU.RowCount = 1;
|
|
this.tableGPU.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
|
|
this.tableGPU.Size = new System.Drawing.Size(690, 107);
|
|
this.tableGPU.TabIndex = 7;
|
|
//
|
|
// buttonUltimate
|
|
//
|
|
this.buttonUltimate.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.buttonUltimate.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonUltimate.FlatAppearance.BorderSize = 0;
|
|
this.buttonUltimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonUltimate.Location = new System.Drawing.Point(469, 11);
|
|
this.buttonUltimate.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.buttonUltimate.Name = "buttonUltimate";
|
|
this.buttonUltimate.Size = new System.Drawing.Size(212, 85);
|
|
this.buttonUltimate.TabIndex = 2;
|
|
this.buttonUltimate.Text = "Ultimate";
|
|
this.buttonUltimate.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonStandard
|
|
//
|
|
this.buttonStandard.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.buttonStandard.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonStandard.FlatAppearance.BorderSize = 0;
|
|
this.buttonStandard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonStandard.Location = new System.Drawing.Point(239, 11);
|
|
this.buttonStandard.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.buttonStandard.Name = "buttonStandard";
|
|
this.buttonStandard.Size = new System.Drawing.Size(212, 85);
|
|
this.buttonStandard.TabIndex = 1;
|
|
this.buttonStandard.Text = "Standard";
|
|
this.buttonStandard.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonEco
|
|
//
|
|
this.buttonEco.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.buttonEco.CausesValidation = false;
|
|
this.buttonEco.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonEco.FlatAppearance.BorderSize = 0;
|
|
this.buttonEco.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonEco.Location = new System.Drawing.Point(9, 11);
|
|
this.buttonEco.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.buttonEco.Name = "buttonEco";
|
|
this.buttonEco.Size = new System.Drawing.Size(212, 85);
|
|
this.buttonEco.TabIndex = 0;
|
|
this.buttonEco.Text = "Eco";
|
|
this.buttonEco.UseVisualStyleBackColor = false;
|
|
//
|
|
// labelGPU
|
|
//
|
|
this.labelGPU.AutoSize = true;
|
|
this.labelGPU.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.labelGPU.Location = new System.Drawing.Point(77, 265);
|
|
this.labelGPU.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelGPU.Name = "labelGPU";
|
|
this.labelGPU.Size = new System.Drawing.Size(136, 32);
|
|
this.labelGPU.TabIndex = 9;
|
|
this.labelGPU.Text = "GPU Mode";
|
|
//
|
|
// pictureGPU
|
|
//
|
|
this.pictureGPU.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureGPU.BackgroundImage")));
|
|
this.pictureGPU.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureGPU.Location = new System.Drawing.Point(33, 263);
|
|
this.pictureGPU.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.pictureGPU.Name = "pictureGPU";
|
|
this.pictureGPU.Size = new System.Drawing.Size(38, 38);
|
|
this.pictureGPU.TabIndex = 10;
|
|
this.pictureGPU.TabStop = false;
|
|
//
|
|
// labelCPUFan
|
|
//
|
|
this.labelCPUFan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelCPUFan.Location = new System.Drawing.Point(425, 38);
|
|
this.labelCPUFan.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelCPUFan.Name = "labelCPUFan";
|
|
this.labelCPUFan.Size = new System.Drawing.Size(277, 32);
|
|
this.labelCPUFan.TabIndex = 12;
|
|
this.labelCPUFan.Text = "CPU Fan : 0%";
|
|
this.labelCPUFan.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// tablePerf
|
|
//
|
|
this.tablePerf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tablePerf.ColumnCount = 3;
|
|
this.tablePerf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tablePerf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tablePerf.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tablePerf.Controls.Add(this.buttonTurbo, 2, 0);
|
|
this.tablePerf.Controls.Add(this.buttonBalanced, 1, 0);
|
|
this.tablePerf.Controls.Add(this.buttonSilent, 0, 0);
|
|
this.tablePerf.Location = new System.Drawing.Point(22, 76);
|
|
this.tablePerf.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.tablePerf.Name = "tablePerf";
|
|
this.tablePerf.RowCount = 1;
|
|
this.tablePerf.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
|
|
this.tablePerf.Size = new System.Drawing.Size(690, 107);
|
|
this.tablePerf.TabIndex = 11;
|
|
//
|
|
// buttonTurbo
|
|
//
|
|
this.buttonTurbo.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.buttonTurbo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonTurbo.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.buttonTurbo.FlatAppearance.BorderSize = 0;
|
|
this.buttonTurbo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonTurbo.Location = new System.Drawing.Point(469, 11);
|
|
this.buttonTurbo.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.buttonTurbo.Name = "buttonTurbo";
|
|
this.buttonTurbo.Size = new System.Drawing.Size(212, 85);
|
|
this.buttonTurbo.TabIndex = 2;
|
|
this.buttonTurbo.Text = "Turbo";
|
|
this.buttonTurbo.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonBalanced
|
|
//
|
|
this.buttonBalanced.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.buttonBalanced.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonBalanced.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
|
this.buttonBalanced.FlatAppearance.BorderSize = 0;
|
|
this.buttonBalanced.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonBalanced.Location = new System.Drawing.Point(239, 11);
|
|
this.buttonBalanced.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.buttonBalanced.Name = "buttonBalanced";
|
|
this.buttonBalanced.Size = new System.Drawing.Size(212, 85);
|
|
this.buttonBalanced.TabIndex = 1;
|
|
this.buttonBalanced.Text = "Balanced";
|
|
this.buttonBalanced.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonSilent
|
|
//
|
|
this.buttonSilent.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.buttonSilent.CausesValidation = false;
|
|
this.buttonSilent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buttonSilent.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.buttonSilent.FlatAppearance.BorderSize = 0;
|
|
this.buttonSilent.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSilent.Location = new System.Drawing.Point(9, 11);
|
|
this.buttonSilent.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.buttonSilent.Name = "buttonSilent";
|
|
this.buttonSilent.Size = new System.Drawing.Size(212, 85);
|
|
this.buttonSilent.TabIndex = 0;
|
|
this.buttonSilent.Text = "Silent";
|
|
this.buttonSilent.UseVisualStyleBackColor = false;
|
|
//
|
|
// picturePerf
|
|
//
|
|
this.picturePerf.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picturePerf.BackgroundImage")));
|
|
this.picturePerf.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.picturePerf.InitialImage = null;
|
|
this.picturePerf.Location = new System.Drawing.Point(33, 36);
|
|
this.picturePerf.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.picturePerf.Name = "picturePerf";
|
|
this.picturePerf.Size = new System.Drawing.Size(38, 38);
|
|
this.picturePerf.TabIndex = 14;
|
|
this.picturePerf.TabStop = false;
|
|
//
|
|
// labelPerf
|
|
//
|
|
this.labelPerf.AutoSize = true;
|
|
this.labelPerf.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.labelPerf.Location = new System.Drawing.Point(77, 38);
|
|
this.labelPerf.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelPerf.Name = "labelPerf";
|
|
this.labelPerf.Size = new System.Drawing.Size(234, 32);
|
|
this.labelPerf.TabIndex = 13;
|
|
this.labelPerf.Text = "Performance Mode";
|
|
//
|
|
// checkGPU
|
|
//
|
|
this.checkGPU.AutoSize = true;
|
|
this.checkGPU.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.checkGPU.Location = new System.Drawing.Point(33, 411);
|
|
this.checkGPU.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.checkGPU.Name = "checkGPU";
|
|
this.checkGPU.Size = new System.Drawing.Size(550, 36);
|
|
this.checkGPU.TabIndex = 15;
|
|
this.checkGPU.Text = "Set Eco on battery and Standard when plugged";
|
|
this.checkGPU.UseVisualStyleBackColor = true;
|
|
this.checkGPU.CheckedChanged += new System.EventHandler(this.checkGPU_CheckedChanged);
|
|
//
|
|
// buttonQuit
|
|
//
|
|
this.buttonQuit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonQuit.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.buttonQuit.Location = new System.Drawing.Point(591, 1011);
|
|
this.buttonQuit.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.buttonQuit.Name = "buttonQuit";
|
|
this.buttonQuit.Size = new System.Drawing.Size(121, 47);
|
|
this.buttonQuit.TabIndex = 16;
|
|
this.buttonQuit.Text = "Quit";
|
|
this.buttonQuit.UseVisualStyleBackColor = false;
|
|
//
|
|
// pictureScreen
|
|
//
|
|
this.pictureScreen.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureScreen.BackgroundImage")));
|
|
this.pictureScreen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureScreen.Location = new System.Drawing.Point(33, 496);
|
|
this.pictureScreen.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.pictureScreen.Name = "pictureScreen";
|
|
this.pictureScreen.Size = new System.Drawing.Size(38, 38);
|
|
this.pictureScreen.TabIndex = 18;
|
|
this.pictureScreen.TabStop = false;
|
|
//
|
|
// labelSreen
|
|
//
|
|
this.labelSreen.AutoSize = true;
|
|
this.labelSreen.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.labelSreen.Location = new System.Drawing.Point(77, 496);
|
|
this.labelSreen.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelSreen.Name = "labelSreen";
|
|
this.labelSreen.Size = new System.Drawing.Size(176, 32);
|
|
this.labelSreen.TabIndex = 17;
|
|
this.labelSreen.Text = "Laptop Screen";
|
|
//
|
|
// tableScreen
|
|
//
|
|
this.tableScreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableScreen.ColumnCount = 3;
|
|
this.tableScreen.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableScreen.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableScreen.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableScreen.Controls.Add(this.button120Hz, 1, 0);
|
|
this.tableScreen.Controls.Add(this.button60Hz, 0, 0);
|
|
this.tableScreen.Location = new System.Drawing.Point(22, 536);
|
|
this.tableScreen.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.tableScreen.Name = "tableScreen";
|
|
this.tableScreen.RowCount = 1;
|
|
this.tableScreen.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
|
|
this.tableScreen.Size = new System.Drawing.Size(690, 102);
|
|
this.tableScreen.TabIndex = 19;
|
|
//
|
|
// button120Hz
|
|
//
|
|
this.button120Hz.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.button120Hz.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button120Hz.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
|
this.button120Hz.FlatAppearance.BorderSize = 0;
|
|
this.button120Hz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button120Hz.Location = new System.Drawing.Point(239, 11);
|
|
this.button120Hz.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.button120Hz.Name = "button120Hz";
|
|
this.button120Hz.Size = new System.Drawing.Size(212, 85);
|
|
this.button120Hz.TabIndex = 1;
|
|
this.button120Hz.Text = "120Hz + OD";
|
|
this.button120Hz.UseVisualStyleBackColor = false;
|
|
//
|
|
// button60Hz
|
|
//
|
|
this.button60Hz.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.button60Hz.CausesValidation = false;
|
|
this.button60Hz.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button60Hz.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
|
this.button60Hz.FlatAppearance.BorderSize = 0;
|
|
this.button60Hz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button60Hz.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.button60Hz.Location = new System.Drawing.Point(9, 11);
|
|
this.button60Hz.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.button60Hz.Name = "button60Hz";
|
|
this.button60Hz.Size = new System.Drawing.Size(212, 85);
|
|
this.button60Hz.TabIndex = 0;
|
|
this.button60Hz.Text = "60Hz";
|
|
this.button60Hz.UseVisualStyleBackColor = false;
|
|
//
|
|
// checkScreen
|
|
//
|
|
this.checkScreen.AutoSize = true;
|
|
this.checkScreen.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.checkScreen.Location = new System.Drawing.Point(33, 639);
|
|
this.checkScreen.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.checkScreen.Name = "checkScreen";
|
|
this.checkScreen.Size = new System.Drawing.Size(527, 36);
|
|
this.checkScreen.TabIndex = 20;
|
|
this.checkScreen.Text = "Set 60Hz on battery, and back when plugged";
|
|
this.checkScreen.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBoost
|
|
//
|
|
this.checkBoost.AutoSize = true;
|
|
this.checkBoost.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.checkBoost.Location = new System.Drawing.Point(33, 184);
|
|
this.checkBoost.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.checkBoost.Name = "checkBoost";
|
|
this.checkBoost.Size = new System.Drawing.Size(250, 36);
|
|
this.checkBoost.TabIndex = 21;
|
|
this.checkBoost.Text = "CPU Boost enabled";
|
|
this.checkBoost.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImage = global::GHelper.Properties.Resources.icons8_keyboard_48;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox1.Location = new System.Drawing.Point(33, 725);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(36, 36);
|
|
this.pictureBox1.TabIndex = 23;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label1.Location = new System.Drawing.Point(77, 726);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(210, 32);
|
|
this.label1.TabIndex = 22;
|
|
this.label1.Text = "Laptop Keyboard";
|
|
//
|
|
// comboKeyboard
|
|
//
|
|
this.comboKeyboard.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.comboKeyboard.FormattingEnabled = true;
|
|
this.comboKeyboard.ItemHeight = 32;
|
|
this.comboKeyboard.Items.AddRange(new object[] {
|
|
"Static",
|
|
"Breathe",
|
|
"Strobe",
|
|
"Rainbow"});
|
|
this.comboKeyboard.Location = new System.Drawing.Point(38, 778);
|
|
this.comboKeyboard.Margin = new System.Windows.Forms.Padding(0);
|
|
this.comboKeyboard.Name = "comboKeyboard";
|
|
this.comboKeyboard.Size = new System.Drawing.Size(200, 40);
|
|
this.comboKeyboard.TabIndex = 24;
|
|
this.comboKeyboard.TabStop = false;
|
|
//
|
|
// buttonKeyboardColor
|
|
//
|
|
this.buttonKeyboardColor.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.buttonKeyboardColor.FlatAppearance.BorderColor = System.Drawing.Color.Red;
|
|
this.buttonKeyboardColor.FlatAppearance.BorderSize = 3;
|
|
this.buttonKeyboardColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonKeyboardColor.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.buttonKeyboardColor.Location = new System.Drawing.Point(261, 773);
|
|
this.buttonKeyboardColor.Margin = new System.Windows.Forms.Padding(0);
|
|
this.buttonKeyboardColor.Name = "buttonKeyboardColor";
|
|
this.buttonKeyboardColor.Size = new System.Drawing.Size(212, 50);
|
|
this.buttonKeyboardColor.TabIndex = 25;
|
|
this.buttonKeyboardColor.Text = "Color";
|
|
this.buttonKeyboardColor.UseVisualStyleBackColor = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.pictureBox2.Location = new System.Drawing.Point(32, 773);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(212, 50);
|
|
this.pictureBox2.TabIndex = 26;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// labelBattery
|
|
//
|
|
this.labelBattery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelBattery.Location = new System.Drawing.Point(491, 869);
|
|
this.labelBattery.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelBattery.Name = "labelBattery";
|
|
this.labelBattery.Size = new System.Drawing.Size(211, 32);
|
|
this.labelBattery.TabIndex = 27;
|
|
this.labelBattery.Text = " ";
|
|
this.labelBattery.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// SettingsForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 32F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(744, 1093);
|
|
this.Controls.Add(this.labelBattery);
|
|
this.Controls.Add(this.buttonKeyboardColor);
|
|
this.Controls.Add(this.comboKeyboard);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.checkBoost);
|
|
this.Controls.Add(this.checkScreen);
|
|
this.Controls.Add(this.tableScreen);
|
|
this.Controls.Add(this.pictureScreen);
|
|
this.Controls.Add(this.labelSreen);
|
|
this.Controls.Add(this.buttonQuit);
|
|
this.Controls.Add(this.checkGPU);
|
|
this.Controls.Add(this.picturePerf);
|
|
this.Controls.Add(this.labelPerf);
|
|
this.Controls.Add(this.labelCPUFan);
|
|
this.Controls.Add(this.tablePerf);
|
|
this.Controls.Add(this.pictureGPU);
|
|
this.Controls.Add(this.labelGPU);
|
|
this.Controls.Add(this.labelGPUFan);
|
|
this.Controls.Add(this.tableGPU);
|
|
this.Controls.Add(this.pictureBattery);
|
|
this.Controls.Add(this.labelBatteryTitle);
|
|
this.Controls.Add(this.trackBattery);
|
|
this.Controls.Add(this.checkStartup);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.MaximizeBox = false;
|
|
this.MdiChildrenMinimizedAnchorBottom = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SettingsForm";
|
|
this.Padding = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "G-Helper";
|
|
this.Load += new System.EventHandler(this.Settings_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBattery)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBattery)).EndInit();
|
|
this.tableGPU.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureGPU)).EndInit();
|
|
this.tablePerf.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picturePerf)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureScreen)).EndInit();
|
|
this.tableScreen.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private CheckBox checkStartup;
|
|
private TrackBar trackBattery;
|
|
private Label labelBatteryTitle;
|
|
private PictureBox pictureBattery;
|
|
private Label labelGPUFan;
|
|
private TableLayoutPanel tableGPU;
|
|
private Button buttonUltimate;
|
|
private Button buttonStandard;
|
|
private Button buttonEco;
|
|
private Label labelGPU;
|
|
private PictureBox pictureGPU;
|
|
private Label labelCPUFan;
|
|
private TableLayoutPanel tablePerf;
|
|
private Button buttonTurbo;
|
|
private Button buttonBalanced;
|
|
private Button buttonSilent;
|
|
private PictureBox picturePerf;
|
|
private Label labelPerf;
|
|
private CheckBox checkGPU;
|
|
private Button buttonQuit;
|
|
private PictureBox pictureScreen;
|
|
private Label labelSreen;
|
|
private TableLayoutPanel tableScreen;
|
|
private Button button120Hz;
|
|
private Button button60Hz;
|
|
private CheckBox checkScreen;
|
|
private CheckBox checkBoost;
|
|
private PictureBox pictureBox1;
|
|
private Label label1;
|
|
private ComboBox comboKeyboard;
|
|
private Button buttonKeyboardColor;
|
|
private PictureBox pictureBox2;
|
|
private Label labelBattery;
|
|
}
|
|
} |