namespace PJ64Savestater
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.radDropDownList_Pads = new Telerik.WinControls.UI.RadDropDownList();
this.radButton_LoadPads = new Telerik.WinControls.UI.RadButton();
this.panel1 = new System.Windows.Forms.Panel();
this.radTextBox_LoadSavestate = new Telerik.WinControls.UI.RadTextBox();
this.radTextBox_CreateSavestate = new Telerik.WinControls.UI.RadTextBox();
this.radButton_LoadProfile = new Telerik.WinControls.UI.RadButton();
this.radButton_SaveProfile = new Telerik.WinControls.UI.RadButton();
this.radButton_StartStopListening = new Telerik.WinControls.UI.RadButton();
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Pads)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_LoadPads)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radTextBox_LoadSavestate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBox_CreateSavestate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_LoadProfile)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_SaveProfile)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_StartStopListening)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// radLabel1
//
this.radLabel1.Image = global::PJ64Savestater.Properties.Resources.icons8_game_controller_16px;
this.radLabel1.Location = new System.Drawing.Point(3, 4);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(74, 18);
this.radLabel1.TabIndex = 0;
this.radLabel1.Text = "Controller:";
this.radLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
//
// radDropDownList_Pads
//
this.radDropDownList_Pads.DropDownAnimationEnabled = true;
this.radDropDownList_Pads.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
this.radDropDownList_Pads.Location = new System.Drawing.Point(83, 3);
this.radDropDownList_Pads.Name = "radDropDownList_Pads";
this.radDropDownList_Pads.Size = new System.Drawing.Size(290, 20);
this.radDropDownList_Pads.TabIndex = 1;
this.radDropDownList_Pads.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.radDropDownList1_SelectedIndexChanged);
//
// radButton_LoadPads
//
this.radButton_LoadPads.Image = global::PJ64Savestater.Properties.Resources.icons8_refresh_16px;
this.radButton_LoadPads.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.radButton_LoadPads.Location = new System.Drawing.Point(379, 3);
this.radButton_LoadPads.Name = "radButton_LoadPads";
this.radButton_LoadPads.Size = new System.Drawing.Size(24, 24);
this.radButton_LoadPads.TabIndex = 2;
this.radButton_LoadPads.Click += new System.EventHandler(this.radButton1_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.radTextBox_LoadSavestate);
this.panel1.Controls.Add(this.radTextBox_CreateSavestate);
this.panel1.Controls.Add(this.radButton_LoadProfile);
this.panel1.Controls.Add(this.radButton_SaveProfile);
this.panel1.Controls.Add(this.radButton_StartStopListening);
this.panel1.Controls.Add(this.radLabel3);
this.panel1.Controls.Add(this.radLabel2);
this.panel1.Controls.Add(this.radLabel1);
this.panel1.Controls.Add(this.radButton_LoadPads);
this.panel1.Controls.Add(this.radDropDownList_Pads);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(549, 91);
this.panel1.TabIndex = 3;
//
// radTextBox_LoadSavestate
//
this.radTextBox_LoadSavestate.Location = new System.Drawing.Point(120, 63);
this.radTextBox_LoadSavestate.Name = "radTextBox_LoadSavestate";
this.radTextBox_LoadSavestate.Size = new System.Drawing.Size(85, 20);
this.radTextBox_LoadSavestate.TabIndex = 10;
this.radTextBox_LoadSavestate.TextChanged += new System.EventHandler(this.radTextBox2_TextChanged);
this.radTextBox_LoadSavestate.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
this.radTextBox_LoadSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
//
// radTextBox_CreateSavestate
//
this.radTextBox_CreateSavestate.Location = new System.Drawing.Point(120, 33);
this.radTextBox_CreateSavestate.Name = "radTextBox_CreateSavestate";
this.radTextBox_CreateSavestate.Size = new System.Drawing.Size(85, 20);
this.radTextBox_CreateSavestate.TabIndex = 9;
this.radTextBox_CreateSavestate.TextChanged += new System.EventHandler(this.radTextBox1_TextChanged);
this.radTextBox_CreateSavestate.Click += new System.EventHandler(this.RadTextBox_Savestate_Clicked);
this.radTextBox_CreateSavestate.LostFocus += new System.EventHandler(this.RadTextBox_Savestate_LostFocus);
//
// radButton_LoadProfile
//
this.radButton_LoadProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_opened_folder_16px;
this.radButton_LoadProfile.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.radButton_LoadProfile.Location = new System.Drawing.Point(409, 63);
this.radButton_LoadProfile.Name = "radButton_LoadProfile";
this.radButton_LoadProfile.Size = new System.Drawing.Size(137, 24);
this.radButton_LoadProfile.TabIndex = 8;
this.radButton_LoadProfile.Text = "Load Profile";
this.radButton_LoadProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.radButton_LoadProfile.Click += new System.EventHandler(this.radButton4_Click);
//
// radButton_SaveProfile
//
this.radButton_SaveProfile.Image = global::PJ64Savestater.Properties.Resources.icons8_save_16px;
this.radButton_SaveProfile.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.radButton_SaveProfile.Location = new System.Drawing.Point(409, 33);
this.radButton_SaveProfile.Name = "radButton_SaveProfile";
this.radButton_SaveProfile.Size = new System.Drawing.Size(137, 24);
this.radButton_SaveProfile.TabIndex = 8;
this.radButton_SaveProfile.Text = "Save Profile";
this.radButton_SaveProfile.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.radButton_SaveProfile.Click += new System.EventHandler(this.radButton3_Click);
//
// radButton_StartStopListening
//
this.radButton_StartStopListening.Image = global::PJ64Savestater.Properties.Resources.icons8_play_button_circled_16px;
this.radButton_StartStopListening.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.radButton_StartStopListening.Location = new System.Drawing.Point(409, 3);
this.radButton_StartStopListening.Name = "radButton_StartStopListening";
this.radButton_StartStopListening.Size = new System.Drawing.Size(137, 24);
this.radButton_StartStopListening.TabIndex = 7;
this.radButton_StartStopListening.Text = "Start listening";
this.radButton_StartStopListening.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.radButton_StartStopListening.Click += new System.EventHandler(this.radButton_StartStopListening_Click);
//
// radLabel3
//
this.radLabel3.Location = new System.Drawing.Point(3, 64);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(83, 18);
this.radLabel3.TabIndex = 6;
this.radLabel3.Text = "Load Savestate:";
//
// radLabel2
//
this.radLabel2.Location = new System.Drawing.Point(3, 34);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(91, 18);
this.radLabel2.TabIndex = 4;
this.radLabel2.Text = "Create Savestate:";
//
// MainForm
//
this.AutoScaleBaseSize = new System.Drawing.Size(7, 15);
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(549, 91);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Project64 Savestater";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Shown += new System.EventHandler(this.MainForm_Shown);
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radDropDownList_Pads)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_LoadPads)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radTextBox_LoadSavestate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radTextBox_CreateSavestate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_LoadProfile)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_SaveProfile)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radButton_StartStopListening)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadDropDownList radDropDownList_Pads;
private Telerik.WinControls.UI.RadButton radButton_LoadPads;
private Panel panel1;
private Telerik.WinControls.UI.RadButton radButton_StartStopListening;
private Telerik.WinControls.UI.RadLabel radLabel3;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadButton radButton_LoadProfile;
private Telerik.WinControls.UI.RadButton radButton_SaveProfile;
private Telerik.WinControls.UI.RadTextBox radTextBox_LoadSavestate;
private Telerik.WinControls.UI.RadTextBox radTextBox_CreateSavestate;
}
}