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(); comboBoxLiftOffDistance = new UI.RComboBox(); labelLiftOffDistance = new Label(); labelAngleAdjustmentValue = new Label(); sliderAngleAdjustment = new UI.Slider(); checkBoxAngleSnapping = new CheckBox(); comboBoxPollingRate = new UI.RComboBox(); labelPollingRate = new Label(); panelDPISettings = new Panel(); sliderDPI = new UI.Slider(); tableLayoutPanel1 = new TableLayoutPanel(); labelMinDPI = new Label(); labelDPIValue = new Label(); labelMaxDPI = new Label(); 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(); 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(); panelProfiles.SuspendLayout(); panelPerformance.SuspendLayout(); panelPerformanceOther.SuspendLayout(); panelDPISettings.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); panelDPITile.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureDPIColor).BeginInit(); tableDPI.SuspendLayout(); panelPerformanceHeader.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureKeyboard).BeginInit(); panelLighting.SuspendLayout(); panelLightingContent.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(); 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, 401); panelPerformance.TabIndex = 1; // // panelPerformanceOther // panelPerformanceOther.AutoSize = true; panelPerformanceOther.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelPerformanceOther.Controls.Add(comboBoxLiftOffDistance); panelPerformanceOther.Controls.Add(labelLiftOffDistance); panelPerformanceOther.Controls.Add(labelAngleAdjustmentValue); panelPerformanceOther.Controls.Add(sliderAngleAdjustment); panelPerformanceOther.Controls.Add(checkBoxAngleSnapping); panelPerformanceOther.Controls.Add(comboBoxPollingRate); panelPerformanceOther.Controls.Add(labelPollingRate); panelPerformanceOther.Dock = DockStyle.Top; panelPerformanceOther.Location = new Point(0, 233); panelPerformanceOther.Name = "panelPerformanceOther"; panelPerformanceOther.Padding = new Padding(0, 11, 0, 11); panelPerformanceOther.Size = new Size(654, 143); panelPerformanceOther.TabIndex = 49; // // 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(368, 99); comboBoxLiftOffDistance.Margin = new Padding(16, 0, 16, 0); comboBoxLiftOffDistance.Name = "comboBoxLiftOffDistance"; comboBoxLiftOffDistance.Size = new Size(281, 33); comboBoxLiftOffDistance.TabIndex = 49; // // labelLiftOffDistance // labelLiftOffDistance.Location = new Point(6, 99); 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"; // // labelAngleAdjustmentValue // labelAngleAdjustmentValue.Location = new Point(598, 61); 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; // // sliderAngleAdjustment // sliderAngleAdjustment.AccessibleName = "DPI Slider"; sliderAngleAdjustment.Location = new Point(397, 61); 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(6, 61); 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; // // 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, 8); comboBoxPollingRate.Margin = new Padding(16, 0, 16, 0); comboBoxPollingRate.Name = "comboBoxPollingRate"; comboBoxPollingRate.Size = new Size(281, 33); comboBoxPollingRate.TabIndex = 44; // // labelPollingRate // labelPollingRate.Location = new Point(6, 9); labelPollingRate.Margin = new Padding(6, 0, 6, 0); labelPollingRate.Name = "labelPollingRate"; labelPollingRate.Size = new Size(348, 30); labelPollingRate.TabIndex = 45; labelPollingRate.Text = "Polling Rate"; // // 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, 96); panelDPISettings.TabIndex = 44; // // sliderDPI // sliderDPI.AccessibleName = "DPI Slider"; sliderDPI.Dock = DockStyle.Top; sliderDPI.Location = new Point(0, 66); 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, 33.3333321F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); tableLayoutPanel1.Controls.Add(labelMinDPI, 0, 0); tableLayoutPanel1.Controls.Add(labelDPIValue, 1, 0); tableLayoutPanel1.Controls.Add(labelMaxDPI, 2, 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, 26); tableLayoutPanel1.TabIndex = 47; // // labelMinDPI // 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(105, 26); labelMinDPI.TabIndex = 45; labelMinDPI.Text = "100"; // // labelDPIValue // labelDPIValue.Anchor = AnchorStyles.Top; labelDPIValue.Location = new Point(271, 0); labelDPIValue.Margin = new Padding(6, 0, 6, 0); labelDPIValue.Name = "labelDPIValue"; labelDPIValue.Size = new Size(111, 26); labelDPIValue.TabIndex = 44; labelDPIValue.Text = "2000"; labelDPIValue.TextAlign = ContentAlignment.TopCenter; // // labelMaxDPI // labelMaxDPI.Anchor = AnchorStyles.Top | AnchorStyles.Right; labelMaxDPI.ForeColor = SystemColors.GrayText; labelMaxDPI.Location = new Point(543, 0); labelMaxDPI.Margin = new Padding(6, 0, 6, 0); labelMaxDPI.Name = "labelMaxDPI"; labelMaxDPI.Size = new Size(105, 26); labelMaxDPI.TabIndex = 46; labelMaxDPI.Text = " 35000"; labelMaxDPI.TextAlign = ContentAlignment.TopRight; // // 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, 469); panelLighting.Name = "panelLighting"; panelLighting.Padding = new Padding(0, 0, 0, 25); panelLighting.Size = new Size(654, 271); panelLighting.TabIndex = 42; // // panelLightingContent // panelLightingContent.AutoSize = true; 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, 216); panelLightingContent.TabIndex = 42; // // 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, 172); 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, 172); 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, 53); 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, 130); 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, 130); 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, 62); 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, 53); 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, 14); 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, 14); 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, 740); 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, 883); panelBottomButtons.Name = "panelBottomButtons"; panelBottomButtons.Size = new Size(654, 67); panelBottomButtons.TabIndex = 47; // // AsusMouseSettings // AutoScaleDimensions = new SizeF(144F, 144F); AutoScaleMode = AutoScaleMode.Dpi; AutoScroll = true; AutoSize = true; AutoSizeMode = AutoSizeMode.GrowAndShrink; ClientSize = new Size(676, 1030); 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); panelDPISettings.ResumeLayout(false); panelDPISettings.PerformLayout(); tableLayoutPanel1.ResumeLayout(false); 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); ((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); 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 labelDPIValue; 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; } }