2013-11-03 03:54:37 +00:00
|
|
|
|
namespace BizHawk.Client.EmuHawk
|
2013-08-09 02:54:59 +00:00
|
|
|
|
{
|
2013-10-06 20:45:04 +00:00
|
|
|
|
partial class PathConfig
|
2013-08-09 02:54:59 +00:00
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.Ok = new System.Windows.Forms.Button();
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.Cancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.PathTabControl = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.SaveBtn = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.SpecialCommandsBtn = new System.Windows.Forms.Button();
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.RecentForROMs = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.DefaultsBtn = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2013-12-22 18:36:27 +00:00
|
|
|
|
// Ok
|
2013-11-15 23:32:06 +00:00
|
|
|
|
//
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.Ok.Location = new System.Drawing.Point(616, 505);
|
2016-03-27 02:50:33 +00:00
|
|
|
|
this.Ok.Name = "OK";
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.Ok.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.Ok.TabIndex = 0;
|
2016-03-27 02:50:33 +00:00
|
|
|
|
this.Ok.Text = "&OK";
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.Ok.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Ok.Click += new System.EventHandler(this.Ok_Click);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
//
|
|
|
|
|
// Cancel
|
|
|
|
|
//
|
|
|
|
|
this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.Cancel.Location = new System.Drawing.Point(697, 505);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.Cancel.Name = "Cancel";
|
|
|
|
|
this.Cancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.Cancel.TabIndex = 1;
|
|
|
|
|
this.Cancel.Text = "&Cancel";
|
|
|
|
|
this.Cancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// PathTabControl
|
|
|
|
|
//
|
2014-07-21 23:18:18 +00:00
|
|
|
|
this.PathTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PathTabControl.Location = new System.Drawing.Point(12, 41);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.PathTabControl.Multiline = true;
|
|
|
|
|
this.PathTabControl.Name = "PathTabControl";
|
|
|
|
|
this.PathTabControl.SelectedIndex = 0;
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.PathTabControl.Size = new System.Drawing.Size(760, 458);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.PathTabControl.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// SaveBtn
|
|
|
|
|
//
|
|
|
|
|
this.SaveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.SaveBtn.Location = new System.Drawing.Point(12, 505);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.SaveBtn.Name = "SaveBtn";
|
|
|
|
|
this.SaveBtn.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.SaveBtn.TabIndex = 3;
|
|
|
|
|
this.SaveBtn.Text = "&Save";
|
|
|
|
|
this.SaveBtn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label1.AutoSize = true;
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(672, 19);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(97, 13);
|
|
|
|
|
this.label1.TabIndex = 210;
|
|
|
|
|
this.label1.Text = "Special Commands";
|
|
|
|
|
//
|
2013-12-22 18:36:27 +00:00
|
|
|
|
// SpecialCommandsBtn
|
2013-11-15 23:32:06 +00:00
|
|
|
|
//
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.SpecialCommandsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SpecialCommandsBtn.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Help;
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.SpecialCommandsBtn.Location = new System.Drawing.Point(641, 14);
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.SpecialCommandsBtn.Name = "SpecialCommandsBtn";
|
|
|
|
|
this.SpecialCommandsBtn.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.SpecialCommandsBtn.TabIndex = 209;
|
|
|
|
|
this.SpecialCommandsBtn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SpecialCommandsBtn.Click += new System.EventHandler(this.SpecialCommandsBtn_Click);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
//
|
|
|
|
|
// RecentForROMs
|
|
|
|
|
//
|
|
|
|
|
this.RecentForROMs.AutoSize = true;
|
2014-07-21 23:18:18 +00:00
|
|
|
|
this.RecentForROMs.Location = new System.Drawing.Point(12, 18);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.RecentForROMs.Name = "RecentForROMs";
|
|
|
|
|
this.RecentForROMs.Size = new System.Drawing.Size(184, 17);
|
|
|
|
|
this.RecentForROMs.TabIndex = 207;
|
|
|
|
|
this.RecentForROMs.Text = "Always use recent path for ROMs";
|
|
|
|
|
this.RecentForROMs.UseVisualStyleBackColor = true;
|
2017-05-31 15:28:06 +00:00
|
|
|
|
this.RecentForROMs.CheckedChanged += new System.EventHandler(this.RecentForRoms_CheckedChanged);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
//
|
|
|
|
|
// DefaultsBtn
|
|
|
|
|
//
|
|
|
|
|
this.DefaultsBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.DefaultsBtn.Location = new System.Drawing.Point(93, 505);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.DefaultsBtn.Name = "DefaultsBtn";
|
|
|
|
|
this.DefaultsBtn.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.DefaultsBtn.TabIndex = 211;
|
|
|
|
|
this.DefaultsBtn.Text = "&Defaults";
|
|
|
|
|
this.DefaultsBtn.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DefaultsBtn.Click += new System.EventHandler(this.DefaultsBtn_Click);
|
|
|
|
|
//
|
|
|
|
|
// PathConfig
|
|
|
|
|
//
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.AcceptButton = this.Ok;
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.CancelButton = this.Cancel;
|
2015-12-10 12:34:06 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(784, 540);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.Controls.Add(this.DefaultsBtn);
|
|
|
|
|
this.Controls.Add(this.label1);
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.Controls.Add(this.SpecialCommandsBtn);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.Controls.Add(this.RecentForROMs);
|
|
|
|
|
this.Controls.Add(this.SaveBtn);
|
|
|
|
|
this.Controls.Add(this.PathTabControl);
|
|
|
|
|
this.Controls.Add(this.Cancel);
|
2013-12-22 18:36:27 +00:00
|
|
|
|
this.Controls.Add(this.Ok);
|
2013-11-15 23:32:06 +00:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(360, 250);
|
|
|
|
|
this.Name = "PathConfig";
|
|
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
this.Text = "Path Configuration";
|
|
|
|
|
this.Load += new System.EventHandler(this.NewPathConfig_Load);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
2013-08-09 02:54:59 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2013-12-22 18:36:27 +00:00
|
|
|
|
private System.Windows.Forms.Button Ok;
|
2013-08-09 02:54:59 +00:00
|
|
|
|
private System.Windows.Forms.Button Cancel;
|
|
|
|
|
private System.Windows.Forms.TabControl PathTabControl;
|
|
|
|
|
private System.Windows.Forms.Button SaveBtn;
|
2013-08-11 14:28:14 +00:00
|
|
|
|
private System.Windows.Forms.Label label1;
|
2013-12-22 18:36:27 +00:00
|
|
|
|
private System.Windows.Forms.Button SpecialCommandsBtn;
|
2013-08-11 14:28:14 +00:00
|
|
|
|
private System.Windows.Forms.CheckBox RecentForROMs;
|
2013-08-11 20:06:27 +00:00
|
|
|
|
private System.Windows.Forms.Button DefaultsBtn;
|
2013-08-09 02:54:59 +00:00
|
|
|
|
}
|
|
|
|
|
}
|