185 lines
8.7 KiB
C#
185 lines
8.7 KiB
C#
namespace BizHawk.Client.EmuHawk
|
|
{
|
|
partial class ZXSpectrumJoystickSettings
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZXSpectrumJoystickSettings));
|
|
this.OkBtn = new System.Windows.Forms.Button();
|
|
this.CancelBtn = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.Port2ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.Port1ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.Port3ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblDoubleSize = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// OkBtn
|
|
//
|
|
this.OkBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.OkBtn.Location = new System.Drawing.Point(170, 312);
|
|
this.OkBtn.Name = "OkBtn";
|
|
this.OkBtn.Size = new System.Drawing.Size(60, 23);
|
|
this.OkBtn.TabIndex = 3;
|
|
this.OkBtn.Text = "&OK";
|
|
this.OkBtn.UseVisualStyleBackColor = true;
|
|
this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click);
|
|
//
|
|
// CancelBtn
|
|
//
|
|
this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.CancelBtn.Location = new System.Drawing.Point(236, 312);
|
|
this.CancelBtn.Name = "CancelBtn";
|
|
this.CancelBtn.Size = new System.Drawing.Size(60, 23);
|
|
this.CancelBtn.TabIndex = 4;
|
|
this.CancelBtn.Text = "&Cancel";
|
|
this.CancelBtn.UseVisualStyleBackColor = true;
|
|
this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(9, 207);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(57, 13);
|
|
this.label5.TabIndex = 16;
|
|
this.label5.Text = "Joystick 2:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 157);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(57, 13);
|
|
this.label4.TabIndex = 15;
|
|
this.label4.Text = "Joystick 1:";
|
|
//
|
|
// Port2ComboBox
|
|
//
|
|
this.Port2ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Port2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.Port2ComboBox.FormattingEnabled = true;
|
|
this.Port2ComboBox.Location = new System.Drawing.Point(12, 223);
|
|
this.Port2ComboBox.Name = "Port2ComboBox";
|
|
this.Port2ComboBox.Size = new System.Drawing.Size(284, 21);
|
|
this.Port2ComboBox.TabIndex = 14;
|
|
//
|
|
// Port1ComboBox
|
|
//
|
|
this.Port1ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Port1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.Port1ComboBox.FormattingEnabled = true;
|
|
this.Port1ComboBox.Location = new System.Drawing.Point(12, 173);
|
|
this.Port1ComboBox.Name = "Port1ComboBox";
|
|
this.Port1ComboBox.Size = new System.Drawing.Size(284, 21);
|
|
this.Port1ComboBox.TabIndex = 13;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 14);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(151, 13);
|
|
this.label1.TabIndex = 17;
|
|
this.label1.Text = "ZX Spectrum Joystick Settings";
|
|
//
|
|
// Port3ComboBox
|
|
//
|
|
this.Port3ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Port3ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.Port3ComboBox.FormattingEnabled = true;
|
|
this.Port3ComboBox.Location = new System.Drawing.Point(12, 275);
|
|
this.Port3ComboBox.Name = "Port3ComboBox";
|
|
this.Port3ComboBox.Size = new System.Drawing.Size(284, 21);
|
|
this.Port3ComboBox.TabIndex = 18;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 259);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(57, 13);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "Joystick 3:";
|
|
//
|
|
// lblDoubleSize
|
|
//
|
|
this.lblDoubleSize.Location = new System.Drawing.Point(26, 40);
|
|
this.lblDoubleSize.Name = "lblDoubleSize";
|
|
this.lblDoubleSize.Size = new System.Drawing.Size(254, 117);
|
|
this.lblDoubleSize.TabIndex = 20;
|
|
this.lblDoubleSize.Text = resources.GetString("lblDoubleSize.Text");
|
|
//
|
|
// ZXSpectrumJoystickSettings
|
|
//
|
|
this.AcceptButton = this.OkBtn;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.CancelBtn;
|
|
this.ClientSize = new System.Drawing.Size(308, 347);
|
|
this.Controls.Add(this.lblDoubleSize);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.Port3ComboBox);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.Port2ComboBox);
|
|
this.Controls.Add(this.Port1ComboBox);
|
|
this.Controls.Add(this.CancelBtn);
|
|
this.Controls.Add(this.OkBtn);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "ZXSpectrumJoystickSettings";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Joystick Settings";
|
|
this.Load += new System.EventHandler(this.IntvControllerSettings_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button OkBtn;
|
|
private System.Windows.Forms.Button CancelBtn;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox Port2ComboBox;
|
|
private System.Windows.Forms.ComboBox Port1ComboBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox Port3ComboBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lblDoubleSize;
|
|
}
|
|
} |