mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
1383 lines
68 KiB
C#
1383 lines
68 KiB
C#
namespace GHelper
|
|
{
|
|
partial class AsusMouseSettings
|
|
{
|
|
/// <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()
|
|
{
|
|
panelProfiles = new Panel();
|
|
comboProfile = new UI.RComboBox();
|
|
labelProfile = new Label();
|
|
panelPerformance = new Panel();
|
|
panelPerformanceOther = new Panel();
|
|
panelLiftOffDistance = new Panel();
|
|
labelLiftOffDistance = new Label();
|
|
comboBoxLiftOffDistance = new UI.RComboBox();
|
|
panelDebounce = new Panel();
|
|
labelButtonDebounce = new Label();
|
|
sliderButtonDebounce = new UI.Slider();
|
|
labelButtonDebounceValue = new Label();
|
|
panelAngleSnapping = new Panel();
|
|
sliderAngleAdjustment = new UI.Slider();
|
|
checkBoxAngleSnapping = new CheckBox();
|
|
labelAngleAdjustmentValue = new Label();
|
|
panelPollingRate = new Panel();
|
|
labelPollingRate = new Label();
|
|
comboBoxPollingRate = new UI.RComboBox();
|
|
panelDPISettings = new Panel();
|
|
sliderDPI = new UI.Slider();
|
|
tableLayoutPanel1 = new TableLayoutPanel();
|
|
labelMinDPI = new Label();
|
|
labelMaxDPI = new Label();
|
|
numericUpDownCurrentDPI = new NumericUpDown();
|
|
panelDPITile = new Panel();
|
|
pictureDPIColor = new PictureBox();
|
|
buttonDPIColor = new UI.RButton();
|
|
labelDPI = new Label();
|
|
tableDPI = new TableLayoutPanel();
|
|
buttonDPI2 = new UI.RButton();
|
|
buttonDPI1 = new UI.RButton();
|
|
buttonDPI3 = new UI.RButton();
|
|
buttonDPI4 = new UI.RButton();
|
|
panelPerformanceHeader = new Panel();
|
|
pictureKeyboard = new PictureBox();
|
|
labelPerformance = new Label();
|
|
panelLighting = new Panel();
|
|
panelLightingContent = new Panel();
|
|
tableLayoutLightingZones = new TableLayoutPanel();
|
|
buttonLightingZoneScroll = new UI.RButton();
|
|
buttonLightingZoneLogo = new UI.RButton();
|
|
buttonLightingZoneAll = new UI.RButton();
|
|
buttonLightingZoneUnderglow = new UI.RButton();
|
|
buttonLightingZoneDock = new UI.RButton();
|
|
comboBoxAnimationDirection = new UI.RComboBox();
|
|
labelAnimationDirection = new Label();
|
|
checkBoxRandomColor = new CheckBox();
|
|
comboBoxAnimationSpeed = new UI.RComboBox();
|
|
labelAnimationSpeed = new Label();
|
|
pictureBoxLightingColor = new PictureBox();
|
|
buttonLightingColor = new UI.RButton();
|
|
comboBoxLightingMode = new UI.RComboBox();
|
|
labelLightingMode = new Label();
|
|
panelLightingHeader = new Panel();
|
|
sliderBrightness = new UI.Slider();
|
|
pictureBoxLighting = new PictureBox();
|
|
labelLighting = new Label();
|
|
panelEnergy = new Panel();
|
|
labelLowBatteryWarningValue = new Label();
|
|
comboBoxAutoPowerOff = new UI.RComboBox();
|
|
sliderLowBatteryWarning = new UI.Slider();
|
|
labelLowBatteryWarning = new Label();
|
|
labelAutoPowerOff = new Label();
|
|
panelEnergyHeader = new Panel();
|
|
pictureBoxEnergy = new PictureBox();
|
|
labelEnergy = new Label();
|
|
tableLayoutProfiles = new TableLayoutPanel();
|
|
panelBatteryState = new Panel();
|
|
labelChargingState = new Label();
|
|
labelBatteryState = new Label();
|
|
pictureBoxBatteryState = new PictureBox();
|
|
buttonSync = new UI.RButton();
|
|
panelBottomButtons = new Panel();
|
|
tableLayoutPanel2 = new TableLayoutPanel();
|
|
rButton1 = new UI.RButton();
|
|
rButton2 = new UI.RButton();
|
|
panelProfiles.SuspendLayout();
|
|
panelPerformance.SuspendLayout();
|
|
panelPerformanceOther.SuspendLayout();
|
|
panelLiftOffDistance.SuspendLayout();
|
|
panelDebounce.SuspendLayout();
|
|
panelAngleSnapping.SuspendLayout();
|
|
panelPollingRate.SuspendLayout();
|
|
panelDPISettings.SuspendLayout();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownCurrentDPI).BeginInit();
|
|
panelDPITile.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureDPIColor).BeginInit();
|
|
tableDPI.SuspendLayout();
|
|
panelPerformanceHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureKeyboard).BeginInit();
|
|
panelLighting.SuspendLayout();
|
|
panelLightingContent.SuspendLayout();
|
|
tableLayoutLightingZones.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxLightingColor).BeginInit();
|
|
panelLightingHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxLighting).BeginInit();
|
|
panelEnergy.SuspendLayout();
|
|
panelEnergyHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxEnergy).BeginInit();
|
|
tableLayoutProfiles.SuspendLayout();
|
|
panelBatteryState.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxBatteryState).BeginInit();
|
|
panelBottomButtons.SuspendLayout();
|
|
tableLayoutPanel2.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// panelProfiles
|
|
//
|
|
panelProfiles.Controls.Add(comboProfile);
|
|
panelProfiles.Controls.Add(labelProfile);
|
|
panelProfiles.Location = new Point(330, 3);
|
|
panelProfiles.MinimumSize = new Size(340, 0);
|
|
panelProfiles.Name = "panelProfiles";
|
|
panelProfiles.Size = new Size(340, 51);
|
|
panelProfiles.TabIndex = 0;
|
|
//
|
|
// comboProfile
|
|
//
|
|
comboProfile.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
|
|
comboProfile.BorderColor = Color.White;
|
|
comboProfile.ButtonColor = Color.FromArgb(255, 255, 255);
|
|
comboProfile.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboProfile.FlatStyle = FlatStyle.Flat;
|
|
comboProfile.FormattingEnabled = true;
|
|
comboProfile.Location = new Point(98, 10);
|
|
comboProfile.Margin = new Padding(0);
|
|
comboProfile.Name = "comboProfile";
|
|
comboProfile.Size = new Size(228, 33);
|
|
comboProfile.TabIndex = 43;
|
|
//
|
|
// labelProfile
|
|
//
|
|
labelProfile.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left;
|
|
labelProfile.AutoSize = true;
|
|
labelProfile.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
|
|
labelProfile.Location = new Point(3, 13);
|
|
labelProfile.Name = "labelProfile";
|
|
labelProfile.Size = new Size(68, 25);
|
|
labelProfile.TabIndex = 41;
|
|
labelProfile.Text = "Profile";
|
|
//
|
|
// panelPerformance
|
|
//
|
|
panelPerformance.AutoSize = true;
|
|
panelPerformance.Controls.Add(panelPerformanceOther);
|
|
panelPerformance.Controls.Add(panelDPISettings);
|
|
panelPerformance.Controls.Add(tableDPI);
|
|
panelPerformance.Controls.Add(panelPerformanceHeader);
|
|
panelPerformance.Dock = DockStyle.Top;
|
|
panelPerformance.Location = new Point(11, 68);
|
|
panelPerformance.Name = "panelPerformance";
|
|
panelPerformance.Padding = new Padding(0, 11, 0, 25);
|
|
panelPerformance.Size = new Size(654, 461);
|
|
panelPerformance.TabIndex = 1;
|
|
//
|
|
// panelPerformanceOther
|
|
//
|
|
panelPerformanceOther.AutoSize = true;
|
|
panelPerformanceOther.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelPerformanceOther.Controls.Add(panelLiftOffDistance);
|
|
panelPerformanceOther.Controls.Add(panelDebounce);
|
|
panelPerformanceOther.Controls.Add(panelAngleSnapping);
|
|
panelPerformanceOther.Controls.Add(panelPollingRate);
|
|
panelPerformanceOther.Dock = DockStyle.Top;
|
|
panelPerformanceOther.Location = new Point(0, 240);
|
|
panelPerformanceOther.Name = "panelPerformanceOther";
|
|
panelPerformanceOther.Padding = new Padding(0, 11, 0, 11);
|
|
panelPerformanceOther.Size = new Size(654, 196);
|
|
panelPerformanceOther.TabIndex = 49;
|
|
//
|
|
// panelLiftOffDistance
|
|
//
|
|
panelLiftOffDistance.AutoSize = true;
|
|
panelLiftOffDistance.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelLiftOffDistance.Controls.Add(labelLiftOffDistance);
|
|
panelLiftOffDistance.Controls.Add(comboBoxLiftOffDistance);
|
|
panelLiftOffDistance.Dock = DockStyle.Top;
|
|
panelLiftOffDistance.Location = new Point(0, 142);
|
|
panelLiftOffDistance.Name = "panelLiftOffDistance";
|
|
panelLiftOffDistance.Padding = new Padding(5);
|
|
panelLiftOffDistance.Size = new Size(654, 43);
|
|
panelLiftOffDistance.TabIndex = 56;
|
|
//
|
|
// labelLiftOffDistance
|
|
//
|
|
labelLiftOffDistance.Location = new Point(5, 5);
|
|
labelLiftOffDistance.Margin = new Padding(6, 0, 6, 0);
|
|
labelLiftOffDistance.Name = "labelLiftOffDistance";
|
|
labelLiftOffDistance.Size = new Size(348, 33);
|
|
labelLiftOffDistance.TabIndex = 48;
|
|
labelLiftOffDistance.Text = "Lift Off Distance";
|
|
//
|
|
// comboBoxLiftOffDistance
|
|
//
|
|
comboBoxLiftOffDistance.BorderColor = Color.White;
|
|
comboBoxLiftOffDistance.ButtonColor = Color.FromArgb(255, 255, 255);
|
|
comboBoxLiftOffDistance.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxLiftOffDistance.FlatStyle = FlatStyle.Flat;
|
|
comboBoxLiftOffDistance.FormattingEnabled = true;
|
|
comboBoxLiftOffDistance.Location = new Point(367, 5);
|
|
comboBoxLiftOffDistance.Margin = new Padding(16, 0, 16, 0);
|
|
comboBoxLiftOffDistance.Name = "comboBoxLiftOffDistance";
|
|
comboBoxLiftOffDistance.Size = new Size(281, 33);
|
|
comboBoxLiftOffDistance.TabIndex = 49;
|
|
//
|
|
// panelDebounce
|
|
//
|
|
panelDebounce.AutoSize = true;
|
|
panelDebounce.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelDebounce.Controls.Add(labelButtonDebounce);
|
|
panelDebounce.Controls.Add(sliderButtonDebounce);
|
|
panelDebounce.Controls.Add(labelButtonDebounceValue);
|
|
panelDebounce.Dock = DockStyle.Top;
|
|
panelDebounce.Location = new Point(0, 95);
|
|
panelDebounce.Name = "panelDebounce";
|
|
panelDebounce.Padding = new Padding(5);
|
|
panelDebounce.Size = new Size(654, 47);
|
|
panelDebounce.TabIndex = 55;
|
|
//
|
|
// labelButtonDebounce
|
|
//
|
|
labelButtonDebounce.Location = new Point(6, 7);
|
|
labelButtonDebounce.Margin = new Padding(6, 0, 6, 0);
|
|
labelButtonDebounce.Name = "labelButtonDebounce";
|
|
labelButtonDebounce.Size = new Size(348, 33);
|
|
labelButtonDebounce.TabIndex = 52;
|
|
labelButtonDebounce.Text = "Button Response";
|
|
//
|
|
// sliderButtonDebounce
|
|
//
|
|
sliderButtonDebounce.AccessibleName = "DPI Slider";
|
|
sliderButtonDebounce.Location = new Point(368, 9);
|
|
sliderButtonDebounce.Max = 7;
|
|
sliderButtonDebounce.Min = 2;
|
|
sliderButtonDebounce.Name = "sliderButtonDebounce";
|
|
sliderButtonDebounce.Size = new Size(213, 30);
|
|
sliderButtonDebounce.Step = 1;
|
|
sliderButtonDebounce.TabIndex = 50;
|
|
sliderButtonDebounce.TabStop = false;
|
|
sliderButtonDebounce.Text = "sliderBattery";
|
|
sliderButtonDebounce.Value = 2;
|
|
//
|
|
// labelButtonDebounceValue
|
|
//
|
|
labelButtonDebounceValue.Location = new Point(590, 9);
|
|
labelButtonDebounceValue.Margin = new Padding(6, 0, 6, 0);
|
|
labelButtonDebounceValue.Name = "labelButtonDebounceValue";
|
|
labelButtonDebounceValue.Size = new Size(60, 30);
|
|
labelButtonDebounceValue.TabIndex = 51;
|
|
labelButtonDebounceValue.Text = "12ms";
|
|
labelButtonDebounceValue.TextAlign = ContentAlignment.MiddleRight;
|
|
//
|
|
// panelAngleSnapping
|
|
//
|
|
panelAngleSnapping.AutoSize = true;
|
|
panelAngleSnapping.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelAngleSnapping.Controls.Add(sliderAngleAdjustment);
|
|
panelAngleSnapping.Controls.Add(checkBoxAngleSnapping);
|
|
panelAngleSnapping.Controls.Add(labelAngleAdjustmentValue);
|
|
panelAngleSnapping.Dock = DockStyle.Top;
|
|
panelAngleSnapping.Location = new Point(0, 51);
|
|
panelAngleSnapping.Name = "panelAngleSnapping";
|
|
panelAngleSnapping.Padding = new Padding(5);
|
|
panelAngleSnapping.Size = new Size(654, 44);
|
|
panelAngleSnapping.TabIndex = 54;
|
|
//
|
|
// sliderAngleAdjustment
|
|
//
|
|
sliderAngleAdjustment.AccessibleName = "DPI Slider";
|
|
sliderAngleAdjustment.Location = new Point(396, 6);
|
|
sliderAngleAdjustment.Max = 20;
|
|
sliderAngleAdjustment.Min = -20;
|
|
sliderAngleAdjustment.Name = "sliderAngleAdjustment";
|
|
sliderAngleAdjustment.Size = new Size(208, 30);
|
|
sliderAngleAdjustment.Step = 5;
|
|
sliderAngleAdjustment.TabIndex = 46;
|
|
sliderAngleAdjustment.TabStop = false;
|
|
sliderAngleAdjustment.Text = "sliderBattery";
|
|
sliderAngleAdjustment.Value = 0;
|
|
//
|
|
// checkBoxAngleSnapping
|
|
//
|
|
checkBoxAngleSnapping.CheckAlign = ContentAlignment.MiddleRight;
|
|
checkBoxAngleSnapping.Location = new Point(5, 6);
|
|
checkBoxAngleSnapping.Margin = new Padding(6, 0, 6, 0);
|
|
checkBoxAngleSnapping.Name = "checkBoxAngleSnapping";
|
|
checkBoxAngleSnapping.Size = new Size(384, 30);
|
|
checkBoxAngleSnapping.TabIndex = 45;
|
|
checkBoxAngleSnapping.Text = "Angle Snapping";
|
|
checkBoxAngleSnapping.TextAlign = ContentAlignment.TopLeft;
|
|
checkBoxAngleSnapping.UseVisualStyleBackColor = true;
|
|
//
|
|
// labelAngleAdjustmentValue
|
|
//
|
|
labelAngleAdjustmentValue.Location = new Point(597, 6);
|
|
labelAngleAdjustmentValue.Margin = new Padding(6, 0, 6, 0);
|
|
labelAngleAdjustmentValue.Name = "labelAngleAdjustmentValue";
|
|
labelAngleAdjustmentValue.Size = new Size(48, 30);
|
|
labelAngleAdjustmentValue.TabIndex = 47;
|
|
labelAngleAdjustmentValue.Text = "0°";
|
|
labelAngleAdjustmentValue.TextAlign = ContentAlignment.MiddleRight;
|
|
//
|
|
// panelPollingRate
|
|
//
|
|
panelPollingRate.AutoSize = true;
|
|
panelPollingRate.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelPollingRate.Controls.Add(labelPollingRate);
|
|
panelPollingRate.Controls.Add(comboBoxPollingRate);
|
|
panelPollingRate.Dock = DockStyle.Top;
|
|
panelPollingRate.Location = new Point(0, 11);
|
|
panelPollingRate.Name = "panelPollingRate";
|
|
panelPollingRate.Padding = new Padding(5);
|
|
panelPollingRate.Size = new Size(654, 40);
|
|
panelPollingRate.TabIndex = 53;
|
|
//
|
|
// labelPollingRate
|
|
//
|
|
labelPollingRate.Location = new Point(6, 5);
|
|
labelPollingRate.Margin = new Padding(6, 0, 6, 0);
|
|
labelPollingRate.Name = "labelPollingRate";
|
|
labelPollingRate.Size = new Size(348, 30);
|
|
labelPollingRate.TabIndex = 45;
|
|
labelPollingRate.Text = "Polling Rate";
|
|
//
|
|
// comboBoxPollingRate
|
|
//
|
|
comboBoxPollingRate.BorderColor = Color.White;
|
|
comboBoxPollingRate.ButtonColor = Color.FromArgb(255, 255, 255);
|
|
comboBoxPollingRate.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxPollingRate.FlatStyle = FlatStyle.Flat;
|
|
comboBoxPollingRate.FormattingEnabled = true;
|
|
comboBoxPollingRate.Location = new Point(368, 2);
|
|
comboBoxPollingRate.Margin = new Padding(16, 0, 16, 0);
|
|
comboBoxPollingRate.Name = "comboBoxPollingRate";
|
|
comboBoxPollingRate.Size = new Size(281, 33);
|
|
comboBoxPollingRate.TabIndex = 44;
|
|
//
|
|
// panelDPISettings
|
|
//
|
|
panelDPISettings.AutoSize = true;
|
|
panelDPISettings.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelDPISettings.Controls.Add(sliderDPI);
|
|
panelDPISettings.Controls.Add(tableLayoutPanel1);
|
|
panelDPISettings.Controls.Add(panelDPITile);
|
|
panelDPISettings.Dock = DockStyle.Top;
|
|
panelDPISettings.Location = new Point(0, 137);
|
|
panelDPISettings.Name = "panelDPISettings";
|
|
panelDPISettings.Size = new Size(654, 103);
|
|
panelDPISettings.TabIndex = 44;
|
|
//
|
|
// sliderDPI
|
|
//
|
|
sliderDPI.AccessibleName = "DPI Slider";
|
|
sliderDPI.Dock = DockStyle.Top;
|
|
sliderDPI.Location = new Point(0, 73);
|
|
sliderDPI.Max = 35000;
|
|
sliderDPI.Min = 100;
|
|
sliderDPI.Name = "sliderDPI";
|
|
sliderDPI.Size = new Size(654, 30);
|
|
sliderDPI.Step = 50;
|
|
sliderDPI.TabIndex = 43;
|
|
sliderDPI.TabStop = false;
|
|
sliderDPI.Text = "sliderBattery";
|
|
sliderDPI.Value = 2000;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.AutoSize = true;
|
|
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel1.ColumnCount = 3;
|
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 38F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 24F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 38F));
|
|
tableLayoutPanel1.Controls.Add(labelMinDPI, 0, 0);
|
|
tableLayoutPanel1.Controls.Add(labelMaxDPI, 2, 0);
|
|
tableLayoutPanel1.Controls.Add(numericUpDownCurrentDPI, 1, 0);
|
|
tableLayoutPanel1.Dock = DockStyle.Top;
|
|
tableLayoutPanel1.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
|
|
tableLayoutPanel1.Location = new Point(0, 40);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.RowCount = 1;
|
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel1.Size = new Size(654, 33);
|
|
tableLayoutPanel1.TabIndex = 47;
|
|
//
|
|
// labelMinDPI
|
|
//
|
|
labelMinDPI.Dock = DockStyle.Fill;
|
|
labelMinDPI.ForeColor = SystemColors.GrayText;
|
|
labelMinDPI.Location = new Point(6, 0);
|
|
labelMinDPI.Margin = new Padding(6, 0, 6, 0);
|
|
labelMinDPI.Name = "labelMinDPI";
|
|
labelMinDPI.Size = new Size(236, 33);
|
|
labelMinDPI.TabIndex = 45;
|
|
labelMinDPI.Text = "100";
|
|
//
|
|
// labelMaxDPI
|
|
//
|
|
labelMaxDPI.Dock = DockStyle.Fill;
|
|
labelMaxDPI.ForeColor = SystemColors.GrayText;
|
|
labelMaxDPI.Location = new Point(410, 0);
|
|
labelMaxDPI.Margin = new Padding(6, 0, 6, 0);
|
|
labelMaxDPI.Name = "labelMaxDPI";
|
|
labelMaxDPI.Size = new Size(238, 33);
|
|
labelMaxDPI.TabIndex = 46;
|
|
labelMaxDPI.Text = " 35000";
|
|
labelMaxDPI.TextAlign = ContentAlignment.TopRight;
|
|
//
|
|
// numericUpDownCurrentDPI
|
|
//
|
|
numericUpDownCurrentDPI.BorderStyle = BorderStyle.None;
|
|
numericUpDownCurrentDPI.Dock = DockStyle.Fill;
|
|
numericUpDownCurrentDPI.Increment = new decimal(new int[] { 50, 0, 0, 0 });
|
|
numericUpDownCurrentDPI.Location = new Point(251, 3);
|
|
numericUpDownCurrentDPI.Maximum = new decimal(new int[] { 35000, 0, 0, 0 });
|
|
numericUpDownCurrentDPI.Minimum = new decimal(new int[] { 100, 0, 0, 0 });
|
|
numericUpDownCurrentDPI.Name = "numericUpDownCurrentDPI";
|
|
numericUpDownCurrentDPI.Size = new Size(150, 27);
|
|
numericUpDownCurrentDPI.TabIndex = 47;
|
|
numericUpDownCurrentDPI.TextAlign = HorizontalAlignment.Center;
|
|
numericUpDownCurrentDPI.Value = new decimal(new int[] { 2000, 0, 0, 0 });
|
|
//
|
|
// panelDPITile
|
|
//
|
|
panelDPITile.Controls.Add(pictureDPIColor);
|
|
panelDPITile.Controls.Add(buttonDPIColor);
|
|
panelDPITile.Controls.Add(labelDPI);
|
|
panelDPITile.Dock = DockStyle.Top;
|
|
panelDPITile.Location = new Point(0, 0);
|
|
panelDPITile.Name = "panelDPITile";
|
|
panelDPITile.Padding = new Padding(0, 5, 0, 5);
|
|
panelDPITile.Size = new Size(654, 40);
|
|
panelDPITile.TabIndex = 48;
|
|
//
|
|
// pictureDPIColor
|
|
//
|
|
pictureDPIColor.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pictureDPIColor.Location = new Point(617, 11);
|
|
pictureDPIColor.Margin = new Padding(6);
|
|
pictureDPIColor.Name = "pictureDPIColor";
|
|
pictureDPIColor.Size = new Size(15, 15);
|
|
pictureDPIColor.TabIndex = 46;
|
|
pictureDPIColor.TabStop = false;
|
|
//
|
|
// buttonDPIColor
|
|
//
|
|
buttonDPIColor.AccessibleName = "Keyboard Color";
|
|
buttonDPIColor.Activated = false;
|
|
buttonDPIColor.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonDPIColor.AutoSize = true;
|
|
buttonDPIColor.BackColor = SystemColors.ButtonHighlight;
|
|
buttonDPIColor.BorderColor = Color.Transparent;
|
|
buttonDPIColor.BorderRadius = 2;
|
|
buttonDPIColor.FlatStyle = FlatStyle.Flat;
|
|
buttonDPIColor.ForeColor = SystemColors.ControlText;
|
|
buttonDPIColor.Location = new Point(460, 1);
|
|
buttonDPIColor.Margin = new Padding(3, 6, 3, 6);
|
|
buttonDPIColor.Name = "buttonDPIColor";
|
|
buttonDPIColor.Secondary = false;
|
|
buttonDPIColor.Size = new Size(191, 37);
|
|
buttonDPIColor.TabIndex = 45;
|
|
buttonDPIColor.Text = Properties.Strings.Color;
|
|
buttonDPIColor.UseVisualStyleBackColor = false;
|
|
//
|
|
// labelDPI
|
|
//
|
|
labelDPI.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left;
|
|
labelDPI.AutoSize = true;
|
|
labelDPI.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
labelDPI.Location = new Point(6, 5);
|
|
labelDPI.Margin = new Padding(6, 0, 6, 0);
|
|
labelDPI.Name = "labelDPI";
|
|
labelDPI.Size = new Size(40, 25);
|
|
labelDPI.TabIndex = 34;
|
|
labelDPI.Text = "DPI";
|
|
//
|
|
// tableDPI
|
|
//
|
|
tableDPI.AutoSize = true;
|
|
tableDPI.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableDPI.ColumnCount = 4;
|
|
tableDPI.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableDPI.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableDPI.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableDPI.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableDPI.Controls.Add(buttonDPI2, 0, 0);
|
|
tableDPI.Controls.Add(buttonDPI1, 0, 0);
|
|
tableDPI.Controls.Add(buttonDPI3, 1, 0);
|
|
tableDPI.Controls.Add(buttonDPI4, 2, 0);
|
|
tableDPI.Dock = DockStyle.Top;
|
|
tableDPI.Location = new Point(0, 41);
|
|
tableDPI.Margin = new Padding(6, 3, 6, 3);
|
|
tableDPI.Name = "tableDPI";
|
|
tableDPI.RowCount = 1;
|
|
tableDPI.RowStyles.Add(new RowStyle(SizeType.Absolute, 96F));
|
|
tableDPI.RowStyles.Add(new RowStyle(SizeType.Absolute, 96F));
|
|
tableDPI.Size = new Size(654, 96);
|
|
tableDPI.TabIndex = 42;
|
|
//
|
|
// buttonDPI2
|
|
//
|
|
buttonDPI2.AccessibleName = "DPI Setting 2";
|
|
buttonDPI2.Activated = false;
|
|
buttonDPI2.BackColor = SystemColors.ControlLightLight;
|
|
buttonDPI2.BorderColor = Color.Transparent;
|
|
buttonDPI2.BorderRadius = 5;
|
|
buttonDPI2.Dock = DockStyle.Top;
|
|
buttonDPI2.FlatAppearance.BorderSize = 0;
|
|
buttonDPI2.FlatStyle = FlatStyle.Flat;
|
|
buttonDPI2.ForeColor = SystemColors.ControlText;
|
|
buttonDPI2.Image = Properties.Resources.lighting_dot_32;
|
|
buttonDPI2.ImageAlign = ContentAlignment.BottomCenter;
|
|
buttonDPI2.Location = new Point(166, 3);
|
|
buttonDPI2.Name = "buttonDPI2";
|
|
buttonDPI2.Secondary = false;
|
|
buttonDPI2.Size = new Size(157, 90);
|
|
buttonDPI2.TabIndex = 4;
|
|
buttonDPI2.Text = "DPI 2\r\n1000";
|
|
buttonDPI2.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonDPI2.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonDPI1
|
|
//
|
|
buttonDPI1.AccessibleName = "DPI Setting 1";
|
|
buttonDPI1.Activated = false;
|
|
buttonDPI1.BackColor = SystemColors.ControlLightLight;
|
|
buttonDPI1.BorderColor = Color.Transparent;
|
|
buttonDPI1.BorderRadius = 5;
|
|
buttonDPI1.CausesValidation = false;
|
|
buttonDPI1.Dock = DockStyle.Top;
|
|
buttonDPI1.FlatAppearance.BorderSize = 0;
|
|
buttonDPI1.FlatStyle = FlatStyle.Flat;
|
|
buttonDPI1.ForeColor = SystemColors.ControlText;
|
|
buttonDPI1.Image = Properties.Resources.lighting_dot_32;
|
|
buttonDPI1.Location = new Point(3, 3);
|
|
buttonDPI1.Name = "buttonDPI1";
|
|
buttonDPI1.Secondary = false;
|
|
buttonDPI1.Size = new Size(157, 90);
|
|
buttonDPI1.TabIndex = 4;
|
|
buttonDPI1.Text = "DPI 1\r\n800";
|
|
buttonDPI1.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonDPI1.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonDPI3
|
|
//
|
|
buttonDPI3.AccessibleName = "DPI Setting 3";
|
|
buttonDPI3.Activated = false;
|
|
buttonDPI3.BackColor = SystemColors.ControlLightLight;
|
|
buttonDPI3.BorderColor = Color.Transparent;
|
|
buttonDPI3.BorderRadius = 5;
|
|
buttonDPI3.Dock = DockStyle.Top;
|
|
buttonDPI3.FlatAppearance.BorderSize = 0;
|
|
buttonDPI3.FlatStyle = FlatStyle.Flat;
|
|
buttonDPI3.ForeColor = SystemColors.ControlText;
|
|
buttonDPI3.Image = Properties.Resources.lighting_dot_32;
|
|
buttonDPI3.ImageAlign = ContentAlignment.BottomCenter;
|
|
buttonDPI3.Location = new Point(329, 3);
|
|
buttonDPI3.Name = "buttonDPI3";
|
|
buttonDPI3.Secondary = false;
|
|
buttonDPI3.Size = new Size(157, 90);
|
|
buttonDPI3.TabIndex = 5;
|
|
buttonDPI3.Text = "DPI 3\r\n1200";
|
|
buttonDPI3.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonDPI3.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonDPI4
|
|
//
|
|
buttonDPI4.AccessibleName = "DPI Setting 4";
|
|
buttonDPI4.Activated = false;
|
|
buttonDPI4.BackColor = SystemColors.ControlLightLight;
|
|
buttonDPI4.BorderColor = Color.Transparent;
|
|
buttonDPI4.BorderRadius = 5;
|
|
buttonDPI4.Dock = DockStyle.Top;
|
|
buttonDPI4.FlatAppearance.BorderSize = 0;
|
|
buttonDPI4.FlatStyle = FlatStyle.Flat;
|
|
buttonDPI4.ForeColor = SystemColors.ControlText;
|
|
buttonDPI4.Image = Properties.Resources.lighting_dot_32;
|
|
buttonDPI4.ImageAlign = ContentAlignment.BottomCenter;
|
|
buttonDPI4.Location = new Point(492, 3);
|
|
buttonDPI4.Name = "buttonDPI4";
|
|
buttonDPI4.Secondary = false;
|
|
buttonDPI4.Size = new Size(159, 90);
|
|
buttonDPI4.TabIndex = 6;
|
|
buttonDPI4.Text = "DPI 4\r\n1400";
|
|
buttonDPI4.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonDPI4.UseVisualStyleBackColor = false;
|
|
//
|
|
// panelPerformanceHeader
|
|
//
|
|
panelPerformanceHeader.BackColor = SystemColors.ControlLight;
|
|
panelPerformanceHeader.Controls.Add(pictureKeyboard);
|
|
panelPerformanceHeader.Controls.Add(labelPerformance);
|
|
panelPerformanceHeader.Dock = DockStyle.Top;
|
|
panelPerformanceHeader.Location = new Point(0, 11);
|
|
panelPerformanceHeader.Name = "panelPerformanceHeader";
|
|
panelPerformanceHeader.Size = new Size(654, 30);
|
|
panelPerformanceHeader.TabIndex = 41;
|
|
//
|
|
// pictureKeyboard
|
|
//
|
|
pictureKeyboard.BackgroundImage = Properties.Resources.icons8_mauszeiger_50;
|
|
pictureKeyboard.BackgroundImageLayout = ImageLayout.Zoom;
|
|
pictureKeyboard.Location = new Point(4, 0);
|
|
pictureKeyboard.Name = "pictureKeyboard";
|
|
pictureKeyboard.Size = new Size(24, 24);
|
|
pictureKeyboard.TabIndex = 35;
|
|
pictureKeyboard.TabStop = false;
|
|
//
|
|
// labelPerformance
|
|
//
|
|
labelPerformance.AutoSize = true;
|
|
labelPerformance.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
|
|
labelPerformance.Location = new Point(33, 0);
|
|
labelPerformance.Margin = new Padding(6, 0, 6, 0);
|
|
labelPerformance.Name = "labelPerformance";
|
|
labelPerformance.Size = new Size(120, 25);
|
|
labelPerformance.TabIndex = 34;
|
|
labelPerformance.Text = "Performance";
|
|
//
|
|
// panelLighting
|
|
//
|
|
panelLighting.AutoSize = true;
|
|
panelLighting.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelLighting.Controls.Add(panelLightingContent);
|
|
panelLighting.Controls.Add(panelLightingHeader);
|
|
panelLighting.Dock = DockStyle.Top;
|
|
panelLighting.Location = new Point(11, 529);
|
|
panelLighting.Name = "panelLighting";
|
|
panelLighting.Padding = new Padding(0, 0, 0, 25);
|
|
panelLighting.Size = new Size(654, 329);
|
|
panelLighting.TabIndex = 42;
|
|
//
|
|
// panelLightingContent
|
|
//
|
|
panelLightingContent.AutoSize = true;
|
|
panelLightingContent.Controls.Add(tableLayoutLightingZones);
|
|
panelLightingContent.Controls.Add(comboBoxAnimationDirection);
|
|
panelLightingContent.Controls.Add(labelAnimationDirection);
|
|
panelLightingContent.Controls.Add(checkBoxRandomColor);
|
|
panelLightingContent.Controls.Add(comboBoxAnimationSpeed);
|
|
panelLightingContent.Controls.Add(labelAnimationSpeed);
|
|
panelLightingContent.Controls.Add(pictureBoxLightingColor);
|
|
panelLightingContent.Controls.Add(buttonLightingColor);
|
|
panelLightingContent.Controls.Add(comboBoxLightingMode);
|
|
panelLightingContent.Controls.Add(labelLightingMode);
|
|
panelLightingContent.Dock = DockStyle.Top;
|
|
panelLightingContent.Location = new Point(0, 30);
|
|
panelLightingContent.Name = "panelLightingContent";
|
|
panelLightingContent.Padding = new Padding(0, 0, 0, 11);
|
|
panelLightingContent.Size = new Size(654, 274);
|
|
panelLightingContent.TabIndex = 42;
|
|
//
|
|
// tableLayoutLightingZones
|
|
//
|
|
tableLayoutLightingZones.AutoSize = true;
|
|
tableLayoutLightingZones.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutLightingZones.ColumnCount = 5;
|
|
tableLayoutLightingZones.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
|
tableLayoutLightingZones.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
|
tableLayoutLightingZones.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
|
tableLayoutLightingZones.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
|
tableLayoutLightingZones.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
|
|
tableLayoutLightingZones.Controls.Add(buttonLightingZoneScroll, 0, 0);
|
|
tableLayoutLightingZones.Controls.Add(buttonLightingZoneLogo, 0, 0);
|
|
tableLayoutLightingZones.Controls.Add(buttonLightingZoneAll, 0, 0);
|
|
tableLayoutLightingZones.Controls.Add(buttonLightingZoneUnderglow, 1, 0);
|
|
tableLayoutLightingZones.Controls.Add(buttonLightingZoneDock, 2, 0);
|
|
tableLayoutLightingZones.Dock = DockStyle.Top;
|
|
tableLayoutLightingZones.Location = new Point(0, 0);
|
|
tableLayoutLightingZones.Margin = new Padding(6, 3, 6, 3);
|
|
tableLayoutLightingZones.Name = "tableLayoutLightingZones";
|
|
tableLayoutLightingZones.RowCount = 1;
|
|
tableLayoutLightingZones.RowStyles.Add(new RowStyle(SizeType.Absolute, 60F));
|
|
tableLayoutLightingZones.Size = new Size(654, 60);
|
|
tableLayoutLightingZones.TabIndex = 56;
|
|
//
|
|
// buttonLightingZoneScroll
|
|
//
|
|
buttonLightingZoneScroll.AccessibleName = "DPI Setting 4";
|
|
buttonLightingZoneScroll.Activated = false;
|
|
buttonLightingZoneScroll.AutoSize = true;
|
|
buttonLightingZoneScroll.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
buttonLightingZoneScroll.BackColor = SystemColors.ControlLightLight;
|
|
buttonLightingZoneScroll.BorderColor = Color.LightGreen;
|
|
buttonLightingZoneScroll.BorderRadius = 5;
|
|
buttonLightingZoneScroll.Dock = DockStyle.Fill;
|
|
buttonLightingZoneScroll.FlatAppearance.BorderSize = 0;
|
|
buttonLightingZoneScroll.FlatStyle = FlatStyle.Flat;
|
|
buttonLightingZoneScroll.ForeColor = SystemColors.ControlText;
|
|
buttonLightingZoneScroll.ImageAlign = ContentAlignment.BottomCenter;
|
|
buttonLightingZoneScroll.Location = new Point(263, 3);
|
|
buttonLightingZoneScroll.Name = "buttonLightingZoneScroll";
|
|
buttonLightingZoneScroll.Secondary = false;
|
|
buttonLightingZoneScroll.Size = new Size(124, 54);
|
|
buttonLightingZoneScroll.TabIndex = 7;
|
|
buttonLightingZoneScroll.Text = "Scrollwheel";
|
|
buttonLightingZoneScroll.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonLightingZoneScroll.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonLightingZoneLogo
|
|
//
|
|
buttonLightingZoneLogo.AccessibleName = "DPI Setting 2";
|
|
buttonLightingZoneLogo.Activated = false;
|
|
buttonLightingZoneLogo.AutoSize = true;
|
|
buttonLightingZoneLogo.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
buttonLightingZoneLogo.BackColor = SystemColors.ControlLightLight;
|
|
buttonLightingZoneLogo.BorderColor = Color.LightGreen;
|
|
buttonLightingZoneLogo.BorderRadius = 5;
|
|
buttonLightingZoneLogo.Dock = DockStyle.Fill;
|
|
buttonLightingZoneLogo.FlatAppearance.BorderSize = 0;
|
|
buttonLightingZoneLogo.FlatStyle = FlatStyle.Flat;
|
|
buttonLightingZoneLogo.ForeColor = SystemColors.ControlText;
|
|
buttonLightingZoneLogo.ImageAlign = ContentAlignment.BottomCenter;
|
|
buttonLightingZoneLogo.Location = new Point(133, 3);
|
|
buttonLightingZoneLogo.Name = "buttonLightingZoneLogo";
|
|
buttonLightingZoneLogo.Secondary = false;
|
|
buttonLightingZoneLogo.Size = new Size(124, 54);
|
|
buttonLightingZoneLogo.TabIndex = 4;
|
|
buttonLightingZoneLogo.Text = "Logo";
|
|
buttonLightingZoneLogo.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonLightingZoneLogo.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonLightingZoneAll
|
|
//
|
|
buttonLightingZoneAll.AccessibleName = "DPI Setting 1";
|
|
buttonLightingZoneAll.Activated = false;
|
|
buttonLightingZoneAll.AutoSize = true;
|
|
buttonLightingZoneAll.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
buttonLightingZoneAll.BackColor = SystemColors.ControlLightLight;
|
|
buttonLightingZoneAll.BorderColor = Color.LightGreen;
|
|
buttonLightingZoneAll.BorderRadius = 5;
|
|
buttonLightingZoneAll.CausesValidation = false;
|
|
buttonLightingZoneAll.Dock = DockStyle.Fill;
|
|
buttonLightingZoneAll.FlatAppearance.BorderSize = 0;
|
|
buttonLightingZoneAll.FlatStyle = FlatStyle.Flat;
|
|
buttonLightingZoneAll.ForeColor = SystemColors.ControlText;
|
|
buttonLightingZoneAll.Location = new Point(3, 3);
|
|
buttonLightingZoneAll.Name = "buttonLightingZoneAll";
|
|
buttonLightingZoneAll.Secondary = false;
|
|
buttonLightingZoneAll.Size = new Size(124, 54);
|
|
buttonLightingZoneAll.TabIndex = 4;
|
|
buttonLightingZoneAll.Text = "All";
|
|
buttonLightingZoneAll.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonLightingZoneAll.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonLightingZoneUnderglow
|
|
//
|
|
buttonLightingZoneUnderglow.AccessibleName = "DPI Setting 3";
|
|
buttonLightingZoneUnderglow.Activated = false;
|
|
buttonLightingZoneUnderglow.AutoSize = true;
|
|
buttonLightingZoneUnderglow.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
buttonLightingZoneUnderglow.BackColor = SystemColors.ControlLightLight;
|
|
buttonLightingZoneUnderglow.BorderColor = Color.LightGreen;
|
|
buttonLightingZoneUnderglow.BorderRadius = 5;
|
|
buttonLightingZoneUnderglow.Dock = DockStyle.Fill;
|
|
buttonLightingZoneUnderglow.FlatAppearance.BorderSize = 0;
|
|
buttonLightingZoneUnderglow.FlatStyle = FlatStyle.Flat;
|
|
buttonLightingZoneUnderglow.ForeColor = SystemColors.ControlText;
|
|
buttonLightingZoneUnderglow.ImageAlign = ContentAlignment.BottomCenter;
|
|
buttonLightingZoneUnderglow.Location = new Point(393, 3);
|
|
buttonLightingZoneUnderglow.Name = "buttonLightingZoneUnderglow";
|
|
buttonLightingZoneUnderglow.Secondary = false;
|
|
buttonLightingZoneUnderglow.Size = new Size(124, 54);
|
|
buttonLightingZoneUnderglow.TabIndex = 5;
|
|
buttonLightingZoneUnderglow.Text = "Underglow";
|
|
buttonLightingZoneUnderglow.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonLightingZoneUnderglow.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonLightingZoneDock
|
|
//
|
|
buttonLightingZoneDock.AccessibleName = "DPI Setting 4";
|
|
buttonLightingZoneDock.Activated = false;
|
|
buttonLightingZoneDock.AutoSize = true;
|
|
buttonLightingZoneDock.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
buttonLightingZoneDock.BackColor = SystemColors.ControlLightLight;
|
|
buttonLightingZoneDock.BorderColor = Color.LightGreen;
|
|
buttonLightingZoneDock.BorderRadius = 5;
|
|
buttonLightingZoneDock.Dock = DockStyle.Fill;
|
|
buttonLightingZoneDock.FlatAppearance.BorderSize = 0;
|
|
buttonLightingZoneDock.FlatStyle = FlatStyle.Flat;
|
|
buttonLightingZoneDock.ForeColor = SystemColors.ControlText;
|
|
buttonLightingZoneDock.ImageAlign = ContentAlignment.BottomCenter;
|
|
buttonLightingZoneDock.Location = new Point(523, 3);
|
|
buttonLightingZoneDock.Name = "buttonLightingZoneDock";
|
|
buttonLightingZoneDock.Secondary = false;
|
|
buttonLightingZoneDock.Size = new Size(128, 54);
|
|
buttonLightingZoneDock.TabIndex = 6;
|
|
buttonLightingZoneDock.Text = "Dock";
|
|
buttonLightingZoneDock.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
buttonLightingZoneDock.UseVisualStyleBackColor = false;
|
|
//
|
|
// comboBoxAnimationDirection
|
|
//
|
|
comboBoxAnimationDirection.BorderColor = Color.White;
|
|
comboBoxAnimationDirection.ButtonColor = Color.FromArgb(255, 255, 255);
|
|
comboBoxAnimationDirection.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxAnimationDirection.FlatStyle = FlatStyle.Flat;
|
|
comboBoxAnimationDirection.FormattingEnabled = true;
|
|
comboBoxAnimationDirection.Location = new Point(366, 230);
|
|
comboBoxAnimationDirection.Margin = new Padding(16, 0, 16, 0);
|
|
comboBoxAnimationDirection.Name = "comboBoxAnimationDirection";
|
|
comboBoxAnimationDirection.Size = new Size(284, 33);
|
|
comboBoxAnimationDirection.TabIndex = 54;
|
|
//
|
|
// labelAnimationDirection
|
|
//
|
|
labelAnimationDirection.Location = new Point(6, 230);
|
|
labelAnimationDirection.Margin = new Padding(6, 0, 6, 0);
|
|
labelAnimationDirection.Name = "labelAnimationDirection";
|
|
labelAnimationDirection.Size = new Size(316, 33);
|
|
labelAnimationDirection.TabIndex = 55;
|
|
labelAnimationDirection.Text = "Animation Direction";
|
|
//
|
|
// checkBoxRandomColor
|
|
//
|
|
checkBoxRandomColor.Location = new Point(520, 111);
|
|
checkBoxRandomColor.Margin = new Padding(6, 0, 6, 0);
|
|
checkBoxRandomColor.Name = "checkBoxRandomColor";
|
|
checkBoxRandomColor.Size = new Size(128, 37);
|
|
checkBoxRandomColor.TabIndex = 53;
|
|
checkBoxRandomColor.Text = "Random";
|
|
checkBoxRandomColor.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBoxAnimationSpeed
|
|
//
|
|
comboBoxAnimationSpeed.BorderColor = Color.White;
|
|
comboBoxAnimationSpeed.ButtonColor = Color.FromArgb(255, 255, 255);
|
|
comboBoxAnimationSpeed.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxAnimationSpeed.FlatStyle = FlatStyle.Flat;
|
|
comboBoxAnimationSpeed.FormattingEnabled = true;
|
|
comboBoxAnimationSpeed.Location = new Point(366, 188);
|
|
comboBoxAnimationSpeed.Margin = new Padding(16, 0, 16, 0);
|
|
comboBoxAnimationSpeed.Name = "comboBoxAnimationSpeed";
|
|
comboBoxAnimationSpeed.Size = new Size(284, 33);
|
|
comboBoxAnimationSpeed.TabIndex = 51;
|
|
//
|
|
// labelAnimationSpeed
|
|
//
|
|
labelAnimationSpeed.Location = new Point(6, 188);
|
|
labelAnimationSpeed.Margin = new Padding(6, 0, 6, 0);
|
|
labelAnimationSpeed.Name = "labelAnimationSpeed";
|
|
labelAnimationSpeed.Size = new Size(316, 33);
|
|
labelAnimationSpeed.TabIndex = 52;
|
|
labelAnimationSpeed.Text = "Animation Speed";
|
|
//
|
|
// pictureBoxLightingColor
|
|
//
|
|
pictureBoxLightingColor.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pictureBoxLightingColor.Location = new Point(480, 120);
|
|
pictureBoxLightingColor.Margin = new Padding(6);
|
|
pictureBoxLightingColor.Name = "pictureBoxLightingColor";
|
|
pictureBoxLightingColor.Size = new Size(20, 20);
|
|
pictureBoxLightingColor.TabIndex = 50;
|
|
pictureBoxLightingColor.TabStop = false;
|
|
//
|
|
// buttonLightingColor
|
|
//
|
|
buttonLightingColor.AccessibleName = "Keyboard Color";
|
|
buttonLightingColor.Activated = false;
|
|
buttonLightingColor.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
buttonLightingColor.BackColor = SystemColors.ButtonHighlight;
|
|
buttonLightingColor.BorderColor = Color.Transparent;
|
|
buttonLightingColor.BorderRadius = 2;
|
|
buttonLightingColor.FlatStyle = FlatStyle.Flat;
|
|
buttonLightingColor.ForeColor = SystemColors.ControlText;
|
|
buttonLightingColor.Location = new Point(373, 111);
|
|
buttonLightingColor.Margin = new Padding(3, 6, 3, 6);
|
|
buttonLightingColor.Name = "buttonLightingColor";
|
|
buttonLightingColor.Secondary = false;
|
|
buttonLightingColor.Size = new Size(141, 37);
|
|
buttonLightingColor.TabIndex = 49;
|
|
buttonLightingColor.Text = Properties.Strings.Color;
|
|
buttonLightingColor.TextAlign = ContentAlignment.MiddleLeft;
|
|
buttonLightingColor.UseVisualStyleBackColor = false;
|
|
//
|
|
// comboBoxLightingMode
|
|
//
|
|
comboBoxLightingMode.BorderColor = Color.White;
|
|
comboBoxLightingMode.ButtonColor = Color.FromArgb(255, 255, 255);
|
|
comboBoxLightingMode.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxLightingMode.FlatStyle = FlatStyle.Flat;
|
|
comboBoxLightingMode.FormattingEnabled = true;
|
|
comboBoxLightingMode.Location = new Point(367, 72);
|
|
comboBoxLightingMode.Margin = new Padding(16, 0, 16, 0);
|
|
comboBoxLightingMode.Name = "comboBoxLightingMode";
|
|
comboBoxLightingMode.Size = new Size(284, 33);
|
|
comboBoxLightingMode.TabIndex = 46;
|
|
//
|
|
// labelLightingMode
|
|
//
|
|
labelLightingMode.Location = new Point(7, 72);
|
|
labelLightingMode.Margin = new Padding(6, 0, 6, 0);
|
|
labelLightingMode.Name = "labelLightingMode";
|
|
labelLightingMode.Size = new Size(316, 33);
|
|
labelLightingMode.TabIndex = 47;
|
|
labelLightingMode.Text = "Lighting Mode";
|
|
//
|
|
// panelLightingHeader
|
|
//
|
|
panelLightingHeader.BackColor = SystemColors.ControlLight;
|
|
panelLightingHeader.Controls.Add(sliderBrightness);
|
|
panelLightingHeader.Controls.Add(pictureBoxLighting);
|
|
panelLightingHeader.Controls.Add(labelLighting);
|
|
panelLightingHeader.Dock = DockStyle.Top;
|
|
panelLightingHeader.Location = new Point(0, 0);
|
|
panelLightingHeader.Name = "panelLightingHeader";
|
|
panelLightingHeader.Size = new Size(654, 30);
|
|
panelLightingHeader.TabIndex = 41;
|
|
//
|
|
// sliderBrightness
|
|
//
|
|
sliderBrightness.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
|
|
sliderBrightness.Location = new Point(367, 1);
|
|
sliderBrightness.Margin = new Padding(2);
|
|
sliderBrightness.Max = 100;
|
|
sliderBrightness.Min = 0;
|
|
sliderBrightness.Name = "sliderBrightness";
|
|
sliderBrightness.Size = new Size(283, 27);
|
|
sliderBrightness.Step = 1;
|
|
sliderBrightness.TabIndex = 51;
|
|
sliderBrightness.Text = "sliderBrightness";
|
|
sliderBrightness.Value = 25;
|
|
//
|
|
// pictureBoxLighting
|
|
//
|
|
pictureBoxLighting.BackgroundImage = Properties.Resources.backlight;
|
|
pictureBoxLighting.BackgroundImageLayout = ImageLayout.Zoom;
|
|
pictureBoxLighting.Location = new Point(4, 0);
|
|
pictureBoxLighting.Name = "pictureBoxLighting";
|
|
pictureBoxLighting.Size = new Size(24, 24);
|
|
pictureBoxLighting.TabIndex = 35;
|
|
pictureBoxLighting.TabStop = false;
|
|
//
|
|
// labelLighting
|
|
//
|
|
labelLighting.AutoSize = true;
|
|
labelLighting.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
|
|
labelLighting.Location = new Point(33, 0);
|
|
labelLighting.Margin = new Padding(6, 0, 6, 0);
|
|
labelLighting.Name = "labelLighting";
|
|
labelLighting.Size = new Size(82, 25);
|
|
labelLighting.TabIndex = 34;
|
|
labelLighting.Text = "Lighting";
|
|
//
|
|
// panelEnergy
|
|
//
|
|
panelEnergy.AutoSize = true;
|
|
panelEnergy.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelEnergy.Controls.Add(labelLowBatteryWarningValue);
|
|
panelEnergy.Controls.Add(comboBoxAutoPowerOff);
|
|
panelEnergy.Controls.Add(sliderLowBatteryWarning);
|
|
panelEnergy.Controls.Add(labelLowBatteryWarning);
|
|
panelEnergy.Controls.Add(labelAutoPowerOff);
|
|
panelEnergy.Controls.Add(panelEnergyHeader);
|
|
panelEnergy.Dock = DockStyle.Top;
|
|
panelEnergy.Location = new Point(11, 858);
|
|
panelEnergy.Name = "panelEnergy";
|
|
panelEnergy.Padding = new Padding(0, 0, 0, 25);
|
|
panelEnergy.Size = new Size(654, 143);
|
|
panelEnergy.TabIndex = 43;
|
|
//
|
|
// labelLowBatteryWarningValue
|
|
//
|
|
labelLowBatteryWarningValue.Location = new Point(601, 85);
|
|
labelLowBatteryWarningValue.Margin = new Padding(6, 0, 6, 0);
|
|
labelLowBatteryWarningValue.Name = "labelLowBatteryWarningValue";
|
|
labelLowBatteryWarningValue.Size = new Size(48, 30);
|
|
labelLowBatteryWarningValue.TabIndex = 51;
|
|
labelLowBatteryWarningValue.Text = "20%";
|
|
labelLowBatteryWarningValue.TextAlign = ContentAlignment.MiddleRight;
|
|
//
|
|
// comboBoxAutoPowerOff
|
|
//
|
|
comboBoxAutoPowerOff.BorderColor = Color.White;
|
|
comboBoxAutoPowerOff.ButtonColor = Color.FromArgb(255, 255, 255);
|
|
comboBoxAutoPowerOff.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxAutoPowerOff.FlatStyle = FlatStyle.Flat;
|
|
comboBoxAutoPowerOff.FormattingEnabled = true;
|
|
comboBoxAutoPowerOff.Location = new Point(362, 43);
|
|
comboBoxAutoPowerOff.Margin = new Padding(16, 0, 16, 0);
|
|
comboBoxAutoPowerOff.Name = "comboBoxAutoPowerOff";
|
|
comboBoxAutoPowerOff.Size = new Size(284, 33);
|
|
comboBoxAutoPowerOff.TabIndex = 56;
|
|
//
|
|
// sliderLowBatteryWarning
|
|
//
|
|
sliderLowBatteryWarning.AccessibleName = "DPI Slider";
|
|
sliderLowBatteryWarning.Location = new Point(362, 85);
|
|
sliderLowBatteryWarning.Max = 50;
|
|
sliderLowBatteryWarning.Min = 0;
|
|
sliderLowBatteryWarning.Name = "sliderLowBatteryWarning";
|
|
sliderLowBatteryWarning.Size = new Size(243, 30);
|
|
sliderLowBatteryWarning.Step = 10;
|
|
sliderLowBatteryWarning.TabIndex = 50;
|
|
sliderLowBatteryWarning.TabStop = false;
|
|
sliderLowBatteryWarning.Text = "sliderBattery";
|
|
sliderLowBatteryWarning.Value = 0;
|
|
//
|
|
// labelLowBatteryWarning
|
|
//
|
|
labelLowBatteryWarning.Location = new Point(7, 82);
|
|
labelLowBatteryWarning.Margin = new Padding(6, 0, 6, 0);
|
|
labelLowBatteryWarning.Name = "labelLowBatteryWarning";
|
|
labelLowBatteryWarning.Size = new Size(316, 33);
|
|
labelLowBatteryWarning.TabIndex = 57;
|
|
labelLowBatteryWarning.Text = "Low Battery Warning";
|
|
//
|
|
// labelAutoPowerOff
|
|
//
|
|
labelAutoPowerOff.Location = new Point(7, 43);
|
|
labelAutoPowerOff.Margin = new Padding(6, 0, 6, 0);
|
|
labelAutoPowerOff.Name = "labelAutoPowerOff";
|
|
labelAutoPowerOff.Size = new Size(316, 33);
|
|
labelAutoPowerOff.TabIndex = 56;
|
|
labelAutoPowerOff.Text = "Auto Power Off";
|
|
//
|
|
// panelEnergyHeader
|
|
//
|
|
panelEnergyHeader.BackColor = SystemColors.ControlLight;
|
|
panelEnergyHeader.Controls.Add(pictureBoxEnergy);
|
|
panelEnergyHeader.Controls.Add(labelEnergy);
|
|
panelEnergyHeader.Dock = DockStyle.Top;
|
|
panelEnergyHeader.Location = new Point(0, 0);
|
|
panelEnergyHeader.Name = "panelEnergyHeader";
|
|
panelEnergyHeader.Size = new Size(654, 30);
|
|
panelEnergyHeader.TabIndex = 41;
|
|
//
|
|
// pictureBoxEnergy
|
|
//
|
|
pictureBoxEnergy.BackgroundImage = Properties.Resources.icons8_charging_battery_32;
|
|
pictureBoxEnergy.BackgroundImageLayout = ImageLayout.Zoom;
|
|
pictureBoxEnergy.Location = new Point(4, 0);
|
|
pictureBoxEnergy.Name = "pictureBoxEnergy";
|
|
pictureBoxEnergy.Size = new Size(24, 24);
|
|
pictureBoxEnergy.TabIndex = 35;
|
|
pictureBoxEnergy.TabStop = false;
|
|
//
|
|
// labelEnergy
|
|
//
|
|
labelEnergy.AutoSize = true;
|
|
labelEnergy.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
|
|
labelEnergy.Location = new Point(33, 0);
|
|
labelEnergy.Margin = new Padding(6, 0, 6, 0);
|
|
labelEnergy.Name = "labelEnergy";
|
|
labelEnergy.Size = new Size(71, 25);
|
|
labelEnergy.TabIndex = 34;
|
|
labelEnergy.Text = "Energy";
|
|
//
|
|
// tableLayoutProfiles
|
|
//
|
|
tableLayoutProfiles.AutoSize = true;
|
|
tableLayoutProfiles.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutProfiles.ColumnCount = 2;
|
|
tableLayoutProfiles.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutProfiles.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutProfiles.Controls.Add(panelProfiles, 1, 0);
|
|
tableLayoutProfiles.Controls.Add(panelBatteryState, 0, 0);
|
|
tableLayoutProfiles.Dock = DockStyle.Top;
|
|
tableLayoutProfiles.Location = new Point(11, 11);
|
|
tableLayoutProfiles.Name = "tableLayoutProfiles";
|
|
tableLayoutProfiles.RowCount = 1;
|
|
tableLayoutProfiles.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutProfiles.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutProfiles.Size = new Size(654, 57);
|
|
tableLayoutProfiles.TabIndex = 44;
|
|
//
|
|
// panelBatteryState
|
|
//
|
|
panelBatteryState.Controls.Add(labelChargingState);
|
|
panelBatteryState.Controls.Add(labelBatteryState);
|
|
panelBatteryState.Controls.Add(pictureBoxBatteryState);
|
|
panelBatteryState.Location = new Point(3, 3);
|
|
panelBatteryState.Name = "panelBatteryState";
|
|
panelBatteryState.Size = new Size(300, 50);
|
|
panelBatteryState.TabIndex = 1;
|
|
//
|
|
// labelChargingState
|
|
//
|
|
labelChargingState.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left;
|
|
labelChargingState.AutoSize = true;
|
|
labelChargingState.Font = new Font("Segoe UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
|
|
labelChargingState.Location = new Point(116, 10);
|
|
labelChargingState.Name = "labelChargingState";
|
|
labelChargingState.Size = new Size(97, 28);
|
|
labelChargingState.TabIndex = 38;
|
|
labelChargingState.Text = "Charging";
|
|
labelChargingState.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// labelBatteryState
|
|
//
|
|
labelBatteryState.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
|
|
labelBatteryState.AutoSize = true;
|
|
labelBatteryState.Font = new Font("Segoe UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
|
|
labelBatteryState.Location = new Point(45, 10);
|
|
labelBatteryState.Name = "labelBatteryState";
|
|
labelBatteryState.Size = new Size(65, 28);
|
|
labelBatteryState.TabIndex = 37;
|
|
labelBatteryState.Text = "100%";
|
|
labelBatteryState.TextAlign = ContentAlignment.MiddleRight;
|
|
//
|
|
// pictureBoxBatteryState
|
|
//
|
|
pictureBoxBatteryState.BackgroundImage = Properties.Resources.icons8_ladende_batterie_48;
|
|
pictureBoxBatteryState.BackgroundImageLayout = ImageLayout.Zoom;
|
|
pictureBoxBatteryState.Dock = DockStyle.Left;
|
|
pictureBoxBatteryState.Location = new Point(0, 0);
|
|
pictureBoxBatteryState.Name = "pictureBoxBatteryState";
|
|
pictureBoxBatteryState.Size = new Size(39, 50);
|
|
pictureBoxBatteryState.TabIndex = 36;
|
|
pictureBoxBatteryState.TabStop = false;
|
|
//
|
|
// buttonSync
|
|
//
|
|
buttonSync.AccessibleName = "Keyboard Color";
|
|
buttonSync.Activated = false;
|
|
buttonSync.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
buttonSync.BackColor = SystemColors.ButtonHighlight;
|
|
buttonSync.BorderColor = Color.Transparent;
|
|
buttonSync.BorderRadius = 2;
|
|
buttonSync.FlatStyle = FlatStyle.Flat;
|
|
buttonSync.ForeColor = SystemColors.ControlText;
|
|
buttonSync.Location = new Point(358, 8);
|
|
buttonSync.Margin = new Padding(3, 6, 3, 6);
|
|
buttonSync.Name = "buttonSync";
|
|
buttonSync.Secondary = false;
|
|
buttonSync.Size = new Size(292, 37);
|
|
buttonSync.TabIndex = 46;
|
|
buttonSync.Text = "Synchronize with Mouse";
|
|
buttonSync.UseVisualStyleBackColor = false;
|
|
buttonSync.Click += ButtonSync_Click;
|
|
//
|
|
// panelBottomButtons
|
|
//
|
|
panelBottomButtons.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
panelBottomButtons.Controls.Add(buttonSync);
|
|
panelBottomButtons.Dock = DockStyle.Top;
|
|
panelBottomButtons.Location = new Point(11, 1001);
|
|
panelBottomButtons.Name = "panelBottomButtons";
|
|
panelBottomButtons.Size = new Size(654, 67);
|
|
panelBottomButtons.TabIndex = 47;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
tableLayoutPanel2.AutoSize = true;
|
|
tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel2.ColumnCount = 4;
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
|
|
tableLayoutPanel2.Controls.Add(rButton1, 0, 0);
|
|
tableLayoutPanel2.Location = new Point(0, 0);
|
|
tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
tableLayoutPanel2.RowCount = 1;
|
|
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel2.Size = new Size(200, 100);
|
|
tableLayoutPanel2.TabIndex = 0;
|
|
//
|
|
// rButton1
|
|
//
|
|
rButton1.AccessibleName = "DPI Setting 2";
|
|
rButton1.Activated = false;
|
|
rButton1.BackColor = SystemColors.ControlLightLight;
|
|
rButton1.BorderColor = Color.Transparent;
|
|
rButton1.BorderRadius = 5;
|
|
rButton1.Dock = DockStyle.Top;
|
|
rButton1.FlatAppearance.BorderSize = 0;
|
|
rButton1.FlatStyle = FlatStyle.Flat;
|
|
rButton1.ForeColor = SystemColors.ControlText;
|
|
rButton1.Image = Properties.Resources.lighting_dot_32;
|
|
rButton1.ImageAlign = ContentAlignment.BottomCenter;
|
|
rButton1.Location = new Point(3, 3);
|
|
rButton1.Name = "rButton1";
|
|
rButton1.Secondary = false;
|
|
rButton1.Size = new Size(44, 90);
|
|
rButton1.TabIndex = 4;
|
|
rButton1.Text = "DPI 2\r\n1000";
|
|
rButton1.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
rButton1.UseVisualStyleBackColor = false;
|
|
//
|
|
// rButton2
|
|
//
|
|
rButton2.AccessibleName = "DPI Setting 1";
|
|
rButton2.Activated = false;
|
|
rButton2.BackColor = SystemColors.ControlLightLight;
|
|
rButton2.BorderColor = Color.Transparent;
|
|
rButton2.BorderRadius = 5;
|
|
rButton2.CausesValidation = false;
|
|
rButton2.Dock = DockStyle.Top;
|
|
rButton2.FlatAppearance.BorderSize = 0;
|
|
rButton2.FlatStyle = FlatStyle.Flat;
|
|
rButton2.ForeColor = SystemColors.ControlText;
|
|
rButton2.Image = Properties.Resources.lighting_dot_32;
|
|
rButton2.Location = new Point(3, 3);
|
|
rButton2.Name = "rButton2";
|
|
rButton2.Secondary = false;
|
|
rButton2.Size = new Size(44, 90);
|
|
rButton2.TabIndex = 4;
|
|
rButton2.Text = "DPI 1\r\n800";
|
|
rButton2.TextImageRelation = TextImageRelation.ImageAboveText;
|
|
rButton2.UseVisualStyleBackColor = false;
|
|
//
|
|
// AsusMouseSettings
|
|
//
|
|
AutoScaleDimensions = new SizeF(144F, 144F);
|
|
AutoScaleMode = AutoScaleMode.Dpi;
|
|
AutoScroll = true;
|
|
AutoSize = true;
|
|
AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
ClientSize = new Size(676, 1183);
|
|
Controls.Add(panelBottomButtons);
|
|
Controls.Add(panelEnergy);
|
|
Controls.Add(panelLighting);
|
|
Controls.Add(panelPerformance);
|
|
Controls.Add(tableLayoutProfiles);
|
|
MaximizeBox = false;
|
|
MdiChildrenMinimizedAnchorBottom = false;
|
|
MinimizeBox = false;
|
|
MinimumSize = new Size(690, 600);
|
|
Name = "AsusMouseSettings";
|
|
Padding = new Padding(11);
|
|
ShowIcon = false;
|
|
ShowInTaskbar = false;
|
|
Text = "Mouse Settings";
|
|
panelProfiles.ResumeLayout(false);
|
|
panelProfiles.PerformLayout();
|
|
panelPerformance.ResumeLayout(false);
|
|
panelPerformance.PerformLayout();
|
|
panelPerformanceOther.ResumeLayout(false);
|
|
panelPerformanceOther.PerformLayout();
|
|
panelLiftOffDistance.ResumeLayout(false);
|
|
panelDebounce.ResumeLayout(false);
|
|
panelAngleSnapping.ResumeLayout(false);
|
|
panelPollingRate.ResumeLayout(false);
|
|
panelDPISettings.ResumeLayout(false);
|
|
panelDPISettings.PerformLayout();
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownCurrentDPI).EndInit();
|
|
panelDPITile.ResumeLayout(false);
|
|
panelDPITile.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureDPIColor).EndInit();
|
|
tableDPI.ResumeLayout(false);
|
|
panelPerformanceHeader.ResumeLayout(false);
|
|
panelPerformanceHeader.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureKeyboard).EndInit();
|
|
panelLighting.ResumeLayout(false);
|
|
panelLighting.PerformLayout();
|
|
panelLightingContent.ResumeLayout(false);
|
|
panelLightingContent.PerformLayout();
|
|
tableLayoutLightingZones.ResumeLayout(false);
|
|
tableLayoutLightingZones.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxLightingColor).EndInit();
|
|
panelLightingHeader.ResumeLayout(false);
|
|
panelLightingHeader.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxLighting).EndInit();
|
|
panelEnergy.ResumeLayout(false);
|
|
panelEnergyHeader.ResumeLayout(false);
|
|
panelEnergyHeader.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxEnergy).EndInit();
|
|
tableLayoutProfiles.ResumeLayout(false);
|
|
panelBatteryState.ResumeLayout(false);
|
|
panelBatteryState.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxBatteryState).EndInit();
|
|
panelBottomButtons.ResumeLayout(false);
|
|
tableLayoutPanel2.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Panel panelProfiles;
|
|
private Label labelProfile;
|
|
private UI.RComboBox comboProfile;
|
|
private Panel panelPerformance;
|
|
private Panel panelPerformanceHeader;
|
|
private PictureBox pictureKeyboard;
|
|
private Label labelPerformance;
|
|
private Panel panelLighting;
|
|
private Panel panelLightingHeader;
|
|
private PictureBox pictureBoxLighting;
|
|
private Label labelLighting;
|
|
private Panel panelEnergy;
|
|
private Panel panelEnergyHeader;
|
|
private PictureBox pictureBoxEnergy;
|
|
private Label labelEnergy;
|
|
private TableLayoutPanel tableDPI;
|
|
private UI.RButton buttonDPI2;
|
|
private UI.RButton buttonDPI1;
|
|
private UI.RButton buttonDPI3;
|
|
private UI.RButton buttonDPI4;
|
|
private UI.Slider sliderDPI;
|
|
private Panel panelDPISettings;
|
|
private TableLayoutPanel tableLayoutPanel1;
|
|
private Label labelMinDPI;
|
|
private Label labelMaxDPI;
|
|
private Panel panelDPITile;
|
|
private Label labelDPI;
|
|
private TableLayoutPanel tableLayoutPollingRate;
|
|
private UI.RComboBox comboBoxPollingRate;
|
|
private UI.Slider sliderAngleAdjustment;
|
|
private CheckBox checkBoxAngleSnapping;
|
|
private Panel panelPerformanceOther;
|
|
private TableLayoutPanel tableLayoutProfiles;
|
|
private UI.RButton buttonDPIColor;
|
|
private PictureBox pictureDPIColor;
|
|
private UI.Slider sliderBrightness;
|
|
private Label labelPollingRate;
|
|
private Label labelAngleAdjustmentValue;
|
|
private Panel panelLightingContent;
|
|
private UI.RComboBox comboBoxLightingMode;
|
|
private Label labelLightingMode;
|
|
private PictureBox pictureBoxLightingColor;
|
|
private UI.RButton buttonLightingColor;
|
|
private CheckBox checkBoxRandomColor;
|
|
private UI.RComboBox comboBoxAnimationSpeed;
|
|
private Label labelAnimationSpeed;
|
|
private UI.RComboBox comboBoxAnimationDirection;
|
|
private Label labelAnimationDirection;
|
|
private UI.RComboBox comboBoxLiftOffDistance;
|
|
private Label labelLiftOffDistance;
|
|
private Label labelLowBatteryWarningValue;
|
|
private UI.RComboBox comboBoxAutoPowerOff;
|
|
private UI.Slider sliderLowBatteryWarning;
|
|
private Label labelLowBatteryWarning;
|
|
private Label labelAutoPowerOff;
|
|
private Panel panelBatteryState;
|
|
private Label labelChargingState;
|
|
private Label labelBatteryState;
|
|
private PictureBox pictureBoxBatteryState;
|
|
private UI.RButton buttonSync;
|
|
private Panel panelBottomButtons;
|
|
private NumericUpDown numericUpDownCurrentDPI;
|
|
private TableLayoutPanel tableLayoutLightingZones;
|
|
private UI.RButton buttonLightingZoneScroll;
|
|
private UI.RButton buttonLightingZoneLogo;
|
|
private UI.RButton buttonLightingZoneAll;
|
|
private UI.RButton buttonLightingZoneUnderglow;
|
|
private UI.RButton buttonLightingZoneDock;
|
|
private TableLayoutPanel tableLayoutPanel2;
|
|
private UI.RButton rButton1;
|
|
private UI.RButton rButton2;
|
|
private Label labelButtonDebounce;
|
|
private Label labelButtonDebounceValue;
|
|
private UI.Slider sliderButtonDebounce;
|
|
private Panel panelPollingRate;
|
|
private Panel panelAngleSnapping;
|
|
private Panel panelLiftOffDistance;
|
|
private Panel panelDebounce;
|
|
}
|
|
} |