namespace GHelper { partial class AsusMouseSettings { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { panelProfiles = new Panel(); comboProfile = new UI.RComboBox(); labelProfile = new Label(); panelPerformance = new Panel(); panelPerformanceOther = new Panel(); panelDeceleration = new Panel(); labelDeceleration = new Label(); sliderDeceleration = new UI.Slider(); labelDecelerationValue = new Label(); panelAcceleration = new Panel(); labelAcceleration = new Label(); sliderAcceleration = new UI.Slider(); labelAccelerationValue = new Label(); 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(); buttonImport = new UI.RButton(); buttonExport = new UI.RButton(); tableLayoutPanel2 = new TableLayoutPanel(); rButton1 = new UI.RButton(); rButton2 = new UI.RButton(); panelProfiles.SuspendLayout(); panelPerformance.SuspendLayout(); panelPerformanceOther.SuspendLayout(); panelDeceleration.SuspendLayout(); panelAcceleration.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(212, 2); panelProfiles.Margin = new Padding(2); panelProfiles.MinimumSize = new Size(227, 0); panelProfiles.Name = "panelProfiles"; panelProfiles.Size = new Size(227, 34); 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(65, 7); comboProfile.Margin = new Padding(0); comboProfile.Name = "comboProfile"; comboProfile.Size = new Size(153, 23); 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(2, 9); labelProfile.Margin = new Padding(2, 0, 2, 0); labelProfile.Name = "labelProfile"; labelProfile.Size = new Size(44, 15); 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(7, 45); panelPerformance.Margin = new Padding(2); panelPerformance.Name = "panelPerformance"; panelPerformance.Padding = new Padding(0, 7, 0, 17); panelPerformance.Size = new Size(420, 370); panelPerformance.TabIndex = 1; // // panelPerformanceOther // panelPerformanceOther.AutoSize = true; panelPerformanceOther.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelPerformanceOther.Controls.Add(panelDeceleration); panelPerformanceOther.Controls.Add(panelAcceleration); 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, 161); panelPerformanceOther.Margin = new Padding(2); panelPerformanceOther.Name = "panelPerformanceOther"; panelPerformanceOther.Padding = new Padding(0, 7, 0, 7); panelPerformanceOther.Size = new Size(420, 192); panelPerformanceOther.TabIndex = 49; // // panelDeceleration // panelDeceleration.AutoSize = true; panelDeceleration.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelDeceleration.Controls.Add(labelDeceleration); panelDeceleration.Controls.Add(sliderDeceleration); panelDeceleration.Controls.Add(labelDecelerationValue); panelDeceleration.Dock = DockStyle.Top; panelDeceleration.Location = new Point(0, 154); panelDeceleration.Margin = new Padding(2); panelDeceleration.Name = "panelDeceleration"; panelDeceleration.Padding = new Padding(3); panelDeceleration.Size = new Size(420, 31); panelDeceleration.TabIndex = 58; // // labelDeceleration // labelDeceleration.Location = new Point(4, 5); labelDeceleration.Margin = new Padding(4, 0, 4, 0); labelDeceleration.Name = "labelDeceleration"; labelDeceleration.Size = new Size(232, 22); labelDeceleration.TabIndex = 52; labelDeceleration.Text = "Deceleration"; // // sliderDeceleration // sliderDeceleration.AccessibleName = "DPI Slider"; sliderDeceleration.Location = new Point(245, 6); sliderDeceleration.Margin = new Padding(2); sliderDeceleration.Max = 9; sliderDeceleration.Min = 0; sliderDeceleration.Name = "sliderDeceleration"; sliderDeceleration.Size = new Size(142, 20); sliderDeceleration.Step = 1; sliderDeceleration.TabIndex = 50; sliderDeceleration.TabStop = false; sliderDeceleration.Text = "sliderBattery"; sliderDeceleration.Value = 0; // // labelDecelerationValue // labelDecelerationValue.Location = new Point(393, 6); labelDecelerationValue.Margin = new Padding(4, 0, 4, 0); labelDecelerationValue.Name = "labelDecelerationValue"; labelDecelerationValue.Size = new Size(40, 20); labelDecelerationValue.TabIndex = 51; labelDecelerationValue.Text = "0"; labelDecelerationValue.TextAlign = ContentAlignment.MiddleRight; // // panelAcceleration // panelAcceleration.AutoSize = true; panelAcceleration.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelAcceleration.Controls.Add(labelAcceleration); panelAcceleration.Controls.Add(sliderAcceleration); panelAcceleration.Controls.Add(labelAccelerationValue); panelAcceleration.Dock = DockStyle.Top; panelAcceleration.Location = new Point(0, 123); panelAcceleration.Margin = new Padding(2); panelAcceleration.Name = "panelAcceleration"; panelAcceleration.Padding = new Padding(3); panelAcceleration.Size = new Size(420, 31); panelAcceleration.TabIndex = 57; // // labelAcceleration // labelAcceleration.Location = new Point(4, 5); labelAcceleration.Margin = new Padding(4, 0, 4, 0); labelAcceleration.Name = "labelAcceleration"; labelAcceleration.Size = new Size(232, 22); labelAcceleration.TabIndex = 52; labelAcceleration.Text = "Acceleration"; // // sliderAcceleration // sliderAcceleration.AccessibleName = "DPI Slider"; sliderAcceleration.Location = new Point(245, 6); sliderAcceleration.Margin = new Padding(2); sliderAcceleration.Max = 9; sliderAcceleration.Min = 0; sliderAcceleration.Name = "sliderAcceleration"; sliderAcceleration.Size = new Size(142, 20); sliderAcceleration.Step = 1; sliderAcceleration.TabIndex = 50; sliderAcceleration.TabStop = false; sliderAcceleration.Text = "sliderBattery"; sliderAcceleration.Value = 0; // // labelAccelerationValue // labelAccelerationValue.Location = new Point(393, 6); labelAccelerationValue.Margin = new Padding(4, 0, 4, 0); labelAccelerationValue.Name = "labelAccelerationValue"; labelAccelerationValue.Size = new Size(40, 20); labelAccelerationValue.TabIndex = 51; labelAccelerationValue.Text = "0"; labelAccelerationValue.TextAlign = ContentAlignment.MiddleRight; // // 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, 94); panelLiftOffDistance.Margin = new Padding(2); panelLiftOffDistance.Name = "panelLiftOffDistance"; panelLiftOffDistance.Padding = new Padding(3); panelLiftOffDistance.Size = new Size(420, 29); panelLiftOffDistance.TabIndex = 56; // // labelLiftOffDistance // labelLiftOffDistance.Location = new Point(3, 3); labelLiftOffDistance.Margin = new Padding(4, 0, 4, 0); labelLiftOffDistance.Name = "labelLiftOffDistance"; labelLiftOffDistance.Size = new Size(232, 22); 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(245, 3); comboBoxLiftOffDistance.Margin = new Padding(11, 0, 11, 0); comboBoxLiftOffDistance.Name = "comboBoxLiftOffDistance"; comboBoxLiftOffDistance.Size = new Size(189, 23); 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, 63); panelDebounce.Margin = new Padding(2); panelDebounce.Name = "panelDebounce"; panelDebounce.Padding = new Padding(3); panelDebounce.Size = new Size(420, 31); panelDebounce.TabIndex = 55; // // labelButtonDebounce // labelButtonDebounce.Location = new Point(4, 5); labelButtonDebounce.Margin = new Padding(4, 0, 4, 0); labelButtonDebounce.Name = "labelButtonDebounce"; labelButtonDebounce.Size = new Size(232, 22); labelButtonDebounce.TabIndex = 52; labelButtonDebounce.Text = "Button Response"; // // sliderButtonDebounce // sliderButtonDebounce.AccessibleName = "DPI Slider"; sliderButtonDebounce.Location = new Point(245, 6); sliderButtonDebounce.Margin = new Padding(2); sliderButtonDebounce.Max = 7; sliderButtonDebounce.Min = 2; sliderButtonDebounce.Name = "sliderButtonDebounce"; sliderButtonDebounce.Size = new Size(142, 20); sliderButtonDebounce.Step = 1; sliderButtonDebounce.TabIndex = 50; sliderButtonDebounce.TabStop = false; sliderButtonDebounce.Text = "sliderBattery"; sliderButtonDebounce.Value = 2; // // labelButtonDebounceValue // labelButtonDebounceValue.Location = new Point(393, 6); labelButtonDebounceValue.Margin = new Padding(4, 0, 4, 0); labelButtonDebounceValue.Name = "labelButtonDebounceValue"; labelButtonDebounceValue.Size = new Size(40, 20); 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, 34); panelAngleSnapping.Margin = new Padding(2); panelAngleSnapping.Name = "panelAngleSnapping"; panelAngleSnapping.Padding = new Padding(3); panelAngleSnapping.Size = new Size(420, 29); panelAngleSnapping.TabIndex = 54; // // sliderAngleAdjustment // sliderAngleAdjustment.AccessibleName = "DPI Slider"; sliderAngleAdjustment.Location = new Point(264, 4); sliderAngleAdjustment.Margin = new Padding(2); sliderAngleAdjustment.Max = 20; sliderAngleAdjustment.Min = -20; sliderAngleAdjustment.Name = "sliderAngleAdjustment"; sliderAngleAdjustment.Size = new Size(139, 20); sliderAngleAdjustment.Step = 5; sliderAngleAdjustment.TabIndex = 46; sliderAngleAdjustment.TabStop = false; sliderAngleAdjustment.Text = "sliderBattery"; sliderAngleAdjustment.Value = 0; // // checkBoxAngleSnapping // checkBoxAngleSnapping.CheckAlign = ContentAlignment.MiddleRight; checkBoxAngleSnapping.Location = new Point(3, 4); checkBoxAngleSnapping.Margin = new Padding(4, 0, 4, 0); checkBoxAngleSnapping.Name = "checkBoxAngleSnapping"; checkBoxAngleSnapping.Size = new Size(256, 20); checkBoxAngleSnapping.TabIndex = 45; checkBoxAngleSnapping.Text = "Angle Snapping"; checkBoxAngleSnapping.TextAlign = ContentAlignment.TopLeft; checkBoxAngleSnapping.UseVisualStyleBackColor = true; // // labelAngleAdjustmentValue // labelAngleAdjustmentValue.Location = new Point(398, 4); labelAngleAdjustmentValue.Margin = new Padding(4, 0, 4, 0); labelAngleAdjustmentValue.Name = "labelAngleAdjustmentValue"; labelAngleAdjustmentValue.Size = new Size(32, 20); 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, 7); panelPollingRate.Margin = new Padding(2); panelPollingRate.Name = "panelPollingRate"; panelPollingRate.Padding = new Padding(3); panelPollingRate.Size = new Size(420, 27); panelPollingRate.TabIndex = 53; // // labelPollingRate // labelPollingRate.Location = new Point(4, 3); labelPollingRate.Margin = new Padding(4, 0, 4, 0); labelPollingRate.Name = "labelPollingRate"; labelPollingRate.Size = new Size(232, 20); 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(245, 1); comboBoxPollingRate.Margin = new Padding(11, 0, 11, 0); comboBoxPollingRate.Name = "comboBoxPollingRate"; comboBoxPollingRate.Size = new Size(189, 23); 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, 91); panelDPISettings.Margin = new Padding(2); panelDPISettings.Name = "panelDPISettings"; panelDPISettings.Size = new Size(420, 70); panelDPISettings.TabIndex = 44; // // sliderDPI // sliderDPI.AccessibleName = "DPI Slider"; sliderDPI.Dock = DockStyle.Top; sliderDPI.Location = new Point(0, 50); sliderDPI.Margin = new Padding(2); sliderDPI.Max = 35000; sliderDPI.Min = 100; sliderDPI.Name = "sliderDPI"; sliderDPI.Size = new Size(420, 20); 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, 27); tableLayoutPanel1.Margin = new Padding(2); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Size = new Size(420, 23); tableLayoutPanel1.TabIndex = 47; // // labelMinDPI // labelMinDPI.Dock = DockStyle.Fill; labelMinDPI.ForeColor = SystemColors.GrayText; labelMinDPI.Location = new Point(4, 0); labelMinDPI.Margin = new Padding(4, 0, 4, 0); labelMinDPI.Name = "labelMinDPI"; labelMinDPI.Size = new Size(151, 23); labelMinDPI.TabIndex = 45; labelMinDPI.Text = "100"; // // labelMaxDPI // labelMaxDPI.Dock = DockStyle.Fill; labelMaxDPI.ForeColor = SystemColors.GrayText; labelMaxDPI.Location = new Point(263, 0); labelMaxDPI.Margin = new Padding(4, 0, 4, 0); labelMaxDPI.Name = "labelMaxDPI"; labelMaxDPI.Size = new Size(153, 23); 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(161, 2); numericUpDownCurrentDPI.Margin = new Padding(2); 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(96, 19); 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.Margin = new Padding(2); panelDPITile.Name = "panelDPITile"; panelDPITile.Padding = new Padding(0, 3, 0, 3); panelDPITile.Size = new Size(420, 27); panelDPITile.TabIndex = 48; // // pictureDPIColor // pictureDPIColor.Anchor = AnchorStyles.Top | AnchorStyles.Right; pictureDPIColor.Location = new Point(395, 7); pictureDPIColor.Margin = new Padding(4); pictureDPIColor.Name = "pictureDPIColor"; pictureDPIColor.Size = new Size(10, 10); 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(291, 1); buttonDPIColor.Margin = new Padding(2, 4, 2, 4); buttonDPIColor.Name = "buttonDPIColor"; buttonDPIColor.Secondary = false; buttonDPIColor.Size = new Size(127, 27); 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(4, 3); labelDPI.Margin = new Padding(4, 0, 4, 0); labelDPI.Name = "labelDPI"; labelDPI.Size = new Size(25, 15); 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, 27); tableDPI.Margin = new Padding(4, 2, 4, 2); tableDPI.Name = "tableDPI"; tableDPI.RowCount = 1; tableDPI.RowStyles.Add(new RowStyle(SizeType.Absolute, 64F)); tableDPI.RowStyles.Add(new RowStyle(SizeType.Absolute, 64F)); tableDPI.Size = new Size(420, 64); 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(107, 2); buttonDPI2.Margin = new Padding(2); buttonDPI2.Name = "buttonDPI2"; buttonDPI2.Secondary = false; buttonDPI2.Size = new Size(101, 60); 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(2, 2); buttonDPI1.Margin = new Padding(2); buttonDPI1.Name = "buttonDPI1"; buttonDPI1.Secondary = false; buttonDPI1.Size = new Size(101, 60); 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(212, 2); buttonDPI3.Margin = new Padding(2); buttonDPI3.Name = "buttonDPI3"; buttonDPI3.Secondary = false; buttonDPI3.Size = new Size(101, 60); 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(317, 2); buttonDPI4.Margin = new Padding(2); buttonDPI4.Name = "buttonDPI4"; buttonDPI4.Secondary = false; buttonDPI4.Size = new Size(101, 60); 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, 7); panelPerformanceHeader.Margin = new Padding(2); panelPerformanceHeader.Name = "panelPerformanceHeader"; panelPerformanceHeader.Size = new Size(420, 20); panelPerformanceHeader.TabIndex = 41; // // pictureKeyboard // pictureKeyboard.BackgroundImage = Properties.Resources.icons8_mauszeiger_50; pictureKeyboard.BackgroundImageLayout = ImageLayout.Zoom; pictureKeyboard.Location = new Point(3, 0); pictureKeyboard.Margin = new Padding(2); pictureKeyboard.Name = "pictureKeyboard"; pictureKeyboard.Size = new Size(16, 16); 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(22, 0); labelPerformance.Margin = new Padding(4, 0, 4, 0); labelPerformance.Name = "labelPerformance"; labelPerformance.Size = new Size(80, 15); 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(7, 415); panelLighting.Margin = new Padding(2); panelLighting.Name = "panelLighting"; panelLighting.Padding = new Padding(0, 0, 0, 17); panelLighting.Size = new Size(420, 220); 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, 20); panelLightingContent.Margin = new Padding(2); panelLightingContent.Name = "panelLightingContent"; panelLightingContent.Padding = new Padding(0, 0, 0, 7); panelLightingContent.Size = new Size(420, 183); 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(4, 2, 4, 2); tableLayoutLightingZones.Name = "tableLayoutLightingZones"; tableLayoutLightingZones.RowCount = 1; tableLayoutLightingZones.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F)); tableLayoutLightingZones.Size = new Size(420, 40); 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(170, 2); buttonLightingZoneScroll.Margin = new Padding(2); buttonLightingZoneScroll.Name = "buttonLightingZoneScroll"; buttonLightingZoneScroll.Secondary = false; buttonLightingZoneScroll.Size = new Size(80, 36); 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(86, 2); buttonLightingZoneLogo.Margin = new Padding(2); buttonLightingZoneLogo.Name = "buttonLightingZoneLogo"; buttonLightingZoneLogo.Secondary = false; buttonLightingZoneLogo.Size = new Size(80, 36); 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(2, 2); buttonLightingZoneAll.Margin = new Padding(2); buttonLightingZoneAll.Name = "buttonLightingZoneAll"; buttonLightingZoneAll.Secondary = false; buttonLightingZoneAll.Size = new Size(80, 36); 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(254, 2); buttonLightingZoneUnderglow.Margin = new Padding(2); buttonLightingZoneUnderglow.Name = "buttonLightingZoneUnderglow"; buttonLightingZoneUnderglow.Secondary = false; buttonLightingZoneUnderglow.Size = new Size(80, 36); 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(338, 2); buttonLightingZoneDock.Margin = new Padding(2); buttonLightingZoneDock.Name = "buttonLightingZoneDock"; buttonLightingZoneDock.Secondary = false; buttonLightingZoneDock.Size = new Size(80, 36); 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(244, 153); comboBoxAnimationDirection.Margin = new Padding(11, 0, 11, 0); comboBoxAnimationDirection.Name = "comboBoxAnimationDirection"; comboBoxAnimationDirection.Size = new Size(191, 23); comboBoxAnimationDirection.TabIndex = 54; // // labelAnimationDirection // labelAnimationDirection.Location = new Point(4, 153); labelAnimationDirection.Margin = new Padding(4, 0, 4, 0); labelAnimationDirection.Name = "labelAnimationDirection"; labelAnimationDirection.Size = new Size(211, 22); labelAnimationDirection.TabIndex = 55; labelAnimationDirection.Text = "Animation Direction"; // // checkBoxRandomColor // checkBoxRandomColor.Location = new Point(347, 74); checkBoxRandomColor.Margin = new Padding(4, 0, 4, 0); checkBoxRandomColor.Name = "checkBoxRandomColor"; checkBoxRandomColor.Size = new Size(85, 25); 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(244, 125); comboBoxAnimationSpeed.Margin = new Padding(11, 0, 11, 0); comboBoxAnimationSpeed.Name = "comboBoxAnimationSpeed"; comboBoxAnimationSpeed.Size = new Size(191, 23); comboBoxAnimationSpeed.TabIndex = 51; // // labelAnimationSpeed // labelAnimationSpeed.Location = new Point(4, 125); labelAnimationSpeed.Margin = new Padding(4, 0, 4, 0); labelAnimationSpeed.Name = "labelAnimationSpeed"; labelAnimationSpeed.Size = new Size(211, 22); labelAnimationSpeed.TabIndex = 52; labelAnimationSpeed.Text = "Animation Speed"; // // pictureBoxLightingColor // pictureBoxLightingColor.Anchor = AnchorStyles.Top | AnchorStyles.Right; pictureBoxLightingColor.Location = new Point(304, 80); pictureBoxLightingColor.Margin = new Padding(4); pictureBoxLightingColor.Name = "pictureBoxLightingColor"; pictureBoxLightingColor.Size = new Size(13, 13); 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(233, 74); buttonLightingColor.Margin = new Padding(2, 4, 2, 4); buttonLightingColor.Name = "buttonLightingColor"; buttonLightingColor.Secondary = false; buttonLightingColor.Size = new Size(94, 25); 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(245, 48); comboBoxLightingMode.Margin = new Padding(11, 0, 11, 0); comboBoxLightingMode.Name = "comboBoxLightingMode"; comboBoxLightingMode.Size = new Size(191, 23); comboBoxLightingMode.TabIndex = 46; // // labelLightingMode // labelLightingMode.Location = new Point(5, 48); labelLightingMode.Margin = new Padding(4, 0, 4, 0); labelLightingMode.Name = "labelLightingMode"; labelLightingMode.Size = new Size(211, 22); 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.Margin = new Padding(2); panelLightingHeader.Name = "panelLightingHeader"; panelLightingHeader.Size = new Size(420, 20); panelLightingHeader.TabIndex = 41; // // sliderBrightness // sliderBrightness.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right; sliderBrightness.Location = new Point(229, 1); sliderBrightness.Margin = new Padding(1); sliderBrightness.Max = 100; sliderBrightness.Min = 0; sliderBrightness.Name = "sliderBrightness"; sliderBrightness.Size = new Size(189, 18); 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(3, 0); pictureBoxLighting.Margin = new Padding(2); pictureBoxLighting.Name = "pictureBoxLighting"; pictureBoxLighting.Size = new Size(16, 16); 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(22, 0); labelLighting.Margin = new Padding(4, 0, 4, 0); labelLighting.Name = "labelLighting"; labelLighting.Size = new Size(52, 15); 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(7, 635); panelEnergy.Margin = new Padding(2); panelEnergy.Name = "panelEnergy"; panelEnergy.Padding = new Padding(0, 0, 0, 17); panelEnergy.Size = new Size(420, 96); panelEnergy.TabIndex = 43; // // labelLowBatteryWarningValue // labelLowBatteryWarningValue.Location = new Point(401, 57); labelLowBatteryWarningValue.Margin = new Padding(4, 0, 4, 0); labelLowBatteryWarningValue.Name = "labelLowBatteryWarningValue"; labelLowBatteryWarningValue.Size = new Size(32, 20); 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(241, 29); comboBoxAutoPowerOff.Margin = new Padding(11, 0, 11, 0); comboBoxAutoPowerOff.Name = "comboBoxAutoPowerOff"; comboBoxAutoPowerOff.Size = new Size(191, 23); comboBoxAutoPowerOff.TabIndex = 56; // // sliderLowBatteryWarning // sliderLowBatteryWarning.AccessibleName = "DPI Slider"; sliderLowBatteryWarning.Location = new Point(241, 57); sliderLowBatteryWarning.Margin = new Padding(2); sliderLowBatteryWarning.Max = 50; sliderLowBatteryWarning.Min = 0; sliderLowBatteryWarning.Name = "sliderLowBatteryWarning"; sliderLowBatteryWarning.Size = new Size(162, 20); sliderLowBatteryWarning.Step = 10; sliderLowBatteryWarning.TabIndex = 50; sliderLowBatteryWarning.TabStop = false; sliderLowBatteryWarning.Text = "sliderBattery"; sliderLowBatteryWarning.Value = 0; // // labelLowBatteryWarning // labelLowBatteryWarning.Location = new Point(5, 55); labelLowBatteryWarning.Margin = new Padding(4, 0, 4, 0); labelLowBatteryWarning.Name = "labelLowBatteryWarning"; labelLowBatteryWarning.Size = new Size(211, 22); labelLowBatteryWarning.TabIndex = 57; labelLowBatteryWarning.Text = "Low Battery Warning"; // // labelAutoPowerOff // labelAutoPowerOff.Location = new Point(5, 29); labelAutoPowerOff.Margin = new Padding(4, 0, 4, 0); labelAutoPowerOff.Name = "labelAutoPowerOff"; labelAutoPowerOff.Size = new Size(211, 22); 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.Margin = new Padding(2); panelEnergyHeader.Name = "panelEnergyHeader"; panelEnergyHeader.Size = new Size(420, 20); panelEnergyHeader.TabIndex = 41; // // pictureBoxEnergy // pictureBoxEnergy.BackgroundImage = Properties.Resources.icons8_charging_battery_32; pictureBoxEnergy.BackgroundImageLayout = ImageLayout.Zoom; pictureBoxEnergy.Location = new Point(3, 0); pictureBoxEnergy.Margin = new Padding(2); pictureBoxEnergy.Name = "pictureBoxEnergy"; pictureBoxEnergy.Size = new Size(16, 16); 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(22, 0); labelEnergy.Margin = new Padding(4, 0, 4, 0); labelEnergy.Name = "labelEnergy"; labelEnergy.Size = new Size(45, 15); 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(7, 7); tableLayoutProfiles.Margin = new Padding(2); 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(420, 38); tableLayoutProfiles.TabIndex = 44; // // panelBatteryState // panelBatteryState.Controls.Add(labelChargingState); panelBatteryState.Controls.Add(labelBatteryState); panelBatteryState.Controls.Add(pictureBoxBatteryState); panelBatteryState.Location = new Point(2, 2); panelBatteryState.Margin = new Padding(2); panelBatteryState.Name = "panelBatteryState"; panelBatteryState.Size = new Size(200, 33); 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(77, 7); labelChargingState.Margin = new Padding(2, 0, 2, 0); labelChargingState.Name = "labelChargingState"; labelChargingState.Size = new Size(70, 19); 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(30, 7); labelBatteryState.Margin = new Padding(2, 0, 2, 0); labelBatteryState.Name = "labelBatteryState"; labelBatteryState.Size = new Size(45, 19); 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.Margin = new Padding(2); pictureBoxBatteryState.Name = "pictureBoxBatteryState"; pictureBoxBatteryState.Size = new Size(26, 33); 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(223, 5); buttonSync.Margin = new Padding(2, 4, 2, 4); buttonSync.Name = "buttonSync"; buttonSync.Secondary = false; buttonSync.Size = new Size(195, 25); buttonSync.TabIndex = 46; buttonSync.Text = "Synchronize with Mouse"; buttonSync.UseVisualStyleBackColor = false; buttonSync.Click += ButtonSync_Click; // // panelBottomButtons // panelBottomButtons.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelBottomButtons.Controls.Add(buttonImport); panelBottomButtons.Controls.Add(buttonExport); panelBottomButtons.Controls.Add(buttonSync); panelBottomButtons.Dock = DockStyle.Top; panelBottomButtons.Location = new Point(7, 731); panelBottomButtons.Margin = new Padding(2); panelBottomButtons.Name = "panelBottomButtons"; panelBottomButtons.Size = new Size(420, 45); panelBottomButtons.TabIndex = 47; // // buttonImport // buttonImport.AccessibleName = "Keyboard Color"; buttonImport.Activated = false; buttonImport.Anchor = AnchorStyles.Top | AnchorStyles.Right; buttonImport.BackColor = SystemColors.ButtonHighlight; buttonImport.BorderColor = Color.Transparent; buttonImport.BorderRadius = 2; buttonImport.FlatStyle = FlatStyle.Flat; buttonImport.ForeColor = SystemColors.ControlText; buttonImport.Location = new Point(106, 6); buttonImport.Margin = new Padding(2, 4, 2, 4); buttonImport.Name = "buttonImport"; buttonImport.Secondary = false; buttonImport.Size = new Size(102, 25); buttonImport.TabIndex = 48; buttonImport.Text = "Import Profile"; buttonImport.UseVisualStyleBackColor = false; buttonImport.Click += buttonImport_Click; // // buttonExport // buttonExport.AccessibleName = "Keyboard Color"; buttonExport.Activated = false; buttonExport.Anchor = AnchorStyles.Top | AnchorStyles.Right; buttonExport.BackColor = SystemColors.ButtonHighlight; buttonExport.BorderColor = Color.Transparent; buttonExport.BorderRadius = 2; buttonExport.FlatStyle = FlatStyle.Flat; buttonExport.ForeColor = SystemColors.ControlText; buttonExport.Location = new Point(2, 6); buttonExport.Margin = new Padding(2, 4, 2, 4); buttonExport.Name = "buttonExport"; buttonExport.Secondary = false; buttonExport.Size = new Size(103, 25); buttonExport.TabIndex = 47; buttonExport.Text = "Export Profile"; buttonExport.UseVisualStyleBackColor = false; buttonExport.Click += buttonExport_Click; // // 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(96F, 96F); AutoScaleMode = AutoScaleMode.Dpi; AutoScroll = true; AutoSize = true; AutoSizeMode = AutoSizeMode.GrowAndShrink; ClientSize = new Size(451, 699); Controls.Add(panelBottomButtons); Controls.Add(panelEnergy); Controls.Add(panelLighting); Controls.Add(panelPerformance); Controls.Add(tableLayoutProfiles); Margin = new Padding(2); MaximizeBox = false; MdiChildrenMinimizedAnchorBottom = false; MinimizeBox = false; MinimumSize = new Size(465, 413); Name = "AsusMouseSettings"; Padding = new Padding(7); ShowIcon = false; ShowInTaskbar = false; Text = "Mouse Settings"; panelProfiles.ResumeLayout(false); panelProfiles.PerformLayout(); panelPerformance.ResumeLayout(false); panelPerformance.PerformLayout(); panelPerformanceOther.ResumeLayout(false); panelPerformanceOther.PerformLayout(); panelDeceleration.ResumeLayout(false); panelAcceleration.ResumeLayout(false); 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; private Panel panelDeceleration; private Label labelDeceleration; private UI.Slider sliderDeceleration; private Label labelDecelerationValue; private Panel panelAcceleration; private Label labelAcceleration; private UI.Slider sliderAcceleration; private Label labelAccelerationValue; private UI.RButton buttonImport; private UI.RButton buttonExport; } }