81 lines
2.9 KiB
C#
81 lines
2.9 KiB
C#
![]() |
namespace BizHawk.Client.EmuHawk
|
|||
|
{
|
|||
|
partial class PSXControllerConfig
|
|||
|
{
|
|||
|
/// <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(PSXControllerConfig));
|
|||
|
this.CancelBtn = new System.Windows.Forms.Button();
|
|||
|
this.OkBtn = new System.Windows.Forms.Button();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// 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(212, 227);
|
|||
|
this.CancelBtn.Name = "CancelBtn";
|
|||
|
this.CancelBtn.Size = new System.Drawing.Size(60, 23);
|
|||
|
this.CancelBtn.TabIndex = 5;
|
|||
|
this.CancelBtn.Text = "&Cancel";
|
|||
|
this.CancelBtn.UseVisualStyleBackColor = true;
|
|||
|
this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
|
|||
|
//
|
|||
|
// 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(146, 227);
|
|||
|
this.OkBtn.Name = "OkBtn";
|
|||
|
this.OkBtn.Size = new System.Drawing.Size(60, 23);
|
|||
|
this.OkBtn.TabIndex = 4;
|
|||
|
this.OkBtn.Text = "&Ok";
|
|||
|
this.OkBtn.UseVisualStyleBackColor = true;
|
|||
|
this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click);
|
|||
|
//
|
|||
|
// PSXControllerConfig
|
|||
|
//
|
|||
|
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(284, 262);
|
|||
|
this.Controls.Add(this.CancelBtn);
|
|||
|
this.Controls.Add(this.OkBtn);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "PSXControllerConfig";
|
|||
|
this.Text = "Controller Settings";
|
|||
|
this.Load += new System.EventHandler(this.PSXControllerConfig_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Button CancelBtn;
|
|||
|
private System.Windows.Forms.Button OkBtn;
|
|||
|
}
|
|||
|
}
|