namespace GHelper { partial class Handheld { /// /// 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() { panelDeadzones = new Panel(); panelRight = new Panel(); panelRT = new Panel(); pictureBox4 = new PictureBox(); trackRTMax = new TrackBar(); labelRT = new Label(); trackRTMin = new TrackBar(); labelRTTitle = new Label(); panelRS = new Panel(); pictureBox1 = new PictureBox(); trackRSMax = new TrackBar(); labelRS = new Label(); trackRSMin = new TrackBar(); labelRSTitle = new Label(); panelLeft = new Panel(); panelLT = new Panel(); pictureBox2 = new PictureBox(); trackLTMax = new TrackBar(); labelLT = new Label(); trackLTMin = new TrackBar(); labelLTTitle = new Label(); panelLS = new Panel(); pictureBox3 = new PictureBox(); trackLSMax = new TrackBar(); labelLS = new Label(); trackLSMin = new TrackBar(); labelLSTitle = new Label(); buttonReset = new UI.RButton(); panelBindings = new Panel(); panelBinding = new Panel(); labelBinding = new Label(); labelSecondary = new Label(); labelPrimary = new Label(); comboSecondary = new UI.RComboBox(); comboPrimary = new UI.RComboBox(); buttonView = new UI.RButton(); buttonLS = new UI.RButton(); buttonLT = new UI.RButton(); buttonLB = new UI.RButton(); buttonDPR = new UI.RButton(); buttonDPL = new UI.RButton(); buttonDPD = new UI.RButton(); buttonDPU = new UI.RButton(); buttonM2 = new UI.RButton(); buttonM1 = new UI.RButton(); buttonRS = new UI.RButton(); buttonMenu = new UI.RButton(); buttonRT = new UI.RButton(); buttonRB = new UI.RButton(); buttonB = new UI.RButton(); buttonA = new UI.RButton(); buttonY = new UI.RButton(); buttonX = new UI.RButton(); pictureAlly = new PictureBox(); panelVibra = new Panel(); checkController = new UI.RCheckBox(); pictureBox5 = new PictureBox(); labelVibra = new Label(); labelVibraTitle = new Label(); trackVibra = new TrackBar(); panelDeadzones.SuspendLayout(); panelRight.SuspendLayout(); panelRT.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackRTMax).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackRTMin).BeginInit(); panelRS.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackRSMax).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackRSMin).BeginInit(); panelLeft.SuspendLayout(); panelLT.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackLTMax).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackLTMin).BeginInit(); panelLS.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackLSMax).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackLSMin).BeginInit(); panelBindings.SuspendLayout(); panelBinding.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureAlly).BeginInit(); panelVibra.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox5).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackVibra).BeginInit(); SuspendLayout(); // // panelDeadzones // panelDeadzones.Controls.Add(panelRight); panelDeadzones.Controls.Add(panelLeft); panelDeadzones.Dock = DockStyle.Top; panelDeadzones.Location = new Point(10, 527); panelDeadzones.Name = "panelDeadzones"; panelDeadzones.Size = new Size(1123, 258); panelDeadzones.TabIndex = 0; // // panelRight // panelRight.AutoSize = true; panelRight.Controls.Add(panelRT); panelRight.Controls.Add(panelRS); panelRight.Dock = DockStyle.Left; panelRight.Location = new Point(560, 0); panelRight.MinimumSize = new Size(560, 0); panelRight.Name = "panelRight"; panelRight.Size = new Size(560, 258); panelRight.TabIndex = 48; // // panelRT // panelRT.AutoSize = true; panelRT.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelRT.Controls.Add(pictureBox4); panelRT.Controls.Add(trackRTMax); panelRT.Controls.Add(labelRT); panelRT.Controls.Add(trackRTMin); panelRT.Controls.Add(labelRTTitle); panelRT.Dock = DockStyle.Top; panelRT.Location = new Point(0, 124); panelRT.Margin = new Padding(4); panelRT.MaximumSize = new Size(0, 124); panelRT.Name = "panelRT"; panelRT.Size = new Size(560, 124); panelRT.TabIndex = 51; // // pictureBox4 // pictureBox4.BackgroundImage = Properties.Resources.icons8_xbox_rt_32; pictureBox4.BackgroundImageLayout = ImageLayout.Zoom; pictureBox4.ErrorImage = null; pictureBox4.InitialImage = null; pictureBox4.Location = new Point(16, 18); pictureBox4.Margin = new Padding(4, 2, 4, 10); pictureBox4.Name = "pictureBox4"; pictureBox4.Size = new Size(32, 32); pictureBox4.TabIndex = 43; pictureBox4.TabStop = false; // // trackRTMax // trackRTMax.Location = new Point(272, 48); trackRTMax.Margin = new Padding(4, 2, 4, 2); trackRTMax.Maximum = 100; trackRTMax.Minimum = 50; trackRTMax.Name = "trackRTMax"; trackRTMax.RightToLeft = RightToLeft.No; trackRTMax.Size = new Size(280, 90); trackRTMax.TabIndex = 30; trackRTMax.TickFrequency = 5; trackRTMax.TickStyle = TickStyle.TopLeft; trackRTMax.Value = 100; // // labelRT // labelRT.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); labelRT.Location = new Point(363, 13); labelRT.Margin = new Padding(4, 0, 4, 0); labelRT.Name = "labelRT"; labelRT.Size = new Size(176, 32); labelRT.TabIndex = 29; labelRT.Text = "0 - 100%"; labelRT.TextAlign = ContentAlignment.TopRight; // // trackRTMin // trackRTMin.LargeChange = 100; trackRTMin.Location = new Point(6, 48); trackRTMin.Margin = new Padding(4, 2, 4, 2); trackRTMin.Maximum = 50; trackRTMin.Name = "trackRTMin"; trackRTMin.RightToLeft = RightToLeft.No; trackRTMin.Size = new Size(280, 90); trackRTMin.SmallChange = 10; trackRTMin.TabIndex = 18; trackRTMin.TickFrequency = 5; trackRTMin.TickStyle = TickStyle.TopLeft; // // labelRTTitle // labelRTTitle.AutoSize = true; labelRTTitle.Location = new Point(56, 16); labelRTTitle.Margin = new Padding(4, 0, 4, 0); labelRTTitle.Name = "labelRTTitle"; labelRTTitle.Size = new Size(276, 32); labelRTTitle.TabIndex = 17; labelRTTitle.Text = "Right Trigger Deadzones"; // // panelRS // panelRS.AutoSize = true; panelRS.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelRS.Controls.Add(pictureBox1); panelRS.Controls.Add(trackRSMax); panelRS.Controls.Add(labelRS); panelRS.Controls.Add(trackRSMin); panelRS.Controls.Add(labelRSTitle); panelRS.Dock = DockStyle.Top; panelRS.Location = new Point(0, 0); panelRS.Margin = new Padding(4); panelRS.MaximumSize = new Size(0, 124); panelRS.Name = "panelRS"; panelRS.Size = new Size(560, 124); panelRS.TabIndex = 50; // // pictureBox1 // pictureBox1.BackgroundImage = Properties.Resources.icons8_joystick_32; pictureBox1.BackgroundImageLayout = ImageLayout.Zoom; pictureBox1.ErrorImage = null; pictureBox1.InitialImage = null; pictureBox1.Location = new Point(16, 14); pictureBox1.Margin = new Padding(4, 2, 4, 10); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(32, 32); pictureBox1.TabIndex = 43; pictureBox1.TabStop = false; // // trackRSMax // trackRSMax.Location = new Point(272, 48); trackRSMax.Margin = new Padding(4, 2, 4, 2); trackRSMax.Maximum = 100; trackRSMax.Minimum = 50; trackRSMax.Name = "trackRSMax"; trackRSMax.RightToLeft = RightToLeft.No; trackRSMax.Size = new Size(280, 90); trackRSMax.TabIndex = 30; trackRSMax.TickFrequency = 5; trackRSMax.TickStyle = TickStyle.TopLeft; trackRSMax.Value = 100; // // labelRS // labelRS.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); labelRS.Location = new Point(363, 13); labelRS.Margin = new Padding(4, 0, 4, 0); labelRS.Name = "labelRS"; labelRS.Size = new Size(176, 32); labelRS.TabIndex = 29; labelRS.Text = "0 - 100%"; labelRS.TextAlign = ContentAlignment.TopRight; // // trackRSMin // trackRSMin.LargeChange = 100; trackRSMin.Location = new Point(6, 48); trackRSMin.Margin = new Padding(4, 2, 4, 2); trackRSMin.Maximum = 50; trackRSMin.Name = "trackRSMin"; trackRSMin.RightToLeft = RightToLeft.No; trackRSMin.Size = new Size(280, 90); trackRSMin.SmallChange = 10; trackRSMin.TabIndex = 18; trackRSMin.TickFrequency = 5; trackRSMin.TickStyle = TickStyle.TopLeft; // // labelRSTitle // labelRSTitle.AutoSize = true; labelRSTitle.Location = new Point(56, 14); labelRSTitle.Margin = new Padding(4, 0, 4, 0); labelRSTitle.Name = "labelRSTitle"; labelRSTitle.Size = new Size(251, 32); labelRSTitle.TabIndex = 17; labelRSTitle.Text = "Right Stick Deadzones"; // // panelLeft // panelLeft.AutoSize = true; panelLeft.Controls.Add(panelLT); panelLeft.Controls.Add(panelLS); panelLeft.Dock = DockStyle.Left; panelLeft.Location = new Point(0, 0); panelLeft.Margin = new Padding(4); panelLeft.MinimumSize = new Size(560, 0); panelLeft.Name = "panelLeft"; panelLeft.Padding = new Padding(0, 0, 0, 18); panelLeft.Size = new Size(560, 258); panelLeft.TabIndex = 47; // // panelLT // panelLT.AutoSize = true; panelLT.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelLT.Controls.Add(pictureBox2); panelLT.Controls.Add(trackLTMax); panelLT.Controls.Add(labelLT); panelLT.Controls.Add(trackLTMin); panelLT.Controls.Add(labelLTTitle); panelLT.Dock = DockStyle.Top; panelLT.Location = new Point(0, 124); panelLT.Margin = new Padding(4); panelLT.MaximumSize = new Size(0, 124); panelLT.Name = "panelLT"; panelLT.Size = new Size(560, 124); panelLT.TabIndex = 51; // // pictureBox2 // pictureBox2.BackgroundImage = Properties.Resources.icons8_xbox_lt_32; pictureBox2.BackgroundImageLayout = ImageLayout.Zoom; pictureBox2.ErrorImage = null; pictureBox2.InitialImage = null; pictureBox2.Location = new Point(20, 14); pictureBox2.Margin = new Padding(4, 2, 4, 10); pictureBox2.Name = "pictureBox2"; pictureBox2.Size = new Size(32, 32); pictureBox2.TabIndex = 42; pictureBox2.TabStop = false; // // trackLTMax // trackLTMax.Location = new Point(272, 48); trackLTMax.Margin = new Padding(4, 2, 4, 2); trackLTMax.Maximum = 100; trackLTMax.Minimum = 50; trackLTMax.Name = "trackLTMax"; trackLTMax.RightToLeft = RightToLeft.No; trackLTMax.Size = new Size(280, 90); trackLTMax.TabIndex = 30; trackLTMax.TickFrequency = 5; trackLTMax.TickStyle = TickStyle.TopLeft; trackLTMax.Value = 100; // // labelLT // labelLT.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); labelLT.Location = new Point(363, 13); labelLT.Margin = new Padding(4, 0, 4, 0); labelLT.Name = "labelLT"; labelLT.Size = new Size(176, 32); labelLT.TabIndex = 29; labelLT.Text = "0 - 100%"; labelLT.TextAlign = ContentAlignment.TopRight; // // trackLTMin // trackLTMin.LargeChange = 100; trackLTMin.Location = new Point(6, 48); trackLTMin.Margin = new Padding(4, 2, 4, 2); trackLTMin.Maximum = 50; trackLTMin.Name = "trackLTMin"; trackLTMin.RightToLeft = RightToLeft.No; trackLTMin.Size = new Size(280, 90); trackLTMin.SmallChange = 10; trackLTMin.TabIndex = 18; trackLTMin.TickFrequency = 5; trackLTMin.TickStyle = TickStyle.TopLeft; // // labelLTTitle // labelLTTitle.AutoSize = true; labelLTTitle.Location = new Point(60, 14); labelLTTitle.Margin = new Padding(4, 0, 4, 0); labelLTTitle.Name = "labelLTTitle"; labelLTTitle.Size = new Size(260, 32); labelLTTitle.TabIndex = 17; labelLTTitle.Text = "Left Trigger Deadzones"; // // panelLS // panelLS.AutoSize = true; panelLS.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelLS.Controls.Add(pictureBox3); panelLS.Controls.Add(trackLSMax); panelLS.Controls.Add(labelLS); panelLS.Controls.Add(trackLSMin); panelLS.Controls.Add(labelLSTitle); panelLS.Dock = DockStyle.Top; panelLS.Location = new Point(0, 0); panelLS.Margin = new Padding(4); panelLS.MaximumSize = new Size(0, 124); panelLS.Name = "panelLS"; panelLS.Size = new Size(560, 124); panelLS.TabIndex = 48; // // pictureBox3 // pictureBox3.BackgroundImage = Properties.Resources.icons8_joystick_32; pictureBox3.BackgroundImageLayout = ImageLayout.Zoom; pictureBox3.ErrorImage = null; pictureBox3.InitialImage = null; pictureBox3.Location = new Point(20, 13); pictureBox3.Margin = new Padding(4, 2, 4, 10); pictureBox3.Name = "pictureBox3"; pictureBox3.Size = new Size(32, 32); pictureBox3.TabIndex = 42; pictureBox3.TabStop = false; // // trackLSMax // trackLSMax.Location = new Point(272, 48); trackLSMax.Margin = new Padding(4, 2, 4, 2); trackLSMax.Maximum = 100; trackLSMax.Minimum = 50; trackLSMax.Name = "trackLSMax"; trackLSMax.RightToLeft = RightToLeft.No; trackLSMax.Size = new Size(280, 90); trackLSMax.TabIndex = 30; trackLSMax.TickFrequency = 5; trackLSMax.TickStyle = TickStyle.TopLeft; trackLSMax.Value = 100; // // labelLS // labelLS.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); labelLS.Location = new Point(363, 13); labelLS.Margin = new Padding(4, 0, 4, 0); labelLS.Name = "labelLS"; labelLS.Size = new Size(176, 32); labelLS.TabIndex = 29; labelLS.Text = "0 - 100%"; labelLS.TextAlign = ContentAlignment.TopRight; // // trackLSMin // trackLSMin.LargeChange = 100; trackLSMin.Location = new Point(6, 48); trackLSMin.Margin = new Padding(4, 2, 4, 2); trackLSMin.Maximum = 50; trackLSMin.Name = "trackLSMin"; trackLSMin.RightToLeft = RightToLeft.No; trackLSMin.Size = new Size(280, 90); trackLSMin.SmallChange = 10; trackLSMin.TabIndex = 18; trackLSMin.TickFrequency = 5; trackLSMin.TickStyle = TickStyle.TopLeft; // // labelLSTitle // labelLSTitle.AutoSize = true; labelLSTitle.Location = new Point(56, 13); labelLSTitle.Margin = new Padding(4, 0, 4, 0); labelLSTitle.Name = "labelLSTitle"; labelLSTitle.Size = new Size(235, 32); labelLSTitle.TabIndex = 17; labelLSTitle.Text = "Left Stick Deadzones"; // // buttonReset // buttonReset.Activated = false; buttonReset.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; buttonReset.BackColor = SystemColors.ControlLight; buttonReset.BorderColor = Color.Transparent; buttonReset.BorderRadius = 2; buttonReset.FlatStyle = FlatStyle.Flat; buttonReset.Location = new Point(944, 39); buttonReset.Margin = new Padding(4, 2, 4, 2); buttonReset.Name = "buttonReset"; buttonReset.Secondary = true; buttonReset.Size = new Size(165, 50); buttonReset.TabIndex = 55; buttonReset.Text = "Reset"; buttonReset.UseVisualStyleBackColor = false; // // panelBindings // panelBindings.Controls.Add(panelBinding); panelBindings.Controls.Add(buttonView); panelBindings.Controls.Add(buttonLS); panelBindings.Controls.Add(buttonLT); panelBindings.Controls.Add(buttonLB); panelBindings.Controls.Add(buttonDPR); panelBindings.Controls.Add(buttonDPL); panelBindings.Controls.Add(buttonDPD); panelBindings.Controls.Add(buttonDPU); panelBindings.Controls.Add(buttonM2); panelBindings.Controls.Add(buttonM1); panelBindings.Controls.Add(buttonRS); panelBindings.Controls.Add(buttonMenu); panelBindings.Controls.Add(buttonRT); panelBindings.Controls.Add(buttonRB); panelBindings.Controls.Add(buttonB); panelBindings.Controls.Add(buttonA); panelBindings.Controls.Add(buttonY); panelBindings.Controls.Add(buttonX); panelBindings.Controls.Add(pictureAlly); panelBindings.Dock = DockStyle.Top; panelBindings.Location = new Point(10, 10); panelBindings.Name = "panelBindings"; panelBindings.Size = new Size(1123, 517); panelBindings.TabIndex = 1; // // panelBinding // panelBinding.Controls.Add(labelBinding); panelBinding.Controls.Add(labelSecondary); panelBinding.Controls.Add(labelPrimary); panelBinding.Controls.Add(comboSecondary); panelBinding.Controls.Add(comboPrimary); panelBinding.Location = new Point(372, 174); panelBinding.Name = "panelBinding"; panelBinding.Size = new Size(400, 186); panelBinding.TabIndex = 37; panelBinding.Visible = false; // // labelBinding // labelBinding.AutoSize = true; labelBinding.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); labelBinding.Location = new Point(2, 11); labelBinding.Name = "labelBinding"; labelBinding.Size = new Size(183, 32); labelBinding.TabIndex = 31; labelBinding.Text = "Binding: Menu"; // // labelSecondary // labelSecondary.AutoSize = true; labelSecondary.Location = new Point(2, 122); labelSecondary.Name = "labelSecondary"; labelSecondary.Size = new Size(125, 32); labelSecondary.TabIndex = 30; labelSecondary.Text = "Secondary"; // // labelPrimary // labelPrimary.AutoSize = true; labelPrimary.Location = new Point(2, 63); labelPrimary.Name = "labelPrimary"; labelPrimary.Size = new Size(94, 32); labelPrimary.TabIndex = 29; labelPrimary.Text = "Primary"; // // comboSecondary // comboSecondary.BorderColor = Color.White; comboSecondary.ButtonColor = Color.FromArgb(255, 255, 255); comboSecondary.FlatStyle = FlatStyle.Flat; comboSecondary.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point); comboSecondary.FormattingEnabled = true; comboSecondary.ItemHeight = 32; comboSecondary.Location = new Point(133, 121); comboSecondary.Margin = new Padding(4, 11, 4, 8); comboSecondary.Name = "comboSecondary"; comboSecondary.Size = new Size(254, 40); comboSecondary.TabIndex = 28; // // comboPrimary // comboPrimary.BorderColor = Color.White; comboPrimary.ButtonColor = Color.FromArgb(255, 255, 255); comboPrimary.FlatStyle = FlatStyle.Flat; comboPrimary.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point); comboPrimary.FormattingEnabled = true; comboPrimary.ItemHeight = 32; comboPrimary.Location = new Point(133, 60); comboPrimary.Margin = new Padding(4, 11, 4, 8); comboPrimary.Name = "comboPrimary"; comboPrimary.Size = new Size(254, 40); comboPrimary.TabIndex = 27; // // buttonView // buttonView.Activated = false; buttonView.BackColor = SystemColors.ControlLight; buttonView.BorderColor = Color.Transparent; buttonView.BorderRadius = 5; buttonView.FlatAppearance.BorderSize = 0; buttonView.FlatStyle = FlatStyle.Flat; buttonView.ForeColor = SystemColors.ControlText; buttonView.ImageAlign = ContentAlignment.MiddleRight; buttonView.Location = new Point(175, 26); buttonView.Margin = new Padding(4); buttonView.Name = "buttonView"; buttonView.Secondary = true; buttonView.Size = new Size(147, 55); buttonView.TabIndex = 36; buttonView.Text = "View"; buttonView.TextImageRelation = TextImageRelation.ImageBeforeText; buttonView.UseVisualStyleBackColor = false; // // buttonLS // buttonLS.Activated = false; buttonLS.BackColor = SystemColors.ControlLight; buttonLS.BorderColor = Color.Transparent; buttonLS.BorderRadius = 5; buttonLS.FlatAppearance.BorderSize = 0; buttonLS.FlatStyle = FlatStyle.Flat; buttonLS.ForeColor = SystemColors.ControlText; buttonLS.ImageAlign = ContentAlignment.MiddleRight; buttonLS.Location = new Point(20, 403); buttonLS.Margin = new Padding(4); buttonLS.Name = "buttonLS"; buttonLS.Secondary = true; buttonLS.Size = new Size(147, 55); buttonLS.TabIndex = 35; buttonLS.Text = "LStick"; buttonLS.TextImageRelation = TextImageRelation.ImageBeforeText; buttonLS.UseVisualStyleBackColor = false; // // buttonLT // buttonLT.Activated = false; buttonLT.BackColor = SystemColors.ControlLight; buttonLT.BorderColor = Color.Transparent; buttonLT.BorderRadius = 5; buttonLT.FlatAppearance.BorderSize = 0; buttonLT.FlatStyle = FlatStyle.Flat; buttonLT.ForeColor = SystemColors.ControlText; buttonLT.ImageAlign = ContentAlignment.MiddleRight; buttonLT.Location = new Point(20, 88); buttonLT.Margin = new Padding(4); buttonLT.Name = "buttonLT"; buttonLT.Secondary = true; buttonLT.Size = new Size(147, 55); buttonLT.TabIndex = 34; buttonLT.Text = "LTrigger"; buttonLT.TextImageRelation = TextImageRelation.ImageBeforeText; buttonLT.UseVisualStyleBackColor = false; // // buttonLB // buttonLB.Activated = false; buttonLB.BackColor = SystemColors.ControlLight; buttonLB.BorderColor = Color.Transparent; buttonLB.BorderRadius = 5; buttonLB.FlatAppearance.BorderSize = 0; buttonLB.FlatStyle = FlatStyle.Flat; buttonLB.ForeColor = SystemColors.ControlText; buttonLB.ImageAlign = ContentAlignment.MiddleRight; buttonLB.Location = new Point(20, 25); buttonLB.Margin = new Padding(4); buttonLB.Name = "buttonLB"; buttonLB.Secondary = true; buttonLB.Size = new Size(147, 55); buttonLB.TabIndex = 33; buttonLB.Text = "LBumper"; buttonLB.TextImageRelation = TextImageRelation.ImageBeforeText; buttonLB.UseVisualStyleBackColor = false; // // buttonDPR // buttonDPR.Activated = false; buttonDPR.BackColor = SystemColors.ControlLight; buttonDPR.BorderColor = Color.Transparent; buttonDPR.BorderRadius = 5; buttonDPR.FlatAppearance.BorderSize = 0; buttonDPR.FlatStyle = FlatStyle.Flat; buttonDPR.ForeColor = SystemColors.ControlText; buttonDPR.ImageAlign = ContentAlignment.MiddleRight; buttonDPR.Location = new Point(20, 340); buttonDPR.Margin = new Padding(4); buttonDPR.Name = "buttonDPR"; buttonDPR.Secondary = true; buttonDPR.Size = new Size(147, 55); buttonDPR.TabIndex = 32; buttonDPR.Text = "DpadRight"; buttonDPR.TextImageRelation = TextImageRelation.ImageBeforeText; buttonDPR.UseVisualStyleBackColor = false; // // buttonDPL // buttonDPL.Activated = false; buttonDPL.BackColor = SystemColors.ControlLight; buttonDPL.BorderColor = Color.Transparent; buttonDPL.BorderRadius = 5; buttonDPL.FlatAppearance.BorderSize = 0; buttonDPL.FlatStyle = FlatStyle.Flat; buttonDPL.ForeColor = SystemColors.ControlText; buttonDPL.ImageAlign = ContentAlignment.MiddleRight; buttonDPL.Location = new Point(20, 277); buttonDPL.Margin = new Padding(4); buttonDPL.Name = "buttonDPL"; buttonDPL.Secondary = true; buttonDPL.Size = new Size(147, 55); buttonDPL.TabIndex = 31; buttonDPL.Text = "DpadLeft"; buttonDPL.TextImageRelation = TextImageRelation.ImageBeforeText; buttonDPL.UseVisualStyleBackColor = false; // // buttonDPD // buttonDPD.Activated = false; buttonDPD.BackColor = SystemColors.ControlLight; buttonDPD.BorderColor = Color.Transparent; buttonDPD.BorderRadius = 5; buttonDPD.FlatAppearance.BorderSize = 0; buttonDPD.FlatStyle = FlatStyle.Flat; buttonDPD.ForeColor = SystemColors.ControlText; buttonDPD.ImageAlign = ContentAlignment.MiddleRight; buttonDPD.Location = new Point(20, 214); buttonDPD.Margin = new Padding(4); buttonDPD.Name = "buttonDPD"; buttonDPD.Secondary = true; buttonDPD.Size = new Size(147, 55); buttonDPD.TabIndex = 30; buttonDPD.Text = "DpadDown"; buttonDPD.TextImageRelation = TextImageRelation.ImageBeforeText; buttonDPD.UseVisualStyleBackColor = false; // // buttonDPU // buttonDPU.Activated = false; buttonDPU.BackColor = SystemColors.ControlLight; buttonDPU.BorderColor = Color.Transparent; buttonDPU.BorderRadius = 5; buttonDPU.FlatAppearance.BorderSize = 0; buttonDPU.FlatStyle = FlatStyle.Flat; buttonDPU.ForeColor = SystemColors.ControlText; buttonDPU.ImageAlign = ContentAlignment.MiddleRight; buttonDPU.Location = new Point(20, 151); buttonDPU.Margin = new Padding(4); buttonDPU.Name = "buttonDPU"; buttonDPU.Secondary = true; buttonDPU.Size = new Size(147, 55); buttonDPU.TabIndex = 29; buttonDPU.Text = "DpadUp"; buttonDPU.TextImageRelation = TextImageRelation.ImageBeforeText; buttonDPU.UseVisualStyleBackColor = false; // // buttonM2 // buttonM2.Activated = false; buttonM2.BackColor = SystemColors.ControlLight; buttonM2.BorderColor = Color.Transparent; buttonM2.BorderRadius = 5; buttonM2.FlatAppearance.BorderSize = 0; buttonM2.FlatStyle = FlatStyle.Flat; buttonM2.ForeColor = SystemColors.ControlText; buttonM2.ImageAlign = ContentAlignment.MiddleRight; buttonM2.Location = new Point(330, 26); buttonM2.Margin = new Padding(4); buttonM2.Name = "buttonM2"; buttonM2.Secondary = true; buttonM2.Size = new Size(147, 55); buttonM2.TabIndex = 28; buttonM2.Text = "M2"; buttonM2.TextImageRelation = TextImageRelation.ImageBeforeText; buttonM2.UseVisualStyleBackColor = false; // // buttonM1 // buttonM1.Activated = false; buttonM1.BackColor = SystemColors.ControlLight; buttonM1.BorderColor = Color.Transparent; buttonM1.BorderRadius = 5; buttonM1.FlatAppearance.BorderSize = 0; buttonM1.FlatStyle = FlatStyle.Flat; buttonM1.ForeColor = SystemColors.ControlText; buttonM1.ImageAlign = ContentAlignment.MiddleRight; buttonM1.Location = new Point(650, 26); buttonM1.Margin = new Padding(4); buttonM1.Name = "buttonM1"; buttonM1.Secondary = true; buttonM1.Size = new Size(147, 55); buttonM1.TabIndex = 27; buttonM1.Text = "M1"; buttonM1.TextImageRelation = TextImageRelation.ImageBeforeText; buttonM1.UseVisualStyleBackColor = false; // // buttonRS // buttonRS.Activated = false; buttonRS.BackColor = SystemColors.ControlLight; buttonRS.BorderColor = Color.Transparent; buttonRS.BorderRadius = 5; buttonRS.FlatAppearance.BorderSize = 0; buttonRS.FlatStyle = FlatStyle.Flat; buttonRS.ForeColor = SystemColors.ControlText; buttonRS.ImageAlign = ContentAlignment.MiddleRight; buttonRS.Location = new Point(962, 403); buttonRS.Margin = new Padding(4); buttonRS.Name = "buttonRS"; buttonRS.Secondary = true; buttonRS.Size = new Size(147, 55); buttonRS.TabIndex = 23; buttonRS.Text = "RStick"; buttonRS.TextImageRelation = TextImageRelation.ImageBeforeText; buttonRS.UseVisualStyleBackColor = false; // // buttonMenu // buttonMenu.Activated = false; buttonMenu.BackColor = SystemColors.ControlLight; buttonMenu.BorderColor = Color.Transparent; buttonMenu.BorderRadius = 5; buttonMenu.FlatAppearance.BorderSize = 0; buttonMenu.FlatStyle = FlatStyle.Flat; buttonMenu.ForeColor = SystemColors.ControlText; buttonMenu.ImageAlign = ContentAlignment.MiddleRight; buttonMenu.Location = new Point(805, 26); buttonMenu.Margin = new Padding(4); buttonMenu.Name = "buttonMenu"; buttonMenu.Secondary = true; buttonMenu.Size = new Size(147, 55); buttonMenu.TabIndex = 22; buttonMenu.Text = "Menu"; buttonMenu.TextImageRelation = TextImageRelation.ImageBeforeText; buttonMenu.UseVisualStyleBackColor = false; // // buttonRT // buttonRT.Activated = false; buttonRT.BackColor = SystemColors.ControlLight; buttonRT.BorderColor = Color.Transparent; buttonRT.BorderRadius = 5; buttonRT.FlatAppearance.BorderSize = 0; buttonRT.FlatStyle = FlatStyle.Flat; buttonRT.ForeColor = SystemColors.ControlText; buttonRT.ImageAlign = ContentAlignment.MiddleRight; buttonRT.Location = new Point(962, 88); buttonRT.Margin = new Padding(4); buttonRT.Name = "buttonRT"; buttonRT.Secondary = true; buttonRT.Size = new Size(147, 55); buttonRT.TabIndex = 21; buttonRT.Text = "RTrigger"; buttonRT.TextImageRelation = TextImageRelation.ImageBeforeText; buttonRT.UseVisualStyleBackColor = false; // // buttonRB // buttonRB.Activated = false; buttonRB.BackColor = SystemColors.ControlLight; buttonRB.BorderColor = Color.Transparent; buttonRB.BorderRadius = 5; buttonRB.FlatAppearance.BorderSize = 0; buttonRB.FlatStyle = FlatStyle.Flat; buttonRB.ForeColor = SystemColors.ControlText; buttonRB.ImageAlign = ContentAlignment.MiddleRight; buttonRB.Location = new Point(962, 25); buttonRB.Margin = new Padding(4); buttonRB.Name = "buttonRB"; buttonRB.Secondary = true; buttonRB.Size = new Size(147, 55); buttonRB.TabIndex = 20; buttonRB.Text = "RBumper"; buttonRB.TextImageRelation = TextImageRelation.ImageBeforeText; buttonRB.UseVisualStyleBackColor = false; // // buttonB // buttonB.Activated = false; buttonB.BackColor = SystemColors.ControlLight; buttonB.BorderColor = Color.Transparent; buttonB.BorderRadius = 5; buttonB.FlatAppearance.BorderSize = 0; buttonB.FlatStyle = FlatStyle.Flat; buttonB.ForeColor = SystemColors.ControlText; buttonB.ImageAlign = ContentAlignment.MiddleRight; buttonB.Location = new Point(962, 340); buttonB.Margin = new Padding(4); buttonB.Name = "buttonB"; buttonB.Secondary = true; buttonB.Size = new Size(147, 55); buttonB.TabIndex = 19; buttonB.Text = "B"; buttonB.TextImageRelation = TextImageRelation.ImageBeforeText; buttonB.UseVisualStyleBackColor = false; // // buttonA // buttonA.Activated = false; buttonA.BackColor = SystemColors.ControlLight; buttonA.BorderColor = Color.Transparent; buttonA.BorderRadius = 5; buttonA.FlatAppearance.BorderSize = 0; buttonA.FlatStyle = FlatStyle.Flat; buttonA.ForeColor = SystemColors.ControlText; buttonA.ImageAlign = ContentAlignment.MiddleRight; buttonA.Location = new Point(962, 277); buttonA.Margin = new Padding(4); buttonA.Name = "buttonA"; buttonA.Secondary = true; buttonA.Size = new Size(147, 55); buttonA.TabIndex = 18; buttonA.Text = "A"; buttonA.TextImageRelation = TextImageRelation.ImageBeforeText; buttonA.UseVisualStyleBackColor = false; // // buttonY // buttonY.Activated = false; buttonY.BackColor = SystemColors.ControlLight; buttonY.BorderColor = Color.Transparent; buttonY.BorderRadius = 5; buttonY.FlatAppearance.BorderSize = 0; buttonY.FlatStyle = FlatStyle.Flat; buttonY.ForeColor = SystemColors.ControlText; buttonY.ImageAlign = ContentAlignment.MiddleRight; buttonY.Location = new Point(962, 214); buttonY.Margin = new Padding(4); buttonY.Name = "buttonY"; buttonY.Secondary = true; buttonY.Size = new Size(147, 55); buttonY.TabIndex = 17; buttonY.Text = "Y"; buttonY.TextImageRelation = TextImageRelation.ImageBeforeText; buttonY.UseVisualStyleBackColor = false; // // buttonX // buttonX.Activated = false; buttonX.BackColor = SystemColors.ControlLight; buttonX.BorderColor = Color.Transparent; buttonX.BorderRadius = 5; buttonX.FlatAppearance.BorderSize = 0; buttonX.FlatStyle = FlatStyle.Flat; buttonX.ForeColor = SystemColors.ControlText; buttonX.ImageAlign = ContentAlignment.MiddleRight; buttonX.Location = new Point(962, 151); buttonX.Margin = new Padding(4); buttonX.Name = "buttonX"; buttonX.Secondary = true; buttonX.Size = new Size(147, 55); buttonX.TabIndex = 16; buttonX.Text = "X"; buttonX.TextImageRelation = TextImageRelation.ImageBeforeText; buttonX.UseVisualStyleBackColor = false; // // pictureAlly // pictureAlly.BackgroundImage = Properties.Resources.ally; pictureAlly.BackgroundImageLayout = ImageLayout.Zoom; pictureAlly.Location = new Point(185, 97); pictureAlly.Name = "pictureAlly"; pictureAlly.Size = new Size(767, 354); pictureAlly.TabIndex = 0; pictureAlly.TabStop = false; // // panelVibra // panelVibra.AutoSize = true; panelVibra.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelVibra.Controls.Add(checkController); panelVibra.Controls.Add(buttonReset); panelVibra.Controls.Add(pictureBox5); panelVibra.Controls.Add(labelVibra); panelVibra.Controls.Add(labelVibraTitle); panelVibra.Controls.Add(trackVibra); panelVibra.Dock = DockStyle.Top; panelVibra.Location = new Point(10, 785); panelVibra.Margin = new Padding(4); panelVibra.MaximumSize = new Size(0, 124); panelVibra.Name = "panelVibra"; panelVibra.Size = new Size(1123, 124); panelVibra.TabIndex = 47; // // checkController // checkController.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; checkController.AutoSize = true; checkController.BackColor = SystemColors.ControlLight; checkController.Location = new Point(650, 41); checkController.Margin = new Padding(0); checkController.Name = "checkController"; checkController.Padding = new Padding(16, 6, 16, 6); checkController.Size = new Size(269, 48); checkController.TabIndex = 56; checkController.Text = "Disable Controller"; checkController.UseVisualStyleBackColor = false; // // pictureBox5 // pictureBox5.BackgroundImage = Properties.Resources.icons8_soonvibes_32; pictureBox5.BackgroundImageLayout = ImageLayout.Zoom; pictureBox5.ErrorImage = null; pictureBox5.InitialImage = null; pictureBox5.Location = new Point(13, 14); pictureBox5.Margin = new Padding(4, 2, 4, 10); pictureBox5.Name = "pictureBox5"; pictureBox5.Size = new Size(32, 32); pictureBox5.TabIndex = 45; pictureBox5.TabStop = false; // // labelVibra // labelVibra.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); labelVibra.Location = new Point(408, 14); labelVibra.Margin = new Padding(4, 0, 4, 0); labelVibra.Name = "labelVibra"; labelVibra.Size = new Size(124, 32); labelVibra.TabIndex = 44; labelVibra.Text = "100%"; labelVibra.TextAlign = ContentAlignment.TopRight; // // labelVibraTitle // labelVibraTitle.AutoSize = true; labelVibraTitle.Location = new Point(54, 14); labelVibraTitle.Margin = new Padding(4, 0, 4, 0); labelVibraTitle.Name = "labelVibraTitle"; labelVibraTitle.Size = new Size(209, 32); labelVibraTitle.TabIndex = 43; labelVibraTitle.Text = "Vibration Strength"; // // trackVibra // trackVibra.Location = new Point(6, 48); trackVibra.Margin = new Padding(4, 2, 4, 2); trackVibra.Maximum = 100; trackVibra.Name = "trackVibra"; trackVibra.Size = new Size(546, 90); trackVibra.TabIndex = 42; trackVibra.TickFrequency = 5; trackVibra.TickStyle = TickStyle.TopLeft; trackVibra.Value = 100; // // Handheld // AutoScaleDimensions = new SizeF(13F, 32F); AutoScaleMode = AutoScaleMode.Font; AutoSize = true; ClientSize = new Size(1143, 912); Controls.Add(panelVibra); Controls.Add(panelDeadzones); Controls.Add(panelBindings); MaximizeBox = false; MinimizeBox = false; Name = "Handheld"; Padding = new Padding(10); ShowIcon = false; ShowInTaskbar = false; Text = "Controller"; panelDeadzones.ResumeLayout(false); panelDeadzones.PerformLayout(); panelRight.ResumeLayout(false); panelRight.PerformLayout(); panelRT.ResumeLayout(false); panelRT.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit(); ((System.ComponentModel.ISupportInitialize)trackRTMax).EndInit(); ((System.ComponentModel.ISupportInitialize)trackRTMin).EndInit(); panelRS.ResumeLayout(false); panelRS.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ((System.ComponentModel.ISupportInitialize)trackRSMax).EndInit(); ((System.ComponentModel.ISupportInitialize)trackRSMin).EndInit(); panelLeft.ResumeLayout(false); panelLeft.PerformLayout(); panelLT.ResumeLayout(false); panelLT.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit(); ((System.ComponentModel.ISupportInitialize)trackLTMax).EndInit(); ((System.ComponentModel.ISupportInitialize)trackLTMin).EndInit(); panelLS.ResumeLayout(false); panelLS.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit(); ((System.ComponentModel.ISupportInitialize)trackLSMax).EndInit(); ((System.ComponentModel.ISupportInitialize)trackLSMin).EndInit(); panelBindings.ResumeLayout(false); panelBinding.ResumeLayout(false); panelBinding.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureAlly).EndInit(); panelVibra.ResumeLayout(false); panelVibra.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBox5).EndInit(); ((System.ComponentModel.ISupportInitialize)trackVibra).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Panel panelDeadzones; private Panel panelRight; private Panel panelRT; private PictureBox pictureBox4; private TrackBar trackRTMax; private Label labelRT; private TrackBar trackRTMin; private Label labelRTTitle; private Panel panelRS; private PictureBox pictureBox1; private TrackBar trackRSMax; private Label labelRS; private TrackBar trackRSMin; private Label labelRSTitle; private Panel panelLeft; private Panel panelLT; private PictureBox pictureBox2; private TrackBar trackLTMax; private Label labelLT; private TrackBar trackLTMin; private Label labelLTTitle; private Panel panelLS; private PictureBox pictureBox3; private TrackBar trackLSMax; private Label labelLS; private TrackBar trackLSMin; private Label labelLSTitle; private Panel panelBindings; private PictureBox pictureAlly; private UI.RButton buttonX; private UI.RButton buttonRS; private UI.RButton buttonMenu; private UI.RButton buttonRT; private UI.RButton buttonRB; private UI.RButton buttonB; private UI.RButton buttonA; private UI.RButton buttonY; private UI.RButton buttonM1; private UI.RButton buttonM2; private UI.RButton buttonLS; private UI.RButton buttonLT; private UI.RButton buttonLB; private UI.RButton buttonDPR; private UI.RButton buttonDPL; private UI.RButton buttonDPD; private UI.RButton buttonDPU; private UI.RButton buttonView; private UI.RButton buttonReset; private Panel panelBinding; private Label labelBinding; private Label labelSecondary; private Label labelPrimary; private UI.RComboBox comboSecondary; private UI.RComboBox comboPrimary; private Panel panelVibra; private PictureBox pictureBox5; private Label labelVibra; private Label labelVibraTitle; private TrackBar trackVibra; private UI.RCheckBox checkController; } }