169 lines
7.0 KiB
C#
169 lines
7.0 KiB
C#
namespace BizHawk.Client.EmuHawk
|
|
{
|
|
partial class GenericCoreConfig
|
|
{
|
|
/// <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()
|
|
{
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.propertyGrid2 = new System.Windows.Forms.PropertyGrid();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.buttonDefaults = new System.Windows.Forms.Button();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(320, 331);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.propertyGrid1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(312, 305);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Non-Sync Settings";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// propertyGrid1
|
|
//
|
|
this.propertyGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
|
|
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
|
|
this.propertyGrid1.Name = "propertyGrid1";
|
|
this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.NoSort;
|
|
this.propertyGrid1.Size = new System.Drawing.Size(306, 299);
|
|
this.propertyGrid1.TabIndex = 0;
|
|
this.propertyGrid1.ToolbarVisible = false;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.propertyGrid2);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(312, 305);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Sync Settings";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// propertyGrid2
|
|
//
|
|
this.propertyGrid2.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
|
|
this.propertyGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyGrid2.Location = new System.Drawing.Point(3, 3);
|
|
this.propertyGrid2.Name = "propertyGrid2";
|
|
this.propertyGrid2.PropertySort = System.Windows.Forms.PropertySort.NoSort;
|
|
this.propertyGrid2.Size = new System.Drawing.Size(306, 299);
|
|
this.propertyGrid2.TabIndex = 0;
|
|
this.propertyGrid2.ToolbarVisible = false;
|
|
this.propertyGrid2.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid2_PropertyValueChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button1.Location = new System.Drawing.Point(176, 349);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "OK";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(257, 349);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 2;
|
|
this.button2.Text = "Cancel";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// buttonDefaults
|
|
//
|
|
this.buttonDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonDefaults.Location = new System.Drawing.Point(12, 349);
|
|
this.buttonDefaults.Name = "buttonDefaults";
|
|
this.buttonDefaults.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonDefaults.TabIndex = 3;
|
|
this.buttonDefaults.Text = "Defaults";
|
|
this.buttonDefaults.UseVisualStyleBackColor = true;
|
|
this.buttonDefaults.Click += new System.EventHandler(this.buttonDefaults_Click);
|
|
//
|
|
// GenericCoreConfig
|
|
//
|
|
this.AcceptButton = this.button1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.button2;
|
|
this.ClientSize = new System.Drawing.Size(344, 384);
|
|
this.Controls.Add(this.buttonDefaults);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Name = "GenericCoreConfig";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "GenericCoreConfig";
|
|
this.Load += new System.EventHandler(this.GenericCoreConfig_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.PropertyGrid propertyGrid1;
|
|
private System.Windows.Forms.PropertyGrid propertyGrid2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button buttonDefaults;
|
|
}
|
|
} |