namespace BetterJoyForCemu { partial class _3rdPartyControllers { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(_3rdPartyControllers)); this.list_allControllers = new System.Windows.Forms.ListBox(); this.list_customControllers = new System.Windows.Forms.ListBox(); this.btn_add = new System.Windows.Forms.Button(); this.btn_remove = new System.Windows.Forms.Button(); this.group_props = new System.Windows.Forms.GroupBox(); this.chk_isLeft = new System.Windows.Forms.CheckBox(); this.chk_isPro = new System.Windows.Forms.CheckBox(); this.btn_applyAndClose = new System.Windows.Forms.Button(); this.btn_apply = new System.Windows.Forms.Button(); this.lbl_all = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tip_device = new System.Windows.Forms.ToolTip(this.components); this.btn_refresh = new System.Windows.Forms.Button(); this.group_props.SuspendLayout(); this.SuspendLayout(); // // list_allControllers // this.list_allControllers.FormattingEnabled = true; this.list_allControllers.Location = new System.Drawing.Point(12, 27); this.list_allControllers.Name = "list_allControllers"; this.list_allControllers.Size = new System.Drawing.Size(103, 225); this.list_allControllers.TabIndex = 0; this.list_allControllers.SelectedValueChanged += new System.EventHandler(this.list_allControllers_SelectedValueChanged); this.list_allControllers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.list_allControllers_MouseDown); // // list_customControllers // this.list_customControllers.FormattingEnabled = true; this.list_customControllers.Location = new System.Drawing.Point(169, 27); this.list_customControllers.Name = "list_customControllers"; this.list_customControllers.Size = new System.Drawing.Size(103, 108); this.list_customControllers.TabIndex = 1; this.list_customControllers.SelectedValueChanged += new System.EventHandler(this.list_customControllers_SelectedValueChanged); this.list_customControllers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.list_customControllers_MouseDown); // // btn_add // this.btn_add.Location = new System.Drawing.Point(121, 27); this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(42, 23); this.btn_add.TabIndex = 2; this.btn_add.Text = "->"; this.btn_add.UseVisualStyleBackColor = true; this.btn_add.Click += new System.EventHandler(this.btn_add_Click); // // btn_remove // this.btn_remove.Location = new System.Drawing.Point(121, 112); this.btn_remove.Name = "btn_remove"; this.btn_remove.Size = new System.Drawing.Size(42, 23); this.btn_remove.TabIndex = 3; this.btn_remove.Text = "<-"; this.btn_remove.UseVisualStyleBackColor = true; this.btn_remove.Click += new System.EventHandler(this.btn_remove_Click); // // group_props // this.group_props.Controls.Add(this.chk_isLeft); this.group_props.Controls.Add(this.chk_isPro); this.group_props.Location = new System.Drawing.Point(122, 142); this.group_props.Name = "group_props"; this.group_props.Size = new System.Drawing.Size(150, 81); this.group_props.TabIndex = 4; this.group_props.TabStop = false; this.group_props.Text = "Settings"; // // chk_isLeft // this.chk_isLeft.AutoSize = true; this.chk_isLeft.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.chk_isLeft.Location = new System.Drawing.Point(6, 42); this.chk_isLeft.Name = "chk_isLeft"; this.chk_isLeft.Size = new System.Drawing.Size(96, 17); this.chk_isLeft.TabIndex = 1; this.chk_isLeft.Text = "Left Joycon? "; this.chk_isLeft.UseVisualStyleBackColor = true; this.chk_isLeft.CheckedChanged += new System.EventHandler(this.chk_isLeft_CheckedChanged); // // chk_isPro // this.chk_isPro.AutoSize = true; this.chk_isPro.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.chk_isPro.Location = new System.Drawing.Point(6, 19); this.chk_isPro.Name = "chk_isPro"; this.chk_isPro.Size = new System.Drawing.Size(95, 17); this.chk_isPro.TabIndex = 0; this.chk_isPro.Text = "Pro Controller?"; this.chk_isPro.UseVisualStyleBackColor = true; this.chk_isPro.CheckedChanged += new System.EventHandler(this.chk_isPro_CheckedChanged); // // btn_applyAndClose // this.btn_applyAndClose.Location = new System.Drawing.Point(203, 229); this.btn_applyAndClose.Name = "btn_applyAndClose"; this.btn_applyAndClose.Size = new System.Drawing.Size(69, 23); this.btn_applyAndClose.TabIndex = 5; this.btn_applyAndClose.Text = "Close"; this.btn_applyAndClose.UseVisualStyleBackColor = true; this.btn_applyAndClose.Click += new System.EventHandler(this.btn_applyAndClose_Click); // // btn_apply // this.btn_apply.Location = new System.Drawing.Point(121, 229); this.btn_apply.Name = "btn_apply"; this.btn_apply.Size = new System.Drawing.Size(69, 23); this.btn_apply.TabIndex = 6; this.btn_apply.Text = "Apply"; this.btn_apply.UseVisualStyleBackColor = true; this.btn_apply.Click += new System.EventHandler(this.btn_apply_Click); // // lbl_all // this.lbl_all.AutoSize = true; this.lbl_all.Location = new System.Drawing.Point(12, 11); this.lbl_all.Name = "lbl_all"; this.lbl_all.Size = new System.Drawing.Size(60, 13); this.lbl_all.TabIndex = 7; this.lbl_all.Text = "All Devices"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(166, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 13); this.label1.TabIndex = 8; this.label1.Text = "Switch Controllers"; // // btn_refresh // this.btn_refresh.Location = new System.Drawing.Point(121, 56); this.btn_refresh.Name = "btn_refresh"; this.btn_refresh.Size = new System.Drawing.Size(42, 50); this.btn_refresh.TabIndex = 9; this.btn_refresh.Text = "Re-\r\nfresh"; this.btn_refresh.UseVisualStyleBackColor = true; this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click); // // _3rdPartyControllers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 261); this.Controls.Add(this.btn_refresh); this.Controls.Add(this.label1); this.Controls.Add(this.lbl_all); this.Controls.Add(this.btn_apply); this.Controls.Add(this.btn_applyAndClose); this.Controls.Add(this.group_props); this.Controls.Add(this.btn_remove); this.Controls.Add(this.btn_add); this.Controls.Add(this.list_customControllers); this.Controls.Add(this.list_allControllers); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "_3rdPartyControllers"; this.Text = "Add 3rd-Party Controllers"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this._3rdPartyControllers_FormClosing); this.group_props.ResumeLayout(false); this.group_props.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox list_allControllers; private System.Windows.Forms.ListBox list_customControllers; private System.Windows.Forms.Button btn_add; private System.Windows.Forms.Button btn_remove; private System.Windows.Forms.GroupBox group_props; private System.Windows.Forms.Button btn_applyAndClose; private System.Windows.Forms.Button btn_apply; private System.Windows.Forms.Label lbl_all; private System.Windows.Forms.CheckBox chk_isPro; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox chk_isLeft; private System.Windows.Forms.ToolTip tip_device; private System.Windows.Forms.Button btn_refresh; } }