2015-07-10 21:07:24 -04:00
|
|
|
|
namespace Mesen.GUI.Forms.Config
|
|
|
|
|
{
|
|
|
|
|
partial class frmInputConfig
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if(disposing && (components != null)) {
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2017-07-30 19:22:01 -04:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInputConfig));
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.tabMain = new System.Windows.Forms.TabControl();
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.tpgControllers = new System.Windows.Forms.TabPage();
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers = new System.Windows.Forms.TableLayoutPanel();
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP4 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSetupP3 = new System.Windows.Forms.Button();
|
|
|
|
|
this.lblPlayer1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblPlayer2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboPlayer4 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.cboPlayer3 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.cboPlayer1 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.lblPlayer4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboPlayer2 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.lblPlayer3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnSetupP1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnSetupP2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.lblNesType = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboConsoleType = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.lblExpansionPort = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboExpansionPort = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.chkFourScore = new System.Windows.Forms.CheckBox();
|
2016-07-09 15:58:49 -04:00
|
|
|
|
this.chkAutoConfigureInput = new System.Windows.Forms.CheckBox();
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.pnlConflictWarning = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.picWarning = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.lblKeyBinding = new System.Windows.Forms.Label();
|
2017-08-12 11:54:05 -04:00
|
|
|
|
this.btnSetupExp = new System.Windows.Forms.Button();
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.lblCartridge = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboCartridge = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.btnSetupCartridge = new System.Windows.Forms.Button();
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tpgAdvanced = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.grpDisplayInput = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.chkDisplayPort1 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkDisplayPort2 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkDisplayPort3 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkDisplayPort4 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkDisplayInputHorizontally = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.lblDisplayPosition = new System.Windows.Forms.Label();
|
|
|
|
|
this.cboDisplayInputPosition = new System.Windows.Forms.ComboBox();
|
2018-12-22 16:05:12 -05:00
|
|
|
|
this.chkHideMousePointerForZapper = new Mesen.GUI.Controls.ctrlRiskyOption();
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.lblDeadzone = new System.Windows.Forms.Label();
|
|
|
|
|
this.trkControllerDeadzoneSize = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.lblSmall = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblLarge = new System.Windows.Forms.Label();
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.tabMain.SuspendLayout();
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.tpgControllers.SuspendLayout();
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.SuspendLayout();
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.pnlConflictWarning.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picWarning)).BeginInit();
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tpgAdvanced.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.grpDisplayInput.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel3.SuspendLayout();
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkControllerDeadzoneSize)).BeginInit();
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2016-02-05 23:14:27 -05:00
|
|
|
|
// baseConfigPanel
|
|
|
|
|
//
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.baseConfigPanel.Location = new System.Drawing.Point(0, 242);
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.baseConfigPanel.Size = new System.Drawing.Size(370, 29);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
//
|
2015-07-10 21:07:24 -04:00
|
|
|
|
// tabMain
|
|
|
|
|
//
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.tabMain.Controls.Add(this.tpgControllers);
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tabMain.Controls.Add(this.tpgAdvanced);
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tabMain.Name = "tabMain";
|
|
|
|
|
this.tabMain.SelectedIndex = 0;
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.tabMain.Size = new System.Drawing.Size(370, 242);
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.tabMain.TabIndex = 11;
|
|
|
|
|
//
|
2016-02-05 23:14:27 -05:00
|
|
|
|
// tpgControllers
|
|
|
|
|
//
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tpgControllers.Controls.Add(this.tlpControllers);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.tpgControllers.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgControllers.Name = "tpgControllers";
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.tpgControllers.Size = new System.Drawing.Size(362, 216);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.tpgControllers.TabIndex = 0;
|
|
|
|
|
this.tpgControllers.Text = "Controllers";
|
|
|
|
|
this.tpgControllers.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2017-02-25 15:15:44 -05:00
|
|
|
|
// tlpControllers
|
|
|
|
|
//
|
|
|
|
|
this.tlpControllers.ColumnCount = 3;
|
|
|
|
|
this.tlpControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tlpControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tlpControllers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.tlpControllers.Controls.Add(this.btnSetupP4, 2, 8);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.btnSetupP3, 2, 7);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.lblPlayer1, 0, 3);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.lblPlayer2, 0, 4);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.cboPlayer4, 1, 8);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.cboPlayer3, 1, 7);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.cboPlayer1, 1, 3);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.lblPlayer4, 0, 8);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.cboPlayer2, 1, 4);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.lblPlayer3, 0, 7);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.btnSetupP1, 2, 3);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.btnSetupP2, 2, 4);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.lblNesType, 0, 1);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.cboConsoleType, 1, 1);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.lblExpansionPort, 0, 6);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.cboExpansionPort, 1, 6);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.chkFourScore, 0, 5);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.chkAutoConfigureInput, 0, 2);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.pnlConflictWarning, 0, 0);
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.tlpControllers.Controls.Add(this.btnSetupExp, 2, 6);
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.tlpControllers.Controls.Add(this.lblCartridge, 0, 9);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.cboCartridge, 1, 9);
|
|
|
|
|
this.tlpControllers.Controls.Add(this.btnSetupCartridge, 2, 9);
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tlpControllers.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tlpControllers.Name = "tlpControllers";
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.tlpControllers.RowCount = 11;
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.tlpControllers.Size = new System.Drawing.Size(362, 216);
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.TabIndex = 0;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
//
|
|
|
|
|
// btnSetupP4
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.btnSetupP4.AutoSize = true;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.btnSetupP4.Location = new System.Drawing.Point(297, 255);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP4.Name = "btnSetupP4";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.btnSetupP4.Size = new System.Drawing.Size(62, 23);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP4.TabIndex = 12;
|
|
|
|
|
this.btnSetupP4.Text = "Setup";
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.btnSetupP4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP4.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnSetupP3
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.btnSetupP3.AutoSize = true;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.btnSetupP3.Location = new System.Drawing.Point(297, 226);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP3.Name = "btnSetupP3";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.btnSetupP3.Size = new System.Drawing.Size(62, 23);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP3.TabIndex = 11;
|
|
|
|
|
this.btnSetupP3.Text = "Setup";
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.btnSetupP3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// lblPlayer1
|
|
|
|
|
//
|
|
|
|
|
this.lblPlayer1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblPlayer1.AutoSize = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.lblPlayer1.Location = new System.Drawing.Point(3, 121);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblPlayer1.Name = "lblPlayer1";
|
|
|
|
|
this.lblPlayer1.Size = new System.Drawing.Size(48, 13);
|
|
|
|
|
this.lblPlayer1.TabIndex = 0;
|
|
|
|
|
this.lblPlayer1.Text = "Player 1:";
|
|
|
|
|
//
|
|
|
|
|
// lblPlayer2
|
|
|
|
|
//
|
|
|
|
|
this.lblPlayer2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblPlayer2.AutoSize = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.lblPlayer2.Location = new System.Drawing.Point(3, 150);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblPlayer2.Name = "lblPlayer2";
|
|
|
|
|
this.lblPlayer2.Size = new System.Drawing.Size(48, 13);
|
|
|
|
|
this.lblPlayer2.TabIndex = 1;
|
|
|
|
|
this.lblPlayer2.Text = "Player 2:";
|
|
|
|
|
//
|
|
|
|
|
// cboPlayer4
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.cboPlayer4.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboPlayer4.FormattingEnabled = true;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.cboPlayer4.Location = new System.Drawing.Point(90, 255);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer4.Name = "cboPlayer4";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.cboPlayer4.Size = new System.Drawing.Size(201, 21);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer4.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// cboPlayer3
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.cboPlayer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboPlayer3.FormattingEnabled = true;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.cboPlayer3.Location = new System.Drawing.Point(90, 226);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer3.Name = "cboPlayer3";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.cboPlayer3.Size = new System.Drawing.Size(201, 21);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer3.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// cboPlayer1
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.cboPlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboPlayer1.FormattingEnabled = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.cboPlayer1.Location = new System.Drawing.Point(90, 116);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer1.Name = "cboPlayer1";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.cboPlayer1.Size = new System.Drawing.Size(201, 21);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer1.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// lblPlayer4
|
|
|
|
|
//
|
|
|
|
|
this.lblPlayer4.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblPlayer4.AutoSize = true;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.lblPlayer4.Location = new System.Drawing.Point(3, 260);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblPlayer4.Name = "lblPlayer4";
|
|
|
|
|
this.lblPlayer4.Size = new System.Drawing.Size(48, 13);
|
|
|
|
|
this.lblPlayer4.TabIndex = 3;
|
|
|
|
|
this.lblPlayer4.Text = "Player 4:";
|
|
|
|
|
//
|
|
|
|
|
// cboPlayer2
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.cboPlayer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboPlayer2.FormattingEnabled = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.cboPlayer2.Location = new System.Drawing.Point(90, 145);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer2.Name = "cboPlayer2";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.cboPlayer2.Size = new System.Drawing.Size(201, 21);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboPlayer2.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// lblPlayer3
|
|
|
|
|
//
|
|
|
|
|
this.lblPlayer3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblPlayer3.AutoSize = true;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.lblPlayer3.Location = new System.Drawing.Point(3, 231);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblPlayer3.Name = "lblPlayer3";
|
|
|
|
|
this.lblPlayer3.Size = new System.Drawing.Size(48, 13);
|
|
|
|
|
this.lblPlayer3.TabIndex = 2;
|
|
|
|
|
this.lblPlayer3.Text = "Player 3:";
|
|
|
|
|
//
|
|
|
|
|
// btnSetupP1
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.btnSetupP1.AutoSize = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.btnSetupP1.Location = new System.Drawing.Point(297, 116);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP1.Name = "btnSetupP1";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.btnSetupP1.Size = new System.Drawing.Size(62, 23);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP1.TabIndex = 9;
|
|
|
|
|
this.btnSetupP1.Text = "Setup";
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.btnSetupP1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnSetupP2
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.btnSetupP2.AutoSize = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.btnSetupP2.Location = new System.Drawing.Point(297, 145);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP2.Name = "btnSetupP2";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.btnSetupP2.Size = new System.Drawing.Size(62, 23);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP2.TabIndex = 10;
|
|
|
|
|
this.btnSetupP2.Text = "Setup";
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.btnSetupP2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnSetupP2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// lblNesType
|
|
|
|
|
//
|
|
|
|
|
this.lblNesType.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblNesType.AutoSize = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.lblNesType.Location = new System.Drawing.Point(3, 68);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblNesType.Name = "lblNesType";
|
|
|
|
|
this.lblNesType.Size = new System.Drawing.Size(75, 13);
|
|
|
|
|
this.lblNesType.TabIndex = 13;
|
|
|
|
|
this.lblNesType.Text = "Console Type:";
|
|
|
|
|
//
|
2016-02-06 21:12:08 -05:00
|
|
|
|
// cboConsoleType
|
2016-02-05 23:14:27 -05:00
|
|
|
|
//
|
|
|
|
|
this.cboConsoleType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboConsoleType.FormattingEnabled = true;
|
|
|
|
|
this.cboConsoleType.Items.AddRange(new object[] {
|
|
|
|
|
"NES",
|
|
|
|
|
"Famicom"});
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.cboConsoleType.Location = new System.Drawing.Point(90, 64);
|
2016-02-06 21:12:08 -05:00
|
|
|
|
this.cboConsoleType.Name = "cboConsoleType";
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboConsoleType.Size = new System.Drawing.Size(109, 21);
|
|
|
|
|
this.cboConsoleType.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// lblExpansionPort
|
|
|
|
|
//
|
|
|
|
|
this.lblExpansionPort.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblExpansionPort.AutoSize = true;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.lblExpansionPort.Location = new System.Drawing.Point(3, 202);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblExpansionPort.Name = "lblExpansionPort";
|
|
|
|
|
this.lblExpansionPort.Size = new System.Drawing.Size(81, 13);
|
|
|
|
|
this.lblExpansionPort.TabIndex = 16;
|
|
|
|
|
this.lblExpansionPort.Text = "Expansion Port:";
|
|
|
|
|
//
|
|
|
|
|
// cboExpansionPort
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.cboExpansionPort.Dock = System.Windows.Forms.DockStyle.Fill;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboExpansionPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboExpansionPort.FormattingEnabled = true;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.cboExpansionPort.Location = new System.Drawing.Point(90, 197);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboExpansionPort.Name = "cboExpansionPort";
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.cboExpansionPort.Size = new System.Drawing.Size(201, 21);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.cboExpansionPort.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// chkFourScore
|
|
|
|
|
//
|
|
|
|
|
this.chkFourScore.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.chkFourScore.AutoSize = true;
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.SetColumnSpan(this.chkFourScore, 2);
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.chkFourScore.Location = new System.Drawing.Point(3, 174);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.chkFourScore.Name = "chkFourScore";
|
|
|
|
|
this.chkFourScore.Size = new System.Drawing.Size(151, 17);
|
|
|
|
|
this.chkFourScore.TabIndex = 15;
|
|
|
|
|
this.chkFourScore.Text = "Use Four Score accessory";
|
|
|
|
|
this.chkFourScore.UseVisualStyleBackColor = true;
|
2015-07-10 21:07:24 -04:00
|
|
|
|
//
|
2016-07-09 15:58:49 -04:00
|
|
|
|
// chkAutoConfigureInput
|
|
|
|
|
//
|
|
|
|
|
this.chkAutoConfigureInput.AutoSize = true;
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.SetColumnSpan(this.chkAutoConfigureInput, 3);
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.chkAutoConfigureInput.Location = new System.Drawing.Point(3, 91);
|
2016-07-09 15:58:49 -04:00
|
|
|
|
this.chkAutoConfigureInput.Name = "chkAutoConfigureInput";
|
|
|
|
|
this.chkAutoConfigureInput.Size = new System.Drawing.Size(290, 17);
|
|
|
|
|
this.chkAutoConfigureInput.TabIndex = 18;
|
|
|
|
|
this.chkAutoConfigureInput.Text = "Automatically configure controllers when loading a game";
|
|
|
|
|
this.chkAutoConfigureInput.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2017-05-02 23:16:26 -04:00
|
|
|
|
// pnlConflictWarning
|
|
|
|
|
//
|
|
|
|
|
this.pnlConflictWarning.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
|
|
this.pnlConflictWarning.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.tlpControllers.SetColumnSpan(this.pnlConflictWarning, 3);
|
|
|
|
|
this.pnlConflictWarning.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.pnlConflictWarning.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.pnlConflictWarning.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.pnlConflictWarning.Name = "pnlConflictWarning";
|
|
|
|
|
this.pnlConflictWarning.Size = new System.Drawing.Size(356, 55);
|
|
|
|
|
this.pnlConflictWarning.TabIndex = 19;
|
|
|
|
|
this.pnlConflictWarning.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.picWarning, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblKeyBinding, 1, 0);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(354, 53);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// picWarning
|
|
|
|
|
//
|
|
|
|
|
this.picWarning.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
|
this.picWarning.Image = global::Mesen.GUI.Properties.Resources.Warning;
|
|
|
|
|
this.picWarning.Location = new System.Drawing.Point(3, 18);
|
|
|
|
|
this.picWarning.Name = "picWarning";
|
|
|
|
|
this.picWarning.Size = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.picWarning.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
this.picWarning.TabIndex = 0;
|
|
|
|
|
this.picWarning.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// lblKeyBinding
|
|
|
|
|
//
|
2017-05-13 18:20:50 -04:00
|
|
|
|
this.lblKeyBinding.Dock = System.Windows.Forms.DockStyle.Fill;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.lblKeyBinding.Location = new System.Drawing.Point(25, 0);
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.lblKeyBinding.Name = "lblKeyBinding";
|
|
|
|
|
this.lblKeyBinding.Size = new System.Drawing.Size(326, 53);
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.lblKeyBinding.TabIndex = 1;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
this.lblKeyBinding.Text = resources.GetString("lblKeyBinding.Text");
|
2017-05-02 23:16:26 -04:00
|
|
|
|
//
|
2017-08-12 11:54:05 -04:00
|
|
|
|
// btnSetupExp
|
|
|
|
|
//
|
|
|
|
|
this.btnSetupExp.AutoSize = true;
|
|
|
|
|
this.btnSetupExp.Location = new System.Drawing.Point(297, 197);
|
|
|
|
|
this.btnSetupExp.Name = "btnSetupExp";
|
|
|
|
|
this.btnSetupExp.Size = new System.Drawing.Size(62, 23);
|
|
|
|
|
this.btnSetupExp.TabIndex = 20;
|
|
|
|
|
this.btnSetupExp.Text = "Setup";
|
|
|
|
|
this.btnSetupExp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
|
|
|
this.btnSetupExp.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSetupExp.Visible = false;
|
|
|
|
|
//
|
2017-12-25 23:26:35 -05:00
|
|
|
|
// lblCartridge
|
|
|
|
|
//
|
|
|
|
|
this.lblCartridge.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblCartridge.AutoSize = true;
|
|
|
|
|
this.lblCartridge.Location = new System.Drawing.Point(3, 289);
|
|
|
|
|
this.lblCartridge.Name = "lblCartridge";
|
|
|
|
|
this.lblCartridge.Size = new System.Drawing.Size(52, 13);
|
|
|
|
|
this.lblCartridge.TabIndex = 21;
|
|
|
|
|
this.lblCartridge.Text = "Cartridge:";
|
|
|
|
|
//
|
|
|
|
|
// cboCartridge
|
|
|
|
|
//
|
|
|
|
|
this.cboCartridge.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.cboCartridge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboCartridge.FormattingEnabled = true;
|
|
|
|
|
this.cboCartridge.Location = new System.Drawing.Point(90, 284);
|
|
|
|
|
this.cboCartridge.Name = "cboCartridge";
|
|
|
|
|
this.cboCartridge.Size = new System.Drawing.Size(201, 21);
|
|
|
|
|
this.cboCartridge.TabIndex = 23;
|
|
|
|
|
//
|
|
|
|
|
// btnSetupCartridge
|
|
|
|
|
//
|
|
|
|
|
this.btnSetupCartridge.AutoSize = true;
|
|
|
|
|
this.btnSetupCartridge.Location = new System.Drawing.Point(297, 284);
|
|
|
|
|
this.btnSetupCartridge.Name = "btnSetupCartridge";
|
|
|
|
|
this.btnSetupCartridge.Size = new System.Drawing.Size(62, 23);
|
|
|
|
|
this.btnSetupCartridge.TabIndex = 24;
|
|
|
|
|
this.btnSetupCartridge.Text = "Setup";
|
|
|
|
|
this.btnSetupCartridge.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
|
|
|
this.btnSetupCartridge.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2016-07-19 16:30:18 -04:00
|
|
|
|
// tpgAdvanced
|
|
|
|
|
//
|
|
|
|
|
this.tpgAdvanced.Controls.Add(this.tableLayoutPanel2);
|
|
|
|
|
this.tpgAdvanced.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgAdvanced.Name = "tpgAdvanced";
|
2018-12-22 16:05:12 -05:00
|
|
|
|
this.tpgAdvanced.Size = new System.Drawing.Size(362, 216);
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tpgAdvanced.TabIndex = 5;
|
|
|
|
|
this.tpgAdvanced.Text = "Advanced";
|
|
|
|
|
this.tpgAdvanced.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel2.ColumnCount = 1;
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.grpDisplayInput, 0, 0);
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.chkHideMousePointerForZapper, 0, 2);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 1);
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.tableLayoutPanel2.RowCount = 4;
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2018-12-22 16:05:12 -05:00
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2018-12-22 16:05:12 -05:00
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(362, 216);
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// grpDisplayInput
|
|
|
|
|
//
|
|
|
|
|
this.grpDisplayInput.Controls.Add(this.tableLayoutPanel3);
|
|
|
|
|
this.grpDisplayInput.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.grpDisplayInput.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.grpDisplayInput.Name = "grpDisplayInput";
|
|
|
|
|
this.grpDisplayInput.Size = new System.Drawing.Size(356, 90);
|
|
|
|
|
this.grpDisplayInput.TabIndex = 0;
|
|
|
|
|
this.grpDisplayInput.TabStop = false;
|
|
|
|
|
this.grpDisplayInput.Text = "Display Controller Input";
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel3
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel3.ColumnCount = 1;
|
|
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel2, 0, 0);
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.chkDisplayInputHorizontally, 0, 2);
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel3, 0, 1);
|
|
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
|
|
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
|
|
|
this.tableLayoutPanel3.RowCount = 4;
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(350, 71);
|
|
|
|
|
this.tableLayoutPanel3.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.chkDisplayPort1);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.chkDisplayPort2);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.chkDisplayPort3);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.chkDisplayPort4);
|
|
|
|
|
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(350, 24);
|
|
|
|
|
this.flowLayoutPanel2.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// chkDisplayPort1
|
|
|
|
|
//
|
|
|
|
|
this.chkDisplayPort1.AutoSize = true;
|
|
|
|
|
this.chkDisplayPort1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.chkDisplayPort1.Name = "chkDisplayPort1";
|
|
|
|
|
this.chkDisplayPort1.Size = new System.Drawing.Size(54, 17);
|
|
|
|
|
this.chkDisplayPort1.TabIndex = 0;
|
|
|
|
|
this.chkDisplayPort1.Text = "Port 1";
|
|
|
|
|
this.chkDisplayPort1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkDisplayPort2
|
|
|
|
|
//
|
|
|
|
|
this.chkDisplayPort2.AutoSize = true;
|
|
|
|
|
this.chkDisplayPort2.Location = new System.Drawing.Point(63, 3);
|
|
|
|
|
this.chkDisplayPort2.Name = "chkDisplayPort2";
|
|
|
|
|
this.chkDisplayPort2.Size = new System.Drawing.Size(54, 17);
|
|
|
|
|
this.chkDisplayPort2.TabIndex = 1;
|
|
|
|
|
this.chkDisplayPort2.Text = "Port 2";
|
|
|
|
|
this.chkDisplayPort2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkDisplayPort3
|
|
|
|
|
//
|
|
|
|
|
this.chkDisplayPort3.AutoSize = true;
|
|
|
|
|
this.chkDisplayPort3.Location = new System.Drawing.Point(123, 3);
|
|
|
|
|
this.chkDisplayPort3.Name = "chkDisplayPort3";
|
|
|
|
|
this.chkDisplayPort3.Size = new System.Drawing.Size(54, 17);
|
|
|
|
|
this.chkDisplayPort3.TabIndex = 2;
|
|
|
|
|
this.chkDisplayPort3.Text = "Port 3";
|
|
|
|
|
this.chkDisplayPort3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkDisplayPort4
|
|
|
|
|
//
|
|
|
|
|
this.chkDisplayPort4.AutoSize = true;
|
|
|
|
|
this.chkDisplayPort4.Location = new System.Drawing.Point(183, 3);
|
|
|
|
|
this.chkDisplayPort4.Name = "chkDisplayPort4";
|
|
|
|
|
this.chkDisplayPort4.Size = new System.Drawing.Size(54, 17);
|
|
|
|
|
this.chkDisplayPort4.TabIndex = 3;
|
|
|
|
|
this.chkDisplayPort4.Text = "Port 4";
|
|
|
|
|
this.chkDisplayPort4.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkDisplayInputHorizontally
|
|
|
|
|
//
|
|
|
|
|
this.chkDisplayInputHorizontally.AutoSize = true;
|
|
|
|
|
this.chkDisplayInputHorizontally.Location = new System.Drawing.Point(3, 54);
|
|
|
|
|
this.chkDisplayInputHorizontally.Name = "chkDisplayInputHorizontally";
|
|
|
|
|
this.chkDisplayInputHorizontally.Size = new System.Drawing.Size(115, 17);
|
|
|
|
|
this.chkDisplayInputHorizontally.TabIndex = 1;
|
|
|
|
|
this.chkDisplayInputHorizontally.Text = "Display horizontally";
|
|
|
|
|
this.chkDisplayInputHorizontally.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel3
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel3.Controls.Add(this.lblDisplayPosition);
|
|
|
|
|
this.flowLayoutPanel3.Controls.Add(this.cboDisplayInputPosition);
|
|
|
|
|
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
|
|
|
|
this.flowLayoutPanel3.Size = new System.Drawing.Size(350, 27);
|
|
|
|
|
this.flowLayoutPanel3.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// lblDisplayPosition
|
|
|
|
|
//
|
|
|
|
|
this.lblDisplayPosition.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblDisplayPosition.AutoSize = true;
|
|
|
|
|
this.lblDisplayPosition.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.lblDisplayPosition.Name = "lblDisplayPosition";
|
|
|
|
|
this.lblDisplayPosition.Size = new System.Drawing.Size(84, 13);
|
|
|
|
|
this.lblDisplayPosition.TabIndex = 0;
|
|
|
|
|
this.lblDisplayPosition.Text = "Display Position:";
|
|
|
|
|
//
|
|
|
|
|
// cboDisplayInputPosition
|
|
|
|
|
//
|
|
|
|
|
this.cboDisplayInputPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cboDisplayInputPosition.FormattingEnabled = true;
|
|
|
|
|
this.cboDisplayInputPosition.Location = new System.Drawing.Point(93, 3);
|
|
|
|
|
this.cboDisplayInputPosition.Name = "cboDisplayInputPosition";
|
|
|
|
|
this.cboDisplayInputPosition.Size = new System.Drawing.Size(121, 21);
|
|
|
|
|
this.cboDisplayInputPosition.TabIndex = 1;
|
2015-07-10 21:07:24 -04:00
|
|
|
|
//
|
2018-12-22 16:05:12 -05:00
|
|
|
|
// chkHideMousePointerForZapper
|
|
|
|
|
//
|
|
|
|
|
this.chkHideMousePointerForZapper.Checked = false;
|
|
|
|
|
this.chkHideMousePointerForZapper.Dock = System.Windows.Forms.DockStyle.Fill;
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.chkHideMousePointerForZapper.Location = new System.Drawing.Point(0, 151);
|
2018-12-22 16:05:12 -05:00
|
|
|
|
this.chkHideMousePointerForZapper.Name = "chkHideMousePointerForZapper";
|
|
|
|
|
this.chkHideMousePointerForZapper.Size = new System.Drawing.Size(362, 23);
|
|
|
|
|
this.chkHideMousePointerForZapper.TabIndex = 2;
|
|
|
|
|
this.chkHideMousePointerForZapper.Text = "Hide mouse pointer when using zapper";
|
|
|
|
|
//
|
2019-01-22 19:38:24 -05:00
|
|
|
|
// tableLayoutPanel4
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel4.ColumnCount = 4;
|
|
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.lblDeadzone, 0, 0);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.trkControllerDeadzoneSize, 1, 0);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.lblSmall, 1, 1);
|
|
|
|
|
this.tableLayoutPanel4.Controls.Add(this.lblLarge, 2, 1);
|
|
|
|
|
this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 96);
|
|
|
|
|
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
|
|
|
this.tableLayoutPanel4.RowCount = 2;
|
2019-01-27 01:33:26 -05:00
|
|
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
|
|
|
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.tableLayoutPanel4.Size = new System.Drawing.Size(356, 55);
|
|
|
|
|
this.tableLayoutPanel4.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// lblDeadzone
|
|
|
|
|
//
|
|
|
|
|
this.lblDeadzone.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblDeadzone.AutoSize = true;
|
|
|
|
|
this.lblDeadzone.Location = new System.Drawing.Point(3, 11);
|
|
|
|
|
this.lblDeadzone.Name = "lblDeadzone";
|
|
|
|
|
this.lblDeadzone.Size = new System.Drawing.Size(146, 13);
|
|
|
|
|
this.lblDeadzone.TabIndex = 0;
|
|
|
|
|
this.lblDeadzone.Text = "Controller axis deadzone size:";
|
|
|
|
|
//
|
|
|
|
|
// trkControllerDeadzoneSize
|
|
|
|
|
//
|
|
|
|
|
this.trkControllerDeadzoneSize.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.tableLayoutPanel4.SetColumnSpan(this.trkControllerDeadzoneSize, 2);
|
|
|
|
|
this.trkControllerDeadzoneSize.LargeChange = 1;
|
|
|
|
|
this.trkControllerDeadzoneSize.Location = new System.Drawing.Point(155, 3);
|
|
|
|
|
this.trkControllerDeadzoneSize.Maximum = 4;
|
2019-01-27 01:33:26 -05:00
|
|
|
|
this.trkControllerDeadzoneSize.MaximumSize = new System.Drawing.Size(106, 29);
|
|
|
|
|
this.trkControllerDeadzoneSize.MinimumSize = new System.Drawing.Size(106, 29);
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.trkControllerDeadzoneSize.Name = "trkControllerDeadzoneSize";
|
|
|
|
|
this.trkControllerDeadzoneSize.Size = new System.Drawing.Size(106, 29);
|
|
|
|
|
this.trkControllerDeadzoneSize.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// lblSmall
|
|
|
|
|
//
|
|
|
|
|
this.lblSmall.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblSmall.AutoSize = true;
|
|
|
|
|
this.lblSmall.Location = new System.Drawing.Point(155, 38);
|
|
|
|
|
this.lblSmall.Name = "lblSmall";
|
|
|
|
|
this.lblSmall.Size = new System.Drawing.Size(32, 13);
|
|
|
|
|
this.lblSmall.TabIndex = 2;
|
|
|
|
|
this.lblSmall.Text = "Small";
|
|
|
|
|
//
|
|
|
|
|
// lblLarge
|
|
|
|
|
//
|
|
|
|
|
this.lblLarge.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
|
|
|
this.lblLarge.AutoSize = true;
|
|
|
|
|
this.lblLarge.Location = new System.Drawing.Point(227, 38);
|
|
|
|
|
this.lblLarge.Name = "lblLarge";
|
|
|
|
|
this.lblLarge.Size = new System.Drawing.Size(34, 13);
|
|
|
|
|
this.lblLarge.TabIndex = 3;
|
|
|
|
|
this.lblLarge.Text = "Large";
|
|
|
|
|
//
|
2015-07-10 21:07:24 -04:00
|
|
|
|
// frmInputConfig
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.AutoSize = true;
|
2017-12-25 23:26:35 -05:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(370, 271);
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.Controls.Add(this.tabMain);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
2016-02-06 21:12:08 -05:00
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.Name = "frmInputConfig";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
this.Text = "Input Settings";
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.Controls.SetChildIndex(this.baseConfigPanel, 0);
|
2016-07-09 15:58:49 -04:00
|
|
|
|
this.Controls.SetChildIndex(this.tabMain, 0);
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.tabMain.ResumeLayout(false);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.tpgControllers.ResumeLayout(false);
|
2017-02-25 15:15:44 -05:00
|
|
|
|
this.tlpControllers.ResumeLayout(false);
|
|
|
|
|
this.tlpControllers.PerformLayout();
|
2017-05-02 23:16:26 -04:00
|
|
|
|
this.pnlConflictWarning.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picWarning)).EndInit();
|
2016-07-19 16:30:18 -04:00
|
|
|
|
this.tpgAdvanced.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.grpDisplayInput.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
|
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel2.PerformLayout();
|
|
|
|
|
this.flowLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel3.PerformLayout();
|
2019-01-22 19:38:24 -05:00
|
|
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel4.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkControllerDeadzoneSize)).EndInit();
|
2015-07-10 21:07:24 -04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TabControl tabMain;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
private System.Windows.Forms.TabPage tpgControllers;
|
2017-02-25 15:15:44 -05:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tlpControllers;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
private System.Windows.Forms.Label lblPlayer1;
|
|
|
|
|
private System.Windows.Forms.Label lblPlayer2;
|
|
|
|
|
private System.Windows.Forms.Label lblPlayer3;
|
|
|
|
|
private System.Windows.Forms.Label lblPlayer4;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboPlayer1;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboPlayer2;
|
|
|
|
|
private System.Windows.Forms.Button btnSetupP1;
|
|
|
|
|
private System.Windows.Forms.Button btnSetupP2;
|
|
|
|
|
private System.Windows.Forms.Label lblNesType;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboConsoleType;
|
|
|
|
|
private System.Windows.Forms.Label lblExpansionPort;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboExpansionPort;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkFourScore;
|
|
|
|
|
private System.Windows.Forms.Button btnSetupP3;
|
|
|
|
|
private System.Windows.Forms.Button btnSetupP4;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboPlayer3;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboPlayer4;
|
2016-07-09 15:58:49 -04:00
|
|
|
|
private System.Windows.Forms.CheckBox chkAutoConfigureInput;
|
2016-07-19 16:30:18 -04:00
|
|
|
|
private System.Windows.Forms.TabPage tpgAdvanced;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpDisplayInput;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkDisplayPort1;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkDisplayPort2;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkDisplayPort3;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkDisplayPort4;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkDisplayInputHorizontally;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
|
|
|
|
|
private System.Windows.Forms.Label lblDisplayPosition;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboDisplayInputPosition;
|
2017-05-02 23:16:26 -04:00
|
|
|
|
private System.Windows.Forms.Panel pnlConflictWarning;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Label lblKeyBinding;
|
|
|
|
|
private System.Windows.Forms.PictureBox picWarning;
|
2017-07-30 19:22:01 -04:00
|
|
|
|
private System.Windows.Forms.Button btnSetupExp;
|
2017-12-25 23:26:35 -05:00
|
|
|
|
private System.Windows.Forms.Label lblCartridge;
|
|
|
|
|
private System.Windows.Forms.ComboBox cboCartridge;
|
|
|
|
|
private System.Windows.Forms.Button btnSetupCartridge;
|
2018-12-22 16:05:12 -05:00
|
|
|
|
private Controls.ctrlRiskyOption chkHideMousePointerForZapper;
|
2019-01-22 19:38:24 -05:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
|
|
|
private System.Windows.Forms.Label lblDeadzone;
|
|
|
|
|
private System.Windows.Forms.TrackBar trkControllerDeadzoneSize;
|
|
|
|
|
private System.Windows.Forms.Label lblSmall;
|
|
|
|
|
private System.Windows.Forms.Label lblLarge;
|
2015-07-10 21:07:24 -04:00
|
|
|
|
}
|
|
|
|
|
}
|